/**** 
Color Schemes: {"light": "Light", "dark": "Dark"}
****/
/*** 
Viart Editor Example class: .special-text { --ve-tag: "a,h,div";  --ve-class: "special-text"; --ve-desc: "Special text style"; color: blue; } 
***/
/*** import fonts ***/
@font-face{
	font-family:'FA';
	src: 
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
/*** General styles ***/
* { overflow-wrap: break-word; word-break: break-word; } 
body			{font: 12px Arial, Helvetica, sans-serif; color: #000000; margin: 0; padding: 0; background: #FFFFFF;}
body.popup	{font: 12px Arial, Helvetica, sans-serif; color: #000000; margin: 0; padding: 0; background: #FFFFFF;}
.popup-shade { z-index: 10000; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.6); } 
.popup-shade > .popup-close:after { font-size: 28px; color: #999; padding: 1px 5px; }
.popup-shade > .popup-close:hover:after { color: #fff; }
.popup-area { z-index: 20000; position: fixed; top: 0; left: 0; max-height: 100vh; max-width: 100vw; overflow: auto; box-shadow: 10px 10px 10px #000; }
.popup-area img { width: auto; height: auto; max-width: none; max-height: none; }
.popup-area .popup-close:after { font-size: 14px; }
.popup-block, .bk-popup { display: block; padding: 10px; background: #fff; border: 3px solid #069; min-height: 100px; min-width: 400px; border-radius: 5px; }
.popup-block .popup-close:hover, .bk-popup .popup-close:hover { color: #f00; }
.popup-close { float: right; cursor: pointer; }
.popup-block .head, .bk-popup .head { clear: both; font: bold 18pt Arial; color: #069; text-align: center; }
.popup-block .body, .bk-popup .body { clear: both; font: 12pt Arial; padding: 10px 0; }
.popup-block .foot, .bk-popup .foot { clear: both; font: 10pt Arial; padding: 10px 0 0; color: #999; text-align: center; }
.pp-link, .popup-link { cursor: pointer; }
.pp-link:hover, .pp-link.expand-open, .popup-link:hover, .popup-link.expand-open { color: #2F97EC; }
.pp-help, .help-popup, .note-popup { font-family: Arial; display: none; padding: 0; position: absolute; z-index: 222; background: #fbfbff; border: 1px solid #4a7eba; border-radius: 3px; box-shadow: 10px 10px 10px #333; min-height: 50px; min-width: 100px; max-width: 500px; color: #2F97EC; }
.pp-help.expand-open, .help-popup.expand-open, .note-popup.expand-open { display: block; }
.pp-help .pp-body { clear: both; padding: 8px; }

.wishlist-popup { min-width: 300px; width: 300px; line-height: 20px; }
.wishlist-desc { margin-top: 10px; }
.popup-body { clear: both; }
.popup-message { border: 1px solid #CED7DF; background: #fff; padding: 5px; width: 300px; white-space: normal; text-align: center; cursor: pointer; }
.popup-error { border: 1px solid #c00; background: #FFE0E0; padding: 5px; width: 300px; white-space: normal; text-align: center; cursor: pointer; }

.fa, .ico, .icon { font-family: FA; font-style: normal;  }
a	{ outline: 0px; text-decoration: underline;}
a:hover { text-decoration: none; }
table { border: none; }
img { max-width: 100%; height:auto; }

/*** form styles ***/
form {margin: 0; padding: 0;}
.form-desc { padding: 5px; }
.form .tab-data { padding: 0; }
.form .section { clear: both; padding: 5px 10px; background: #dedede; }
.form .division { padding: 5px 10px; clear: both; }
.field { clear: both; padding: 5px 10px; display: flex; flex-wrap: wrap; }
.field .comments { font-style: italic; color: gray; font-family: times; }
.field .name { padding-top: 2px; flex: 0 0 200px; }
.field.required .name:after,
.field.fd-required .name:after { content: "\f069"; padding-left: 5px; font: 8px FA; top: -1px; position: relative;}
.field .control { min-width: 200px; flex-grow: 1; }
.field .after { clear: both; }
.field input[type=text] { max-width: 100%; }
.field textarea { max-width: 100%; }
.field .control input[name=validation_number], .field .control input[name=comment_validation_number], 
.field .control input[name=answer_validation_number] { height: 30px; margin: 0; padding: 0; border: 1px solid #AAA; float: left; font: 20px Arial; letter-spacing: 1px; text-align: center; width: 70px; }
.fd-value select { display: none; }
.fd-value .control-value { display: block; }
.fd-error .name  { color: red; }
.fd-error input, .fd-error textarea, .fd-error select { border-color: red; border: 1px solid red; }
.validation-image { float: left; }
.form .buttons { padding: 7px 10px; display: flex; flex-wrap: wrap; }
.buttons .name { flex: 0 0 200px; }
.buttons .control { min-width: 200px; flex-grow: 1; }
/*** end form styles ***/

/*** layouts and frames ***/
.frame, .layout { margin: 0; padding: 0; }
.fm-header, .layout, .fm-footer { clear: both; margin: 0 auto; text-align: left; width: 1240px; } 
.fm-left { margin-right: 10px; width: 240px; }
.fm-right { margin-left: 10px; width: 240px; }
.layout .frame { float: left; position: relative; min-height: 1px; }

/* Double and Triple frames */
.lt-single .fm-middle { width: 100%; }
.lt-double .fm-middle, .lt-right .fm-middle { width: 990px; }
.lt-triple .fm-middle { width: 740px; }

/* Hot frame */
.hot-left { float: left; width: 990px; }
.hot-right { float: left; width: 250px; }
.lt-hot .fm-hot {width: 990px; }
.lt-hot .fm-middle { width: 740px; }

/* block, area, breadcrumb global styles */
.block, .area, .breadcrumb { margin-top: 10px; }

/* rows and cols general styles */
.cols { display: flex; width: 100%; align-content: stretch; box-sizing: border-box; flex-wrap: wrap; }
.col { box-sizing: border-box; }
.col-1 { clear: both; }
.cols-1 .col { width: 100%; }
.cols-2 .col { width: 50%; }
.cols-3 .col { width: 33.33%; }
.cols-4 .col { width: 25%; }
.cols-5 .col { width: 20%; }
.cols-6 .col { width: 16.66%; }
.row { clear: both; position: relative; }
/* end rows and cols styles */

/* content layout styles */
.clt { display: flex; width: 100%; align-content: stretch; box-sizing: border-box; }
.cfm { box-sizing: border-box; }
.clt1-even .cfm { width: 100%; }
.clt2-even .cfm { width: 50%; }
.clt3-even .cfm { width: 33.33%; }
.clt4-even .cfm { width: 25%; }
.clt5-even .cfm { width: 20%; }
.clt2-cfm1-large .cfm1, .clt2-cfm2-large .cfm2 { width: 75%; }
.clt2-cfm2-large .cfm1, .clt2-cfm1-large .cfm2 { width: 25%; }
.clt3-cfm1-large .cfm, .clt3-cfm2-large .cfm, .clt3-cfm3-large .cfm { width: 25%; }
.clt3-cfm1-large .cfm1, .clt3-cfm2-large .cfm2, .clt3-cfm3-large .cfm3 { width: 50%; }
/* end content styles */

.bk-data.sr-slideshow .row { position: static; } 
.block.bk-products-offers .body, .block.bk-products-list .body, .block.bk-user-product .body,
.block.bk-user-ad .body, .block.bk-profiles-user-edit .body, .block.bk-user-product-subcomponents .body,
.block.bk-user-product-option .body { padding: 0; }
.bk-user-product-registration .body { padding: 10px 0px; }

.products { display: flex; flex-wrap: wrap; position: relative; }
.row-title > td, .row-title > th { border-width: 1px 0 0 0; padding: 5px; }
.row-cell > td, .row-cell > th { border-width: 1px 0 0 0; padding: 5px; }

.bk-data { position: relative; overflow: hidden; }
.multi-add { border-width: 1px 0 0 0; }

.block .head { font: bold 16px tahoma, Arial; text-transform: uppercase; padding: 10px; }
.block.hidden-title .head { display: none; }
.block .sub-head { padding: 10px 10px 0 10px; font: 16px Arial, Helvetica; text-transform: uppercase; }
.block .sub-body { padding: 10px; }
.block .body { padding: 10px; }
.block .foot { display: none; }
.bk-user-home .head:before { content: "\f015"; font-weight: normal; font-family: FA; }

.breadcrumb {padding: 10px; border-width: 0px 5px 0px 0px; border-style: solid; }
.breadcrumb .rss { float: right; }
.breadcrumb i { padding: 0 5px; font-style: normal; font-family: FA; }
.breadcrumb i:first-child { display: none; }
.breadcrumb i:after { content: "\f105"; }
.breadcrumb a:last-child { font-weight: bold; text-decoration: none; }

/*** definition of different schemes ***/
.bg-body { background: #fdfdfd; }
.bg-title, .middlebg {background: #f5f5f5; color: #333; font-weight: bold;}
.br-solid, .br-solid > td, .br-solid > th { border: 1px solid #f0f0f0; }
tr:nth-child(2n+1) .row { background: #fffeee;}
tr:nth-child(2n) .row { background: #fff;}
.fa {color: #555;}
a	{color: #555; }
a:hover { color: #7af; }

.block, .area, .breadcrumb { border: 1px solid #ccc; background: #f3f3f3; }
.block { border-right: 5px solid #ccc; }

.block .head { background: #e7e7e7; color: #41B944; border-bottom: 1px solid #ccc; }
.block .head a { color: #333; text-decoration: none; }
.block .sub-head { color: #444; }

.bk-header .logo { float: left; } 
.bk-header .header-menu { clear: both; padding: 0 5px; }
.bk-header .header-menu:after { }

.nav-header > li > a { color: #fff; font-weight: bold; }
.nav-header > li a:hover { color: #000; }
.dark .nav-header > li > a:hover { color: #fffddd; }
.dark .nav-header > li.nav-active > a:hover { color: #333; }
.nav-header > li.nav-active > a { font-weight: bold; border: 2px solid #e0e0e0; background: #fff; color: #000; border-bottom: none; }
.nav-header li ul { border-color: #41b944 #f0f0f0 #41b944 #f0f0f0 ; }
.nav-header li li a { background: #fdfdfd; color: #333; }
.nav-header li li a:hover { background: #f5f5f5; color: #7af;}

.bk-header .nav-expand { background: #333; color: #f0f0f0; }
.dd { background: #f0f0f0; color: #333;}
.bk-header .nav-expand.expand-open { border-bottom: 1px solid #c0c0c0; } 

.bk-products-offers .col:after, .bk-products-list .col:after { background: #f0f0f0; }

.tabs { border-color: #ccc; }
.tabs a { background: #ddd; color: #333; border-color: #ccc; }
.tabs a:hover			{ background: #f5f5f5; }
.tabs li.tab-active a { background: #f0f0f0; color: #333; }

/*
a.button { color: #fff; background: #7af; cursor: pointer;}
a.button:hover { color: #fff; }
*/

/* start custom styles */
a.button { color: #fff; background: #ff0c0c; }
a.button:hover { color: #fff; }
/* end custom styles */
/*** end default white scheme ***/

.search-results { text-transform: none; padding: 10px; }
.sorter { text-align: right; padding: 10px; font-size: 14px; }
.sorter-select { position: relative;  display: inline-block; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px; background: #fff; cursor: pointer; }
.sorter-select:after { font-family: FA; content: "\f0d7"; padding-left: 10px; }
.sorter-select.expand-open:after { content: "\f0d8"; }
.sorter ul { display: none; position: absolute; right: 0; border: 1px solid #c0c0c0; border-radius: 3px; width: 150px; background: #fff; z-index: 100; box-shadow: 3px 3px 3px #888888; margin: 10px 0; padding: 0; }
.sorter ul li { list-style: none; border-bottom: 1px solid #c0c0c0; }
.sorter ul li:last-child { border: none; }
.sorter ul li a { display: block; padding: 10px 10px; text-decoration: none; }
.sorter ul li a:hover { background: #f0f0f0; }
.sorter ul.expand-open { display: block; }
.navigator { text-align: right; padding: 10px; border-width: 1px 0 0 0; white-space: nowrap; }
.search-popup { display: none; position: absolute; background: #fff; border: 1px solid #ccc; box-shadow: 5px 5px 5px #ccc; width: 500px; z-index: 100; }
.search-popup.show-popup { display: block; }
.popup-top { padding: 5px; background: #eee; }
.popup-top .ico-close { float: right; cursor: pointer; }
.popup-top .ico-close:hover { color: red;  }
.popup-top .note { color: #aaa; padding: 0 10px; font-size: 12px; }
.found-products { padding: 0; min-height: 40px; max-height: 300px; overflow-y: auto; clear: both; }
.search-popup .found-product { padding: 5px 10px; display: block; }
.search-popup .found-product:hover { background: linear-gradient(#5f8dfa, #1269f7); }
.search-popup .product-image { float: left; width: 40px; height: 40px; text-align: center; }
.search-popup .product-image img { max-width: 40px; max-height: 40px; }
.search-popup .product-info { padding: 0 5px; float: left; width: 410px; }
.search-popup .product-title { font-size: 14px; font-weight: bold; color: #000; text-decoration: underline; }
.search-popup .product-desc { color: #000; }
.popup-bottom { padding: 5px; font-style: italic; background: #eee; }
.popup-bottom a { display: block; text-decoration: none; color: #000; }

tr, td		{font: 12px Arial, Helvetica, sans-serif; }
h1, h2		{padding: 0px; margin: 0px;}
a.header 			{text-decoration: none;}
a.header:hover		{text-decoration: underline; }
a.title				{font-size: 15px; font-weight: bold;}

input, textarea, select {font: 12px Arial, Helvetica, sans-serif; margin-top: 1px; padding: 2px; }
input.submit		{
	color: #333; border: 1px solid #777; border-radius: 3px; padding: 0px 7px; 
	cursor: pointer; font-size: 13px; height: 22px; margin: 0 1px 0 0; box-shadow: 1px 1px 1px #333;
}
input.submit:active { box-shadow: none; margin: 0 0 0 1px; }


.usualbg  			{background: transparent;}
.padding6px, .table-data td, .table-data th { padding: 6px; }
.padding10px { padding: 10px; }
.table-data td td, .table-data th th { padding: 0; }
.titleText		{color: #1584D2; text-decoration: none; }
.top				{font-size: 11px;}
.bigText			{font-size: 14px;}
.comment			{font-size: 11px; color: #7777CC;}
.message			{color: #FFBA00;}
.text-small, .found-in, .smallText {font-size: 11px;}
.product-name, article-title, .title, .bigtitle, .item-name { font-size: 14px; font-weight: bold; }
.terms			{height: 300px; width: 600px; overflow: auto; border: 1px solid #c0c0c0; }

span.nobr      {white-space: nowrap !important;}
.right { float: right; }
.left { float: left; }
.floatright 	{float: right;}
.floatleft 		{float: left;}
.clearboth 		{clear: both;}
.clear { clear: both; }
.hide-block, .hidden-block, .fd-hide, .hidden { display: none; }
.show-block, .showing-block, .display-block, .fd-show { display: block; }

/*** errors and messages styles ***/
.errors, .errors-block, .error-block, .errorbg { background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center; margin: 0 0 10px 0; }
.error-desc { padding: 6px 0; border-top: 1px solid #c77; color: #f00; f2ont-weight: normal; }
.error-desc:first-child { border-top: none; }
.messages, .messages-block, .message-block, .success-block, .messagebg { background: #E0E0FF; border: 1px solid #77f; color: #0000CC; font-weight: bold; padding: 6px; text-align: center; margin: 0 0 10px 0;}
.msg-desc { text-align: center; margin-right: 20px; padding: 1px 0; }
div.message     { color: #0000FF; text-align: center; border: 1px solid #AAAAFF; padding: 10px; background: #EEEEFF; margin-bottom: 10px; }
div.errors { background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center; width: 97%; margin: auto; margin-top: 10px; margin-bottom: 5px;}
.bk-message { padding: 15px; font-size: 20px;	text-align: center; color: #007; margin: 10px 0 0; 	border: 1px solid #007; border-radius: 10px; background: linear-gradient(#dde, #eef); box-shadow: 1px 1px 3px #337; }
.bk-error { color: #FF0000; text-align: center; border: 1px solid #FFAAAA; padding: 10px; background: #FFEEEE; border-radius: 5px; box-shadow: 1px 1px 3px #733; }
.item-desc .bk-error { padding: 0 10px; }
.bk-intro, .bk-filter { border: 1px solid #C0C0C0; padding: 10px; border-radius: 2px; background: #fff; box-shadow: 3px 3px 3px #ccc; }
.block.bk-intro:first-child, .block.bk-filter:first-child, .block.bk-message:first-child { margin-top: 30px; }
.introBlock {border: 1px solid #8A8A8A; margin: 5px; padding: 6px;}
.error			{color: red; }
/*** end errors and messages styles ***/

/*** navigation bar ***/
.bk-navigation-bar > div { font-size: 0; } /* as nav-bar showed as inline block set font size as zero */
.bk-navigation-bar .nav-bar { font-size: 12px; }
.bk-navigation-bar { margin: 0; padding: 0; border: none; border-radius: 0; background: #333; color: #AAA; text-align: center; }
.bk-navigation-bar.fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 101; }
.foot-navigation-bar { display: none; }
.foot-navigation-bar.fixed { display: block; height: 35px; }
ul.nav-bar {  margin: 0; padding: 0; display: inline-block; text-align: left; } 
ul.nav-bar li i { font-family: FA; font-style: normal; }
ul.nav-bar > li { float: left; position: relative; list-style: none; border-right: 1px solid #555;  border-top: 1px solid #555; border-bottom: 1px solid #555; }
ul.nav-bar > li:first-child { border-left: 1px solid #555; }
/* ul.nav-bar > li.nav-right { float: right; } /* reverse order */
ul.nav-bar li a { padding: 8px 12px; text-decoration: none; font-size: 13px; display: block; float: left; cursor: pointer; color: #AAA; }
ul.nav-bar li li { clear: both; }
ul.nav-bar li ul li a, ul.nav-bar li ul li i { color: #333; }
ul.nav-bar li ul li a:hover { color: #666; }
ul.nav-bar > li:hover, ul.nav-bar > li:hover a { color: #FFF; }
ul.nav-bar li:hover ul li a { color: #333; }
ul.nav-bar li img { padding: 1px 5px 0; display: inline-block; }
ul.nav-bar li ul { display: none; position: absolute; background: white; z-index: 101; left: -1px; top: 33px; list-style: none; margin: 0; padding: 0; border: 1px solid #555; background: #EEE; color: #333; width: 150px; } 
ul.nav-bar li.nav-open > ul { display: block; }
ul.nav-bar li.nav-right ul { left: auto; right: -1px; }
ul.nav-bar ul ul { left: 150px; top: -1px; } 
ul.nav-bar > li.nav-childs > i.expand { float: right; display: block; padding: 8px 8px 8px 0;}
ul.nav-bar > li.nav-childs > i.expand:before { content:"\f0d7"; }
ul.nav-bar li li.nav-childs > i.expand { float: right; padding: 8px 8px 8px 0;}
ul.nav-bar li li.nav-childs > i.expand:before { content:"\f0da"; }

.nav-bar li > i, .nav-bar li > a > i { font-size: 16px/16px; padding: 0 8px 0 0;  display: block; float: left; }
li li > i, li li > a > i { font-size: 13px; }
li.nav-right > i, li.nav-right > a > i { float: right; padding: 0 0 0 8px; }
li.cart > i, li.cart > a > i { padding: 0 16px 0 0; }
li.cart.nav-right > i, li.cart.nav-right > a > i { float: right; padding: 0 4px 0 8px; }
li.expand i { padding: 6px 10px 6px 2px; float: right; cursor: pointer; }
li.expand i:after { font-size: 16px; content:"\f0d7"; }
li.expand.nav-open i:after { content:"\f0d8"; }
li.wishlist i:before { content:"\f004"; }
li.account i:before { content:"\f007"; }
li.help > a > i:before { content:"\f059"; } 
li.about > a > i:before { content:"\f05a"; } 
li.phone > a > i:before { content:"\f095"; }
li.cart i:before { content:"\f07a"; }
li.home i:after { content:"\f015"; }
li.compare i:before { content:"\f24e"; }
li.search i:before { content:"\f002"; }
li.products i:before { content:"\f0c9"; }
li.products ul { width: 150px; text-align: left; }
li.products ul li { float: none; position: relative; }
li.products ul li a { float: none; }
li.products.nav-right ul li a { text-align: right; }
li.products ul li i { float: right; display: block; padding: 6px; }
li.products.nav-right ul li i { float: left;  }
li.products ul li i:before { content: ""; }
li.products ul li.nav-childs > i:before { content: "\f0da"; }
li.products.nav-right ul li.nav-childs > i:before { content: "\f0d9"; }
li.products ul ul { left: 150px; top: 0px; } 
li.products.nav-right ul ul { left: auto; right: 150px; top: -1px; }
li.cart .cart-qty { position: absolute; left: 23px; top: 3px; font-size: 9px; color: #AAA; border: 1px solid #AAA; border-radius: 9px; padding: 0 3px; }
li.cart.nav-right .cart-qty { left: auto; right: 3px; top: 3px; }
li.cart > a > .cart-total { display: none; }

li.site-search i:before { content:"\f00e"; }
i.music:before { content:"\f001"; }

li.languages > a { text-transform: uppercase; }
li.languages > a > img, li.currencies > a > img { float: left; }
ul.nav-bar li.currencies ul { width: 180px; }
li.languages ul li img, li.currencies ul li img { display: inline; float: left;  }
li.languages ul li span, li.currencies ul li span { display: inline;   }
li.search > ul li form, li.site-search > ul li form { border-radius: 5px; margin: 10px; }
ul li.search > ul, ul li.site-search > ul { width: 500px; }
ul li.search.nav-right > ul, ul li.site-search.nav-right > ul { left: auto; right: -1px; width: 500px; }

.category-select { font-size: 14px; float: left; padding: 0; height: 28px; border: 1px solid #CDCDCD; background: #F3F3F3; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: #555; }
.category-select span { display: inline-block; padding: 5px 5px 5px 10px;  }
.search .category-select i { padding: 5px; }
.search .category-select i:before { content: "\f078"; }
.search .category-select.expand-open i:before { content: "\f077"; }
.search .category-select:hover { color: #999; }
.search-button { float: right; }
.search-button input { border: none; background: #333; height: 30px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #EEE; }
.search-field { position: relative; width: auto; overflow: hidden; height: 30px; }
.search-field input { width: 100%; height: 18px; padding: 5px; border: none; border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD;  }
li.site-search .search-field input { border-left: 1px solid #CDCDCD; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
ul.nav-bar li.cart ul { width: 300px; padding: 10px; }

.bk-navigation-bar .nav-expand { color: #aaa; clear: both; display: none; font-weight: bold; font-size: 20px; background: #333; padding: 10px; cursor: pointer; }
.bk-navigation-bar .nav-expand.expand-open { background: #aaa; color: #333; } 
.bk-navigation-bar .nav-expand i { float: right; display: block; padding-top: 3px; font-weight: normal; font-style: normal; font-family: FA; }
.bk-navigation-bar .nav-expand i:after { padding: 0 10px; content:"\f0ae"; }
/* end navigation bar */

/*** header ***/
.bk-header { min-height: 75px; position: relative; z-index: 100; }
.bk-header .logo { 	padding: 10px 10px 5px; } 
.bk-header .logo img { border: none;  }

/* header menu */
.bk-header .nav-expand { clear: both; display: none; font-weight: bold; font-size: 20px; padding: 10px; cursor: pointer; }
.bk-header .nav-expand i { float: right; display: block; padding-top: 3px; font-weight: normal; font-style: normal; font-family: FA; }
.bk-header .nav-expand i:after { padding: 0 10px; content:"\f0c9"; }
.bk-header .nav-expand.expand-open i:after { content:"\f068"; }
.nav-header { display: block; margin: 0; padding: 0; z-index: 20; }

/* top menu elements */
.nav-header > li { display: block; float: left; list-style: none; margin: 0px; padding: 5px 0px 0px; white-space: nowrap; }
.nav-header > li > i { display: none; }
.nav-header > li > a { min-height: 19px; display: block; font: 14px Tahoma, Arial; padding: 6px 15px 4px; text-decoration: none; position: relative; text-transform: uppercase; }
.nav-header > li.nav-active > a { padding: 4px 15px; }

/* popup menu elements */
.nav-header li ul { border-width: 3px 1px 1px; border-style: solid; display: none; margin: 1px 0px; padding: 0px; position: absolute; width: 200px; z-index: 101; }
.nav-header li.nav-open > ul { display: block; }
.nav-header li li { display: block; float: left; list-style: none; margin: 0px; padding: 0px; white-space: nowrap; width: 200px; position: relative; }
.nav-header li li a { padding: 6px 10px; text-decoration: none; font-weight: normal; display: block; }
.nav-header li li.nav-active > a { font-weight: bold; text-decoration: underline; }
.nav-header li ul ul { display: none; left: 200px; margin: 0px; padding: 0px; position: absolute; top: -3px;}
/*** end of header styles ***/

/*** footer ***/
.bk-footer { background: none; border: none; text-align: center; }
ul.nav-footer { margin: 0; padding: 0; display: inline-block; }
ul.nav-footer li { list-style: none; margin: 0; padding: 5px 0 0 5px; float: left; }
ul.nav-footer li:after { content: "|"; }
ul.nav-footer li:last-child:after { content: ""; }

.footer-head, .footer-foot {text-align: center; padding: 10px;}
.viart-logo {text-align: right; padding: 0px 10px 0px 0px;}
.viart-logo img { border: 0;}
/*** end of footer styles ***/

/*** language and currency ***/
.language-select .lang-active { display: inline-block; padding: 7px 10px 5px; cursor: pointer; background: #fff; border-radius: 5px; box-shadow: 1px 1px 3px #555; margin-bottom: 5px; }
.language-select .lang-active:after { font-family: FA; content: "\f107"; padding-left: 5px; }
.language-select .lang-active.expand-open:after { font-family: FA; content: "\f106"; }
.language-select .lang-list { display: none; }
.language-select .lang-list.expand-open { display: block; position: absolute; z-index: 111; background: #fff; padding: 5px 20px 5px 10px; border-radius: 5px; box-shadow: 2px 2px 3px #555; }
.language-select .lang-link { display: block; padding: 3px 0; text-decoration: none; }
.language-select .lang-link.lang-selected:after { font-family: FA; content: "\f00c"; color: #49a068; #487f5d; padding-left: 5px; }
.lang-image { float: left; }
.lang-no-image { float: left; font-size: 10px; background: #eee; min-width: 16px; color: #333; padding: 0; text-align: center; border: 1px solid #777; }
.language-select .lang-name { padding-left: 5px; }
.language-images .lang-link { float: left; text-decoration: none; }
.language-images .lang-no-image { float: left; display: inline-block; margin-right: 5px; }
.language-images .lang-image { margin-right: 5px; }
.language-images .lang-name { display: none; float: left; padding: 0 5px 0 0; }
/*** end language and currency ***/

.layout .bk-products-list .body, .layout .bk-product-details .body { padding: 0; }
.bk-products-list .category-name { font-size: 14px; font-weight: bold; padding: 10px; border-width: 1px 0 0 0; text-transform: uppercase; background: #ddd; }
.bk-products-list .category-desc { border-width: 1px 0 0 0; padding: 6px; }
.product { padding: 10px; }
.after-image { display: none; }

.multi-add { padding: 10px; text-align: right;}

/*** product details, list styles ***/
/* start custom styles */
.products .product { display: grid; grid-template-columns: 1fr 300px; grid-template-rows: auto auto 1fr; }
.products .product .name-block { grid-column: 1 / 2;  grid-row: 1 / 2; } 
.products .product .buy-block { grid-column: 2 / 3;  grid-row: 1 / 3; } 
.products .product .image-block { grid-column: 1 / 2;  grid-row: 2 / 4; } 
.products .product .product-desc { grid-column: 2 / 3;  grid-row: 3 / 4; }
.products .product .buy-block { display: grid; grid-template-columns: 1fr 170px; display: grid; grid-auto-flow: row; }
.products .buy-block div.prices { grid-column: 1 / 2;  grid-row: 1 / 2; font-size: 15px; padding: 4px 0; }
.products .buy-block div.buttons { grid-column: 2 / 3;  grid-row: 1 / 2; font-size: 14px; padding: 0; }
.products .buy-block .button { margin: 0; float: right; }
.products .buy-block select { font-size: 14px; }
.products .buy-block > div { grid-column: 1 / 3; padding-top: 5px; }

.product .image-block { float: left; margin-right: 10px; }
.product h2.product-name { margin-bottom: 5px; }
/* end custom styles */

/*
.product .image-block { float: left; margin-right: 10px; }
.product .name-block { margin-bottom: 5px; }
*/

.grid-view .product { text-align: center; }
.grid-view .product .image-block { float: none; margin-right: 0;  }

.bk-product-details .head h1 { font-size: 16px; }
.bk-product-details img.img-main, bk-product-details img.main-image,
.bk-product-details img.img-default  { background: #FFFFFF; border: 1px solid #78C7FF; padding: 1px; }
.bk-product-details .image-block { float: left; width: 50%; box-sizing: border-box; padding: 10px; }
.bk-product-details .image-block img { max-width: 100%; }
.bk-product-details .link-super { display: block; text-align: center; margin-top: 5px; }
.bk-product-details .buy-block { float: left; width: 50%; box-sizing: border-box; padding: 10px 10px 10px 0; }
.bk-product-details .highlights { background: #FFF; border: 1px solid #0A0; margin: 0 0 10px 0; padding: 5px; }
.bk-product-details .highlights-title { display: none; }
.bk-product-details .shipping-data { margin-top: 10px; }
.bk-product-details .shipping-data > div { margin-bottom: 2px; }

.top-images {padding: 10px 0px 0px 0px;}
.manf-image {padding: 10px 0px 0px 0px;}

.sep-active, .sep-images { float: left; width: 50%; }
.sep-image {float: left; padding: 5px; text-align: center; width: 30%;}
.sep-title, .sub-title { font-weight: bold; }
.sep-desc, .sub-desc { font-size: 11px; font-style: italic; }
.sub-image {float: left; padding: 5px 0; text-align: center; width: 25%;}

.bk-product-details .accessories .image-block { float: left; width: auto; margin-right: 10px; }
.bk-product-details .accessories .buy-block { float: none; width: auto; }
/*** end product details styles ***/

/*** begin product reviews styles ***/
.reviews-stats { padding: 10px ; background: #dedede; border: 1px solid #aaa; } 
.product-emotions { float: right; padding: 0; }
.product-emotions .ico { font-size: 14px; }
.product-emotions .emotion { display: inline-block; white-space: nowrap; border: 1px solid black; padding: 3px; border-radius: 3px; text-decoration: none; color: #333; border-color: #333; background: linear-gradient(#eee, #ddd, #aaa); margin: 1px 0 0; }
.product-emotions .caption:after { content: " - "; }
.product-emotions .emotion:hover { box-shadow: 0 0 0 1px #777; }
.reviews-total { padding: 8px 10px; background: #dedede; margin-top: 10px; border: 1px solid #aaa; } 
.rating { display: block; padding: 3px 5px; text-decoration: none; width: 180px; font: 12px Arial; color: #333; letter-spacing: normal; }
.rating .percent { float: right; width: 32px; text-align: right; }
.rating .total { float: right; }

.filtered-by { display: block; padding: 5px 0; }
.filtered-by .filter { border: 1px solid #555; border-radius: 10px; text-decoration: none; padding: 1px 5px; color: #555; background: linear-gradient(#eee, #ccc); margin-left: 3px; }
.filtered-by .filter:hover { border-color: #f77; background: #fdd; color: #f77; box-shadow: 0 0 0 1px #f77;}
.filtered-by .filter:before { content: "\f00d"; font: 14px FA; padding-right: 3px; } 

.review { padding: 0px 0 10px; }
.review-header { padding: 0 0 4px; border-bottom: 1px dotted #ccc;  padding: 10px 10px 5px; }
.verified-buyer { display: inline-block; font: bold 10px Arial; color: green; border: 1px solid green; padding: 1px 3px; border-radius: 2px; margin-left: 5px; background: #eeffee; }
.summary { font-weight: bold; padding: 5px 10px 0; text-decoration: underline; }
.review-data, .reply-data { background: #fff; border: 1px solid #aaa; border-radius: 5px; padding: 0; }
.review-data .comments { padding: 5px 10px 10px; }
.reply-data .comments { padding: 10px 10px 0px; }
.reply-data .verified-buyer { display: inline-block; font: 10px Arial; color: green; border: 1px solid green; padding: 0px 3px; border-radius: 2px; margin-left: 5px; background: #eeffee; }

.comment-message, .comment-errors { margin: 10px 0; width: 400px; box-sizing: border-box; display: none; }

.review .ico-comment, .review .ico-like, .review .ico-dislike { color: #AAA; cursor: pointer;  padding: 5px; display: inline-block; }
.review .ico-comment span, .review .ico-like span, .review .ico-dislike span { padding-left: 5px; font: bold 12px Arial; text-transform: uppercase; }
.review .ico-comment:hover { color: #00F; }
.review .ico-like:hover { color: #0A0; }
.review .ico-dislike:hover { color: #000; }
.review .review-emotions { float: right; border: 1px solid #aaa; top: -15px; position: relative; left: -5px; background: #fff; border-radius: 5px; }
.review .ico-likes { color: #0A0; padding: 5px; display: inline-block; }
.review .ico-dislikes { color: #000; padding: 5px;  display: inline-block;   }
.ico-likes span, .ico-dislikes span { font: bold 12px Arial; padding-left: 3px; } 
.review .ico-like.emotion-selected { color: #0A0; }
.review .ico-like.emotion-selected:hover { text-decoration: line-through; }
.review .ico-dislike.emotion-selected { color: #000; text-shadow: 1px 1px 1px #999; }
.review .ico-dislike.emotion-selected:hover { text-decoration: line-through; }
.review-user { font-weight: bold; }
.replies { padding: 0 0 0 40px;  }
.reply-data:first-child { margin-top: 5px; }
.reply-data { margin-bottom: 5px; }
.reply-footer { font-style: italic; font-size: 10px; padding: 10px 10px 10px; }

.bk-product-reviews .image-block { float: right; margin-top: 10px; } 
.bk-product-reviews .image-block img { max-width: 300px; height; auto; }

.SummaryStatistic img					{margin-top: -2px;}
.SummaryStatistic .percentage img 	{margin-right: 10px;}
.ShowReviews img							{margin-top: -2px;}
.ShowReviews span							{padding: 0px 10px;}
.RatingImage								{float: left;}
.RatingText									{margin-left: 110px;}

.commend {background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px; }

.ico-star:before { content: "\f005"; }
.ico-empty-star:before { content: "\f006"; }
.ico-half-star:before { content: "\f123"; }
.write-review { display: inline-block; margin: 1px 5px 1px 0; white-space: nowrap; border: 1px solid #FF8800; padding: 3px 5px; border-radius: 3px; text-decoration: none; color: #884400; background: linear-gradient(#Ffcc00, #FFbb00, #FFaa00); box-shadow: 1px 1px 1px #888888; cursor: pointer; }
.write-review:hover { color: #884400; box-shadow: 0 0 0 1px #FF8800, 2px 2px 2px #AA6600; #888888;  }
.already-reviewed, .already-asked { display: inline-block; margin: 1px 5px 1px 0; border: 1px solid #7777AA; padding: 3px 5px; border-radius: 3px; color: #000044; background: linear-gradient(#eeeeff, #ddddff, #ccccff); box-shadow: 1px 1px 1px #7777AA; }
.review-error { display: inline-block; margin: 1px 5px 1px 0; border: 1px solid #AA7777; padding: 3px 5px; border-radius: 3px; color: #440000; background: linear-gradient(#ffeeee, #ffdddd, #ffcccc); box-shadow: 1px 1px 1px #AA7777; }

.review-form { display: none; }
.review-form form { padding-top: 10px; }
.review-form .error-block, .review-form .message-block { display: none; margin: 10px 0 0; }
.review-form .error-block.show-block, .review-form .message-block.show-block { display: block; }
.review-form .field .name { float: left; width: 140px; padding: 3px; box-sizing: border-box; }
.review-form .fd-rating .name { padding-top: 8px; }
.review-form .field .control { float: left; }
.review-form .field.required .name:after,
.review-form .field.fd-required .name:after { content: "*"; color: #d00; padding-left: 5px; }

.review-form.expand-open { display: block; }
.review-form .field .control, .reply-form .field .control { width: auto; }
.review-form .fd-user-name input, .review-form .fd-user-email input, .review-form .fd-summary input, .review-form .fd-comments textarea { width: 280px; }
.review-form .fd-error .name:before { font: 14px FA; content: "\f071"; color: red; float: left; padding-right: 5px; }

.review-form  label { float: left; padding: 3px 2px; cursor: pointer; }
.review-form  label input { float: left; transform: scale(1.5); cursor: pointer;  }
.review-form  label span { float: left; padding: 1px 2px 0 5px; }

.reply-form { display: none; }
.reply-form.expand-open { display: block; }
.reply-form .field { padding: 5px 1px; }
.reply-form .field .name { width: 120px; }
.reply-form .fr-reply-user-name input, .reply-form .fr-reply-user-email input, .reply-form .fr-reply-comments textarea { width: 280px; box-sizing: border-box; max-height: 50px; }


.select-stars .ico-star { cursor: pointer; font-size: 28px; letter-spacing: 2px; }
.select-stars .ico-star:before { content: "\f006"; }
.select-stars .ico-star.star-selected:before { content: "\f005"; }
.select-stars .ico-star:hover:before { content: "\f005"; }

.ico-stars { color: #FF8800; letter-spacing: 1px; font: 14px FA; display: inline-block; position: relative;  }
.ico-not-rated:before { content: "\f006\f006\f006\f006\f006"; color: #aaa; display: none; }
.ico-1-0-stars:before { content: "\f005\f006\f006\f006\f006"; }
.ico-1-5-stars:before { content: "\f005\f123\f006\f006\f006"; }
.ico-2-0-stars:before { content: "\f005\f005\f006\f006\f006"; }
.ico-2-5-stars:before { content: "\f005\f005\f123\f006\f006"; }
.ico-3-0-stars:before { content: "\f005\f005\f005\f006\f006"; }
.ico-3-5-stars:before { content: "\f005\f005\f005\f123\f006"; }
.ico-4-0-stars:before { content: "\f005\f005\f005\f005\f006"; }
.ico-4-5-stars:before { content: "\f005\f005\f005\f005\f123"; }
.ico-5-0-stars:before { content: "\f005\f005\f005\f005\f005"; }
.reviews-stats .ico-stars { cursor: pointer; }
.reviews-stats .ico-stars:after { content: "\f0d7"; color: #333; }
.reviews-stats .ico-stars.expand-open:after { content: "\f0d8";  }
.rating-stats { display: none; position: absolute; border: 1px solid #ccc; background: #fefefe; padding: 10px; box-shadow: 3px 3px 3px #777; margin-top: 3px; }
.rating-stats.expand-open { display: block; z-index: 1; }

/* OLD rating images */
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
/*** end product reviews styles ***/

/*** begin manufactures styles ***/
.bk-manufacturers-list .manufacturer { clear: both; padding: 5px 0; }
/*** end manufactures styles ***/

/*** login block ***/
.new-user .sub-head, .exists-user .sub-head { text-align: center; padding: 6px; font-size: bold 20px Arial; margin-bottom: 10px; background: #dedede; color: #000; text-transform: none; }
.new-user .login-sign-up, .exists-user .login-hint, .exists-user .admin-select, .exists-user .forgot-password { width: 300px; margin: 0 auto; }
.login-signup { padding-bottom: 10px; }
.exists-user .field { width: 300px; margin: 0 auto; }
.new-user a { display: block; margin: 3px 0; } 
/*** login block end ***/

/*** forgot password ***/
.bk-forgot-password .form-desc { max-width: 420px; margin: 0 auto; }
.bk-forgot-password .field { max-width: 420px; margin: 0 auto; }
/*** forgot password end ***/

/*** User Home Page ***/
.bk-back { float: right; padding: 10px 0; }

.order-log table { border-spacing: 0; width: 100%; margin: 10px; }
.event-date, .note-date { width: 150px; padding: 5px 10px 5px 0; vertical-align: top; }
.event-desc, .note-title { padding: 5px 10px; }
.event-desc .bn-more, .note-title .bn-more { margin: 0 0 0 10px; }
.event-attachments { margin-top: 5px; }
.event-attachments a { text-decoration: none; }
.event-attachments a span.name { text-decoration: underline; }
.event-attachments a:before { font: 14px FA; content: "\f016"; padding-right: 5px; }
.event-attachments a:after { content: "; "; padding-right: 5px; }
.event-attachments a:last-child:after { content: ""; }

.shipping .caption { font-weight: bold; }
.shipping .caption:after, .shipping-data .caption:after { content:": "; }

.bk-user-home .head i { font-size: 18px; }
.bk-user-home .user-logout {clear: both; padding: 0px 20px 0px 20px; text-align: right;}
.bk-user-home .user-logout {color: #444444; font-weight: bold;}
.bk-user-home .section { padding: 0 5px 10px 0; background: none; }
.bk-user-home .section .image { width: 50px; height: 50px; border:0px; float: left; } 
.bk-user-home .section .area { margin-left: 50px; } 
.bk-user-home .ico-arrow { padding: 0 0 0 10px; }

.bk-user-home .img-orders       {background: url(../images/icons/orders.png) no-repeat; }
.bk-user-home .img-profile 		  {background: url(../images/icons/admin_profile.png) no-repeat; }
.bk-user-home .img-addresses    {background: url(../images/icons/admin_addresses.png) no-repeat; }
.bk-user-home .img-support 		  {background: url(../images/icons/admin_support.png) no-repeat; }
.bk-user-home .img-forum 			  {background: url(../images/icons/admin_forum.png) no-repeat; }
.bk-user-home .img-products 	  {background: url(../images/icons/admin_products.png) no-repeat; }
.bk-user-home .img-pages 			  {background: url(../images/icons/admin_pages.png) no-repeat; }
.bk-user-home .img-sales-orders {background: url(../images/icons/sales-orders.png) no-repeat; }
.bk-user-home .img-merchant 	  {background: url(../images/icons/admin_merchant.png) no-repeat; }
.bk-user-home .img-affiliates	  {background: url(../images/icons/admin_affiliates.png) no-repeat; }
.bk-user-home .img-payments		  {background: url(../images/icons/admin_payments.png) no-repeat; }
.bk-user-home .img-carts			  {background: url(../images/icons/admin_carts.png) no-repeat; }
.bk-user-home .img-wishlist		  {background: url(../images/icons/admin_wishlist.png) no-repeat; }
.bk-user-home .img-reminders	  {background: url(../images/icons/admin_reminders.png) no-repeat; }
.bk-user-home .img-messages     {background: url(../images/icons/messages.png) no-repeat; }
.bk-user-home .img-vouchers     {background: url(../images/icons/vouchers.png) no-repeat; }
.bk-user-home .img-playlists    {background: url(../images/icons/playlists.png) no-repeat; }
/*** User Home Page ***/

/* user order styles */
.order-info { margin: 10px 0; }
.info-item { display: flex; }
.order-info .info-title { font: 18px Arial; padding: 3px 5px; float: left; width: 120px; } 
.order-info .info-title:after { content: ":"; }
.order-info .info-value { font: bold 18px Arial; padding: 3px 5px; } 
.bk-user-order .sub-head { text-decoration: underline; padding: 5px; }

.order-events table { border-spacing: 0; width: 100%; margin: 10px 0; }
.event-date, .note-date { width: 170px; padding: 5px 10px 5px 0; vertical-align: top; }
.event-desc, .note-title { padding: 5px 10px; }
.event-desc .bn-more, .note-title .bn-more { margin: 0 0 0 10px; }
.event-attachments { margin-top: 5px; }
.event-attachments a { text-decoration: none; }
.event-attachments a span.name { text-decoration: underline; }
.event-attachments a:before { font: 14px FA; content: "\f016"; padding-right: 5px; }
.event-attachments a:after { content: "; "; padding-right: 5px; }
.event-attachments a:last-child:after { content: ""; }

.shipping .caption { font-weight: bold; }
.shipping .caption:after, .shipping-data .caption:after { content:": "; }
/* end order styles */

/*** vouchers styles ***/
.voucher-events { padding: 10px; }
.voucher-events table { border-spacing: 0; width: 100%; margin-top: 10px; }
.voucher-events .event-date, .voucher-events .transaction-no { text-align: center; }
.voucher-amount, .voucher-balance { width: 100px; text-align: right; }
.lk-voucher-details span, .lk-voucher-send span, .lk-voucher-cash span { display: none; }
.lk-voucher-details { background: url(../images/icons/ico-voucher-details.png) no-repeat; }
.lk-voucher-send { background: url(../images/icons/ico-voucher-send.png) no-repeat; }
.lk-voucher-cash { background: url(../images/icons/ico-voucher-cash.png) no-repeat; }
.lk-voucher-details, .lk-voucher-send, .lk-voucher-cash { background-size: 30px 20px; width: 30px; height: 20px; display: inline-block; }
/*** end vouchers styles ***/

/*** Button Links ***/
a.button { display: inline-block; font: 12px/20px Arial, Helvetica, sans-serif; padding: 3px 10px; white-space: nowrap; text-decoration: none; margin-top: 10px; }
a.bn-add	{ font-weight: bold;}
a.bn-shopping { font-weight: bold;}	
a.bn-checkout { font-weight: bold;}
a.in-cart { text-decoration: none; color: #090; padding: 2px 3px; }
a.in-cart span { display: none; }
a.in-cart:before { font: 14px FA; content: "\f218"; text}
.spacer { display: none; }
a.bn-more { font: 11px Arial, Helvetica, sans-serif; white-space: nowrap; padding: 3px 8px; }
a.bn-more img 	{display:none;}
a.bn-disabled { color: #999; cursor: default; background: #ddd; }
a.bn-disabled:hover { color: #777; }

div.chooseOptions, div.editOptions { padding-top: 5px; padding-bottom: 5px; }
a.editOptions { color:blue; background-color: #eeeeff; border: 1px solid #A0A0FF; font-size: 10px; text-decoration: none; padding: 2px 10px 2px 10px; }
a.chooseOptions { color:red; background-color: #ffeeee; border: 1px solid #FFA0A0; font-size: 10px; text-decoration: none; padding: 2px 10px 2px 10px; }
/*** Button Links ***/

/*** Filter popup on more button ***/
.filterPopup {background-color: #FFF1C7; border: 2px solid #FFD075; display: none; margin-left: -5px; padding: 3px 4px; position: absolute; z-index: 100;}
/*** Filter popup on more button ***/

/*** Categories Tree ***/
.bk-site-map  ul.tree > li > a { text-transform: uppercase; }
.tree-title { font: bold 18px Arial; text-decoration: underline; padding: 5px 3px; }
.tree { display: block; margin: 0px; padding: 0px; font-size: 14px; }
.tree ul { margin: 2px 0px 0px 0px; padding: 0px; display: none; } 
.tree li.node-open > ul { display: block; } 
.tree li { display: block; list-style: none; margin: 0px; padding: 2px 0px 2px 0px; clear: both; }
.tree li li { padding-left: 20px; }
.tree .node-expand { min-width: 14px; min-height: 14px; display: block; float: left; padding: 0 4px; color: #00c; }
.tree .node-expand:before { content:"\f096"; font: 18px FA; }
.tree .node-childs > .node-expand { cursor: pointer; }
.tree .node-leaf > .node-expand:before { content:"\f105"; font-size: 18px; }
.tree .node-no-data > .node-expand:before { content:"\f00d"; font-size: 18px; }
.tree .node-no-data > a { text-decoration: none; cursor: text; }
.tree .node-childs > .node-expand:before { content:"\f196"; font-size: 18px; }
.tree .node-childs.node-open > .node-expand:before { content:"\f147"; font-size: 18px; }
.tree .node-image { max-width: 16px; max-height: 16px;  width: auto; height: auto; float: right; }

/*** New Catalog Categories List ***/
.category { padding: 6px 2px 6px 16px; position: relative; }
.category:before { content: "\f0da"; font: 14px FA; float: left; padding-right: 10px; position: absolute; top: 8px; left: 0; } 
.category-name { font-size: 14px; font-weight: bold; }
.category.restricted .category-name:after{ font: 14px FA; content:"\f023"; padding-left: 5px;  }
.category.restricted:after { display: none; }
.bk-categories-catalog .category-image { float: right; padding-right: 5px; }
.category-subs { margin: 0; padding: 2px 0 0 0px; }
.category-subs li { list-style: none; padding: 0 4px 0 0; float: left; }
.category-subs li:after { content: ", "; }
.category-subs li:last-child:after { content: ""; }
.category-subs .bn-more { padding: 0; }
.category-subs .bn-more:after { content: "..."; }
.category-subs a { font-size: 12px; text-decoration: none;  }
.category-subs a:hover {text-decoration: underline;}
.bk-categories-list .node-expand { display: none; }

/*** category info block ***/
.bk-data.dt-image.dt-desc, .bk-data.dt-image.dt-tabs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
.bk-data.dt-image.dt-desc .bk-image, .bk-data.dt-image.dt-tabs .bk-image { grid-column: 1/2; grid-row: 1/2; }
.bk-data.dt-image.dt-desc .bk-desc  { grid-column: 2/3; grid-row: 1/2; }
.bk-data.dt-image.dt-tabs .bk-tabs  { grid-column: 2/3; grid-row: 1/2; }
.bk-data.dt-image.dt-desc.dt-tabs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; }
.bk-data.dt-image.dt-desc.dt-tabs .bk-image { grid-column: 1/2; grid-row: 1/3; }
.bk-data.dt-image.dt-desc.dt-tabs .bk-desc  { grid-column: 2/3; grid-row: 1/2; }
.bk-data.dt-image.dt-desc.dt-tabs .bk-tabs  { grid-column: 2/3; grid-row: 2/3; }

/*** Categories ***/
.groupTitle		{background: #E9E9E9; font-size: 120%; padding: 6px;}
.feature			{border-bottom: 1px solid #E9E9E9; display: block; padding: 6px;}
.featureName	{float: left; font-weight: bold; padding: 0px; width: 40%;}
.featureValue	{padding: 0px 0px 0px 45%;}

/* Matrix prices for product */
.matrix			{margin: 10px 0px;}
.matrixQty		{border-left: 1px solid #E9E9E9; border-top: 1px solid #E9E9E9; float: left;}
.matrixPrice	{border-top: 1px solid #E9E9E9; float: left;}
.matrixTitle	{background: #E9E9E9; border-right: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; font-weight: bold; padding: 3px 6px; text-align: center;}
.matrixItem		{border-right: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; padding: 3px 6px; text-align: left;}


/* Visualisation tabs on product details */
.tabs { border-bottom-width: 3px; border-bottom-style: solid; height: 1%; margin: 0px; overflow: hidden; padding: 0 0 0 10px; margin-top: 10px; }
.tabs li 			{ display: block; float: left; list-style: none; margin: 0 10px 0 0; padding: 0; background: none; }
.tabs a { font: bold 14px Arial; display: block; padding: 5px 8px 4px; border-width: 1px; border-style: solid; border-bottom: none; text-decoration: none; }
.tabs li.tab-active a {  cursor: text; }
.tabs li.tab-active a:hover  { }
.tab-data { padding: 10px; }
.tab-show { display: block; }
.tab-hide { display: none; }
/*** Products list (list, table view) and product details ***/

/*** cart and mini cart ***/
.bk-shopping-cart .body, .bk-mini-cart .body { padding: 10px 0px; }
.cart-small td		{ padding: 0px; }
.cart-title td, .cart-title th { padding: 4px; border-width: 1px 0;}
.cart-item td	{ border-width: 0 0 1px 0; padding: 4px; vertical-align: top; }
.cart-item .item-image img { max-width: 50px; height: auto; }
.cart-item .item-qty { text-align: center; }
.cart-item .item-qty input { width: 20px; }
.cart-item .item-price { text-align: right; }
.cart-total td { border-width: 0 0 1px 0; padding: 4px; }
.cart-small .cart-buttons { text-align: center; padding: 10px 5px 5px; }
.cart-small .cart-buttons a.button { font-size: 12px; margin: 0 2px; padding: 3px 5px; float: none; display: inline-block; margin: 0 5px 5px 0; }
.cart-small .cart-buttons a.button:hover { color: #FFF;  }
.cart-item .item-remove { width: 50px; padding: 0 4px;}
.cart-item .item-remove a { text-decoration: none; font-size: 24px; cursor: pointer; }
.cart-item .item-remove a span { display: none; }
.cart-item .remove-confirm { display: none; }
.cart-item[data-mode="remove"] .remove-confirm { display: block; }
.cart-item[data-mode="remove"] .remove-option { display: none; }
.cart-empty { text-align: center; padding: 10px; }
/*** end cart styles ***/

/*** Article styles ***/
.bk-articles-latest .body { padding-left: 0; padding-right: 0;}
.bk-articles-latest .col { padding: 0 10px; }
.article-category { padding: 5px; margin: 5px 0; }
.article-category a { text-decoration: none; }
.article { clear: both; margin: 5px; }
.article-print-tell { float: right; }
.article-image { float: left; margin: 0px 10px 5px 0px; }
.article-image img { border: none; }
.article-date	{color: #7777CC; font-size: 11px; font-style: italic; }
.article-date.before-title { display: none; }
.article-top .article-title {}
.article .bn-more { margin: 0; padding: 1px 5px; }
.article-desc {}

.article-sub { padding: 3px; margin: 0; }
.article-sub .before-image:before { font: 14px FA; content: "\f0da"; padding: 2px 5px 0 0; float: left; }
.article-sub .article-title { font-size: 14px; } 
.article-sub .article-image { display: none; }
.article-sub .article-desc { display: none; }
.article-sub .bn-more { display: none; }
.article-sub .article-date.before-title { display: block; float: left; padding: 3px 5px 0 0; }
.article-sub .article-date.after-title { display: none; }
/*** End Article styles ***/

/*** User type styles ***/
.site-admin { color: blue; font-weight: bold;}
.site-admin .user-type { display: inline-block; font: bold 10px Arial; color: blue; border: 1px solid blue; padding: 1px 2px; border-radius: 2px; margin: 0 3px; background: #eef;}
.site-user, .forumUser 				{color: black; font-weight: bold;}
.site-guest, .forumGuest       	{color: #555;  font-style: italic; }
.site-guest .user-type { display: inline-block; font: bold 10px Arial; color: #999; border: 1px solid #999; padding: 1px 2px; border-radius: 2px; margin: 0 3px; background: #eee;}
/*** end user type styles ***/

/*** Forum ***/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumMessageLeft 	{background: #F4F4F4; border-left: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5;}
.forumMessageRight 	{background: #F4F4F4; border: 1px solid #D5D5D5;}
.forumMessageTop 		{background: #E9E9E9; border-bottom: 1px solid #D5D5D5;}
/*** Forum ***/

/*** Prices and codes on the site ***/
.caption:after { content: ": "; }

.price-main {color: #000; font-weight: bold;}
.price-main .price {font-weight: bold;}
.price-main .tax {font-weight: normal;}

.price-old {color: #000; text-decoration: line-through;}

.hidden {color: #000; font-weight: bold; display: none;}

.price-edit {color: #000; font-weight: bold;}
.price-edit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 13px; color: black; border: 1px solid #A3ACB1;}

.price-sale {color: #000; font-weight: bold; border: none; background: transparent;}
.price-sale .price {font-weight: bold;}
.price-sale .tax {font-weight: normal;}

.price-save {color: #0A0; font-weight: bold;}
.price-save .price {font-weight: bold;}
.price-save .percent {font-weight: normal;}

.price-incl-excl .tax:before, .price-excl-incl .tax:before { content: "("; }
.price-incl-excl .tax:after, .price-excl-incl .tax:after { content: ")"; }
.price-old .tax, .price-edit .tax {display: none; }
.price-note:before { content: " "; }
/*** Prices on the site ***/

/*** Rating part ***/
.SummaryStatistic img					{margin-top: -2px;}
.SummaryStatistic .percentage img 	{margin-right: 10px;}
.ShowReviews img							{margin-top: -2px;}
.ShowReviews span							{padding: 0px 10px;}
.RatingImage								{float: left;}
.RatingText									{margin-left: 110px;}

.neutral {display: none;}
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
/*** Rating part ***/

/*** Shipping pop-up window ***/
.shipping-opacity	{display: none; z-index: 900; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1;}
.shipping-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 600px; background: #CCCCCC;}
.shipping-block		{position: relative; bottom: 5px; right: 5px; width: 600px; background: #F4F4F4; border: 1px solid #78C7FF;}
.shipping-img-close	img {margin: 10px 10px 5px 0px;}
.shipping-descr		{padding: 0px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align:justify;}
/*** Shipping pop-up window ***/

/*** New, restricted and other FA icons ***/
.product-name.ico-new { padding-left: 22px; background: url(../images/icons/new_m.png) no-repeat left; }
.bk-product-details.ico-new .head .product-name { padding-left: 32px; background: url(../images/icons/new_l.png) no-repeat left;  }
.restricted:after{ font-family: FA; content:"\f023"; padding-left: 5px; }
.attachments { text-decoration: none; cursor: pointer; }
.attachments span { text-decoration: underline; }
.attachments:after{ font-family: FA; content:"\f0c6"; padding-left: 5px; }
.ico-close:after { font-family: FA; content: "\f00d"; cursor: pointer; }
.msg-close:after, .popup-close:after { font: normal 12px FA;  content: "\f00d"; color: #333; padding: 1px 1px 4px 4px; float: right; cursor: pointer;  }
.msg-close:hover:after, .popup-close:hover:after { color: #f00; }
.ico-download:after { content: "\f019"; }
.ico-money:after { content: "\f0d6"; color: #0A0; }
.ico-thumb-up:after { content: "\f164"; color: #019fe6; }
.ico-search:after { content: "\f002"; }
.ico-clip:after { content: "\f0c6"; } 
.ico-rating:before { content: "\f005"; }
.ico-star:before { content: "\f005"; }
.ico-empty-star:before { content: "\f006"; }
.ico-half-star:before { content: "\f123"; }
.ico-smile:before { content: "\f118"; }
.ico-neutral:before, .ico-meh:before { content: "\f11a"; }
.ico-frown:before { content: "\f119"; }
.ico-help:before { content:"\f059"; }
input + .ico-help { padding-left: 5px; }
.ico-reply:before { content: "\f112"; }
.ico-comment:before { content: "\f112"; }
.ico-like:before { content: "\f087"; }
.ico-like.emotion-selected:before { content: "\f164"; }
.ico-dislike:before { content: "\f088"; }
.ico-dislike.emotion-selected:before { content: "\f165"; }
.ico-likes:before { content: "\f164"; }
.ico-dislikes:before { content: "\f165"; }
.ico-home:before { font: 12px FA; content: "\f015"; }
.ico-arrow:before { font: 12px FA; content: "\f0da"; }
.ico-cart:before { content: "\f07a"; }
.ico-user:before { content: "\f007"; }
.ico-products:before { content: "\f0c9"; }
.ico-contact:before { content: "\f232"; }
.ico-asterisk:before, .ico-required:before { content: "\f069"; color: #d11; font: 10px FA; }
.ico-trash { color: #777; }
.ico-trash:before { content: "\f014"; }
.ico-trash:hover { color: #000; cursor: pointer; }
.ico-yes:before { content:"\f05d"; color: #ccc; }
.ico-yes:hover:before { color: green; }
.ico-no:before { content:"\f05c"; color: #ccc; }
.ico-no:hover:before { color: red; }
/*** end icons ***/

/*** Manual list ***/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/*** Manual list *****/

/*** Custom menu list ***/
.bk-navigation .nav-expand { display: none; }
.bk-navigation .nav-expand i { font-weight: normal; font-style: normal; font-family: FA; }
.bk-navigation ul		{display: block; margin: 0px; padding: 0px;}
.bk-navigation ul ul		{display: block; margin: 0px; padding: 0px;}
.bk-navigation ul li		{ font-size: 14px; display: block; list-style: none; margin: 0px; padding: 2px 0px 2px 10px;}
.bk-navigation ul li i:before { font: 14px FA; content: "\f0da"; } 
.bk-navigation ul li li i:before { content: "\f105"; } 
.bk-navigation ul li a		{font-weight: bold;}
.bk-navigation ul li li a		{font-weight: normal;}
.bk-navigation ul li li li {font-size: 12px;}
/*** Custom menu list ***/

/* Image slider tooltip */
.soPopupContent {position: absolute; z-index: 999; width: 300px; border: 1px solid #CED7DF; background: #FFFFFF; padding: 20px; display: none;}
.soPopupContent a.bigtitle	{display: block; margin-bottom: 15px; text-align: center;}
.soPopupImg	{text-align: center; margin-bottom: 15px;}
.soPopupImg img	{border: 1px solid #E8ECF0;}
.soText	{text-align: justify;}
.popupTooltip	{display: none;}
/*** Image slider box ***/

/*** popup frame styles ***/
.popupFrame {
	left: 100px; top: 100px; position: absolute; 
	background-color: #FFFFFF; border: 3px solid #fec240; box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 10px; border-radius: 10px 10px 0px 0px;
}
.frameHeader { background-color: #fec240; color: white; }
.frameFooter { background-color: #fec240; }
.frameClose { cursor: pointer; float: right; padding: 5px 5px 5px 0px; text-align: right; font: 14px Tahoma, Helvetica, Verdana; }
.frameTitle { font: bold 18px Tahoma, Helvetica, Verdana, sans-serif, Arial; padding: 5px 0px 5px 10px; }
.frameContent { padding: 5px; overflow:auto; width: 700px; height: 600px; }
.frameMessage {background: #E0E0FF; color: #0000CC; border: 1px solid #0000CC; padding: 6px; margin: 5px 0px 5px 0px; text-align: center; font-weight: bold; }
.frameError {background: #FFE0E0; color: #CC0000; border: 1px solid #CC0000; padding: 6px; margin: 5px 0px 5px 0px; text-align: center;}

/**** popup for order details *****/
div.orderPopup {background: #FFFFFF; border: 1px solid #D5D4E9; padding: 2px; display: none; position: absolute; left: 0px; top: 0px; z-index: 10; }

#categories_box select	{display: block; margin: 0px 0px 5px 0px;}
#categories_box a	{display: inline-block; background: #E8E8E8; border: 1px solid #93BDFD; padding: 3px 10px; text-decoration: none; margin-bottom: 5px;}

/*** Cookie Bar ***/
.cookie-bar-top { position: fixed; top: 0; left: 0; right: 0; padding: 0; background: #fff; min-height: 50px;  box-shadow: 0px 0px 8px 3px #333; z-index: 100; text-align: center; }
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; padding: 0; background: #fff; min-height: 50px;  box-shadow: 0px -5px 10px #333; z-index: 100; text-align: center; }
.cookie-bar .close { cursor: pointer; }
.cookie-bar .close:after { content: "\f00d"; font: 14px FA; float: right; padding: 10px; }
.cookie-message { padding: 10px 30px 10px 10px; margin: 0 auto; text-align: left; font-size: 14px; }
.cookie-settings { padding: 5px 10px 5px; border: 1px solid #aaa; width: 580px; margin: 10px auto; font-size: 11px; } 
.cookie-settings label { cursor: pointer; margin-right: 5px; float: left; padding-top: 3px; user-select: none;  -ms-user-select: none;  }
.cookie-settings .button { margin: 0 10px; border: none; background: #18a300; color: #fff; padding: 4px 10px; border-radius: 2px; text-transform: uppercase; float: left; cursor: pointer; }
.cookie-settings .expand { padding: 4px 0; float: right; text-decoration: none; cursor: pointer; }
.cookie-settings .expand:after { content: "\f107"; font: 14px FA; padding-left: 5px;  }
.cookie-settings .expand.expand-open:after { content: "\f106"; }
.cookie-settings .expand .expand-hide { display: none; }
.cookie-settings .expand.expand-open .expand-show { display: none; }
.cookie-settings .expand.expand-open .expand-hide { display: inline; }

.cookie-disable { color: #777; }
.cookie-details { display: none; width: 600px; margin: 10px auto; background: #fff; }
.cookie-details.expand-open { display: block; }
.cookie-details .tabs { margin: 0; padding: 0; border: none; }
.cookie-details .tabs li { display: block; float: left; list-style: none; margin: 0; font: 11px Arial; border: 1px solid #aaa; border-left: none; }
.cookie-details .tabs li { background: none; color: #666666; cursor: pointer; padding: 5px; text-decoration: none;  user-select: none; }
.cookie-details .tabs li:first-child { border: 1px solid #aaa; } 
.cookie-details .tabs li.tab-active { font-weight: bold; color: #000; border-bottom: 1px solid #fff; position: relative; z-index: 10; }
.cookie-details .tabs li.tab-title:hover { background: #eee; }
.cookie-details .tabs li.tab-active:hover { background: none; }
.cookie-details .tab-data { position: relative; font: 14px Arial, Helvetica, sans-serif; min-height: 80px; margin: 0; padding: 10px; border: 1px solid #aaa; top: -1px; z-index: 1; text-align: left; }
.cookie-details .tab-data.tab-hide { display: none; }
/*** End Cookie Bar ***/

/*** Pagination styles ***/
.pagination { display: flex; justify-content: space-between; }
.pn-summary { display: flex; align-items: center; gap: 5px; padding: 7px 10px; font-size: 20px; float: right; } 
.pagination ul { padding: 0; margin: 0; display: flex; justify-content: flex-end; align-items: stretch; flex: 1; } 
.pagination li { display: flex; justify-content: center; align-items: stretch; list-style: none; font-size: 20px; }
.pagination li a { border: 1px solid #aaa; padding: 5px 14px; background: #fff; text-decoration: none; color: #000; border-right: none; display: block; } 
.pagination li:first-child a { border-radius: 5px 0 0 5px; } 
.pagination li:last-child a { border-right: 1px solid #aaa; border-radius: 0 5px 5px 0 ; } 
.pagination li a:hover { background: #ffd; }
.pagination li.pn-active a { background: #ddd; font-weight: bold; } 
.pn-first a:after { content: "\f100"; font-family: FA; }
.pn-last a:after { content: "\f101"; font-family: FA; }
.pn-prev a:after { content: "\f104"; font-family: FA; }
.pn-next a:after { content: "\f105"; font-family: FA;  }
.pn-first span, .pn-last span, .pn-prev span, .pn-next span { display: none; }
/*** End Pagination ***/

/*** cookies control styles ***/
.cookieControl{width:32px;height:32px;background:url(../images/icons/va_cookies.png) no-repeat 0 -32px;position:fixed;left:0;bottom:0;z-index:1000;}
.cookieControl:hover{cursor:pointer;}
.cookieInfo{position:fixed;bottom:40px;left:40px;width:200px;height:200px;border:2px solid #333;border-radius:10px;padding:20px;z-index:1000;background-color:#fff;}
.cookieInfo .button{padding:3px 15px;border:1px solid #333;border-radius:7px;float:left;margin:20px 15px 0;color:#fff;font-weight:700;width:30px;text-align:center;}
.cookieInfo div.bn-green{float:left;background-color:green;}
.cookieInfo div.bn-red{background-color:red;float:right;}
.cookieInfo .button:hover{opacity:0.8;cursor:pointer;}
.cookieInfoClose{position:absolute;top:3px;right:3px;width:12px;height:12px;background:url(../images/icons/buttonClose.png) 0 0 no-repeat;}
.cookieInfoClose:hover{background-position:0 -12px;cursor:pointer;}

/*** twitter styles ***/
div.tweet{padding:2px 0 5px;border-bottom: 1px solid #ddd;}
img.twitterImg{float: left;margin-right: 5px;}
/*** facebook styles ***/
.facebook li{list-style:none; display:block;padding: 0 7px 7px 7px;}
.facebook .from{padding-bottom:5px;text-decoration:underline;}
.facebook .date{font-size:11px;font-style:italic;}

/**** NEW Internal Messages styles ****/
.msg-box { border: 1px solid #c0c0c0; }
.folders {}
.folder { padding: 3px; }
.unreadFolder { font-weight: bold; padding: 3px; }

.newMessage { padding: 6px; }
.noMessages { color: #333333; font-style: italic; text-align: center; border: 1px solid #777777; padding: 10px 50px; background: #DDDDDD; margin: 6px; }
.messageSaved, .messageSent { color: #0000FF; text-align: center; border: 1px solid #AAAAFF; padding: 10px 50px; background: #EEEEFF; margin: 6px; }
.messagesHeader td { font-weight: bold; background: #DDDDDD; }
.messageRead {}
.messageUnread td a { font-weight: bold; }

.viewMessage {  }

.msgHeader { clear: both; padding: 5px; }
.headerTitle { float: left; width: 100px; font-weight: bold; padding: 6px; }
.headerValue { float: left; }
.headerValue div { width: 400px; padding: 5px; border: 1px dotted #AAA; background-color: white; }

.headerValue .profile { float: right; }

.headerDesc div { float: left; width: 400px; padding: 5px; border: 1px solid #EEE; background-color: #EEE; }
.headerValue input { width: 400px; padding: 5px; border: 1px solid #AAA; background-color: white; }

.msgText { clear: both; } 
.msgText div { width: 502px; border: 1px dotted #AAA; margin-left: 5px; margin-top: 27px; padding: 10px; background-color: white; word-wrap: break-word; }
.msgText textarea { width: 502px; border: 1px solid #AAA; margin-left: 5px; margin-top: 7px; padding: 10px; background-color: white; }
.msgButtons { clear: both; margin: 5px; padding: 5px; }

.msgLeft { float: left; width: 15%; }
.msgLeftHeader { 
	border-bottom: 1px solid #c0c0c0; 
	background-color: gray; color: white; 
	padding: 5px 5px 5px 8px; 
	height: 18px;
}
.msgLeftContent { color: white; padding: 5px; }

.msgRight  { float: left; width: 85% }
.msgRightHeader { 
	font-weight: bold;
	border-right: 1px solid #c0c0c0; 
	border-left: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0;  
	background-color: gray; color: white; 
	height: 18px;
	padding: 5px; 
}
.msgRightContent { 
	border-left: 1px solid #c0c0c0; 
}

/*** OPC (one page checkout) styles  ***/
.personal-data { width: 50%; float: left;  }
.delivery-data { width: 50%; float: left;  }
.data-title { font-size: 14px; font-weight: bold; padding: 10px; border-width: 0 0 1px 0; background: #dedede; color: #000; font-weight: bold; }
.order-title { padding: 10px 15px; font: bold 16px Arial; text-decoration: underline; }
.cart-options .data-title { border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc; }
.bk-border, .bk-border > td, .bk-border > th { }
.ordinal-number { width: 24px; text-align: center; }
.remove-col { width: 20px; text-align: center;  }
.personal-data .data-title, .delivery-data .data-title { min-height: 50px; } 
.data-info { font-size: 12px; line-height: 14px; font-weight: normal; }
.payment-data .field .name { width: 20%; }
.payment-data .field .control { width: 60%; }
.points-pay label { cursor: pointer; }
.field-subscribe { border-top: 1px solid #CEB17F; padding: 5px; background: #F9E7C8; }

.no-shipping { padding: 10px; text-align: center; font-size: 16px; color: #f00; }
.group-name { padding: 10px; text-align: right; }
.group-name .total-items { display: inline-block; font: 10px Arial; color: #999; border: 1px solid #999; padding: 2px; border-radius: 2px; margin: 0 3px; background: #eee;}
.shipping-method { padding: 5px; text-align: right; }
.shipping-single .shipping-desc:after { content: ": "; }
.shipping-cost { font-weight: bold; }
.shipping .property { padding: 5px; }
.shipping .name { padding: 3px 5px; float: right; }
.shipping .control { float: right; } 
.shipping .after { clear: both; }
.shipping .points-pay { padding: 5px; text-align: right;  }
.shipping .points-pay i:before, .property .points-pay i:before { display: inline-block; padding-right: 5px; content: ""; width: 15px; height: 16px; }

.product-remove { cursor: pointer; }
.product-remove span { display: none; }
.product-remove:after { font: 14px FA; content: "\f014"; color: #777; }
.product-remove:hover:after { color: #f00; }

.bk-order-form table th, .bk-order-form table td { padding: 3px 6px; }
.foot-content { margin: 5px 10px; }
.step-summary {
	float: left; 
	background-color: #EEE;
	color: #333; font-family: Verdana; font-size: 16px; font-weight: bold; border-radius: 5px; border: 2px solid #c0c0c0; 
	padding: 8px 20px;
	margin-right: 10px;
	box-shadow: 3px 3px 3px #888888;
}
.step-total { color: blue; }

.step-continue { float: right; }
input.continue { 
	font-family: Verdana;
	font-size: 20px; font-weight: bold; 
	border-radius: 5px;
	background: linear-gradient(white, #c0c0c0);
	padding: 5px 20px;
	box-shadow: 3px 3px 3px #888888;
}
.black .step-summary, .black input.continue { box-shadow: 3px 3px 3px #333;  }

.step-link {  text-align: left;  padding-left: 10px;  }

.active { clear: both; } 
.inactive { clear: both; } 
.closed { clear: both; } 
.closed .step-link { cursor: pointer;  }
.moving { overflow: hidden; }

.inactive { opacity: 0.3; }
.inactive .sub-body, .closed .sub-body, .inactive .foot-content, .closed .sub-foot, .closed .foot-content { display: none; }
.opc-single .inactive { opacity: 1; } 
.opc-single .inactive .sub-body, .opc-single .closed .sub-body, .opc-single .inactive .foot-content, 
.opc-single .closed .sub-foot, .opc-single .closed .foot-content { display: block; }
.opc-single .sub-foot#cartFooter, .opc-single .sub-foot#userFooter,	.opc-single .sub-foot#shippingFooter { display: none; } 
.opc-single .sub-body { margin-bottom: 20px; }

.block.bk-order-form .body { padding: 0px; }
.block.bk-order-form .sub-head { padding: 10px 5px; }
.block.bk-order-form .sub-body { padding: 0; }
.block.bk-order-form .sub-body > table { padding: 0; }

.bk-order-form .sub-head#cartTitle { border-top: 1px solid #d0d0d0; }
.bk-order-form .sub-head { border-bottom: 1px solid #d0d0d0; background: #e7e7e7; color: #41b944; font-weight: bold; border-radius: 0; }
.bk-order-form .closed .sub-head { background: #e7e7e7; opacity: 0.5; }
.bk-order-form .closed .sub-head:hover { color: #7af; }
.block.bk-order-form .sub-head#userTitle, .block.bk-order-form .sub-head#shippingTitle, .block.bk-order-form .sub-head#paymentTitle { border-radius: 0; }
.block.bk-order-form .inactive#paymentStep .sub-head#paymentTitle { border-radius: 0; }
.block.bk-order-form .inactive .sub-foot, .block.bk-order-form .closed .sub-foot { border-top: none; }
.block.bk-order-form .sub-foot { border-bottom: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; }

div.errors { background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center; width: 97%; margin: auto; margin-top: 10px; margin-bottom: 5px;}
div.hidden { display: none; }

.payment-waiting { font-size: 20px; }
.payment-waiting i.spin { float: left; padding: 0 5px; font-size: 42px; color: #ea6e6d; color: #999; animation: spin 3s infinite steps(64); }
.payment-waiting i.spin:before { content: "\f013"; }
.payment-waiting .waiting-text { float: left; padding-left: 5px; } 
/*** end OPC styles ***/


/*** popup frame styles ***/
.popupFrame {
	left: 100px; top: 100px; 
	position: absolute; 
	background-color: #FFFFFF;
	border: 3px solid #fec240;
	

	-moz-border-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 5px 5px #000;
}

.frameHeader { background-color: #fec240; color: white; }
.frameFooter { background-color: #fec240; }

.frameClose { cursor: pointer; float: right; padding: 5px 5px 5px 0px; text-align: right; font: 14px Tahoma, Helvetica, Verdana; }
.frameTitle { font: bold 18px Tahoma, Helvetica, Verdana, sans-serif, Arial; padding: 5px 0px 5px 10px; }

.frameContent { padding: 5px; overflow:auto; width: 700px; height: 600px; }

.frameMessage {background: #E0E0FF; color: #0000CC; border: 1px solid #0000CC; padding: 6px; margin: 5px 0px 5px 0px; text-align: center; font-weight: bold; }
.frameError {background: #FFE0E0; color: #CC0000; border: 1px solid #CC0000; padding: 6px; margin: 5px 0px 5px 0px; text-align: center;}

/**** popup for order details *****/
div.orderPopup {background: #FFFFFF; border: 1px solid #D5D4E9; padding: 2px; display: none; position: absolute; left: 0px; top: 0px; z-index: 10; }

/* support block */
.bk-ticket-new input[type=text], .bk-ticket-new select, .bk-ticket-new textarea { width: 200px; box-sizing: border-box; }
.fd-summary input, .bk-ticket-new textarea { width: 400px; }
.bk-support-live { z-index: 1000; position: fixed; bottom: -10px; right: 10px;  border-radius: 10px; padding: 10px 20px 15px 20px; cursor: pointer; }
.bk-support-live .title { font-size: 14px; font-weight: bold; text-align: center; padding: 0; }
.bk-support-live .desc { display: none; }
.bk-support-live .desc.desc-show { display: block; }
.bk-support-live .online-desc {text-align: center; }
.support-online  .head { background-color: #CCCCEE; b2order: 2px solid blue; color: blue; }
.support-offline .head { background-color: #EEE; bo2rder: 2px solid #999; color: #999; }
.chat-offline { font-size: 22px; font-style: italic; padding: 40px 20px; text-align: center; cursor: pointer; }

/*** SlideShow Styles ***/
.bk-slideshow.content-only { border: none; background: none; border-radius: 0; padding: 0; }
.bk-slideshow.content-only .head { display: none; }
.bk-slideshow.content-only div.body { border: none; background: none; border-radius: 0; padding: 0;  }
.bk-slideshow { position: relative; }
.slides-slideshow .slide { transition: 2s opacity, 2s left; }
.slides-slideshow .slide img { max-width: 100%; }
.slides-left .slide { float: left; }
.slide img { max-width: none; }
[data-type="slider"] { transition: 2s left linear, 2s top linear; }

.slides-chain [data-type="slider"] { display: flex; align-items: center; justify-content: center;  }
.slides-chain img { user-select: none; }
.slides-chain .slide { transition: 2s transform, 2s opacity, 2s background, 2s left; background: #fff;}
.slides-chain .slide { width: 300px; }
.slides-chain .slide > * { opacity: 0.3; transition: 2s opacity; }
.slides-chain .slide > .slide-text { opacity: 0; }
.slides-chain .slide:hover > * { opacity: 0.6; }
.slides-chain .slide[data-active] { width: 300px; }
.slides-chain .slide[data-active] > * { opacity: 1; }
.slides-chain .slide img { max-width: 100%; }

.banners img { max-width: none; }
.banners-slideshow .banner img { max-width: 100%; }

/* slides navigation */
[data-type="nav-panel"] { left: 0; right: 0; text-align: center; z-index: 100; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
[data-type="nav-panel"][data-pos="top"] { position: absolute; bottom: auto; top: 10px; }
[data-type="nav-panel"][data-pos="middle"] { position: absolute; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center;}
[data-type="nav-panel"][data-pos="bottom"] { position: absolute; bottom: 10px; }
[data-type="nav-panel"][data-align="left"] { text-align: left; }
[data-type="nav-panel"][data-align="right"] { text-align: right; }
[data-type="nav-panel"][data-pos="above"], [data-type="nav-panel"][data-pos="under"] { position: static; bottom: auto; left: auto; right: auto; }
[data-type="nav-select"] { font: 20px FA; display: inline-block; padding: 5px; color: #ccc; text-decoration: none; opacity: 0.5; cursor: pointer; }
[data-type="nav-select"] { transition: 2s opacity, 2s color; } 
[data-type="nav-select"] [data-type="desc"] { display: none; }
[data-type="nav-select"]:hover { transition: none; color: #999; }
[data-type="nav-select"][data-active] { opacity: 1; color: #159dd9; }
[data-type="nav-select"]:before { content: "\f111"; }
[data-type="slides-prev"], [data-type="slides-next"] { display: flex; align-items: center; justify-content: center; font: 28px FA; text-decoration: none; color: #eee; cursor: pointer; position: absolute; top: 0; bottom: 0; width: 50px; z-index: 999; }
[data-type="nav-prev"], [data-type="nav-next"] { display: inline-block; padding: 5px; color: #159dd9; font: 20px FA; text-decoration: none; cursor: pointer; }
[data-type="nav-prev"] span, [data-type="nav-next"] span { display: none; }
[data-type="nav-prev"]:before { content: "\f053"; }
[data-type="nav-next"]:before { content: "\f054"; }
[data-type="nav-summary"] { font-size: 20px; padding: 3px 2px; display: inline-block; color: #159dd9; }
[data-type="nav-summary"] > * { padding: 2px; }

[data-type="slides-prev"] [data-type="desc"], [data-type="slides-next"] [data-type="desc"] { display: none; }
[data-type="slides-prev"]:hover, [data-type="slides-next"]:hover { color: #fff; background: rgba(0, 0, 0, 0.1); }
[data-type="slides-prev"] { left: 0; }
[data-type="slides-next"] { right: 0; }
[data-type="slides-prev"]:before { content: "\f053"; "\f0a5"; }
[data-type="slides-next"]:before { content: "\f054"; "\f0a4"; }
/*** end of SlideShow styles ***/

.imageSelect { border: 1px solid #ac7f1a; margin: 2px 2px 5px 5px; }
.imageSelected { border: 3px solid #f75d67; margin: 0px 0px 3px 3px; }
.optionTitle { color: #606060; padding: 10px; text-transform: uppercase; font-weight: bold; white-space: nowrap; }
.optionValue { color: #606060; text-transform: none; white-space: nowrap; }
.optionSubTitle { color: #9e774e; text-transform: uppercase; font-weight: bold; font-size: 9px; white-space: nowrap; }
.optionImages { width: 400px; display: none; padding: 10px; }
.optionImagesOpen { width: 418px; display: block; }

.category-select { position: relative; }
.category-select > span, .category-select > i { cursor: pointer; } 
.categories-options { display: none; position: absolute; background: #FAFAFA; top: 29px; border: 1px solid #CDCDCD; color: #555; text-align: left; height: 300px; overflow-y: auto; overflow-x: hidden;  }
.categories-options.expand-open { display: block; }
.categories-options [data-type="option"] { white-space: nowrap; padding: 2px 25px 2px 10px; cursor: pointer; }
.categories-options [data-type="option"]:hover { background: #DDD; }
.categories-options .selected { font-weight: bold; }

/* youtube styles */
.youtube-video { position: relative; display: inline-block; }
div.youtube-bottom { position: absolute; bottom: 45px; right: 0; left: 0; z-index: 2147483647; text-align: center; }
div.youtube-text { display: inline-block; color: #FFF; letter-spacing: 1px; padding: 3px 20px; font: bold 14px Tahoma,Arial; text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; text-align: center; }
.fullscreen div.youtube-bottom { position: fixed; bottom: 65px; }
.fullscreen div.youtube-text { font-size: 26pt; font-size: 2.8vw; }

@media (max-width: 1260px) {
.fm-header, .layout, .fm-footer { width: 1000px; } 
.lt-double .fm-middle, .lt-right .fm-middle { width: 750px; }
.lt-single .fm-middle {width: 1000px; }
.lt-triple .fm-middle {width: 500px; }
.lt-hot .fm-hot {float: left; width: 750px; }
.lt-hot .fm-middle {float: left; width: 500px; }
.hot-left { width: 750px; }

.sep-active, .sep-images { float: none; width: auto; }
.sub-image { width: 33.3%;}
}


@media (max-width: 1024px) {
.bk-header .header-menu { clear: both; width: 100%; padding: 0; }
.bk-header .nav-expand { display: block; }
.nav-header { display: none; margin: 0; }
.nav-header.expand-open { display: block; }
.nav-header > li > a { top: 0; border: none; position: static; }
.nav-header > li { border: none; }
.nav-header > li.nav-active > a { border-top: none; }
.nav-header li ul { margin: 0; }
.bk-header .header-menu:after { display: none; }
.nav-header li ul, .nav-header li ul li ul { position: static; width: auto; float: none; margin-left: 20px; border: none; border-left: 1px solid #c0c0c0;  }
.nav-header li li a { background: none; border: none; border-bottom: 1px solid #c0c0c0; padding: 10px; }
.nav-header li li:last-child a { border: none; }
.nav-header li.nav-open { border-bottom: 1px solid #c0c0c0; }
.nav-header li ul { position: static; width: auto; }
.nav-header li ul ul { position: static; width: auto; }
.nav-header li li { width: auto; float: none; }
.nav-header li { float: none; position: static; padding: 0; width: auto; }
.nav-header li a { font-size: 20px; padding: 10px; border-bottom: 1px solid #c0c0c0; color: #444; }
.nav-header li { background: #f5f5f5; }
.nav-header li li { background: #f0f0f0; }
.nav-header li li li { background: #d9d9d9; }
.nav-header li.nav-childs {  }
.nav-header li.nav-childs a {  }
.nav-header li.nav-childs i { display: block; float: right; cursor: pointer; padding: 10px; font-size: 20px; }
.nav-header li.nav-childs i:hover { color: #7af; }
.nav-header li.nav-childs > i:before { content: "\f107"; }
.nav-header li.nav-childs.nav-open > i:before { content: "\f106"; }
ul.nav-bar > li.nav-right { float: left; }
.nav-bar > li > a > span { display: none; }
li > a > i, li.nav-right > a > i { padding: 0; }
li.cart.nav-right > a > i { padding: 0 4px 0 0; }

/* update frames */
.fm-header, .layout, .fm-footer { width: 750px; } 
.lt-single .fm-middle {width: 750px; }
.lt-double .fm-middle, .lt-right .fm-middle { width: 500px; }
.lt-triple .fm-left { float: left; width: 250px; }
.lt-triple .fm-middle {float: left; width: 500px; }
.lt-triple .fm-right { clear: both; width: 750px; margin: 0; }
.lt-hot .fm-hot { float: none; width: 750px; }
.lt-hot .fm-right { float: none; width: 750px; margin: 0; }
.lt-hot .fm-middle { float: left; width: 500px; }

.sub-image { width: 50%;}
}

@media (max-width: 780px) {
.fm-header, .layout, .fm-footer { width: 100%; } 
.hot-left, .hot-right { float: none; width: 100%; }
.layout .frame {float: none; width: auto; margin: 0; }
.cookie-bar { padding-bottom: 40px; }
.cookie-settings, .cookie-details { width: auto; margin: 10px;} 
}

@media (max-width: 640px) {
.col { float: none; clear: both; }
.col:first-child:nth-last-child(n), .col:first-child:nth-last-child(n) ~ .col { width: 100%; }
.bk-navigation-bar .nav-expand { display: block; text-align: left; }
ul.nav-bar { display: none; border: none; }
ul.nav-bar.expand-open { display: block; }
ul.nav-bar > li, ul.nav-bar > li.nav-right { float: none; display: block; border-bottom: 1px solid #aaa; border-style: none none solid none;}
ul.nav-bar > li > a > span { float: none; display: inline-block; }
ul.nav-bar > li > a > img { float: left; }
ul.nav-bar > li > a { display: inline-block; float: none; }
ul.nav-bar li > a > i { display: block; float: left; padding: 0 10px 0 5px; }
li.cart.nav-right > a > i { float: left; padding: 0 10px 0 5px; }
li.cart.nav-right .cart-qty, li.cart .cart-qty { left: 28px; right: auto;}
ul li.search.nav-right > ul, ul li.site-search.nav-right > ul, ul li.search > ul, ul li.site-search > ul { left: 0; right: 0; width: auto; }
ul.nav-bar li.cart ul { width: auto; left: 0; right: 0; }
.new-user, .exists-user { width: 100%; float: none; }
.personal-data,.delivery-data { width: 100%; float: none;  }
}

@media (max-width: 480px) {
.bk-product-details .image-block { float: none; width: 100%; max-width: none; }
.bk-product-details .buy-block { float: none; width: 100%; max-width: none; margin-top: 10px; }
.buy-block .highlights, .buy-block .prices, .buy-block .buttons { margin-left: 0; }
.tabs { padding: 0; }
.tabs li { float: none; margin: 0; }
.tabs li a { padding: 8px;}
.step-summary { float: none; margin: 10px 5px; text-align: center;}
.step-continue { float: none; margin: 10px 5px; }
input.continue { float: none; width: 100%; }
.sep-image { width: 45%;}
.cart-item .item-image img { max-width: 50px; height: auto; }
.cart-item .item-remove a { text-decoration: none; }
.cart-item .item-remove a span { display: none; }
.cart-item .item-remove a:before { content: "\f00d"; font: 14px FA; padding: 0 2px; } 
.cart-item .item-qty input { width: 20px; }
.bk-data.dt-image.dt-desc, .bk-data.dt-image.dt-tabs, .bk-data.dt-image.dt-desc.dt-tabs { display: block; }
}

/* icons: spin animation, asc, desc */
i.spin { display: inline-block; animation: spin 1s infinite steps(8); color: #555; font-style: normal; font-family: FA; }
i.spin:before { content: "\f110"; }
@keyframes spin { 100% { transform: rotate(360deg); } }

.sort-asc, .sort-desc { font-size: 14px; font-weight: normal; color: #000; text-decoration: none; padding: 0 3px; }
.sort-on { color: #1584D2; text-decoration: none; }
.sort-asc:after { content: "\f0d8"; }
.sort-desc:after { content: "\f0d7"; }
.name-asc:after { content: "\f15d"; }
.name-desc:after { content: "\f15e"; }
.number-asc:after { content: "\f162"; }
.number-desc:after { content: "\f163"; }
 
/* preview images styles */
.preview-basic { width: 480px; float: left; box-sizing: border-box; }
.preview-basic .preview-active { width: 400px; height: 300px; box-sizing: border-box; }
.preview-basic .preview-active img { max-width: 400px; max-height: 300px; width: auto; height: auto; cursor: pointer; }
.preview-basic .preview-options { max-width: 400px; text-align: center; box-sizing: border-box; height: 20px; }
.preview-basic .preview-options [data-option="super"] { cursor: pointer; color: #00c; }
.preview-basic .preview-options [data-option="super"]:hover { color: #66f; text-decoration: underline;  }
.preview-basic .preview-list { padding: 10px 0 0 0; h2eight: 100px; clear: both; box-sizing: border-box; }
.preview-basic .preview-list a { display: block; margin-right: 10px; text-align: center; float: left; }
.preview-basic .preview-list img { }
.preview-extra { width: 480px;  height: 200px; float: right; box-sizing: border-box; }
.preview-list .preview-image { border: 1px solid transparent; cursor: pointer; }
.preview-list .preview-image.preview-selected { outline: 3px solid #FF8A13;  }
/* end preview images styles */

/*** header background styles ***/
.bk-header { 
	background: url('data:image/gif;base64,R0lGODlhDgAaAMQAAKmpqbi4uLGxsbKysr29vcLCwrW1tbq6ur6+vsbGxsXFxbe3t7Ozs8DAwLS0tLy8vLm5ucHBwaysrKurq62traioqLCwsK6urq+vrwAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAOABoAAAWY4HCNZEk6VqquqoO9rwVj6StJU67vU0MQj6Bw+FgwHI4jY3lELmczGUzRiFSt1oZWK7pgvCaShafDTXADinqkbrcFt7j8RpGgLAK8fiUwQP8yflKALy5/MTB+hzRShlKDiGkUbG5uDCNfJJkkCRGenwUFnxEFEgAVp6gVq6kVCBAHELKztAcEAQu4uAu8AboSq6zBw8TFrSEAOw==');
}
.dark .bk-header { 
	background: url('data:image/jpeg;base64,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') no-repeat right top;
	background-color: #000;
}
/*** end header background styles ***/