.inside-page-top {
  margin-top: 7.6rem;
}

.blog-titel {
  display: -webkit-box !important; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  min-height: 40px;
}

.blog-h {
  min-height: 64px ;
  display: -webkit-box !important;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.pro-list .product-box .image {
  border-radius: 0.3rem 0.3rem 0px 0px;
}

.rounded-curve {
  border-radius: 0.3rem;
}

.pro-list .product-box .date {
  background-color: rgb(0 0 0 / 35%);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.554);
  padding: 6px 7px 2px 7px !important;
}

.article-body .f-7 {
  background-color: #f6f1eb;
}

.curser {
  cursor: pointer;
}

.custom-box2:last-child .row {
  border-bottom: unset !important;
}

.card-1-border {
  border-bottom: 1px solid #eee !important;
}

.card-1-border:last-child {
  border: unset !important;
}

.mx-2 {
  height: max-content;
}

.bg-red {
  background-color: #ED1944;
}

.custom-box3 .form-check-input:checked {
  background-color: #ED1944;
  border-color: #ED1944;
}

.newAdd input::placeholder ,
.newAdd textarea::placeholder ,
.confirmOrder input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.349);
}

.newAdd input:focus ,
.newAdd textarea:focus ,
.confirmOrder input:focus  {
  box-shadow: unset !important;
}

.tire-c {
  color: #141517;
}

.inverter {
  filter: brightness(0) invert(1);
}