/*=== == Product == ==*/
a.woocommerce-product-gallery__trigger {
    display: none !important;
  }
  
  ol.flex-control-nav.flex-control-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px;
    background: white;
    box-sizing: border-box;
    margin-top: 0px;
    align-items: center;
    padding: 20px 0px;
    max-height: 500px;
    overflow-y: scroll;
  }
  
  .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: stretch;
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
  }
  
  .woocommerce-product-gallery a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  
  .product-fold2-wrapper {
  display: flex;
  gap: 50px;
  padding: 100px 0px;
  width: calc(100% - 0px);
  align-items: flex-start;
  justify-content: space-between;
  }
  
  .product-images-wrapper {
  flex: 0 0 calc(50% - 0px);
  position: sticky;
  top: 90px;
  }
  
  .product-text-wrapper {
  flex: 0 0 calc(50% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  .product-img {
  height: 100%;
  width: 100%;
  }
  
  .product-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
  
  .product-fold2-container {
  position: relative;
  }
  
  .flex-viewport  .woocommerce-product-gallery__image.flex-active-slide {
      width: 100% !important;
      height: 100%;
      display: block !IMPORTANT;
  }
  
  .flex-viewport .woocommerce-product-gallery__image {
      display: none !important;
  }
  
  .woocommerce-product-gallery__wrapper {
      width: 100% !important;
      transform: none !important;
      height: 100% !important;
  }
  
  .flex-viewport {
      height: unset !important;
      flex: 1 1 100%;
  }
  
  .woocommerce-product-gallery a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
  }
  
  img.flex-active {
      border-color: var(--primary-color1) !important;
  }
  
  .flex-control-nav img {
	  width: 100%;
	  height: 100%;
      padding: 5px;
      border: solid 2px white;
      box-sizing: border-box;
  }
  
  .product-images-wrapper-inner {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  }
  
  .thumbnail-images {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex: 0 0 calc(20% - 25px);
  }
  
  .thumbnail-images::before {
  content: '';
  position: absolute;
  height: 120%;
  width: 400%;
  top: -10%;
  left: -150%;
  background: white;
  z-index: -1;
  }
  
  .thumbnail-images img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  box-sizing: border-box;
  /* flex: 0 0 calc(25% - 30px); */
  }
  
  .main-image {
  height: 100%;
  width: 100%;
  /* height: 490px; */
  /* width: 490px; */
  flex: 0 0 calc(80% - 25px);
  }
  
  .main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
  
  .product-fold2-container .row-container::before {
  content: '';
  background: var(--primary-color1);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 200px;
  z-index: -1;
  }
  
  .product-fold2-container .row-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .prod-text-cat p {color: gray;display: flex;gap: 20px;text-transform: uppercase;}
  
  .prod-text-cat span {
  color: black;
  font-weight: 700;
  }
  
  .product-name {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  }
  
  .prod-text-cat a {
  color: var(--primary-color1);
  }
  
  .prod-price-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  }
  span.sale-regular-price {
    display: block;
    font-size: 20px !important;
}
  p.product-price {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  }
  
  p.product-price span {
  font-size: 16px;
  font-weight: 400;
  color: gray;
  }
  
  .price-calculator {margin: 0;color: black;background: white;/* border: 1px solid black; */font-size: 11px;display: flex;align-items: center;justify-content: space-between;gap: 10px;width: 180px;padding: 10px;z-index: 2;position: relative;}
  
  p.prod-subtitle {
  font-weight: 500;
  margin: 30px 0px;
  }
  
  .prod-text-cat {
  margin-bottom: 50px;
  }
  
  .product-fold3-wrapper {
  padding: 100px 0px;
  z-index: 2;
  position: relative;
  }
  
  .prod-fold3-trailer-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  }
  
  .prod-trailer-spec-card {
  flex: 0 0 calc(25% - 60px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  }
  
  .trailer-spec-category {
  display: flex;
  align-items: center;
  gap: 20px;
  }
  
  .trailer-spec-title p {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  }
  
  .trailer-statistics {
  display: flex;
  flex-direction: column;
  gap: 30px;
  }
  
  .trailer-statistics div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  }
  
  .product-fold3-container {
    background: #f1f1f1;
}
  
  .prod-fold3-toptext h2 {color: black;font-weight: 500;}
  
  .trailer-statistics div::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: gray;
  }
  
  .product-fold3-container .row-container {
  position: relative;
  }
  
  .product-fold3-container .row-container::before {
  content: '';
  background: var(--primary-color1);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 200px;
  z-index: 1;
  }
  
  .product-fold3-wrapper-inner {background: #f1f1f1;padding: 20px 0px;display: flex;flex-direction: column;gap: 30px;}
  
  .thumbnail.active {
  border: 3px solid var(--primary-color1); /* Example border style */
  padding: 5px;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  }
  
  .fa-calculator {
  font-size: 20px;
  }
  
  
  /*=== == Product Category == ==*/
  
  .product-category-fold2-wrapper {
  /* padding: 100px 0px; */
  position: sticky;
  top: 100px;
  align-self: flex-start;
  right: 0;
  }
  
  .prod-cat-fold2-text {
  background: #333333;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px;
  border-right: 5px solid var(--primary-color1);
  max-height: calc(100vh - 220px);
  overflow-y: scroll;
  }
  
  .product-category-fold2-container .row-container {
  position: relative;
  display: flex;
  justify-content: center;
  }
  
  .product-category-fold2-container .row-container::before {
  content: '';
  background: var(--primary-color1);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0%;
  width: 200px;
  z-index: -1;
  }
  
  p.prod-cat-fold2-title {color: var(--primary-color1);text-transform: uppercase;font-size: 24px;line-height: 30px;margin-bottom: 30px;}
  
  .product-category-fold3-container {
  /* background: #f1f1f1; */
  flex: 0 0 500px;
  }
  
  .product-category-fold3-wrapper {
  padding: 100px 0px;
  }
  
  .prod-all-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-left: 50px;
  }
  
  ul.products.columns-4 {
      padding: 0;
      margin: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .prod-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  }
  
  .prod-card-img {height: 300px;width: 100%;overflow: hidden;}
  
  .prod-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
  }
  
  .prod-card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #333333; */
  /* color: white; */
  /* border-left: 5px solid var(--primary-color1); */
  padding: 20px;
  box-sizing: border-box;
  font-weight: 500;
  border: 1px solid lightgray;
  transition: all 1s ease;
  }
  
  p.prod-card-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 600;
  }
  
  .prod-card-text span {
  color: var(--primary-color1);
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  transition: all 1s ease;
  }
  
  .prod-filter-wrapper {
  flex: 0 0 calc(20% - 25px);
  display: flex;
  background: #333333;
  color: white;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  }
  
  .prod-filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  gap: 20px;
  }
  
  p.filter-title {
  color: var(--primary-color1);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  background: #222;
  }
  
  .prod-filter-item p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  }
  
  .product-category-fold3-wrapper-inner {
  display: flex;
  gap: 50px;
  /* background: #f3f3f3; */
  z-index: 1;
  position: relative;
  padding: 0px 0px;
  flex-direction: column;
  }
  
  .product-category-fold3-container .row-container {
  position: relative;
  }
  
  .product-category-fold3-container .row-container::before {
  content: '';
  background: var(--primary-color1);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 200px;
  z-index: 0;
  }
  
  .prod-filter-wrapper::before {
  /* content: ''; */
  position: absolute;
  height: 120%;
  width: 100%;
  background: #fff;
  top: -10%;
  left: 0%;
  z-index: -1;
  }
  
  .prod-filter-item span {
  color: var(--primary-color1);
  }
  
  .prod-card .prod-card-text {
  background: #333333;
  color: white;
  border: unset;
  border-left: 0px solid var(--primary-color1);
  transition: all 1s ease;
  box-sizing: border-box;
  }
  
  .prod-card:hover .prod-card-text span {
  opacity: 1;
  transition: all 1s ease;
  }
  
  .price-calc-wrapper {
  background: gray;
  position: relative;
  padding: 2px;
  }
  
  .price-calc-wrapper::before {content: '';position: absolute;top: 0;left: 11px;width: 10%;height: 100%;background: var(--primary-color1);}
  
  .product-cat-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  }
  
  .prod-card:hover img {transform: scale(1.05);}
  
  .product-category-fold2-container {
  display: flex;
  padding: 100px 0px;
  position: relative;
  }
  
  
  .prod-filter-wrapper > * {
  padding: 20px;
  margin: 0 !important;
  }
  
  .term-description p:last-child {
  margin-bottom: 0;
  }
  
  /**CALC**/
  .calc-fold {
      background: white;
  }
  
  .calc-fold-inner {
      position: relative;
      z-index: 3;
      display: flex;
      justify-content: space-between;
  }
  
  .calc-fold .row-container{
      position: relative;
  }
  
  .calc-fold .row-container::before {
      content: '';
  background: var(--primary-color1);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 200px;
  z-index: 1;
  }
  
  .calc-fold-left {
      background: white;
      padding: 60px 60px 60px 0px;
      margin: 70px 0px;
      flex: 0 0 calc(100% - 440px);
      box-sizing: border-box;
  }
  
  .calc-fold-right {
      flex: 0 0 440px;
      background: var(--dark-background);
      color: white;
      padding: 130px 40px;
      box-sizing: border-box;
  }
  
  .calc-item {
      display: flex;
      flex: 0 0 calc(50% - 40px);
      align-items: center;
      gap: 20px;
      justify-content: space-between;
  }
  
  .calc-fold-addons {
      display: flex;
      flex-wrap: wrap;
      row-gap: 40px;
      justify-content: space-between;
  }
  
  .calc-fold-left .subtitle {
      color: #333;
  }
  
  .calc-input {
      display: flex;
      align-items: stretch;
  }
  
  .calc-input input {
      width: 30px;
      text-align: center;
      padding: 7px;
      border: 0;
      background: #444;
      color: white;
      font-family: 'Montserrat';
  }
  
  /* Chrome, Safari, Edge, Opera */
  .calc-input input::-webkit-outer-spin-button,
  .calc-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  .calc-input input[type=number] {
    -moz-appearance: textfield;
  }
  
  .calc-button {
      padding: 5px;
      background: var(--dark-background);
      color: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }
  
  .calc-info a {
      color: var(--primary-color1);
      margin: 0;
      display: block;
  }
  
  .calc-price p {
      margin: 0;
      font-weight: bold;
  }
  
  .calc-info p, .calc-info a {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
  }
  
  .calc-info {
      flex-grow: 1;
  }
  
  .calc-fold-inner .subtitle {
      font-size: 20px;
      margin-bottom: 30px;
      line-height: 28px;
  }
  
  .calc-fold-table {
      border: solid 2px #cccccc77;
      padding: 20px 0px;
      border-left: 0;
      border-right: 0;
      margin: 20px 0px;
  }
  
  .calc-fold-prices {
      text-align: right;
  }
  
  .calc-fold-prices span.big {
      font-size: 30px;
  }
  
  .calc-fold-prices p {
      font-size: 20px;
      gap: 20px;
      line-height: 20px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
  }
  
  .calc-fold-table table {
    display: flex;
    flex-direction: column;
  }
  
  .calc-fold-table tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  
  
  .calc-fold-table tr .table-quantity {
    flex: 0 0 20px;
  }
  
  .calc-fold-table tr .table-name {
    flex: 1;
  }
  
  .calc-fold-button .readmore {
    width: 100%;
  }

.flex-control-nav li{
	flex: 0 0 100px; 
	width: 100px; 
	height: 100px;
}