/*
	btn font text-transform: uppercase; letter-spacing: .1rem; font-weight: bold; font-size: .8rem;
*/

:root {
--c-red:			#E8112D;
--c-red-darker:		#C4182E;
--c-red-darkest:	#A01F2F;
--c-gray-10:		rgba(0 0 0 / .1);
--c-white-50:		rgba(255 255 255 / .5);
--c-darkgray:		#000;
--c-lightgray:		#555;
--c-text:			#333;
--c-textlightgray:	#666;
--c-blue:			#394D64;
--fs-h1:			28px;
--fs-h2:			1.2rem;
--t-small:			.75rem;
--box-shadow:		5px 5px 5px rgba(0, 0, 0, 0.075);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
:focus {outline: 0;} /* remember to define focus styles! */
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* reset end */

/* global */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body * {
    position: relative;
}

/* utility */
.offscreen { clip-path: inset(100%);clip: rect(1px 1px 1px 1px); /* IE 6/7 */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.onscreen { position:relative; clip:auto; width:auto; height:auto; overflow:auto; }
.bold, strong {font-weight: 700; letter-spacing: .03rem}
.italic, em {font-style: italic;}
.t-center {text-align: center;}
.t-right {text-align: right;}
.t-small {font-size: var(--t-small);}
.t-white {color: #fff;}
.svg-icon path {fill: currentColor; }
.d-none {display: none;}
.d-block {display: block;}
.bg-primary {background: var(--c-red);}
.bg-dark {background: var(--c-darkgray);}
.bg-gray-10 {background: var(--c-gray-10);}
.bg-secondary {background: var(--c-blue);}
.bg-transparent {background: transparent;}
.bg-h-dark:hover {background: var(--c-lightgray);}
.bg-h-red:hover {background: var(--c-red);}
.bg-h-transparent:hover {background: transparent;}
.video-responsive { position:relative; width: 100%; padding-bottom:56.25%; height:0; overflow: hidden; }
.video-responsive iframe, .video-responsive object, .video-responsive embed { position:absolute; top:0; left:0; width:100%; height:100%; }


hr {background: none; border: none; border-top: 1px solid var(--c-gray-10); margin: 2rem 0;}
.mb-05 {margin-bottom: 0.5rem !important;}
.mb-10 {margin-bottom: 1.0rem !important;}
.mb-15 {margin-bottom: 1.5rem !important;}
.mb-20 {margin-bottom: 2.0rem !important;}
.mt-05 {margin-top: 0.5rem !important;}
.mt-10 {margin-top: 1.0rem !important;}
.mt-15 {margin-top: 1.5rem !important;}
.mt-20 {margin-top: 2.0rem !important;}
.ml-05 {margin-left: 0.5rem;}
.ml-10 {margin-left: 1.0rem;}
.t-red {color: var(--c-red);}
.w-100 {width: 100%;}

@media all and (min-width: 900px) {
	.d-md-none {display: none;}
	.d-md-block {display: block;}
	.d-md-inline-block {display: block;}
}

@media all and (min-width: 1200px) {
	.d-lg-none {display: none;}
	.d-lg-block {display: block;}
	.d-lg-inline-block {display: block;}
}

/* base */
html, body {font-family: "Roboto", sans-serif; font-size: 14px; line-height: 1.4; font-weight: 300; background: #efefef; color: #333;}
body {min-height: 100vh; }
a { color: inherit; text-decoration: none;}
a:hover {text-decoration: underline; }

@media all and (min-width: 1200px) {
	html, body {font-size: 16px;}
}

h1 {font: 700 1.7rem/1.3 "Roboto", sans-serif; }
h2, body .h2 {font: 700 var(--fs-h2)/1.3 "Roboto", sans-serif; letter-spacing: .0rem;}
h3, body .h3 {font: 700 1rem/1.4 "Roboto", sans-serif; letter-spacing: .03rem;}

h1 > small, h2 > small, h3 > small,
.h1 > small, .h2 > small, .h3 > small {text-transform: initial; font-weight: 300;}

.text {font-size: 1rem;}
.text h1 {margin: 0 0 2rem 0px; }
.text h2, body .text .h2, h2 {margin: 1rem 0px; }
.text h3, body .text .h3 {margin: 2rem 0px; }

.text p, .text ul, .text ol, .text dl, .text address, .text blockquote {margin-bottom: 1.5rem;}
.text ul, .text dl, .text ol {margin-top: 2rem;}

.text ul > li:before, ul.bullet > li:before {content: "—"; position:absolute;margin-left: -1.5em; color: var(--c-lightgray);}
.text ul ul > li:before, ul.bullet ul > li:before {content: "";}
.text ul ul, ul.bullet ul {list-style-type: circle;}
.text ul, ul.bullet  {margin-left: 1.5em;}

.text ol {margin-left: 2em; list-style-type: decimal;}
.text ol ol {list-style-type: lower-alpha;}
.text ol ol ol {list-style-type: circle;}

.text ul ul, .text ul ol, .text ol ul, .text ol ol {margin-top: 10px; margin-bottom: 10px;} 

.text .grayblock, .text blockquote {padding: 10px 0; }
.text .grayblock *:first-child, .text blockquote *:first-child {margin-top: 0px;}
.text .grayblock *:last-child, .text blockquote *:last-child {margin-bottom: 0px;}

/* layout */

header, article, footer {position: relative; z-index: 2; }

.t {flex: 0 0 100%; position: relative; order: 1;}
    .t form {display: inline-block; position: relative; background: #fff;}
    .t #search-query {border: 0px solid; color: gray; height: 20px; margin: 15px 15px; font-size: 1rem; width: 300px;}
    .t-ico {width: 100%; max-width: 50px; margin: auto; display: inline-block; vertical-align: top; background: #efefef; position: relative; color: #333;}
    
        
.h { background: #fff; display: flex; z-index: 776;}
    .h__logo {order: 1; width: 40px; height: 40px;}
        .h__logo-img {width: 20px; height: 20px; display: block; margin: 10px;}
		.h__logo-tit {display: none;}
	
	.h__icons {order: 2; display: flex; flex-flow: row-reverse; margin-left: auto;}
		.h__icons-navlauncher {z-index: 999;}
		.h__icons-navlauncher.active {color: red; box-shadow: 20px 0px 0px #333}
		.h__icons-lng > span {text-transform: uppercase; height: auto; top: 50%; transform: translatey(-50%); font-size: 1.2rem;}
		
    .h__ico { height: 40px; width: 40px; margin-left: 5px; display: inline-block; font-size: 1.2rem; font-family: roboto; font-weight: bold; color: #333; z-index: 999;	}
		.h__ico:hover {background-color: #fff;}
        .h__ico * {position: absolute; width: 100%; height: 100%; text-align: center; top: 0}
	
	@media all and (min-width: 600px) {
		.h {position: fixed; flex-flow: column; width: 50px; height: 100%;}
		.h__logo {order: 2; text-align: center; width: 100%; height: auto;}
		.h__icons {margin-bottom: 10px; order: 1; display: block; margin-left: initial;}
        .h__logo-img {width: 70%; margin: auto; max-width: 40px; position: relative; display: block; margin-bottom: 10px;}
        .h__logo-tit {width: 40%; margin: auto; position: relative; max-width: 25px; border-right: .3rem solid transparent; box-sizing: content-box; display: block;}
		.h__ico { max-width: 50px; width: 100%; height: 0px; padding-top: 100%; margin: auto; display: block; background: #efefef; position: relative; font-size: 1.2rem; font-family: roboto; font-weight: bold; color: #333; z-index: 999;	}
	}
	
.n {position: fixed; top: 0; z-index: 776; left: 50px; height: 100%; font-size: 1rem; display: none; }
	.n .scrollbar-inner {overflow-y: auto; position: relative; height: 100%; padding-right: 20px; background: #333; box-shadow: 50px 0px 30px rgba(0,0,0,.4); }
	.scrollbar-inner > ul {margin-right: 10px; margin-bottom: 30px;	}
	.n ul { position: relative;}
	.n ul ul {margin-left: 1rem;}
	.n ul ul ul, .linav-dialogue ul, .linav-havelsplace ul {display: none;}
	.n a {background: #333; color: #eee; text-decoration: none; line-height: 1.4em; padding: .85rem 1rem; display: block; border-bottom: 1px solid var(--c-lightgray);}
	.n a:hover, .n a:active {background: var(--c-lightgray);}
	.n ul ul a {color: #999; padding: .5rem 1rem .5rem 2rem; margin-left: -1rem;}
	.n li {}

.p, .f {position: relative; padding: 0px; min-height: 100%; padding: 0 1rem; display: flex; flex-wrap: wrap; flex-direction: column; min-width: 270px; overflow: hidden; }
	
	@media all and (min-width: 600px) {
		.p, .f {padding: 0 5%; margin: 0px 0px 0px 50px;}		
	}
	
	@media all and (min-width: 1200px) {
		.p, .f {padding: 0 120px; }		
	}
	
	.p__logo {display: block; line-height: 100px; padding: 2rem 0 0 1rem; height: 100px; }
	.p__logoimg {max-width: 100px; max-height: 40px; display: block;}
	
	.p__path {text-transform: uppercase; letter-spacing: .1rem; font-weight: bold; font-size: .8rem; color: var(--c-red); margin-bottom: 2rem;}
	
	@media all and (min-width: 600px) {
		.p__logo {padding-left: 0; }		
	}
	
	@media all and (min-width: 1200px) {
		.p__logo {padding: 0; position: absolute; left: 25px; top: calc(30px + 5px);}
		.p__logoimg {height: 30px; width: 75px; display: block;}
	}
		
	.p__topbar {display: grid;  width: 100%; grid-template-columns: 1fr ; margin-bottom: 1.5rem; margin-top: 30px; z-index: 10;}
		.p__toptech {display: flex; align-items: center;}
		.p__toptech-textnav {margin: 0 0 .5rem 1rem;}
		
	@media all and (min-width: 900px) {
		.p__topbar {grid-template-columns: auto auto auto;}
		.p__toptech {text-align: right; display: flex; justify-content: flex-end; }
		.p__toptech-textnav {order: 1; margin: 0 1rem .5rem 0;}
		.p__toptech-cart {order: 2;}
		
	}
		
	@media all and (min-width: 1600px) {
		.p__topbar {grid-template-columns: 540px auto auto;}
	}
	
	.search {background: var(--c-gray-10); display: flex; justify-content: flex-end; margin-bottom: .5rem;  min-width: 250px; }
	.search .fInput, .search .fSelect {width: calc(100% - 40px); position: absolute; left: 0; top: 0; }
	@media all and (min-width: 900px) {
		.search .fInput, .search .fSelect {width: calc(100% - 90px);  }
	}
	.search .btn {margin: 0;}
	.search__type--tag {padding: 4px 12px;}
	.search__type--tag .badge {color: #fff; white-space: nowrap; max-width: 100%; overflow: hidden;	}
	.search__type--shp {padding: 12px 12px; line-height: 1.4; border-top: 1px solid #efefef; display: flex;}
	.search__type--shp .title {font-weight: bold;}
	.search__type--shp .title em {font-weight: normal; display: block;}
	.search__type--shp .img {width: 66px; text-align: center; margin-right: 12px;}
	.search__type--shp img {height: 33px; max-width: 66px; object-fit: cover; vertical-align: top;	}
	.search__type--undefined {display: none;}
	
	@media all and (min-width: 900px) {
		.search {max-width: 510px; margin-right: 30px;}
	}
	
	
    article {position: relative; width: 100%; order: 5;  }
			
    .f {background: var(--c-gray-10); padding-top: 4rem; padding-bottom: 20vh; margin-top: 4rem; }
    .f .text {font-size: .8rem; color: var(--c-text);}
	.f__credits {display: flex; width: 100%; align-items: flex-start; flex-wrap: wrap;}
	.f__logos {width: 100px; flex: 0 0 100px;}
	.f__logos a {display: block;}
	.f__logos img {height: 50px; margin-bottom: 1rem; top: 2px;}
	.f__content {flex: 1 50%; }

/* simple */
.tpl-simple h1 {margin-bottom: 2rem;}

/* index */

.widget-index {display: block;}
	
	.topnote p {padding: 1rem 0;}
	.topnote:before {content: " "; background: var(--c-red); position: absolute; left: -50vw; height: 100%; width: 150vw;}
	
	.topitems {margin: 0 0 2rem 0;}
	.topitems:before {content: " "; background: var(--c-gray-10); position: absolute; left: -50vw; height: 100%; width: 150vw;}
		.topitems__list {padding: 2rem 0;}
		.it-item__img {box-shadow: var(--box-shadow);}
	
		@media all and (max-width: 599px) {
			.it-item:nth-child(n + 3) {display: none;}
		}
	
		@media all and (max-width: 899px)  {
			.it-item:nth-child(n + 4) {display: none;}
		}
		
		@media all and (max-width: 1499px)  {
			.it-item:nth-child(n + 5) {display: none;}
		}
	
	.catblock {margin-bottom: 2rem;}
		
		.catblock__title {text-transform: uppercase; font-size: .75rem; overflow: hidden; letter-spacing: .2em; text-align: center; margin: 0 0 3rem; }
		.catblock__title:before {content: " "; position: absolute; top: 50%; left: 0; width: 100%; border-bottom: 1px solid #bdbdbd;}
		.catblock__title > * {display: inline-block; background: #efefef; padding: 0 2rem;}
		.catblock__perex {color: var(--c-textlightgray); text-align: center;}
		
		.catblock__nav {text-align: center; margin-bottom: 1.5rem;}
		.catblock__nav-link {display: inline-block; margin: 0 .5rem; color: #999;}
		.catblock__nav-link.active {text-decoration: none; color: #fff;}
		
		
.cols, .text .cols {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; box-sizing: border-box; margin-left: -1rem; margin-right: -1rem;}
.cols > * {box-sizing: border-box; padding: 0 1rem; flex: 1 0 100%;}

.col-9 {flex: 1 74.97%; max-width: 74.97%}
.col-8 {flex: 1 66.64%; max-width: 66.64% }
.col-7 {flex: 1 58.32%; max-width: 58.32%}
.col-6 {flex: 1 49.98%; max-width: 49.98%}
.col-5 {flex: 1 41.59%; max-width: 41.59%}
.col-4 {flex: 1 33.32%; max-width: 33.32% }
.col-3 {flex: 1 24.99%; max-width: 24.99% }

@media all and (min-width: 600px) {
	.col-sm-9 {flex: 1 74.97%; max-width: 74.97%}
	.col-sm-8 {flex: 1 66.64%; max-width: 66.64% }
	.col-sm-7 {flex: 1 58.32%; max-width: 58.32%}
	.col-sm-6 {flex: 1 49.98%; max-width: 49.98%}
	.col-sm-5 {flex: 1 41.59%; max-width: 41.59%}
	.col-sm-4 {flex: 1 33.32%; max-width: 33.32% }
	.col-sm-3 {flex: 1 24.99%; max-width: 24.99% }
}

@media all and (min-width: 900px) {
	.col-md-9 {flex: 1 74.97%; max-width: 74.97%}
	.col-md-8 {flex: 1 66.64%; max-width: 66.64% }
	.col-md-7 {flex: 1 58.32%; max-width: 58.32%}
	.col-md-6 {flex: 1 49.98%; max-width: 49.98%}
	.col-md-5 {flex: 1 41.59%; max-width: 41.59%}
	.col-md-4 {flex: 1 33.32%; max-width: 33.32% }
	.col-md-3 {flex: 1 24.99%; max-width: 24.99% }
	
	.offset-md-3 {left: 24.99%;}
}

@media all and (min-width: 1200px) {
	.col-lg-9 {flex: 1 74.97%; max-width: 74.97%}
	.col-lg-8 {flex: 1 66.64%; max-width: 66.64% }
	.col-lg-7 {flex: 1 58.32%; max-width: 58.32%}
	.col-lg-6 {flex: 1 49.98%; max-width: 49.98%}
	.col-lg-3 {flex: 1 24.99%; max-width: 24.99% }
	.col-lg-4 {flex: 1 33.32%; max-width: 33.32% }
}

@media all and (min-width: 1500px) {
	.col-xl-9 {flex: 1 74.97%; max-width: 74.97%}
	.col-xl-8 {flex: 1 66.64%; max-width: 66.64% }
	.col-xl-6 {flex: 1 49.98%; max-width: 49.98%}
	.col-xl-4 {flex: 1 33.32%; max-width: 33.32% }
	.col-xl-3 {flex: 1 24.99%; max-width: 24.99% }
	.col-xl-2 {flex: 1 16.65%; max-width: 16.65% }
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scrollbar-external_wrapper{padding-top:20px;position:relative}
 
/******************* EXTERNAL SCROLLBAR *******************/
 
.external-scroll_x{cursor:pointer;display:none;position:absolute}.external-scroll_x.scroll-scrollx_visible{display:block;background:#dcdcdc;height:10px;left:0;top:0;width:100%}.external-scroll_x div{height:100%;left:0;top:0;position:absolute;width:100%}.external-scroll_x .scroll-bar{z-index:12}
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:rgba(255,255,255,.1)}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#666}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}

/* errors */

#alerts {margin-bottom: 2rem;}
#alerts .alert ul li {background: none; padding: 0;}
.alert {padding: 0.5em 1em; color: #fff;}
.error {background: red;}
.msg {background: green;}
.clause {border-top: 1px solid tomato; padding-top: 0.5em;}
.clauseData {background: tomato; padding: 0.5em 1em; font-size: 0.8em; color: #ffcccc;}

#dbg {position: fixed; right: 10px; top: 10px; font-size: 11px; font-family: Courier; background: #ffff99; padding: 15px; text-align: left; z-index: 999; max-width: 500px; max-height: 100vh; overflow: auto; color: #333;}
#dbg a {position: absolute; text-decoration: none; height: 20px; line-height: 22px; width: 20px; text-align: center; background: darkorange; color: #fff; font-weight: bold; font-size: 20px; right: 0px; top: 0px; z-index: 1000; color: #333;}
#dbg a:hover {background: transparent; color: #333;}

/* components */

	/* cart */
	.cart__btn {background: var(--c-gray-10);}
	.cart__item-count, .cart__price-total {display: none;}
	.cart.active .cart__item-count, .cart.active .cart__price-total {display: inline-block;}
	.cart.active .cart__btn {background: var(--c-red);}
	.cart__item-count {position: absolute; background: var(--c-darkgray); line-height: 16px; padding: 0 .1rem 0 .1rem; text-align: center; border-radius: 50; border-radius: 8px; top: -5px; left: 1.6rem; letter-spacing: 0; font-size: 9px; min-width: 16px;}
	.cart__items td:first-child {font-weight: bold;}
	
	@media all and (min-width: 900px) {
		.cart.active:hover .cart__list {display: block;}
	}
	
	@media all and (min-width: 900px) and (max-width: 1024px) {
		.cart.active .cart__price-total {display: none}
	}
	
	.cart__list {min-width: 15rem; background: var(--c-red-darker); position: absolute; right: 0; padding: 1rem; box-shadow: var(--box-shadow); border-radius: 5px; }
	.cart__list td {padding: .25rem .5rem; border-bottom: 1px dashed rgba(255 255 255 /.5);}
	.cart__list td:first-child {padding-left: 0;}
	.cart__list td:last-child {padding-right: 0; text-align: right;}
	
	#packeta-widget {width: 100% !important;}
	
	
	/* cart (add to) */
	.add-to-cart {white-space: nowrap;}
	.add-to-cart > * {margin-right: .5rem; }
	.add-to-cart__pcs-label {line-height: 40px; }
	
	/* cart (checkout) */
	
	.fullcart-checkout-list .fullcart-checkout-list__title {vertical-align: middle}
	.fullcart-checkout-list__price {line-height: 40px;}
	.fullcart-checkout-list__total td {line-height: 40px;}
	.fullcart-checkout-list__thumb {display: inline-block; width: 80px; text-align: center; vertical-align: middle;}
	.fullcart-checkout-list__img {display: inline-block; height: 40px; max-width: 80px; vertical-align: top;}
	
	/* cart (check) */
	.shop-cart-summary__table {border-top: 2px solid var(--c-gray-10);}
	.shop-cart-summary__table tbody td {padding: .3rem 0; border-bottom: 1px solid var(--c-gray-10);}
	.shop-cart-summary__table tfoot td {padding: 1rem 0; font-weight: bold;}
	
	.shop-cart-summary__submit img {max-height: 40px; margin: 2rem 0; display: block;}
	
	
	/* item */
	.item__author {display: block; font-style: italic;}
	.item__thumb {display: block;}
	.item__aside {margin-bottom: 2rem}
	.item__img {display: block; width: 60%; margin: auto; box-shadow: var(--box-shadow);}
	.item__price {background: var(--c-gray-10); width: calc(150%); padding: 1rem; padding-bottom: 0; margin: 1.5rem 0 2rem;}
	.item__price > :last-child {margin-bottom: 0;}
		.item__meta {background: #e3e3e3; margin-top: 1rem; }
		.item__meta ul {margin-top: 1rem; margin-bottom: 1rem;}
		
	@media all and (min-width: 900px) {
		.item__aside {position: absolute; left: 0; top: 0; width: 24.99%; height: 100%; overflow: hidden; object-fit: contain;}
		.item__img {width: 90%; margin-left: 0;}
		.item + hr {margin-top: 3rem;}
		.item__meta ul {column-count: 2; column-width: 50%;}
		
	}
	
	/* item list */
	.il-list {margin-bottom: 2rem;}
	
	/* item in list */
	.il-item {margin-bottom: 1rem;}
			
		.il-item__thumb {margin-bottom: .5rem;}
		.il-item__thumb:hover .il-item__img {transform: scale(1.1);}
		.il-item__img {display: block; width: 100%; box-shadow: var(--box-shadow); transition: transform .3s;}
		.il-item__title {margin-bottom: .5rem;}
		.il-item__title small {display: block; font-style: italic;}
		.il-item__price {margin-bottom: .5rem; font-weight: bold;}
		.il-item__price > * {display: inline-block; margin-right: .5rem;}

	/* buttons */
	
	.btn__line > .btn {margin: 0 .5rem .5rem 0;}
	.btn__line--y > .btn {margin: 0 .5rem 0 0;}
	
	input.btn, button.btn { width: auto; overflow: visible; border: 0px solid; font-size: .75rem;}
	.btn {position: relative; padding: 0em 1rem; line-height: 40px; display: inline-block; text-decoration: none; text-transform: uppercase;
		letter-spacing: .1rem; color: #fff; font-weight: bold; font-size: .8rem; vertical-align: top;
		cursor: pointer; border-radius: 5px;
	}
	.btn:hover {text-decoration: none;}
	
	.btn-sm {line-height: 30px; height: 30px;}
	.btn--reverse {margin: 0px 0px .5rem .5rem;}
	.btn--no-mx {margin: 0px 0px .5rem 0px;}
	.btn--inline {vertical-align: baseline;}
	.btn--ico svg {width: .8rem; height: .8rem; vertical-align: middle;}
	.btn--inverse {color: var(--c-text);}
	.btn--transparent {background: transparent;}

	/* badge */
	.badge {display: inline-block; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; height: 1.4rem; line-height: 1.4rem; text-decoration: none; padding: 0 .5rem; border-radius: 5px; margin: 1px 0; vertical-align: middle; color: #fff;}
		.badge svg {height: 10px; width: 14px; vertical-align: middle; top: -1px;}
	.badge--p0 {padding: 0;}
	.badge--lcase {text-transform: lowercase;}
	
	/* pagination */
	.pagination {text-align: center; margin: 2rem 0;}
	.pagination .btn {color: var(--c-text);}
	
	/* landing page to delete by 200909 */
	.full {position: fixed; width: 100%; height: 100%; display: flex;}
	.full__center {margin: auto; text-align: center; padding-bottom: 3rem; padding-left: 1rem; padding-right: 1rem;}
	.full__logo svg {width: 150px; height: 60px; margin: 0 auto 5vh;}
	.countdown {font-weight: 200; font-size: calc(20px + 1vw);}

	.full__bg {position: fixed; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .3; filter: grayscale(50%);}

	/* subcat grid */
	
	.text .subcat-in-text {display: grid; grid-template-columns: auto; margin: 2rem 0; grid-gap: 1rem;}
	.subcat-in-text > li:before {content: ""; display: none;}
	.subcat-in-text > li {font-size: var(--fs-h2); background: var(--c-gray-10); padding: 1rem; }

	@media all and (min-width: 900px) {
		.text .subcat-in-text {display: grid; grid-template-columns: auto auto; margin: 2rem 0; grid-gap: 1rem;}
		
	}

	/* table */
	.table {width: calc(100% + .4rem); margin: 1.5rem -.2rem; border-top: 2px solid var(--c-gray-10);}
	.table td {padding: .5rem .2rem; border-bottom: 1px solid var(--c-gray-10); vertical-align: top;}
	.table tfoot td {border: none;}
	

	/* forms */

	.form {}
	.form-horizontal {}

	.required .control-label {position: relative;}
	.required .control-label:after {content: "*"; position: absolute; color: red; top: 0px; margin-left: 2px;}
	.required.format-block .control-label label:after {content: "*"; color: red; padding-left: .2rem;}
	.required.format-block .control-label:after {content: "";}

	.form input, .form select, .form textarea {font-size: 1em; font-family: inherit; position: relative;}
	.control-label label {font-size: 1em; font-weight: bold; color: #333}
	.form-horizontal .fItem > * {display: inline-block; vertical-align: top;}
	.form-horizontal .control-label {width: 100%; }
	.form-horizontal .controls {width: 100%;}
	.control-group {margin-right: 5px; margin-bottom: 5px; margin-top: 5px;}

	@media all and (min-width: 600px) {
		.form-horizontal .control-label {width: 35%; text-align: right; padding-right: 1rem; padding-top: .3rem;}
		.form-horizontal .controls {width: 60%;}
	}
	
	.form-inline .fItem, .form-inline .fSubmit {display: inline-block; vertical-align: top;}
	.form input[type=checkbox] {position: relative; vertical-align: top; display: inline-block; margin: 0px; margin-top: .2rem; margin-right: 10px;}
	.form input[type=text] {min-width: 80%; }
	.form input[type=email] {min-width: 98%; }
	.form input[type=text], .form input[type=email], .form select {height: 2.1rem; line-height: 2.1rem; border-color: var(--c-gray-10);}
	.form input[type=radio] {margin: 0px; margin-right: 5px; top: .1rem;}
	.form textarea {min-width: 98%; height: 10rem; border-color: var(--c-gray-10); padding: .3rem; line-height: 1.4;}
	.form .lower textarea {height: 6rem;}

	.form-inline input[type=text],
	.form-inline input[type=password] {height: 34px; width: auto; min-width: 0; font-size: 1rem; padding: 0 .5rem;}
	.form-inverse input {border: 0px solid;}

	legend {display: block;}
	.form-horizontal fieldset {background: #F3F3F3; margin: 1.5rem 0rem; padding: .5rem 1rem;}
	.form-horizontal .fSubmit {margin: 1.5rem 0;}
	.form-horizontal .format-block {display: flex;}
	.format-block .control-label {order: 2; flex: 1; text-align: left; padding-top: 0px;}
	.format-block .controls {order: 1; flex: 0;}

	.format-line .controls label {display: block; margin: .35rem 0;}	
	
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-control {
  position: relative;
  height: 40px;
  width: 100%;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: inherit;
}
.selectize-dropdown {
  color: #303030;
}

@media all and (min-width: 900px) {
	.selectize-dropdown {
	  min-width: 510px;
	}
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: transparent;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  padding: 12px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;  
  white-space: nowrap;
}

.selectize-input input {height: 16px; line-height: 1;}

.selectize-control.multi .selectize-input.has-items {
  padding: 12px 12px;
}

.selectize-input.focus {
  background: rgba(255,255,255, .1);
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 0 0;
  padding: 0px;
  line-height: 16px;
  
}
.selectize-control.multi .selectize-input > div.active {
  
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  margin: 0 0 0 0;

}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 8px 12px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: var(--c-secondary);
  cursor: default;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
  padding: 12px;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}


/* tabs */

.tabs {}
.t-hide { display: none; }
.t-panel {}                                                                  
.t-active .t-nav {}

.t-nav {margin: 0px; text-transform: uppercase; letter-spacing: .1rem; font-weight: bold; font-size: .8rem;}
.t-nav li {display: inline-block; background: #efefef; letter-spacing}
.t-nav a {display: inline-block; padding: 0em 1em; line-height: 40px; text-decoration: none; }
.t-nav a:hover {text-decoration: underline;}
.t-disabled a {color: silver;}
.tabs .selected {background: var(--c-gray-10);}
.tabs .selected a:hover {text-decoration: none;}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000; margin-bottom: 40px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:transparent; padding: 28px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc; line-height: 1.4em;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; line-height: 1.4em;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}                                                                        
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(img/controls.svg) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(img/controls.svg) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:10px; right:0px; display:block; background:url(img/controls.svg) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
		
/* hyperformValidation */

.required .hf-validated {border: 1px solid #fef9e9;}
.required .hf-invalid { border-color: tomato !important; }
.required .hf-validated.hf-valid {border-color: yellowgreen !important;}
.required .fRadio .hf-validated.hf-invalid {box-shadow: 0 0 0 3px tomato, inset 0 0 0 0px #000; border-color: transparent; border-width: 3px;}
.required .fRadio .hf-validated.hf-valid {border-color: transparent;}
.required .fRadio .hf-validated.hf-valid:checked {box-shadow: 0 0 0 2px #a7a7a7, inset 0 0 0 10px yellowgreen; border-color: #fff; border-width: 3px; }
.hf-warning {color: tomato; font-size: 14px; padding: .3em 0;}
.format-block .hf-warning {flex: 1 0 100%; order: 3;}

.smap-suggest {margin: 0 !important;}
.smap-suggest li:before {content: ""; display: none;}

.card {background: var(--c-white-50); border-radius: 15px; padding: 1.5rem 2rem;}

/* valuelist */
.valuelist__label {font-weight: bold;}
