@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--family-oswald);
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 16px;
    background-color: var(--scrollbar);
    border-radius: 16px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 16px;
    border: 4px solid var(--scrollbar);
  }
  ::-webkit-scrollbar-track {
    background-color: var(--scrollbar);
    border-radius: 16px;
    border: 4px solid var(--scrollbar);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-family: var(--family-montserrat);
}

h1,
h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: medium;
}
@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: var(--black);
}
a:hover {
  color: var(--black);
}

img {
  max-width: 100%;
}

.section-title h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media (min-width: 1450px) {
  .container {
    max-width: 1350px;
  }
}
body .wc-block-components-button:not(.is-link) {
  background-color: var(--bs-secondary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-radius: 0;
  border: 1px solid var(--bs-secondary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .wc-block-components-button:not(.is-link):hover {
  color: var(--white);
  border-color: var(--text-color);
  background-color: var(--text-color);
}

.btn {
  border-radius: 0;
  font-family: var(--family-oswald);
}
.btn.icon-btn {
  padding: 0;
  outline: none;
  width: 24px;
  height: 24px;
  border: none;
}
.btn.icon-btn svg {
  width: 100%;
  height: 100%;
}
.btn.theme-btn {
  background-color: var(--bs-secondary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.btn.theme-btn svg path {
  transition: fill 0.15s ease-in-out;
}
.btn.theme-btn:hover {
  color: var(--white);
  border-color: var(--text-default);
  background-color: var(--text-default);
}
.btn.theme-btn:hover svg path {
  fill: var(--white);
}
.btn.theme-btn.btn-icon {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-content: center;
  text-align: center;
}
.btn.theme-btn-red {
  background-color: var(--bs-primary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.btn.theme-btn-red:hover {
  color: var(--white);
  border-color: var(--text-default);
  background-color: var(--text-default);
}
.btn.secondary-theme-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 30px;
  border-radius: 0;
  color: var(--cultured-white);
  border: 1px solid var(--secondary-title);
  background-color: var(--eerie-black);
}
.btn.secondary-theme-btn:hover {
  border-color: var(--bs-secondary);
  color: var(--cultured-white);
  background: var(--bs-secondary);
}
.btn.btn-secondary {
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--family-oswald);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--white);
}
.btn.btn-secondary i {
  margin-left: 10px;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  color: var(--bs-secondary);
}
@media (max-width: 768px) {
  .btn.btn-secondary {
    font-size: 16px;
  }
}

.section-padding {
  padding-block: 5rem;
}
@media (max-width: 767px) {
  .section-padding {
    padding-block: 40px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--bs-success);
}
.wpcf7 form .wpcf7-response-output {
  padding: 1rem 2rem;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  margin-inline: auto;
  display: table;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border: 0;
  z-index: 5;
  border-radius: 10px;
  color: var(--bs-white);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: var(--bs-warning);
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  color: var(--bs-danger);
  font-size: 14px;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs::before {
  border-color: #ddd;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs li {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs li a {
  font-size: 22px;
  font-family: var(--family-montserrat);
  color: var(--text-color);
  padding: 15px 1rem;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid var(--bs-secondary);
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs .panel p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs .panel table.woocommerce-product-attributes {
  border-top: 0;
}
.woocommerce div.product .single-product-tab-holder .woocommerce-tabs .panel table.woocommerce-product-attributes tbody {
  font-size: 18px;
}

.product-detail-holder {
  border-bottom: 1px solid var(--border-color);
}
.product-detail-holder .stock.in-stock {
  display: none;
}
.product-detail-holder .stock.out-of-stock {
  background: var(--bs-primary);
  color: var(--white) !important;
  padding: 5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.product-detail-holder .product-detail-sec {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .product-detail-holder .product-detail-sec {
    flex-direction: column;
  }
}
.product-detail-holder .woo-product-gallery-slider {
  position: sticky !important;
  width: 50% !important;
  padding-right: 1.5rem;
  float: none !important;
  margin-bottom: 0 !important;
  padding-block: 5rem;
  top: 80px;
}
@media screen and (max-width: 991px) {
  .product-detail-holder .woo-product-gallery-slider {
    padding-block: 40px;
    position: static !important;
    padding-right: 0;
    width: 100% !important;
  }
}
.product-detail-holder .summary.entry-summary {
  font-family: var(--family-montserrat);
  border-left: 1px solid var(--border-color);
  padding-left: 1.5rem;
  width: 50% !important;
  float: none !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .product-detail-holder .summary.entry-summary {
    padding-block: 40px;
    border-left: 0;
    padding-left: 0;
    width: 100% !important;
  }
}
.product-detail-holder .summary.entry-summary .product-summary-holder {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.product-detail-holder .summary.entry-summary .single_add_to_cart_button {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-radius: 0;
}
.product-detail-holder .summary.entry-summary .single_add_to_cart_button:hover {
  background: var(--text-color);
  border-color: var(--text-color);
  color: var(--white);
}
.product-detail-holder .summary.entry-summary .single_view_to_cart_button {
  position: absolute;
  top: 100%;
  left:174px;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-radius: 0;
}
.product-detail-holder .summary.entry-summary .single_view_to_cart_button:hover {
  background: var(--text-color);
  border-color: var(--text-color);
  color: var(--white);
}
.product-detail-holder .summary.entry-summary .product_title {
  font-size: 30px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 1rem;
}
.product-detail-holder .summary.entry-summary .price {
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
.product-detail-holder .summary.entry-summary .price .woocommerce-Price-amount {
  font-size: 30px;
  line-height: 1.4;
  color: var(--text-color);
  font-family: var(--family-oswald);
  font-weight: 500;
}
.product-detail-holder .summary.entry-summary .stock-info {
  font-size: 18px;
  color: var(--bs-secondary);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-detail-holder .summary.entry-summary .qib-button-wrapper {
    float: left;
  }
}
.product-detail-holder .summary.entry-summary .qib-button-wrapper .qib-button.minus {
  margin-right: 10px;
}
.product-detail-holder .summary.entry-summary .qib-button-wrapper .qib-button.plus {
  margin-left: 10px;
}
.product-detail-holder .summary.entry-summary .qib-button-wrapper .wqpmb_input_text {
  border-radius: 0;
}
.product-detail-holder .summary.entry-summary .custom-full-description {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.product-detail-holder .summary.entry-summary .custom-full-description .desc-heading h3 {
  font-size: 22px;
  font-family: var(--family-montserrat);
  color: var(--text-color);
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-detail-holder .summary.entry-summary .woocommerce-product-details__short-description {
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.product-detail-holder .summary.entry-summary .product_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  font-weight: 500;
}
.product-detail-holder .summary.entry-summary .product_meta > span {
  align-items: flex-start;
  gap: 0.5rem;
}
.product-detail-holder .summary.entry-summary .product_meta > span.posted_in a {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: var(--white);
  padding: 10px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
}
.product-detail-holder .summary.entry-summary .product_meta > span.posted_in a:hover {
  background: transparent;
  color: var(--bs-secondary);
}
.product-detail-holder .summary.entry-summary .product_meta > span.posted_in > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 8px;
}
.product-detail-holder .summary.entry-summary .product_meta > span.tagged_as a {
  background-color: var(--white);
  border: 1px solid #EAEAEA;
  color: var(--text-color);
  padding: 10px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
}
.product-detail-holder .summary.entry-summary .product_meta > span.tagged_as a:hover {
  background: var(--text-color);
  color: var(--white);
  border-color: var(--text-color);
}
.product-detail-holder .summary.entry-summary .product_meta > span.tagged_as > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 8px;
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: 115px;
  right: 0;
  z-index: 15;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background: var(--bs-primary);
  color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul {
  border-radius: 0;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul:after, .woocommerce nav.woocommerce-pagination ul::before {
  content: inherit !important;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  align-items: flex-start;
}
.woocommerce-cart .wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  border: 1px solid var(--border-color);
  padding: 1rem !important;
  position: sticky;
  top: 170px;
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .woocommerce-cart .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .woocommerce-cart .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block;
  }
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
  font-size: 22px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-bottom: 5rem;
}
@media screen and (max-width: 776px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 3rem;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0;
}
.woocommerce-checkout .is-large .wc-block-checkout__sidebar {
  top: 170px;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background: #3c3937;
  border-radius: 0;
  box-shadow: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path {
  fill: #fff;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
  border-radius: 0;
  background: transparent !important;
  padding: 0;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  border: 0;
  border-radius: 0;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 3px;
}

.dgwt-wcas-overlay-mobile {
  background: #3c3937;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
  background: #3c3937;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg path {
  fill: var(--white);
}

body .wpfPreviewLoader .woobewoo-filter-loader.spinner {
  background: url("../images/favicon-landcruiser-updated.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.topBarHolder {
  background: var(--bs-secondary);
}
.topBarHolder .topBarSec {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--white);
  padding: 5px 0;
  font-family: var(--family-montserrat);
}
.topBarHolder .topBarSec p {
  line-height: 24px;
  font-weight: 500;
}
.topBarHolder .topBarSec p a {
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .topBarHolder .topBarSec p {
    font-size: 14px;
  }
}
.topBarHolder .topBarSec .rightNav ul {
  display: flex;
}
.topBarHolder .topBarSec .rightNav ul li + li {
  position: relative;
}
.topBarHolder .topBarSec .rightNav ul li + li:after {
  border-left: 1px solid var(--white);
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  position: absolute;
}
.topBarHolder .topBarSec .rightNav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin: 10px;
}
@media screen and (max-width: 575px) {
  .topBarHolder .topBarSec .rightNav ul li a {
    font-size: 14px;
  }
}

header {
  position: sticky;
  top: 0;
  background: var(--header-bg);
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-toggler {
  border-color: var(--white);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(307deg) brightness(99%) contrast(102%);
  font-size: 15px;
  padding-inline: 7px;
  border-radius: 0;
}
header .navbar .header-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header .navbar .header-container .header-top {
  display: flex;
  align-items: center;
  padding-block: 15px;
  border-bottom: 1px solid #464341;
  transition: all 0.3s ease-in-out;
}
header .navbar .header-container .header-top .navbar-brand {
  max-width: 277px;
  width: 100%;
}
header .navbar .header-container .header-top .navbar-brand svg {
  width: 100%;
}
header .navbar .header-container .header-top .top-action-links {
  margin-left: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  header .navbar .header-container .header-top .top-action-links {
    margin-left: 0;
  }
}
header .navbar .header-container .header-top .top-action-links .header-cart {
  display: flex;
  position: relative;
  width: auto;
  color: var(--white);
}
header .navbar .header-container .header-top .top-action-links .header-cart svg {
  flex: 0 0 24px;
}
header .navbar .header-container .header-top .top-action-links .header-cart .cart-count {
  background-color: var(--bs-primary);
  color: var(--white);
  left: 16px;
  top: -7px;
  position: absolute;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  border-radius: 100%;
}
header .navbar .header-container .header-top .top-action-links .header-cart .cart-total {
  margin-left: 15px;
  font-size: 18px;
}
header .navbar .header-container .header-top .top-action-links button {
  display: flex;
}
header .navbar .header-container .searchForm {
  max-width: 683px;
  width: 100%;
  position: relative;
  height: 44px;
  margin-left: 100px;
}
header .navbar .header-container .searchForm .input-group {
  height: 100%;
}
header .navbar .header-container .searchForm .input-group input.form-control.border-secondary {
  width: 100%;
  height: 100%;
  padding-left: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0 !important;
  font-family: var(--family-montserrat);
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
header .navbar .header-container .searchForm .input-group input.form-control.border-secondary::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}
header .navbar .header-container .searchForm .input-group input.form-control.border-secondary::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}
header .navbar .header-container .searchForm .input-group input.form-control.border-secondary:focus {
  box-shadow: none;
}
header .navbar .header-container .searchForm .input-group button.btn.btn-outline-secondary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  padding: 0;
  z-index: 9;
  border: 0;
}
header .navbar .header-container .header-bottom .searchForm {
  margin: 0;
  margin-top: 0.5rem;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1450px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul {
    justify-content: space-evenly;
  }
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li {
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li a {
  border-bottom: 1px solid var(--header-bg);
  transition: all 0.3s ease-in-out;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li a.dropdown-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li a.dropdown-toggle:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAwLjVMNyA2LjVMMSAwLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li a.dropdown-toggle.show:after {
  transform: rotate(180deg);
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li a.nav-link {
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li.active > a.nav-link, header .navbar .header-container .header-bottom .navbar-collapse > ul li:hover > a.nav-link {
  color: var(--white);
}
@media (min-width: 992px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul li.active > a, header .navbar .header-container .header-bottom .navbar-collapse > ul li:hover > a {
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (min-width: 992px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul li:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
  }
}
@media (min-width: 992px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul li .depth_0 {
    max-height: 450px;
    overflow: auto;
  }
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu {
  background: rgba(51, 49, 47, 0.9);
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 1rem;
  min-width: 200px;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu li {
  padding: 0;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu li a {
  padding: 8px 5px;
  border: 0;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu li:hover a {
  border: 0;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu.dropdown-submenu {
  position: static;
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  padding: 0;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu.dropdown-submenu li a {
  font-weight: 200;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu.dropdown-submenu.show {
  max-height: 590px; /* adjust as needed */
  padding: 0;
  opacity: 1;
  visibility: visible;
}
header .navbar .header-container .header-bottom .navbar-collapse > ul li .dropdown-menu .dropdown-toggle {
  top: 0;
  right: 0;
  height: 29px;
}
@media (min-width: 992px) {
  header .navbar .header-container .header-bottom .navbar-collapse > ul li.dropdown {
    padding-right: 50px;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  header .navbar .header-container .header-bottom .navbar-collapse ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .navbar .header-container .header-top {
    justify-content: space-between;
    padding-block: 5px;
  }
  header .navbar .header-container .header-top .navbar-brand {
    max-width: 200px;
  }
  header .navbar .header-container .searchForm {
    height: 38px;
  }
  header .navbar .header-bottom .navbar-collapse {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    height: 100vh !important;
    background-color: var(--header-bg);
    width: 100%;
    transition: all 0.3s;
    padding-top: 3rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    z-index: 100;
  }
  header .navbar .header-bottom .navbar-collapse.show {
    left: 0;
  }
  header .navbar .header-bottom .navbar-collapse > ul {
    overflow: auto;
    max-height: 100%;
  }
  header .navbar .header-bottom .navbar-collapse ul {
    align-items: flex-start !important;
  }
  header .navbar .header-bottom .navbar-collapse ul li {
    width: 100%;
  }
  header .navbar .header-bottom .navbar-collapse .navbar-panel-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  header .navbar .header-container .header-top .top-action-links {
    gap: 15px;
  }
  header .navbar .header-container .header-top .top-action-links button {
    width: 18px;
    height: 18px;
  }
  header .navbar .header-container .header-bottom .searchForm {
    margin-top: 0.3rem;
  }
  header .navbar .header-container .header-bottom .searchForm i {
    display: flex;
  }
  header .navbar .header-container .header-bottom .searchForm i svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 640px) {
  header .navbar .header-container .searchForm i {
    left: 10px;
  }
  header .navbar .header-container .searchForm input {
    border-radius: 6px;
    padding-left: 36px;
  }
}
header.header-fixed {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1490196078), inset 0 -1px rgba(255, 255, 255, 0.1490196078);
}
header.header-fixed .navbar .header-container .header-top {
  padding-block: 0;
}
.footer-info-bar-holder {
  background: var(--bs-secondary);
  padding: 1rem 0;
}
.footer-info-bar-holder .footer-info-bar-sec {
  display: flex;
  gap: 0.5rem 2rem;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .footer-info-bar-holder .footer-info-bar-sec {
    justify-content: flex-start;
  }
}
.footer-info-bar-holder .footer-info-bar-sec a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--family-montserrat);
}
@media screen and (max-width: 991px) {
  .footer-info-bar-holder .footer-info-bar-sec a {
    font-size: 14px;
  }
}
.footer-info-bar-holder .footer-info-bar-sec a img {
  max-height: 42px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .footer-info-bar-holder .footer-info-bar-sec a img {
    max-height: 26px;
  }
}
.footer-info-bar-holder .footer-info-bar-sec a:hover {
  color: var(--white);
}

.footer-wrapper {
  background: #262220;
  padding-block: 5rem 0;
  position: relative;
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .footer-wrapper {
    padding-block: 2rem 0;
  }
}
.footer-wrapper .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
@media (max-width: 1759px) {
  .footer-wrapper .bg-image {
    inset: inherit;
    left: 0;
    bottom: 0;
    right: 0;
    top: 5%;
  }
}
@media (max-width: 1625px) {
  .footer-wrapper .bg-image {
    top: 10%;
  }
}
@media (max-width: 1499px) {
  .footer-wrapper .bg-image {
    top: 15%;
  }
}
@media (max-width: 1399px) {
  .footer-wrapper .bg-image {
    top: 0%;
  }
  .footer-wrapper .bg-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .bg-image {
    top: inherit;
  }
  .footer-wrapper .bg-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 335px;
    -o-object-position: right;
       object-position: right;
  }
}
.footer-wrapper .content {
  position: relative;
  z-index: 1;
}
.footer-wrapper .content .column {
  padding: 0;
}
.footer-wrapper .content .column h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  font-family: var(--family-oswald);
  margin-bottom: 1rem;
}
.footer-wrapper .content .column ul li {
  list-style: none;
}
.footer-wrapper .content .column ul li strong {
  font-family: var(--family-montserrat);
}
.footer-wrapper .content .column ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  font-family: var(--family-montserrat);
}
.footer-wrapper .content .column ul li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.footer-wrapper .content .column .img-wrapper {
  margin-top: 26px;
  max-width: 297px;
  width: 100%;
}
.footer-wrapper .content .column .recondition-url {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  text-decoration: underline;
  font-family: var(--family-montserrat);
}
.footer-wrapper .content .column .recondition-url:hover {
  color: var(--white);
}
.footer-wrapper .content .column.categories ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}
.footer-wrapper .content .column.assistance-vehicles {
  display: flex;
  flex-direction: column;
}
.footer-wrapper .content .column.suitable-for ul {
  display: list-item;
  padding-left: 20px;
}
.footer-wrapper .content .column.suitable-for ul li {
  list-style: disc;
}
.footer-wrapper .content .column.footer-detail {
  margin-top: 3.5rem;
}
.footer-wrapper .content .column.footer-detail ul li {
  margin-bottom: 1rem;
}
.footer-wrapper .content .column.footer-detail.footer-address-columns > ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .footer-wrapper .content .column.footer-detail.footer-address-columns > ul {
    flex-direction: column;
  }
}
.footer-wrapper .content .column.footer-detail.footer-address-columns > ul li {
  width: calc(50% - 0.5rem);
}
.footer-wrapper .content .copy-right-text {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.3rem 0;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .content .copy-right-text {
    justify-content: center;
  }
}
.footer-wrapper .content .copy-right-text p {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--family-montserrat);
  color: #FFF8F1;
  text-align: center;
}
.footer-wrapper .content .copy-right-text p a {
  color: #FFF8F1;
}
.footer-wrapper .content .copy-right-text .footerBottomLink {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-left: 1.6rem;
  flex-wrap: wrap;
}
.footer-wrapper .content .copy-right-text .footerBottomLink a {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--family-montserrat);
  color: #FFF8F1;
  position: relative;
}
.footer-wrapper .content .copy-right-text .footerBottomLink a + a:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 55%;
  transform: translateY(-50%);
  height: 18px;
  background: var(--white);
  width: 2px;
}
.footer-wrapper .content .copy-right-text .footerBottomLink a:hover {
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-wrapper .content .column {
    padding: 0;
  }
  .footer-wrapper .content .column h3 {
    font-size: 20px;
  }
  .footer-wrapper .content .column ul li a {
    font-size: 0.9rem;
  }
  .footer-wrapper .content .column .recondition-url {
    font-size: 0.9rem;
  }
  .footer-wrapper .content .column.suitable-for ul {
    padding-left: 15px;
  }
  .footer-wrapper .content .column.footer-detail ul li {
    margin-bottom: 0.7rem;
  }
  .footer-wrapper .content .copy-right-text {
    font-size: 0.9rem;
    margin-top: 3rem;
  }
}

.social-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.news-letter-section {
  margin-top: 2rem;
  background: var(--peach);
}
.news-letter-section .content-wrapper {
  position: relative;
  min-height: 215px;
  display: flex;
  align-items: center;
}
.news-letter-section .content-wrapper .bg-image {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url(../images/news-letter-shape.webp);
          mask-image: url(../images/news-letter-shape.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--bs-primary);
}
.news-letter-section .content-wrapper .bg-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-letter-section .content-wrapper .bg-image {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.news-letter-section .content-wrapper .content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 2rem;
}
.news-letter-section .content-wrapper .content .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.news-letter-section .content-wrapper .content .text-wrapper em {
  font-size: 26px;
  font-weight: 500;
  font-family: var(--family-oswald);
  color: var(--white);
}
.news-letter-section .content-wrapper .content .text-wrapper h2 {
  font-size: 70px;
  font-weight: 500;
  font-family: var(--family-oswald);
  color: var(--white);
}
.news-letter-section .content-wrapper .content .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-letter-section .content-wrapper .content .form .form-wrapper {
  max-width: 603px;
  width: 100%;
}
.news-letter-section .content-wrapper .content .form .form-wrapper p {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p {
  display: flex;
}
.news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  font-family: var(--family-montserrat);
  padding: 26px 20px;
  font-size: 18px;
}
.news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input::-moz-placeholder {
  color: var(--black);
  font-weight: 500;
}
.news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input::placeholder {
  color: var(--black);
  font-weight: 500;
}
.news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--white);
  padding-right: 0%;
  border-left: 0;
}
.news-letter-section .content-wrapper .content .form br {
  display: none;
}
@media (max-width: 1399px) {
  .news-letter-section .content-wrapper .content .text-wrapper em {
    font-size: 20px;
  }
  .news-letter-section .content-wrapper .content .text-wrapper h2 {
    font-size: 60px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper p {
    margin-bottom: 3px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input {
    padding: 20px 20px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p .input-group-text {
    padding: 5px 0px 5px 5px;
  }
}
@media (max-width: 1199px) {
  .news-letter-section .content-wrapper .content .text-wrapper em {
    font-size: 15px;
  }
  .news-letter-section .content-wrapper .content .text-wrapper h2 {
    font-size: 50px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input {
    padding: 10px 10px;
    font-size: 16px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p .input-group-text {
    padding: 0;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p .input-group-text .btn {
    padding: 6px 12px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .news-letter-section .content-wrapper .content .text-wrapper em {
    font-size: 12px;
  }
  .news-letter-section .content-wrapper .content .text-wrapper h2 {
    font-size: 35px;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input {
    padding: 10px 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-letter-section .content-wrapper .content {
    margin-bottom: 0;
  }
  .news-letter-section .content-wrapper .content .text-wrapper {
    align-items: center;
    padding: 1rem;
  }
  .news-letter-section .content-wrapper .content .form {
    padding: 1rem;
  }
  .news-letter-section .content-wrapper .content .form .form-wrapper .input-group.newsletter p input {
    padding: 10px 10px;
    font-size: 16px;
  }
}

.main-banner-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .main-banner-holder {
    min-height: 776px;
  }
}
.main-banner-holder .banner-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main-banner-holder .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner-holder .banner-sec {
  position: relative;
  z-index: 2;
  background: rgba(34, 34, 34, 0.9);
  max-width: 628px;
  text-align: center;
  margin: 8rem auto;
  color: var(--white);
  padding: 2.5rem;
}
@media screen and (max-width: 575px) {
  .main-banner-holder .banner-sec {
    margin: 2rem auto;
    padding: 1rem;
  }
}
.main-banner-holder .banner-sec p {
  font-weight: 500;
}
.main-banner-holder .banner-sec h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .main-banner-holder .banner-sec h1 {
    font-size: 35px;
  }
}
.main-banner-holder .banner-sec .btn {
  margin-top: 1.5rem;
}
.main-banner-holder.inner-banner .banner-bg {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}
.main-banner-holder.inner-banner .banner-bg img {
  min-height: 100%;
  max-height: 930px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.main-banner-holder.inner-banner .banner-sec .btn {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .main-banner-holder .banner-sec .btn {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .main-banner-holder.inner-banner .banner-sec {
    margin-left: 0;
    transform: translate(0, -100%);
  }
  .main-banner-holder.inner-banner .banner-sec h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .main-banner-holder.inner-banner .banner-sec .btn {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .main-banner-holder.inner-banner .banner-sec {
    transform: translate(0, -115%);
  }
  .main-banner-holder.inner-banner .banner-sec h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.inner-banner-holder {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inner-banner-holder .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner-holder .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.inner-banner-holder .bg-img img.inner-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner-holder .inner-banner-sec {
  position: relative;
  z-index: 2;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .inner-banner-holder .inner-banner-sec {
    min-height: 150px;
  }
}
.inner-banner-holder .inner-banner-sec ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.inner-banner-holder .inner-banner-sec ul li a {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  outline: none;
  color: var(--white);
  text-transform: capitalize;
}
.inner-banner-holder .inner-banner-sec ul li a:hover {
  color: var(--white);
}
.inner-banner-holder .inner-banner-sec ul li .active-label {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: var(--white);
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .inner-banner-holder .inner-banner-sec ul li .active-label {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .inner-banner-holder .inner-banner-sec ul li a {
    font-size: 20px;
  }
  .inner-banner-holder .inner-banner-sec ul li.active-link {
    font-size: 30px;
  }
}
@media (max-width: 567px) {
  .inner-banner-holder .inner-banner-sec ul li a {
    font-size: 16px;
  }
  .inner-banner-holder .inner-banner-sec ul li.active-link {
    font-size: 22px;
  }
}

.inventory-holder {
  background: var(--bs-primary);
}
.inventory-holder ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .inventory-holder ul {
    gap: 1rem;
  }
}
.inventory-holder ul li {
  list-style: none;
  width: calc(25% - 1.125rem);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inventory-holder ul li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  .inventory-holder ul li {
    width: calc(50% - 0.75rem);
  }
}
.inventory-holder ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .inventory-holder ul li a {
    width: 100%;
    max-width: 100%;
  }
}
.inventory-holder ul li a:hover .inventory-img-contianer {
  background: var(--bs-secondary);
}
.inventory-holder ul li a:hover .inventory-img-contianer img {
  transform: scale(1.02);
}
.inventory-holder ul li a .inventory-img-contianer {
  width: 178px;
  height: 178px;
  background: #2A2726;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .inventory-holder ul li a .inventory-img-contianer {
    width: 100%;
    height: 100px;
  }
}
.inventory-holder ul li a .inventory-img-contianer img {
  max-height: 60%;
  max-width: 60%;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .inventory-holder ul li a .inventory-img-contianer img {
    max-height: 40%;
    max-width: 60%;
  }
}
.inventory-holder ul li a p {
  font-family: var(--family-oswald);
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .inventory-holder ul li a p {
    font-size: 16px;
  }
}
.stock-holder {
  padding-inline: 1rem;
  padding-block: 3rem;
  background: rgba(255, 243, 230, 0.9);
}
.stock-holder .stock-sec .stock-card {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.stock-holder .stock-sec .stock-card:hover .stock-card-img img {
  transform: scale(1.01);
}
.stock-holder .stock-sec .stock-card .stock-card-img {
  position: relative;
  height: 434px;
}
.stock-holder .stock-sec .stock-card .stock-card-img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock-holder .stock-sec .stock-card .stock-card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(27, 25, 25, 0.8) 0%, rgba(27, 25, 25, 0) 37.06%);
}
.stock-holder .stock-sec .stock-card .stokes {
  position: absolute;
  top: 13px;
  right: 21.39px;
  z-index: 2;
  text-align: end;
}
.stock-holder .stock-sec .stock-card .stokes h3 {
  color: var(--secondary-title);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  text-align: right;
  text-transform: capitalize;
  margin: 0;
}
.stock-holder .stock-sec .stock-card .stokes a {
  margin-top: 8px;
}
.stock-holder .stock-sec .stock-card .sale-up-container {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 2;
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-bg {
  max-width: 155px;
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-bg img {
  width: 100%;
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content {
  position: absolute;
  top: 45%;
  right: 42%;
  transform: translate(50%, -50%);
  width: 100%;
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content p {
  font-family: var(--family-oswald);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--secondary-title);
  margin-bottom: 6px;
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content h3 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  color: var(--chrome-yellow);
}
.stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--secondary-title);
}
.stock-holder .stock-sec .sale-up .stokes {
  bottom: 38px;
  left: 21.39px;
  top: auto;
  right: auto;
  text-align: start;
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .stock-holder {
    padding-inline: 0.75rem;
    padding-block: 1.5rem;
  }
  .stock-holder .stock-sec .stock-card .stokes h3 {
    font-size: 20px;
  }
  .stock-holder .stock-sec .stock-card .sale-up-container .sale-up-bg {
    max-width: 95px;
  }
  .stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content p {
    font-size: 12px;
  }
  .stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content h3 {
    font-size: 32px;
  }
  .stock-holder .stock-sec .stock-card .sale-up-container .sale-up-content span {
    font-size: 12px;
  }
  .stock-holder .stock-sec .stock-card .stock-card-img {
    height: 294px;
  }
}

.about-us-holder {
  position: relative;
  overflow: hidden;
  padding-block: 0;
  display: flex;
}
.about-us-holder .bg-car-img {
  width: 50%;
  max-height: 600px;
}
.about-us-holder .bg-car-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .about-us-holder .bg-car-img {
    display: none;
  }
}
.about-us-holder .about-us-sec {
  position: relative;
  z-index: 2;
  padding: 3rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--bs-primary);
}
@media (max-width: 767px) {
  .about-us-holder .about-us-sec {
    width: 100%;
    padding: 2.5rem 1rem;
  }
}
.about-us-holder .about-us-sec > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
}
.about-us-holder .about-us-sec .about-us-content {
  max-width: 667px;
  position: relative;
  z-index: 3;
}
.about-us-holder .about-us-sec h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 100%;
  color: var(--white);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 991px) {
  .about-us-holder .about-us-sec h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .about-us-holder .about-us-sec h2 {
    font-size: 30px;
  }
}
.about-us-holder .about-us-sec p {
  color: var(--platinum);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-us-holder .about-us-sec a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-top: 16px;
}
.series-holder {
  background: rgba(255, 243, 230, 0.9);
}
.series-holder .section-title {
  text-align: center;
}
.series-holder.listingLayout {
  background: transparent;
}
.series-holder.listingLayout .series-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
}
.series-holder.listingLayout .series-sec .series-card {
  width: calc(25% - 1.5rem);
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .series-holder.listingLayout .series-sec .series-card {
    width: calc(33.33333% - 1.3333333333rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .series-holder.listingLayout .series-sec .series-card {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .series-holder.listingLayout .series-sec .series-card {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .series-holder.listingLayout .series-sec .series-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.series-holder.listingLayout .series-sec .series-card .card-img-frame {
  height: 250px;
}
.series-holder.listingLayout .series-sec .series-card .card-content {
  position: static;
  padding-top: 1rem;
}
.series-holder.listingLayout .series-sec .series-card .card-content h3 {
  color: var(--text-default);
}
.series-holder.listingLayout .series-sec .series-card .card-content p {
  color: var(--text-default);
}
.series-holder .series-sec {
  margin-top: 3rem;
}
.series-holder .series-sec .series-card {
  height: 370px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .series-holder .series-sec .series-card {
    height: 300px;
  }
}
.series-holder .series-sec .series-card:hover .card-img-frame .series-img {
  transform: scale(1.01);
}
.series-holder .series-sec .series-card .card-img-frame {
  position: relative;
  height: 100%;
}
.series-holder .series-sec .series-card .card-img-frame .series-img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.series-holder .series-sec .series-card .card-img-frame .card-bottom-shade {
  position: absolute;
  bottom: -15%;
  left: -50px;
  right: -10px;
}
.series-holder .series-sec .series-card .card-img-frame .card-bottom-shade img {
  width: 100%;
}
.series-holder .series-sec .series-card .card-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
}
.series-holder .series-sec .series-card .card-content h3 {
  font-family: var(--family-oswald);
  font-weight: 600;
  font-size: 28.8px;
  line-height: 100%;
  color: var(--secondary-title);
  margin-bottom: 0.5rem;
}
.series-holder .series-sec .series-card .card-content p {
  font-family: var(--family-montserrat);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: var(--platinum);
  margin: 0;
}
@media (max-width: 1200px) {
  .series-holder .series-sec .series-card .card-content h3 {
    font-size: 22px;
  }
  .series-holder .series-sec .series-card .card-content p {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .series-holder .series-sec {
    margin-top: 20px;
  }
}

.contact-holder .map {
  filter: invert(82%) sepia(14%) saturate(4%) hue-rotate(51deg) brightness(103%) contrast(92%);
  border-radius: 50px;
  overflow: hidden;
  height: 374px;
  margin-bottom: 2.5rem;
}
.contact-holder .contact-sec .contact-detail h2 {
  margin-bottom: 1.5rem;
}
.contact-holder .contact-sec .contact-detail p {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0;
}
.contact-holder .contact-sec .contact-detail p b,
.contact-holder .contact-sec .contact-detail p em,
.contact-holder .contact-sec .contact-detail p span {
  font-style: normal;
  color: var(--bs-primary);
}
.contact-holder .contact-sec .contact-detail .social-link-container {
  margin-top: 1.5rem;
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link {
  margin-bottom: 1.5rem;
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link a {
  display: flex;
  align-items: flex-start;
  color: var(--black);
  gap: 1rem;
  font-size: 18px;
  font-family: var(--family-montserrat);
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link a img {
  width: 24px;
  height: auto;
  margin-top: 5px;
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link a:hover {
  color: var(--bs-primary);
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link a:hover svg path {
  stroke: var(--black);
}
.contact-holder .contact-sec .contact-detail .social-link-container .social-link a svg {
  width: 24px;
  margin-right: 0.5rem;
}
.contact-holder .contact-sec .contact-form-sec {
  background: #F5F5F5;
  padding: 2rem;
}
@media (max-width: 767px) {
  .contact-holder .contact-sec .contact-form-sec {
    padding-inline: 1rem;
  }
}
.contact-holder .contact-sec .contact-form-sec .contact-form {
  padding: 0;
}
.contact-holder .contact-sec .contact-form {
  padding-left: 2rem;
}
.contact-holder .contact-sec .contact-form .input-field {
  margin-bottom: 20px;
}
.contact-holder .contact-sec .contact-form .input-field label {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: var(--family-oswald);
}
.contact-holder .contact-sec .contact-form .input-field label span {
  color: var(--bs-primary);
}
.contact-holder .contact-sec .contact-form .input-field input {
  padding-block: 0.813rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background-color: var(--white);
  font-weight: 500;
}
.contact-holder .contact-sec .contact-form .input-field textarea {
  padding-block: 0.813rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background-color: var(--white);
  font-weight: 500;
  resize: none;
  height: 130px;
}
.contact-holder .contact-sec .contact-form .input-field textarea:focus {
  border-color: var(--bs-secondary);
}
@media (max-width: 992px) {
  .contact-holder .contact-sec .contact-form {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .contact-holder .contact-sec .contact-form .input-field input {
    height: 46px;
    border-radius: 8px;
  }
}

.phoneCallModal .form-check {
  padding-left: 2.5em;
}
.phoneCallModal .form-check-input {
  width: 24px;
  height: 24px;
  margin-left: -2.5em;
  margin-top: 0.4em;
}
.phoneCallModal .form-check-input:checked {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
}
.phoneCallModal .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ5NjEgMTIuOTk5NkwwLjg0OTYwOSA3LjI5OTYxTDIuMjc0NjEgNS44NzQ2MUw2LjU0OTYxIDEwLjE0OTZMMTUuNzI0NiAwLjk3NDYwOUwxNy4xNDk2IDIuMzk5NjFMNi41NDk2MSAxMi45OTk2WiIgZmlsbD0iIzAwQUI0RCIvPgo8L3N2Zz4K");
}
.phoneCallModal .form-check-label {
  font-size: 22px;
  font-weight: normal;
}

.productListing {
  font-family: var(--family-montserrat);
}
.productListing ul.products {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .productListing ul.products {
    gap: 1rem 2rem;
  }
}
.productListing ul.products::before, .productListing ul.products:after {
  display: none;
}
.productListing ul.products li {
  margin: 0 !important;
  flex: 0 0 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .productListing ul.products li {
    flex: 0 0 calc(33.33333% - 1.3333333333rem);
    max-width: calc(33.33333% - 1.3333333333rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .productListing ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .productListing ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .productListing ul.products li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.productListing ul.products li.outofstock {
  position: relative;
}
.productListing ul.products li.outofstock::after {
  content: "Sold Out";
  position: absolute;
  left: 15px;
  top: 15px;
  background: var(--bs-primary);
  color: var(--white);
  padding: 5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  background: #F8F8F8;
  color: var(--text-color);
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link .productImgGrip {
  border: 1px solid #E5E5E5;
  height: 256px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link .productImgGrip img {
  height: 100%;
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #E5E5E5;
  height: 256px;
  display: block;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link img:hover {
  transform: scale(1.5);
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.productListing ul.products li.product > a.woocommerce-LoopProduct-link .price {
  font-family: var(--family-oswald);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-color);
  padding: 0 15px 15px 15px;
  display: block;
}
.productListing ul.products li.product > a:hover h2 {
  color: var(--text-color);
}

.product-top-Head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.product-top-Head > h2 {
  font-family: var(--family-oswald);
}
.product-top-Head .product-top-cat ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.product-top-Head .product-top-cat ul li a {
  opacity: 0.5;
  font-family: var(--family-oswald);
  font-size: 18px;
  color: var(--text-color);
}
.product-top-Head .product-top-cat ul li a:hover {
  opacity: 1;
  color: var(--text-color);
}

.product-listing-holder {
  display: flex;
  gap: 2rem;
}
.product-listing-holder .product-cat-nav {
  flex: 0 0 290px;
  max-width: 290px;
  position: sticky;
  border-right: 1px solid var(--border-color);
  padding-right: 1rem;
  padding-top: 2rem;
}
.product-listing-holder .product-cat-nav .category-toggler {
  margin-bottom: 1rem;
}
.product-listing-holder .product-cat-nav .category-toggler a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-listing-holder .product-cat-nav .category-toggler a i {
  display: flex;
  width: 35px;
  justify-content: center;
}
.product-listing-holder .product-cat-nav .category-toggler a:hover {
  color: var(--bs-body-color);
}
.product-listing-holder .product-cat-nav .category-toggler a.collapsed i {
  transform: rotate(180deg);
  transform-origin: center center;
}
.product-listing-holder .product-cat-nav ul {
  background: var(--white);
  border-radius: 10px;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
}
.product-listing-holder .product-cat-nav ul li a {
  font-size: 16px;
  font-family: var(--family-montserrat);
  color: var(--text-color);
  padding: 3px 0;
  display: block;
}
.product-listing-holder .product-cat-nav ul li ul {
  padding: 0 0 0 1rem;
}
.product-listing-holder .product-cat-nav .accordion {
  border: 0;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item {
  border: 0;
  border-radius: 0;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header {
  display: flex;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-link {
  font-size: 16px;
  font-family: var(--family-montserrat);
  color: var(--text-color);
  padding: 4px 0;
  width: 100%;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button.accordion-blank {
  margin-left: auto;
  flex: 0 0 35px;
  max-width: 35px;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button.accordion-blank:after {
  margin-right: auto;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-family: var(--family-montserrat);
  color: var(--text-color);
  padding: 4px 0;
  background: none;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: var(--accordion-arrow);
  background-size: auto;
  background-position: center center;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button.direct-link:after {
  content: inherit;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-header.active > a {
  color: var(--bs-secondary);
}
.product-listing-holder .product-cat-nav .accordion .accordion-item .accordion-body {
  padding: 0 0 0 1rem;
}
.product-listing-holder .productListing {
  flex: 0 0 calc(100% - 290px - 2rem);
  max-width: calc(100% - 290px - 2rem);
}

.product-listing-component {
  background: var(--white);
}
.product-listing-component > .container {
  position: relative;
  z-index: 2;
}
.product-listing-component .product-listing-holder .productListing {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-listing-component .product-top-Head .product-top-cat ul li:first-child a {
  opacity: 1;
}
.product-listing-component.allProductListing {
  position: relative;
}
.product-listing-component.allProductListing::before {
  background: #fff;
  z-index: -1;
  bottom: 100%;
  height: 200px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.product-listing-component.allProductListing .productSectionBottomShape {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.product-listing-component.featuredProductList {
  position: relative;
}
.product-listing-component.featuredProductList .productSectionBottomShape {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.product-listing-component.featuredProductList .productListing ul.products li {
  flex: inherit;
  max-width: inherit;
  flex-shrink: 0;
  margin-right: 32px !important;
}
.product-listing-component.featuredProductList .productListing ul.products li.product > a.woocommerce-LoopProduct-link img {
  border: 1px solid #dedede;
  width: 100%;
}
@media (min-width: 576px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: calc(100% + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: calc(100% + (100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: calc(100% + (100vw - 1320px) / 2);
  }
}
@media (min-width: 1450px) {
  .product-listing-component.featuredProductList .product-listing-holder {
    width: calc(100% + (100vw - 1350px) / 2);
  }
}
.product-listing-component.featuredProductList .productListing .related.products ul.products li {
  margin-right: 0 !important;
  flex: 0 0 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-listing-component.featuredProductList .productListing .related.products ul.products li {
    flex: 0 0 calc(33.33333% - 1.3333333333rem);
    max-width: calc(33.33333% - 1.3333333333rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-listing-component.featuredProductList .productListing .related.products ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .product-listing-component.featuredProductList .productListing .related.products ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .product-listing-component.featuredProductList .productListing .related.products ul.products li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-listing-component.featuredProductList .productListing .related.products ul.products li.product > a.woocommerce-LoopProduct-link img {
  border: 1px solid #dedede;
  width: 100%;
}
.product-listing-component.featuredProductList .product-top-Head {
  position: relative;
}
.product-listing-component.featuredProductList .product-top-Head .featureNav {
  display: flex;
  gap: 1rem;
}
.product-listing-component.featuredProductList .product-top-Head .featureNav .swiper-btn {
  position: sticky;
  height: 22px;
  margin: 0;
}
.product-listing-component.featuredProductList .product-top-Head .featureNav .swiper-btn:after {
  font-size: 16px;
  color: var(--text-color);
  font-weight: bold;
}

.product-archieve .product-top-Head {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .product-archieve .product-listing-holder {
    flex-direction: column;
  }
  .product-archieve .product-listing-holder .product-cat-nav {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    position: fixed;
    top: 0;
    height: 100vh !important;
    left: -100%;
    width: 100%;
    z-index: 10;
    background: var(--white);
    transition: 0.3s ease-in-out left;
  }
  .product-archieve .product-listing-holder .product-cat-nav.show {
    left: 0;
  }
  .product-archieve .product-listing-holder .product-cat-nav .product-cat-head {
    padding: 1rem;
    border: 1px solid #dedede;
  }
  .product-archieve .product-listing-holder .product-cat-nav .product-cat-head .category-toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .product-archieve .product-listing-holder .product-cat-nav .product-cat-head .category-toggler a {
    width: auto;
  }
  .product-archieve .product-listing-holder .product-cat-nav .product-cat-body {
    padding: 1rem;
    overflow: auto;
    flex: 1;
    max-height: calc(100vh - 62px);
  }
}
.product-archieve .product-listing-holder .productListing {
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  .product-archieve .product-listing-holder .productListing {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-archieve .product-listing-holder .productListing ul.products li {
  flex: 0 0 calc(33.33333% - 1.3333333333rem);
  max-width: calc(33.33333% - 1.3333333333rem);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-archieve .product-listing-holder .productListing ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-archieve .product-listing-holder .productListing ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .product-archieve .product-listing-holder .productListing ul.products li {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .product-archieve .product-listing-holder .productListing ul.products li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-page-holder .about-page-sec img {
  margin: 0;
  width: 100%;
}
.about-page-holder .about-page-sec h1, .about-page-holder .about-page-sec h2, .about-page-holder .about-page-sec h3, .about-page-holder .about-page-sec h4, .about-page-holder .about-page-sec h5, .about-page-holder .about-page-sec h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.about-page-holder .about-page-sec ul {
  font-family: var(--family-montserrat);
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.about-page-holder .about-page-sec ul li {
  list-style-type: disc;
}
.about-page-holder .about-page-sec p {
  margin-bottom: 1rem;
}

.portfolioListHolder {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .portfolioListHolder {
    padding: 40px 0;
  }
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav {
  flex: 0 0 300px;
  max-width: 300px;
  position: sticky;
  top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav .portfolioListGalleryNavSp {
  border: 1px solid var(--border-color);
  position: sticky;
  top: 20px;
  padding: 1rem;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav .portfolioListGalleryNavSp > h3 {
  margin: 0;
  border-radius: 0;
  font-size: 22px;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .nav.nav-tabs {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .nav.nav-tabs .nav-item {
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid var(--border-color);
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .nav.nav-tabs .nav-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .nav.nav-tabs .nav-link {
  border-width: 0;
  border-color: transparent;
  margin: 0;
  color: var(--text-default);
  width: 100%;
  text-align: left;
  padding: 0.875rem 0;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .nav.nav-tabs .nav-link.active {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content {
  width: calc(100% - 2rem - 300px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content {
    width: calc(100% - 2rem - 200px);
  }
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder .portfolioListItem {
  width: 100%;
}
.portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder .portfolioListItem img {
  width: 100%;
  height: 297px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec {
    flex-wrap: wrap;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .portfolioListGalleryNav .portfolioListGalleryNavSp {
    position: static;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content {
    width: 100%;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder .portfolioBlockItem img {
    height: 187px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content .tab-pane .portfolioGalleryHolder .portfolioBlockItem img {
    height: 220px;
  }
}

.accountPageHolder {
  padding: 0;
}
.accountPageHolder .woocommerce table.shop_table {
  border-radius: 0;
  border-color: var(--border-color);
}
.accountPageHolder .woocommerce-customer-details address {
  border-radius: 0;
  border-color: var(--border-color);
}
.accountPageHolder .woocommerce-MyAccount-navigation {
  display: none;
}
.accountPageHolder .tgwc-woocommerce-MyAccount-navigation {
  display: none;
}
.accountPageHolder .woocommerce-MyAccount-content {
  grid-column: 1/-1 !important;
  width: 100% !important;
}
.accountPageHolder .woocommerce-MyAccount-content p a {
  color: var(--bs-primary);
}
.accountPageHolder .woocommerce-orders-table {
  border-spacing: 0;
  border-radius: 0;
  border-color: var(--border-color);
}
.accountPageHolder .woocommerce-orders-table thead tr th {
  color: var(--text-default);
  padding-top: 10px;
  padding-bottom: 10px;
}
.accountPageHolder form .form-row .woocommerce-Input, .accountPageHolder form .form-row .input-text {
  display: block;
  font-size: 16px;
  background-color: var(--white);
  font-weight: 500;
  font-family: var(--family-montserrat);
  border-radius: 0;
  border-color: var(--border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accountPageHolder form .form-row .select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 39px;
}
.accountPageHolder form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border-radius: 0.375rem;
  background-clip: padding-box;
}
.accountPageHolder form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

.accountLogin.portfolioListHolder .portfolioListSec .portfolioListGallerySec {
  padding-top: 0;
}
.accountLogin.portfolioListHolder .portfolioListSec .portfolioListGallerySec .tab-content {
  max-width: 500px;
  margin: 0 auto;
}

body .woocommerce .woocommerce-form-login .woocommerce-button {
  background-color: var(--bs-secondary);
  color: var(--white);
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-radius: 0;
  border: 1px solid var(--bs-secondary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .woocommerce .woocommerce-form-login .woocommerce-button:hover {
  color: var(--white);
  border-color: var(--text-color);
  background-color: var(--text-color);
}

.woocommerce-account h2 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.woocommerce-account form label {
  font-size: 16px;
  line-height: 1 !important;
  margin-bottom: 10px;
  font-family: var(--family-oswald);
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}

.woocommerce-order-received .woocommerce-order {
  border: 1px solid var(--border-color);
  padding: 2rem;
  margin-bottom: 5rem;
  margin-top: 2rem;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  color: #0a3622;
  background: #d1e7dd;
  border: 1px solid #a3cfbb;
  padding: 1rem;
  border-radius: 0;
  text-align: center;
  margin-bottom: 2rem;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success a {
  color: #0a3622;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-order-received .woocommerce-order h2 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border-radius: 0;
  border-color: var(--border-color);
}
.woocommerce-order-received .woocommerce-order table.shop_table {
  border-radius: 0;
  border-color: var(--border-color);
}

:root {
  --family-montserrat: "Montserrat", sans-serif;
  --family-oswald: "Oswald", sans-serif;
  --scrollbar: #f7f7f7;
  --scrollbar-thumb: #d0d0d0;
  --scrollbar-track: #f7f7f7;
  --bs-primary:#9D2225;
  --bs-secondary:#26A65E;
  --peach:#fff8f2;
  --black:#000000;
  --white:#ffffff;
  --text-color:#282424;
  --text-default: #1a1a1a;
  --border-color: #00000026;
  --theme-black: #2D2929;
  --eerie-black: #1B1919;
  --platinum: #E9E4E4;
  --secondary-title: #FFF3E6;
  --cultured-white: #F4F4F4;
  --chrome-yellow: #FBAC00;
  --header-bg: #262220;
  --accordion-arrow: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTRweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNCA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNCA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI2QTY1RSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xLDEuNDYxbDYsNmw2LTYiLz4NCjwvc3ZnPg0K");
}/*# sourceMappingURL=app-theme.css.map */