@font-face {
    font-family: 'b koodak';
     src: url('../fonts/BKoodakBold.eot?#') format('eot')
       url('../fonts/BKoodakBold.woff') format('woff'),  
       url('../fonts/BKoodakBold.ttf') format('truetype'); 

} 

body {
  font-family: 'b koodak';
  src: url('../fonts/BKoodakBold.eot?#') format('eot')
       url('../fonts/BKoodakBold.woff') format('woff'),  
       url('../fonts/BKoodakBold.ttf') format('truetype'); 

    background: #fff;
    direction: rtl;
    margin: 0;
    padding: 0;
}
.SnappPay{
  display: inline-block;
  text-align: center;
}
.SnappPay h1{
  color: #0593d3;
}

.breadcrumb {
    font-size: 15px;
    color: #333;
    margin: 32px 60px 0 0;
}


.kharid-main {
    width: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: row-reverse; 
    justify-content: center;
    align-items: flex-start;
}


.product-review-section {

    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-color: #fdfdfd;

}


.product-review-section h2,
.product-review-section h3,
.product-review-section h4 {
    margin: 15px 0 10px;
}

.product-review-section p {
    margin: 10px 0 20px;
}


.product-review-section .review {
    text-align: center;
}

.product-review-section .review-title {
    font-size: 24px;
    font-weight: bold;
}

.product-review-section .review-description {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 20px;
}

.product-review-section .main-image {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}


.product-review-section .section-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

.product-review-section .sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}


.product-review-section .image-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.product-review-section .feature-image {
    max-width: 100%;
    display: block;
}


.product-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 36px;
    min-width: 420px;
}
.main-img {
    width: 400px;
    height: 400px;
    object-fit: contain;
    border-radius: 22px;
}
.mini-gallery {
    display: flex;
    flex-direction: row;
    margin-top: 13px;
    width: 400px;
}
.mini-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 14px;
    margin-left: 11px;
    background: #fafbfc;
    transition: filter 0.18s, background 0.18s;
}
.mini-img:hover {
    filter: grayscale(0.7) brightness(0.7);
    background: #aaa;
}


.product-detail {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 0 9px 0 #eee;
    padding: 34px;
    margin: 0 28px 0 0;
    min-width: 460px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.brand-logos {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.brand-logos img {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: #eaf6fe;
    object-fit: contain;
}
.product-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 4px 0;
}
.product-model {
    font-size: 18px;
    color: #4a4a4a;
    margin: 0 0 8px 0;
}
.product-rating {
    color: #f7b731;
    font-size: 16px;
    margin: 0 0 8px 0;
}
.product-rating span:last-child {
    color: #888;
    font-size: 14px;
    margin-right: 4px;
}
.product-price-box {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 0 4px #e1e1e1;
    padding: 12px 25px;
    margin: 12px 0;
    transition: background 0.25s;
}
.product-price-box:hover {
    background: #ececec;
}
.product-price {
    color: #0593d3;
    font-size: 25px;
    font-weight: bold;
}
.features {
    margin: 6px 0;
    padding: 0 18px 0 0;
    list-style-type: '▪ ';
    color: #222;
    font-size: 15px;
}
.warning-box {
    background: #f5f5f5;
    border-radius: 16px;
    font-size: 15px;
    color: #888;
    padding: 15px 18px;
    margin-top: 18px;
    border: 1px solid #eee;
}
.detail-actions {
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
}
.item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 13px;
}
.mini-btn {
    border: 1px solid #222;
    background: #fff;
    color: #222;
    font-size: 14px;
    margin: 0 7px;
    border-radius: 8px;
    padding: 5px 18px;
}
.mini-btn:hover {
    background: #444;
    color: #fff;
}
.add-cart-btn {
    background: #19a7e6;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 15px;
    margin-left: 9px;
}
.add-cart-btn:hover {
    background: #0d7cb3;
}
.qty-btn {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 7px;
    padding: 4px 12px;
    margin: 0 4px;
}
.plain-btn {
    background: #fff;
    border: 1px solid #ccd;
    border-radius: 8px;
    font-size: 13px;
    margin-left: 8px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
}
.plain-btn:hover {
    background: #e0e0e0;
}
.item-id {
    flex-direction: column;
    align-items: flex-start;
    color: #333;
    font-size: 12px;
    margin-top: 9px;
}


.side-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 36px;
    margin-top: 20px;
    max-width: 180px;
}
.icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 110px;
}
.icon-row img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-left: 12px;
}
.icon-row div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
}
.icon-row span {
    font-size: 12px;
    color: #888;
}
header.sticky {
    position: sticky;
    top: 0;
    z-index: 1000; 
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.similar-products-section {
  margin: 48px auto 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  background: #fff;
}
.similar-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 26px;
  padding-right: 10px;
  text-align: right;
}
.similar-products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  align-items: stretch;
}
.similar-product-card {
  position: relative;
  background: #fafbfc;
  border: 1px solid #eee;
  border-radius: 20px;
  min-width: 180px;
  max-width: 220px;
  width: 200px;
  margin: 0 6px;
  box-shadow: 0 2px 6px #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px 16px 12px;
  transition: box-shadow 0.22s;
  overflow: hidden;
}
.similar-product-card:hover {
  box-shadow: 0 6px 20px #c7e7ff;
}
.similar-logo {
  width: 44px;
  height: 22px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.similar-img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  border-radius: 14px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #eee;
}
.similar-product-title {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  text-align: center;
  min-height: 48px;
  margin-bottom: 6px;
}
.similar-product-status {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.similar-product-status.out-stock {
  color: #e00;
}
.similar-product-status.price {
  color: #0593d3;
}
.similar-stars {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 8px;
  direction: ltr;
}


.similar-hover-bar {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 44px;
  background: rgba(255,255,255,0.92);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 4px 16px #e4eaf1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 4;
}
.similar-hover-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #888;
  margin: 0 8px;
  transition: color 0.18s;
}
.similar-hover-bar span:hover {
  color: #19a7e6;
}


.similar-cart-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 46px;
  height: 46px;
  background: #19a7e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 8px #b2e4fb;
  transition: opacity 0.18s;
  z-index: 5;
}
.similar-product-card:hover .similar-hover-bar {
  opacity: 1;
  pointer-events: auto;
}
.similar-product-card:hover .similar-cart-btn {
  opacity: 1;
  pointer-events: auto;
}

.newsletter-box {
  margin: 38px auto 0 auto;
  padding: 26px 12px 18px 12px;
  max-width: 670px;
  background: #f7fafd;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e3eaea;
  text-align: center;
}
.newsletter-title {
  font-size: 15px;
  color: #444;
  margin-bottom: 16px;
}
.newsletter-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.newsletter-input {
  font-family: inherit;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 8px 16px;
  width: 280px;
  margin-left: 8px;
}
.newsletter-btn {
  background: #19a7e6;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 24px;
  font-size: 15px;
  font-family: inherit;
  transition: background 0.18s;
}
.newsletter-btn:hover {
  background: #0d7cb3;
}
