/* Product summary column measured against Microless' RTL single-product layout. */
.product-summary .product-title--items-wrap {
  width: calc(100% + 15px);
  margin-left: -15px;
  padding-left: 15px;
  color: #333;
  font-family: Tajawal, Helvetica, Arial, sans-serif;
  line-height: 21px;
}

.product-summary .product-title--items-wrap > h1 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.product-summary-meta {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 22px;
  height: 22px;
  margin: 10px 0;
  color: #333;
  font-size: 13px;
  line-height: 21px;
}

.product-summary-meta__codes {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.product-summary-meta__entry {
  display: inline-block;
  overflow-wrap: anywhere;
}

.product-summary-meta__entry--model {
  margin-left: 18px;
}

.product-summary-meta__label {
  padding: .2em 0 .3em;
  color: #212121;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.product-summary-meta__value {
  color: #333;
  font-family: Tajawal, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.product-summary-share {
  position: relative;
  flex: 0 0 auto;
  width: 67px;
  height: 22px;
  margin: 0;
}

.product-summary-share__button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: 67px;
  height: 22px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product-summary-share__menu {
  position: absolute;
  z-index: 12;
  top: calc(100% + 6px);
  right: 0;
  left: auto;
  width: 190px;
  min-width: 190px;
  height: 247px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.product-summary-share__menu[hidden] {
  display: none !important;
}

.product-summary-share.is-open .product-summary-share__menu {
  display: block;
}

.product-summary-share__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 190px;
  height: 33px;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
  white-space: nowrap;
}

.product-summary-share__item:hover,
.product-summary-share__item:focus,
.product-summary-share__item.is-copied {
  background: #f5f5f5;
  color: #222;
  text-decoration: none;
}

.product-summary-share__icon {
  display: inline-flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 20px;
}

.product-summary-share__icon--circle,
.product-summary-share__icon--x {
  border-radius: 50%;
  background: #050505;
  color: #fff;
  font-size: 12px;
}

.product-summary-share__icon--x {
  font-size: 11px;
  font-weight: 700;
}

.product-summary-badges {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 32px;
  margin: 10px 0;
}

.product-summary-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin: 5px 0 5px 2px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.product-summary-badge .fa {
  display: none;
}

.product-summary-badge--sale {
  margin: 5px 2px;
  background: #cef5bd;
  color: #009006;
}

.product-summary-badge--featured {
	border-radius: 2px;
	background: #4b8df8;
	color: #fff;
	font-weight: 700;
}

.product-summary-badge--featured .fa {
	display: inline-block;
	margin-inline-end: 4px;
}

.product-summary-rating {
  display: block;
  width: 100%;
  height: 20px;
  margin: 10px 0 0;
  color: #333;
  font-size: 13px;
  line-height: 22px;
}

.product-summary-rating__stars-link {
  float: right;
  height: 18px;
  color: #444;
  line-height: 22px;
}

.product-summary-rating__stars {
  display: flex;
  direction: rtl;
  width: 83.59375px;
  height: 18px;
  margin: 0;
  color: #444;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
}

.product-summary-rating__stars .fa {
  display: block;
  width: 16.71875px;
  height: 18px;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

/* Exact Microless star treatment: Font Awesome 4.7 glyph, gradient fill and orange stroke. */
.product-summary-rating__stars .fa-star {
  -webkit-text-stroke: 1px #ea9514;
}

.product-summary-rating__stars .star-full {
  background: -webkit-linear-gradient(top, #ffeb3b, #ff9800);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-summary-rating__stars .star-half {
  background: linear-gradient(90deg, #ffb300 0 50%, transparent 50% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-summary-rating__stars .star-empty {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.product-summary-rating__count {
  float: right;
  height: 22px;
  margin: -2px 10px 0 0;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.product-summary-rating__count a {
  color: #444;
}

.product-summary-rating__count a:hover,
.product-summary-rating__count a:focus {
  color: #444;
  text-decoration: none;
}

.product-summary-rating__clearfix {
  display: block;
  clear: both;
}

.product-summary-separator {
  height: 0;
  margin: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}

.product-summary-short-description {
  color: #000;
  font-size: 13px;
  line-height: 21px;
}

.product-summary-short-description ul {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: square outside;
}

.product-summary-short-description li {
  display: list-item;
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
}

.product-summary-short-description p {
  margin: 0 0 7px;
}

.product-summary-warranty {
  display: flex;
  align-items: flex-start;
  min-height: 43px;
  color: #333;
  font-size: 13px;
  line-height: 21px;
}

.product-summary-warranty > strong {
  flex: 0 0 auto;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.product-summary-warranty > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}

.product-summary-warranty b {
  font-size: 14px;
}

.product-summary-warranty small {
  flex-basis: 100%;
  color: #777;
  font-size: 12px;
}

.product-summary-warranty a,
.product-summary-report {
  color: #1686bd;
}

.product-summary-brand-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  margin-top: 0;
}

.product-summary-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.product-summary-wishlist {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 7px 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #f7f7fa;
  color: #7e859b;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: color .18s ease, background-color .18s ease;
}

.product-summary-wishlist:hover,
.product-summary-wishlist:focus,
.product-summary-wishlist.is-active {
  background: #f0f0f5;
  color: #f04c64;
}

.product-summary-compare {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #444;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}

.product-summary-compare input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #ffd400;
}

.product-summary-brand {
  min-width: 70px;
  min-height: 70px;
  margin-right: auto;
}

.product-summary-brand .wpcbr-wrap,
.product-summary-brand .wpcbr-brands,
.product-summary-brand .wpcbr-brand,
.product-summary-brand .wpcbr-brand-image,
.product-summary-brand .wpcbr-brand-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.product-summary-brand .wpcbr-brand-image img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.product-summary-brand__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 70px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-summary-report {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-bottom: 12px;
  color: #333;
  font-size: 13px;
  line-height: 21px;
}

.product-summary-report:hover,
.product-summary-report:focus {
  color: #333;
}

.product-summary-report .fa {
  color: #1686bd;
}

body.dark-theme .product-summary .product-title--items-wrap,
body.dark-theme .product-summary .product-title--items-wrap > h1,
body.dark-theme .product-summary-meta,
body.dark-theme .product-summary-meta__label,
body.dark-theme .product-summary-meta__value,
body.dark-theme .product-summary-share__button,
body.dark-theme .product-summary-rating,
body.dark-theme .product-summary-rating:hover,
body.dark-theme .product-summary-rating__count,
body.dark-theme .product-summary-rating__count a,
body.dark-theme .product-summary-short-description,
body.dark-theme .product-summary-warranty,
body.dark-theme .product-summary-compare,
body.dark-theme .product-summary-report,
body.dark-theme .product-summary-report:hover,
body.dark-theme .product-summary-report:focus {
  color: #e1e1e1;
}

body.dark-theme .product-summary-separator {
  border-color: #404040;
}

body.dark-theme .product-summary-share__menu {
  background: #2b2b2b;
}

body.dark-theme .product-summary-share__item {
  color: #e1e1e1;
}

body.dark-theme .product-summary-share__item:hover,
body.dark-theme .product-summary-share__item:focus,
body.dark-theme .product-summary-share__item.is-copied {
  background: #363636;
}

body.dark-theme .product-summary-share__button {
  border-color: transparent;
  background: transparent;
}

body.dark-theme .product-summary-share__icon:not(.product-summary-share__icon--circle):not(.product-summary-share__icon--x) {
  color: #e1e1e1;
}

body.dark-theme .product-summary-wishlist {
  border-color: #303030;
  background: #303038;
}

body.dark-theme .product-summary-brand__fallback {
  color: #fff;
}

@media (max-width: 767px) {
  .product-summary .product-title--items-wrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .product-summary-meta {
    gap: 8px;
    height: auto;
  }

  .product-summary-meta__codes {
    white-space: normal;
  }

  .product-summary-meta__entry--model {
    margin-left: 12px;
  }

  .product-summary-share__menu {
    right: auto;
    left: 0;
  }

  .product-summary-short-description {
    font-size: 13px;
    line-height: 20px;
  }

  .product-summary-brand-actions {
    min-height: 62px;
  }

  .product-summary-brand .wpcbr-brand-image img,
  .product-summary-brand {
    width: 62px;
    min-width: 62px;
    height: 62px;
    min-height: 62px;
  }
}

@media (max-width: 390px) {
  .product-summary .product-title--items-wrap > h1 {
    font-size: 16px;
  }

  .product-summary-meta {
    font-size: 11px;
  }

  .product-summary-share__button {
    font-size: 12px;
  }

  .product-summary-warranty {
    font-size: 12px;
  }
}
