

.rtl.archive .site-breadcrumbs {
  justify-content: flex-start!important;
}

.rtl.archive .lp-cats-out-left {
  right: calc(-10vw - 4px);
  left: auto;
}


.rtl.archive .lp-cats-out-left .lp-cats-drop,
.rtl.archive .lp-cats-out-left .lp-cats-btn{
  margin-left:0;
  margin-right:auto;
}

.rtl.archive .product .add-to-gift-list-btn{
  left:unset;
  right: -3vw;
}

.rtl.archive.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-next {
  right:unset;
  transform: rotate(180deg);
}
.rtl.archive.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-prev {
  left:unset;
  transform: rotate(180deg);
}

.rtl.archive .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left{
  right:auto;
  left: -3vw;
}


body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before, body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before{
 right:0; 
}

body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner li.price-wrap,
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner li.title {
  text-align: right!important;
}

body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner li.title:after {
  transform: rotate(180deg);
}