﻿/*
* Copyright 201 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

* {
	direction: rtl;
}

@media all and (min-width: 1025px) {

	.mega-menu .dropdown {
		right: 50%;
		left: auto;
		margin-right: -490px;
		margin-left: 0;
	}
	.mega-menu .box {
		float: right;
	}
	.mega-menu .box li {
		text-align: right;
	}
	.mega-menu .box li:before {
		margin-left: 10px;
		margin-right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
	}
	.mega-menu .box li:hover:before {
		-webkit-transform: translateX(-5px) rotate(180deg);
		-ms-transform: translateX(-5px) rotate(180deg);
		transform: translateX(-5px) rotate(180deg);
	}
}
@media all and (min-width: 1281px) {
	.mega-menu .dropdown {
		margin-right: -625px;
		margin-left: 0;
	}
}
