[dir=rtl] {
  /* RTL support for customer cards - applied to all screen sizes */
  /* RTL support for address cards */
}
[dir=rtl] .lg-outer {
  direction: ltr;
}
[dir=rtl] .dashboard-address .bb-customer-card .bb-customer-card-info {
  text-align: right;
}
[dir=rtl] .dashboard-address .bb-customer-card .bb-customer-card-info .info-item .label {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .dashboard-address .bb-customer-card .bb-customer-card-info .info-item .value {
  text-align: right !important;
}
[dir=rtl] .dashboard-address .bb-customer-card .bb-customer-card-footer {
  justify-content: flex-end;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-header .bb-customer-card-title .label {
  margin-left: 4px;
  margin-right: 0;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-body .bb-customer-card-info .info-item .label {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-body .bb-customer-card-info .info-item .value {
  text-align: left;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-body .bb-customer-card-image {
  margin-right: 0;
  margin-left: 16px;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-body .bb-customer-card-content .bb-customer-card-details .bb-customer-card-rating .ecommerce-icon {
  margin-left: 0;
  margin-right: 4px;
}
[dir=rtl] .bb-customer-card-list .bb-customer-card .bb-customer-card-footer {
  justify-content: flex-start;
}
[dir=rtl] .bb-product-attribute-swatch-list.color-swatch span.bb-product-attribute-swatch-display {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
[dir=rtl] .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover .bb-product-attribute-swatch-item-tooltip {
  transform: translate(50%) translateY(-10px);
}
[dir=rtl] .bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-item:hover .bb-product-attribute-swatch-item-tooltip::before {
  transform: translate(50%);
}
[dir=rtl] .bb-product-attribute-swatch-item-tooltip {
  transform: translateX(50%) translateY(2px);
}
[dir=rtl] .bb-product-attribute-swatch-item-tooltip::before {
  transform: translateX(50%);
}
@media (max-width: 767px) {
  [dir=rtl] .bb-product-gallery-thumbnails .slick-arrow.slick-prev {
    transform: rotate(180deg);
  }
  [dir=rtl] .bb-product-gallery-thumbnails .slick-arrow.slick-next {
    transform: rotate(180deg);
  }
}
[dir=rtl] .bb-product-gallery-horizontal .slick-arrow.slick-next, [dir=rtl] .bb-product-gallery-horizontal .slick-arrow.slick-prev {
  transform: rotate(180deg) !important;
}
@media (min-width: 768px) {
  [dir=rtl] .bb-product-gallery-horizontal .slick-arrow.slick-next {
    inset-inline-start: 91% !important;
  }
}
[dir=rtl] .bb-product-gallery-thumbnails .video-thumbnail svg {
  transform: translate(100%, -50%);
}
[dir=rtl] .bb-product-gallery-thumbnails.slick-vertical .slick-arrow {
  inset-inline-start: calc(43% - 17px);
}
@media (max-width: 991px) {
  [dir=rtl] .bb-filter-offcanvas-area {
    transform: translateX(calc(100% + 80px));
  }
  [dir=rtl] .bb-filter-offcanvas-area.offcanvas-opened {
    transform: translateX(0);
  }
}
