﻿/*
* Copyright 201 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 1025px) {

.dropdown .box {
	float: right;
}
.mega-menu .title {
	text-align: right;
}
.mega-menu .box li {
	text-align: right;
}
.mega-menu .box li a {
    padding: 0 13px 0 0;
}
.mega-menu .box li a:before {
    right: 0;
    left: auto;        
}

}