 
  html[dir="rtl"] .navigationPrimary__item--parent>a:after    , html[dir="rtl"]  .navigationPrimary__item--parent>div>span:after  {
		margin-right: 8px;
		margin-left: 0px;
	}
 


 @media (min-width: 1092px) {
html[dir="rtl"]	 .trueFreshCat__catBackground--hp {
        left: 117%;
        right: auto;
        transform: scaleX(-1);
    }
}

html[dir="rtl"] .product-list__eagle {
    left: 0px;
    right: auto;
    transform: scaleX(-1) translate(25%, -50%);
}


html[dir="rtl"] .pl-2, html[dir="rtl"] .px-2 {
    padding-right: 16px !important;
    padding-left: inherit !important;
}
html[dir="rtl"]  span.select__item {
    text-align: right;
}

html[dir="rtl"] .footer__address:after, html[dir="rtl"]  .footer__navigation:after {
        right: auto;
        left: 1px; 
    }

  html[dir="rtl"]  .footer__social {
    padding-left: inherit !important;
    padding-right: 30px !important;
    text-align: left !important;
}


  html[dir="rtl"] .contact-box-left {
    border-left: none;
    border-right: 1px solid #dddddd;
}

html[dir="rtl"] .benefits__content {
    padding-left: 0px;
    padding-right: 16px;
}


html[dir="rtl"] .select__control {
    padding-left: 24px;
    padding-right: 0px;
}

html[dir="rtl"] .select__control:after {
    right: auto !important;
    left: 0px !important;
}

/*Media Queries Of Website*/

 
@media screen and (max-width:992px) and (min-width:768px) { 
html[dir="rtl"] .footer__social {
    padding-left: inherit !important;
    padding-right: 0px !important;
    text-align: center !important;
}
}


 
@media screen and (max-width:767px) and (min-width:520px) { 
html[dir="rtl"] .footer__social {
    padding-left: inherit !important;
    padding-right: 0px !important;
    text-align: center !important;
}
}


 
@media screen and (max-width:519px) and (min-width:320px) { 
html[dir="rtl"] .footer__social {
    padding-left: inherit !important;
    padding-right: 0px !important;
    text-align: center !important;
}
}
html[dir="rtl"] .navigationPrimary__item--parent>div>span:after { 
    margin-right: 8px
}
html[dir="rtl"] .slick-initialized .slick-slide {
    display: block !important;
}
html[dir="rtl"] .VueCarousel-slide {
    direction: rtl;
}
html[dir="rtl"] .VueCarousel-inner {
    flex-direction: row-reverse !important;
}
