/*========================================================
					Main layout styles
=========================================================*/
html {
	height: 100%;
}
body {
	background: #ffffff;
	color: #3f3f40;
	font-family: 'Open Sans', sans-serif;
	overflow-y: scroll;
	position: relative;
	min-height: 100%;
	padding-bottom: 80px;
}
body > form {
	height: 100%;
	margin: 0;
}
body > form > table > tbody > tr > td > table,
body > form > table > tbody > tr > td > table > tbody > tr:nth-of-type(2) {
	height: 100%;
}
b, strong {
	font-size: inherit;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	background: none;
	outline: none;
	text-decoration: none;
}


/*========================================================
					Helper styles
=========================================================*/
.no-left-gutter {
	padding-left: 0;
}
.no-right-gutter {
	padding-right: 0;
}
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}


/*========================================================
					Header styles
=========================================================*/
header .container-fluid {
	padding: 0;
}
header .container-fluid > .row {
	margin: 0;
}
header .logo_cnt {
	text-align: center;
}
header .logo_cnt img {
	max-height: 132px;
	max-width: 100%;
	padding: 20px 30px 30px;
}
header .lang_cnt {
    line-height: 0;
    text-align: center;
    float: right;
    width: 42px;
    margin-top: 50px;
}
header .lang_cnt input {
	display: inline-block;
	width: 32px;
	height: 20px;
	margin: 0 15px;
	border: 1px solid transparent;
	border-radius: 2px;
}
header .lang_cnt input:focus {
	outline: none;
}
header .lang_cnt input:hover {
	border: 1px solid #337ab7;
}
header .lang_cnt input.active {
	border: 1px solid #337ab7;
}
.lang_lt {
	background: url("/Images/Pub/Custom/sq_lt.gif") no-repeat center;
	background-color: transparent;
	background-size: cover;
	border: none;
}
.lang_ru {
	background: url("/Images/Pub/Custom/sq_ru.gif") no-repeat center;
	background-color: transparent;
	background-size: cover;
	border: none;
}
.lang_en {
	background: url("/Images/Pub/Custom/sq_en.gif") no-repeat center;
	background-color: transparent;
	background-size: cover;
	border: none;
}
.search_cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    /*padding: 0 15px;*/
}
.Search {
    display: block;
    height: 30px;
    width: 90%;
    float: left;
    border: 1px solid #337abd;
    padding: 0 5px;
    letter-spacing: 1px;
}
.Search:focus {
    outline: none;
}
.btnSearch {
    display: block;
    height: 30px;
    width: 10%;
    float: left;
    border: none;
    background: url("/Images/Pub/Custom/search_20.png") no-repeat center;
    background-color: #337abd;
}
.btnSearch:focus {
    outline: none;
}
.SearchError {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 1000;
    background-color: rgba(51, 153, 254, 0.9);
    padding: 1px 5px;
    border-radius: 5px;
}
/*header .lang_cnt a img {
	height: 18px;
}*/
header .bg_cnt {
	background: url("/Images/new_design/header_bg.png");
	height: 180px;
	width: 100%;
}


/*========================================================
					Navbar styles
=========================================================*/
.navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	min-height: 32px;
}
.navbar .container-fluid {
	padding: 0;
}
.navbar .navbar-collapse.collapse {
	padding: 0;
}
.navbar .nav {
	width: 100%;
}
.navbar .nav > li > a {
	padding: 6px 12px;
}
.navbar .nav > li > .nav-img {
	display: none;
	margin: 0 auto;
	max-height: 135px;
	max-width: 135px;
}
.navbar .navbar-nav > li > a {
	font-weight: 700;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	background-color: inherit;
	text-decoration: underline;
}
.navbar .navbar-nav.active > li > .nav-img {
	display: block;
	margin: 12px 10px 0px;
}
.navbar .navbar-nav > .active:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	width: 0;
}
.navbar .navbar-nav > .active > a {
	background-color: inherit;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	background-color: inherit;
	text-decoration: underline;
}
/* FIX */
.level-2.active > li {
	padding: 12px 10px 0px;
    height: 189px;
}
.navbar .navbar-nav.active > li > .nav-img {
	display: table-cell;
	margin: 0;
	width: 135px;
	height: 135px;
	vertical-align: middle;
	text-align: center;
}




/*================= Navbar levels =======================*/
.navbar .nav.level-2 {
	background-color: #cccccc;
	margin-top: 8px;
}
.navbar .navbar-nav.level-2 > li {
	width: 155px;
}
.navbar .navbar-nav.level-2 > li > a {
	color: #000000;
	padding: 6px 0;
	text-align: center;
}
.navbar .navbar-nav.level-2 > li > a:hover,
.navbar .navbar-nav.level-2 > li > a:focus {
	color: #000000;
}
.navbar .navbar-nav.level-2 > .active {
	background-color: #797979;
}
.navbar .navbar-nav.level-2 > .active:after {
	border-top: 6px solid #797979;
}
.navbar .navbar-nav.level-2 > .active > a {
	color: #000000;
}
.navbar .navbar-nav.level-2 > .active > a:hover,
.navbar .navbar-nav.level-2 > .active > a:focus {
	color: #000000;
}

/*================= Responsive utilities =======================*/
@media (min-width: 992px) {
	.navbar .navbar-nav > li > a {
		font-size: 13px;
	}
	.navbar .nav > li > a {
		/* padding: 6px 40px; */
	}
}
@media (min-width: 1200px) {
	.navbar .nav > li > a {
		/* padding: 6px 40px; */
	}
}
@media (min-width: 1300px) {
	.navbar .navbar-nav > li > a {
		font-size: 14px;
	}
}
@media (min-width: 1400px) {
	.navbar .nav > li > a {
		padding: 6px 18px;
	}
}
@media (min-width: 1500px) {
	.navbar .nav > li > a {
		padding: 6px 24px;
	}
}


/*========================================================
					Footer styles
=========================================================*/
footer {
	background-color:#3399fe;
	background-image: linear-gradient(#3399fe 1px, transparent 1px),
		linear-gradient(90deg, #3399fe 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
	background-size:100px 100px, 100px 100px, 10px 10px, 10px 10px;
	background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
	border-top: 5px solid #f2d438;
	color: #ffffff;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer p {
	margin: 20px 0;
}


/*========================================================
					Section styles
=========================================================*/
section {
	margin: 10px 0;
}


/*========================================================
					Cart styles
=========================================================*/
.CartItems {
	max-height: 140px;
	overflow-y: scroll;
}
.cart-cnt {
	background-color: #cccccc;
	padding: 12px;
}
.cart-section.border {
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.cart-section .cart-section-title .glyphicon {
	font-size: 22px;
	margin-right: 12px;
	vertical-align: top;
}
.cart-section .cart-section-title .title-text {
	color: #000000;
	font-size: 16px;
	vertical-align: top;
}
.cart-section .cart-section-title a.title-text:hover {
	color: #000000;
	text-decoration: underline;
}
.cart-section .cart-section-list ul {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 19px;
}
.cart-section .cart-section-list a {
	color: #000000;
}
.cart-section .cart-section-list a:hover {
	color: #000000;
	text-decoration: underline;
}
.cart-section .cart-section-checkout .total-sum {
	font-weight: 700;
	margin-bottom: 6px;
}

.cart-table td {
    vertical-align: middle !important;
}
.cart-table .product-name p {
	margin: 0;
}
.order-table {
	float: right;
	width: 300px;
}
.my-orders-table td {
    vertical-align: middle !important;
}
.my-orders-table th {
    vertical-align: middle !important;
}

/*========================================================
					Table styles
=========================================================*/
table.table-santa th, table.table-santa td {
	border-bottom: 0 !important;
	border-top: 0 !important;
}
table.table-santa td {
	text-align: right;
}
table.table-santa thead td {
	background-color: #797979;
	font-weight: 700;
}
table.table-santa thead td a {
	color: #ffffff;
}
table.table-santa thead td a:hover,
table.table-santa thead td a.active {
	color: #ffffff;
	text-decoration: underline;
}
table.table-santa tbody tr.header {
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
table.table-santa tbody tr td:first-of-type {
	background-color: #ffffff !important;
	text-align: left !important;
}
table.table-santa tbody tr td.buy-cell {
	
}
table.table-santa tbody tr td.buy-cell button {
	background-color: #FF7F50;
	border: 0;
	color: #ffffff;
	font-weight: 700;
}
table.table-santa tbody tr td.buy-cell button:focus {
    outline: none;
}
table.table-santa tbody tr td .active-filter {
	color: #3399fe;
}

/*========================================================
					Custom styles
=========================================================*/
.logo_cnt {
	position: relative;
}

.Register {
	position: absolute;
	top: 10px;
	left: 0px;
}
.logo_cnt .glyphicon {
	font-size: 26px;
}
.LogIn {
	position: absolute;
	top: 10px;
	right: 0px;
}
.LogOut {
	position: absolute;
	top: 10px;
	right: 0px;
}
.UserProfile {
	position: absolute;
	top: 10px;
	left: 0px;
}
.nav-img img {
	max-width: 135px;
	max-height: 135px;
}
.ItemSearchBox {
	width: 300px;
}
.text-error {
	color: red;
}
.no-border {
	border: none;
}
.no-shadow {
	box-shadow: none;
}
.marginT20 {
	margin-top: 20px;
}
.marginT60 {
	margin-top: 60px;
}
.marginB20 {
	margin-bottom: 20px;
}
.marginB40 {
	margin-bottom: 40px;
}
.marginB50 {
	margin-bottom: 50px;
}
.marginB60 {
	margin-bottom: 60px;
}
.PT10  {
	padding-top: 10px;
}
.RegistrationMessage {
	font-size: 1.5em;
}
.SideBar {
	position: relative;
}
.AutoExtender {
	background-color: #FFF;
	border: 1px solid grey;
	list-style-type: none;
	padding: 0;
	box-shadow: 0px 0px 1px grey;
	width: 300px !important;
}
.AutoExtenderList {
	padding: 0;
	text-align: left;
	border-bottom: 1px solid grey;
	padding: 4px;
	font-weight: bold;
}
.AutoExtenderHighlight {
	background-color: #3399fe;
	font-weight: bold;
	border-bottom: 1px solid grey;
	color: #FFF;
	padding: 4px;
}
.AutoExtenderHighlight:hover {
	cursor: pointer;
}


/*========================================================
					Loaders
=========================================================*/
.Loader1 {
	display: none;
	/*width: 720px;*/
	width: 100%;
	height: 403px;
	position: absolute;
	top: 0;
	left: 0;
}
.Loader2 {
	display: none;
	width: 100%;
	height: 403px;
	position: absolute;
	top: 0;
	left: 0;
}
.CartWidgetLoader {
	display: none;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
    overflow: hidden;
}
section {
	position: relative;
}
.OrderPageLoader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.Spin {
	display: block;
	opacity: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/*background-color: rgba(51,153,254,0.5);*/
	border-radius: 50%;
	transform: rotate(0deg);
	animation: Spin 0.4s linear infinite, Show 0.2s linear forwards;
}
.Spin:before {
	content: "";
	display: block;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 40px;
	border-radius: 50%;
	background-color: rgba(51, 153, 254, 0.9);
}
.Spin:after {
	content: "";
	display: block;
	width: 15px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 40px;
	border-radius: 50%;
	background-color: rgba(51, 153, 254, 0.9);
}
@keyframes Spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes Show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*========================================================
					Category slider
=========================================================*/
.Item {
	float: left;
	width: 120px;
	height: auto;
	overflow: hidden;

}
.ItemFilters {
	float: left;
	width: 340px;
    overflow: hidden;
}
.ItemWindow {
    box-sizing: border-box;
	position: relative;
	float: left;
	width: 720px;
	overflow: hidden;
	/*height: 403px;*/
    height: auto;
    padding-bottom: 20px;
}
.ItemWindowControls {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	padding: 0 30px;
}
.ScrollBar {
	box-sizing: border-box;
	width: 100%;
	height: 18px;
	margin-top: 1px;
	background-color: #797979;
	border-radius: 2px;
	padding: 2px;
}
.ScrollBarHandle {
	position: relative;
	height: 14px;
	width: 18px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
}
/*.ScrollBarHandle:hover {
	cursor: pointer;
}*/
#PreviousItem, #NextItem {
	display: block;
	width: 20px;
	height: 20px;
	border: none;
	background-color: #797979;
	position: absolute;
	top: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	overflow: hidden;
	border-radius: 2px;
}

#PreviousItem {
	left: 0;
}
#PreviousItem:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto 0;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	border-radius: 2px;
}

#NextItem {
	right: 0;
}

#NextItem:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto 0;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	border-radius: 2px;
}
#PreviousItem:focus, #NextItem:focus {
	outline: none;
}
.ItemSlider {
	width: 100%;
	position: relative;
	left: 0;
}
.ItemSlider:after {
	content: "";
	display: block;
	clear: both;
}
table.table-santa.Item tbody tr td:first-of-type {
	text-align: right !important;
}

.table-striped.Item > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9 !important;
}

.table-striped.Item > tbody > tr.header {
	background-color: #fff !important;
}

table.table-santa.Item tbody tr td:first-of-type {
	background-color: transparent !important;
}
.ItemName {
	display: inline-block;
    max-width: 110px;
	height: 15px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.ItemInfoOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    background-color: rgba(0,0,0,0.8);
	overflow-y: auto;
	z-index: 1000;
}
.ItemInfo {
    width: 700px;
    padding: 15px 40px 40px;
    height: 90vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right:0;
    left: 0;
    margin: auto;
    /*box-shadow: 0px 0px 3px #000;*/
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
    border-radius: 2px;
}
.MCL .ItemInfo {
    width: 270px;
}
/*.FULL .ItemInfo {
    width: 25%;
}*/
#ItemInfoClose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 30px;
    background-color: rgb(255, 70, 10);
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-bottom-left-radius: 2px;
}
#ItemInfoClose:focus {
    outline: none;
}
.ItemInfo .Name {
    position: relative;
	color: #000;
    text-align: center;
    margin: 0 0 25px 0;
    /*border-bottom: 1px solid #797979;*/
    padding: 0 0 0px 0;
}
.ItemInfo .ItemImage {
    display: table-cell;
    width: 620px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.ItemInfo .ItemImage img {
    max-width: 620px;
    max-height: 250px;
    vertical-align: middle;
}
.ItemInfo .Description {
	color: #000;
    margin: 20px 0;
    text-align: justify;
}
.ItemInfo .Next {
	display: block;
    width: 20px;
    height: 60px;
    border: none;
    background-color: #797979;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.ItemInfo .Next:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	border-radius: 2px;
}
.ItemInfo .Previous {
	display: block;
    width: 20px;
    height: 60px;
    border: none;
    background-color: #797979;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.ItemInfo .Previous:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-radius: 2px;
}
.ItemInfo .Next:focus,
.ItemInfo .Previous:focus {
	outline: none;
}
.ItemInfo .ItemParametersTableContainer {
    margin: 20px 0 0;
    width: 600px;
}
.ItemInfo .ItemParametersTableContainer:after {
    content: "";
    display: block;
    clear: both;
}
.ItemInfo .ItemParametersTable {
    width: 260px;
    float: left;
    overflow: hidden;
}
.ItemInfo .ItemParametersTable tr.header,
.ItemInfo .ItemParametersTableParameters tr.header {
    border-bottom: 1px solid #000000;
}
.ItemInfo .ItemParametersTable td, 
.ItemInfo .ItemParametersTable th,
.ItemInfo .ItemParametersTableParameters td,
.ItemInfo .ItemParametersTableParameters th {
    padding: 5px;
    font-size: 12px;
}
.ItemInfo .ItemParametersTable td span, 
.ItemInfo .ItemParametersTable th span {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: 260px;
}
.ItemInfo .ItemParametersTableParameters td span, 
.ItemInfo .ItemParametersTableParameters th span {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: 330px;
}
.ItemInfo .ItemParametersTableParameters {
    float: left;
    width: 330px;
}
.NoDataFound {
	box-sizing: border-box;
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 403px;
	background-color: #FFF;
	padding-top: 100px;
}
.NoItemsFound {
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
}
.IsInCart {
	background-color: #1ea512 !important;
    color: #FFF !important;
}
body {
	float: left;
	min-width: 100%;
}






/*========================================================
					NON RESPONSIVE
=========================================================*/
.MH {
	height: 180px;
}
.MH .ML {
    height: 180px;
    position: relative;
}
.W1 {
	width: 1200px;
}
.W1:after {
    content: "";
    clear: both;
    display: block;
}
.W1 p:after {
	content: "";
	display: block;
	clear: both;
}
.W1 img {
	margin: 5px;
}
.ML {
	float: left;
	width: 475px;
	padding: 0 15px;
}
.MS {
	float: right;
	width: 725px;
	height: 180px;
    overflow: hidden;
}
.MS ul {
    list-style-type: none;
}
.MCL {
	float: left;
	width: 900px;
	padding: 0 15px;
}
.MCL:after {
    content: "";
    display: block;
    clear: both;
}
.SCR {
	float: right;
	width: 300px;
	padding: 0 15px;
}
.SCR.OnTop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}
.FULL {
	width: 100%;
	padding: 0 15px;
}
.FULL:after {
    content: "";
    display: block;
    clear: both;
}
.LOGIN {
	width: 540px;
	margin: 0 auto;
}
.LOGINLABEL {
	padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
	width: 25%;
	float: left;
	display: inline-block;
    max-width: 100%;
    font-weight: 700;
}
.LOGININPUT {
	width: 75%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.LOGINBUTTONS {
	margin-left: 25%;
	width: 75%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.REGISTRATION {
	width: 1140px;
	margin: 0 auto;
}
.REGISTRATIONAREA {
	width: 50%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.REGISTRATIONLABEL {
	padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
	width: 33.33333333%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.lvl1,
.lvl2,
.lvl3 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.lvl2,
.lvl3 {
    display: none;
}
.lvl2.show,
.lvl3.show {
    display: block;
}
.lvl2.open,
.lvl3.open {
    height: 199px;
}
.lvl1:after,
.lvl2:after,
.lvl3:after {
    content: "";
    display: block;
    clear: both;
}
.lvl1_wrap,
.lvl2_wrap,
.lvl3_wrap {
    position: relative;
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;*/
}
.lvl1_wrap {
    height: 32px;
    background-color: #3399fe;
}
.lvl2_wrap {
    height: 32px;
    background-color: #CCC;
}
.open .lvl2_wrap {
    height: 189px;
}
.lvl3_wrap {
    height: 32px;
    background-color: #CCC;
}
.open .lvl3_wrap {
    height: 189px;
}
.lvl1_wrap > ul {
	background-color: #3399fe;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.lvl1_wrap > ul:after {
	content: "";
	display: block;
	clear: both;
}
.lvl1_wrap > ul > li {
	float: left;
	position: relative;
	display: block;
}
.lvl1_wrap > ul > li > a {
	color: #ffffff;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
    display: block;
	font-weight: 700;
}
.lvl1_wrap > ul > li > a:hover,
.lvl1_wrap > ul > li.active > a {
	text-decoration: underline;
}
.lvl1_wrap > ul > li.active:after {
	border-top: 6px solid #3399fe;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	width: 0;
}
.lvl2_wrap > ul, 
.lvl3_wrap > ul {
	background-color: #cccccc;
	width: 100%;
	/*float: left;*/
	/*margin: 8px 0 0 0;*/
	padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.lvl2_wrap > ul:after, 
.lvl3_wrap > ul:after {
	content: "";
	display: block;
	clear: both;
}
.lvl2_wrap > ul > li ,
.lvl3_wrap > ul > li {
	width: 155px;
	padding: 0;
	float: left;
    position: relative;
    display: block;
}
.lvl2_wrap > ul.active > li
.lvl3_wrap > ul.active > li {
	padding: 12px 10px 0px;
}
.lvl2_wrap > ul > li.active, 
.lvl3_wrap > ul > li.active {
	background-color: #797979;
}
.lvl2_wrap > ul > li.active:after, 
.lvl3_wrap > ul > li.active:after {
	border-top: 6px solid #797979;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 0;
}
.lvl2_wrap > ul.active > li > .nav-img, 
.lvl3_wrap > ul.active > li > .nav-img {
	display: table-cell;
    margin: 0;
    width: 135px;
    height: 135px;
    vertical-align: middle;
    text-align: center;
	max-height: 135px;
    max-width: 135px;
}
.lvl2_wrap > ul > li > .nav-img, 
.lvl3_wrap > ul > li > .nav-img {
	display: none;
}
.lvl2_wrap > ul > li > .nav-img > img, 
.lvl3_wrap > ul > li > .nav-img > img {
	max-width: 135px;
    max-height: 135px;
	vertical-align: middle;
    margin: 0;
}
.lvl2_wrap > ul > li > a, 
.lvl3_wrap > ul > li > a {
	color: #000000;
    padding: 6px 5px;
    text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: 32px;
}
.lvl2_wrap > ul > li > a:hover,
.lvl2_wrap > ul > li.active > a, 
.lvl3_wrap > ul > li > a:hover,
.lvl3_wrap > ul > li.active > a {
	text-decoration: underline;
}
.level-2.active > li > a {
    padding: 11px 5px;
    height: 42px;
}
.menuControl {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background-color: transparent;
    z-index: 100;
}
.menuControl.active {
    display: block;
}
.menuControl:focus {
    outline: none;
}
.lvl1_prev, .lvl1_next {
    width: 20px;
    height: 32px;

}
.lvl1_prev {
    left: 0;
    box-shadow: 1px 0 1px #000;
}
.lvl1_prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto 0;
    border-radius: 2px;
}
.lvl1_next {
    right: 0;
    box-shadow: -1px 0 1px #000;
}
.lvl1_next:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    border-radius: 2px;
}
.lvl2_prev, .lvl2_next,
.lvl3_prev, .lvl3_next {
    width: 20px;
    height: 32px;
}
.open .lvl2_prev, .open .lvl2_next,
.open .lvl3_prev, .open .lvl3_next {
    height: 189px;
}
.lvl2_prev, .lvl3_prev {
    box-shadow: 1px 0 1px #000;
    left: 0;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
}
.lvl2_prev:after, .lvl3_prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto 0;
    border-radius: 2px;
} 
.lvl2_next, .lvl3_next {
    box-shadow: -1px 0 1px #000;
    right: 0;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
}
.lvl2_next:after, .lvl3_next:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    border-radius: 2px;
}


.ItemsContainer {
    float: left;
}

.MCL .ItemsContainer {
    width: 870px;
}
.FULL .ItemsContainer {
    width: 100%;
}


.ParameterFilter {
    background-color: transparent;
    border: none;
    padding: 0;
    display: block;
    width: 340px;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Set .ParameterFilter {
    /*padding-left: 10px;*/
}
.Set .ParameterFilter:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #FF7F50;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
}
.ParameterFilter:hover {
    cursor: pointer;
}
.ParameterFilter:focus {
    outline: none;
}
.ItemsContainer .Parameter {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    max-width: 110px;
    height: 15px;
    font-size: 12px;
}
.ParameterFilterValue {
    position: absolute;
    top: 0px;
    left: -185px;
    z-index: 10;
    width: 170px;
    height: 30px;
    background-color: #797979;
    box-sizing: border-box;
    padding: 4px 5px;
    display: block;
    transition: left ease-in-out 0.1s;
}
.ParameterFilterValue.Show {
    display: block;
    left: 0px;
}
.ParameterFilterValue input {
    width: 100%;
    height: 22px;
    border: none;
    padding: 0 5px;
    box-sizing: border-box;
}
.ParameterFilterValue input:focus {
    outline: none;
}
.CFV {
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: -15px;
    border: none;
    background-color: #FF7F50;
    padding: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.CFV:focus {
    outline: none;
}
.CFV:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto 0;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-radius: 2px;
}
.ParameterFilterNameIco {
    display: none;
    position: absolute;
    top: 5px;
    right: -40px;
    font-size: 21px;
}
.Show .ParameterFilterNameIco {
    display: block;
}
.ParameterFilterName {
    display: none;
    position: absolute;
    left: 25px;
    top: 10px;
    width: 120px;
    height: auto;
    background-color: rgba(15,15,15, 0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 5px;
    text-align: left;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
}
.ParameterFilterNameIco:hover .ParameterFilterName {
    display: block;
}
.FilterButton {
    position: relative;
    display: inline-block;
    background-color: #797979;
	border: 0;
	color: #ffffff;
	font-weight: 700;
    border-radius: 3px;
    margin: 15px 0 0 0;
}
.FilterButton:focus {
    outline: none;
}
.AddToCartItem {
    background-color: #FF7F50;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.AddToCartItem:focus {
    outline: none;
}
.AddToCartItem:hover {
    background-color: #FF7F50;
    color: #FFF;
}



@media only screen and (min-width: 1200px) {
	.W1 {
		width: 100%;
	}
	.ML {
		width: 25%;
	}
	.MS {
		width: 75%;
	}
	.MCL {
		/*width: 83.33333333%;*/
		width: 80%;
	}
	.SCR {
		/*width: 16.66666667%;*/
		width: 20%;
	}
    .MCL .ItemsContainer {
        width: 100%;
    }
    .MCL .ItemInfo {
        width: 25%;
    }
}


