@media (min-width: 991px) {
.navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse;
}
}

.navbar-expand-lg .navbar-nav
{
	text-align: right;
}
.carousel .carousel-inner .carousel-item .carousel-caption
{
	text-align: right;
}

.carousel .carousel-indicators
{
	    left: 0;
    right: auto;
    margin-left: 5%;
    margin-right: 0;
}

.row
{
	flex-direction: row-reverse;
}

.popularproduct .product a h2
{
	text-align: right;
}

.popularproduct .product a p
{
	text-align: right;
}

.categories
{
    flex-direction: row-reverse;
}

.follow .images
{
	flex-direction: row-reverse;
}

.form-control
{
	text-align: right;
}

.subscribe div .input-wrapper button
{
	left: 0;
	right: auto;
}

.info
{
	text-align: right;
}

.direction
{
	text-align: right;
}

.info ul.d-flex
{
	flex-direction: row-reverse;
}

.product .image
{
	text-align: right;
}