/*-----------------------------------------------------------------------------

-	 Product Page -

version:   	0.0.1
author:		Berke GULEC - Beg Yazilim
email:     	berke.ggulec@gmail.com  
-----------------------------------------------------------------------------*/

.begTable tbody tr,
.begTable thead tr th {
  text-align: center !important;
  font-family: "Futura Md BT";
  font-weight: 500;
}

.begTable {
  border: 1px solid #ddd;
}

.begTable > tbody > tr > td,
.begTable > tbody > tr > th,
.begTable > tfoot > tr > td,
.begTable > tfoot > tr > th,
.begTable > thead > tr > td,
.begTable > thead > tr > th {
  text-align: center;
  border: 1px solid #ddd;
}

.begTable > thead > tr > td,
.begTable > thead > tr > th {
  border-bottom-width: 2px;
}

.begTableHeadText {
  margin-bottom: 3rem;
  text-align: center;
  font-family: Lato, sans-serif;
}

.begTableHeadSpan {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

.begDetailTable > tbody > tr > td:nth-child(1) {
  font-weight: 700;
}

.begDetailTable > tbody > tr > td {
  border-bottom: 2px solid #dfdfdf !important;
}

.begTable tr th:first-child {
  border-left-width: 2px;
  font-family: "Futura Md BT";
  font-weight: 500;
}

.begTable td:last-child {
  border-right-width: 2px;
}

.begDetailTable > tbody > tr > td:nth-child(2) {
  font-weight: 400 !important;
}

.begTable > tbody > tr > td:not(:nth-child(1)) {
  font-weight: 400;
  font-family: "Futura Bk BT";
}

#tab-specification thead {
  display: none;
}

#product-product
  div.table-responsive:nth-child(1)
  > table:nth-child(1)
  td:nth-child(1) {
  font-family: "Futura Md BT";
  font-weight: 500;
}

.mobile .begTable th {
  padding: 7px 0 20px !important;
  text-align: center !important;
  vertical-align: bottom !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.43px !important;
  color: #40484e !important;
}

.mobile.tablet .begTable th {
  padding: 7px 0 20px !important;
  text-align: center !important;
  vertical-align: bottom !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.43px !important;
  color: #40484e !important;
}

.mobile .begTable th,
.mobile .begTable td,
.mobile .begTable tr {
  border: unset !important;
}

.mobile .begTable {
  border-collapse: collapse !important;
  margin: 0 0 3px !important;
  width: 100% !important;
  border: none !important;
}

.mobile .begTable th:first-child {
  text-align: left !important;
}

.mobile.tablet .begTable th:not(:first-child) {
  text-align: right !important;
}

.mobile .begTable td {
  padding: 0 0 14px !important;
  text-align: right !important;
  position: relative !important;
  border: none !important;
}

.beg-product-iconkit {
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

.beg-product-iconkit-item {
  width: 32%;
  padding: 10px !important;
  gap: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
}

.beg-product-iconkit img {
  max-width: 100% !important;
  height: 100px !important;
  width: 120px !important;
  object-fit: contain !important;
  align-self: center;
}

.beg-product-iconkit span {
  font-size: 14px !important;
  color: #3470a6 !important;
  font-family: "Futura Md BT";
  text-align: center !important;
  font-weight: 500 !important;
  line-height: 14px !important;
}

.cubic-meter b,
.cubic-meter span {
  font-weight: 800 !important;
  font-size: 17px !important;
}

.mobile .beg-product-iconkit-item {
  width: 48%;
  height: auto;
}

.estimated-cargo-wrapper {
  padding: 10px;
  display: flex !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px;
  background-color: #f3f3f3;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

.estimated-cargo-item {
  width: 32%;
  padding: 10px !important;
  gap: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;

  border-radius: 8px !important;
}

.wrapper-item-bordered {
  background-color: #ffffff;
  border: 1px solid rgba(255, 140, 50, 1) !important;
}

.estimated-cargo-item img {
  max-width: 100% !important;
  height: 63px !important;
  width: 63px !important;
  object-fit: contain !important;
  align-self: center;
}

.estimated-cargo-item span {
  font-size: 14px !important;
  color: #221f20 !important;
  font-family: "Futura Bk BT";
  text-align: center !important;
  font-weight: 500 !important;
}

.mobile .estimated-cargo-item {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .estimated-cargo-item span {
    font-size: 12px !important;
  }
}

/* start product-quote-box */
.product-quote-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 1rem calc(0.8rem + 20px);
  border-radius: 6px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.product-quote-box .quote-content-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #40484e;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 14px;
}

.mobile .product-quote-box .quote-content-wrapper {
  padding: 0 !important;
}

.mobile .product-quote-box .quote-content-wrapper .quote-content-title {
  font-size: 16px;
}

.mobile .product-quote-box .quote-content-wrapper .quote-content-content {
  font-weight: 600;
  font-size: 13px;
}

.product-quote-box .quote-content-wrapper .quote-content-title {
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #40484e;
  text-align: left;
  font-weight: 800;
}

.product-quote-box .quote-content-wrapper .quote-content-content {
  word-break: break-word;
  white-space: normal;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
}
/* end product-quote-box */

.product-change-content {
  margin-top: 8px;
  order: 1;
}

.installment-options {
  order: 3;
}

.product-model {
  order: 0;
}

.product-detail-click {
  cursor: pointer;
  order: 2;
  margin-top: 5px;
}

.product-detail-click img {
  margin-right: 5px;
}

.product-detail-click a {
  display: flex;
  align-content: center;
  align-items: center;
  color: #007bb5 !important;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: color 0.3s ease; /* Geçiş efekti eklemek için */
}

.product-detail-click a:hover {
  color: #005487!important;
}
