* {
	font-family: "Jost", Arial, 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 14pt;
}

a:not(.button), a:active:not(.button), a:visited:not(.button) {
	text-decoration: none;
	color: #444444;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 20pt;
	margin-bottom: 8px;
}

h3 {
	font-size: 16pt;
	margin-bottom: 8px;
}

img {
	border: 0px;
	max-width: 100%;
}

p {
	line-height: 175%;
	padding-bottom: 10px;
}

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: 10px 25px;
	background-color: #E2F5FB;
	color: #17414F;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 25px;
	line-height: 130%;
}

.button.white {
	background-color: #ffffff;
}

input[type="submit"]:hover, .button:hover {
	background: #000000;
	color: #ffffff;
}

.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; 
	font-size: 9pt;
}

.link.profile {
	text-decoration: underline;
}

.blue {
	color: #41BAE3;
}

.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: 5px;
	display: block;
	font-size: 12pt;
}

.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;
}

.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: 25px;  
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	justify-items: center;
}

.product {
	max-width: 260px;
	padding: 10px 20px;
}

.product:hover {
	box-shadow: 0 0 8px 5px #f8f8f8;
}

.product.small {
	width: 160px;
	padding: 8px;
	display: inline-block;
	margin-right: 6px;
}

.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 {
	overflow: hidden;
	display: block;
	width: 260px;
	height: 260px;
	margin-bottom: 5px;
}

.product .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product .image a {
	display: block;
}

.product .discount, #image-box .discount {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding: 7px;
	width: 40px;
	height: 75px;
	color: #ffffff;
	position: absolute;
	background: url(images/sale.png) no-repeat;
	z-index: 5;
}

.product div.product-title {
	height: 46px;
	font-size: 12pt;
	overflow: hidden;
	line-height: 150%;
	color: #2D3F59;
	font-weight: 600;
	margin-bottom: 10px;
}

.product div.product-title a {
	color: #2D3F59;
}

.product div.price-box {
	color: #1379B1;
	font-weight: bold;
	margin-bottom: 10px;
}

.product div.price-box .price {
	font-size: 15pt;
}

.product div.price-box .price-old {
	font-size: 12pt;
	margin-right: 10px;
}

.product .details .buttons {
}

.product .details .buttons i {
	cursor: pointer;
	font-size: 16pt;
	color: #cccccc;
}

.product .buttons i.active {
	display: inline-block;
}

.product .buttons .button.active {
	background-color: #3cd654;
}







.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 {
	padding: 25px;
	text-align: center;
}

#home-categories div {
	width: 200px;
	display: inline-block;
	padding: 10px 25px;
	margin: 20px 10px;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #17414F;
	vertical-align: top;
}

#home-categories > div > a.button {
	visibility: hidden;
}

#home-categories > div:hover {
	box-shadow: 0 0 8px 5px #f8f8f8;
}

#home-categories > div:hover a.button {
	visibility: visible;
}

.container {
	width: 90%;
	max-width: var(--wrap-width, 1300px);
	margin: 0 auto;
}

#wrap > .container {
	background-color: #ffffff;
}

header {
	position: relative;
	z-index: 100000;
}

header {
	padding: 15px 0px;
}

header .container {
	position: relative;
	width: 1430px;
}

header #logo {
	margin-right: 30px;
	vertical-align: top;
}

header #logo img {
	max-height: 35px;
	margin-bottom: 0px;
}

header #customer {
	vertical-align: top;
	display: inline-block;
	margin-top: 5px;
}

header #customer a {
	display: inline-block;
	position: relative;
	color: #000000;
	margin-left: 10px;
}

header #customer a i {
	font-size: 18pt;
}

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 {
	display: inline-block;
	background-color: #E2F5FB;
	border-radius: 15px;
	overflow: hidden;
	vertical-align: top;
	margin-top: 5px;
}

#search input[type="text"] {
	padding: 5px 10px;
	font-size: 10pt;
	outline: none;
	border: 0px;
	width: 100px;
	background-color: #E2F5FB;
	vertical-align: top;
}

#search button[type="submit"] {
	padding: 0px 10px;
	font-size: 18pt;
	color: #909090;
	background-color: #E2F5FB;
}

#menu {
	display: inline-block;
	text-align: center;
}

#menu ul ul {
	display: none;
}

#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: 10px 20px;
	font-size: 12pt;
	color: #5C5C5C;
	text-align: center;
}

#menu ul li a.subcategories:after {
	margin-left: 10px;
	font-family: "fontello";
	content: ' \E800';
}


#menu ul li a:hover {
	color: #41BAE3;
}

#menu ul li a.active {
	color: #41BAE3;
}

#menu ul ul {
	background-color: #ffffff;
	padding: 0;
	position: absolute; 
	top: 100%;
	z-index: 100;
}

#menu ul ul ul {
	padding: 0;
	position: absolute; 
	top: 0%;
	left: 100%;
}

#menu ul ul li {
	float: none; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menu ul ul li a {
	display: block; 
	font-size: 11pt;
	color: #666666; 
	text-align: left;
	width: 350px;
	padding: 10px 20px;
	font-size: 13pt;
}
	
#menu ul ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}

#announce {
	background-color: #f5efed;
	color: #666666;
	text-align: center;
	padding: 12px;
	font-size: 11pt;
}

#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;
	padding: 0px;
	margin-bottom: 50px;
}

#banners {
	padding: 0px;
}

#banners img {
	width: 100%;
	margin-bottom: 10px;
}

#banners img:hover {
}


#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 {
	text-align: center;
}

#extras .item {
	display: inline-block;
	width: 275px;
	cursor: pointer;
}

#extras .item i {
	display: inline-block;
	font-size: 30pt;
	color: #2D3F59;
	padding: 20px 30px;
	background-color: #E2F5FB;
	border-radius: 60px;
}

#extras .item p.title {
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: 500;
}

#newsletter-subscribe {
	position: absolute;
	width: 1140px;
	left: 50%;
	top: -275px;
	margin-left: -570px;
	background: url("images/newsletter-bg.png") no-repeat center;
	color: #17414F;
}

#newsletter-subscribe-content {
	width: 40%;
	padding: 150px 40px 120px 40px;
}

#newsletter-subscribe-content .title {
	color: #17414F;
	font-size: 22pt;
	margin-bottom: 20px;
}

#newsletter-subscribe #newsletter-form {
	
}

#newsletter-subscribe input[type="text"] {
	width: 300px;
	border: 0px;
	border-radius: 25px;
	margin-right: 10px;
}

#newsletter-subscribe .button {
	vertical-align: top;
	font-size: 10pt;
	padding: 15px 20px;
	background-color: #17414F;
	color: #ffffff;
}

footer {
	margin-top: 275px;
	position: relative;
	color: #f8f8f8;
	background-color: #17414F;
}

footer .wrap {
	padding-top: 300px;
}

footer * {
	font-size: 12pt;
}

footer a, footer a:visited {
	color: #ffffff !important;
}

footer ul {
	padding: 10px 30px;
	columns: 2;
}

footer ul li {
	padding: 5px 0px;
}

footer .title {
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

footer .column {
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 40px);
	margin: 0px 20px;
}

footer h3 {
	font-size: 14pt !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ffffff;
}

footer .box {
	display: flex;
	background-color: #215D72;
	border-radius: 10px;
	padding: 5px 30px;
	height: 80px;
	margin-bottom: 20px;
	align-items: center;
}

footer .box div {
	font-size: 12pt;
	line-height: 150%;
}

footer .box > img {
	float: left;
	margin-right: 20px;
	height: 50px;
}

#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;
}

.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;
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

.heading h1 {
	font-size: 16pt;
	letter-spacing: 1px;
}

.heading .breadcrumb {
	margin-top: 15px;
}

.wrap {
	width: 90%;
	max-width: var(--wrap-width, 1300px);
	margin: 0 auto;
}

.flex {
    display: flex;
}

section {
	padding: 0px 10px;
}

section.background-gradient {
	background: rgb(226,245,251);
	background: linear-gradient(180deg, rgba(226,245,251,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

section:last-child {
	margin-bottom: 0px;
}

section .title-content {
	overflow: hidden;
	margin-bottom: 20px;
}

section .title-content.background-1 {
	text-align: center;
	padding: 50px 0px;
	background: url(images/title-bg.jpg) no-repeat center;
	background-size: 100%;
}

section .title-content.background-1 h1 {
	color: #06669A;
}

section h1, section .title {
	font-size: 28pt;
	margin: 10px auto 30px;
	color: #17414F;
	font-weight: 500;
}

section > div {
	overflow: hidden;
}

p.announce {
	font-size: 12pt;
	text-align: center;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px;
}

#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-delete {
	background-color: #000000;
	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;
}

#team-members {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	justify-items: center;
	margin: 20px;
}

#team-members a {
	display: inline-block;
	height: 390px;
	transition: 0.5s;
}

#team-members .image {
	padding: 0px;
	line-height: 100%;
}

#team-members .image img {
	object-fit: cover;
    width: 270px;
	height: 320px;
	vertical-align: top;
}

#team-members a:hover {
	scale: 1.05;
	box-shadow: 0 0 8px 5px #cccccc;
}

#team-members .details {
	background-color: #7DBDDD;
	color: #ffffff;
	padding: 10px;
}

#team-members .name {
	font-weight: bold;
}

#team-members .position {
	font-size: 12pt;
}

.image-left {
	width: 50%; 
	float: left;
	margin-right: 30px;
}

.image-right {
	width: 50%; 
	float: right;
	margin-left: 30px;
}

@media screen and (max-width: 5000px) {

}

@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 {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	#menu {
		display: none;
	}
}

@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;
	}
	
	.image-left, .image-right {
		float: none;
		width: 100%;
	}
}