:root {
  --heading-font: "new-science-extended",sans-serif;
  --content-font: 'Space Grotesk';
  --red:#CA0130;
  --gold:#B8934E;
  --green:#46BB73;
  --bg-light:#F5F6F7;
  --content:#4C5155;
  --border:#E3E6E7;
}

::placeholder {
  color: var(--content);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--content);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--content);
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: white;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 430;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
  color: var(--content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body {
    font-size: 17px;
    line-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  color: var(--content);
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
ul li,
ol li {
  margin-bottom: 12px;
  position: relative;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 1200px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
ul li::marker,
ol li::marker {
  color: var(--content);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: var(--content);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: var(--heading-font);
  font-style: normal;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 58px;
  margin-top: -4px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media all and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media all and (max-width: 410px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 54px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media all and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media all and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media all and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 410px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4,
.h4 {
  font-size: 26px;
  line-height: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  h5,
  .h5 {
    line-height: 22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  h5,
  .h5 {
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

p {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  p {
    margin-bottom: 24px;
  }
}
p a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
p a:hover {
  text-decoration: none;
}
p strong {
  font-weight: 600 !important;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  max-width: 100%;
  background: var(--bg-light);
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--heading-font);
  letter-spacing: 0;
  font-style: italic;
  color: black;
  padding: 36px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1200px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 991px) {
  blockquote {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    font-size: 15px;
    line-height: 24px;
    padding: 14px 20px 18px;
  }
}
blockquote::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -6px;
  height: 72px;
  width: 72px;
  background: url(../images/quote-right-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  blockquote::after {
    right: -2px;
    height: 58px;
    width: 58px;
  }
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 1200px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 1200px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  font-size: 13px !important;
  height: 24px !important;
  padding: 0 3px 0 24px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}

#wpadminbar #adminbarsearch .adminbar-button {
  display: none !important;
}

.btn {
  display: inline-block;
  height: 56px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 0.06em;
  color: white;
  background: var(--red);
  border: 1px solid var(--red);
  padding: 0px 24px;
  vertical-align: baseline;
  text-transform: uppercase;
  box-shadow: none;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .btn {
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media all and (max-width: 1200px) {
  .btn {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media all and (max-width: 575px) {
  .btn {
    height: 48px;
    line-height: 44px;
    padding: 0 20px;
    letter-spacing: 0.04em;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/button-arrow-right.svg) no-repeat center/contain;
  margin-left: 8px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .btn::after {
    width: 12px;
    height: 12px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .btn::after {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 1200px) {
  .btn::after {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 575px) {
  .btn::after {
    width: 11px;
    height: 11px;
  }
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  box-shadow: none;
  color: white;
  background: var(--gold);
  border-color: var(--gold);
}
.btn:disabled {
  box-shadow: none;
  background: var(--cold-grey);
  color: white;
  cursor: not-allowed;
}
.btn-outline {
  background: transparent;
  border-color: white;
  color: white;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:active:focus {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.btn-outline-red {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}
.btn-outline-red::after {
  transition: 0.3s all;
  background: url(../images/button-arrow-right-red.svg) no-repeat center/contain;
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:active:focus {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.btn-outline-red:hover::after, .btn-outline-red:focus::after, .btn-outline-red:active::after, .btn-outline-red:active:focus::after {
  background: url(../images/button-arrow-right.svg) no-repeat center/contain;
}
.btn-green {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green:active:focus {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: white;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold:active:focus {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.btn-hover-gold-bg:hover, .btn-hover-gold-bg:focus, .btn-hover-gold-bg:active, .btn-hover-gold-bg:active:focus {
  box-shadow: none;
  color: white;
  background: var(--gold);
  border-color: var(--gold);
}
.btn-link {
  font-size: 14px;
  line-height: 14px;
  background: transparent !important;
  color: var(--gold);
  border: 0 !important;
  height: initial;
  padding: 0;
  overflow: initial !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.btn-link::after {
  position: relative;
  top: 2px;
  background-image: url(../images/button-arrow-right-gold.svg);
  transition: 0.3s all;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:active:focus {
  color: #ffffff;
}
.btn-link:hover::after, .btn-link:focus::after, .btn-link:active::after, .btn-link:active:focus::after {
  background-image: url(../images/button-arrow-right.svg);
}
.btn-no-arrow::after {
  display: none;
}
.btn-large-text {
  height: auto;
  line-height: 22px;
  padding: 16px 24px;
}
@media all and (max-width: 1200px) {
  .btn-large-text {
    padding: 14px 24px;
  }
}
@media all and (max-width: 767px) {
  .btn-large-text {
    line-height: 20px;
    padding: 10px 24px;
  }
}
@media all and (max-width: 575px) {
  .btn-large-text {
    line-height: 16px;
    padding: 10px 20px;
    font-size: 12px;
  }
}

label {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  font-family: var(--content-font) !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
}
@media all and (max-width: 575px) {
  label {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 6px !important;
  }
}

input[type=submit] {
  display: inline-block !important;
  height: 56px !important;
  line-height: 52px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  padding: 0px 48px 0 24px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  background-image: url(../images/button-arrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
  background-position: right 24px top 20px !important;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  input[type=submit] {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 16px !important;
    background-size: 13px !important;
    background-position: right 26px top 18px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  input[type=submit] {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    background-size: 13px !important;
    background-position: right 26px top 18px !important;
  }
}
@media all and (max-width: 1200px) {
  input[type=submit] {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    background-size: 13px !important;
    background-position: right 26px top 18px !important;
  }
}
@media all and (max-width: 575px) {
  input[type=submit] {
    height: 48px !important;
    line-height: 44px !important;
    padding: 0 20px !important;
    letter-spacing: 0.04em !important;
    padding-right: 40px !important;
    background-size: 12px !important;
    background-position: right 21px top 17px !important;
  }
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit]:active:focus {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 50px !important;
  background-color: white !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border: 1px solid var(--border) !important;
  padding: 0 16px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 430 !important;
  font-size: 16px !important;
  line-height: 48px !important;
  letter-spacing: -0.01em !important;
  color: var(--content) !important;
  font-family: var(--content-font) !important;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  outline: none !important;
  position: relative;
}
@media all and (max-width: 575px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 44px !important;
    line-height: 42px !important;
    font-size: 14px !important;
  }
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: var(--onxy-black) !important;
  box-shadow: none !important;
  outline: none !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-chevron-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px !important;
  border: 1px solid var(--border) !important;
}
textarea {
  height: 110px !important;
  resize: none;
  padding: 12px 16px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border: 1px solid var(--border) !important;
  line-height: 26px !important;
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
  outline: none !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--content) !important;
  font-weight: 430 !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border);
  background: #ffffff;
  left: 0;
  top: 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  background: var(--red);
  border-color: var(--red);
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: var(--content) !important;
  font-weight: 500 !important;
  position: relative !important;
  letter-spacing: -0.01em !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--content);
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--content);
  left: 6px;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  user-select: none;
}
input[type=radio]:checked + label:after {
  display: block;
}

header {
  transition: 0.3s all;
  top: auto !important;
  height: 140px;
  padding-right: 0 !important;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  header {
    height: 120px;
  }
}
@media all and (max-width: 1200px) {
  header {
    height: 100px;
  }
}
@media all and (max-width: 991px) {
  header {
    padding-left: 40px;
    padding-right: 40px !important;
  }
}
@media all and (max-width: 767px) {
  header {
    padding-left: 30px;
    padding-right: 30px !important;
  }
}
@media all and (max-width: 575px) {
  header {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px !important;
  }
}
header .container-fluid {
  padding: 0;
}
header:not(.header-transparent) + .main-wrapper, header:not(.header-transparent) + script + .main-wrapper {
  padding-top: 140px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  header:not(.header-transparent) + .main-wrapper, header:not(.header-transparent) + script + .main-wrapper {
    padding-top: 120px;
  }
}
@media all and (max-width: 1200px) {
  header:not(.header-transparent) + .main-wrapper, header:not(.header-transparent) + script + .main-wrapper {
    padding-top: 100px;
  }
}
@media all and (max-width: 575px) {
  header:not(.header-transparent) + .main-wrapper, header:not(.header-transparent) + script + .main-wrapper {
    padding-top: 80px;
  }
}

.shrink {
  background: #000000;
}

header:not(.shrink) .hamburger-menu span {
  background: white;
}

.admin-bar header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px !important;
  }
}

.navbar-brand {
  width: 115px;
  margin-left: 40px;
  margin-right: 30px;
  padding: 0;
  line-height: 0;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .navbar-brand {
    width: 100px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-brand {
    width: 80px;
    margin-left: 30px;
  }
}
@media all and (max-width: 991px) {
  .navbar-brand {
    width: 70px;
    margin-left: 0;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand {
    width: 60px;
    margin-right: 20px;
  }
}
.navbar-brand img {
  width: 100%;
  height: auto;
}

.mobile-collapse-logo {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-collapse-logo {
    display: block;
    height: 60px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .mobile-collapse-logo {
    height: 50px;
  }
}
.mobile-collapse-logo img {
  width: auto;
  height: 100%;
}

.navbar {
  width: 100%;
  padding: 0px;
  position: initial;
  justify-content: normal;
}
.navbar .navbar-collapse {
  height: 100%;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
    right: 0;
    width: 350px;
    z-index: 1001;
    background: #000000;
    transition: 0.3s all !important;
    padding: 30px;
    transform: translateX(120%);
    display: block !important;
    align-content: center;
  }
}
@media all and (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 300px;
    padding: 30px 22px 24px;
  }
}
.navbar .navbar-collapse .collapse-close {
  display: none;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse .collapse-close {
    height: 40px;
    width: 40px;
    position: absolute;
    right: -60px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
  }
}
.navbar .navbar-collapse .collapse-close img {
  width: 22px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse.show {
    transform: translateX(0%);
  }
}
.navbar .navbar-collapse.show .collapse-close {
  opacity: 1;
  pointer-events: auto;
}

.header-mail {
  position: relative;
  transition: 0.3s all;
}
.header-mail:hover, .header-mail:focus {
  color: var(--gold);
}
.header-mail::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 6px;
  background: url(../images/mail-icon-small.svg) no-repeat center/contain;
  margin-right: 10px;
  transition: 0.3s all;
}
.header-mail:hover::before, .header-mail:focus::before {
  background: url(../images/mail-icon-small-gold.svg) no-repeat center/contain;
}

.header-login {
  position: relative;
  top: 5px;
  color: white;
  display: none;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .header-login {
    display: block;
    top: 0;
  }
}
.header-login:hover, .header-login:focus {
  color: var(--gold);
}
.header-login::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 15px;
  position: relative;
  top: 2px;
  background: url(../images/user-icon-small.svg) no-repeat center/contain;
  margin-right: 10px;
  transition: 0.3s all;
}
.header-login:hover::before, .header-login:focus::before {
  background: url(../images/user-icon-small-gold.svg) no-repeat center/contain;
}

.header-cart {
  position: relative;
  display: none;
  top: 4px;
  color: white;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .header-cart {
    display: block;
    top: 0;
  }
}
.header-cart:hover, .header-cart:focus {
  color: var(--gold);
}
.header-cart::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 17px;
  position: relative;
  top: 2px;
  background: url(../images/cart-icon.svg) no-repeat center/contain;
  margin-right: 10px;
  transition: 0.3s all;
}
.header-cart:hover::before, .header-cart:focus::before {
  background: url(../images/cart-icon-gold.svg) no-repeat center/contain;
}
.header-cart span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  top: -4px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: white;
  background: var(--red);
  font-size: 9px;
}

.header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .header-cta {
    height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .header-cta {
    height: 50px;
    padding-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .header-cta {
    height: auto;
    padding-right: 0;
    border-bottom: 0;
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
.header-cta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-cta ul li {
  margin: 0;
}
.header-cta ul {
  display: flex;
  gap: 72px;
}
@media all and (max-width: 991px) {
  .header-cta ul {
    gap: 0;
  }
}
.header-cta ul li {
  position: relative;
}
.header-cta ul li::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 9px;
  width: 1px;
  height: 14px;
  background: white;
}
@media all and (max-width: 991px) {
  .header-cta ul li::after {
    display: none;
  }
}
.header-cta ul li:last-child::after {
  display: none;
}
.header-cta ul li a {
  color: white;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .header-cta ul li a {
    font-size: 18px;
  }
}
.header-cta ul li a:hover {
  color: var(--gold);
}
.header-cta ul li .header-login {
  display: block;
}
@media all and (max-width: 991px) {
  .header-cta ul li .header-login {
    display: none;
  }
}
.header-cta ul li .header-cart {
  display: block;
}
@media all and (max-width: 991px) {
  .header-cta ul li .header-cart {
    display: none;
  }
}

.mobile-scrollbar {
  height: 100%;
}
@media all and (max-width: 991px) {
  .mobile-scrollbar {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
}

.primary-nav {
  height: 70px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav {
    height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav {
    height: 50px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav {
    margin-bottom: 50px;
  }
}
.primary-nav .navbar-nav {
  height: 100%;
  justify-content: flex-end;
  padding-right: 40px;
}
@media all and (max-width: 1200px) {
  .primary-nav .navbar-nav {
    padding-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav .navbar-nav {
    height: auto;
    flex-direction: column !important;
    align-items: start;
    padding: 0;
  }
}
.primary-nav .navbar-nav li {
  position: relative;
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .primary-nav .navbar-nav li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.primary-nav .navbar-nav li:last-child a {
  padding-right: 0;
}
.primary-nav .navbar-nav li > a {
  height: auto !important;
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-weight: 430;
  letter-spacing: 0.01em;
  padding: 0 22px;
  transition: 0.3s all;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav .navbar-nav li > a {
    padding: 0 14px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav .navbar-nav li > a {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 430;
    letter-spacing: 0;
    padding: 16px 0 20px;
  }
}
@media all and (max-width: 575px) {
  .primary-nav .navbar-nav li > a {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 0 16px;
  }
}
.primary-nav .navbar-nav li > a:hover {
  color: var(--gold);
}
@media all and (max-width: 991px) {
  .primary-nav .navbar-nav li > a:hover {
    transform: translateX(0);
  }
}
.primary-nav .menu-item-has-children a::after {
  display: none;
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .menu-item-has-children {
    position: relative !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
.menu-item-has-children > a {
  position: relative;
  padding: 0;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../images/nav-item-down-arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block !important;
  margin-left: 10px;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .menu-item-has-children > a::after {
    margin-left: auto;
  }
}
.menu-item-has-children > a:hover::after {
  background: url(../images/nav-item-down-arrow-gold.svg) no-repeat center/contain;
}
.menu-item-has-children:hover > a {
  color: var(--gold) !important;
}
.menu-item-has-children:hover > a::after {
  background: url(../images/nav-item-down-arrow-gold.svg) no-repeat center/contain;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  background: #000000;
  padding: 20px;
  width: 200px;
  top: 100%;
  left: 0;
  z-index: 10;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: 0.25s all;
}
@media all and (max-width: 991px) {
  .menu-item-has-children .sub-menu {
    position: relative;
    background: #1a1a1a;
    top: 0;
    width: 100%;
    opacity: 1;
    transform: none;
    box-shadow: none;
    padding: 12px 16px;
    display: none;
    transition: 0s all;
  }
}
@media all and (max-width: 575px) {
  .menu-item-has-children .sub-menu {
    gap: 10px;
  }
}
.menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0 0 14px 0;
  display: block;
}
@media all and (max-width: 991px) {
  .menu-item-has-children .sub-menu li {
    border: 0;
  }
}
.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
.menu-item-has-children .sub-menu li > a {
  padding: 0;
  display: block;
  pointer-events: auto;
  font-size: 15px;
  line-height: 22px;
  font-weight: 430;
  color: white;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu-item-has-children .sub-menu li > a::after {
  display: none;
}
.menu-item-has-children .sub-menu li > a:hover {
  color: var(--gold);
}
.menu-item-has-children .sub-menu li > a:not([href]) {
  cursor: default;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-text-heading-color);
  font-family: var(--font-primary);
  font-weight: 550;
  opacity: 0.9;
  margin-bottom: 14px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 1200px) {
  .menu-item-has-children .sub-menu li > a:not([href]) {
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
  }
}
.menu-item-has-children .sub-menu li > a:not([href]):hover {
  color: var(--color-text-heading-color);
}
.menu-item-has-children:last-child .sub-menu {
  left: auto;
  right: 0;
}
@media (min-width: 991px) {
  .menu-item-has-children:hover .sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  }
}
.menu-item-has-children:hover::after {
  background: url(../images/menu-down-arrow-green.svg) no-repeat center/contain;
}
.menu-item-has-children:has(.sub-menu.show)::after {
  transform: rotate(180deg);
}

.tab-action {
  display: flex;
  gap: 40px;
  margin-left: auto;
}
@media all and (max-width: 575px) {
  .tab-action {
    gap: 30px;
  }
}
.tab-action .header-login::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -20px;
  height: 20px;
  width: 1px;
  background: white;
}
@media all and (max-width: 575px) {
  .tab-action .header-login::after {
    right: -15px;
  }
}

.hamburger-menu {
  flex: none;
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  width: 28px;
  padding: 4px 2px;
}
.hamburger-menu::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 20px;
  width: 1px;
  background: white;
}
@media all and (max-width: 575px) {
  .hamburger-menu::before {
    left: -15px;
  }
}
@media all and (max-width: 991px) {
  .hamburger-menu {
    display: flex;
  }
}
.hamburger-menu span {
  height: 2px;
  width: 100%;
  background: white;
  transition: 0.3s all;
}
.hamburger-menu.icon-animation span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.hamburger-menu.icon-animation span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.icon-animation span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger-close {
  position: absolute;
  top: 43px;
  right: 36px;
  width: 30px;
  height: 27px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .hamburger-close {
    display: flex;
  }
}
@media all and (max-width: 575px) {
  .hamburger-close {
    top: 34px;
    right: 20px;
    width: 26px;
    height: 20px;
  }
}
.hamburger-close img {
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .overlay.show-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.footer {
  background: black;
  padding-top: 80px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer {
    padding-top: 70px;
  }
}
@media all and (max-width: 1200px) {
  .footer {
    padding-top: 70px;
  }
}
@media all and (max-width: 575px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .footer-intro h4, .footer .footer-nav-list h4 {
  color: white;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-intro {
    gap: 40px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 1200px) {
  .footer-intro {
    justify-content: flex-start;
    gap: 60px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .footer-intro {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .footer-intro {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-brand {
  display: flex;
  width: 190px;
}
@media all and (max-width: 1200px) {
  .footer-brand {
    width: 170px;
  }
}
@media all and (max-width: 991px) {
  .footer-brand {
    width: 140px;
  }
}
@media all and (max-width: 575px) {
  .footer-brand {
    width: 120px;
  }
}
.footer-brand img {
  width: 100%;
  height: auto;
}

.footer-info {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: #999999 !important;
}
.footer-info a {
  color: inherit;
}

.footer-address-and-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-address-and-details h4 {
  margin-bottom: 8px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}
@media all and (max-width: 1200px) {
  .footer-nav {
    padding-left: 0;
  }
}
@media all and (max-width: 575px) {
  .footer-nav {
    flex-direction: column;
    gap: 30px;
  }
}

.footer-nav-list h4 {
  margin-bottom: 20px;
}
.footer-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-list ul li {
  margin: 0;
}
.footer-nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav-list ul li {
  margin: 0;
  line-height: 0;
}
.footer-nav-list ul li a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #999999;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s all;
}
.footer-nav-list ul li a:hover {
  color: var(--red);
}

.footer-social-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  margin-top: 44px;
  margin-bottom: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 575px) {
  .footer-social-area {
    flex-direction: column;
    padding: 16px 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.company-reg-details {
  display: flex;
  gap: 28px;
}
@media all and (max-width: 575px) {
  .company-reg-details {
    flex-direction: column;
    gap: 16px;
  }
}
.company-reg-details .company-reg-info {
  font-size: 14px;
  letter-spacing: 0;
  color: white;
}

.footer-social-lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social-lists ul li {
  margin: 0;
}
.footer-social-lists ul {
  display: flex;
  gap: 36px;
}
.footer-social-lists ul li a {
  color: white;
  transition: 0.3s all;
}
.footer-social-lists ul li a:hover {
  color: var(--red);
}

.footer-details-text {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.footer-bottom-wrapper {
  background: #1A1A1A;
  padding: 20px 0;
  margin-top: 80px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-bottom-wrapper {
    margin-top: 60px;
  }
}
@media all and (max-width: 1200px) {
  .footer-bottom-wrapper {
    margin-top: 50px;
  }
}
@media all and (max-width: 575px) {
  .footer-bottom-wrapper {
    margin-top: 30px;
  }
}
.footer-bottom-wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer-bottom-wrapper p {
  font-size: 14px;
  line-height: 22px;
  color: white;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}
@media all and (max-width: 575px) {
  .footer-bottom-wrapper p {
    font-size: 13px;
  }
}
.footer-bottom-wrapper p a {
  color: inherit !important;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.3s all;
}
.footer-bottom-wrapper p a:hover {
  color: var(--red) !important;
}
.footer-bottom-wrapper .webpop-logo {
  display: flex;
}
.footer-bottom-wrapper .webpop-logo img {
  height: 20px;
  width: 20px;
}

.footer-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}
@media all and (max-width: 1200px) {
  .footer-newsletter-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
@media all and (max-width: 575px) {
  .footer-newsletter-wrapper {
    padding: 20px;
    margin-top: 30px;
  }
}
.footer-newsletter-wrapper h4 {
  color: white;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .footer-newsletter-wrapper .gform_wrapper.gravity-theme {
    width: 100%;
  }
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form {
  max-width: 634px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 767px) {
  .footer-newsletter-wrapper .gform_wrapper.gravity-theme form {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 575px) {
  .footer-newsletter-wrapper .gform_wrapper.gravity-theme form {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .footer-newsletter-wrapper .gform_wrapper.gravity-theme form .gform-body {
    width: 100%;
  }
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form .gform_fields {
  display: flex;
  gap: 12px;
}
@media all and (max-width: 575px) {
  .footer-newsletter-wrapper .gform_wrapper.gravity-theme form .gform_fields {
    flex-direction: column;
    width: 100%;
  }
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form .gform-footer {
  margin: 0 !important;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  border: 0 !important;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=text], .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=email] {
  color: white !important;
  background: rgba(255, 255, 255, 0.14) !important;
  padding: 0 14px !important;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=text]::placeholder, .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=text]:-ms-input-placeholder, .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder, .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=submit] {
  font-size: 14px !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  background: var(--red) !important;
  padding: 0 15px !important;
}
.footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=submit]:hover, .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=submit]:focus, .footer-newsletter-wrapper .gform_wrapper.gravity-theme form input[type=submit]:active {
  background: var(--gold) !important;
}

.bg-light {
  background: var(--bg-light) !important;
}

.bg-dark {
  background: #000000 !important;
}
.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #ffffff;
}
.bg-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-28 {
  row-gap: 28px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}
@media all and (max-width: 1200px) {
  .row-gap-40 {
    row-gap: 30px;
  }
}

.cell-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cell-gap-20 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.cell-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.cell-gap-30 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.cell-gap-100 {
  margin-left: -50px;
  margin-right: -50px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cell-gap-100 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cell-gap-100 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (max-width: 1200px) {
  .cell-gap-100 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 991px) {
  .cell-gap-100 {
    row-gap: 60px;
  }
}
@media all and (max-width: 767px) {
  .cell-gap-100 {
    row-gap: 44px;
  }
}
@media all and (max-width: 575px) {
  .cell-gap-100 {
    row-gap: 36px;
  }
}
.cell-gap-100 > [class*=col] {
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 1200px) {
  .cell-gap-100 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-heading {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .section-heading {
    margin-bottom: 35px;
  }
}
.section-heading h2 {
  margin-bottom: 2px;
}
.section-heading h2:last-child {
  margin-bottom: 0;
}
.section-heading p {
  opacity: 0.7;
}

.hero-default {
  height: 650px;
  background: var(--deep-blue);
  align-content: center;
}

.admin-bar .hero-home-section {
  margin-top: -32px;
}

.hero-home-grid-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background: #000000;
}

.hero-home-grid-item {
  width: calc(33.3% - 3px);
}
@media all and (max-width: 991px) {
  .hero-home-grid-item {
    width: 100% !important;
    height: calc(15vh - 2px) !important;
    aspect-ratio: 1/1;
  }
}
.hero-home-grid-item.hero-home-grid-item-1 {
  width: 100%;
  height: calc(100vh - 362px);
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .hero-home-grid-item.hero-home-grid-item-1 {
    height: calc(100vh - 240px);
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-home-grid-item.hero-home-grid-item-1 {
    height: calc(100vh - 240px);
  }
}
@media all and (max-width: 1200px) {
  .hero-home-grid-item.hero-home-grid-item-1 {
    height: calc(100vh - 220px);
  }
}
@media all and (max-width: 991px) {
  .hero-home-grid-item.hero-home-grid-item-1 {
    height: 40vh !important;
  }
}

.features-carousel-card-large {
  height: 100%;
  padding: 0 0 145px 0;
  position: relative;
  display: block;
  background: #000000;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .features-carousel-card-large {
    padding: 0 0 80px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .features-carousel-card-large {
    padding: 0 0 80px 0;
  }
}
@media all and (max-width: 1200px) {
  .features-carousel-card-large {
    padding: 0 0 80px 0;
  }
}
@media all and (max-width: 991px) {
  .features-carousel-card-large {
    padding: 22px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card-large {
    padding: 12px;
  }
}
@media all and (max-width: 991px) {
  .features-carousel-card-large .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.features-carousel-card-large .features-carousel-card-img {
  position: absolute;
  inset: 0;
}
.features-carousel-card-large .features-carousel-card-img img,
.features-carousel-card-large .features-carousel-card-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.features-carousel-card-large .features-carousel-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 18.83%, rgba(0, 0, 0, 0) 36.61%);
}
.features-carousel-card-large .features-carousel-card-info {
  display: block;
  position: relative;
  max-width: 750px;
  padding-left: 36px;
}
@media all and (max-width: 991px) {
  .features-carousel-card-large .features-carousel-card-info {
    padding-left: 24px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card-large .features-carousel-card-info {
    padding-left: 20px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card-large .features-carousel-card-info {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.features-carousel-card-large .features-carousel-card-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  bottom: -13px;
  width: 90px;
  background: var(--red);
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .features-carousel-card-large .features-carousel-card-info::before {
    width: 60px;
    bottom: -10px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card-large .features-carousel-card-info::before {
    width: 30px;
  }
}
.features-carousel-card-large .features-carousel-card-info h1 {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media all and (max-width: 991px) {
  .features-carousel-card-large .features-carousel-card-info h1 {
    font-size: 26px;
    line-height: 42px;
    gap: 16px;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card-large .features-carousel-card-info h1 {
    font-size: 20px;
    line-height: 32px;
    gap: 0;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card-large .features-carousel-card-info h1 {
    font-size: 15px;
    line-height: 22px;
  }
}
.features-carousel-card-large .features-carousel-card-info h1::after {
  content: "";
  flex: none;
  width: 20px;
  height: 36px;
  background: url(../images/hero-btn-arrow.svg) no-repeat center/contain;
  position: relative;
  top: 4px;
}
@media all and (max-width: 1200px) {
  .features-carousel-card-large .features-carousel-card-info h1::after {
    width: 20px;
    height: 32px;
    top: 3px;
  }
}
@media all and (max-width: 991px) {
  .features-carousel-card-large .features-carousel-card-info h1::after {
    width: 14px;
    height: 22px;
    top: 2px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card-large .features-carousel-card-info h1::after {
    width: 12px;
    height: 18px;
    margin-left: 12px;
    top: 1px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card-large .features-carousel-card-info h1::after {
    width: 9px;
    height: 16px;
    margin-left: 8px;
    top: 1px;
  }
}
.features-carousel-card-large .features-carousel-card-info p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 767px) {
  .features-carousel-card-large .features-carousel-card-info p {
    display: none;
  }
}
.features-carousel-card-large:hover .features-carousel-card-info::before {
  background: var(--gold);
}

.features-carousel-card {
  display: block;
  position: relative;
  overflow: hidden;
  height: 362px;
  padding: 48px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .features-carousel-card {
    height: 240px;
    padding: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .features-carousel-card {
    height: 240px;
    padding: 30px;
  }
}
@media all and (max-width: 1200px) {
  .features-carousel-card {
    height: 220px;
    padding: 22px;
  }
}
@media all and (max-width: 991px) {
  .features-carousel-card {
    height: 100%;
    padding: 22px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card {
    padding: 12px;
  }
}
.features-carousel-card .features-carousel-card-img {
  position: absolute;
  inset: 0;
}
.features-carousel-card .features-carousel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: 0.3s all;
}
.features-carousel-card .features-carousel-card-info {
  position: relative;
  display: block;
  padding-left: 36px;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .features-carousel-card .features-carousel-card-info {
    padding-left: 26px;
  }
}
@media all and (max-width: 991px) {
  .features-carousel-card .features-carousel-card-info {
    padding-left: 24px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card .features-carousel-card-info {
    padding-left: 20px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card .features-carousel-card-info {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.features-carousel-card .features-carousel-card-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  bottom: -15px;
  width: 90px;
  background: var(--red);
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .features-carousel-card .features-carousel-card-info::before {
    width: 60px;
    bottom: -10px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card .features-carousel-card-info::before {
    width: 30px;
  }
}
.features-carousel-card h2 {
  display: flex;
  align-items: center;
  font-size: 36px;
  line-height: 58px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: -1px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .features-carousel-card h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media all and (max-width: 1200px) {
  .features-carousel-card h2 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
.features-carousel-card h2::after {
  flex: none;
  content: "";
  display: inline-block;
  width: 15px;
  height: 26px;
  margin-left: 16px;
  background: url(../images/hero-btn-arrow.svg) no-repeat center/contain;
  top: 3px;
  position: relative;
}
@media all and (max-width: 1200px) {
  .features-carousel-card h2::after {
    width: 14px;
    height: 22px;
    top: 2px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card h2::after {
    width: 12px;
    height: 18px;
    margin-left: 12px;
    top: 1px;
  }
}
@media all and (max-width: 575px) {
  .features-carousel-card h2::after {
    width: 9px;
    height: 16px;
    margin-left: 8px;
    top: 1px;
  }
}
.features-carousel-card p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  max-width: 330px;
}
@media all and (max-width: 1200px) {
  .features-carousel-card p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .features-carousel-card p {
    display: none;
  }
}
.features-carousel-card:hover .features-carousel-card-img img {
  transform: scale(1.15);
}
.features-carousel-card:hover .features-carousel-card-info::before {
  background: var(--gold);
}

.hero-common {
  position: relative;
  overflow: hidden;
  height: 470px;
  background: url(../images/common-hero-bg.png) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .hero-common {
    height: 410px;
  }
}
.hero-common .hero-info {
  position: relative;
  padding: 20px 0 20px 36px;
}
@media all and (max-width: 575px) {
  .hero-common .hero-info {
    padding: 16px 0 16px 24px;
  }
}
.hero-common .hero-info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  background: var(--red);
}
@media all and (max-width: 575px) {
  .hero-common .hero-info::before {
    width: 70px;
  }
}
.hero-common .hero-info h1 {
  margin-bottom: 8px;
}
.hero-common .hero-info h1:last-child {
  margin-bottom: 0;
}
.hero-common .hero-info p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.hero-common.hero-contact {
  background: url(../images/contact-hero-bg.png) no-repeat center/cover;
  height: 890px;
  padding-bottom: 505px;
}
@media all and (max-width: 575px) {
  .hero-common.hero-contact {
    height: 800px;
    padding-bottom: 480px;
  }
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  margin: 0;
}
.breadcrumb {
  display: block;
}
.breadcrumb .breadcrumb-item {
  list-style: none;
  padding: 0;
  display: inline;
}
.breadcrumb .breadcrumb-item a {
  color: inherit;
}
.breadcrumb .breadcrumb-item::before {
  display: none !important;
}
.breadcrumb .breadcrumb-item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/breadcrumb-arrow-white.svg) no-repeat center/contain;
  margin: 0 8px 0 12px;
}
.breadcrumb .breadcrumb-item.active::after {
  display: none;
}

.hero-breadcrumb {
  margin-bottom: 24px;
}
.hero-breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.hero-breadcrumb .breadcrumb-item.active {
  color: var(--red);
}

.stats-section {
  overflow: hidden;
}

.stats-carousel .swiper-slide {
  height: initial;
}

.stats-card {
  border-radius: 12px;
  padding: 38px 40px;
  height: 100%;
  background: url(../images/stats-card-bg.png) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  .stats-card {
    padding: 22px 22px 20px;
  }
}
.stats-card .hammerhead {
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.stats-card h3 {
  color: #ffffff;
  margin-bottom: 14px;
}
.stats-card p {
  color: rgba(227, 230, 231, 0.7);
  margin-bottom: 20px;
}
.stats-card .info::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 147, 78, 0.33) -29.31%, rgba(203, 176, 126, 0.33) 5.14%, rgba(255, 255, 255, 0.33) 98.64%);
  margin-bottom: 20px;
}
.stats-card .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stats-card .info ul li {
  margin: 0;
}
.stats-card .info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.stats-card .info ul li {
  padding-left: 27px;
  color: #ffffff;
}
.stats-card .info ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/icon-checkbox-brown.svg) no-repeat center/contain;
}
.stats-card .info p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(227, 230, 231, 0.7);
}
.stats-card .info p:last-child {
  margin-bottom: 0;
}

.feature-info {
  row-gap: 40px;
  margin-bottom: 60px;
}
.feature-info h2:last-child, .feature-info p:last-child {
  margin-bottom: 0;
}
.feature-info .info {
  padding-left: 40px;
}
@media all and (max-width: 991px) {
  .feature-info .info {
    padding-left: 0;
  }
}

.feature-cards {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 40px;
}
.feature-cards > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.feature-card {
  border-radius: 12px;
  padding: 30px;
  background: url(../images/feature-card-bg-img.png) no-repeat center/cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 42px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6196078431);
}
.feature-card h3 {
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.two-col-video-card h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.video-card-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.video-card-links a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 70px 16px 22px;
  background: #ffffff;
  border-radius: 6px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .video-card-links a {
    padding: 16px 70px 16px 18px;
  }
}
.video-card-links a h5 {
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
}
.video-card-links a p {
  font-size: 16px;
  line-height: 26px;
}
@media all and (max-width: 1200px) {
  .video-card-links a p {
    font-size: 15px;
    line-height: 22px;
  }
}
.video-card-links a::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/video-card-arrow-red.svg) no-repeat center/contain;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .video-card-links a::after {
    width: 36px;
    height: 36px;
    right: 18px;
  }
}
.video-card-links a:hover {
  background: var(--red);
  color: #ffffff;
}
.video-card-links a:hover h5 {
  color: #ffffff;
}
.video-card-links a:hover::after {
  background: url(../images/video-card-arrow-brown.svg) no-repeat center/contain;
}
.video-card-links a.gold-icon::after {
  background: url(../images/video-card-arrow-brown.svg) no-repeat center/contain;
}
.video-card-links a.gold-icon:hover {
  background: var(--gold);
  color: #ffffff;
}
.video-card-links a.gold-icon:hover h5 {
  color: #ffffff;
}
.video-card-links a.gold-icon:hover::after {
  background: url(../images/video-card-arrow-red.svg) no-repeat center/contain;
}

.video-card-thumbnail {
  position: relative;
  margin-bottom: 26px;
}
.video-card-thumbnail > img {
  border-radius: 6px;
}
.video-card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.12;
  border-radius: 6px;
  transition: 0.3s all;
}
.video-card-thumbnail:hover::after {
  opacity: 0.5;
}

.video-card-modal-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .video-card-modal-link {
    width: 60px;
  }
}
.video-card-modal-link img {
  width: 100%;
  height: auto;
}

.video-modal .modal-content {
  background: transparent;
  border: 0;
}
.video-modal .modal-content iframe {
  border-radius: 10px;
}
.video-modal .btn-close {
  position: absolute;
  right: -60px;
  background-color: #ffffff;
  background-size: 14px;
  opacity: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  outline: 0;
  border: 0;
}
@media all and (max-width: 767px) {
  .video-modal .btn-close {
    right: 50%;
    top: 100%;
    transform: translateX(50%);
  }
}

.why-choose-us-section {
  overflow: hidden;
  background: url(../images/why-choose-us-section-bg.png) no-repeat center/cover;
}
.why-choose-us-section .section-heading {
  margin-bottom: 0;
}
.why-choose-us-section .section-heading p {
  color: #ffffff;
}
.why-choose-us-section .heading-btn-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 40px;
}
@media all and (max-width: 767px) {
  .why-choose-us-section .heading-btn-wrapper {
    flex-direction: column;
  }
}
.why-choose-us-section .heading-btn-wrapper .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .why-choose-us-section .heading-btn-wrapper .btns {
    align-items: initial;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .why-choose-us-section .heading-btn-wrapper .btns {
    flex-direction: row;
  }
}
@media all and (max-width: 575px) {
  .why-choose-us-section .heading-btn-wrapper .btns {
    flex-direction: column;
    width: 100%;
  }
}
.why-choose-us-section .heading-btn-wrapper .btns .btn {
  white-space: nowrap;
}

.why-choose-us-lists {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-choose-us-list-item {
  display: flex;
  align-items: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(379px);
}
@media all and (max-width: 767px) {
  .why-choose-us-list-item {
    flex-direction: column;
    align-items: initial;
    gap: 40px;
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .why-choose-us-list-item {
    padding: 22px;
  }
}
.why-choose-us-list-item .number {
  font-weight: 700;
  font-family: var(--heading-font);
  color: #ffffff;
  width: 30%;
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media all and (max-width: 575px) {
  .why-choose-us-list-item .number {
    margin: 0px 0px -10px 16px;
  }
}
.why-choose-us-list-item .number::before {
  content: "";
  position: absolute;
  height: 68px;
  width: 45px;
  background: var(--gold);
  z-index: -1;
  left: -16px;
}
@media all and (max-width: 575px) {
  .why-choose-us-list-item .number::before {
    height: 52px;
    bottom: -7px;
  }
}
.why-choose-us-list-item .number::after {
  flex: none;
  content: "";
  height: 1px;
  width: 100px;
  opacity: 0.28;
  background: #ffffff;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .why-choose-us-list-item .number::after {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .why-choose-us-list-item .number::after {
    display: none;
  }
}
.why-choose-us-list-item .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-choose-us-list-item h3 {
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}
.why-choose-us-list-item p {
  color: rgba(255, 255, 255, 0.7);
}

.our-story-thumbnail {
  margin-right: -20px;
}
@media all and (max-width: 991px) {
  .our-story-thumbnail {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .our-story-thumbnail {
    margin-top: 40px;
  }
}
.our-story-thumbnail img {
  border-radius: 12px;
}

.our-story-info {
  margin-left: 40px;
}
@media all and (max-width: 991px) {
  .our-story-info {
    margin-left: 0;
  }
}
.our-story-info h2 {
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .our-story-info h2 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .our-story-info h2 {
    margin-bottom: 20px;
  }
}
.our-story-info p {
  max-width: 670px;
}

.order-lg-1 .our-story-thumbnail {
  margin-right: 0px;
  margin-left: -20px;
}
@media all and (max-width: 991px) {
  .order-lg-1 .our-story-thumbnail {
    margin-left: 0;
  }
}
.order-lg-1 + .col-lg-6 .our-story-info {
  margin-left: 0px;
  margin-right: 40px;
}
@media all and (max-width: 991px) {
  .order-lg-1 + .col-lg-6 .our-story-info {
    margin-right: 0;
  }
}

.contact-wrapper-card {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 60px;
  margin-top: -420px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .contact-wrapper-card {
    padding: 50px;
  }
}
@media all and (max-width: 991px) {
  .contact-wrapper-card {
    padding: 44px;
  }
}
@media all and (max-width: 575px) {
  .contact-wrapper-card {
    padding: 20px;
  }
}

.contact-map-section {
  padding-top: 60px;
}
.contact-map-section h4 {
  margin-bottom: 28px;
}

.map-wrapper iframe {
  width: 100%;
  height: 640px;
  border-radius: 12px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .map-wrapper iframe {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .map-wrapper iframe {
    height: 500px;
  }
}
@media all and (max-width: 575px) {
  .map-wrapper iframe {
    height: 300px;
  }
}

.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 45px;
}
@media all and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 20px;
  }
}
.contact-form-wrapper h4 {
  margin-top: -6px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .contact-form-wrapper h4 {
    margin-top: -2px;
    margin-bottom: 20px;
  }
}
.contact-form-wrapper .row {
  margin-left: -12px;
  margin-right: -12px;
}
.contact-form-wrapper .row > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}

.faq-form-section {
  position: relative;
  overflow: hidden;
}
.faq-form-section .accordion-btn-wrapper {
  margin-right: 20px;
}
@media all and (max-width: 1200px) {
  .faq-form-section .accordion-btn-wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .faq-form-section .accordion-btn-wrapper {
    margin-bottom: 30px;
  }
}
.faq-form-section .faq-accordion {
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  .faq-form-section .faq-accordion {
    margin-bottom: 26px;
  }
}
.faq-form-section .faq-accordion .accordion-item {
  margin-bottom: 28px;
}
@media all and (max-width: 575px) {
  .faq-form-section .faq-accordion .accordion-item {
    margin-bottom: 18px;
  }
}
.faq-form-section .contact-form-wrapper {
  padding: 36px 40px 40px;
}
@media all and (max-width: 575px) {
  .faq-form-section .contact-form-wrapper {
    padding: 20px;
  }
}

.input-wrapper {
  line-height: 0;
  margin-bottom: 20px;
}
.input-wrapper label a {
  color: var(--red);
  text-decoration: underline;
}
.input-wrapper.mb-30 {
  margin-bottom: 30px;
}

.contact-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 23px 30px;
  background: #ffffff;
  border-radius: 10px;
}
.contact-card i {
  height: 50px;
  margin-bottom: 20px;
}
.contact-card i img {
  height: 100%;
  width: auto;
}
.contact-card h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-card h4::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/contact-card-arrow-up-right-icon.svg) no-repeat center/contain;
}
.contact-card a {
  transition: 0.3s all;
}
.contact-card a:hover {
  color: var(--red);
}

.contact-card-follow-us {
  border-block: 1px solid var(--border);
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin: 30px 0 16px;
}
.contact-card-follow-us h4 {
  margin: 0;
}
.contact-card-follow-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-card-follow-us ul li {
  margin: 0;
}
.contact-card-follow-us ul {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media all and (max-width: 575px) {
  .contact-card-follow-us ul {
    gap: 10px;
  }
}
.contact-card-follow-us ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background: var(--gold);
  font-size: 17px;
  transition: 0.3s all;
}
.contact-card-follow-us ul li a:hover {
  background: var(--red);
}

.important-note p {
  display: inline;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}
.important-note p span {
  display: inline;
}
.important-note p span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: var(--content);
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.important-note p span:last-child::after {
  display: none;
}
.important-note p span a {
  color: inherit;
}

.explore-info {
  margin-bottom: 50px;
}
.explore-info .heading h2:last-child {
  margin-bottom: 0;
}

.explore-card {
  border-radius: 8px;
}
.explore-card:hover .explore-card-img img {
  transform: scale(1.2);
}

.explore-card-img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.explore-card-img img {
  border-radius: 8px;
  transition: 0.3s all;
}
.explore-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.85%, #000000 83.23%);
  border-radius: 8px;
}

.explore-card-info {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 35px 26px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .explore-card-info {
    padding: 24px 22px;
  }
}
@media all and (max-width: 1200px) {
  .explore-card-info {
    padding: 24px 22px;
  }
}
@media all and (max-width: 575px) {
  .explore-card-info {
    padding: 18px;
  }
}
.explore-card-info h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .explore-card-info h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}
.explore-card-info p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 575px) {
  .explore-card-info p {
    display: none;
  }
}

.feature-card-style-2-row {
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 30px;
}
.feature-card-style-2-row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.feature-card-style-2 {
  padding: 36px;
  border-radius: 12px;
  background: var(--gold);
}
@media all and (max-width: 575px) {
  .feature-card-style-2 {
    padding: 24px;
  }
}
.feature-card-style-2 i {
  display: flex;
  height: 60px;
  margin-bottom: 26px;
}
@media all and (max-width: 575px) {
  .feature-card-style-2 i {
    height: 50px;
  }
}
.feature-card-style-2 i img {
  width: auto;
  height: 100%;
}
.feature-card-style-2 h3 {
  font-family: var(--content-font);
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 8px;
}
.feature-card-style-2 p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-card {
  background: url(../images/testimonial-card-bg.png) no-repeat center/cover;
  padding: 38px 40px;
  border-radius: 12px;
}
@media all and (max-width: 991px) {
  .testimonial-card {
    padding: 22px 26px;
    border-radius: 10px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card {
    padding: 20px;
  }
}

.sale-badge-and-price {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  .sale-badge-and-price {
    font-size: 14px;
  }
}
.sale-badge-and-price .sale-badge {
  height: 30px;
  border-radius: 4px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(65, 158, 69, 0.3411764706);
  backdrop-filter: blur(95.9000015259px);
  color: #5BCF61;
}
.sale-badge-and-price .sale-badge::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../images/verified-sale-badge-icon.svg) no-repeat center/contain;
}
.sale-badge-and-price .price-label {
  height: 30px;
  border-radius: 4px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  background-color: var(--gold);
  color: #ffffff;
}

.testimonial-info p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: var(--content-font);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px !important;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .testimonial-info p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .testimonial-info p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .testimonial-info p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  .testimonial-info p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px !important;
  }
}
.testimonial-info::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 147, 78, 0.33) -29.31%, rgba(203, 176, 126, 0.33) 5.14%, rgba(255, 255, 255, 0.33) 98.64%);
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .testimonial-info::after {
    margin-bottom: 20px;
  }
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media all and (max-width: 991px) {
  .testimonial-meta {
    gap: 14px;
  }
}
.testimonial-meta figure {
  width: 90px;
  height: 70px;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  .testimonial-meta figure {
    width: 72px;
    height: 52px;
  }
}
.testimonial-meta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.testimonial-meta div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media all and (max-width: 991px) {
  .testimonial-meta div {
    gap: 8px;
  }
}
.testimonial-meta div h5 {
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .testimonial-meta div h5 {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .testimonial-meta div h5 {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .testimonial-meta div h5 {
    font-size: 12px;
    line-height: 18px;
  }
}
.testimonial-meta div p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .testimonial-meta div p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 1200px) {
  .testimonial-meta div p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 991px) {
  .testimonial-meta div p {
    font-size: 15px;
    line-height: 15px;
  }
}

.testimonial-navigation, .stats-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .testimonial-navigation, .stats-navigation {
    display: none;
  }
}
.testimonial-navigation div, .stats-navigation div {
  position: initial;
  pointer-events: auto;
}

.swiper-button-prev, .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--red);
}
.swiper-button-prev img, .swiper-button-next img {
  width: 10px;
  height: 17px;
  object-fit: contain;
}

.swiper-pagination {
  position: initial;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}
@media all and (max-width: 575px) {
  .swiper-pagination {
    gap: 8px;
    padding-top: 30px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  background: var(--gold);
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonial-swiper-pagination, .stats-swiper-pagination {
  display: none;
}
@media all and (max-width: 1200px) {
  .testimonial-swiper-pagination, .stats-swiper-pagination {
    display: flex;
  }
}

.about-tab-buttons {
  overflow-x: auto;
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .about-tab-buttons {
    margin-bottom: 30px;
  }
}
.about-tab-buttons ul {
  flex-wrap: nowrap;
  justify-content: center;
  padding: 6px;
  background: rgba(0, 0, 0, 0.09);
  width: max-content;
  margin: 0 auto;
  border-radius: 8px;
}
.about-tab-buttons ul li {
  margin-bottom: 0;
}
.about-tab-buttons ul li button {
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  padding: 0 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
@media all and (max-width: 767px) {
  .about-tab-buttons ul li button {
    padding: 0 32px;
  }
}
@media all and (max-width: 575px) {
  .about-tab-buttons ul li button {
    padding: 0 26px;
  }
}
.about-tab-buttons ul li button:hover, .about-tab-buttons ul li button:focus, .about-tab-buttons ul li button:active, .about-tab-buttons ul li button.active {
  background: white;
  color: #000000;
}

.about-tab-card {
  position: relative;
  padding: 36px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
}
@media all and (max-width: 1200px) {
  .about-tab-card {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .about-tab-card {
    padding: 20px;
  }
}
.about-tab-card .card-number {
  position: absolute;
  top: 4px;
  right: 24px;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: rgba(76, 81, 85, 0.08);
}
@media all and (max-width: 1200px) {
  .about-tab-card .card-number {
    font-size: 90px;
    line-height: 110px;
  }
}
@media all and (max-width: 575px) {
  .about-tab-card .card-number {
    font-size: 60px;
    line-height: 70px;
    right: 18px;
  }
}
.about-tab-card figure {
  height: 70px;
  width: 70px;
  margin-bottom: 36px;
}
@media all and (max-width: 575px) {
  .about-tab-card figure {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
  }
}
.about-tab-card h3 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-home-2 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.hero-home-2 .hero-image {
  position: absolute;
  inset: 0;
}
.hero-home-2 .hero-image img, .hero-home-2 .hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home-2 .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -6.95%, rgba(0, 0, 0, 0.88) 82.68%), linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 18.83%, rgba(0, 0, 0, 0) 36.61%);
}
.hero-home-2 .hero-info {
  position: relative;
  max-width: 700px;
  padding-left: 36px;
  margin-bottom: 53px;
}
@media all and (max-width: 575px) {
  .hero-home-2 .hero-info {
    padding-left: 16px;
  }
}
.hero-home-2 .hero-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  bottom: -13px;
  width: 90px;
  background: var(--red);
}
@media all and (max-width: 575px) {
  .hero-home-2 .hero-info::before {
    width: 70px;
  }
}
.hero-home-2 .hero-info h1 {
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .hero-home-2 .hero-info h1 {
    margin-bottom: 6px;
  }
}
.hero-home-2 .hero-info p {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.hero-form form {
  max-width: 800px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(123.0999984741px);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .hero-form form {
    flex-wrap: wrap;
  }
}
.hero-form form .form-input-reg-wrapper {
  width: 252px;
  flex: none;
  position: relative;
}
@media all and (max-width: 991px) {
  .hero-form form .form-input-reg-wrapper {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 575px) {
  .hero-form form .form-input-reg-wrapper {
    width: 100%;
  }
}
.hero-form form .form-input-reg {
  background-color: #FFD341 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: 0 !important;
  height: 56px !important;
  width: 100%;
}
.hero-form form .form-input-reg::placeholder {
  color: #000 !important;
  opacity: 1;
}
.hero-form form .form-input-reg:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
.hero-form form .form-input-reg::-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-form form .form-input-reg {
    font-size: 24px !important;
    height: 52px !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-form form .form-input-reg {
    font-size: 24px !important;
    height: 52px !important;
  }
}
@media all and (max-width: 991px) {
  .hero-form form .form-input-reg {
    font-size: 22px !important;
  }
}
@media all and (max-width: 575px) {
  .hero-form form .form-input-reg {
    height: 48px !important;
    font-size: 18px !important;
  }
}
.hero-form form .form-input-reg:focus::placeholder {
  color: transparent !important;
}
.hero-form form .form-input-reg + label {
  display: none;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-form form .form-input-reg + label {
    font-size: 24px !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-form form .form-input-reg + label {
    font-size: 24px !important;
  }
}
@media all and (max-width: 991px) {
  .hero-form form .form-input-reg + label {
    font-size: 22px !important;
  }
}
@media all and (max-width: 575px) {
  .hero-form form .form-input-reg + label {
    font-size: 18px !important;
  }
}
.hero-form form .form-input-mileage {
  height: 56px !important;
  padding-left: 48px !important;
  border: 0 !important;
  background: #ffffff url(../images/dashboard-icon.svg) no-repeat left 16px center/20px;
}
.hero-form form .form-input-mileage::placeholder {
  opacity: 0.6;
}
.hero-form form .form-input-mileage:-ms-input-placeholder {
  opacity: 0.6;
}
.hero-form form .form-input-mileage::-ms-input-placeholder {
  opacity: 0.6;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-form form .form-input-mileage {
    height: 52px !important;
  }
}
@media all and (max-width: 1200px) {
  .hero-form form .form-input-mileage {
    height: 52px !important;
  }
}
@media all and (max-width: 991px) {
  .hero-form form .form-input-mileage {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 575px) {
  .hero-form form .form-input-mileage {
    height: 48px !important;
    font-size: 18px !important;
    width: 100%;
  }
}
.hero-form form input[type=submit] {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}
@media all and (max-width: 991px) {
  .hero-form form input[type=submit] {
    width: 100%;
    background-image: none !important;
    padding: 0 20px !important;
  }
}
.hero-form form input[type=submit]:hover, .hero-form form input[type=submit]:focus, .hero-form form input[type=submit]:active, .hero-form form input[type=submit]:active:focus {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
}

.recent-purchase-section {
  background: url(../images/recent-car-sales-slider-bg.png) no-repeat center/cover;
}
.recent-purchase-section .section-heading h2 {
  color: #ffffff;
}
.recent-purchase-section .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}
.recent-purchase-section .swiper-button-prev, .recent-purchase-section .swiper-button-next {
  background-color: var(--red);
}
.recent-purchase-section .swiper-button-prev:hover, .recent-purchase-section .swiper-button-next:hover {
  background-color: var(--gold);
}
.recent-purchase-section .swiper-pagination {
  display: none;
}
@media all and (max-width: 1200px) {
  .recent-purchase-section .swiper-pagination {
    display: flex;
  }
}
.recent-purchase-section.bg-light .section-heading h2, .recent-purchase-section.bg-white .section-heading h2 {
  color: #000000;
}
.recent-purchase-section.bg-light .section-heading p, .recent-purchase-section.bg-white .section-heading p {
  color: var(--content);
}

.recent-purchase-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.recent-purchase-img-info {
  padding: 20px 22px;
  text-align: center;
}
@media all and (max-width: 575px) {
  .recent-purchase-img-info {
    padding: 14px 16px;
  }
}
.recent-purchase-img-info .price {
  background: var(--red);
  border-radius: 4px;
  padding: 5px 11px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (max-width: 1200px) {
  .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (max-width: 575px) {
  .recent-purchase-img-info .price {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.recent-purchase-img-info h5 {
  letter-spacing: 0;
  margin-bottom: 6px;
}

.our-story-style-2-info {
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .our-story-style-2-info {
    margin-right: 0;
  }
}
.our-story-style-2-info h2 {
  margin-bottom: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .our-story-style-2-info h2 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .our-story-style-2-info h2 {
    margin-bottom: 20px;
  }
}
.our-story-style-2-info p {
  max-width: 670px;
}

.our-story-style-2-thumbnail {
  margin-left: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 14px;
}
@media all and (max-width: 991px) {
  .our-story-style-2-thumbnail {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media all and (max-width: 575px) {
  .our-story-style-2-thumbnail {
    margin-top: 40px;
  }
}
.our-story-style-2-thumbnail div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumbnail-grid-1 {
  grid-row: span 3/span 3;
}

.thumbnail-grid-2 {
  grid-row: span 4/span 4;
}

.thumbnail-grid-3 {
  grid-row: span 4/span 4;
  grid-row-start: 4;
}

.thumbnail-grid-4 {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 5;
}

.order-lg-1 .our-story-style-2-info {
  margin-right: 0px;
  margin-left: 10px;
}
@media all and (max-width: 991px) {
  .order-lg-1 .our-story-style-2-info {
    margin-left: 0;
  }
}
.order-lg-1 + .col-lg-6 .our-story-style-2-thumbnail {
  margin-left: 0px;
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  .order-lg-1 + .col-lg-6 .our-story-style-2-thumbnail {
    margin-right: 0;
  }
}

.video-card-thumbnail.how-it-works-video-thumbnail {
  margin-right: -30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .video-card-thumbnail.how-it-works-video-thumbnail {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .video-card-thumbnail.how-it-works-video-thumbnail {
    margin-right: 0;
  }
}
.video-card-thumbnail.how-it-works-video-thumbnail > img {
  border-radius: 12px;
}
.video-card-thumbnail.how-it-works-video-thumbnail::after {
  opacity: 0.52;
  border-radius: 12px;
}

.how-it-works-info {
  width: 91.4%;
  margin-left: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .how-it-works-info {
    width: 95%;
  }
}
@media all and (max-width: 1200px) {
  .how-it-works-info {
    width: 100%;
  }
}
.how-it-works-info p {
  margin-bottom: 24px;
}
.how-it-works-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.how-it-works-info ul li {
  margin: 0;
}
.how-it-works-info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.how-it-works-info ul li {
  position: relative;
  padding-left: 74px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media all and (max-width: 1200px) {
  .how-it-works-info ul li {
    padding-left: 64px;
  }
}
@media all and (max-width: 575px) {
  .how-it-works-info ul li {
    padding-left: 48px;
  }
}
.how-it-works-info ul li .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 147, 78, 0.2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--gold);
  letter-spacing: 0;
}
@media all and (max-width: 1200px) {
  .how-it-works-info ul li .count {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  .how-it-works-info ul li .count {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}
.how-it-works-info ul li h5 {
  letter-spacing: 0;
  margin: 0;
}
.how-it-works-info ul li p {
  font-size: 16px;
  line-height: 26px;
}
.how-it-works-info ul li p:last-child {
  margin-bottom: 0;
}

.why-choose-us-section.why-choose-us-section-style-2 {
  background: url(../images/why-choose-us-section-bg-red.png) no-repeat center/cover;
}
.why-choose-us-section.why-choose-us-section-style-2 .why-choose-us-list-item {
  background: rgba(0, 0, 0, 0.27);
}
.why-choose-us-section.why-choose-us-section-style-2 .why-choose-us-list-item .number::before {
  background: var(--red);
}

.cta-form-section {
  position: relative;
  overflow: hidden;
  min-height: 685px;
}
@media all and (max-width: 1200px) {
  .cta-form-section {
    min-height: 600px;
  }
}
@media all and (max-width: 575px) {
  .cta-form-section {
    min-height: 500px;
  }
}

.cta-form-bg-img {
  position: absolute;
  inset: 0;
}
.cta-form-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-form-wrapper {
  max-width: 640px;
  padding: 48px 56px 56px;
  position: relative;
  background: url(../images/cta-form-bg-pattern.png) no-repeat center/cover;
  border-radius: 16px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-form-wrapper {
    max-width: 600px;
    padding: 36px 40px 40px;
  }
}
@media all and (max-width: 1200px) {
  .cta-form-wrapper {
    max-width: 550px;
    padding: 36px 40px 40px;
  }
}
@media all and (max-width: 575px) {
  .cta-form-wrapper {
    padding: 18px 22px 22px;
  }
}
.cta-form-wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.cta-form-wrapper .heading h2 {
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-form-wrapper .heading h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media all and (max-width: 1200px) {
  .cta-form-wrapper .heading h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media all and (max-width: 575px) {
  .cta-form-wrapper .heading h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.cta-form-wrapper .heading p {
  color: rgba(255, 255, 255, 0.7);
}
.cta-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cta-form-wrapper form .form-input-reg-wrapper {
  width: calc(50% - 10px);
  flex: none;
  position: relative;
}
@media all and (max-width: 575px) {
  .cta-form-wrapper form .form-input-reg-wrapper {
    width: 100%;
  }
}
.cta-form-wrapper form .form-input-reg {
  background-color: #FFD341 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: 0 !important;
  text-align: center !important;
  height: 56px !important;
  width: 100%;
}
.cta-form-wrapper form .form-input-reg::placeholder {
  color: #000 !important;
  opacity: 1;
}
.cta-form-wrapper form .form-input-reg:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
.cta-form-wrapper form .form-input-reg::-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-form-wrapper form .form-input-reg {
    font-size: 24px !important;
  }
}
@media all and (max-width: 1200px) {
  .cta-form-wrapper form .form-input-reg {
    font-size: 24px !important;
  }
}
@media all and (max-width: 991px) {
  .cta-form-wrapper form .form-input-reg {
    font-size: 22px !important;
  }
}
@media all and (max-width: 575px) {
  .cta-form-wrapper form .form-input-reg {
    height: 48px !important;
    font-size: 18px !important;
  }
}
.cta-form-wrapper form .form-input-reg:focus::placeholder {
  color: transparent !important;
}
.cta-form-wrapper form .form-input-reg + label {
  display: none;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-form-wrapper form .form-input-reg + label {
    font-size: 24px !important;
  }
}
@media all and (max-width: 1200px) {
  .cta-form-wrapper form .form-input-reg + label {
    font-size: 24px !important;
  }
}
@media all and (max-width: 991px) {
  .cta-form-wrapper form .form-input-reg + label {
    font-size: 22px !important;
  }
}
@media all and (max-width: 575px) {
  .cta-form-wrapper form .form-input-reg + label {
    font-size: 18px !important;
  }
}
.cta-form-wrapper form .form-input-mileage {
  height: 56px !important;
  padding-left: 48px !important;
  border: 0 !important;
  background: #ffffff url(../images/dashboard-icon.svg) no-repeat left 16px center/20px;
  width: calc(50% - 10px);
}
.cta-form-wrapper form .form-input-mileage::placeholder {
  opacity: 0.6;
}
.cta-form-wrapper form .form-input-mileage:-ms-input-placeholder {
  opacity: 0.6;
}
.cta-form-wrapper form .form-input-mileage::-ms-input-placeholder {
  opacity: 0.6;
}
@media all and (max-width: 575px) {
  .cta-form-wrapper form .form-input-mileage {
    height: 48px !important;
    width: 100%;
  }
}
.cta-form-wrapper form input[type=submit] {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  width: 100%;
  background-image: none !important;
  padding: 0 20px !important;
}
.cta-form-wrapper form input[type=submit]:hover, .cta-form-wrapper form input[type=submit]:focus, .cta-form-wrapper form input[type=submit]:active, .cta-form-wrapper form input[type=submit]:active:focus {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
}

.our-intro-info {
  margin-right: -20px;
}
@media all and (max-width: 1200px) {
  .our-intro-info {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.our-intro-features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-left: 55px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .our-intro-features {
    gap: 30px;
  }
}
@media all and (max-width: 1200px) {
  .our-intro-features {
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .our-intro-features {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .our-intro-features {
    gap: 20px;
  }
}

.our-features-list-item {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px 30px 34px;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .our-features-list-item {
    padding: 26px 22px 24px;
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 991px) {
  .our-features-list-item {
    padding: 26px 22px 24px;
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 575px) {
  .our-features-list-item {
    width: 100%;
    padding: 22px 20px 20px;
  }
}
.our-features-list-item i {
  height: auto;
  width: auto;
  max-height: 44px;
  max-width: 44px;
  margin-bottom: 26px;
}
@media all and (max-width: 575px) {
  .our-features-list-item i {
    margin-bottom: 20px;
  }
}
.our-features-list-item i img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.our-features-list-item h4 {
  font-family: var(--content-font);
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.our-features-list-item p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.7;
}

.how-it-works-2-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid var(--border);
  padding: 28px;
  height: 100%;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .how-it-works-2-card {
    padding: 24px;
  }
}
@media all and (max-width: 991px) {
  .how-it-works-2-card {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .how-it-works-2-card {
    padding: 16px;
  }
}
.how-it-works-2-card figure {
  position: relative;
  margin-bottom: 26px;
}
.how-it-works-2-card figure img {
  border-radius: 6px;
}
.how-it-works-2-card h5 {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.how-it-works-2-card-special-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 575px) {
  .how-it-works-2-card-special-info {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
.how-it-works-2-card-special-info .count {
  width: 70px;
  height: 70px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-weight: var(--heading-font);
  color: #ffffff;
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .how-it-works-2-card-special-info .count {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.how-it-works-2-card-special-info .note {
  background: rgba(16, 15, 15, 0.6588235294);
  backdrop-filter: blur(22px);
  border-radius: 6px;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media all and (max-width: 991px) {
  .how-it-works-2-card-special-info .note {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .how-it-works-2-card-special-info .note {
    font-size: 14px;
    line-height: 18px;
  }
}
.how-it-works-2-card-special-info .note span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 430;
  letter-spacing: 0;
  opacity: 0.66;
  margin-bottom: 4px;
}
@media all and (max-width: 575px) {
  .how-it-works-2-card-special-info .note span {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}

.hero-shop {
  position: relative;
  overflow: hidden;
  height: 480px;
  padding-bottom: 120px;
}
@media all and (max-width: 575px) {
  .hero-shop {
    height: 410px;
    padding-bottom: 40px;
  }
}
.hero-shop .hero-image {
  position: absolute;
  inset: 0;
  background: #000000;
}
.hero-shop .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.hero-shop .hero-info {
  position: relative;
  padding: 20px 0 20px 36px;
}
@media all and (max-width: 575px) {
  .hero-shop .hero-info {
    padding: 16px 0 16px 24px;
  }
}
.hero-shop .hero-info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  background: var(--red);
  z-index: -1;
}
@media all and (max-width: 575px) {
  .hero-shop .hero-info::before {
    width: 70px;
  }
}
.hero-shop .hero-info h1 {
  margin-bottom: 8px;
}
.hero-shop .hero-info h1:last-child {
  margin-bottom: 0;
}
.hero-shop .hero-info p {
  color: rgba(255, 255, 255, 0.8);
}

.hero-flog-it {
  position: relative;
  overflow: hidden;
  height: 640px;
  padding-bottom: 120px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-flog-it {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  .hero-flog-it {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 991px) {
  .hero-flog-it {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  .hero-flog-it {
    height: 490px;
    padding-bottom: 40px;
  }
}
.hero-flog-it .hero-image {
  position: absolute;
  inset: 0;
  background: #000000;
}
.hero-flog-it .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.43;
}
.hero-flog-it .hero-info {
  position: relative;
  padding: 20px 0 20px 36px;
  max-width: 850px;
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-flog-it .hero-info {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .hero-flog-it .hero-info {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .hero-flog-it .hero-info {
    padding: 16px 0 16px 24px;
  }
}
.hero-flog-it .hero-info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  background: var(--red);
  z-index: -1;
}
@media all and (max-width: 575px) {
  .hero-flog-it .hero-info::before {
    width: 70px;
  }
}
.hero-flog-it .hero-info h1 {
  margin-bottom: 8px;
}
.hero-flog-it .hero-info h1:last-child {
  margin-bottom: 0;
}
.hero-flog-it .hero-info p {
  color: rgba(255, 255, 255, 0.8);
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: white;
  padding: 10px 20px 20px;
  border: 1px solid var(--border);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  transition: 0.3s all;
}
.brand-card figure {
  max-width: 80px;
}
.brand-card h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--content-font);
  text-align: center;
  margin-bottom: 2px;
}
.brand-card p {
  font-size: 14px;
  line-height: 18px;
  color: var(--red);
  margin-top: auto;
}
.brand-card:hover {
  background: var(--red);
}
.brand-card:hover h3,
.brand-card:hover p {
  color: #ffffff;
}

.shop-stats-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 20px 24px 24px;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(114.67deg, #000000 0%, #393939 97.69%);
  overflow: hidden;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -khtml-border-radius: 12px !important;
}
@media all and (max-width: 575px) {
  .shop-stats-card {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
  }
}
.shop-stats-card .shop-stats-card-pattern {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.shop-stats-card .shop-stats-card-pattern img {
  object-fit: cover;
}
.shop-stats-card h3 {
  color: var(--gold);
  margin-bottom: 26px;
}
@media all and (max-width: 991px) {
  .shop-stats-card h3 {
    margin-bottom: 20px;
  }
}
.shop-stats-card p {
  position: relative;
  line-height: 25px;
  color: white;
  margin-top: auto;
}

.product-button-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .product-button-wrapper {
    margin-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .product-button-wrapper {
    margin-top: 20px;
  }
}

.product-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
}
.product-card figure a {
  display: block;
  overflow: hidden;
  transition: 0.3s all;
}
.product-card figure a:hover img, .product-card figure a:focus img {
  transform: scale(1.05);
}
.product-card figure a img {
  transition: 0.3s all;
}
.product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 20px 20px;
}
@media all and (max-width: 767px) {
  .product-card .product-info {
    padding: 12px 16px 16px;
  }
}
.product-card .product-info h3 a {
  color: #000000;
  transition: 0.3s all;
}
.product-card .product-info h3 a:hover {
  color: var(--red);
}
.product-card .product-info .price {
  line-height: 24px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 6px;
}
.product-card .product-info .location {
  font-size: 16px;
  font-weight: 430;
  color: var(--content);
  margin-bottom: 16px;
}
.product-card .product-info .location span {
  color: #000000;
  font-weight: 700;
}
.product-card .product-info .btn {
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  margin-top: auto;
}
.product-card-sm .product-info {
  padding: 14px 20px 18px;
}
@media all and (max-width: 767px) {
  .product-card-sm .product-info {
    padding: 12px 16px 16px;
  }
}
.product-card-sm .product-info .h3-card {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}
@media all and (max-width: 1200px) {
  .product-card-sm .product-info .h3-card {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  .product-card-sm .product-info .h3-card {
    font-size: 15px;
    line-height: 22px;
  }
}
.product-card-sm .product-info .price {
  font-size: 16px;
  line-height: 20px;
}
.product-card-sm .product-info .btn {
  height: 44px;
  line-height: 42px;
  font-size: 14px;
}

.benefits-card {
  position: relative;
}
.benefits-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0 !important;
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  -khtml-border-radius: 6px 6px 0 0 !important;
  margin-bottom: 16px;
}
.benefits-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}
.benefits-card figure .benefits-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  z-index: 2;
}
.benefits-card h3 {
  margin-bottom: 3px;
}
.benefits-card p {
  font-size: 16px;
  line-height: 26px;
}

.content-404 {
  text-align: center;
}

@media all and (max-width: 991px) {
  .faq-tab-buttons {
    margin-bottom: 30px;
  }
}
.faq-tab-buttons .nav {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-tab-buttons .nav {
    padding-right: 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-tab-buttons .nav {
    padding-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .faq-tab-buttons .nav {
    padding-right: 0;
  }
}
.faq-tab-buttons .nav button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  color: black;
  padding: 29px 0;
  border-bottom: 1px solid #E3E6E7;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-tab-buttons .nav button {
    padding: 24px 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-tab-buttons .nav button {
    padding: 24px 0;
  }
}
@media all and (max-width: 1200px) {
  .faq-tab-buttons .nav button {
    padding: 16px 0;
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  .faq-tab-buttons .nav button {
    padding: 10px 0;
    font-size: 12px;
  }
}
.faq-tab-buttons .nav button::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 10px;
  width: 8px;
  background: url(../images/tab-button-arrow.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .faq-tab-buttons .nav button::after {
    width: 10px;
    height: 10px;
  }
}
.faq-tab-buttons .nav button:hover, .faq-tab-buttons .nav button:active, .faq-tab-buttons .nav button:focus, .faq-tab-buttons .nav button.active {
  color: var(--red);
}
.faq-tab-buttons .nav button:first-child {
  padding-top: 0;
}

.faq-section .tab-content {
  padding-left: 40px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-section .tab-content {
    padding-left: 30px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-section .tab-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .faq-section .tab-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .faq-section .tab-content {
    padding-left: 0;
  }
}
.faq-section .tab-content h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .faq-section .tab-content h2 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .faq-section .tab-content h2 {
    margin-bottom: 20px;
  }
}
.faq-section .tab-content ul {
  padding-left: 20px;
}

.faq-accordion .accordion-item {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border: 1px solid #E3E6E7;
  padding: 23px 27px;
  margin-bottom: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-accordion .accordion-item {
    padding: 20px 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item {
    padding: 20px 24px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item {
    padding: 20px 24px;
  }
}
@media all and (max-width: 991px) {
  .faq-accordion .accordion-item {
    padding: 16px 24px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item {
    padding: 14px 18px 14px;
    margin-bottom: 16px;
  }
}
.faq-accordion .accordion-item h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: var(--content-font);
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.faq-accordion .accordion-item .accordion-button {
  font-size: inherit;
  font-weight: inherit;
  box-shadow: none;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -khtml-border-radius: inherit;
  background: none;
  color: inherit;
  padding: 0;
  gap: 20px;
  letter-spacing: -0.015em;
}
.faq-accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus-icon.svg) no-repeat center/contain;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 16px;
    height: 16px;
  }
}
.faq-accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  background: url(../images/accordion-minus-icon.svg) no-repeat center/contain;
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0;
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 24px;
    padding: 16px 0 0;
  }
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.cta-card-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #1F0007 0%, #CA0130 100%);
}
.cta-card-section .cta-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.cta-card-section .cta-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cta-area {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .cta-area {
    margin-bottom: -3px;
  }
}

.cta-card {
  width: 25%;
  padding: 90px 48px;
  border-right: 3px solid rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cta-card {
    padding: 70px 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-card {
    padding: 70px 36px;
  }
}
@media all and (max-width: 1200px) {
  .cta-card {
    width: 50%;
    padding: 36px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  }
}
@media all and (max-width: 991px) {
  .cta-card {
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  .cta-card {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .cta-card:nth-child(even) {
    border-right: 0;
  }
}
.cta-card:last-child {
  border-right: 0;
}
.cta-card p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--content-font);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cta-card p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-card p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 1200px) {
  .cta-card p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .cta-card p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.cta-card h2 {
  max-width: 320px;
  color: white;
  margin-bottom: 56px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cta-card h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-card h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .cta-card h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .cta-card h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  .cta-card h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .cta-card h2 br {
    display: none;
  }
}
.cta-card .btn {
  min-width: 240px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .cta-card .btn {
    min-width: 220px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-card .btn {
    min-width: 220px;
  }
}
@media all and (max-width: 1200px) {
  .cta-card .btn {
    min-width: 220px;
  }
}
.cta-card .btn:hover, .cta-card .btn:focus, .cta-card .btn:active {
  background: var(--gold);
  border-color: var(--gold);
}

.case-detail-hero-section {
  height: 530px;
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
  align-content: end;
}
@media all and (max-width: 1200px) {
  .case-detail-hero-section {
    height: 650px;
    padding-top: 150px;
    align-content: start;
  }
}
@media all and (max-width: 767px) {
  .case-detail-hero-section {
    height: 520px;
    padding-top: 140px;
  }
}
@media all and (max-width: 575px) {
  .case-detail-hero-section {
    height: 500px;
    padding-top: 120px;
    padding-bottom: 50px;
    align-content: center;
  }
}
.case-detail-hero-section .row {
  align-items: end;
}
.case-detail-hero-section .row [class*=col]:last-child {
  position: relative;
  height: 1px;
}
@media all and (max-width: 1200px) {
  .case-detail-hero-section .row [class*=col]:last-child {
    position: initial;
  }
}
.case-detail-hero-section .car-detail-img-wrapper {
  position: absolute;
  width: 1000px;
  right: -200px;
  bottom: -40px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-section .car-detail-img-wrapper {
    width: 900px;
    right: -165px;
    bottom: -30px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-section .car-detail-img-wrapper {
    width: 900px;
    right: 50px;
    bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .case-detail-hero-section .car-detail-img-wrapper {
    width: 850px;
    right: -60px;
  }
}
@media all and (max-width: 767px) {
  .case-detail-hero-section .car-detail-img-wrapper {
    width: 700px;
    right: -70px;
  }
}
@media all and (max-width: 575px) {
  .case-detail-hero-section .car-detail-img-wrapper {
    display: none;
  }
}

.case-detail-hero-img {
  position: absolute;
  inset: 0;
}
@media all and (max-width: 575px) {
  .case-detail-hero-img {
    inset: 0 0 -190px 0;
  }
}
.case-detail-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail-hero-info {
  position: relative;
  z-index: 2;
}
.case-detail-hero-info .model-number {
  height: 42px;
  border-radius: 4px;
  padding: 0 9px;
  background: #FFD341;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: var(--heading-font);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-info .model-number {
    height: 36px;
    font-size: 22px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-info .model-number {
    height: 36px;
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .case-detail-hero-info .model-number {
    height: 30px;
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.case-detail-hero-info h1 {
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 20px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-info h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-info h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media all and (max-width: 991px) {
  .case-detail-hero-info h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  .case-detail-hero-info h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.case-detail-hero-meta {
  margin-bottom: 44px;
}
.case-detail-hero-meta:last-child {
  margin-bottom: 0;
}
.case-detail-hero-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-detail-hero-meta ul li {
  margin: 0;
}
.case-detail-hero-meta ul {
  display: flex;
}
@media all and (max-width: 767px) {
  .case-detail-hero-meta ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.case-detail-hero-meta ul li {
  padding: 0 25px 0 16px;
  border-left: 1px solid rgba(227, 230, 231, 0.2392156863);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-meta ul li {
    padding: 0 16px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-meta ul li {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .case-detail-hero-meta ul li {
    padding: 0 16px;
  }
}
.case-detail-hero-meta ul li div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-meta ul li div {
    letter-spacing: 0.23em;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-meta ul li div {
    letter-spacing: 0.23em;
  }
}
.case-detail-hero-meta ul li div span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-hero-meta ul li div span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-hero-meta ul li div span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  .case-detail-hero-meta ul li div span {
    font-size: 14px;
    line-height: 20px;
  }
}

.case-detail-form-wrapper .container {
  padding: 0;
}
.case-detail-form-wrapper .progression-bar {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.case-detail-form-wrapper .progression-bar .row {
  gap: 20px;
  justify-content: space-between;
  flex-wrap: nowrap !important;
  margin: 0;
}
.case-detail-form-wrapper .progression-bar .row > [class*=col] {
  width: 100%;
  padding: 0;
  flex-shrink: initial;
}
@media all and (max-width: 991px) {
  .case-detail-form-wrapper .progression-bar .row > [class*=col] {
    display: none;
  }
}
.case-detail-form-wrapper .progression-bar .row > [class*=col] span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  .case-detail-form-wrapper .progression-bar .row > [class*=col] span {
    font-size: 16px;
    line-height: 22px;
  }
}
.case-detail-form-wrapper .progression-bar .row > [class*=col] span::before {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
@media all and (max-width: 991px) {
  .case-detail-form-wrapper .progression-bar .row > [class*=col] span::before {
    font-size: 13px;
    line-height: 12px;
  }
}
.case-detail-form-wrapper .progression-bar .row > [class*=col] span::after {
  content: "";
  width: 100%;
  height: 6px;
  background: var(--border);
  border-radius: 1px;
  margin-top: 28px;
}
@media all and (max-width: 1200px) {
  .case-detail-form-wrapper .progression-bar .row > [class*=col] span::after {
    height: 4px;
    border-radius: 1px;
    margin-top: 16px;
  }
}
.case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) span:before {
  content: "Step 01";
}
.case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(2) span:before {
  content: "Step 02";
}
.case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(3) span:before {
  content: "Step 03";
}
.case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(4) span:before {
  content: "Step 04";
}
.case-detail-form-wrapper .valuation-error {
  color: var(--red);
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
  font-weight: 400;
}
.case-detail-form-wrapper .step-name {
  display: none;
}
.case-detail-form-wrapper form .step-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper form .step-body {
    padding: 20px;
  }
}
.case-detail-form-wrapper form .step-footer {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: end;
}
.case-detail-form-wrapper form.form-step-two .step-body {
  padding-top: 32px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper form.form-step-two .step-body {
    padding: 16px;
  }
}
.case-detail-form-wrapper form.form-step-two .step-body .step-name {
  display: none;
}
.case-detail-form-wrapper .form-check-input[type=radio] {
  display: none;
}
.case-detail-form-wrapper .question-row {
  row-gap: 24px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .question-row {
    margin-bottom: 20px;
    row-gap: 20px;
  }
}
.case-detail-form-wrapper .question-row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
.case-detail-form-wrapper .question-row .q-container {
  margin-bottom: 16px;
}
.case-detail-form-wrapper .question-row .q-container h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-family: var(--content-font);
  color: #000000;
  text-transform: none;
  margin: 0;
}
.case-detail-form-wrapper .question-row .radio-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.case-detail-form-wrapper .question-row .radio-container .form-check {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.case-detail-form-wrapper .question-row .radio-container .form-check input[type=radio] + label:before {
  border-color: #A1A3A6 !important;
}
.case-detail-form-wrapper .question-row .radio-container .form-check input[type=radio]:checked + label {
  color: var(--red) !important;
}
.case-detail-form-wrapper .question-row .radio-container .form-check input[type=radio]:checked + label:before {
  border-color: var(--red) !important;
}
.case-detail-form-wrapper .question-row .radio-container .form-check input[type=radio]:checked + label:after {
  background: var(--red) !important;
}
.case-detail-form-wrapper .question-row:last-child {
  margin-bottom: 0;
}
.case-detail-form-wrapper .qr-wrapper {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 40px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .qr-wrapper {
    padding: 20px;
    margin-bottom: 24px;
  }
}
.case-detail-form-wrapper .dropzone-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .dropzone-wrapper {
    padding: 20px;
  }
}
.case-detail-form-wrapper .dropzone-wrapper .mf-dropzone {
  margin-top: 0;
  border-color: #B6B8BA;
}
.case-detail-form-wrapper .dropzone-wrapper .dropzone-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 14px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-form-wrapper .dropzone-wrapper .dropzone-label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-form-wrapper .dropzone-wrapper .dropzone-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.case-detail-form-wrapper .dropzone-wrapper .row {
  margin-left: -14px;
  margin-right: -14px;
  row-gap: 28px;
}
.case-detail-form-wrapper .dropzone-wrapper .row > [class*=col] {
  padding-left: 14px;
  padding-right: 14px;
}
.case-detail-form-wrapper .dropzone-wrapper section {
  padding: 0;
}
.case-detail-form-wrapper .form-step-three {
  padding: 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.case-detail-form-wrapper .form-step-three .pu-intro {
  padding-right: 200px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .form-step-three .pu-intro {
    padding-right: 0;
    padding-top: 75px;
  }
}
.case-detail-form-wrapper .form-step-three .qr-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .form-step-three .qr-container {
    margin-top: 0px;
    flex-direction: column;
    gap: 0px;
  }
}
.case-detail-form-wrapper .form-step-three .qr-container p {
  text-align: left;
}
.case-detail-form-wrapper .form-step-three .qr-container img {
  width: 200px;
}
@media all and (max-width: 991px) {
  .case-detail-form-wrapper .form-step-three .qr-container img {
    width: 120px;
  }
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .form-step-three .qr-container img {
    width: 100%;
  }
}
.case-detail-form-wrapper .form-step-three .step-footer form {
  display: flex;
  justify-content: end;
}
.case-detail-form-wrapper .form-step-three .step-footer form .btn {
  width: auto;
  margin: 30px 0 0;
}
.case-detail-form-wrapper .form-step-three .btn {
  display: inline-block;
  height: 56px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 0.06em;
  color: white;
  background: var(--red);
  border: 1px solid var(--red);
  padding: 0px 24px;
  vertical-align: baseline;
  text-transform: uppercase;
  box-shadow: none;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .case-detail-form-wrapper .form-step-three .btn {
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .case-detail-form-wrapper .form-step-three .btn {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media all and (max-width: 1200px) {
  .case-detail-form-wrapper .form-step-three .btn {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .form-step-three .btn {
    height: 48px;
    line-height: 44px;
    padding: 0 20px;
    letter-spacing: 0.04em;
  }
}
.case-detail-form-wrapper .skip-button-wrapper .btn-standard {
  position: absolute;
  right: 40px;
  top: 28px;
  margin: 0;
  background: #000;
  color: #fff;
  padding: 0 25px !important;
  width: auto;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .skip-button-wrapper .btn-standard {
    right: 20px;
    left: 20px;
  }
}
.case-detail-form-wrapper .form-step-four .step-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
  text-align: center;
}
@media all and (max-width: 575px) {
  .case-detail-form-wrapper .form-step-four .step-body {
    padding: 20px;
  }
}
.case-detail-form-wrapper .form-step-four .step-body .img-container {
  margin-bottom: 40px;
}
.case-detail-form-wrapper .form-step-four .step-body .img-container svg {
  max-height: 240px;
  max-width: 260px;
}

@media all and (max-width: 991px) {
  body.page-template-stepone .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) {
    display: flex;
  }
}
body.page-template-stepone .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) span::after {
  background: var(--red);
}

body.page-template-steptwo .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) span::after {
  background: var(--gold);
}
@media all and (max-width: 991px) {
  body.page-template-steptwo .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(2) {
    display: flex;
  }
}
body.page-template-steptwo .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(2) span::after {
  background: var(--red);
}

body.page-template-stepthree .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) span::after {
  background: var(--gold);
}
body.page-template-stepthree .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(2) span::after {
  background: var(--gold);
}
@media all and (max-width: 991px) {
  body.page-template-stepthree .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(3) {
    display: flex;
  }
}
body.page-template-stepthree .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(3) span::after {
  background: var(--red);
}

body.page-template-stepfour .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(1) span::after {
  background: var(--gold);
}
body.page-template-stepfour .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(2) span::after {
  background: var(--gold);
}
body.page-template-stepfour .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(3) span::after {
  background: var(--gold);
}
@media all and (max-width: 991px) {
  body.page-template-stepfour .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(4) {
    display: flex;
  }
}
body.page-template-stepfour .case-detail-form-wrapper .progression-bar .row > [class*=col]:nth-child(4) span::after {
  background: var(--red);
}

@media all and (max-width: 1200px) {
  .page-template-couldnt-find-car .case-detail-hero-section {
    height: 550px;
    padding-top: 160px;
  }
}
@media all and (max-width: 991px) {
  .page-template-couldnt-find-car .case-detail-hero-section {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .page-template-couldnt-find-car .case-detail-hero-section {
    height: 450px;
  }
}
@media all and (max-width: 575px) {
  .page-template-couldnt-find-car .case-detail-hero-section {
    height: 350px;
  }
}
.page-template-couldnt-find-car .case-detail-hero-section .car-detail-img-wrapper {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  bottom: -40px;
}
@media all and (max-width: 1200px) {
  .page-template-couldnt-find-car .case-detail-hero-section .car-detail-img-wrapper {
    bottom: 0;
    max-width: 700px;
    margin: 0 auto;
  }
}
.page-template-couldnt-find-car .case-detail-hero-section .row {
  align-items: end;
}
.page-template-couldnt-find-car .case-detail-hero-section .row [class*=col]:last-child {
  position: initial;
  height: auto;
}

.couldnt-find-car-section .info {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.couldnt-find-car-section .info p {
  margin-bottom: 0;
  text-align: center;
}
.couldnt-find-car-section .form-container {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 40px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .couldnt-find-car-section .form-container {
    padding: 20px;
  }
}
.couldnt-find-car-section .form-container .input-wrapper {
  margin-bottom: 24px;
}
.couldnt-find-car-section .form-container .valuation-error {
  color: var(--red);
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
  font-weight: 400;
}
.couldnt-find-car-section .step-footer {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}

.final-quote-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .final-quote-wrapper {
    max-width: 650px;
  }
}
.final-quote-wrapper .heading {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .heading {
    margin-bottom: 30px;
  }
}
.final-quote-wrapper .heading h2 {
  margin-bottom: 6px;
}
.final-quote-wrapper .heading p {
  opacity: 0.7;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .heading p {
    font-size: 15px;
    line-height: 24px;
  }
}
.final-quote-wrapper .heading p span br {
  display: none;
}
.final-quote-wrapper .offer-price-card {
  height: 250px;
  background: url(../images/offer-price-card-bg.png) no-repeat center/100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .offer-price-card {
    height: 160px;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.final-quote-wrapper .offer-price-card p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .offer-price-card p {
    font-size: 18px;
    line-height: 20px;
  }
}
.final-quote-wrapper .offer-price-card .price {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .offer-price-card .price {
    font-size: 36px;
    line-height: 36px;
  }
}
.final-quote-wrapper .accept-reject-container {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .accept-reject-container {
    flex-direction: column;
    gap: 20px;
  }
}
.final-quote-wrapper .accept-reject-container .btn {
  width: 100%;
}
.final-quote-wrapper .accept-reject-container .btn-reject {
  background: transparent;
  color: var(--red);
}
.final-quote-wrapper .accept-reject-container .btn-reject::after {
  background: url(../images/button-arrow-right-red.svg) no-repeat center/contain;
}
.final-quote-wrapper .accept-reject-container .btn-reject:hover, .final-quote-wrapper .accept-reject-container .btn-reject:focus, .final-quote-wrapper .accept-reject-container .btn-reject:active, .final-quote-wrapper .accept-reject-container .btn-reject:active:focus {
  box-shadow: none;
  color: white;
  background: #000000;
  border-color: #000000;
}
.final-quote-wrapper .accept-reject-container .btn-reject:hover::after, .final-quote-wrapper .accept-reject-container .btn-reject:focus::after, .final-quote-wrapper .accept-reject-container .btn-reject:active::after, .final-quote-wrapper .accept-reject-container .btn-reject:active:focus::after {
  background: url(../images/button-arrow-right.svg) no-repeat center/contain;
}
.final-quote-wrapper .accept-reject-container .btn-accept {
  background: #46BB73;
  border-color: #46BB73;
}
.final-quote-wrapper .accept-reject-container .btn-accept:hover, .final-quote-wrapper .accept-reject-container .btn-accept:focus, .final-quote-wrapper .accept-reject-container .btn-accept:active, .final-quote-wrapper .accept-reject-container .btn-accept:active:focus {
  box-shadow: none;
  color: white;
  background: var(--gold);
  border-color: var(--gold);
}

.final-quote-wrapper:has(.thankyou-heading) .heading {
  display: none;
}
.final-quote-wrapper .thankyou-heading {
  letter-spacing: 0;
}
.final-quote-wrapper .thankyou-heading span {
  color: var(--red);
}
.final-quote-wrapper .drop-off-wrapper {
  padding: 24px 30px 30px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .drop-off-wrapper {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 20px 20px;
  }
}
.final-quote-wrapper .drop-off-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #000;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .drop-off-address {
    font-size: 16px;
    line-height: 22px;
  }
}
.final-quote-wrapper .drop-off-address span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 430;
  opacity: 0.7;
}
.final-quote-wrapper .drop-off-address span + br {
  display: none;
}
.final-quote-wrapper .offer-history-table {
  padding: 30px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
  display: none;
}
@media all and (max-width: 575px) {
  .final-quote-wrapper .offer-history-table {
    padding: 20px;
  }
}
.final-quote-wrapper .offer-history-table table {
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid var(--border);
  background: #ffffff;
}
.final-quote-wrapper .offer-history-table table th {
  border-top: 0;
  padding: 16px 16px;
  text-align: left;
  border-top: 1px solid var(--border);
}
.final-quote-wrapper .offer-history-table table th:first-child {
  border-right: 1px solid var(--border);
}
.final-quote-wrapper .offer-history-table table td {
  padding: 16px 16px;
  border-top: 1px solid var(--border);
}
.final-quote-wrapper .offer-history-table table td:first-child {
  border-right: 1px solid var(--border);
  border-top: 0;
}
.final-quote-wrapper .offer-history-table table tr:first-child th, .final-quote-wrapper .offer-history-table table tr:first-child td {
  border-top: 0;
}

body.site-id-3 {
  font-size: 16px;
  line-height: 26px;
}
body.site-id-3 h1, body.site-id-3 .h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin-top: -4px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media all and (max-width: 410px) {
  body.site-id-3 h1, body.site-id-3 .h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
body.site-id-3 h2, body.site-id-3 .h2 {
  font-size: 26px;
  line-height: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 410px) {
  body.site-id-3 h2, body.site-id-3 .h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
body.site-id-3 h3, body.site-id-3 .h3 {
  font-size: 20px;
  line-height: 30px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 h3, body.site-id-3 .h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 h3, body.site-id-3 .h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
body.site-id-3 .h3-card {
  font-family: var(--content-font);
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 6px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .h3-card {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .h3-card {
    font-size: 18px;
    line-height: 26px;
  }
}
body.site-id-3 h4, body.site-id-3 .h4 {
  font-size: 16px;
  line-height: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 h4, body.site-id-3 .h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 h4, body.site-id-3 .h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 h4, body.site-id-3 .h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 h4, body.site-id-3 .h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
body.site-id-3 h5, body.site-id-3 .h5 {
  font-size: 14px;
  line-height: 20px;
}
body.site-id-3 h6, body.site-id-3 .h6 {
  font-size: 14px;
  line-height: 20px;
}
body.site-id-3 p {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 p {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 p {
    margin-bottom: 24px;
  }
}
body.site-id-3 p a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.site-id-3 p a:hover {
  text-decoration: none;
}
body.site-id-3 p strong {
  font-weight: 600 !important;
}
body.site-id-3 p:last-child {
  margin-bottom: 0;
}
body.site-id-3 .content-large {
  font-size: 18px;
  line-height: 30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .content-large {
    font-size: 17px;
    line-height: 28px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .content-large {
    font-size: 16px;
    line-height: 26px;
  }
}

body.site-id-3 .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.site-id-3 .breadcrumb li {
  margin: 0;
}
body.site-id-3 .breadcrumb {
  display: block;
}
body.site-id-3 .breadcrumb .breadcrumb-item {
  list-style: none;
  padding: 0;
  display: inline;
}
body.site-id-3 .breadcrumb .breadcrumb-item a {
  color: inherit;
}
body.site-id-3 .breadcrumb .breadcrumb-item::before {
  display: none !important;
}
body.site-id-3 .breadcrumb .breadcrumb-item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/breadcrumb-arrow-white.svg) no-repeat center/contain;
  margin: 0 8px 0 12px;
}
body.site-id-3 .breadcrumb .breadcrumb-item.active::after {
  display: none;
}
body.site-id-3 .hero-breadcrumb {
  margin-bottom: 24px;
}
body.site-id-3 .hero-breadcrumb .breadcrumb-item {
  color: #ffffff;
}
body.site-id-3 .hero-breadcrumb .breadcrumb-item.active {
  color: var(--red);
}
body.site-id-3 .hero-info {
  position: relative;
  padding: 20px 0 20px 36px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .hero-info {
    padding: 16px 0 16px 24px;
  }
}
body.site-id-3 .hero-info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  background: var(--red);
  z-index: -1;
}
@media all and (max-width: 575px) {
  body.site-id-3 .hero-info::before {
    width: 70px;
  }
}
body.site-id-3 .hero-info h1 {
  margin-bottom: 8px;
}
body.site-id-3 .hero-info h1:last-child {
  margin-bottom: 0;
}
body.site-id-3 .hero-info p {
  color: rgba(255, 255, 255, 0.8);
}
body.site-id-3 .hero-shop {
  position: relative;
  overflow: hidden;
  height: 480px;
  padding-bottom: 120px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .hero-shop {
    height: 410px;
    padding-bottom: 40px;
  }
}
body.site-id-3 .hero-shop .hero-image {
  position: absolute;
  inset: 0;
  background: #000000;
}
body.site-id-3 .hero-shop .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
body.site-id-3 .hero-flog-it {
  position: relative;
  overflow: hidden;
  height: 640px;
  padding-bottom: 120px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .hero-flog-it {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .hero-flog-it {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .hero-flog-it {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .hero-flog-it {
    height: 490px;
    padding-bottom: 40px;
  }
}
body.site-id-3 .hero-flog-it .hero-image {
  position: absolute;
  inset: 0;
  background: #000000;
}
body.site-id-3 .hero-flog-it .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.43;
}
body.site-id-3 .hero-flog-it .hero-info {
  max-width: 850px;
  margin-bottom: 50px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .hero-flog-it .hero-info {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .hero-flog-it .hero-info {
    margin-bottom: 30px;
  }
}
body.site-id-3 .shop-hero-filter-section {
  padding: 0;
  position: relative;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-section {
    padding-top: 40px;
  }
}
body.site-id-3 .shop-filter-button {
  display: none;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-filter-button {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 20px;
    height: 38px;
    line-height: 36px;
    padding: 0 14px;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font);
    color: #ffffff;
    transition: 0.3s all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: var(--red);
    border: 1px solid var(--red);
  }
  body.site-id-3 .shop-filter-button::after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/site-3/filter-icon.svg) no-repeat center/contain;
    top: 4px;
  }
  body.site-id-3 .shop-filter-button:hover, body.site-id-3 .shop-filter-button:focus, body.site-id-3 .shop-filter-button:active, body.site-id-3 .shop-filter-button:active:focus {
    background-color: var(--gold);
    color: #ffffff;
    border-color: var(--gold);
  }
}
body.site-id-3 .shop-hero-filter-wrapper {
  position: relative;
  top: -80px;
  background: white;
  box-shadow: 0px 14px 46px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 24px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  z-index: 1;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: black;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    transition: 0.3s all;
    z-index: 9999;
  }
}
body.site-id-3 .shop-hero-filter-wrapper.shop-filter-open {
  transform: translateX(0);
}
body.site-id-3 .shop-hero-filter-wrapper .shop-hero-title-wrapper-mobile {
  display: none;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper .shop-hero-title-wrapper-mobile {
    display: flex;
    justify-content: space-between;
  }
}
body.site-id-3 .shop-hero-filter-wrapper .shop-hero-title-wrapper-mobile h2,
body.site-id-3 .shop-hero-filter-wrapper .shop-hero-title-wrapper-mobile h3,
body.site-id-3 .shop-hero-filter-wrapper .shop-hero-title-wrapper-mobile h4 {
  color: white;
}
body.site-id-3 .shop-hero-filter-wrapper .shop-hero-filter-close {
  display: flex;
  width: 26px;
  height: 20px;
  position: relative;
  top: 6px;
}
body.site-id-3 .shop-hero-filter-wrapper form {
  display: grid;
  gap: 16px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper form {
    gap: 20px;
  }
}
body.site-id-3 .shop-hero-filter-wrapper form input[type=text], body.site-id-3 .shop-hero-filter-wrapper form input[type=email], body.site-id-3 .shop-hero-filter-wrapper form input[type=search], body.site-id-3 .shop-hero-filter-wrapper form select {
  height: 48px !important;
  background-color: #eef0f1 !important;
  border: 0 !important;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper form input[type=text], body.site-id-3 .shop-hero-filter-wrapper form input[type=email], body.site-id-3 .shop-hero-filter-wrapper form input[type=search], body.site-id-3 .shop-hero-filter-wrapper form select {
    height: 44px !important;
  }
}
body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 {
  display: grid;
  gap: 16px;
  grid-template-columns: 56fr 18fr 27fr;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 {
    grid-template-columns: 52fr 22fr 22fr;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 {
    grid-template-columns: 52fr 22fr 22fr;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-1 .input-wrapper:has(input[type=search]) {
    grid-column: 1/-1;
  }
}
body.site-id-3 .shop-hero-filter-wrapper form .grid-row-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 30fr 30fr 28fr 16fr;
}
@media all and (max-width: 991px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper form .grid-row-2 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
body.site-id-3 .shop-hero-filter-wrapper form .input-wrapper {
  margin-bottom: 0;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group {
  display: flex;
  gap: 16px;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit],
body.site-id-3 .shop-hero-filter-wrapper form .button-group button {
  height: 48px !important;
  line-height: 48px !important;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  padding: 0 15px !important;
  background-image: none !important;
  border: 0 !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit],
  body.site-id-3 .shop-hero-filter-wrapper form .button-group button {
    width: 50%;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit],
  body.site-id-3 .shop-hero-filter-wrapper form .button-group button {
    height: 44px !important;
    line-height: 44px !important;
  }
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit] {
  background: var(--red) !important;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit] {
  background: var(--red) !important;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit]:hover, body.site-id-3 .shop-hero-filter-wrapper form .button-group input[type=submit]:focus {
  background: var(--gold) !important;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group select:not(:-internal-list-box)::picker {
  color: yellow !important;
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group button {
  color: white;
  background: var(--content);
}
body.site-id-3 .shop-hero-filter-wrapper form .button-group button:hover, body.site-id-3 .shop-hero-filter-wrapper form .button-group button:focus {
  background: var(--red);
}
@media all and (max-width: 575px) {
  body.site-id-3 .featured-product-section .section-heading {
    margin-bottom: 30px;
  }
}
body.site-id-3 .product-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
}
body.site-id-3 .product-card figure a {
  display: block;
  overflow: hidden;
  transition: 0.3s all;
}
body.site-id-3 .product-card figure a:hover img, body.site-id-3 .product-card figure a:focus img {
  transform: scale(1.05);
}
body.site-id-3 .product-card figure a img {
  transition: 0.3s all;
}
body.site-id-3 .product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 20px 20px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .product-card .product-info {
    padding: 12px 16px 16px;
  }
}
body.site-id-3 .product-card .product-info h3 a {
  color: #000000;
  transition: 0.3s all;
}
body.site-id-3 .product-card .product-info h3 a:hover {
  color: var(--red);
}
body.site-id-3 .product-card .product-info .price {
  line-height: 24px !important;
  font-weight: 700 !important;
  color: var(--red) !important;
  margin-bottom: 6px !important;
}
body.site-id-3 .product-card .product-info .location {
  font-size: 16px;
  font-weight: 430;
  color: var(--content);
  margin-bottom: 16px;
}
body.site-id-3 .product-card .product-info .location span {
  color: #000000;
  font-weight: 700;
}
body.site-id-3 .product-card .product-info .btn {
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  margin-top: auto;
}
body.site-id-3 .product-card-sm .product-info {
  padding: 14px 20px 18px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .product-card-sm .product-info {
    padding: 12px 16px 16px;
  }
}
body.site-id-3 .product-card-sm .product-info .h3-card {
  font-size: 18px;
  line-height: 26px;
  padding: 0;
  margin-bottom: 2px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .product-card-sm .product-info .h3-card {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .product-card-sm .product-info .h3-card {
    font-size: 15px;
    line-height: 22px;
  }
}
body.site-id-3 .product-card-sm .product-info .price {
  font-size: 16px !important;
  line-height: 20px !important;
}
body.site-id-3 .product-card-sm .product-info .btn {
  height: 44px;
  line-height: 42px;
  font-size: 14px;
}
body.site-id-3 .product-button-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .product-button-wrapper {
    margin-top: 30px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .product-button-wrapper {
    margin-top: 20px;
  }
}
body.site-id-3 .benefits-card {
  position: relative;
}
body.site-id-3 .benefits-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0 !important;
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  -khtml-border-radius: 6px 6px 0 0 !important;
  margin-bottom: 16px;
}
body.site-id-3 .benefits-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}
body.site-id-3 .benefits-card figure .benefits-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  z-index: 2;
}
body.site-id-3 .benefits-card h3 {
  margin-bottom: 3px;
}
body.site-id-3 .benefits-card p {
  font-size: 16px;
  line-height: 26px;
}
body.site-id-3 .brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: white;
  padding: 10px 20px 20px;
  border: 1px solid var(--border);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  transition: 0.3s all;
}
body.site-id-3 .brand-card figure {
  max-width: 80px;
}
body.site-id-3 .brand-card h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--content-font);
  text-align: center;
  margin-bottom: 2px;
}
body.site-id-3 .brand-card p {
  font-size: 14px;
  line-height: 18px;
  color: var(--red);
  margin-top: auto;
}
body.site-id-3 .brand-card:hover {
  background: var(--red);
}
body.site-id-3 .brand-card:hover h3,
body.site-id-3 .brand-card:hover p {
  color: #ffffff;
}
body.site-id-3 .shop-stats-card {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 20px 24px 24px;
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(114.67deg, #000000 0%, #393939 97.69%);
  overflow: hidden;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -khtml-border-radius: 12px !important;
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-stats-card {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
  }
}
body.site-id-3 .shop-stats-card .shop-stats-card-pattern {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
body.site-id-3 .shop-stats-card .shop-stats-card-pattern img {
  object-fit: cover;
}
body.site-id-3 .shop-stats-card h3 {
  color: var(--gold);
  margin-bottom: 26px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .shop-stats-card h3 {
    margin-bottom: 20px;
  }
}
body.site-id-3 .shop-stats-card p {
  position: relative;
  line-height: 25px;
  color: white;
  margin-top: auto;
}
body.site-id-3 .shop-control-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .shop-control-bar {
    flex-direction: column;
    align-items: start;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .shop-control-bar {
    gap: 30px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .shop-control-bar .control-right {
    width: 100%;
  }
}
body.site-id-3 .woocommerce-result-count {
  margin: 0;
}
body.site-id-3 .woocommerce-ordering {
  margin: 0;
}
body.site-id-3 .showing-result-number {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}
body.site-id-3 .product-filter-wrapper-action {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .product-filter-wrapper-action {
    width: 100%;
    justify-content: space-between;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .product-filter-wrapper-action {
    gap: 10px;
  }
}
body.site-id-3 .view-switcher-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .view-switcher-wrap {
    gap: 10px;
  }
}
body.site-id-3 .view-switcher-wrap label {
  margin: 0 !important;
  white-space: nowrap;
}
body.site-id-3 .view-switcher-wrap .woocommerce-ordering {
  margin: 0px;
}
body.site-id-3 .view-switcher-wrap select {
  flex-shrink: 0;
  width: 180px !important;
  height: 36px !important;
  line-height: 34px !important;
  border: 0 !important;
  background-color: #eef0f1 !important;
  padding-right: 40px !important;
}
body.site-id-3 .row-view-grid-view-link {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .row-view-grid-view-link {
    margin-left: auto;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .row-view-grid-view-link {
    gap: 10px;
  }
}
body.site-id-3 .row-view-grid-view-link div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s all;
}
body.site-id-3 .row-view-grid-view-link div img {
  max-width: 28px;
  max-height: 28px;
  transition: 0.3s all;
}
body.site-id-3 .row-view-grid-view-link div:hover {
  background-color: var(--red);
}
body.site-id-3 .row-view-grid-view-link div:hover img {
  filter: brightness(0) invert(1);
}
body.site-id-3 .row-view-grid-view-link div.active {
  background-color: var(--red);
}
body.site-id-3 .row-view-grid-view-link div.active img {
  filter: brightness(0) invert(1);
}
body.site-id-3 .product-card-row-view-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .product-card-row-view-wrapper {
    gap: 18px;
  }
}
body.site-id-3 .product-card-row-view {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}
body.site-id-3 .profuct-card-row-view-img {
  width: 370px;
  flex-shrink: 0;
  overflow: hidden;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .profuct-card-row-view-img {
    width: 350px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-row-view-img {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-row-view-img {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-row-view-img {
    width: 180px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-row-view-img {
    width: 160px;
    height: auto;
  }
}
body.site-id-3 .profuct-card-row-view-img img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
body.site-id-3 .profuct-card-row-view-img a {
  height: 100%;
  display: block;
}
body.site-id-3 .profuct-card-row-view-img a:hover img {
  transform: scale(1.1);
}
body.site-id-3 .profuct-card-row-view-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 30px 30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .profuct-card-row-view-info {
    padding: 20px 24px 24px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-row-view-info {
    padding: 20px 24px 24px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-row-view-info {
    padding: 16px 20px 20px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-row-view-info {
    padding: 10px 12px 12px;
  }
}
body.site-id-3 .profuct-card-row-view-info h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-family: var(--content-font);
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .profuct-card-row-view-info h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-row-view-info h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-row-view-info h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-row-view-info h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-row-view-info h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
body.site-id-3 .profuct-card-row-view-info h3 a {
  color: inherit;
}
body.site-id-3 .profuct-card-row-view-info .location {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-row-view-info .location {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-row-view-info .location {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
  }
}
body.site-id-3 .profuct-card-row-view-info .location span {
  font-weight: 700;
  color: #000000;
}
body.site-id-3 .profuct-card-row-view-meta {
  margin-bottom: 16px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-row-view-meta {
    display: none;
  }
}
body.site-id-3 .profuct-card-row-view-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.site-id-3 .profuct-card-row-view-meta ul li {
  margin: 0;
}
body.site-id-3 .profuct-card-row-view-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.site-id-3 .profuct-card-row-view-meta ul::before, body.site-id-3 .profuct-card-row-view-meta ul::after {
  display: none;
}
body.site-id-3 .profuct-card-row-view-meta ul li {
  width: calc(33.34% - 11px);
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-row-view-meta ul li {
    width: calc(50% - 8px);
  }
}
body.site-id-3 .profuct-card-row-view-meta-item {
  padding: 10px 12px;
  background: var(--bg-light);
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(76, 81, 85, 0.7);
  height: 100%;
}
body.site-id-3 .profuct-card-row-view-meta-item span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: auto;
  text-align: right;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .profuct-card-row-view-meta-item span {
    font-size: 15px;
    line-height: 18px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-row-view-meta-item span {
    font-size: 15px;
    line-height: 18px;
  }
}
body.site-id-3 .profuct-card-row-view-meta-item::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
body.site-id-3 .profuct-card-row-view-meta-item.fuel::before {
  background-image: url(../images/site-3/product-card-icon-fuel.svg);
}
body.site-id-3 .profuct-card-row-view-meta-item.transmission::before {
  background-image: url(../images/site-3/product-card-icon-transmission.svg);
}
body.site-id-3 .profuct-card-row-view-meta-item.odometer::before {
  background-image: url(../images/site-3/product-card-icon-odometer.svg);
}
body.site-id-3 .profuct-card-row-view-meta-item.body::before {
  background-image: url(../images/site-3/product-card-icon-body.svg);
}
body.site-id-3 .profuct-card-row-view-meta-item.engine::before {
  background-image: url(../images/site-3/product-card-icon-engine.svg);
}
body.site-id-3 .profuct-card-row-view-meta-item.year::before {
  background-image: url(../images/site-3/product-card-icon-year.svg);
}
body.site-id-3 .profuct-card-price-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-price-action {
    margin-top: auto;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-price-action {
    flex-direction: column;
    align-items: start;
  }
}
body.site-id-3 .profuct-card-price-action .price {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--red);
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-price-action .price {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-price-action .price {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-price-action .price {
    font-size: 14px;
  }
}
body.site-id-3 .profuct-card-price-action .btn {
  min-width: 200px;
  font-size: 14px;
  height: 48px;
  line-height: 46px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .profuct-card-price-action .btn {
    min-width: 160px;
    font-size: 13px;
    height: 44px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .profuct-card-price-action .btn {
    min-width: 140px;
    font-size: 12px;
    height: 40px;
    line-height: 38px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .profuct-card-price-action .btn {
    min-width: 120px;
    font-size: 10px;
    height: 36px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .profuct-card-price-action .btn {
    width: 100%;
    height: 34px;
    line-height: 32px;
  }
}
body.site-id-3 .profuct-card-price-action .btn::after {
  display: none;
}
body.site-id-3 .pagination-footer-wrapper {
  padding-top: 24px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .pagination-footer-wrapper {
    padding-top: 36px;
  }
}
body.site-id-3 .pagination-footer-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.site-id-3 .pagination-footer-wrapper ul li {
  margin: 0;
}
body.site-id-3 .pagination-footer-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .pagination-footer-wrapper ul {
    gap: 8px;
  }
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item .page-link {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid var(--border);
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: var(--content);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  body.site-id-3 .pagination-footer-wrapper ul li.page-item .page-link {
    height: 44px;
    width: 44px;
    font-size: 14px;
  }
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item .page-link:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item.active .page-link {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item.disabled {
  cursor: not-allowed;
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item.previous .page-link {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 6px;
}
body.site-id-3 .pagination-footer-wrapper ul li.page-item.next .page-link {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 6px;
}

.woocommerce-page .products.grid-view-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
  margin: 0;
}
.woocommerce-page .products.grid-view-grid::before, .woocommerce-page .products.grid-view-grid::after {
  display: none;
}
.woocommerce-page .products.grid-view-grid li {
  margin: 0;
  width: calc(25% - 18px);
}
@media all and (max-width: 1200px) {
  .woocommerce-page .products.grid-view-grid li {
    width: calc(33.3% - 16px);
  }
}
@media all and (max-width: 991px) {
  .woocommerce-page .products.grid-view-grid li {
    width: calc(50% - 12px);
  }
}
@media all and (max-width: 575px) {
  .woocommerce-page .products.grid-view-grid li {
    width: 100%;
  }
}
.woocommerce-page .products.grid-view-grid li .product-card figure img {
  margin: 0;
}
.woocommerce-page .products.list-view-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0;
}
@media all and (max-width: 575px) {
  .woocommerce-page .products.list-view-grid {
    gap: 16px;
  }
}
.woocommerce-page .products.list-view-grid::before, .woocommerce-page .products.list-view-grid::after {
  display: none;
}
.woocommerce-page .products.list-view-grid li {
  margin: 0;
}

body.site-id-3 .video-card-thumbnail.how-it-works-video-thumbnail {
  margin-right: -30px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .video-card-thumbnail.how-it-works-video-thumbnail {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .video-card-thumbnail.how-it-works-video-thumbnail {
    margin-right: 0;
  }
}
body.site-id-3 .video-card-thumbnail.how-it-works-video-thumbnail > img {
  border-radius: 12px;
}
body.site-id-3 .video-card-thumbnail.how-it-works-video-thumbnail::after {
  opacity: 0.52;
  border-radius: 12px;
}
body.site-id-3 .how-it-works-info {
  width: 91.4%;
  margin-left: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .how-it-works-info {
    width: 95%;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .how-it-works-info {
    width: 100%;
  }
}
body.site-id-3 .how-it-works-info p {
  margin-bottom: 24px;
}
body.site-id-3 .how-it-works-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.site-id-3 .how-it-works-info ul li {
  margin: 0;
}
body.site-id-3 .how-it-works-info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
body.site-id-3 .how-it-works-info ul li {
  position: relative;
  padding-left: 74px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .how-it-works-info ul li {
    padding-left: 64px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .how-it-works-info ul li {
    padding-left: 48px;
  }
}
body.site-id-3 .how-it-works-info ul li .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 147, 78, 0.2);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--gold);
  letter-spacing: 0;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .how-it-works-info ul li .count {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .how-it-works-info ul li .count {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}
body.site-id-3 .how-it-works-info ul li h5 {
  letter-spacing: 0;
  margin: 0;
}
body.site-id-3 .how-it-works-info ul li p {
  font-size: 16px;
  line-height: 26px;
}
body.site-id-3 .how-it-works-info ul li p:last-child {
  margin-bottom: 0;
}
body.site-id-3 .video-card-thumbnail {
  position: relative;
  margin-bottom: 26px;
}
body.site-id-3 .video-card-thumbnail > img {
  border-radius: 6px;
}
body.site-id-3 .video-card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.12;
  border-radius: 6px;
  transition: 0.3s all;
}
body.site-id-3 .video-card-thumbnail:hover::after {
  opacity: 0.5;
}
body.site-id-3 .video-card-modal-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  body.site-id-3 .video-card-modal-link {
    width: 60px;
  }
}
body.site-id-3 .video-card-modal-link img {
  width: 100%;
  height: auto;
}
body.site-id-3 .video-modal .modal-content {
  background: transparent;
  border: 0;
}
body.site-id-3 .video-modal .modal-content iframe {
  border-radius: 10px;
}
body.site-id-3 .video-modal .btn-close {
  position: absolute;
  right: -60px;
  background-color: #ffffff;
  background-size: 14px;
  opacity: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  outline: 0;
  border: 0;
}
body.site-id-3 .recent-purchase-section {
  background: url(../images/recent-car-sales-slider-bg.png) no-repeat center/cover;
}
body.site-id-3 .recent-purchase-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
body.site-id-3 .recent-purchase-img-info {
  padding: 20px 22px;
  text-align: center;
}
@media all and (max-width: 575px) {
  body.site-id-3 .recent-purchase-img-info {
    padding: 14px 16px;
  }
}
body.site-id-3 .recent-purchase-img-info .price {
  background: var(--gold);
  border-radius: 4px;
  padding: 5px 11px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .recent-purchase-img-info .price {
    font-size: 15px;
    line-height: 21px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .recent-purchase-img-info .price {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
body.site-id-3 .recent-purchase-img-info h5 {
  letter-spacing: 0;
  margin-bottom: 6px;
}
body.site-id-3 .recent-purchase-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .recent-purchase-navigation {
    display: none;
  }
}
body.site-id-3 .recent-purchase-navigation div {
  position: initial;
  pointer-events: auto;
}
body.site-id-3 .swiper-button-prev, body.site-id-3 .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
body.site-id-3 .swiper-button-prev:hover, body.site-id-3 .swiper-button-next:hover {
  background: var(--red);
}
body.site-id-3 .swiper-button-prev img, body.site-id-3 .swiper-button-next img {
  width: 10px;
  height: 17px;
  object-fit: contain;
}
body.site-id-3 .swiper-pagination {
  position: initial;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 40px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .swiper-pagination {
    gap: 8px;
    padding-top: 30px;
  }
}
body.site-id-3 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.2;
  background: var(--gold);
}
body.site-id-3 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
body.site-id-3 .recent-purchase-swiper-pagination {
  display: none;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .recent-purchase-swiper-pagination {
    display: flex;
  }
}
body.site-id-3 .why-choose-us-section {
  background: url(../images/site-3/why-choose-us-section-bg.png) no-repeat center/cover;
}
body.site-id-3 .why-choose-us-section .section-heading {
  margin-bottom: 0;
}
body.site-id-3 .why-choose-us-section .section-heading p {
  color: #ffffff;
}
body.site-id-3 .why-choose-us-section .heading-btn-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40px;
  row-gap: 40px;
}
@media all and (max-width: 767px) {
  body.site-id-3 .why-choose-us-section .heading-btn-wrapper {
    flex-direction: column;
  }
}
body.site-id-3 .why-choose-us-section .heading-btn-wrapper .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  body.site-id-3 .why-choose-us-section .heading-btn-wrapper .btns {
    align-items: initial;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .why-choose-us-section .heading-btn-wrapper .btns {
    flex-direction: row;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .why-choose-us-section .heading-btn-wrapper .btns {
    flex-direction: column;
    width: 100%;
  }
}
body.site-id-3 .why-choose-us-section .heading-btn-wrapper .btns .btn {
  white-space: nowrap;
}
body.site-id-3 .why-choose-us-lists {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
body.site-id-3 .why-choose-us-list-item {
  display: flex;
  align-items: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(379px);
}
@media all and (max-width: 767px) {
  body.site-id-3 .why-choose-us-list-item {
    flex-direction: column;
    align-items: initial;
    gap: 40px;
    padding: 30px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .why-choose-us-list-item {
    padding: 22px;
  }
}
body.site-id-3 .why-choose-us-list-item .number {
  font-weight: 700;
  font-family: var(--heading-font);
  color: #ffffff;
  width: 30%;
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media all and (max-width: 575px) {
  body.site-id-3 .why-choose-us-list-item .number {
    margin: 0px 0px -10px 16px;
  }
}
body.site-id-3 .why-choose-us-list-item .number::before {
  content: "";
  position: absolute;
  height: 68px;
  width: 45px;
  background: var(--red);
  z-index: -1;
  left: -16px;
}
@media all and (max-width: 575px) {
  body.site-id-3 .why-choose-us-list-item .number::before {
    height: 52px;
    bottom: -7px;
  }
}
body.site-id-3 .why-choose-us-list-item .number::after {
  flex: none;
  content: "";
  height: 1px;
  width: 100px;
  opacity: 0.28;
  background: #ffffff;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  body.site-id-3 .why-choose-us-list-item .number::after {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  body.site-id-3 .why-choose-us-list-item .number::after {
    display: none;
  }
}
body.site-id-3 .why-choose-us-list-item .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.site-id-3 .why-choose-us-list-item h3 {
  color: #ffffff;
  margin: 0;
}
body.site-id-3 .why-choose-us-list-item p {
  color: rgba(255, 255, 255, 0.7);
}
body.site-id-3 .stats-section {
  overflow: hidden;
}
body.site-id-3 .stats-carousel .swiper-slide {
  height: initial;
}
body.site-id-3 .stats-card {
  border-radius: 12px;
  padding: 38px 40px;
  height: 100%;
  background: url(../images/site-3/stats-card-bg.png) no-repeat center/cover;
}
@media all and (max-width: 575px) {
  body.site-id-3 .stats-card {
    padding: 22px 22px 20px;
  }
}
body.site-id-3 .stats-card .hammerhead {
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
body.site-id-3 .stats-card h3 {
  color: #ffffff;
  margin-bottom: 14px;
}
body.site-id-3 .stats-card p {
  color: rgba(227, 230, 231, 0.7);
  margin-bottom: 20px;
}
body.site-id-3 .stats-card .info::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 147, 78, 0.33) -29.31%, rgba(203, 176, 126, 0.33) 5.14%, rgba(255, 255, 255, 0.33) 98.64%);
  margin-bottom: 20px;
}
body.site-id-3 .stats-card .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.site-id-3 .stats-card .info ul li {
  margin: 0;
}
body.site-id-3 .stats-card .info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
body.site-id-3 .stats-card .info ul li {
  padding-left: 27px;
  color: #ffffff;
}
body.site-id-3 .stats-card .info ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/icon-checkbox-brown.svg) no-repeat center/contain;
}
body.site-id-3 .stats-card .info p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(227, 230, 231, 0.7);
}
body.site-id-3 .stats-card .info p:last-child {
  margin-bottom: 0;
}
body.site-id-3 .faq-accordion .accordion-item {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border: 1px solid #E3E6E7;
  padding: 20px 28px;
  margin-bottom: 20px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 .faq-accordion .accordion-item {
    padding: 18px 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .faq-accordion .accordion-item {
    padding: 18px 24px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .faq-accordion .accordion-item {
    padding: 18px 24px;
  }
}
@media all and (max-width: 991px) {
  body.site-id-3 .faq-accordion .accordion-item {
    padding: 16px 24px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .faq-accordion .accordion-item {
    padding: 14px 18px 14px;
    margin-bottom: 16px;
  }
}
body.site-id-3 .faq-accordion .accordion-item h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: var(--content-font);
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .faq-accordion .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .faq-accordion .accordion-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
body.site-id-3 .faq-accordion .accordion-item .accordion-button {
  font-size: inherit;
  font-weight: inherit;
  box-shadow: none;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -khtml-border-radius: inherit;
  background: none;
  color: inherit;
  padding: 0;
  gap: 20px;
  letter-spacing: -0.015em;
}
body.site-id-3 .faq-accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus-icon.svg) no-repeat center/contain;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  body.site-id-3 .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body.site-id-3 .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  body.site-id-3 .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .faq-accordion .accordion-item .accordion-button::after {
    width: 16px;
    height: 16px;
  }
}
body.site-id-3 .faq-accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  background: url(../images/accordion-minus-icon.svg) no-repeat center/contain;
}
body.site-id-3 .faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0 0;
}
@media all and (max-width: 575px) {
  body.site-id-3 .faq-accordion .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 24px;
    padding: 16px 0 0;
  }
}
body.site-id-3 .faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
body.site-id-3 .faq-accordion-row {
  margin-left: -12px;
  margin-right: -12px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .faq-accordion-row {
    row-gap: 20px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .faq-accordion-row {
    row-gap: 16px;
  }
}
body.site-id-3 .faq-accordion-row > [class*=col] {
  padding-left: 12px;
  padding-right: 12px;
}
body.site-id-3 .our-story-thumbnail {
  margin-left: -30px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .our-story-thumbnail {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  body.site-id-3 .our-story-thumbnail {
    margin-bottom: 26px;
  }
}
body.site-id-3 .our-story-thumbnail img {
  border-radius: 12px;
}
body.site-id-3 .our-story-info {
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  body.site-id-3 .our-story-info {
    margin-right: 0;
  }
}
body.site-id-3 .our-story-info h2 {
  margin-bottom: 18px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  align-content: center;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .cta-section {
    min-height: 400px;
  }
}
@media all and (max-width: 1200px) {
  .cta-section {
    min-height: 400px;
  }
}
.cta-section .cta-section-bg-img {
  position: absolute;
  inset: 0;
}
.cta-section .cta-section-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-section .cta-section-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.2;
}
.cta-section .cta-info {
  position: relative;
  max-width: 580px;
  color: #ffffff;
}
.cta-section .cta-info h2 {
  color: #ffffff;
  margin-bottom: 12px;
}
.cta-section .cta-info p {
  margin-bottom: 30px;
}

.flog-it-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.flog-it-form-wrapper h1 {
  margin-bottom: 6px;
}
.flog-it-form-wrapper .gf_progressbar_wrapper {
  margin-bottom: 30px;
}
.flog-it-form-wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.flog-it-form-wrapper .gf_progressbar_wrapper .gf_progressbar {
  height: 10px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.flog-it-form-wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: var(--red);
  border-radius: 0;
}
.flog-it-form-wrapper .gform_page_fields {
  background: var(--bg-light);
  border: 1px solid var(--border);
  padding: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .flog-it-form-wrapper .gform_page_fields {
    padding: 20px;
  }
}
.flog-it-form-wrapper .gform_page_fields .gfield--input-type-section.gsection.field_sublabel_below {
  border: 0 !important;
  padding: 0 !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield--input-type-section.gsection.field_sublabel_below h3 {
  margin: 0px !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_label {
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: var(--content-font) !important;
  font-weight: 500 !important;
  color: #000000 !important;
  margin-bottom: 8px;
}
.flog-it-form-wrapper .gform_page_fields .gfield_label .gfield_required {
  color: var(--red) !important;
}
.flog-it-form-wrapper .gform_page_fields textarea, .flog-it-form-wrapper .gform_page_fields select, .flog-it-form-wrapper .gform_page_fields input[type=week], .flog-it-form-wrapper .gform_page_fields input[type=time], .flog-it-form-wrapper .gform_page_fields input[type=month], .flog-it-form-wrapper .gform_page_fields input[type=datetime-local], .flog-it-form-wrapper .gform_page_fields input[type=datetime], .flog-it-form-wrapper .gform_page_fields input[type=date], .flog-it-form-wrapper .gform_page_fields input[type=color], .flog-it-form-wrapper .gform_page_fields input[type=url], .flog-it-form-wrapper .gform_page_fields input[type=text], .flog-it-form-wrapper .gform_page_fields input[type=tel], .flog-it-form-wrapper .gform_page_fields input[type=search], .flog-it-form-wrapper .gform_page_fields input[type=password], .flog-it-form-wrapper .gform_page_fields input[type=select], .flog-it-form-wrapper .gform_page_fields input[type=number], .flog-it-form-wrapper .gform_page_fields input[type=email] {
  font-size: 14px !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_radio input {
  display: none !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_radio input[type=radio] + label:before {
  border-color: #A1A3A6 !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_radio input[type=radio]:checked + label {
  color: var(--red) !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_radio input[type=radio]:checked + label:before {
  border-color: var(--red) !important;
}
.flog-it-form-wrapper .gform_page_fields .gfield_radio input[type=radio]:checked + label:after {
  background: var(--red) !important;
}
.flog-it-form-wrapper .gform_page_fields .motorflog-lookup-btn {
  color: white !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  margin-top: 10px !important;
}
.flog-it-form-wrapper .gform_page_fields .motorflog-lookup-btn:hover, .flog-it-form-wrapper .gform_page_fields .motorflog-lookup-btn:focus, .flog-it-form-wrapper .gform_page_fields .motorflog-lookup-btn:active, .flog-it-form-wrapper .gform_page_fields .motorflog-lookup-btn:active:focus {
  box-shadow: none !important;
  color: white !important;
  background: var(--red) !important;
  border-color: var(--red) !important;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_date {
  width: 100%;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_date input {
  min-width: 100%;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_fileupload input {
  box-shadow: none !important;
  height: 50px !important;
  background-color: white !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border: 1px solid var(--border) !important;
  font-weight: 430 !important;
  font-size: 16px !important;
  line-height: 48px !important;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_fileupload .ginput_preview {
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_fileupload .ginput_preview .gfield_fileupload_progressbar_progress {
  background-color: var(--gold) !important;
}
.flog-it-form-wrapper .gform_page_fields .ginput_container_fileupload .ginput_preview .gform_delete_file {
  width: 30px;
  height: 30px;
  right: 5px;
  top: 2px;
}
.flog-it-form-wrapper .gform-page-footer .gform_previous_button {
  margin-right: auto !important;
  background: #000000 !important;
}
.flog-it-form-wrapper .gform-page-footer .gform_previous_button:hover, .flog-it-form-wrapper .gform-page-footer .gform_previous_button:focus, .flog-it-form-wrapper .gform-page-footer .gform_previous_button:active, .flog-it-form-wrapper .gform-page-footer .gform_previous_button:active:focus {
  background: var(--gold) !important;
}
.flog-it-form-wrapper .gform-page-footer .button {
  display: inline-block !important;
  height: 56px !important;
  line-height: 54px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 20px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1 !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .flog-it-form-wrapper .gform-page-footer .button {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 16px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .flog-it-form-wrapper .gform-page-footer .button {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
  }
}
@media all and (max-width: 1200px) {
  .flog-it-form-wrapper .gform-page-footer .button {
    height: 52px !important;
    line-height: 48px !important;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
  }
}
@media all and (max-width: 575px) {
  .flog-it-form-wrapper .gform-page-footer .button {
    height: 48px !important;
    line-height: 44px !important;
    padding: 0 20px !important;
    letter-spacing: 0.04em !important;
  }
}
.flog-it-form-wrapper .gform-page-footer .button:hover, .flog-it-form-wrapper .gform-page-footer .button:focus, .flog-it-form-wrapper .gform-page-footer .button:active, .flog-it-form-wrapper .gform-page-footer .button:active:focus {
  box-shadow: none !important;
  outline: none !important;
  color: white !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

.ui-datepicker {
  margin-top: -20px !important;
}

body .gform_wrapper .gfield_required {
  color: var(--red) !important;
}
body .gform_wrapper .gform_fields {
  row-gap: 20px !important;
}
body .gform_wrapper .gform_validation_errors {
  position: relative;
  background-color: rgba(255, 0, 0, 0.0588235294);
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  outline: 0 !important;
  padding: 20px 20px 20px 54px;
}
body .gform_wrapper .gform_validation_errors h2 {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 430 !important;
  letter-spacing: -0.01em !important;
  font-family: var(--content-font) !important;
  color: var(--red) !important;
  align-items: start !important;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  body .gform_wrapper .gform_validation_errors h2 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1200px) {
  body .gform_wrapper .gform_validation_errors h2 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
body .gform_wrapper .gform_validation_errors h2 span {
  color: inherit !important;
  border-color: var(--red) !important;
  position: absolute;
  top: 24px;
  left: 20px;
}
body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper .gfield_validation_message {
  font-size: 15px;
  line-height: 24px;
  font-weight: 430;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
  color: var(--red);
}
body .gform_wrapper .ginput_container input[type=checkbox] {
  display: none;
}
body .hero-home-2 .gform_validation_errors {
  background-color: #ffffff;
  max-width: 800px;
}
body .hero-home-2 .gfield_validation_message {
  color: #ffffff;
}
body .footer .gform_wrapper .gform_validation_errors {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0 !important;
  padding: 0px 0px 0px 34px;
  margin-bottom: 20px;
}
body .footer .gform_wrapper .gform_validation_errors h2 {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #ffffff !important;
}
body .footer .gform_wrapper .gform_validation_errors h2 span {
  border-color: #ffffff !important;
  border-width: 1px !important;
  top: 3px;
  left: 0px;
  font-size: 18px !important;
}
body .footer .gform_wrapper form {
  align-items: start !important;
}
body .footer .gform_wrapper .gfield_validation_message {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.flog-it-form-wrapper:has(#gform_3) h1 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .flog-it-form-wrapper:has(#gform_3) h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 0;
  background-color: var(--bg-light);
  padding: 36px;
}
@media all and (max-width: 575px) {
  .flog-it-form-wrapper:has(#gform_3) #gform_3 {
    padding: 20px;
  }
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 .gfield--type-password legend {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #000 !important;
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 .gfield--type-password .ginput_password {
  display: flex;
  flex-direction: column-reverse;
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 .gfield--type-password .ginput_password label {
  font-size: 14px !important;
  line-height: 16px !important;
  margin-top: 0 !important;
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 input[type=submit] {
  width: 100%;
  padding: 0 20px !important;
  background-image: none !important;
  height: 48px !important;
  line-height: 46px !important;
  font-size: 14px !important;
  background-color: var(--red) !important;
}
.flog-it-form-wrapper:has(#gform_3) #gform_3 input[type=submit]:hover, .flog-it-form-wrapper:has(#gform_3) #gform_3 input[type=submit]:focus, .flog-it-form-wrapper:has(#gform_3) #gform_3 input[type=submit]:active, .flog-it-form-wrapper:has(#gform_3) #gform_3 input[type=submit]:active:focus {
  box-shadow: none;
  color: white;
  background: var(--gold);
  border-color: var(--gold);
}

.woocommerce ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
  margin: 0;
}
.woocommerce ul.products.columns-4::before, .woocommerce ul.products.columns-4::after {
  display: none;
}
.woocommerce ul.products.columns-4 li.product {
  margin: 0;
  width: calc(25% - 18px);
}
@media all and (max-width: 1200px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.3% - 16px);
  }
}
@media all and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(50% - 12px);
  }
}
@media all and (max-width: 575px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 100%;
  }
}
.woocommerce ul.products.columns-4 li.product .product-card figure img {
  margin: 0;
}

.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info {
  width: 100%;
  background: var(--bg-light);
  border: 0;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info {
    margin-bottom: 22px;
  }
}
.woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-info::before {
  position: initial;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  flex-shrink: 0;
  color: var(--gold);
  margin-right: 12px;
}
.woocommerce-page .woocommerce-message .showcoupon, .woocommerce-page .woocommerce-info .showcoupon {
  margin-left: 4px;
}
.woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button {
  margin-left: auto;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  padding: 0px 20px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
.woocommerce-page .return-to-shop .button {
  height: 40px !important;
  line-height: 38px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 20px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  min-height: auto;
  min-width: 90px;
}
.woocommerce-page .return-to-shop .button:hover, .woocommerce-page .return-to-shop .button:focus, .woocommerce-page .return-to-shop .button:active, .woocommerce-page .return-to-shop .button:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.woocommerce-page .woocommerce-error {
  background: var(--bg-light);
  border: 0;
  border-radius: 6px;
  margin-bottom: 24px;
}
.woocommerce-page .wc-block-components-notice-banner.is-error {
  background-color: rgba(202, 1, 48, 0.0705882353);
  border-color: transparent;
  color: var(--red);
  border-radius: 6px;
}
.woocommerce-page .wc-block-components-notice-banner.is-error .wc-block-components-button {
  opacity: 1;
}
.woocommerce-page .wc-block-components-notice-banner.is-error .wc-block-components-button svg path {
  fill: var(--red);
}

.single-product-section {
  padding-bottom: 50px;
}
.single-product-section .row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-product-section .row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-product-gallery {
  width: 100% !important;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px !important;
}
.flex-control-nav.flex-control-thumbs li {
  width: calc(20% - 8px) !important;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .flex-control-nav.flex-control-thumbs li {
    width: calc(25% - 6px) !important;
  }
}
.flex-control-nav.flex-control-thumbs li img.flex-active {
  border: 3px solid var(--red);
}

.single-portfolio-gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.single-portfolio-thumb-slider {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
@media all and (max-width: 991px) {
  .single-portfolio-thumb-slider {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .single-portfolio-thumb-slider {
    margin-bottom: 30px;
  }
}
.single-portfolio-thumb-slider .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  transform: none !important;
}
@media all and (max-width: 575px) {
  .single-portfolio-thumb-slider .swiper-wrapper {
    gap: 8px;
  }
}
.single-portfolio-thumb-slider .swiper-slide {
  width: calc(20% - 8px) !important;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .single-portfolio-thumb-slider .swiper-slide {
    width: calc(25% - 6px) !important;
  }
}
.single-portfolio-thumb-slider .swiper-slide img {
  width: 100%;
  height: auto;
}
.single-portfolio-thumb-slider .swiper-slide-thumb-active {
  border: 3px solid var(--red);
}

.product-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--content);
  margin-bottom: 9px;
}

.product-title {
  font-size: 26px !important;
  line-height: 36px !important;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 9px;
}
@media all and (max-width: 575px) {
  .product-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

.product-price-wrapper {
  margin-bottom: 20px !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 575px) {
  .product-price-wrapper {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-price-wrapper .buyer-fees {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--red);
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.product-price-wrapper .buyer-fees::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 14px;
  height: 1px;
  background: var(--red);
}

.product-short-desc {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  margin-bottom: 30px !important;
}
@media all and (max-width: 575px) {
  .product-short-desc {
    padding: 20px 0;
  }
}

.buy-link-wrapper {
  margin-bottom: 30px !important;
}
.buy-link-wrapper .btn {
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.buy-link-wrapper .btn::after {
  display: none;
}

.specification-list {
  background: var(--bg-light);
  padding: 20px 28px;
  border-radius: 6px;
}
@media all and (max-width: 575px) {
  .specification-list {
    padding: 16px 18px;
  }
}
.specification-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.specification-list ul li {
  margin: 0;
}
.specification-list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.specification-list ul li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--content);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 575px) {
  .specification-list ul li {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
  }
}
.specification-list ul li span {
  font-weight: 600;
  color: #000000;
  margin-left: auto;
  text-align: right;
}
.specification-list ul li.icon::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 575px) {
  .specification-list ul li.icon::before {
    width: 18px;
    height: 18px;
  }
}
.specification-list ul li.icon.make::before {
  background-image: url(../images/site-3/product-card-icon-make.svg);
}
.specification-list ul li.icon.model::before {
  background-image: url(../images/site-3/product-card-icon-model.svg);
}
.specification-list ul li.icon.registration::before {
  background-image: url(../images/site-3/product-card-icon-registration.svg);
}
.specification-list ul li.icon.fuel::before {
  background-image: url(../images/site-3/product-card-icon-fuel.svg);
}
.specification-list ul li.icon.transmission::before {
  background-image: url(../images/site-3/product-card-icon-transmission.svg);
}
.specification-list ul li.icon.odometer::before {
  background-image: url(../images/site-3/product-card-icon-odometer.svg);
}
.specification-list ul li.icon.body::before {
  background-image: url(../images/site-3/product-card-icon-body.svg);
}
.specification-list ul li.icon.engine::before {
  background-image: url(../images/site-3/product-card-icon-engine.svg);
}
.specification-list ul li.icon.year::before {
  background-image: url(../images/site-3/product-card-icon-year.svg);
}

.single-product-meta-section {
  padding: 50px 0;
}

.single-product-heading-h2 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  .single-product-heading-h2 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.seller-profile-wrapper {
  margin-bottom: 40px;
}

.seller-profile-card {
  padding: 24px;
  background: var(--bg-light);
  border-radius: 6px;
}
.seller-profile-card .profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .seller-profile-card .profile {
    flex-direction: column;
    align-items: start;
  }
}
.seller-profile-card .profile .profile-picture {
  flex-shrink: 0;
  width: 122px;
  height: 122px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .seller-profile-card .profile .profile-picture {
    width: 100px;
    height: 100px;
  }
}
.seller-profile-card .profile .profile-picture img {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
}
.seller-profile-card .address {
  margin-bottom: 20px;
}
.seller-profile-card .address p {
  margin-bottom: 2px;
}
.seller-profile-card .address address {
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.seller-profile-card .location-processing-fee p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-profile-card .location-processing-fee p span {
  font-weight: 500;
  color: #000000;
}

.profile-meta h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.profile-meta .phone-number {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.profile-meta .phone-number::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: url(../images/site-3/profile-icon-phone.svg) no-repeat center/contain;
}
.profile-meta .phone-number a {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all;
}
.profile-meta .phone-number a:hover {
  text-decoration: underline;
  color: var(--red);
}
.profile-meta .email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.profile-meta .email::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: url(../images/site-3/profile-icon-envelope.svg) no-repeat center/contain;
}
.profile-meta .email a {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all;
}
.profile-meta .email a:hover {
  text-decoration: underline;
  color: var(--red);
}

.opening-time-table {
  padding: 20px 28px;
  background: var(--bg-light);
  border-radius: 6px;
}
@media all and (max-width: 991px) {
  .opening-time-table {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .opening-time-table {
    padding: 6px 16px 16px;
  }
}
.opening-time-table .table {
  margin: 0;
}
.opening-time-table .table thead tr th {
  padding: 0 0 12px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000000;
  background: transparent;
  border-color: var(--border);
}
@media all and (max-width: 575px) {
  .opening-time-table .table thead tr th {
    font-size: 14px;
    line-height: 18px;
  }
}
.opening-time-table .table tbody tr td {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #000000;
  background: transparent;
  border: 0;
}
@media all and (max-width: 575px) {
  .opening-time-table .table tbody tr td {
    font-size: 13px;
    line-height: 18px;
  }
}
.opening-time-table .table tbody tr td:first-child {
  font-weight: 430;
  letter-spacing: 0;
  color: var(--content);
}

.location-map {
  line-height: 0;
}
.location-map iframe {
  height: 550px;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
}
@media all and (max-width: 991px) {
  .location-map iframe {
    height: 450px;
  }
}
@media all and (max-width: 575px) {
  .location-map iframe {
    height: 300px;
  }
}

@media all and (max-width: 575px) {
  .related-product-slider {
    margin-right: -20px;
  }
}
.related-product-slider .swiper-slide {
  height: auto;
}

.buyer-fees-modal .modal-dialog {
  max-width: 1080px;
}
@media all and (max-width: 1200px) {
  .buyer-fees-modal .modal-dialog {
    max-width: 800px;
  }
}
@media all and (max-width: 991px) {
  .buyer-fees-modal .modal-dialog {
    max-width: 750px;
  }
}
@media all and (max-width: 767px) {
  .buyer-fees-modal .modal-dialog {
    max-width: 500px;
  }
}
.buyer-fees-modal .modal-dialog .btn-close {
  position: absolute;
  z-index: 2;
  opacity: 1;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  outline: none !important;
  background: url(../images/site-3/modal-close-icon.svg) no-repeat center/contain;
  transition: 0.3s all;
}
.buyer-fees-modal .modal-dialog .btn-close:hover {
  background: url(../images/site-3/modal-close-icon-hover.svg) no-repeat center/contain;
}
.buyer-fees-modal .modal-dialog .modal-content {
  border: 0;
  box-shadow: 0px 12px 24px -12px rgba(21, 33, 52, 0.0392156863);
  border-radius: 8px;
  padding: 22px 30px 30px;
}
@media all and (max-width: 575px) {
  .buyer-fees-modal .modal-dialog .modal-content {
    padding: 12px 16px 16px;
  }
}
.buyer-fees-modal .modal-body {
  padding: 0;
}
.buyer-fees-modal .modal-header {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.buyer-fees-modal .modal-header h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.buyer-fees-modal .modal-header p {
  font-size: 16px;
  line-height: 26px;
}
.buyer-fees-modal .table {
  margin: 0;
  position: relative;
}
.buyer-fees-modal .table::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  pointer-events: none;
}
.buyer-fees-modal .table thead tr th {
  white-space: nowrap;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #000000;
  padding: 10px 16px;
}
.buyer-fees-modal .table thead tr th:first-child {
  border-top-left-radius: 6px;
}
.buyer-fees-modal .table thead tr th:last-child {
  border-top-right-radius: 6px;
}
.buyer-fees-modal .table tbody tr td {
  background: transparent;
  color: var(--content);
  border-color: var(--border);
  padding: 9px 16px;
}
.buyer-fees-modal .table tbody tr:nth-child(odd) {
  background: var(--bg-light);
}
.buyer-fees-modal .table tbody tr:last-child td {
  border-bottom: 0;
}
.buyer-fees-modal .table tbody tr.table-light {
  background: rgba(202, 1, 48, 0.08);
}
.buyer-fees-modal .table tbody tr.table-light td {
  font-weight: 700;
  color: var(--red);
}

#confirmPurchaseModal .modal-dialog {
  max-width: 505px;
}
#confirmPurchaseModal .modal-content {
  border-radius: 6px;
}
#confirmPurchaseModal .modal-header {
  padding: 16px;
  border-bottom: 1px solid var(--border);
}
#confirmPurchaseModal .modal-header .modal-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
  text-transform: capitalize;
}
#confirmPurchaseModal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: url(../images/modal-close-icon.svg) no-repeat center/contain;
  transition: 0.3s all;
  opacity: 1;
  box-shadow: none !important;
  outline: none !important;
}
#confirmPurchaseModal .modal-header .btn-close:hover {
  background: url(../images/modal-close-icon-hover.svg) no-repeat center/contain;
}
#confirmPurchaseModal .modal-body {
  padding: 16px;
}
#confirmPurchaseModal .modal-body .form-check {
  padding: 0;
}
#confirmPurchaseModal .modal-body .form-check input {
  display: none;
}
#confirmPurchaseModal .modal-body .form-check label a {
  text-decoration: underline;
}
#confirmPurchaseModal .modal-body .form-check input[type=checkbox] + label:before {
  border: 1px solid #5E606E;
}
#confirmPurchaseModal .modal-footer {
  border-top: 1px solid var(--border);
  padding: 14px 16px;
  gap: 14px;
}
#confirmPurchaseModal .modal-footer .btn {
  height: 44px;
  line-height: 44px;
  border: 0;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
}
#confirmPurchaseModal .modal-footer .btn::after {
  display: none;
}
#confirmPurchaseModal .modal-footer .btn-light {
  background: #EAEBEF;
  color: var(--content);
}
#confirmPurchaseModal .modal-footer .btn-light:hover, #confirmPurchaseModal .modal-footer .btn-light:focus, #confirmPurchaseModal .modal-footer .btn-light:active, #confirmPurchaseModal .modal-footer .btn-light:active:focus {
  color: white;
  background: var(--red);
}
#confirmPurchaseModal .modal-footer .btn-black {
  background: #000000;
  color: white;
}
#confirmPurchaseModal .modal-footer .btn-black:hover, #confirmPurchaseModal .modal-footer .btn-black:focus, #confirmPurchaseModal .modal-footer .btn-black:active, #confirmPurchaseModal .modal-footer .btn-black:active:focus {
  color: white;
  background: var(--gold);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 300px;
  margin-right: 40px;
  padding: 20px;
  background: var(--bg-light);
  border-radius: 8px;
}
@media all and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 16px;
    border-radius: 6px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    gap: 6px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 44px;
  padding: 0 16px;
  color: var(--content);
  border-radius: 6px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    gap: 6px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  transition: 0.3s all;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../images/my-account-icon-dashboard.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    width: 16px;
    height: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--red);
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
  filter: brightness(0) invert(1);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background: url(../images/my-account-icon-dashboard.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  background: url(../images/my-account-icon-orders.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background: url(../images/my-account-icon-edit-address.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--arrange-collection a::before {
  background: url(../images/my-account-icon-arrnage-collection.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-bookings a::before {
  background: url(../images/my-account-icon-my-booking.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background: url(../images/my-account-icon-account-setting.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notifications a::before {
  background: url(../images/my-account-icon-notification.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background: url(../images/my-account-icon-logout.svg) no-repeat center/contain;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--red);
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
  filter: brightness(0) invert(1);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 340px);
}
@media all and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content section {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content section .shop_table {
  border-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content section .shop_table th, .woocommerce-account .woocommerce-MyAccount-content section .shop_table td {
  padding: 12px 16px;
}
.woocommerce-account .woocommerce-MyAccount-content section .shop_table thead th {
  color: #000000;
}
.woocommerce-account .woocommerce-MyAccount-content section address {
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding: 20px;
  border-radius: 8px;
}
.woocommerce-account table.my_account_orders {
  border-radius: 8px;
  position: relative;
  margin: 28px 28px 50px;
  background: #ffffff;
  border-color: var(--border);
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders {
    margin: 0 0 28px;
  }
}
.woocommerce-account table.my_account_orders::before {
  content: "";
  position: absolute;
  background: #f5f6f7;
  inset: -28px;
  z-index: -1;
  border-radius: 10px;
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders::before {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders {
    overflow: hidden;
  }
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders tr {
    border-bottom: 1px solid var(--border);
    background: #ffffff !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce-account table.my_account_orders tr:last-child {
    border: 0 !important;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account table.my_account_orders tr {
    padding: 16px;
    gap: 6px;
  }
}
.woocommerce-account table.my_account_orders tr td {
  border-color: var(--border);
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders tr td {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
.woocommerce-account table.my_account_orders th {
  border-color: var(--border) !important;
  color: #000000;
}
.woocommerce-account table.my_account_orders th, .woocommerce-account table.my_account_orders td {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 16px;
  vertical-align: middle;
}
.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  .woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions::before {
    margin-right: auto;
  }
}
.woocommerce-account section.woocommerce-order-details, .woocommerce-account .woocommerce-customer-details {
  padding: 24px 28px 28px !important;
  background: var(--bg-light);
  border-radius: 8px;
}
@media all and (max-width: 575px) {
  .woocommerce-account section.woocommerce-order-details, .woocommerce-account .woocommerce-customer-details {
    padding: 16px 20px 20px !important;
  }
}
.woocommerce-account section.woocommerce-order-details h2, .woocommerce-account .woocommerce-customer-details h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--content-font);
  text-transform: capitalize;
}
@media all and (max-width: 575px) {
  .woocommerce-account section.woocommerce-order-details h2, .woocommerce-account .woocommerce-customer-details h2 {
    margin-bottom: 14px;
  }
}
.woocommerce-account section.woocommerce-order-details table, .woocommerce-account section.woocommerce-order-details address, .woocommerce-account .woocommerce-customer-details table, .woocommerce-account .woocommerce-customer-details address {
  border-radius: 8px;
  background: #ffffff;
  border-color: var(--border);
}
.woocommerce-account section.woocommerce-order-details th, .woocommerce-account section.woocommerce-order-details td, .woocommerce-account .woocommerce-customer-details th, .woocommerce-account .woocommerce-customer-details td {
  border-color: var(--border);
}
.woocommerce-account section.woocommerce-order-details .wc-item-meta, .woocommerce-account .woocommerce-customer-details .wc-item-meta {
  display: none;
}
.woocommerce-account .select2-container--default .select2-selection--single {
  height: 50px !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border: 1px solid var(--border) !important;
}
.woocommerce-account .button:not(.mf-cb-slot) {
  height: 48px !important;
  line-height: 46px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 30px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
.woocommerce-account .button:not(.mf-cb-slot):hover, .woocommerce-account .button:not(.mf-cb-slot):focus, .woocommerce-account .button:not(.mf-cb-slot):active, .woocommerce-account .button:not(.mf-cb-slot):active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.woocommerce-account .button:not(.mf-cb-slot).view {
  height: 34px !important;
  line-height: 32px !important;
  font-size: 12px !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .button:not(.mf-cb-slot).view {
    padding: 0 22px;
  }
}
.woocommerce-account .button:not(.mf-cb-slot).invoice {
  height: 34px !important;
  line-height: 32px !important;
  font-size: 12px !important;
  background: #000 !important;
  border-color: #000 !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .button:not(.mf-cb-slot).invoice {
    padding: 0 22px;
  }
}
.woocommerce-account .button:not(.mf-cb-slot).invoice:hover, .woocommerce-account .button:not(.mf-cb-slot).invoice:focus, .woocommerce-account .button:not(.mf-cb-slot).invoice:active, .woocommerce-account .button:not(.mf-cb-slot).invoice:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.woocommerce-account .woocommerce form .form-row {
  padding: 0;
  margin: 0 0px 20px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header {
  height: auto;
  padding: 0;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header h2 {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: var(--content-font);
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header .edit {
  float: right;
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address header .edit::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  inset: 0;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address address {
  margin: 0;
}
@media all and (max-width: 991px) {
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address:nth-child(1) {
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-EditAccountForm {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--content-font) !important;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #000000;
}
.woocommerce-account .woocommerce-address-fields {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.woocommerce-account .mf-cb-empty {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 8px;
}
.woocommerce-account .mf-cb-arrange-collection h2 {
  margin-bottom: 6px;
}
.woocommerce-account .mf-cb-arrange-collection input[type=checkbox] {
  appearance: auto;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step {
  background: var(--bg-light);
  padding: 28px;
  border-radius: 8px;
  position: relative;
  margin-top: 2px !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step {
    padding: 18px;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step:first-child {
  margin-top: 0 !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--content-font);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-help {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #ffffff;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle {
  display: flex !important;
  justify-content: space-between;
  border-radius: 0 !important;
  padding: 18px !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle {
    flex-direction: column;
    gap: 10px;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox] {
  appearance: none !important;
  display: none;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox] + span {
  margin: 0 0 0 36px !important;
  display: inline-block;
  max-width: inherit;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: #FFD341;
  color: #000000;
  font-weight: 400 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  position: relative;
  letter-spacing: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox] + span {
    width: max-content;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--content);
  background: transparent;
  left: -36px;
  top: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox] + span:after {
  content: "";
  background: none !important;
  position: absolute;
  left: -28px;
  top: 9px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox]:checked + span {
  user-select: none;
  -webkit-user-select: none;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox]:checked + span:before {
  border-color: var(--red);
  background: var(--red);
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle input[type=checkbox]:checked + span:after {
  display: block;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle span:last-child {
  margin-left: auto !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle span:last-child {
    margin-left: 0 !important;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-vehicles .mf-cb-vehicle:last-child {
  border-bottom: 0 !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-selected-count {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-selected-count strong {
  font-weight: inherit !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step .mf-cb-message:empty {
  margin-top: 0 !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-date h3 {
  margin-bottom: 10px;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-date h3 + label {
  max-width: 400px !important;
  margin-bottom: 0;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-date h3 + label input[type=text] {
  height: 48px;
  background: #fff url(../images/calendar-blank-icon.svg) no-repeat center right 14px/24px !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots h3 {
  margin-bottom: 16px;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots .mf-cb-slots {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots .mf-cb-slots {
    gap: 8px !important;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots .mf-cb-slots .button.mf-cb-slot {
  height: 35px;
  line-height: 32px !important;
  padding: 0 14px !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  background: #ffffff;
  border-radius: 50px !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots .mf-cb-slots .button.mf-cb-slot {
    height: 32px;
    line-height: 30px !important;
    padding: 0 13px !important;
    font-size: 12px;
    font-weight: 600;
  }
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-slots .mf-cb-slots .button.mf-cb-slot + div {
  display: none;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-submit {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-submit .mf-cb-book {
  order: -2;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-submit .mf-cb-view-bookings {
  order: -1;
  margin-top: 0 !important;
  background: #000000 !important;
  border-color: #000000 !important;
}
.woocommerce-account .mf-cb-arrange-collection .mf-cb-step-submit .mf-cb-message {
  width: 100%;
}
.woocommerce-account .mf-cb-reschedule-panel input[type=text] {
  height: 48px;
  background: #fff url(../images/calendar-blank-icon.svg) no-repeat center right 14px/24px !important;
}
.woocommerce-account .mf-cb-reschedule-slots {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap;
}
.woocommerce-account .mf-cb-reschedule-slots .button.mf-cb-slot {
  height: 35px;
  line-height: 32px !important;
  padding: 0 14px !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  background: #ffffff;
  border-radius: 50px !important;
}
.woocommerce-account .mf-cb-reschedule-slots .button.mf-cb-slot + div {
  display: none;
}
.woocommerce-account .flatpickr-current-month .flatpickr-monthDropdown-months, .woocommerce-account .flatpickr-current-month input.cur-year {
  height: auto !important;
  line-height: normal !important;
  appearance: none !important;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container {
  background: var(--bg-light);
  border-radius: 8px;
  padding: 28px;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container {
    padding: 18px;
  }
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--content);
  color: #000000;
  text-transform: capitalize;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card {
  border: 1px solid var(--border) !important;
  border-radius: 6px !important;
  padding: 18px !important;
  background-color: #ffffff !important;
  position: relative;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card {
    margin-bottom: 6px !important;
  }
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) {
  flex-direction: column;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div {
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(1) {
    font-size: 14px !important;
    line-height: 20px;
  }
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(2) {
  order: -1;
  display: flex;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: #FFD341;
  color: #000000 !important;
  font-weight: 400 !important;
  font-family: "UKNumberPlate", sans-serif !important;
  position: relative;
  letter-spacing: 0;
  border-radius: 4px;
  margin-top: 0 !important;
  white-space: nowrap;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(2) {
    line-height: 26px;
    font-size: 16px;
  }
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(2) strong {
  display: none;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(3) {
  margin-left: auto;
  margin-top: 0 !important;
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(3) {
    position: absolute;
    top: 18px;
    right: 18px;
  }
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card > div:has(strong) > div div:nth-child(3) span {
  height: 28px;
  line-height: 26px;
  padding: 0 9px !important;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card .button {
  height: 36px !important;
  line-height: 34px !important;
  padding: 0px 20px !important;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card .button.mf-cb-cancel, .woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card .button.mf-cb-reschedule-cancel {
  background: #000000 !important;
  border-color: #000000 !important;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card .mf-cb-message:empty {
  margin-top: 0 !important;
}
.woocommerce-account .mf-cb-my-bookings .my-bookings-container .mf-cb-booking-card + h3 {
  margin-top: 30px !important;
}
.woocommerce-account .mf-dashboard-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 1200px) {
  .woocommerce-account .mf-dashboard-grid {
    gap: 24px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .mf-dashboard-grid {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-dashboard-grid {
    gap: 16px;
  }
}
.woocommerce-account .mf-dashboard-grid .mf-dashboard-box {
  width: calc(33.3% - 20px);
  height: 148px;
  background: #f5f6f7;
  border-radius: 11px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  transition: 0.3s all;
}
@media all and (max-width: 1200px) {
  .woocommerce-account .mf-dashboard-grid .mf-dashboard-box {
    height: 140px;
    width: calc(33.3% - 16px);
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .mf-dashboard-grid .mf-dashboard-box {
    width: calc(33.3% - 14px);
  }
}
@media all and (max-width: 575px) {
  .woocommerce-account .mf-dashboard-grid .mf-dashboard-box {
    width: calc(50% - 8px);
    padding: 20px 10px;
  }
}
.woocommerce-account .mf-dashboard-grid .mf-dashboard-box img {
  width: 40px !important;
  height: 40px !important;
}
.woocommerce-account .mf-dashboard-grid .mf-dashboard-box:hover {
  background: #e7e7e7;
}

.flatpickr-calendar.open {
  margin-top: -20px !important;
}

body.woocommerce-notifications .woocommerce-MyAccount-content h3 {
  margin-bottom: 6px;
}
body.woocommerce-notifications .motorflog-notifications-form {
  background: var(--bg-light);
  padding: 32px 28px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 70px;
}
@media all and (max-width: 575px) {
  body.woocommerce-notifications .motorflog-notifications-form {
    padding: 20px;
  }
}
body.woocommerce-notifications .motorflog-notifications-form input[type=checkbox] {
  appearance: auto;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 18px;
  background: #ffffff;
  display: flex;
  margin: 0 !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p {
    flex-direction: column;
    gap: 10px;
  }
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p label {
  margin: 0 !important;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p small {
  font-size: 16px;
  line-height: 26px;
  color: #23262D;
  font-weight: 430 !important;
  position: relative;
  letter-spacing: 0;
  margin: 0 0 0 4px !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p small {
    font-size: 14px;
    line-height: 22px;
  }
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox] {
  appearance: none !important;
  display: none;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox] + span {
  margin: 0 0 0 36px !important;
  display: inline-block;
  max-width: inherit;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #23262D;
  font-weight: 430 !important;
  position: relative;
  letter-spacing: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--content);
  background: transparent;
  left: -36px;
  top: 3px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox] + span:after {
  content: "";
  background: none !important;
  position: absolute;
  left: -28px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox]:checked + span {
  user-select: none;
  -webkit-user-select: none;
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox]:checked + span:before {
  border-color: var(--red);
  background: var(--red);
}
body.woocommerce-notifications .motorflog-notifications-form .new-inventory-alert p input[type=checkbox]:checked + span:after {
  display: block;
}
body.woocommerce-notifications .motorflog-notifications-form .woocommerce-Button {
  position: absolute;
  bottom: -70px;
  left: 0;
}

.woocommerce-content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 1200px) {
  .woocommerce-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body.woocommerce-cart .woocommerce-content-section .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  align-items: start;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form {
  width: calc(70% - 40px);
  padding: 24px;
  background: var(--bg-light);
  border-radius: 8px;
}
@media all and (max-width: 1200px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form {
    padding: 0px;
    margin-bottom: 24px;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  margin: 0;
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table tr {
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table tr:last-child {
    border-bottom: 0;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table th {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #000000;
  border-color: var(--border);
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td {
  border-color: var(--border);
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td {
    border-color: transparent;
    background: #ffffff !important;
    padding: 0;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .amount {
  color: #000000;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .remove {
  font-weight: 400;
  color: var(--red);
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .remove {
    background: var(--red);
    color: #ffffff !important;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .remove:hover {
  color: #ffffff;
  background: var(--red);
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .qty {
  background: var(--bg-light) !important;
  border: 0 !important;
  width: 56px;
  height: 40px !important;
  padding: 0 !important;
  -moz-appearance: textfield;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .qty::-webkit-outer-spin-button, body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail img {
  width: 52px;
  border-radius: 6px;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .button {
  height: 40px !important;
  line-height: 38px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 20px !important;
  text-transform: uppercase;
  vertical-align: baseline !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  min-height: auto;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .button:hover, body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .button:focus, body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .button:active, body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .button:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon {
  display: flex;
  gap: 0 14px;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon::before, body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon::after {
  display: none;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
  width: 200px;
  height: 40px !important;
  border: 0 !important;
  background: var(--bg-light) !important;
  margin: 0;
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
    width: calc(100% - 184px);
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 8px !important;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .button {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .button {
    width: 170px;
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .button {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .woocommerce-cart-form .shop_table td.actions .coupon .coupon-error-notice {
  color: var(--red);
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals {
  width: 30%;
}
@media all and (max-width: 1200px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 24px 30px 30px;
  background: var(--bg-light);
  border-radius: 8px;
  position: relative;
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals {
    padding: 18px 20px 20px;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: var(--content-font);
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table {
  display: flex;
  background: transparent;
  border: 0;
  margin: 0;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody {
    gap: 8px;
    margin: 0 0 20px;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr th {
  border: 0;
  padding: 0;
  font-weight: 400;
  color: var(--content);
  font-family: var(--content-font);
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
  border: 0;
  padding: 0;
  font-weight: 500;
  color: #000000;
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: transparent;
  }
}
@media all and (max-width: 991px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr td:before {
    color: var(--content);
    font-weight: 400;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  margin: 0;
  min-height: auto;
  height: 56px !important;
  line-height: 52px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 24px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    height: 46px !important;
    line-height: 44px !important;
    font-size: 12px !important;
  }
}
body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover, body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:focus, body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:active, body.woocommerce-cart .woocommerce-content-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .page-title {
  display: none;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce {
  flex-direction: column;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .wc-empty-cart-message {
  width: 100%;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .cart-empty.woocommerce-info {
  padding: 40px 30px 30px;
  background: var(--bg-light);
  border-radius: 8px 8px 0 0;
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .cart-empty.woocommerce-info::before {
  content: "";
  margin: 0 0 10px;
  width: 50px;
  height: 50px;
  background: url(../images/basket-icon.svg) no-repeat center/contain;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .return-to-shop {
  padding: 0 30px 40px;
  background: var(--bg-light);
  border-radius: 0 0 8px 8px;
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .return-to-shop .button {
  height: 52px !important;
  line-height: 50px !important;
  font-size: 14px !important;
  padding: 0px 24px !important;
  font-family: var(--heading-font) !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce .return-to-shop .button {
    height: 48px !important;
    line-height: 46px !important;
    font-size: 12px !important;
  }
}

@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon {
  padding: 20px;
  background: var(--bg-light);
  border-radius: 8px;
  border: 0;
  margin: -28px 0 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon {
    margin-top: -20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .clear {
  display: none;
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-first {
  width: 250px;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-first {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-first input[type=text] {
  height: 44px !important;
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last {
  width: auto;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button {
  height: 44px !important;
  line-height: 42px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 20px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button:hover, body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button:focus, body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button:active, body.woocommerce-checkout .woocommerce-content-section .woocommerce-form-coupon-toggle + .checkout_coupon .form-row.form-row-last .button:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
body.woocommerce-checkout .woocommerce-content-section .woocommerce-NoticeGroup {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout {
  display: flex;
  gap: 0 40px;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 1200px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout {
    gap: 0 30px;
  }
}
@media all and (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout {
    flex-direction: column;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(65% - 40px);
}
@media all and (max-width: 1200px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details {
    width: calc(60% - 30px);
  }
}
@media all and (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details {
    gap: 30px;
    margin-bottom: 30px;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details::before, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details::after {
  display: none;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
  padding: 24px 24px 30px;
  background: var(--bg-light);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
    padding: 20px;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .form-row {
  width: 100%;
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .form-row.form-row-first, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .form-row.form-row-last {
  width: calc(50% - 15px);
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .form-row.form-row-first, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .form-row.form-row-last {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
  border-color: var(--border);
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  padding: 0 16px;
  font-weight: 430;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: var(--content);
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 35%;
  flex-shrink: 0;
  margin-top: 50px;
  padding: 24px 24px 30px;
  background: var(--bg-light);
  border-radius: 8px;
  position: relative;
}
@media all and (max-width: 1200px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 40%;
  }
}
@media all and (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 20px;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order::before {
  content: "Your order";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  left: 0;
  top: -50px;
}
@media all and (max-width: 1200px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order::before {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order::before {
    font-size: 16px;
    line-height: 26px;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  border-color: transparent;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot {
  width: 100%;
  padding: 12px 16px;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead th, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead td, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody th, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody td, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot th, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot td {
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead th {
  font-weight: 600;
  color: #000000;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-block: 1px solid var(--border) !important;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total {
  background: var(--bg-light);
  padding: 10px;
  border-radius: 6px;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total th, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total td {
  font-weight: 600;
  color: #000000;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total th .amount, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total td .amount {
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table th, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table td {
  font-weight: 400;
  border: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table th .amount, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order .shop_table td .amount {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  background: #ffffff;
  border-radius: 8px;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_box {
  background: var(--bg-light);
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_box::before {
  border-bottom-color: var(--bg-light);
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order {
  margin: 0;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button {
  width: 100%;
  height: 56px !important;
  line-height: 52px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: var(--heading-font) !important;
  letter-spacing: 0.06em !important;
  color: white !important;
  background-color: var(--red) !important;
  border: 1px solid var(--red) !important;
  padding: 0px 24px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
}
@media all and (max-width: 575px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button {
    height: 46px !important;
    line-height: 44px !important;
    font-size: 12px !important;
  }
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button:hover, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button:focus, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button:active, body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .button:active:focus {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #order_review_heading {
  width: 35%;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media all and (max-width: 1200px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #order_review_heading {
    width: 40%;
  }
}
@media all and (max-width: 991px) {
  body.woocommerce-checkout .woocommerce-content-section form.woocommerce-checkout #order_review_heading {
    width: 100%;
    position: initial;
    margin-top: 40px;
  }
}
body.woocommerce-checkout .woocommerce-content-section .wonderful-wallet-container:has(.wonderful-bank-card:is(.wonderful-hidden)) {
  height: 250px !important;
  min-height: 220px;
}
body.woocommerce-checkout .woocommerce-content-section .wonderful-wallet-container .wonderful-bank-card {
  box-shadow: none;
}

.select2-container--open .select2-dropdown {
  margin-top: -28px !important;
}

body.woocommerce-order-received .woocommerce-order {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
body.woocommerce-order-received .woocommerce-order ul.order_details {
  width: 100%;
  padding: 20px;
  background: var(--bg-light);
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
body.woocommerce-order-received .woocommerce-order ul.order_details li {
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  body.woocommerce-order-received .woocommerce-order ul.order_details li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details, body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  padding: 0px;
  width: calc(50% - 20px);
}
@media all and (max-width: 991px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details, body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    width: 100%;
  }
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2, body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--content-font);
  text-transform: capitalize;
  margin-bottom: 15px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .wc-item-meta, body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .wc-item-meta {
  display: none;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details address, body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border-color: var(--border);
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-radius: 8px;
  padding: 16px 20px;
}

.woocommerce-page .woocommerce-content-section:has(.woocommerce-form-login) .page-title {
  display: none;
}
.woocommerce-page .woocommerce-content-section .woocommerce:has(.woocommerce-form-login) h2, .woocommerce-page .woocommerce-content-section .woocommerce:has(.woocommerce-form-login) .woocommerce-notices-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
  border: 0;
  background-color: var(--bg-light);
  padding: 36px;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login {
    padding: 20px;
    margin-top: 22px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row label {
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 8px !important;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row select, .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=week], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=time], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=month], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=datetime-local], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=datetime], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=date], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=color], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=url], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=text], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=tel], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=search], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=password], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=select], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=number], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=email] {
  height: 48px !important;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row select, .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=week], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=time], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=month], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=datetime-local], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=datetime], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=date], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=color], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=url], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=text], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=tel], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=search], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=password], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=select], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=number], .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-form-row input[type=email] {
    height: 44px !important;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme {
  margin-bottom: 28px !important;
  display: flex !important;
  align-items: center;
  gap: 14px;
  font-weight: 430 !important;
  color: var(--content) !important;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] {
  appearance: none !important;
  display: none;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span {
  margin: 0 0 0 36px !important;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #5E6663;
  font-weight: 430;
  position: relative;
  letter-spacing: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span {
    margin: 0 0 0 30px !important;
    font-size: 14px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border);
  background: #ffffff;
  left: -36px;
  top: 3px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span:before {
    width: 18px;
    height: 18px;
    left: -28px;
    top: 4px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span:after {
  content: "";
  background: none !important;
  position: absolute;
  left: -28px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox] + span:after {
    left: -21px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox]:checked + span {
  user-select: none;
  -webkit-user-select: none;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox]:checked + span:before {
  border-color: var(--red);
  background: var(--red);
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme input[type=checkbox]:checked + span:after {
  display: block;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__submit {
  height: 48px !important;
  line-height: 46px !important;
  font-size: 14px !important;
  margin: 0 !important;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__submit {
    height: 44px !important;
    line-height: 42px !important;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-LostPassword {
  position: absolute;
  right: 40px;
  bottom: 158px;
  margin: 0 !important;
}
@media all and (max-width: 575px) {
  .woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-LostPassword {
    right: 20px;
    bottom: 138px;
    font-size: 14px;
  }
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-LostPassword a {
  color: #5E6663;
  font-weight: 430 !important;
  text-decoration: none;
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: var(--red);
}
.woocommerce-page .woocommerce-content-section .woocommerce-form-login .woocommerce-LostPassword + p {
  margin-top: 20px !important;
  text-align: center;
}

.woocommerce-lost-password .page-title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 36px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .woocommerce-lost-password .page-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .woocommerce-lost-password .page-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 1200px) {
  .woocommerce-lost-password .page-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 991px) {
  .woocommerce-lost-password .page-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  .woocommerce-lost-password .page-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.woocommerce-lost-password .woocommerce {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0 20px;
}
@media all and (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-ResetPassword {
    flex-direction: column;
  }
}
.woocommerce-lost-password .woocommerce-ResetPassword p:not(.form-row) {
  width: 100%;
}
.woocommerce-lost-password .woocommerce-ResetPassword .form-row {
  margin: 0 !important;
  width: calc(100% - 220px);
}
@media all and (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-ResetPassword .form-row {
    width: 100% !important;
  }
}
.woocommerce-lost-password .woocommerce-ResetPassword .form-row:has(.woocommerce-Button) {
  flex-shrink: 0;
  width: 200px;
}
@media all and (max-width: 575px) {
  .woocommerce-lost-password .woocommerce-ResetPassword .form-row:has(.woocommerce-Button) {
    padding-top: 20px !important;
  }
}
.woocommerce-lost-password .woocommerce-ResetPassword .form-row:has(.woocommerce-Button) .woocommerce-Button {
  width: 100%;
}
.woocommerce-lost-password .woocommerce-ResetPassword .clear {
  display: none;
}