* {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(images/body-bg.jpg) no-repeat bottom center fixed;
	font-size: 13px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #222222;
}

h1 {
	font-size: 12pt;
	margin-bottom: 10px;
}

h2 {
	font-size: 12pt;
	margin-bottom: 8px;
}

h3 {
	font-size: 10pt;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

p {
	line-height: 175%;
	margin-bottom: 8px;
}

p:last-child {
	margin-bottom: 0px;
}

td {
	padding: 2px 5px;
	line-height: 175%;
}

ul, ol {
	list-style-position: inside;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
	z-index: 1;
}

input[type="text"], input[type="password"], textarea {
	padding: 10px 12px;
	border: 1px solid #a9a9a9;
	background-color: #f5f2ee;
	font-size: 11pt;
	color: #00a0e3;
	background-color: #fafafa;
	border-radius: 4px;
}

input[type="submit"], .button {
	text-decoration: none;
	padding: 12px 12px;
	background: #41B4E6;
	color: #ffffff !important;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0px 1px 0px #000;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}

input[type="submit"]:hover, a.button:hover {
	background: #FFC000;
}

.button.small {
	padding: 2px 4px;
}

select {
	border: 1px solid #cccccc;
	padding: 5px 6px !important;
}

input.required, textarea.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 10px center;
}

select.required {
	background: #fafafa url(images/asterisk.png) no-repeat right 15px center;
}

select.error, input.error, textarea.error {
	border: 1px solid #ff0000;
}

span.error {
	color: #ff0000;
	font-size: 9pt;
	border: 1px solid #ff0000;
	padding: 3px 5px; 
	background-color: #fee0e1;
}

.pointer {
	cursor: pointer;
}

.grid {
	min-width: 50%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: separate;
}

.grid tr.title td {
    background: #757575; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#757575, #535353); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#757575, #535353); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#757575, #535353); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#757575, #535353); /* Standard syntax */
	font-weight: bold;
	color: #ffffff;
	border-left: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

.grid tr.delimiter td {
	border-top: 2px solid #000000;
}

.grid td {
	background-color: #DDDDDD;
	color: #333333;
	padding: 4px 8px;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.grid td a {
	color: #333333;
}

.grid tr:nth-child(even) td {
	background-color: #ebebeb;
}

.grid tr:nth-child(odd) td {
	background-color: #ffffff;
}

.buy {
	border-radius: 5px;
	padding: 8px 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 9pt !important;
}

.price-decimal {
	vertical-align: super;
	font-size: 10pt !important;
}

.price-old {
	text-decoration: line-through; 
	font-size: 10pt; 
}

.link.profile {
	display: inline-block;
	width: 75px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	margin: 8px;
	vertical-align: top;
}

.link.profile img {
	margin-bottom: 5px;
}

.row {
	border: 1px solid #cccccc;
	padding: 12px 20px 12px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
	color: #000000;
}

.row a {
	color: #000000 !important;
}

.row:nth-child(even) {
	background-color: #f8f8f8;
}

.row:nth-child(odd) {
	background-color: #d9d9d9;
}

.row:hover {
	border: 1px solid #747474;
}

.row .image {
	float: left; 
	border: 1px solid #000000; 
	height: 68px; 
	margin-right: 10px;
}

.row .title {
	font-size: 12pt;
	font-weight: bold;
}

.row .action-buttons {
	float: right; 
	padding-top: 8px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.columns-2 {
    -webkit-columns: 80px 2;
    -moz-columns: 80px 2;
    columns: 80px 2;
}

.columns-3 {
    -webkit-columns: 50px 3;
    -moz-columns: 50px 3;
    columns: 50px 3;
}






#categories li a {
	padding: 3px 4px;
}

#categories li a:hover {
	background-color: #41B4E6;
	color: #ffffff;
	border-radius: 4px;
}

#categories ul {
	border: 1px solid #ac235b;
	background-color: #efd1dd;
	padding: 5px 5px 5px 15px;
	margin-left: -5px;
	color: #ac235b;
}

.breadcrumb {
	margin-bottom: 10px;
}

.breadcrumb p {
	margin-bottom: 0px;
}

.breadcrumb *, .breadcrumb {
	font-weight: bold;
	font-size: 10pt;
}

.breadcrumb .separator {
	margin: 0px 5px;
}

.breadcrumb .selected {
	color: #ac235b;
}




.pages {
}

.pages a {
	background-color: #ffffff;
	margin-right: 2px;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 11pt;
}

.pages a.selected {
	border: 1px solid #000000;
}




.products-details {
}

.products-details.top {
	border-bottom: 2px solid #777777; 
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.products-details.bottom {
	border-top: 2px solid #777777; 
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.products-details div:nth-child(1) {
	float: left; 
	padding: 7px 2px; 
	margin-right: 30px;
}

.products-details div:nth-child(2) {
	float: left;
}

.products-details div.pages {
	float: right; 
	padding: 2px;
}

.products-details::after {
    content: "";
    display: block;
    clear: both;
}





.product {
	float: left;
	margin: 5px;
	position: relative;
	text-align: center;
}

.product .layer {
	position: absolute; 
	left: 0px; 
	top: 5px; 
	left: 5px;
	width: 50%;
	z-index: 100;
}

.product .image {
	position: relative;
    display: table-cell;
	width: 300px;
	height: 200px !important;
	vertical-align: middle;
	border-radius: 15px;
}

.product .image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	max-width: 100% !important;
	max-height: 300px !important;
	border-radius: 15px;
}

.product:hover .image img {
    transform: scale(1.5);
}

.product:hover .buttons i {
	display: inline-block;
	font-size: 26pt;
}

.product:hover .buttons i.active {
	color: #c20f0f;
}

.product .image a {
	display: block;
}

.product .buttons {
	position: absolute;
	top: 5px;
	z-index: 10;
	width: 100%;
	text-align: right;
	right: 5px;
}

.product .buttons i {
	display: none;
	cursor: pointer;
	font-size: 18pt;
	color: #eaeaea;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin-right: 3px;
}

.product .buttons i.active {
	display: inline-block;
}

.product .cart {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: none;
	width: 30px;
	height: 25px;
	background: url(images/cart-green.png) no-repeat;
}

.product .cart.active {
	display: block;
}

.product .image {
	text-align: center;
	overflow: hidden;
	/*
	background-color: #ffffff;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 4px;
	box-shadow: 3px 3px 3px #dddddd;
	*/
}

.product .image img {
	width: 100%;
	margin-bottom: -3px;
}

.product .discount, #image-box .discount {
	display: block;
	width: 74px;
	height: 55px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background: url(images/products-discount.png) left 0px no-repeat;
	position: absolute;
	z-index: 97;
	margin: 3px 0px 0px -5px;
}

.product p.title {
	max-height: 48px;
	font-size: 11pt;
	margin-bottom: 0px;
	overflow: hidden;
}

.product p.price {
	font-weight: bold;
	font-size: 12pt;
}

.product .details {
	height: 78px;
}

.product .view {
	background-color: #282a82 !important;
	padding: 2px 4px;
}

.post {
	margin-bottom: 10px;
	max-height: 210px;
	overflow: hidden;
}

.post:after {
    content: '';
    display: block;
    clear: both;
}

.post img {
	float: left;
	margin-right: 20px;
	width: 250px;
	height: 187px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	padding: 10px;
}

.post h2 {
	font-size: 16pt;
}

.post .dateTime {
	font-style: italic;
}


.attribute {
	border-radius: 5px;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.attribute.selected {
	border: 1px solid #ff0000;
}

.attribute.medium {
	width: 38px;
	height: 38px;
}

.attribute.large {
	width: 50px;
	height: 50px;
}
