﻿/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 1025px) {
	
.spc-products .spc-header .title {
	text-align: right;
}
.spc-products .spc-header ul {
	left: 0;
	right: auto;
}
.spc-categories .category-info {
	float: right;
}
.spc-categories .category-title {
	right: 0;
	left: auto;
}
.spc-categories .category-sublist {
	right: 0;
	left: 0;
}
.spc-categories .category-sublist a:before {
	right: -15px;
	left: auto;
}
.spc-categories .category-products {
	float: left;
}
.spc-categories .item-box {
	margin-right: 2%;
	margin-left: 0;
}
.spc-categories .item-box:nth-child(3n+1) {
	margin-right: 0;
	margin-left: 0;
}
	
}