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

body {
	font-size: 14px;
}

a:not(.button), a:active:not(.button), a:visited:not(.button) {
	text-decoration: none;
	color: #444444;
}

h1 {
	font-size: 14pt;
}

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

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

img {
	border: 0px;
	max-width: 100%;
	max-height: 100%;
}

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: 12px 12px;
	border: 1px solid #a9a9a9;
	background-color: #ffffff;
	font-size: 12pt;
	color: #00a0e3;
	border-radius: 4px;
}

input[type="submit"], .button {
	text-decoration: none;
	padding: 12px 25px;
	background-color: #754c8f;
	color: #ffffff;
	font-size: 12pt;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 130%;
}

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

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

select {
	border: 1px solid #e5e5e5;
	padding: 12px 12px !important;
	color: #727272;
	font-size: 11pt;
	border-radius: 5px;
}

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

select.required {
	background: #ffffff 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%;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: separate;
}

.grid tr.title td, .grid tr th {
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 12px;
}

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

.grid td, .grid th {
	color: #333333;
	padding: 6px 8px;
	border-bottom: 1px solid #dcdcdc;
}

.grid td a {
	color: #333333;
}

.grid tr:nth-child(even) td {
}

.grid tr:nth-child(odd) td {
}

.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; 
}

.link.profile {
	text-decoration: underline;
}

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

.row a {
	color: #444444 !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 {
	list-style-type: none;
	margin-bottom: 0px;
}

#categories li a {
	padding: 10px 5px;
	display: block;
	font-size: 12pt;
	line-height: 125%;
}

.breadcrumb {
	margin-bottom: 10px;
}

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

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

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

.breadcrumb .selected {
	color: #ac235b;
}




.pages {
	font-size: 12pt;
	color: #444444;
}

.pages a {
	margin-right: 2px;
	padding: 3px 6px;
	font-size: 13pt;
}

.pages a.selected {
	border-bottom: 1px solid #9f9f9f;
}

.categories-listing {
	display: grid;
	grid-gap: 20px;  
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	justify-items: center;
}

.categories-listing a {
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.categories-listing a > img {
	margin-bottom: 5px;
}

.products-details {
	font-size: 14px;
}

.products-details select {
	
}

.products-details.top {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.products-details.bottom {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

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

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

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

.products-listing {
	display: grid;
	grid-gap: 15px;  
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	justify-items: center;
}

.product {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	padding: 12px;
	border-radius: 5px;
}

.product.noborder {
	border: 0px;
}

.product.small {
	width: 160px;
	padding: 8px;
	display: inline-block;
	margin-right: 6px;
}

.product:hover .details .button-cart{
	background-color: #754c8f;
	color: #ffffff;
}

.product:hover .title {
	opacity: 1;
}

.product .sold-out {
	position: absolute;
	bottom: 50%;
	width: calc(100% - 30px);
	left: 0;
	background-color: #ffffff;
	color: #000000;
	z-index: 10;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.product .image {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.product .image img {
}

.product:hover .buttons i {
	cursor: pointer;
	font-size: 12pt;
	color: #000000;
	background-color: #f0f0f0;
	display: inline-block;
	padding: 10px 7px 10px 7px;
	border-radius: 22px;
}

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

.product .buttons i:hover {
	background-color: #754c8f;
	color: #ffffff;
}






.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: 9pt;
}

.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 .rating {
	font-size: 10pt;
	color: #cccccc;
	margin-bottom: 5px;
}

.product .discount, #image-box .discount {
	display: block;
	font-size: 12px;
	padding: 4px 10px;
	color: #ffffff;
	position: absolute;
	background-color: #754c8f;
	z-index: 5;
	top: 10px;
	left: 10px;
}

.product p.title {
	height: 80px;
	overflow: hidden;
	font-size: 11pt;
	margin-bottom: 5px;
	line-height: 175%;
	font-size: 12pt;
}

.product p.title a {
	color: #727272;
}

.product p.price {
	font-size: 13pt;
	margin-bottom: 10px;
}

.product p.price.promo {	
	color: #754c8f;
}

.product p.price .price-old {
	color: #666666;
}

.product .details .button-cart {
	background-color: #f0f0f0;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}

.product .details * {
}

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

.product-recently-viewed {
	width: 175px;
	margin: auto;
	line-height: 175%;
	text-align: center;
	font-weight: bold;
}

.post {
	margin-bottom: 30px;
	max-height: 215px;
	overflow: hidden;
	text-align: justify;
}

.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;
}

.message {
	line-height: 150%;
	height: 125px;
	margin-bottom: 10px;
}

.message:last-child {
	margin-bottom: 0px;
}

.message div {
	float: left;
	margin-right: 20px;	
	padding: 20px;
	border-radius: 20px;
}

.message div.pending {
	background-color: #d12f27;
}

.message div.read {
	background-color: #008000;
}

.message i {
	font-size: 60pt;
	color: #ffffff;
}

.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;
}

.icon-star.fill, .icon-star-half.fill {
	color: #fed120;
}

#home-categories {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 25px;
}

#home-categories a {
	width: 200px;
	display: inline-block;
	margin: 5px;
	font-size: 12pt;
	text-align: center;
}

.container {
	margin: auto;
	min-width: 920px;
}

#wrap > .container {
	background-color: #ffffff;
}

header {
	position: relative;
	z-index: 100000;
	padding: 5px 50px;
}

/*
header.fixed {
	position: fixed;
	width: calc(100% - 100px);
	background-color: #ffffff;
	top: 0px;
	box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
}
*/

#announce {
	background-color: #f5efed;
	color: #666666;
	text-align: center;
	padding: 12px;
	font-size: 11pt;
}

nav {
	padding: 6px 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
}

nav ul {
	float: right;
	list-style-type: none;
}

nav li {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #cccccc;
}

nav li:last-child {
	border-right: 0px;
}

nav li a, nav li li span {
	display: inline-block;
	text-align: right !important;
	padding: 2px 15px;
	color: #1e1e1e;
}

nav li a:hover {
	color: #444444;
}

nav #contact {
	font-style: italic;
}

nav #contact i {
	font-size: 12pt;
}

header {
	padding: 15px 10px;
}

header .container {
	position: relative;
}

header #logo {
	position: absolute;
	left: 50%;
	margin-left: -125px;
}

header #customer {
	float: right;
	margin: 10px 0px;
}

header #customer a {
	display: inline-block;
	position: relative;
	color: #666666;
	margin-left: 10px;
}

header #customer a i {
	font-size: 28pt;
}

header #customer a:hover {
	color: #000000;
}

header #cart span, header #wishlist span {
	position: absolute;
	top: -5px;
	right: -10px;
	display: inline-block;
	width: 12px;
	text-align: center;
	background-color: #000000;
	border-radius: 15px;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
}

header #links {
	float: left;
	text-align: right;
	margin-top: 8px;
	margin-right: 20px;
	color: #888888;
}

header #links a {
	margin: 0px 0px 0px 20px;
}

header #cart span.empty, header #wishlist span.empty {
	display: none;
}

header #cart.animate span {
	animation: 0.5s zoominout infinite alternate;
}

@keyframes zoominout {
	0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
    }
}

#search {
	float: left;
	margin: 10px 0px;
}

#search input[type="text"] {
	float: left;
	border: 0px;
	padding: 12px 15px;
	font-size: 14px;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	border-radius: 5px;
}

#search button[type="submit"] {
	float: left;
	padding: 7px;
	font-size: 16pt;
	color: #909090;
	background-color: #ffffff;
	margin: 1px 0px 0px -45px;
}

#menu {
	height: 47px;
	text-align: center;
	background-color: #754c8f;
}

#menu ul ul {
	display: none;
	width: 800px;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

#menu ul:after {
	content: ""; clear: both; display: block;
}	
	
#menu ul li {
	float: left;
}

#menu ul li a {
	display: block; 
	padding: 13px 20px;
	font-size: 13pt;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

#menu ul li a.subcategories:after {
	margin-left: 10px;
	font-family: "fontello";
	content: ' \E800';
}


#menu ul li a:hover {
	background-color: #000000;
}

#menu ul li a.active {
	color: #754c8f;
}

#menu ul ul {
	background-color: #ffffff;
	padding: 10px;
	position: absolute; 
	top: 100%;
	margin-left: calc(-50% + 20px);
	z-index: 100;
}

#menu ul ul ul {
	padding: 0;
	position: absolute; 
	top: 0%;
	left: 100%;
}

#menu ul ul li {
	float: left; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menu ul ul li a {
	display: block; 
	font-size: 11pt;
	color: #666666; 
	text-align: left;
	width: 350px;
	padding: 12px 15px;
	font-size: 12px;
}
	
#menu ul ul li a:hover {
	background-color: #754c8f;
	color: #ffffff;
}

#sidebar {
	display: none;
	position: fixed;
	background-color: #000000;
	font-size: 24pt;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	line-height: 125%;
	border-top-left-radius: 15px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 4px;
	right: 0px;
	width: 40px;
	border-bottom-left-radius: 15px;
}

#sidebar:hover {
	background-color: #444444;
}

#sidebar a {
	color: #ffffff;
	position: relative;
}

#sidebar i {
	font-size: 30px;
}

#sidebar span {
	position: absolute;
	top: 0px;
	right: -2px;
	font-size: 10pt;
	padding: 1px 4px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	border-radius: 10px;
	line-height: normal;
}

#slider {
	position: relative;
	background-color: #222222;
	margin-bottom: 20px;
}

#banners {
	margin-bottom: -10px;
}

#banners img {
	width: 100%;
	margin-bottom: 10px;
	opacity: 1;
}

#banners img:hover {
	opacity: 0.7;
	border-radius: 25px;
}


#banners img.r1 {
	width: 100%;
}

#banners img.r2 {
	width: calc(50% - 6px);
	margin-right: 12px;
}

#banners img.r3 {
	width: calc(33.33% - 8px);
	margin-right: 12px;
}

#banners img.r4 {
	width: calc(25% - 9px);
	margin-right: 12px;
}

#banners img img{
	max-width: 100%;
}

#banners img.last {
	margin-right: 0px;
}

#extras {
	background-color: #8c7cb1;
	opacity: 0.9;
	padding: 20px 0px;
	text-align: center;
}

#extras .item {
	display: inline-block;
	color: #ffffff;
	width: 275px;
	text-align: left;
	cursor: pointer;
}

#extras .item i {
	float: left;
	font-size: 40px;
	margin: 2px 10px 2px 0px;
}

#extras .item p.title {
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000000;
}

#extras .item:hover i {
	color: #ae0308;
}

#extras .item p.description {
	color: #ffffff;
}


#newsletter-subscribe {
	background: url("images/newsletter-bg.webp") center;
	background-size: cover;
	padding: 80px;
	margin: 40px 0px;
}

#newsletter-subscribe .title {
	margin-bottom: 5px;
	font-size: 18pt;
}

#newsletter-subscribe #newsletter-form {
	width: 500px;
	margin: auto;
	margin-top: 40px;
}

#newsletter-subscribe input[type="text"] {
	float: left;
	width: 350px;
	border: 1px solid #cccccc;
	border-radius: 8px;
}

#newsletter-subscribe .button {
	float: left;
	padding: 14px 15px 13px 15px !important;
	font-size: 10pt;
	margin-left: -10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

footer {
	padding: 60px 0px 20px 0px;
	color: #696969;
}

footer > div {
	
}

footer a, footer a:visited {
	color: #696969;
}

footer .column {
	width: 30%;
	vertical-align: top;
	display: inline-block;
	margin: 0px 3% 20px 0px;
}

footer .column:nth-child(1) p a {
	font-size: 12pt;
	display: flex;
	margin-bottom: 15px;
}

footer .column:nth-child(1) i {
	font-size: 22pt;
	color: #754c8f;
	margin-right: 10px;
}

footer .title {
	font-size: 13pt !important;
	margin-bottom: 10px;
	padding-bottom: 20px;
	color: #000000;
}

footer .column ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 15px;
}

footer .column ul li {
	padding: 0px 10px 20px 10px;
	list-style-image: url(icons/arrow-right.gif);
	list-style-position: outside;
}

footer .column ul li:hover, footer .column ul li a:hover {
	color: #754c8f;
}

footer .socials {
	display: block; 
	padding: 8px 15px 8px 45px; 
	margin-bottom: 10px; 
	font-size: 10pt; 
	font-weight: bold;
}

footer .copyright {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 60px;
}

footer .copyright div.icons {
	float: right;
	margin-top: -8px;
}

footer .copyright div.icons i {
	font-size: 32pt;
	margin-left: 10px;
}

#cookies-policy {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 340px;
	background-color: #f8f8f8;
	padding: 10px 20px;
	z-index: 1000;
	border: 1px solid #666666;
}

#cookies-policy p {
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin-bottom: 10px;
}

#cookies-policy #button-close-cookies {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(icons/button-close.png) no-repeat;
}

.leftbar {
	float: left;
	width: 255px;
	margin: 10px;
	position: sticky;
    top: 125px;
}

.leftbar .box {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.leftbar .box > .title {
	font-size: 13pt;
	margin-bottom: 10px;
	text-align: left;
	border: 0px;
	background: none;
	padding: 15px 20px;
	background-color: #f0f0f0;
	margin: -20px -20px 10px -20px;
}

.sidebar {
	float: right;
	width: 320px;
	margin-left: 10px;
}

.content {
	overflow: hidden;
}

.heading {
	color: #444444;
	margin-bottom: 30px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 60px;
}

.heading h1 {
	font-size: 16pt;
	letter-spacing: 1px;
}

.heading .breadcrumb {
	margin-top: 15px;
}

.box {
	padding: 10px 10px 0px 10px;
}

.box:last-child {
	margin-bottom: 0px;
}

.leftbar.box, .sidebar.box, .content.box, .box:last-child {
	padding-bottom: 15px;
}

.box > h1, .box > .title {
	font-size: 20px;
	padding: 10px 0px;
	margin-bottom: 20px;
	color: #1e1e1e;
}

.box > div {
	color: #000000;
}

.box ul {
	margin-bottom: 10px;
	list-style-position: inside;
}

.box li {
	line-height: 175%;
}

.announce {
	display: inline-block;
	font-size: 12pt;
	text-align: center;
	background-color: #754c8f;
	padding: 2px 10px;
	color: #ffffff;
}

.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

#message {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 400px;
	margin-left: -230px;
	padding: 20px 10px 20px 70px;
	z-index: 1000;
	border-radius: 10px;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#message.error {
	border: 1px solid #df8f90;
	background: #ffd2d3 url(images/message-error-bg.png) no-repeat 15px 10px;
}

#message.success {
	border: 1px solid #9adf8f;
	background: #d4ffcd url(images/message-success-bg.png) no-repeat 15px 10px;
}

#cart-products { 
	width: 100%; 
}

#cart-products td { 
	text-align: center; 
}

#cart-products td:nth-child(2) { 
	text-align: left; 
	width: 50%;
}

#cart-products td:nth-child(1) {
	width: 150px;
}

#cart-products td:nth-child(1) img { 
	width: 75px;
	height: 100px; 
	object-fit: cover;
}

#cart-products td:nth-last-child(-n+3) {
	width: 100px; 
}

#cart-totals td:nth-child(2) {
	text-align: right;
}

#cart-products .details {
	float: right; 
	background-color: #ffffff; 
	padding: 4px; 
	border: 1px solid #cccccc;
}

.cart-product-quantity {
	width: 35px;
}

.cart-product-delete {
	background-color: #754c8f;
	padding: 6px 8px;
	margin-top: 4px;
	font-size: 12pt;
	display: inline-block;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
}

.cart-product-delete:hover {
	background-color: #000000;
}

.rslides_nav {
	left: 75px;
}

.rslides_nav.next {
    right: 75px;
}

@media screen and (max-width: 5000px) {
	.container {
		max-width: 1220px;
		width: 90%;
	}
}

@media screen and (max-width: 1920px) {
	
}

@media screen and (max-width: 1540px) {
	
}

@media screen and (max-width: 1366px) {
	
}

@media screen and (max-width: 1280px) {
	#search input[type="text"] {
		width: 250px;
	}
}

@media screen and (max-width: 1080px) {
	#search input[type="text"] {
		width: 150px;
	}
}

@media screen and (max-width: 1240px) {
	.product .price {
		font-size: 12pt;
	}
	
	#navigation {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	ul#menu > li > a, ul#menu li > a > span {
		font-size: 10pt;
	}
}