/* ------------------ Base64 CSS ----------------- */
/* ----------------- c3BvcnR5J3M= ---------------- */

/* Fonts */
body, input, select, textarea {
	font: normal 13px/normal "Open Sans", Arial, Helvetica, sans-serif;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
}
body {
	background: #eaeaea no-repeat center top;
}
a:focus {
	text-decoration: none;
}
/* Header */
#header {
}
#header > .box {
	position: relative;
}
#header .topmenu {
	margin: 0px;
	padding: 5px 0px 0px;
}
#header .topmenu > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header .topmenu > ul > li {
	display: block;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	float: left;
	position: relative;
}
#header .topmenu > ul > li > a {
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	background: #1a467f;
	display: block;
	margin: 0px;
	padding: 0px 5px;
}
#header .topmenu > ul > li:hover > a {
	background: #b22222;
	text-decoration: none;
}
#header .topmenu > ul > li.more > a:after {
	content: "";
	background: url(../images/down.gif) no-repeat center center;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 24px;
	width: 12px;
}
#header .topmenu > ul > li > ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	display: block;
	top: 24px;
	left: 0px;
	height: 0px;
	transition: all 500ms;
	overflow: hidden;
	z-index: 5;
}
#header .topmenu > ul > li:hover > ul {
	height: inherit;
}
#header .topmenu > ul > li > ul > li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#header .topmenu > ul > li > ul > li > a {
	background: #1a467f;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 24px;
	border-top: 1px solid #808080;
}
#header .topmenu > ul > li > ul > li > a:hover {
	background: #B22222;
	text-decoration: none;
}
#header .topmenu > ul.languages {
	margin-left: 5px;
}
#header .topmenu > ul.languages > li > a {
	background-color: inherit;
	background: url(../images/icon_gr.png) no-repeat center center;
	margin: 0px;
	padding: 0px;
	width: 25px;
	text-indent: -9999px;
}
#header .topmenu > ul.languages > li > a.en {
	background-image: url(../images/icon_en.png);
}
#header h1 {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 29.3%;
	min-width: 120px;
}
#header h1 a {
	background: url(../images/logo_sportys.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 100%;
}
#header .delivery {
	font-size: 13px;
	line-height: 25px;
	color: #ED1C24;
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	clear: right;
}
#header .delivery:before {
	content: "";
	background: url(../images/icon_free_delivery.png) no-repeat center center;
	vertical-align: middle;
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
	height: 25px;
	width: 25px;
}
#header .basket {
	display: block;
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	clear: right;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	white-space: nowrap;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 ); /* IE6-9 */
}
#header .basket strong {
	font-size: 15px;
}
#header .basket a {
	color: #000;
	text-decoration: none;
	background: url(../images/icon_bag.png) no-repeat 5px center;
	display: block;
	margin: 0px;
	padding: 15px 5px 15px 50px;
}
#header .center {
	width: 28%;
	min-width: 170px;
	margin: 0px 0px 0px -14%;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 30px;
}
#header .center .phone {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #ed1c24;
	display: block;
	text-align: center;
	margin: 0px auto 10px;
	padding: 0px 0px 0px 40px;
	width: 100%;
	max-width: 230px;
	box-sizing: border-box;
	background: url(../images/icon_call.png) no-repeat left center;
	font-size: 13px;
	line-height: 16px;
}
#header .center .phone strong {
	display: block;
}
#header .center .phone a {
	color: #ed1c24;
}
#header .center .phone a.athens {
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 800;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#header form {
	display: block;
	margin: 0px;
	padding: 0px;
}
#header form p label {
	display: none;
}
#header form p + p {
	text-align: right;
}
#header form p input[type="text"] {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 30px;
	float: left;
	height: 30px;
	width: 50%;
	border: 1px solid #adadad;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	line-height: 30px;
	color: #333;
	background: #f7f7f7 url(../images/icon_search.png) no-repeat 5px center;
}
#header form p input[type="submit"] {
	display: block;
	margin: 0px 0px 0px 1%;
	padding: 0px;
	float: left;
	height: 30px;
	width: 28%;
	border: 1px solid #770000;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #ed1c24;
	text-align: center;
}
#header form p input[type="submit"]:hover {
	background-color: #2e3192;
	border: 1px solid #1F2163;
}
#header form p select {
	display: block;
	margin: 0px 0px 0px 1%;
	padding: 0px;
	float: left;
	height: 30px;
	width: 20%;
	border: 1px solid #adadad;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	line-height: 30px;
	color: #333;
	text-align: center;
	background: #f7f7f7;
}
#header form a.complexsearch {
	font-size: 11px;
	line-height: 20px;
	color: #ED1C24;
}
#header form a.complexsearch:hover {
	color: #1A467F;
	text-decoration: none;
}
/* Navigation */
#navigation {
	background: #ed1c24;
}
#navigation > .box > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#navigation > .box > ul > li > a {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 25px;
	border-right: 1px solid #dcdcdc;
}
#navigation > .box > ul > li:hover > a, #navigation > .box > ul > li.active > a {
	text-decoration: none;
	background: #19457e;
}
/* Main */
#main {
	margin: 0px;
	padding: 0px;
}
#main > .box > .container {
	background: #FFF;
	display: block;
	margin: 0px;
	padding: 10px 0px;
	border-right: 1px solid #757575;
	border-left: 1px solid #757575;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.mainbanner {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px 8px;
	background: url(../images/shadow_line.png) no-repeat center bottom;
	background-size: 100% 10px;
}
.mainbanner ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.mainbanner ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.mainbanner ul li img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	height: auto;
	width: 100%;
}
.sidebar {
	margin: 0px;
	padding: 0px 10px;
	width: 23.5%;
	box-sizing: border-box;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar .section {
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
.sidebar .section h3 {
	background: url(../images/head-ribon.png) no-repeat left top;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	color: #FFF;
	display: block;
	margin: 0px 0px 5px -16px;
	padding: 0px 0px 0px 20px;
	height: 42px;
	width: 211px;
	box-sizing: border-box;
}
.sidebar .section h4 {
	display: block;
	margin: 10px 0px;
	padding: 0px;
	color: #3C7ED7;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}
.sidebar .section.banner {
	border: 1px solid #CACACA;
}
.sidebar .section.banner img {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-width: 0px;
	border-style: none;
}
.sidebar .section ul.menu {
	background: #3c7ed7;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #3c7ed7;
	border-radius: 5px;
}
.sidebar .section ul.menu > li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.sidebar .section ul.menu > li > a {
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	margin: 0px;
	padding: 4px 4px 4px 20px;
	display: block;
	border-bottom: 1px solid #FFF;
	background: url(../images/arrow_menu.png) no-repeat 3px center;
}
.sidebar .section ul.menu > li:hover > a, .sidebar .section ul.menu > li >a.active {
	text-decoration: none;
	background-color: #235494;
}
.sidebar .section ul.menu > li > ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.sidebar .section ul.menu > li > ul > li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.sidebar .section ul.menu > li > ul > li > a {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	display: block;
	margin: 0px;
	padding: 4px 4px 4px 10px;
	background: #FFF;
	border-bottom: 1px solid #3c7ed7;
}
.sidebar .section ul.menu > li > ul > li > a:hover, .sidebar .section ul.menu > li > ul > li > a.active {
	text-decoration: none;
	background: #d6e7f5;
}
.sidebar .section ul.menu > li:last-child > a, .sidebar .section ul.menu > li > ul > li:last-child > a {
	border: inherit;
}
.sidebar .section.newsletter p {
	font-size: 11px;
	line-height: 16px;
	color: #666;
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
}
.sidebar .section.newsletter p label {
	display: none;
}
.sidebar .section.newsletter p input[type="text"] {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	height: 27px;
	width: 100%;
	border: 1px solid #3c7ed7;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 13px;
	line-height: 27px;
	color: #3c7ed7;
}
.sidebar .section.newsletter p input[type="submit"] {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 13px;
	height: 30px;
	background: #3c7ed7;
	border-width: 0px;
	border-style: none;
}
.sidebar .section.filters label {
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #dddddd;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 50%;
	color: #666;
	cursor: pointer;
}
.sidebar .section.filters input[type="checkbox"] {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin: 0px 10px 0px 5px;
	padding: 0px;
	vertical-align: middle;
}
.content {
	margin: 0px;
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;
}
.sidebar + .content {
	margin: 0px;
	padding: 0px 10px;
	width: 76%;
	box-sizing: border-box;
}
.tabs ul.titles li + li {
	margin-left: 10px;
}
.tabs ul.titles li a {
	font-size: 20px;
	line-height: 40px;
	color: #ababab;
	background: #f3f3f3;
	display: block;
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	margin: 0px;
	padding: 0px 10px;
	border-radius: 3px 3px 0px 0px;
	height: 40px;
	box-sizing: border-box;
}
.tabs ul.titles li a:hover {
	color: #ED1C24;
	text-decoration: none;
}
.tabs ul.titles li a.active {
	color: #2E3192;
	background: #FFF;
	border-top: 1px solid #6a6dd1;
	border-right: 1px solid #6a6dd1;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #6a6dd1;
	margin-bottom: -1px;
	height: 41px;
}
.tabs .content {
	border: 1px solid #6a6dd1;
	border-radius: 0px 3px 3px 3px;
	margin: 0px;
	padding: 2%;
	box-sizing: border-box;
}
.tabs .content ul.products li {
	width: 25%;
	margin: 0px;
}
ul.products li {
	margin: 0px 0px 50px;
	padding: 0px 5px;
	box-sizing: border-box;
	width: 25%;
}
ul.products li:nth-child(4n+1) {
	clear: left;
}
.ui-dialog {
	max-width: 96%;
}
.ui-button-text {
	display: none !important;
}
#contentpage2 ul.products li, #contentpage2 ul.products li:nth-child(4n+1) {
	width: 50%;
	clear: none;
	margin: 0px 0px 20px;
}
#contentpage2 ul.products li:first-child{
	width: 100%;
}
#contentpage2 ul.products li:nth-child(2n+2) {
	clear: left;
}
#contentpage2 ul.products li .photo {
	width: 49%;
	float: left;
}
#contentpage2 ul.products li .descr {
	width: 49%;
	float: right;
}
#contentpage2 ul.products li .descr p {
	height: auto !important;
	font-size: 9px;
	line-height: 12px;
}
#contentpage2 ul.products li p.price {
	display: block;
	clear: both;
}
#contentpage2 ul.products li p.price a.addtobasket {
	padding: 0px 5px;
}
ul.products li h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	min-height: 28px;
}
ul.products li h3 a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: center;
	display: block;
}
ul.products li .photo {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	border: 1px solid #e6e6e6;
	height: auto;
	width: 100%;
	position: relative;
}
ul.products li .photo img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 170px;
}
ul.products li p {
	font-size: 11px;
	line-height: 15px;
	color: #494949;
	display: block;
	margin: 0px 5px 10px 0px;
	padding: 0px;
}
ul.products li p.price {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	text-align: right;
	overflow: hidden;
	margin-bottom: 0px;
}
ul.products li p.price em {
	font-size: 12px;
	color: #7b7b7b;
	text-decoration: line-through;
	font-style: normal;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}
ul.products li p.price strong {
	font-weight: bold;
	color: #333;
}
ul.products li p.price a.addtobasket {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	background: #ED1C24;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 45px;
	text-align: center;
}
ul.products li p.price a.addtobasket:hover {
	background: #3c7ed7;
	text-decoration: none;
}
.path {
	margin: 0px 0px 10px;
	padding: 10px 2%;
}
.path p a, .path p strong {
	display: inline-block;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 15px;
	font-size: 13px;
	line-height: 25px;
	color: #333;
	font-weight: normal;
	background: url(../images/icon_path.png) no-repeat left center;
}
.path p a:hover, .path p strong:hover {
	color: #19457E;
}
.path p a.home {
	background: url(../images/icon_home.png) no-repeat center center;
	text-indent: -9999px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 25px;
}
span.tag {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	background: #ed1c24;
	display: block;
	margin: 0px;
	padding: 0px 5px;
	position: absolute;
	top: 3px;
	right: 3px;
}
span.tag.left {
	right: auto;
	left: 3px;
	max-width: 70%;
}
.product span.tag {
	right: auto;
	left: 0px;
	top: 15px;
	font-size: 13px;
	line-height: 20px;
}
.product span.tag + span.tag {
	top: 40px;
	
}
#main div.brands {
	margin: 0px;
	padding: 10px;
	clear: both;
}
#main div.brands ul {
	margin: 0px;
	padding: 0px 40px;
	box-sizing: border-box;
	list-style: none;
}
#main div.brands ul li img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 80px;
}
.content > .textbox {
	padding: 2%;
}
.textbox h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px 0px 10px;
	padding: 5px 0px;
}
.textbox h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	color: #ED1C24;
	display: block;
	margin: 0px 0px 5px;
	padding: 5px 0px;
}
.textbox h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin: 0px 0px 5px;
	padding: 5px 0px;
}

.textbox p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: justify;
}
.textbox p a {
	color: #0017CB;
	text-decoration: underline;
}
.textbox p a:hover {
	color: #333333;

}


#templatebox.textbox p{
	text-align: left;
}

.textbox ul, .textbox ol {
	padding-left: 20px;
	list-style: disc;
	margin-top: 20px;
	margin-bottom: 20px;
}
.textbox ol {
	list-style: decimal;
}
.textbox ul li, .textbox ol li {
	text-align: justify;
	margin: 0px 0px 5px;
	padding: 0px;
}



.orderby {
	margin: 0px 0px 30px;
	padding: 0px;
}
.orderby form {
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.orderby form input[type="hidden"] {
	display: none;
}
.orderby form p {
	font-size: 13px;
	line-height: 20px;
	color: #2e3192;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.orderby form p + p {
	margin-left: 3%;
}
.orderby form p label {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.orderby form p select {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	border: 1px solid #999;
	height: 20px;
	border-radius: 3px;
}
.paging {
	display: block;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
}
.paging p {
	font-size: 12px;
	line-height: 20px;
}
.paging p a, .paging p strong {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	background: #ED1C24 no-repeat center center;
	text-align: center;
	display: inline-block;
	margin: 0px 1px;
	padding: 0px;
	height: 20px;
	width: 20px;
}
.paging p a:hover, .paging p strong {
	text-decoration: none;
	background-color: #3C7ED7;
}
.paging p a.prev {
	background-image: url(../images/paging_prev.png);
	text-indent: -9999px;
}
.paging p a.next {
	background-image: url(../images/paging_next.png);
	text-indent: -9999px;
}
/* Footer */
#footer {
}
#footer .container {
	background: url(../images/bg-footer.png) repeat-x center top;
	display: block;
	margin: 0px;
	padding: 1.5% 2% 0px;
	box-shadow: 0px 0px 5px rgba(50,50,50,0.8);
}
#footer .lists ul {
	float: left;
	margin: 0px 0px 20px;
	padding: 0px 10px 0px 20px;
	width: 25%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	display: block;
}
#footer .lists ul li {
	display: block;
}
#footer .lists ul li strong {
	font-size: 14px;
	font-weight: bold;
	color: #1B467E;
	padding: 4px 0px;
	display: block;
}
#footer .lists ul li a {
	color: #FFF;
	margin: 0px;
	padding: 4px 0px;
	display: block;
}
#footer .bottom {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	padding: 15px 0px;
}
#footer .bottom p {
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 10px;
	float: left;
}
#footer .bottom p + p {
	float: right;
}
#footer .bottom p a {
	color: #FFF;
}
#footer .bottom p img {
	vertical-align: middle;
	display: inline-block;
	margin: 0px 2px;
	padding: 0px;
	height: auto;
	width: 20px;
}
#footer .bank {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 10px 0px;
}
#footer .bank img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: auto;
	max-width: 100%;
}
#footer .courier {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px;
}
#footer .courier + .bank {
	padding: 0px 0px 10px;
}
#footer .courier img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: auto;
	max-width: 100%;
}
.product {
	display: block;
	margin: 0px 0px 20px;
	padding: 0px;
}
.product .photos {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 55%;
	position: relative;
}
.product .photos .bigphoto {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
}
.product .photos .bigphoto img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: auto;
	max-width: 90%;
}
.product .photos ul.thumbs {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.product .photos ul.thumbs li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 25%;
}
.product .photos ul.thumbs li img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: auto;
	max-width: 90%;
}
.product .data {
	display: block;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 45%;
	box-sizing: border-box;
}
.product .data h2 {
	font-size: 23px;
	line-height: 30px;
	color: #000;
	display: block;
	margin: 10px 0px;
	padding: 0px;
	font-weight: normal;
}
.product .data p.code {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background: #f7f7f7;
	display: block;
	margin: 0px 0px 10px;
	padding: 10px;
	border: 1px solid #efefef;
}
.product .data p.filter {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background: #f7f7f7;
	display: block;
	margin: 0px 0px 10px;
	padding: 10px;
	border: 1px solid #efefef;
}
.product .data p.filter label {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: block;
}
.product .data p.filter input[type="radio"] {
	display: none;
}
.product .data p.filter input[type="radio"]+label {
	display: inline-block;
	width: 45px;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	margin: 5px 1px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #3c7ed7;
	cursor: pointer;
}
/* change 2017-912 */
.product .data p.filter input[type="radio"]+label {
	padding: 5px;
	line-height: 15px;
	box-sizing: border-box;
}

.product .data p.filter input[type="radio"]:checked+label {
	background-color: #235494;
	background-color: #E91B23;
}
.product .data p.filter input[type="radio"]:disabled+label {
	opacity: 0.5;
}

.product .data p.filter select {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin: 0px;
	padding: 1px;
	height: 20px;
	border: 1px solid #999;
	display: inline-block;
	box-sizing: border-box;
}
.product .data .price {
	text-align: right;
	display: block;
}
.product .data .price em {
	font-size: 13px;
	line-height: 25px;
	display: block;
	margin: 10px 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: line-through;
	color: #333;
}
.product .data .price strong {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	display: block;
}
.product .data .price strong span {
	font-size: 18px;
	font-weight: normal;
}

.product .data .availability {
	text-align: right;
	display: block;
	font-size: 13px;
	line-height: 25px;
	margin: 0px 0px 5px;
	padding: 0px;
}
.product .data .buttons {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
}
.product .data .buttons a.addtowishlist {
	font-size: 13px;
	line-height: 25px;
	color: #333;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
}
.product .data .buttons a.addtobasket {
	font-size: 25px;
	line-height: 40px;
	color: #FFF;
	display: block;
	margin: 10px 0px 0px;
	padding: 0px 20px;
	background: #ED1C24;
	border-radius: 3px;
}
.product .data .buttons a.addtobasket:hover {
	text-decoration: none;
	background: #3C7ED7;
}
.product .data a.sizechart {
	display: inline-block;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	padding: 0px 5px;
	background-color: #e91b23;
	vertical-align: middle;
}
.tabs.product ul.titles li a {
	font-size: 12px;
}
.tabs.product .content {
	font-size: 11px;
	color: #666;
}
.content .links a , .content .links a + a + a{
	width: 30%;
	margin: 0px 1.5%;
	padding: 12px 15px;
	display: block;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 15px;
	background-color: #3c7ed7;
	border-radius: 3px;
	color: #FFF;
	min-height: 40px;
}
.content .links a + a {
	padding: 5px 15px;
}

.content .links a:hover {
	text-decoration: none;
	background-color: #235494;
}

.overpanel {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
}
.overpanel .box {
	width: 96%;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overpanel a.close {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background-image: url(url);
	background-color: #ed1c24;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	border-radius: 50%;
	text-align: center;
}
.overpanel.sizechart table {
	border: 1px solid #999;	
	table-layout: fixed;
	word-wrap: break-word;
}
.overpanel.sizechart table tr td, .overpanel.sizechart table tr th {
	padding: 2px 5px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}
.overpanel.sizechart table tr th {
	font-weight: 700;
}



.couponbox {
	display: block;
	background-color: #F2F2F2;
	margin: 20px 0px;
	padding: 20px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.couponbox p {
	margin: 0px;
	line-height: 30px;
}
.couponbox p input[type="text"] {
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	border: 1px solid#ccc;
	background-color: #fff;
	padding: 0px 10px;
	color: #666;
	margin: 0px 10px;
	height: 30px;
	vertical-align: middle;
}

.couponbox p a.button {
	display: inline-block;
	box-sizing: border-box;
	border: none 0px;
	background-color: #999;
	padding: 0px 15px;
	color: #FFF;
	margin: 0px;
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
}
.couponbox p a.button:hover {
	background-color: #666;
}


/* Sidebanner */
div.sidebanner {
	display: block;
	position: absolute;
	top: 180px;
	right: 10px;
}
div.sidebanner.fixed {
	position: fixed;
	top: 10px;
}
div.sidebanner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 700px;
	margin: 0px auto;
}


/* changes 2018-5-24 */ 
ul.products li {
	position: relative;
	overflow: hidden;
}
ul.products li .sizes {
	display: block;
	position: absolute;
	top: 150%;
	left: 0px;
	width: 100%;
	height: auto;
	max-height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	text-align: center;
	color: fff;
	padding: 5px 0px;
	box-sizing: border-box;
	transition: all 500ms;
	opacity: 0;
}
ul.products li:hover .sizes {
	top: 50%;
	opacity: 1;
}
ul.products li .sizes p {
	display: inline-block;
	color: #fff;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
	margin: 2px;
	background-color: #235494;letter-spacing: 0px;
	width: 30%;
	box-sizing: border-box;
}
ul.products li .sizes p a {
	display: block;
	color: #fff;
	padding: 2px 5px;
}
ul.products li .sizes p a:hover {
	text-decoration: none;
	background: #ED1C24;
}
ul.products li .sizes a.details {
	display: block;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 5px 2px;
	background: #ED1C24;
	padding: 5px;
}
ul.products li .sizes a.details:hover {
	background: #3C7ED7;
	text-decoration: none;
}
ul.products li .sizes h4 {
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin: 0px 0px 5px;
	color: #fff;
}


/* changes 2019-5-13 */ 
.product .data form {
	display: block;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.product .infobox {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
}
.product .infobox > a {
	display: block;
	text-align: center;
	width: 25%;
	float: left;
	font-size: 11px;
	line-height: 10px;
	color: #666;
	padding: 10px 5px 5px;
	box-sizing: border-box;
}
.product .infobox > a:hover {
	text-decoration: none;
	color: #000;
}
.product .infobox > a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px auto 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product .infobox > a.delivery::before {
    background-image: url(../images/icon_devilerycost.svg);	
}
.product .infobox > a.courier::before {
    background-image: url(../images/icon_courier.svg);	
}
.product .infobox > a.return::before {
    background-image: url(../images/icon_return.svg);	
}
.product .infobox > a.collect::before {
    background-image: url(../images/icon_collect.svg);	
}
.overpanel.infobox .box {
	max-width: 600px;
	padding: 20px;
}
.overpanel.infobox h3 {
	display: block;
	text-align: center;
	color: #ED1C24;;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0px 0px 10px;
}
.overpanel.infobox p {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin: 0px;
}
