.product-gallery-wide {
  display: flex;
}

.single-project__gallery--item {
  float: left;
  padding: 2px 1px 0;
  height: calc(420px / 2);
  width: 20%;
}

.single-project__gallery--item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-project__gallery--item.gallery__0 {
  width: 40%;
  height: 420px;
}

.galleries-1 .single-project__gallery--item.gallery__0 {
  width: 100%;
}

.galleries-2 .single-project__gallery--item {
  height: 420px;
  padding: 0;
  width: 50%;
}

.galleries-2 .single-project__gallery--item.gallery__0 {
  width: 50%;
}

.galleries-3 .single-project__gallery--item {
  height: 420px;
  width: calc(100% / 3);
}

.galleries-4 .single-project__gallery--item.gallery__0,
.galleries-5 .single-project__gallery--item.gallery__0 {
  width: 40%;
}

.galleries-4 .single-project__gallery--item,
.galleries-5 .single-project__gallery--item {
  width: 30%;
}

h1.product_title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.product-meta {
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.product-meta .item {
  margin-right: 30px;
  display: flex;
}

.product-meta .item:not(:last-child) {
  margin-bottom: 15px;
}

.product-meta .item .icon {
  width: 45px;
  height: 45px;
  border-radius: 16px;
  background: var(--oldcolor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-meta .item .info {
  padding-left: 10px;
  width: calc(100% - 45px);
}

.product-meta .item .icon .w-20 {
  width: 20px;
  height: 20px;
}

.product-meta .item.vehicle svg {
  width: 21px;
}

.product-meta .item.vehicle svg path {
  fill: var(--maincolor);
}

.product-meta .item .content {
  font-size: 16px;
  font-weight: 600;
  color: var(--maincolor);
}

.product-page-price span.amount {
  font-size: 30px;
  color: var(--pricecolor);
}

.product-page-price del {
  text-decoration: none;
}

.product-page-price del span.amount {
  color: #000;
  text-decoration: line-through;
}

span.average-rating {
  font-weight: 600;
  font-size: 24px;
  color: #1a648d;
}

span.rating-value {
  color: #ff9600;
}

.star-rating {
  background: url(/wp-content/uploads/star-gold.svg);
  background-size: auto;
  background-size: auto 100%;
  width: 137px;
  height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: -1px 0;
}

.star-rating::before,
.woocommerce-page .star-rating::before,
.star-rating span::before {
  content: "";
}

.woocommerce-tabs {
  border: 1px solid #eeee;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.woocommerce-tabs .nav > li {
  margin: 0 !important;
}

.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  gap: 10px;
  padding: 10px;
  background-color: var(--fs-color-secondary);
  color: #fff !important;
  text-transform: none;
}

.woocommerce-tabs .nav > li.active > a {
  background-color: transparent;
  color: var(--fs-color-primary) !important;
  font-size: 1.6em;
  line-height: 1.3;
}

.woocommerce-tabs .nav-line > li > a:before {
  display: none;
}

.woocommerce-tabs .tabs {
  border-bottom: 1px solid #f2f2f2;
}

.woocommerce-tabs .tab-panels {
  padding: 15px;
}

.cta a,
.cta button,
.cta input {
  padding: 12px 24px 10px;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #d04916;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 16px;
  border: 3px solid #fff !important;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
  transition: all 0.3s;
  display: inline-block;
  line-height: 1.5;
  color: #484848;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: none;
  vertical-align: text-bottom;
  margin-bottom: 0;
  color: #fff;
}

.callnow img {
  height: 22px;
  position: absolute;
  left: 9px;
  top: 12px;
}

.addtocart_box > div {
  display: inline-block;
  margin-right: 9px;
}

.custom_star-rating {
  margin-bottom: 15px;
}
