.product-description-tab .tab-list {
  display: flex;
}
.product-description-tab .tab-list .tab {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  border: none;
  margin-right: 3px;
  cursor: pointer;
  font-weight: bold;
  padding: 24px 20px;
}
.product-description-tab .tab-list .tab span {
  padding: 0px 10px;
}
.product-description-tab .tab-list .tab.active {
  color: #e6007e;
}
.product-description-tab .tab-list .tab.active span {
  border-bottom: 2px solid;
}
.product-description-tab .tab-content {
  width: 100%;
  border: none;
  padding: 20px;
}
.product-description-tab .tab-content table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.product-description-tab .tab-content table tr td {
  padding: 10px;
  border-top: 1px solid darkgrey;
}
.product-description-tab .tab-content table tr td.td-label {
  font-weight: 600;
}
.product-description-tab .tab-content table tr:nth-of-type(odd) td {
  background-color: #EFEFEF;
}
.product-description-tab .tab-content p {
  font-size: 12px;
}
.product-description-tab .tab-content a.phone {
  font-size: 24px;
  font-weight: 600;
  color: #e6007e;
}
.product-description-tab .tab-content .product-image {
  width: 100%;
}
.product-description-tab .tab-content > div {
  display: none;
}
.product-description-tab .tab-content > .active {
  display: block;
}

.product-variants-tabs {
  display: flex;
}
.product-variants-tabs .tab-list {
  display: flex;
  flex-direction: column;
}
.product-variants-tabs .tab-list .tab {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #EBEBEB;
  margin-bottom: 3px;
  cursor: pointer;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.product-variants-tabs .tab-list .tab span {
  padding: 26px 15px;
}
.product-variants-tabs .tab-list .tab.active {
  background-color: #EFEFEF;
  font-weight: bold;
}
.product-variants-tabs .tab-content {
  width: 100%;
  min-height: 200px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EBEBEB;
  position: relative;
}
.product-variants-tabs .tab-content .variant-data {
  display: none;
  margin: 0 0 100px 0;
  padding: 40px 30px;
}
.product-variants-tabs .tab-content .variant-data.active {
  display: flex;
}
.product-variants-tabs .tab-content .variant-data .about-product-container {
  padding-left: 0;
  padding-right: 100px;
  border-right: 2px solid rgba(112, 112, 112, 0.2);
}
.product-variants-tabs .tab-content .variant-data .about-product-container .about-text {
  font-weight: lighter;
}
.product-variants-tabs .tab-content .variant-data .about-product-container .about-text label {
  margin-bottom: 20px;
}
.product-variants-tabs .tab-content .variant-data .about-product-container .technical-characteristic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
.product-variants-tabs .tab-content .variant-data .about-product-container .technical-characteristic .characteristic {
  display: flex;
  flex-direction: column;
}
.product-variants-tabs .tab-content .variant-data .about-product-container .technical-characteristic .characteristic .label {
  font-weight: bold;
}
.product-variants-tabs .tab-content .variant-data .about-product-container .technical-characteristic .characteristic .data {
  font-weight: lighter;
}
.product-variants-tabs .tab-content .variant-data .add-product-to-cart-container {
  padding-left: 30px;
  padding-right: 0;
}
.product-variants-tabs .tab-content .consultation-footer {
  width: 100%;
  background-color: #414141;
  position: absolute;
  bottom: 0;
  padding: 15px 10px 25px 10px;
  color: white;
  margin: 0;
}
.product-variants-tabs .tab-content .consultation-footer .description {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.63);
}
.product-variants-tabs .tab-content .consultation-footer .description .consultation-tag {
  width: fit-content;
  position: relative;
  background-color: #F18C00;
  padding: 6px;
}
.product-variants-tabs .tab-content .consultation-footer .description .consultation-tag .expert-consultation-text {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.product-variants-tabs .tab-content .consultation-footer .description .consultation-tag .expert-tag {
  position: absolute;
  left: 20px;
  bottom: -15px;
  padding: 0 10px;
  background-color: white;
}
.product-variants-tabs .tab-content .consultation-footer .description .consultation-tag .expert-tag span {
  font-size: 10px;
  font-weight: bold;
  color: initial;
}
.product-variants-tabs .tab-content .consultation-footer .description .advice-before-buying {
  margin-left: 20px;
  font-size: 12px;
}
.product-variants-tabs .tab-content .consultation-footer .get-advice-button {
  display: flex;
  align-items: center;
}
.product-variants-tabs .tab-content .consultation-footer .get-advice-button span {
  font-weight: bold;
  margin-right: 15px;
}

.product-add-on-selling {
  margin-top: 150px;
  margin-bottom: 200px;
  display: flex;
  width: 1000vw;
  padding-left: 20%;
}
.product-add-on-selling .add-on-cell {
  width: 350px;
  height: 300px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-right: 25px;
}
.product-add-on-selling .add-on-cell h4 {
  font-size: 24px;
  font-weight: 600;
}
.product-add-on-selling .add-on-cell p {
  font-size: 12px;
}
.product-add-on-selling .add-on-cell.first {
  box-shadow: none;
  justify-content: center;
}
.product-add-on-selling .add-on-cell.first h3 {
  font-size: 36px;
  font-weight: 600;
}
.product-add-on-selling .add-on-cell.first h3 span {
  color: #e6007e;
}

.product-cross-selling .grid-head {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  box-shadow: none;
}
.product-cross-selling h1 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.product-cross-selling h1 span {
  color: #e6007e;
}

.product-container {
  position: relative;
  min-height: 780px;
  padding: 200px 0 0;
  background: #f8f8f8 url("/wp-content/uploads/2023/10/banner_image-1.png") no-repeat center right;
  background-size: contain;
}

.product-image {
  width: 100%;
}

.product-intro {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.product-intro h4 {
  margin-bottom: 30px;
}
.product-intro h1 {
  font-size: 36px;
  font-weight: 600;
}
.product-intro p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-intro .call-to-action .contact-phone {
  font-size: 24px;
  color: #e6007e;
}

.product-details {
  width: 90%;
  margin-left: 5%;
  margin-top: -100px;
  margin-bottom: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.product-details .vehicle-filter-bottom button {
  display: none;
}
.product-details .add-product-to-cart-container {
  text-align: center;
}
.product-details .add-product-to-cart-container .btn-to-cart {
  padding: 0.75rem 3.75rem;
  margin-bottom: -25px;
}

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