body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Changa", sans-serif;
}

/* Start Header */

.vertical-line {
  border-left: 0px;
  border-right: 1px solid var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}


.vertical-line-menu {
  border-right: 1px solid var(--menu-header-text-color-primary-bg, var(--text-color-primary-bg));
}

.cart-total-price {
  padding-right: unset;
  padding-left: 8px;
}

.submenu li img {
  margin-left: unset;
  margin-right: 30px;
}

.availability-bar .ab-close,
.announcement-bar .ab-close {
  right: unset;
  left: 0px;
  top: 10px;
}

.announcement-bar .announcement-bar-text-container {
  margin-right: unset;
  margin-left: 1rem;
}

ul.main-nav .sub-menu-head .sub-menu-link .sub-menu-icon svg {
  transform: rotate(180deg);
}

ul.main-nav>li>div.sub-menu-block {
  right: 0;
  left: unset;
}

ul.main-nav>li ul.sub-menu-lists {
  right: 100%;
  left: unset;
  border-right: 1px solid var(--primary-color);
  border-left: unset;
}

/* End Header */

/* start home banner */
.home_banner .banner-text .price .price-number {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}

.banner .custom-pagination {
  left: unset;
  right: -20%;
}

.banner .tabs .nav .nav-link::before {
  right: unset;
  left: 100%;
}

.banner .tabs .nav .nav-link::before {
  /* border-left: calc(var(--nav-link-height) / 2) solid var(--primary-color, #fed700); */
  border-left: 18px solid var(--primary-color, #fed700);
  border-right: none;
}

@media (max-width: 768px) {

  /* start home banner */
  .banner .tabs .nav .nav-link::after {
    right: 2px;
    left: unset;
  }

  .banner .custom-pagination {
    right: -40%;
  }

  /* end home banner */
}

/* end home banner */

/* start products slider section */
/* .product-box .body .body-bottom {
  flex-direction: row-reverse;
} */

.product-box .product-footer .footer {
  flex-direction: row-reverse;
}

.product-box .badge-name {
  left: 5px !important;
  right: unset !important;
}

/* end products slider section */

/* Custom Navigation Arrows */

.swiper-button-next.custom-next {
  left: 10px;
  right: unset;
}

.swiper-button-prev.custom-prev {
  right: 10px;
  left: unset;
}

/* Start Categories Section */
/* .home-categories-section .swiper .swiper-button-next.custom-next {
  left: 0;
}

.home-categories-section .swiper .swiper-button-prev.custom-prev {
  right: 0;
} */

.home-categories-section .swiper .swiper-button-prev.custom-prev {
  right: unset;
  left: 4rem;
}

.home-categories-section .swiper .swiper-button-next.custom-next {
  left: 1rem;
}

/* End Categories Section */

/* Start Special offers Section */
.special-offers .all-categories svg {
  transform: rotate(180deg);
}

/* End Special offers Section */


/* Start Products Widgets Section */
.product-widgets .widget-header h3::after {
  right: 0;
}

/* End Products Widgets Section */

/* Start Footer */
.footer-newsletter .newsletter-form .form-group input {
  border-radius: 0 5rem 5rem 0;
}

.footer-newsletter .newsletter-form .form-group button[type="submit"] {
  border-radius: 5rem 0 0 5rem;
}

/* End Footer */


/* start Banner with title Section */
.banner-with-title .single-banner .banner-info a .icon svg {
  transform: rotate(180deg);
}

/* End Banner with title Section */


.marquee {
  animation: marqueeScrollRtl 15s linear infinite;
}

/* Custom Navigation Arrows */

.swiper .swiper-button-next.custom-next {
  left: 10px;
  right: unset;
}

.swiper .swiper-button-prev.custom-prev {
  right: 10px;
  left: unset;
}

.swiper .swiper-button-next:after {
  transform: rotate(180deg);
}

.swiper .swiper-button-prev:after {
  transform: rotate(0);
}

/* Custom Navigation Arrows */


/* Start Brands Section */

.brands .swiper .swiper-button-next.custom-next {
  left: 0;
  right: unset;
}

.brands .swiper .swiper-button-prev.custom-prev {
  right: 0;
  left: unset;
}

.brands .swiper .swiper-button-next,
.brands .swiper .swiper-button-prev {
  transform: rotateY(0deg);
}

/* End Brands Section */


/* Start Breadcrumb */
.rtl .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
}

/* End Breadcrumb */

/* Start Product Details Page */
.products-details-page .badge-name {
  margin-left: 0.5rem;
  margin-right: unset;
}

.products-details-page .quantity {
  flex-direction: row-reverse;
}

.products-details-page .description-title {
  margin-left: unset;
  margin-right: 1rem;
}

.products-details-page .progress {
  margin-right: 2rem;
  margin-left: 1rem;
}

/* End Product Details Page */