html {
    scroll-behavior: smooth;
}

.Separator td {
color:#fff!important;
text-align:center!important;
font-weight:700;
font-size:20px;
}

.pa_pa_overall-score p {
background:#EE133A;
padding:2px;
width:70%;
border-radius:5px;
color:#fff;
text-align:center;
margin:2px;
}
.table-divider{
width:100%;
direction:ltr;
}
.table-divider{
text-align:left;
}
.table-divider td {
padding:0 0 0 9px;
text-align:left;
font-size:21px;
color:#000;
}
.table-divider tr:nth-child(2n), thead tr {
background-color:rgb(242, 242, 242);
}
.table-divider td a {
color:#000;
font-weight:600;
font-size:21px;
}
.table-divider .amount {
color:#065e09;
}
.show-more-btn{
margin:0 auto;
display:block;
background:var(--btn-accented-bgcolor);
color:#fff;
border-radius:5px;
}
#product-table{
margin-bottom:10px;
}
.notif-table{
margin-bottom:0;
background:var(--btn-accented-bgcolor);
border-radius:5px 5px 0 0;
padding:0 8px;
color:#fff;
display:inline;
}
.table-responsive{
white-space:nowrap;
overflow-x:auto;
}
.table-divider thead tr th{
background:#e7e68a;
font-size:18px;
}
.span-score-list{
color:#fff;
padding:1px 4px;
border-radius:5px;
margin:2px 5px;
display:block;
font-size:18px;
}

.product-item{
background:#fff;
padding:2px 20px;
border-radius:3px;
margin:8px 0;
box-shadow:0 2px 3px 0 #383e4330;
border:1px solid #f1f1f1;
position: relative;
}
.product-item .scorespanfull {
    width: min-content;
    padding: 0 16px 0 10px;
    position: absolute;
    top: 0;
    left: -1px;
    border-radius: 5px 0 40px 0;
    color: #fff;
}
.product-item-1 {
   display:flex;
   justify-content:space-between;
   align-items:center;
}


.product-item-2 {
display:none;
text-align-last:center;
border-top:1px solid #ddd;
padding:10px;
margin-top:10px;
opacity:0;
max-height:0;
overflow:hidden;
transition:max-height 0.5s ease, opacity 0.5s ease;
transition:all 0.5s ease;

}

.product-item-2.show {
display:block;
opacity:1;
max-height:500px; /* Adjust based on your content */
}

.product-item-2 .product-gallery {
display:inline-flex;
background:#fff;
}
.product-item-mobile-2 .product-gallery {
background:#fff;
}
.product-attributes{
display:flex;
justify-content:space-around;
}
.attribute-item{
margin:0 12px;
display:flex;
flex-direction:column;
align-items:center;
}
.attribute-item-value{
font-size:12px;
}
.attribute-item-label{
font-weight:600;
font-size:14px;
}
.product-item-title{
display:grid;
font-size:16px;
font-weight:600;
}
.product-item-1 img{
width:100px;
}
.product-item-2 .gallery-image{
margin:2px 9px;
}
.scorespanfull{
width:min-content;
padding:0 16px 0 10px;
border-radius:4px;
position:absolute;
top:-5px;
left:-5px;
border-radius:5px 0 40px 0;
color:#fff;
}
.product-item-mobile{
position:relative;
}
.custom-product-display-mobile{
box-shadow:0 2px 3px 0 #383e4330;
padding:5px;
border:1px solid #ddd;
border-radius:3px;
margin:4px 0;
}
.btnpageproduct{
display:block;
text-align-last:center;
background:#4CAF50;
color:#fff;
padding:8px;
border-radius:5px;
}
.attribute-item-mobile{
padding:1px 4px;
border:1px solid #ccc;
border-radius:5px;
margin:9px 3px 0;
display:flex;
flex-direction:column;
align-items:center;
}
.product-item-mobile-2 .product-attributes {
display:flex;
justify-content:center;
margin:0 -9px;
}
.product-item-mobile-2 {
transition:max-height 0.5s ease-out, opacity 0.5s ease-out;
max-height:0;
overflow:hidden;
opacity:0;
}

.product-item-mobile-2.show {
max-height:1500px; /* Adjust as needed */
opacity:1;
}
.product-item-mobile img{
width:110px;
}
.arrow-icon {
transition:transform 0.5s ease;
}
.arww-close{
display:none;
}
.cbtn {
background:#40B3A2!important;
color:#fff!important;
font-size:14px !important;
border-radius:5px !important;
display:inline-block!important;
}
.cbtn a{
color:#fff;
}

.cbtn:hover {
opacity:.95;
}

.cbtn .animation {
border-radius:100%;
animation:ripple 0.6s linear infinite;
}

@keyframes ripple {
0% {
box-shadow:0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}

100% {
box-shadow:0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
.custom-content-before-description{
margin:15px 0;
}
.media-gallery {
column-count:3;
column-gap:10px;
margin:10px;
}

.media-item {
break-inside:avoid;
margin-bottom:10px;
border-radius:5px;
overflow:hidden;
}

.media-item img,
.media-item video,
.media-item audio {
width:100%;
display:block;
border-radius:5px;
}
.divformupload {
display:flex;
}
.media-item video,
.media-item img {
display:block;
}
#upload_form_our , #upload_form_customer{
padding:25px;
border-radius:9px;
border:1px solid #CCC;
background:#f9f9f9;
margin:20px 9px;
width:50%;
}
#upload_form_our input[type="submit"] , #upload_form_customer input[type="submit"]{
width:100%;
margin-top:15px;
background:#FF9800 !important;
color:#fff !important;
font-size:22px;
}

#upload_form_our, #upload_form_customer {
width:100%;
}
.divformupload {
flex-wrap:wrap;
}
.button-container {
  display:flex;
  background-color:rgba(245, 73, 144);
  width:250px;
  height:40px;
  align-items:center;
  justify-content:space-around;
  border-radius:10px;
  box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px,
rgba(245, 73, 144, 0.5) 5px 10px 15px;
}

.button1 {
  outline:0 !important;
  border:0 !important;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  transition:all ease-in-out 0.3s;
  cursor:pointer;
}

.button1:hover {
  transform:translateY(-3px);
}

.icon {
  font-size:20px;
}
.card {
width:47%;
background-color:#e0eeeb;
border-radius:8px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
padding:3px;
box-shadow:2px 2px 20px rgba(0, 0, 0, 0.062);
position:relative;
margin:3px;
}

.cookieDescription a {
  --tw-text-opacity:1;
  color:rgb(59 130 246);
}

.cookieDescription a:hover {
  -webkit-text-decoration-line:underline;
  text-decoration-line:underline;
}


.acceptButton {
background-color:#f59a57;
color:rgb(241, 241, 241);
cursor:pointer;
font-weight:600;
border-radius:20px;
padding:5px;
font-size:12px;
}
.card p{
margin:4px 0;
}

.acceptButton:hover {
  background-color:#ff7373;
  box-shadow:0 10px 15px -3px #977ef3, 0 4px 6px -2px #977ef3;
  transition-duration:.2s;
}
.pulsar {
  --uib-size:40px;
  --uib-speed:0.9s;
  --uib-color:rgb(233 30 99 / 20%);
  position:relative;
  height:var(--uib-size);
  width:var(--uib-size);
  position:absolute;
  top:35px;
z-index:9;
}

.pulsar::before,
.pulsar::after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  border-radius:50%;
  background-color:var(--uib-color);
  animation:pulse9173412 var(--uib-speed) ease-in-out infinite;
  transform:scale(0);
}

.pulsar::after {
  animation-delay:calc(var(--uib-speed) / -2);
}

@keyframes pulse9173412 {
  0%,
  100% {
transform:scale(0);
opacity:1;
  }

  50% {
transform:scale(1);
opacity:0.25;
  }
}
.custom-content-before-description {
background:#fff;
position:relative;
box-sizing:border-box;
transition:max-height 1.5s cubic-bezier(0.67, -0.17, 0.25, 1);
}

.custom-content-before-description.open {
max-height:10000px;
}

.show-more-link {
display:none;
width:100%;
color:#007bff;
font-weight:bold;
padding:12px;
cursor:pointer;
background-color:white;
position:absolute;
bottom:0;
left:0;
}
.hidden {
 display:none;
}
.quantity {
display: none!important;
}
.product-additional-link{
color: #007bff;
font-weight: bold;
margin: 11px;
display: block;
}
.media-display-videos {
  column-count: 1;
}
@media (max-width:768px) {
  .media-gallery {
    column-count: 2;
  }
  .custom-content-before-description{
    overflow: hidden;
    margin: 12px -13px;
    max-height: 450px;
    padding: 10px 13px;
  }
  .show-more-link{
    display:block;
  }
  .media-display-videos {
    column-count: 1;
  }
}
.hidden {
  display: none;
}

.show-more-container {
  text-align: center;
  margin: 20px 0;
}

#show-more-button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#show-more-button:hover {
  background-color: #005177;
}
.rank-math-list-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.rank-math-question {
  background-color: #fafafa;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-right: 5px solid #FF9800;
  justify-content: space-between;
}

.rank-math-question::after {
  content: "\002B";
  font-size: 30px;
  transition: transform 0.3s ease;
}

.rank-math-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background-color: #fff;
}

.rank-math-list-item.active .rank-math-question::after {
  transform: rotate(45deg);
}

.rank-math-list-item.active .rank-math-answer {
  max-height: 500px;
  padding: 15px;
}
.txt-update-price{
  background: #edffe8;
    padding: 9px;
    font-size: 14px;
    margin: 0 -12px;
    text-align: center;
    font-weight: 600;
}
.wd-nav-link {
  display: block;
  font-size: 14px;
  color: #3a53e2;
}
.propost-full{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: #f9f9f9;
  padding: 9px;
  border-radius: 9px;
  margin: 5px 0;
}
.propost-thumbnail img{
  border-radius: 9px;
  margin: 0 0 9px 15px;
  border: 2px solid #000;
}
.ppropost{width:72%;}
.propost-thumbnail{width: 28%;    padding: 9px;}
.afer-box-product{
  background:#000;
  border-radius:9px;
  padding:9px;
  position: relative;
  left: -420px;
  position: fixed;
  bottom: 38px;
  width: 350px;
  color: #67bf01;
}
#afer-box-close{
  font-size: 60px;
  position: absolute;
  top: -24px;
  left: 14px;
  color: #ff0000;
}
.afer-box-span{
  color: #76da02;
  margin: 9px 0;
}


.custom-product-card{
  display: grid;
}
.card-p {
  margin: 8px 4px;
  position: relative;
  border: 1px solid #d8d8d8;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 9px;
  background: #f2f2f2;
}
.card-p img {
  position: relative;
}

.glassul {
  color: #000;
  font-size: 14px;
  line-height: 1.9;
  width: 99%;
  margin: -6px auto;
  border-radius: 0 0 7px 7px;
  padding: 0 9px;
}

.card-p h2{
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
  margin: 0 -8px;
}
.card-p ul{
  margin: 0 -9px;
  padding-bottom: 9px;
}
.card-p ul li:marker{
  color:#ffd800 ;
}

.card-p .span-score-list {
  position: absolute;
  top: 40px;
  left: -6px;
  border-radius: 0 1px 5px 0;
  line-height: 1;
  padding: 4px 8px 1px 6px;
  font-size: 17px;
}
.card-p .price-card {
  background: rgb(0 0 0 / 70%);
  font-size: 19px;
  color: #fff;
  text-align: center;
  margin: 6px -1px;
}
.card-p .price-card .amount {
  color: #ffd800;
  font-size: 24px;
}

.card-p .model-number {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
  text-align-last: center;
  background: #fff;
  border-radius: 5px 3px 0 0;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card-p ul li {
  margin-bottom: 2px !important;
}

/* پاپ‌آپ */
.contact-popup-unique {
  position: fixed;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    background-color: white;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
}
.social-links-unique {
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.social-link img {
  width: 35px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.social-link:hover img {
  transform: scale(1.1);
}


.contact-popup-unique.slide-up-unique {
  transform: translateX(-50%) translateY(0);
}

.seller-info-unique {
  padding: 2px;
  margin: 0 9px;
}
.popup-content-unique h2{
  text-align: center;
  padding: 5px;
  background: #289c26;
  color: #fff;
  font-size: 18px;
}
.seller-unique {
  width: 45%;
  text-align: center;
}

.seller-unique img {
  width: 80%;
  border-radius: 50%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
}
.close-btn-unique {
    position: absolute;
      top: -30px;
      right: 9px;
      font-size: 60px;
      cursor: pointer;
      color: #F44336;
      line-height: 0.7;
}

.social-links-unique a {
    margin: 3px;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 28%;
    height: 45px;
    border-radius: 5px;
    padding: 9px;
    align-items: center;
}




@media (max-width: 768px) {
  .propost-full {
    display: block;
  }
  .propost-thumbnail  {
    width: auto;
  }
  .ppropost{
    width: auto;
  }
  .custom-product-card {
      grid-template-columns: repeat(2, 1fr) !important;
}
.product-card-back .download-product-btn {
  background: rgba(224, 161, 46, 1);
  padding: 9px;
  margin: 18px 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
}
.card-p .model-number{
  font-size: 16px;
}
.card-p .price-card .amount {
  font-size: 18px;
}
.glassul {
  font-size: 13px;
  line-height: 1.6;
}
.card-p .span-score-list{
  top: 34px;
}
.card-p .price-card {
  font-size: 14px;
}
}