@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/comfortaa/Comfortaa-Bold.woff2') format('woff2'),
        url('/assets/fonts/comfortaa/Comfortaa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/comfortaa/Comfortaa-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/comfortaa/Comfortaa-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: ;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/comfortaa/Comfortaa-Light.woff2') format('woff2'),
        url('/assets/fonts/comfortaa/Comfortaa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/comfortaa/Comfortaa-Medium.woff2') format('woff2'),
        url('/assets/fonts/comfortaa/Comfortaa-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/comfortaa/Comfortaa-Regular.woff2') format('woff2'),
        url('/assets/fonts/comfortaa/Comfortaa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	font-family: 'Comfortaa';
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 14px;
	background-color: #e4e4e4;
}

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

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

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

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

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

p {
	line-height: 150%;
	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-color: #000000;
	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, .button:hover {
	background: #000000;
}

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

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

.price-old {
	text-decoration: line-through; 
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

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

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

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

.page-content {
}

.page-content p {
	text-align: justify;
	line-height: 175%;
	margin-bottom: 10px;
	font-size: 12pt;
}

.page-content li {
	font-size: 12pt;
}

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

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

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

#wrap {
	
}

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

#wrap > .container a {
	color: #444444;
}

header {
	background-color: #000000;
	border-bottom: 3px solid #000000;
	animation: blink 2s;
    animation-iteration-count: 2;
	height: 60px;
}

@keyframes blink { 
	50% { 
		border-color: #8d8d8d; 
	}
}

header ~ .container {
	margin-top: 20px;
}

header .container {
	position: relative;
}

header #logo {
	float: left;
	height: 60px;
}

#menu {
	text-align: right;
}

#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: 22px 20px;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}

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


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

#menu ul ul {
	background-color: #000000;
	padding: 0;
	position: absolute; 
	top: 99%;
	z-index: 1000;
}

#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: #ffffff !important; 
	text-align: left;
	width: 250px;
	padding: 12px 20px;
	font-size: 10pt;
}
	
#menu ul ul li a:hover {
	color: #000000 !important;
	background-color: #8d8d8d;
}

#slider {
	position: relative;
	margin-bottom: 0px;
}

#stores {
	width: 80%;
	margin: auto;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit,minmax(400px, 1fr));
	justify-items: center;
}

.store {
	border: 1px solid #cccccc;
	padding: 20px;
	text-align: left;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 20px;
	line-height: 175%;
}

.store:last-child {
	margin-right: 0px;
}

.store:hover p:nth-child(1){
	letter-spacing: 3px;
}

.store p:nth-child(1) {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.5s;
}

.store p:nth-child(2):before {
	font-family: Fontello;
	content: '\e80b';
    margin-right: 10px;
}

.store p:nth-child(3):before {
	font-family: Fontello;
	content: '\e808';
    margin-right: 10px;
}

.store p:nth-child(4):before {
	font-family: Fontello;
	content: '\e80e';
    margin-right: 10px;
}

.store p:nth-child(5):before {
	font-family: Fontello;
	content: '\f279';
    margin-right: 10px;
}

.store:hover {
	background-color: #f8f8f8;
	border: 1px solid #afafaf;
}

.category {
	display: inline-block;
	width: 300px;
	margin: 0px 25px 25px 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.category img {
	margin-bottom: 10px;
	transition: 0.5s;
	border-radius: 150px;
}

.category:hover img {
	border-radius: 25px;
}

.category:hover p {
	transition: 0.5s;
}

.category:hover p {
	letter-spacing: 2px;
}

.product {
	display: inline-block;
}

.product .title {
	font-size: 16pt;
	font-weight: bold;
}

.product .price {
	font-family: Georgia;
	font-size: 14pt;
}

.brand {
	height: 100px;
	margin: 10px;
}

#banners {
}

#banners > div {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14pt;
	text-transform: uppercase;
	border: 1px solid #666666;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 5px #acacac;
}

#banners > div:hover {
	box-shadow: 15px 15px 15px #686868;
}

#banners > div .button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -40px;
	padding: 20px;
	font-size: 16pt;
	visibility: hidden;
	z-index: 100;
	background-color: #000000;
	border: 2px solid #ffffff;
}

#banners > div:hover img {
	scale: 1.30;
}

#banners > div:hover .button {
	visibility: visible;
}

#banners > div img {
	position: relative;
	transition: 0.5s;
	z-index: 10;
	vertical-align: middle;
}

#banners > div div.caption {
	position: absolute;
	background-color: #000000;
	bottom: 0px;
	padding: 15px 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	height: 20px;
	overflow: hidden;
	z-index: 100;
	line-height: 100%;
	width: calc(100% - 20px);
	display: none;
}

#banners > div.r1 {
	width: 100%;
}

#banners > div:hover div.caption {
	display: block;
}

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

#banners > div.r3 {
	width: calc(33.3333% - 8px - 2px);
	margin-right: 12px;
}

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

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

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

#gallery {
	text-align: center;
	margin-bottom: 10px;
}

#gallery img {
	height: 250px;
	margin: 8px;
	border: 1px solid #b2b2b2;
	background-color: #efefef;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #cccccc;
}

#gallery img:hover {
	box-shadow: 5px 5px 5px #999999;
}

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

#newsletter-subscribe .title {
	margin-bottom: 15px;
	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 input[type="text"]::placeholder {
	color: #000000;
}

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

#extras {
	background: #000000;
    background: linear-gradient(90deg, #000000 0%, #8d8d8d 50%, #000000 100%);
	padding: 20px 0px;
}

#extras .container{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	justify-items: center;
}

#extras .item {
	color: #ffffff;
	cursor: pointer;
	width: 330px;
}

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

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

#extras .item:hover {
	color: #ffffff;
}

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

footer {
	background-color: #222222;
	padding: 50px 0px;
	color: #ffffff;
}

footer a {
	color: #ffffff;
}

footer > div {
	
}

footer a, footer a:visited {
}

footer #footer-menu {
	margin-bottom: 20px;
	overflow: hidden;	
}

footer #footer-menu > ul > li {
	display: inline-block;
	width: calc(25% - 20px);
	margin-right: 20px;
	vertical-align: top;
	list-style-type: none;
}

footer #footer-menu > ul > li:nth-child(5) {
	margin-right: 0px;
}

footer #footer-menu > ul > li:nth-child(n+6) {
    display: none;
}

footer #footer-menu > ul > li > a, footer .title {
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: 1px solid #cccccc;
}

footer #footer-menu > ul > li > ul > li > a {
	display: inline-block;
	padding: 8px 0px;
}

footer #contact {
	float: right;
}

footer #contact div > p {
	font-size: 12pt;
	line-height: 175%;
}

footer #contact #socials {
	font-size: 28pt;
}


#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: 230px;
	margin: 10px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 10px;
}

.leftbar .box {
	margin-bottom: 10px;
}

.leftbar .box > .title {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border: 0px;
	background: none;
	padding: 0px;
}

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

.content {
	overflow: hidden;
}

.box {
	margin-bottom: 20px;
}

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

.box > h1, .box > .title {
	font-size: 20pt;
	padding-top: 10px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.box > div {
	color: #000000;
}

.box ul {
	list-style-position: inside;
}

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

p.announce {
	font-size: 12pt;
    font-weight: bold;
	text-align: center;
	border: 1px solid #ac235b;
	background-color: #efd1dd;
	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;
}

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

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

}

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

#home-podhodyasht {
	text-align: center;
	background-color: #dff1ff;
	border-top: 4px solid #0c65aa;
	border-bottom: 4px solid #0c65aa;
	padding: 40px 0px;
}

#home-podhodyasht h2 {
	font-size: 24pt;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#home-podhodyasht > div > img {
	margin-bottom: 10px;
	border: 2px solid #0c65aa;
	border-radius: 20px;
}

#home-podhodyasht > div {
	display: inline-block;
	width: 220px;
	margin: 20px;
	vertical-align: top;
}

#home-podhodyasht > div > p {
	line-height: 175%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}