@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/open-sans/open-sans-v44-latin_cyrillic-300.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/open-sans/open-sans-v44-latin_cyrillic-400.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/open-sans/open-sans-v44-latin_cyrillic-400italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/open-sans/open-sans-v44-latin_cyrillic-700.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/raleway/raleway-v37-latin_cyrillic-700.ttf') format('truetype');
}

.panel.panel-default {
	position: relative;
}

.filter-price-range {
	display: flex;
	gap: 10px;
	align-items: center;
}

.filter-price-field {
	flex: 1 1 0;
	margin: 0;
	color: #4d5b73;
	font-weight: 600;
}

.filter-price-field span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #7b879a;
}

.filter-price-field .form-control {
	height: 34px;
	border-color: #d7e5f7;
	box-shadow: none;
	color: #203866;
	font-weight: 600;
}

.filter-price-bounds {
	margin-top: 8px;
	color: #8a96a8;
	font-size: 12px;
}

.filter-hint {
	position: absolute;
	left: calc(100% + 12px);
	z-index: 20;
	display: none;
	align-items: center;
	gap: 8px;
	min-width: 170px;
	padding: 12px 14px;
	border: 1px solid #d7e5f7;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(32, 56, 102, 0.18);
	color: #203866;
	font-weight: 700;
	white-space: nowrap;
}

.filter-hint.is-visible {
	display: flex;
}

.filter-hint:before {
	content: "";
	position: absolute;
	top: 14px;
	left: -7px;
	width: 12px;
	height: 12px;
	border-left: 1px solid #d7e5f7;
	border-bottom: 1px solid #d7e5f7;
	background: #fff;
	transform: rotate(45deg);
}

.filter-hint-action {
	border: 0;
	background: transparent;
	color: #2f64ca;
	font-weight: 700;
	padding: 0;
}

.filter-hint-action:hover,
.filter-hint-action:focus {
	color: #1f4fa6;
	text-decoration: underline;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 33px;
}
#product-product .product-title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum" 1;
	line-height: 1.22;
}
#product-product #tab-description h1,
#product-product #tab-description h2,
#product-product #tab-description h3,
#product-product #tab-description h4,
#product-product #tab-description h5,
#product-product #tab-description h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum" 1;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #4979cf;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
    background-color: #f2f8fd;
    border: 1px solid #e4f1fc;
}
.form-control {border: 1px solid #e4f1fc;}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

a:active, a:focus { outline: none; }
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
.btn:active, .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none;}
.btn::-moz-focus-inner{border:0;}
button:active, button:focus{outline:none !important;}
button::-moz-focus-inner{border:0 !important;}
:focus{outline:none;}
:focus{-moz-outline:3px solid #fff !important;}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
input[type="radio"]:focus{-moz-outline-radius:12px !important;-moz-outline-offset:0px !important;}
button[type="radio"]:focus{-moz-outline-radius:12px !important;-moz-outline-offset:0px !important;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;}
input[type=checkbox], input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {cursor: pointer;}


.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 1px solid #e4f1fc;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border: 1px solid #e4f1fc; border-bottom-color: transparent;}
.nav>li>a:focus, .nav>li>a:hover {background-color: #f2f8fd;}
.nav-tabs>li>a:hover {border-color: #e4f1fc;}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f2f8fd;
	border-bottom: 1px solid #e4f1fc;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	font-size: 12px;
	padding: 3px 20px;
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
}
#form-currency .btn-link, #form-language .btn-link {
  padding: 0 0 0 7.5px;
}
#top .btn-link, #top-links li, #top-links a, #head-links li, #head-links a {
	background-color: transparent;
	color: #888;
	font-size: 12px;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover, #head-links .btn-link:hover, #head-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links, #head-links {
	padding-top: 6px;
}
#top-links a + a, #head-links a + a {
	margin-left: 15px;
}
#top-links hr {margin: 5px 15px;}
/* logo -fix */
#logo {
	margin: 0;
}
#logo .img-responsive {
    width: 220px;
    max-width: 100%;
}
@media (max-width: 767px) {
    #logo { text-align: center; }
    #logo img { display: inline-block; }
	#contact {align-items: center;text-align: center;padding: 5px 0 15px;}
}
#contact {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.2;
  font-size: 13px;
}
#contact a {text-decoration:none;}
#contact .contact-phone {
  font-size: 13px;
  line-height: 1.25;
}
#contact .contact-email {
  margin-top: 2px;
  font-size: 12.5px;
  line-height: 1.25;
}
#contact a i {
  width: 15px;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

@media (min-width: 992px){
	header .container > .row {
		display: flex;
		align-items: flex-end;
		padding-bottom: 9px;
	}
	header .container > .row > [class*="col-"] {
		float: none;
	}
	header .container > .row > .col-sm-12 {
		display: flex;
		align-items: flex-end;
	}
	#logo .img-responsive {transform: translateY(4px);}
	#logo {flex: 0 0 auto;}
	#contact {flex: 0 0 auto;margin-left:18px;margin-bottom: 5px;}
	header .container > .row > .col-lg-4 {padding-right: 9px;}
	header .container > .row > .col-md-3:last-child {padding-left: 0;}
	#search {margin-left: -99px;margin-bottom: 10px;top: -9px;}
	header #search.input-group {width: calc(100% + 90px);}
	#cart {margin-bottom: 10px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#logo {float: left;}
	#contact {float: right;}
}
/* search */
#search {
	margin-bottom: 10px;
}
.search-live {
	position: relative;
}
#search.input-group {
	display: block;
	width: 100%;
}
#search .input-lg {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0 46px 0 10px;
	border-radius: 4px;
}
#search .input-group-btn {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 3;
	display: block;
	width: 39px;
}
#search .btn-lg {
	width: 39px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	padding: 0;
	border-radius: 0 4px 4px 0;
	text-shadow: 0 1px 0 #FFF;
}
.search-live-results {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	display: none;
	margin-top: 0;
	background: #fff;
	border: 1px solid #d8e0ef;
	border-radius: 4px;
	box-shadow: 0 14px 30px rgba(32, 56, 102, 0.18);
	z-index: 1005;
	overflow: hidden;
}
.search-live-results.is-visible {
	display: block;
}
.search-live-item {
	display: flex;
	gap: 10px;
	padding: 10px;
	color: #25334d;
	text-decoration: none;
	border-bottom: 1px solid #edf2f8;
	background: #fff;
}
.search-live-item:hover,
.search-live-item:focus {
	color: #25334d;
	background: #f7f9fd;
}
.search-live-image {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border: 1px solid #edf2f8;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-live-image img {
	max-width: 52px;
	max-height: 52px;
}
.search-live-info {
	min-width: 0;
	display: block;
	flex: 1 1 auto;
}
.search-live-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #203866;
}
.search-live-meta {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: #8a96aa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-live-prices {
	display: block;
	margin-top: 4px;
	font-size: 13px;
}
.search-live-price,
.search-live-price-new {
	color: #2f64ca;
	font-weight: 700;
}
.search-live-price-old {
	margin-left: 8px;
	color: #9aa5b8;
	text-decoration: line-through;
}
.search-live-all,
.search-live-empty {
	display: block;
	padding: 10px 12px;
	font-size: 13px;
	text-align: center;
	background: #f7f9fd;
}
.search-live-all {
	color: #2f64ca;
	font-weight: 700;
}
.search-live-all:hover,
.search-live-all:focus {
	color: #fff;
	background: #376aca;
}
.search-live-empty {
	color: #8a96aa;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	padding: 0 14px;
	font-size: 12px;
	line-height: 20px;
	color: #203866;
	background: #f2f8fd;
	border: 1px solid #d8e0ef;
	border-radius: 4px;
	box-shadow: 0 6px 16px rgba(32, 56, 102, 0.08);
	text-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#cart > .btn i {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	line-height: 24px;
	color: #376aca;
	text-align: center;
	background: #ffffff;
	border: 1px solid #d8e0ef;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(32, 56, 102, 0.08);
}
#cart.cart-filled > .btn {
	color: #46315f;
	background:
		radial-gradient(ellipse at 42% -36%, rgba(219, 44, 255, 0.52), rgba(140, 62, 232, 0.24) 32%, transparent 66%),
		linear-gradient(135deg, #fffaff 0%, #f7edff 54%, #edf4ff 100%);
	border-color: #e8d2ff;
	box-shadow: 0 10px 26px rgba(151, 66, 214, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
#cart.cart-filled > .btn i {
	color: #8f3ee8;
	background: #fff;
	border-color: #f1ddff;
	box-shadow: 0 0 14px rgba(219, 44, 255, 0.26), 0 4px 12px rgba(32, 56, 102, 0.12);
}
#cart > .btn:hover,
#cart > .btn:focus {
	color: #203866;
	background: #ffffff;
	border-color: #b8c9eb;
	box-shadow: 0 8px 20px rgba(32, 56, 102, 0.12);
}
#cart.cart-filled > .btn:hover,
#cart.cart-filled > .btn:focus {
	color: #46315f;
	background:
		radial-gradient(ellipse at 42% -26%, rgba(219, 44, 255, 0.6), rgba(140, 62, 232, 0.28) 34%, transparent 68%),
		linear-gradient(135deg, #fffaff 0%, #f4e6ff 54%, #e8f0ff 100%);
	border-color: #dcbcff;
	box-shadow: 0 12px 30px rgba(151, 66, 214, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
#cart.open > .btn {
	background: #ffffff;
	border-color: #9fb8e6;
	color: #203866;
	box-shadow: 0 8px 22px rgba(32, 56, 102, 0.14);
	text-shadow: none;
}
#cart.cart-filled.open > .btn {
	color: #46315f;
	background:
		radial-gradient(ellipse at 42% -26%, rgba(219, 44, 255, 0.6), rgba(140, 62, 232, 0.28) 34%, transparent 68%),
		linear-gradient(135deg, #fffaff 0%, #f4e6ff 54%, #e8f0ff 100%);
}
#cart.open > .btn:hover {
	color: #203866;
}
#cart.cart-filled.open > .btn:hover {
	color: #46315f;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	min-width: 100%;
	margin-top: 6px;
	padding: 8px;
	border: 1px solid #d8e0ef;
	border-radius: 4px;
	box-shadow: 0 16px 32px rgba(32, 56, 102, 0.16);
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 18px 0;
	color: #516079;
}
#cart .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f7f9fd;
}
#cart .table > tbody > tr > td {
	border-top-color: #edf2f8;
	vertical-align: middle;
}
#cart .img-thumbnail {
	border-color: #d8e0ef;
}
#cart .dropdown-menu a {
	color: #2f64ca;
}
#cart .dropdown-menu a:hover,
#cart .dropdown-menu a:focus {
	color: #203866;
}
#cart .btn-danger {
	background: #fff;
	border-color: #f0c7c7;
	color: #c94a4a;
	text-shadow: none;
	box-shadow: none;
}
#cart .btn-danger:hover,
#cart .btn-danger:focus {
	background: #c94a4a;
	border-color: #c94a4a;
	color: #fff;
}
/* menu -fix */
#menu {
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
	border-color: #2f64ca #2f64ca #2e63ca;
	min-height: 40px;
	margin-bottom: 20px;
}
#menu .nav > li > a {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #e4f1fc;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
}
#menu #category {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
	border-color: #2f64ca #2f64ca #2e63ca;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #376aca;
}
@media (min-width: 768px) {
	#menu .dropdown.open .dropdown-menu { display: block; }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {min-height: 600px;}
.category-heading {
	margin: -3px 0 22px;
	padding: 0;
}
.category-heading h1 {
	margin: 0;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.08;
	color: #376aca;
	-webkit-text-fill-color: currentColor;
	-webkit-text-stroke: 0;
	text-shadow: 2px 2px 0 rgba(32, 56, 102, 0.16);
}
.category-intro {
	margin-bottom: 18px;
	color: #516079;
}
.category-intro .img-thumbnail {
	border-color: #d8e0ef;
	box-shadow: 0 6px 18px rgba(32, 56, 102, 0.08);
}
@media (max-width: 767px) {
	.category-heading {
		margin-top: 0;
	}
	.category-heading h1 {
		font-size: 34px;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #203866;
	border-top: 1px solid #e4f1fc;
	color: #e2e2e2;
}
footer hr {
	border-bottom: 1px solid #274783;
    border-top: 1px solid #1b2e53;
}
footer a {color: #dee7f9;}
footer a:hover, footer a:focus {color: #fff;}
footer .title {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bde1ff;
	margin-bottom: 10px;
}
footer .list-unstyled {padding-left: 15px;list-style: square;}
footer p {text-align: right;}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success {
	color: #46315f;
	background:
		radial-gradient(ellipse at 44% -28%, rgba(219, 44, 255, 0.46), rgba(140, 62, 232, 0.22) 28%, transparent 62%),
		linear-gradient(135deg, #fffaff 0%, #f7edff 52%, #edf4ff 100%);
	border-color: #e8d2ff;
	box-shadow: 0 12px 30px rgba(151, 66, 214, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.alert-success .fa-check-circle {
	color: #8f3ee8;
	text-shadow: 0 0 14px rgba(219, 44, 255, 0.34);
}
.alert-success a {
	color: #376aca;
	font-weight: 700;
}
.alert-success .close {
	color: #8f3ee8;
	opacity: 0.42;
	text-shadow: none;
}
.alert-success .close:hover,
.alert-success .close:focus {
	opacity: 0.75;
}
.cart-toast-container {
	position: fixed;
	top: 24px;
	right: 24px;
	width: 360px;
	max-width: calc(100vw - 32px);
	z-index: 1050;
	pointer-events: none;
}
.cart-toast {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 42px 14px 14px;
	color: #46315f;
	background:
		radial-gradient(ellipse at 44% -28%, rgba(219, 44, 255, 0.46), rgba(140, 62, 232, 0.22) 28%, transparent 62%),
		linear-gradient(135deg, #fffaff 0%, #f7edff 52%, #edf4ff 100%);
	border: 1px solid #e8d2ff;
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(151, 66, 214, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.86);
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.22s ease, transform 0.22s ease;
	pointer-events: auto;
}
.cart-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.cart-toast-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #8f3ee8;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(219, 44, 255, 0.34);
}
.cart-toast-message {
	min-width: 0;
	font-size: 13px;
	line-height: 1.45;
}
.cart-toast-message a {
	color: #376aca;
	font-weight: 700;
}
.cart-toast-close {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8f3ee8;
	font-size: 22px;
	line-height: 1;
	opacity: 0.48;
}
.cart-toast-close:hover,
.cart-toast-close:focus {
	opacity: 0.78;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #e4f1fc;
	background-color: #f2f8fd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	line-height: 37px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #f2f8fd, #f1f8fd);
	background-repeat: repeat-x;
	border-color: #e7f2fc #e8f4fe #d1e8ff #daedfe;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default 
{box-shadow: inset 0 3px 11px rgba(91, 178, 255, 0.28);background-color: #f1f8fd;border-color: #bbd7f3;}
.btn-default:hover {background-color: #b0d5f84a; border-color: #c1dffa;}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, 
.btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, 
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover 
{background-color: #b0d5f84a; border-color: #c1dffa;}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #376aca;
	background-image: linear-gradient(to bottom, #4979cf, #2f64ca);
	background-repeat: repeat-x;
	border-color: #2f64ca #2f64ca #2e63ca;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #2f64ca;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #4979cf;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.category-accordion {
	margin-bottom: 20px;
	border: 1px solid #d8e0ef;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(32, 56, 102, 0.08);
	overflow: hidden;
}
.category-accordion-title {
	padding: 10px 13px;
	color: #fff;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	background: #376aca;
}
.category-accordion-list {
	padding: 6px;
}
.category-accordion-item + .category-accordion-item,
.category-accordion-child + .category-accordion-child,
.category-accordion-grandchildren .category-accordion-link + .category-accordion-link {
	margin-top: 4px;
}
.category-accordion-row {
	display: flex;
	align-items: stretch;
	gap: 5px;
}
.category-accordion-link {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #e4f1fc;
	border-radius: 4px;
	color: #516079;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	background: #fff;
	text-decoration: none;
}
.category-accordion-link:hover,
.category-accordion-link:focus,
.category-accordion-link.active {
	color: #203866;
	background: #f2f8fd;
	border-color: #cfe0f6;
	text-decoration: none;
}
.category-accordion-toggle {
	flex: 0 0 34px;
	width: 34px;
	border: 1px solid #d8e0ef;
	border-radius: 4px;
	color: #376aca;
	background: #f4f6fa;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.category-accordion-toggle:hover,
.category-accordion-toggle:focus,
.category-accordion-toggle[aria-expanded="true"] {
	color: #fff;
	background: #376aca;
	border-color: #376aca;
	outline: none;
}
.category-accordion-toggle i {
	transition: transform 0.2s ease;
}
.category-accordion-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}
.category-accordion-children,
.category-accordion-grandchildren {
	padding: 5px 0 2px 12px;
}
.category-accordion-link-child {
	font-size: 12.5px;
	font-weight: 700;
}
.category-accordion-link-grandchild {
	margin-left: 12px;
	font-size: 12px;
	font-weight: 700;
	background: #fbfdff;
}
.list-group a {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	border: 1px solid #e4f1fc;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #f2f8fd;
	border: 1px solid #e4f1fc;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
#common-home .slideshow.swiper-viewport, 
#content .swiper-viewport {border: 1px solid #f3f8fd;box-shadow: 0 1px 4px rgb(236, 244, 252);}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel img {display: initial;}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.swiper-viewport .swiper-button-next::before, .swiper-viewport .swiper-button-prev::before {
	color: rgb(55, 106, 203);
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(234, 244, 252);
  box-shadow:inset 0 0 3px rgba(12, 93, 246, 0.3);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(62, 112, 204);
}

/* product list */
.product-thumb {
	border: 1px solid #f3f8fd;box-shadow: 0 1px 4px rgb(236, 244, 252);
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb:hover {
	border-color: #edf7ff;
	box-shadow: 0 1px 6px rgb(209, 233, 255);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.thumbnail, .img-thumbnail {border: 1px solid #e4f1fc;}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 16.5px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 174px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #f6f9fd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #e4f1fc;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f2f8fd;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #e4f1fc;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ebf4ff;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #e4f1fc;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.cart-quantity-control {
	width: 100%;
	max-width: none;
}
.cart-quantity-control .cart-quantity-input {
	min-width: 54px;
	text-align: center;
}
.cart-quantity-control .btn {
	min-width: 34px;
	padding-left: 9px;
	padding-right: 9px;
}
.cart-quantity-control.is-loading {
	opacity: 0.7;
	pointer-events: none;
}
.cart-is-updating {
	position: relative;
}
.cart-is-updating:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.35);
	pointer-events: none;
}
.top-exchange-rates {
	color: #527bb7;
	font-size: 13px;
	white-space: nowrap;
}
.top-exchange-rates span {
	display: inline-block;
	margin-right: 12px;
}
.top-exchange-rates span:last-child {
	margin-right: 0;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

.manufacturer-leter {
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.manufacturer-card {
  display: block;
  min-height: 146px;
  margin-bottom: 20px;
  padding: 16px 14px 14px;
  border: 1px solid #d8eafd;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.manufacturer-card:hover,
.manufacturer-card:focus {
  border-color: #3a75d1;
  box-shadow: 0 8px 22px rgba(50, 113, 204, .13);
  text-decoration: none;
  transform: translateY(-1px);
}

.manufacturer-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
}

.manufacturer-card__logo img {
  max-width: 100%;
  max-height: 100px;
}

.manufacturer-card__logo--empty {
  width: 100%;
  color: #3271cc;
  font: 700 42px/1 "Open Sans Local", Arial, sans-serif;
  background: #f2f8ff;
}

.manufacturer-card__name {
  display: block;
  color: #244a85;
  font-weight: 700;
  line-height: 1.25;
}

/* Megamenu */
@media (min-width: 768px) {
	#menu {
		position: relative !important;
		border-radius: 4px;
	}
	#menu .navbar-collapse,
	#menu .navbar-nav {
		position: static !important;
	}
	#menu li.dropdown.megamenu,
	#menu .nav > li.dropdown.megamenu {
		position: static !important;
	}
	#menu .nav > li.dropdown.megamenu > .dropdown-menu {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		min-width: 0;
		margin: 0 !important;
		padding: 24px;
		background: #fff;
		border: 1px solid #d8e0ef;
		border-top: 0;
		border-radius: 0 0 6px 6px;
		box-shadow: 0 18px 35px rgba(32, 56, 102, 0.18);
		z-index: 1000;
		transform: none !important;
	}
	#menu .nav > li.dropdown.megamenu.open > .dropdown-menu {
		display: block;
	}
	#menu .dropdown-inner.row {
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		margin-left: -12px;
		margin-right: -12px;
	}
	#menu .dropdown-inner.row > .col-sm-9,
	#menu .dropdown-inner.row > .col-sm-3 {
		padding-left: 12px;
		padding-right: 12px;
	}
	#menu .megamenu-categories {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 24px;
	}
	#menu .megamenu-all-categories {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		align-items: start;
		max-height: min(68vh, 640px);
		overflow-y: auto;
		padding-right: 4px;
	}
	#menu .megamenu-group {
		min-width: 0;
	}
	#menu .all-categories-menu > a {
		min-width: 190px;
	}
	#menu .dropdown-inner .megamenu-parent {
		font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
		display: block;
		min-width: 0;
		margin-bottom: 7px;
		padding: 0 0 7px;
		border-bottom: 1px solid #e5ebf5;
		color: #203866;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.35;
		text-decoration: none;
	}
	#menu .dropdown-inner .megamenu-parent:hover,
	#menu .dropdown-inner .megamenu-parent:focus {
		color: #2f64ca;
		background: transparent;
	}
	#menu .dropdown-inner .megamenu-sublist {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu .dropdown-inner .megamenu-sublist a {
		font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
		font-weight: 700;
		min-width: 0;
		padding: 4px 0;
		color: #516079;
		font-size: 13px;
		line-height: 1.35;
		text-decoration: none;
		transition: color 0.2s ease, padding-left 0.2s ease;
	}
	#menu .dropdown-inner .megamenu-sublist a:hover,
	#menu .dropdown-inner .megamenu-sublist a:focus {
		color: #2f64ca;
		background: transparent;
		padding-left: 5px;
	}
	#menu .dropdown-inner .megamenu-sublist-nested {
		margin: 3px 0 6px 12px;
		padding-left: 10px;
		border-left: 1px solid #e5ebf5;
	}
	#menu .dropdown-inner .megamenu-sublist-nested a {
		color: #7a879d;
		font-size: 12px;
		font-weight: 600;
	}
	#menu .dropdown-inner .see-all {
		display: inline-block;
		margin-top: 4px;
		padding: 8px 14px;
		border: 1px solid #d8e0ef;
		border-radius: 4px;
		color: #2f64ca;
		font-size: 13px;
		background: #f7f9fd;
	}
	#menu .dropdown-inner .see-all:hover,
	#menu .dropdown-inner .see-all:focus {
		color: #fff;
		background: #376aca;
		border-color: #376aca;
	}
	#menu .menu-special {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: #f7f9fd;
		border-left: 1px solid #e5ebf5;
		border-radius: 0 0 5px 0;
	}
	#menu .product-thumb-menu {
		width: 100%;
		max-width: 180px;
		margin: 0 auto;
		color: #516079;
	}
	#menu .product-thumb-menu p {
		margin: 0 0 10px;
		color: #203866;
		font-size: 15px;
	}
	#menu .product-thumb-menu img {
		max-height: 90px;
		margin: 0 auto 10px;
	}
}
