#main {
	padding: 10px 0;
}
.oCont, .titlepage .oCont {
	max-width: 100% !important;
}
.titlepage .mainColumn {
	padding-left: 0;
	padding-right: 0;
}
.mainColumn {
	padding: 10px;
	border: none;
}
#banner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs {
	margin-bottom: 10px;
}

html {
	-webkit-font-smoothing: antialiased;
}

div#menu-cont {
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.15);
}

/* detail hlavne */
.detailRightCol {
	vertical-align: top;
	margin-top: 20px;
}
.mainGallery {
	position: relative;
	background: #f8f8f8;
	text-align: center;
}
.mainGallery img {
	vertical-align: middle;
}
.mainGallery a {
	position: relative;
	display: block;
	background: #fff;
}
.mainGallery a::after {
	display: block;
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.03;
}

.imgGallery .slick-track,
.mainGallery .slick-track {
	display: flex;
	align-items: stretch;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 46px;
    margin-top: -23px;
    background: transparent;
    border: 0;
    outline: none;
    text-indent: -9999px;
	text-align: center;
	font-size: 0;
	z-index: 1;
	opacity: .25;
	transition: .2s;
	cursor: pointer;
}
.slick-arrow:hover {
	opacity: 1;
}
.slick-arrow::before {
	text-indent: 0;
	font-family: FontAwesome;
	line-height: 46px;
	font-size: 30px;
	color: #000;
	display: block;
	top: -3px;
    position: relative;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev::before {
	content: "\f104"
}
.slick-next::before {
	content: "\f105"
}
.imgGallery.slick-initialized .slick-slide,
.mainGallery.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	height: auto;
	outline: none;
}
.imgGallery .slick-slide {
	margin: 3px;
}
.slick-slide img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.mainGallery img {
	padding: 0 20px;
	box-sizing: border-box;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    width: 8px;
    height: 8px;
    content: '';
    opacity: .25;
    background: black;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	border-radius: 8px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.imgGallery {
	padding: 0 30px;
	display: flex;
	flex-flow: row wrap;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.imgGallery.slick-initialized {
    display: block;
}
.imgGallery .slick-arrow {
    width: 30px;
}
.imgGallery .slick-arrow::before {
	font-size: 30px;
}
.imgGallery .slick-slide {
	opacity: .55;
	transition: .2s;
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
}
.imgGallery .slick-slide:hover, .imgGallery .slick-current {
	opacity: 1;
}
.imgGallery .slick-slide:hover {
	border-color: #ccc;
}

.detailtabtitle {
    text-transform: uppercase;
    font-weight: 200;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid;
	cursor: pointer;
	position: relative;
}
.detailtabtitle h3 {
	position: relative;
}
.detailtabtitle h3:after {
    content: "+";
    width: 1.5em;
    height: 1.25em;
    font-size: 1.25em;
    line-height: 1.25em;
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    text-align: center;
    transition: .3s;
    font-family: sans-serif;
}
.active .detailtabtitle h3:after {
	transform: rotate(135deg);
}
.detailtabwrapper {
    max-height: 0;
	overflow-y: hidden;
	transition: max-height .5s cubic-bezier(0,1,0,1), padding .35s ease-in-out, opacity .35s ease-in-out;
	box-sizing: border-box;
	padding: 0 10px;
	opacity: 0;
}
.active .detailtabwrapper {
	max-height: 1000px;
	opacity: 1;
	padding: 10px;
	transition: max-height 1s ease-in-out, padding .35s ease-in-out, opacity .35s ease-in-out;
}

.detailInfo {
	padding: 0;
	text-align: left;
	background: transparent;
}
.detailCartInfo {
    margin: 0 0 10px;
}
.detailCartInfo label {
	display: none;
}
.detailCartInfo button {
	width: 100%;
	font-weight: normal;
	position: relative;
	font-size: 18px;
	transition: .15s;
}
.detailCartInfo button:hover {
	background: #00aa5b;
	color: #fff;
}
.detailCartInfo .fa {
    position: absolute;
    top: 16px;
    right: 17px;
}
.detailbanner {
    margin-top: 15px;
}

.detailPriceInfo .price {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
}
.detailInfo.withdiscount .price {
	color: red;
}
.detailPriceInfo.withdiscount .priceDiscount {
	display: inline-block;
	margin: 0;
}
.detailPriceInfo .price .dph {
	display: none;
}
.priceDiscount .vatText {
    display: none;
}

.detailbanner img {
    vertical-align: middle;
}

.detailrecommended {
    margin-top: 35px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
/*
.detailrecommended .productListFGrid,
.rotator .productListFGrid {
	padding: 0 10px;
}
.detailrecommended .slick-prev,
.rotator .slick-prev {
	left: -15px;
}
.detailrecommended .slick-next,
.rotator .slick-next {
	right: -15px;
}*/
#product-detail .breadcrumbs {
    margin-bottom: 10px;
}

.altlist {
    display: flex;
    flex-flow: row wrap;
}
.alternativeproducts {
    margin-top: 15px;
}
.prodalt {
	display: inline-block;
	margin-right: 5px;
}
.prodalt:last-child {
    margin-right: 0;
}
.prodaltitem {
    display: block;
	position: relative;
	width: 60px;
	transition: .2s;
	border: 1px solid transparent;
}
.prodaltitem:hover {
	border-color: #ccc;
}
.prodaltitem::before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}
.prodaltitem::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .03;
	display: block;
	content: "";
}
.altimg {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.detailTitle {
    font-size: 24px;
    color: black;
}
.priceDiscount .tt + span {
	display: none;
}
@media only screen and (min-width: 680px) {
	.slick-arrow::before {
		font-size: 46px;
	}
	.detailRightCol {
		padding-left: 40px;
		margin-top: 0;
	}
	.column2detail {
		table-layout: fixed;
	}
	.detailLeftCol {
		width: 100%;
	}
	.imgGallery {
		visibility: visible;
		opacity: 1;
		height: auto;
		overflow: auto;
	}
	.mainGallery a::after {
		display: none;
	}
	.mainGallery {
		background: transparent;
	}
}
@media only screen and (min-width: 880px) {
	.detailRightCol {
		width: 300px;
		padding-left: 80px;
	}
}

/* under header titulka */
.underheader {
    max-width: 1200px;
    margin: 0 auto;
}

/* header */
.aboveheader {
    background: #000;
    color: #fff;
}
.aboveheader a {
	color: #fff;
}
.ahflex {
	padding: 0 .75rem;
	height: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.headercont {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.hflex {
	padding: .5rem 0 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#imglogo {
	display: block;
	max-width: 230px;
	margin: auto;
	transition: .25s;
	text-align: center;
	margin: auto;
}
#imglogo img {
	vertical-align: middle;
	max-width: 100%;
}

.hactions {
    display: flex;
    margin-left: auto;
	align-items: center;
	white-space: nowrap;
}

.hsearch {
    display: flex;
	align-items: center;
	position: relative;
}
.searchformwrp label > span {
    display: none;
}
.searchformwrp input {
    display: block;
    padding: 0 23px 0 13px;
    border: none;
    margin: 0;
	background: #eee;
	line-height: 2.5rem;
	width: 100%;
}
.searchformwrp button {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	font-size: 1rem;
	cursor: pointer;
	padding: 0;
	width: 2.25rem;
	border: none;
	background: transparent;
}
.searchformwrp {
	position: relative;
	width: 0;
	overflow: hidden;
	transition: .5s;
}
.active .searchformwrp {
	width: 260px;
	z-index: 105;
}
.active .searchactivator > .fa-search:before {
	content: "\f00d";
}

.dtext {
	vertical-align: middle;
	font-size: 15px;
}
.haction {
	line-height: 2.5rem;
	display: flex;
	align-items: center;
	/*border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;*/
}
/*.uacc.haction {
    padding-left: 10px;
}*/
.haction:hover {
	text-decoration: none;
	background: #fff;
	color: #888;
}
.haction > .fa {
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 2.5rem;
    width: 2.5rem;
    text-align: center;
}
.sciw {
    line-height: 2.5rem;
    vertical-align: middle;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 1.25rem;
	margin-left: 5px;
	font-size: 16px;
}
.smallCartItems {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: black;
    color: #fff;
    text-align: center;
	border-radius: 24px;
	margin-right: 10px;
}
.smallCartItems.moreitems {
	background: #DC0023;
}
.hflags {
	position: relative;
}
.currentlang {
    line-height: 2.5rem;
    font-size: 1rem;
	padding: 0 .65rem;
	cursor: pointer;
}
.currentlang span {
    margin-left: 3px;
}
.langlist {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #000;
	z-index: 120;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
}
.langlist:before {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent black;
    content: "";
    margin-left: -10px;
}
.active > .currentlang .fa {
	transform: rotate(180deg);
}
.active > .langlist {
	opacity: 1;
	visibility: visible;
}
.langlist a {
	display: block;
	padding: 0.5rem;
	text-decoration: none !important;
}
.langlist a:hover {
	background: #eee;
}

.mainmenu {
	z-index: 101;
	position: relative;
	display: none;
	background: #fcfcfc;
	border-top: 1px solid #aaa;
}
.mainmenu.actived {
	display: block;
}
.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cMenuItem {
	position: relative;
}
.customMenu2 > .cMenuItem {
	border-bottom: 1px solid #aaa;
}
.cMenuLink {
	display: block;
	padding: .75rem .85rem;
	text-decoration: none !important;
	position: relative;
	color: #777;
}
.customMenu2 > .cMenuItem:hover > .cMenuLink,
.customMenu2 > .cMenuItem > .cMenuLink.select {
	color: #000;
}

.cMenuLink > .fa {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    box-sizing: border-box;
	padding-bottom: 4px;
	transition: .15s;
}
.cMenuLink.select > .fa {
	transform: rotate(180deg);
}

.cSubmenu {
	max-height: 0;
	transition: .5s;
	overflow: hidden;
}
.cMenuLink.select + .cSubmenu {
	max-height: 400px;
}

.cSubmenu .cMenuItem {
	display: block;
	margin: 0;
}
.cSubmenu .cMenuLink {
	padding: .5rem .85rem .5rem 1.75rem;
	border-bottom: none !important;
}
.cSubmenu .cMenuLink:hover,
.cSubmenu .cMenuLink.select {
	background: #f4f4f4;
	color: #000;
}

.menuactivator.actived .fa:before {
	content: "\f00d";
}

.specialmenuitem {
	display: none;
}

.hideonpc {
	position: absolute;
	left: 1rem;
}

@media only screen and (min-width: 600px) {
	.hactions {
		position: absolute;
		right: 1rem;
	}
}
@media only screen and (min-width: 1000px) {
	.customMenu2 {
		text-align: center;
	}

	.cMenuLink {
		padding: 1rem .85rem;
	}

	.mainmenu {
		background: #fff;
		border-top: none;
	}

	.cMenuItem {
		text-align: left;
		display: inline-block;
	}

	.customMenu2 > .cMenuItem {
		border-bottom: none;
	}

	.cSubmenu {
		display: block;
		z-index: 1;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		transform: scaleY(0);
		transition: .15s;
		transform-origin: top;
		overflow: visible;
		max-height: unset;
	}
	.cMenuItem:hover > .cSubmenu {
		transform: scaleY(1);
		z-index: 1;
	}
	.cMenuItem:hover > .cSubmenu:before {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
		top: 0;
		background: #fff;
		left: -9999px;
		right: -9999px;
		height: 100%;
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
	}
	.cMenuItem:hover > .cSubmenu:after {
		top: 0;
		background: rgba(0,0,0,0.15);
		left: -9999px;
		right: -9999px;
		height: 100vh;
		content: "";
		display: block;
		position: fixed;
		z-index: -2;
		pointer-events: none;
	}

	.cSubmenu .cMenuLink {
		padding: .5rem .85rem;
		border-bottom: none !important;
	}

	.customMenu2 > .cMenuItem:hover > .cMenuLink::after,
	.customMenu2 > .cMenuItem > .cMenuLink.select::after {
		position: absolute;
		bottom: -1px;
		right: 15px;
		left: 15px;
		margin: auto;
		content: "";
		background: #000;
		height: 2px;
		z-index: 2;
	}
	.specialmenuitem {
		position: absolute;
		display: block;
		top: 0px;
		bottom: 0px;
		left: 100%;
		max-height: 100%;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	}
	.specialmenuitem img {
		max-height: 100%;
		vertical-align: middle;
	}
	.cMenuLink .fa {
		display: none;
	}
	.hideonpc {
		display: none;
	}
	.mainmenu {
		display: block;
	}
}

@media only screen and (max-width: 1360px) {
	.dtext {
		display: none;
	}
	/*.uacc.haction {
		padding-left: 0;
	}*/
}
@media only screen and (max-width: 1560px) {
	.searchformwrp {
		position: absolute;
		right: 100%;
		top: 0;
		bottom: 0;
	}
}
@media only screen and (max-width: 1000px) {
	.hflex {
		padding: .35rem;
	}
	#imglogo {
		max-width: 220px;
	}
}
@media only screen and (max-width: 680px) {
	#imglogo {
		max-width: 180px;
	}
}
@media only screen and (max-width: 600px) {
	.hideonpc {
		position: relative;
		left: 0;
	}
	#box-id-above_header_left,
	#box-id-above_header_right {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		opacity: 0;
		visibility: hidden;
	}
	#box-id-above_header_left {
		animation: switch1 7s infinite;
	}
	#box-id-above_header_right {
		animation: switch2 7s infinite;
	}
	.ahflex:hover #box-id-above_header_left,
	.ahflex:hover #box-id-above_header_right {
		animation-play-state: paused;
	}
	.hsearch {
		position: static;
	}
	.searchformwrp {
		top: 100%;
		left: 0;
		right: 0;
	}
	.active .searchformwrp {
		width: 100%;
		z-index: 105;
		height: 40px;
		max-width: 100%;
		background: #eee;
	}
	.searchformwrp input {
		width: 100%;
		max-width: 100%;
	}
	.hflags {
		position: absolute;
		right: 0;
		top: -32px;
		line-height: 20px;
		color: #fff;
	}
	.currentlang {
		font-size: 12px;
		line-height: 30px;
		padding-top: 2px;
	}
}
@keyframes switch1 {
	0% {opacity: 0;}
	4% {opacity: 1; visibility: visible;}
	46% {opacity: 1; visibility: visible;}
	50% {opacity: 0;}
}
@keyframes switch2 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	54% {opacity: 1; visibility: visible;}
	96% {opacity: 1; visibility: visible;}
	100% {opacity: 0;}
}

/* loggedin bttns */
.loggedincont {
    /*max-width: 300px;*/
    text-align: left;
    font-size: 1rem;
}
.narrowmodal {
	max-width: 400px;
	padding-top: 25px;
}
.loggedlinks {
	list-style: none;
	border-top: 1px solid #ddd;
}
.loggedlinks a {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	transition: .15s;
}
.loggedlinks a:hover {
	background: #eee;
	text-decoration: none;
}
.loggedimg {
	width: 45px;
	height: 18px;
	text-align: center;
}
.loggedimg img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}

/* login form */
.lgnbox {
    text-align: left;
}
#slider-login .lgnbox {
    padding: 15px 0;
}
.fbrw {
    display: flex;
    flex-flow: row wrap;
}
.fbcf {
    flex: 1 0 50%;
    box-sizing: border-box;
    padding: 0 25px;
}
#slider-login .fbcf {
	max-width: 315px;
	margin: 0 auto;
}
.lgnbox .inputLabel {
    width: 100%;
    padding-right: 0;
}
.textInput, .textareaInput {
	border: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.fbcf {
		padding-left: 10px;
		padding-right: 10px;
		flex-basis: 100%;
	}
	#slider-login .fbcf {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fbcf + .fbcf,
	#slider-login .fbcf + .fbcf {
		margin-top: 20px;
	}
}

.uppcase {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
	font-size: 1.3rem !important;
}
.rfw {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.25;
	text-align: center;
	box-sizing: border-box;
}
.invertbtn {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px black;
}
.invertbtn:hover {
	background: #000;
	color: #fff;
}
.lgboxbottom {
    margin-top: 15px;
}
.lgboxbottom a {
	text-decoration: underline;
}

/* kategorie h1 */
.prodlisttitlerow {
    display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.productlisttitle {
	display: inline-block;
}
.productListFilterForm {
	margin: 0 0 0 auto;
}

/* filter v kategorii */
.productListFilter .floxTabs {
	display: none;
}
.productListFilter .boxSimple.jsinvisible {
	float: right;
}
.productListMainControls {
	float: right;
	padding: 0;
}
/*.plistvarfilter {
    float: left;
}*/
.filtercontainer {
	position: relative;
}
.plistvarfilter .searchform {
    display: flex;
}
.plistfilterholder {
	position: absolute;
	right: 100%;
	top: 0;
	transform-origin: right;
	transition: .35s;
	max-width: 0;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
}
.activedfilter .plistfilterholder {
	max-width: 500px;
	overflow-x: visible;
	opacity: 1;
	visibility: visible;
}
.plistvarfilter {
	background: #fff;
}
.plistvarfilter .formFieldBRow {
	flex-wrap: wrap;
    margin: 0;
}
.plistvarfilter .formFieldBTitle, .filteractivator {
	white-space: nowrap;
	width: 100%;
	width: auto;
	margin: 0;
	padding: 8px 11px;
	cursor: pointer;
}
.filteractivator {
	padding-left: 5px;
}
.filteractivatoricon {
    width: 25px;
    text-align: center;
    display: inline-block;
}
.activedfilter .filteractivator .fa:before {
	content: "X";
	font-family: sans-serif;
}
.plistvarfilter .formFieldBRow:hover .formFieldBTitle, .filteractivator:hover {
	background: #f4f4f4;
}
.plistvarfilter .formFieldBTitle:after {
	display: inline;
	content: "\f107";
	font-family: FontAwesome;
}
.plistvarfilter .formFieldBInput {
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.plistvarfilter .formFieldBInput .chosen-single {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.plistvarfilter .chosen-container {
	position: static;
	background: transparent;
}
.plistvarfilter .formFieldBInput .chosen-drop {
	/*display: block !important;*/
	border: none;
	/*min-width: 100px;*/
}
.plistvarfilter .chosen-container .chosen-results {
	padding: 0;
	margin: 0;
}
.plistvarfilter .formFieldB {
    margin: 0;
    display: inline-block;
	vertical-align: middle;
	position: relative;
	min-width: 90px;
}
.controlViewSort .chosen-container-single .chosen-single {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: transparent !important;
}
.hipc {
	display: none;
}
.controlViewSortSelect {
	line-height: 1.5;
	height: 35px;
}
@media only screen and (max-width: 900px) {
	.hipc {
		display: block;
	}
	.plistfilterholder {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		max-width: unset !important;
		text-align: center;
		z-index: 2;
	}
	.plistfilterholder::before {
		display: inline-block;
		content: '';
		height: 100%;
		vertical-align: middle;
	}
	.plistfilterholder .closefilterbg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(43,46,56,0.9);
	}
	.plistvarfilter {
		display: inline-block;
		vertical-align: middle;
		width: 400px;
		max-width: 90%;
		background: #fff;
		padding: 18px 20px 25px;
		position: relative;
		box-sizing: border-box;
		text-align: left;
	}
	.filterboxtitle {
		text-transform: uppercase;
	}
	.plistvarfilter .formFieldBTitle {
		width: 100%;
		text-align: center;
		border: 1px solid #000;
	}
	.plistvarfilter .formFieldB {
		margin-top: 1rem;
	}
	.plistvarfilter .searchform {
		flex-direction: column;
	}
	.plistvarfilter .chosen-container, .plistvarfilter .formFieldBInput > .selectInput {
		max-width: 100%;
	}
	.plistvarfilter .formFieldBInput > select {
		border-color: #000;
		background: #fff;
		padding-left: 15px;
		padding-right: 15px;
		opacity: 0;
	}
	.plistvarfilter .formFieldBInput > select:focus {
		opacity: 1;
	}
	.activedfilter .plistfilterholder {
		opacity: 1;
		visibility: visible;
		z-index: 30;
	}
	.filtersubmit.hipc {
		margin-top: 15px;
	}
	.filtersubmit button {
		font-size: 14px;
		width: 100%;
		text-align: center;
		padding: 10px;
	}
}
@media only screen and (max-width: 639px) {
	.productListFilterForm {
		width: 100%;
		margin: 5px 0 0;
	}
	.controlViewSortSelect {
		height: 100%;
	}
	.productListMainControls {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.filtercontainer {
		margin-right: auto;
	}
	.filteractivator {
		padding-left: 0;
	}
}

@media only screen and (min-width: 900px) {
	.filteractivator {
		display: none;
	}
	.plistfilterholder {
		max-width: unset;
		overflow-x: visible;
		opacity: 1;
		visibility: visible;
		right: 0;
		position: relative;
	}
}

/* kategoria pagination */
.buttoninvert {
	color: #000;
	border: 1px solid #aaa;
	background: #fff;
	transition: .15s;
}
.buttoninvert:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.categorypagination {
    display: flex;
    justify-content: center;
    position: relative;
	align-items: center;
	flex-wrap: wrap;
}
.categorypagination .buttoninvert {
	padding: 10px 15px;
	min-width: 200px;
	text-align: center;
	margin: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.categorypagination .noMoreProducts {
	color: #888 !important;
	border-color: #aaa !important;
}
.categorypagination .pagination {
	width: 100%;
	text-align: center;
}
.categorypagination .pagination > li {
	margin: 0;
}
.categorypagination .pagination .button {
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	transition: .15s;
	margin: 0;
	padding: 10px 13px;
}
.categorypagination .pagination .button:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

@media only screen and (min-width: 900px) {
	.categorypagination .pagination {
		position: absolute;
		right: 0;
		width: auto;
	}
}


/* cart */
.tableCart .tableTitleCell > a {
    color: #7D7C7A;
    font-size: 0.85em;
}
.cartPriceBox {
	display: none;
}
.cartPriceBox.highlighted {
    display: inline-block;
    font-size: 16px;
    color: black;
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.cartPriceBox > strong {
    float: right;
    font-weight: 400;
    font-size: 1em;
}

/* order */
/*.shippaymList > .radioLabel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 0;
	background: #f6f6f6;
}

.shippaymList > .radioLabel input:checked + .orderShippingPrice:after,
.shippaymList > .radioLabel input:checked + .orderPaymentPrice:after {
    background: #e5f2e5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: -1;
    outline: 1px solid #95bf95;
}

.shippaymList > label:hover {
	border-color: #aaa;
}
*/

/* grid */
.productListFGridItem2.bnnr .indicators {
    display: none !important;
}

/* info box */
.infobox {
    background: white;
	width: 600px;
	max-width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
	border: 1px solid black;
	padding: 10px 30px;
	transition: .3s;
	display: none;
}
.infobox.movein {
	display: block;
	animation: movein 1s linear both;
}
.infobox.moveout {
	animation: moveout 1s linear both;
}
.closeinfobox {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    top: 0;
    padding: 0 15px 3px;
    cursor: pointer;
}
@media only screen and (max-width: 900px) {
	.infobox {
		display: none !important;
	}
}

@keyframes movein {
    from {bottom: -300px;}
    to {bottom: 0px;}
}
@keyframes moveout {
    from {bottom: 0px;}
    to {bottom: -300px;}
}

/* fixed header */
.headerspacer {
	display: none;
}
@media only screen and (min-width: 1000px) {
	.headercont.abs {
		position: absolute;
		left: 0;
		right: 0;
	}
	.headercont.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 105;
		background: #fff;
	}
	.fixed #imglogo {
		max-width: 180px;
	}
	.fixed .customMenu2 > .cMenuItem > .cMenuLink {
		padding: .75rem .85rem;
	}
	.headerspacer {
		display: block;
	}
}

/* list grid */
.productListFGrid {
	display: block;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
	flex-wrap: wrap;
	margin: 5px -5px 0;
}
.productListFGrid.slick-initialized {
	display: block;
	/*width: 100%;*/
}
.cartbonusList.productListFGrid {
    justify-content: center;
}

.productListFGridItem2 {
	display: inline-block;
	/* float:left; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 0 0 10px;
    box-sizing: border-box;
    width: 25%;
	border: 1px solid transparent;
	text-align: left;
	transition: .15s;
}
.productListFGridItem2:hover {
	border-color: #ccc;
}
.slick-slide .productListFGridItem2 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width: 900px) {
	.productListFGridItem2 {
		width: 31%;
		width: calc(100% / 3);
	}
}

@media only screen and (max-width: 660px) {
	.productListFGridItem2 {
		width: 50%;
	}
}

@media only screen and (max-width: 320px) {
	.productListFGridItem2 {
		width: 100%;
	}
}

.productListFGridImage2 {
	position: relative;
	border: none;
	transition: .3s;
}
.productListFGridImage2::after {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 115%;
}
/*.productListFGridImage2:hover {
	border-color: #ccc;
}*/

.productListFGridImage2 .linkImage2 {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.linkImage2 img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 100%;
}

.imgLinkOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.03;
}

.productListFGridText2 {
    padding: 0 5px;
}
.productListFGridTitle2 {
	font-size: 12px;
	margin: 0;
	margin: 2px 0;
}

.productListFGridTitle2 a {
	color: #888;
}


.productListFGridItem2 .price .dph {
	display: none;
}
.productListFGridItem2 .price {
	font-size: 16px;
	margin: 2px 0;
	color: #667;
	display: inline-block;
}
.productListFGridItem2 .productListFGridText2.hasDiscount .price {
	color: red;
}

.productListFGridItem2 .priceDiscount {
	display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 1em;
}
.productListFGridItem2 .priceDiscount .tt + span {
	display: none;
}

.productListGridCart2 {
	display: none;
}

.productListFGridItem2 .indicators {
    margin-left: 5px;
    position: absolute;
}
.productListFGridItem2 .indicators > span {
    clear: left;
    float: left;
    padding: 1px 5px;
    font-size: 12px;
}

/* footer */
footer .footerColumn25 {
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
}
footer {
	padding: 10px 0;
	border-top: none;
	border-bottom: none;
}
footer .iCont {
	padding: 0;
}
footer h2 {
	margin: 0;
}
footer .blockText > h2 {
	padding: 15px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}
footer .blockText > h2 + .userHTMLContent {
	margin: 0;
	padding: 0 15px 15px;
}
footer p {
	margin-top: 0;
	margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
	footer {
		padding: 0;
	}
	footer .blockText > h2 {
		line-height: 1;
	}
	footer .blockText > h2:after {
		content: "+";
		position: absolute;
		right: 15px;
		top: 10px;
		bottom: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .25s;
	}
	footer .blockText > h2.expanded:after {
		transform: rotate(45deg);
	}
	footer .blockText {
		border-bottom: 1px solid #888;
	}
	footer .footerColumn25 {
		width: 100%;
		float: none;
	}
	footer .blockText > h2 + .userHTMLContent {
		box-sizing: border-box;
		opacity: 0;
		max-height: 0;
		padding: 0 15px;
		transform-origin: top;
		transition: max-height .5s cubic-bezier(0,1,0,1), padding .35s ease-in-out, opacity .35s ease-in-out;
		overflow: hidden;
	}
	footer .blockText > h2.expanded + .userHTMLContent {
		max-height: 1000px;
		opacity: 1;
		padding: 0 15px 15px;
		transition: max-height 1s ease-in-out, padding .35s ease-in-out, opacity .35s ease-in-out;
	}
}

.copyright {
	background: #fff;
	border-top: 1px solid #ccc;
}
#box-id-copyright {
	padding: 10px 15px;
}


/* footer newsletter */
.footernews {
    background: #f5dfdc;
    text-align: center;
	color: #000;
	padding: 1.25rem 0;
}
.nwltr {
    max-width: 500px;
}
.footernews .newslettertitle, .nwltr .newslettertitle {
    font-size: 27px;
}
.footernews .newslettertext, .nwltr .newslettertext {
	margin-top: 5px;
	font-size: 18px;
}
.footernews .newsletterformrow, .nwltr .newsletterformrow {
    display: flex;
	margin: 10px auto 0;
	max-width: 400px;
}
.footernews .newsletterformrow input {
    border: 1px solid transparent;
}
.nwltr .newsletterformrow input {
    border: 1px solid #ddd;
}
.footernews .newsletterformrow button, .nwltr .newsletterformrow button {
	margin-left: 15px;
	background: #000;
	border: 1px solid #000;
	padding-left: 25px;
	padding-right: 25px;
	transition: .15s;
}
.nwltr .newsletterformrow button {
	border-color: #000;
}
.footernews .newsletterformrow button:hover {
	background: #fff;
	color: #000;
}
.nwltr .newsletterformrow button:hover {
	background: #eee;
	color: #000;
}
.off10 {
	display: none;
    position: fixed;
    right: 0;
    top: 35%;
    background: #000;
    z-index: 220;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 110px;
    text-align: center;
    box-sizing: border-box;
    transform: rotate(-90deg);
	transform-origin: bottom right;
	cursor: pointer;
}
.off10.show {
	display: block;
}
.closeoff10 {
	display: none;
}
@media only screen and (max-width: 900px) {
	.off10.show {
		right: 0;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 600px;
		max-width: 100%;
		top: auto;
	}
	.closeoff10 {
		display: block;
		right: 0;
		top: 0;
		bottom: 0;
		background: transparent;
		border: none;
		color: #fff;
		position: absolute;
		padding: 0 15px 3px;
		font-size: 12px;
	}
}

/* back to top */
#backtotop {
    position: fixed;
    right: 2rem;
    bottom: 10%;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	font-size: 24px;
	cursor: pointer;
	transition: .25s;
	transform: translateY(70px);
	opacity: 0;
	visibility: hidden;
}
#backtotop:hover {
	color: #000;
	border-color: #000;
}
#backtotop.show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.btttext {
	font-size: 14px;
}
@media only screen and (max-width: 900px) {
	#backtotop {
		width: 46px;
		height: 46px;
		padding-bottom: 3px;
	}
	.btttext {
		display: none;
	}
}

/* rozcestnik - odkazy */
.odkazy {
	margin: 0;
}
.odkazy .directoryListItemTitle {
	display: none;
}
.odkazy .directoryListItem {
	padding: 0 8px;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.odkazy .directoryListItem img {
	vertical-align: middle;
}
.odkazy .slick-dots {
    position: relative;
}

/* small cart */
.hcart {
	position: relative;
}
.hcart:hover > .haction {
    background: #fff;
    color: #888;
}
.small-cart-cont {
	position: absolute;
	right: 0;
	top: 100%;
	border: 1px solid #000;
	background: #fff;
	width: 330px;
	z-index: 120;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
}
.small-cart-cont::after {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 28px;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent black;
    content: "";
}
.hcart:hover > .small-cart-cont,
.hcart.reloading > .small-cart-cont {
	opacity: 1;
	visibility: visible;
}
.hcart:hover .small-cart-cont::before,
.hcart.reloading .small-cart-cont::before {
	display: block;
	content: "";
	width: 2rem;
	height: 2rem;
	margin: 5px auto;
	border: 3px solid #444;
	border-top: 3px solid transparent;
	border-radius: 50%;
	animation: rotate 1.2s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hcart.loaded .small-cart-cont::before {
	display: none;
}
.scInfo .noItems {
	padding: 15px;
	font-size: 14px;
    text-align: center;
}
.scItem {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.scItemImg {
    width: 70px;
    text-align: center;
}
.scItemImg img {
	vertical-align: middle;
}
.scItemRemove {
    width: 40px;
    text-align: center;
	border-left: 1px solid #ddd;
	margin: 5px 0;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
.scItemRemove a {
	padding: 10px;
	display: block;
	color: #888;
	text-decoration: none !important;
}
.scItemQty {
    width: 40px;
	text-align: center;
	color: #666;
}
.scItemInfo {
	flex: 1;
	font-weight: 600;
	white-space: normal;
}
.itemInfoPrice {
	display: block;
}
.scInfoSum .centertext {
    color: #666;
    font-size: 1rem;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.scInfoSum .righted {
	font-weight: 600;
}
.scFooter a {
    display: block;
    width: 80%;
    text-align: center;
    padding: 10px;
    background: #444;
    color: #fff;
    margin: 10px auto;
    text-transform: uppercase;
    transition: .15s;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
}
.scFooter .scorder {
    background: #00b366;
}

.cartFSI, .cartFSIachieved {
    display: block;
    white-space: normal;
    margin: 0;
}
.cartFSIachieved .FSItext, .FSItext {
	font-size: 13px;
	text-align: center;
	margin: 0;
}
.FSIprogres, .FSIbar, .FSItext .fa {
	display: none;
}
.FSIhidden {
	display: none;
}
.FSItext strong:last-child {
    color: red;
}
.cartFSIachieved .FSItext strong:last-child {
	color: green;
}
.smallcartheader {
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding: 11px;
}
.cartPage .small-cart-cont {
	display: none !important;
}
.cartPage h1 {
    text-align: center;
    /* font-size: 18px; */
    /* margin-bottom: 5px; */
}


/* cart normal */
.cartheader {
    margin-top: -20px;
    text-align: center;
    padding: 25px 20px;
	position: relative;
	z-index: 1;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	background: #f4f4f4;
}
.cartheadertext {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
#box-id-orderhelp {
    position: absolute;
    right: 15px;
	top: 50%;
	padding: 10px;
	transform: translateY(-50%);
}
/*.cartheader::before {
	position: absolute;
	left: -500px;
	right: -500px;
	top: 0;
	height: 100%;
	background: #f4f4f4;
	content: '';
	display: block;
	z-index: -1;
}*/
.cartrow {
    display: flex;
    align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.tablecartflexcont {
    display: flex;
	align-items: center;
	position: relative;
}
.tablecartflexcont .cartProductImage {
    width: 100px;
    text-align: center;
}
.tablecartflexcont .fa-gift {
	position: absolute;
}
.cartProductImage > img {
	margin: auto;
}
.tablecartflextext {
    font-size: 14px;
}
.cartButtonMinus, .cartButtonPlus {
	background: transparent;
	color: #888;
	padding: 8px;
	border-color: transparent;
}
.cartButtonRemove,
.cartButtonRemove2 {
	color: #888;
	font-size: 1.2rem;
	border-radius: none;
	background: transparent;
	text-decoration: none !important;
}
.cartButtonRemove:hover,
.cartButtonRemove2:hover {
	color: #000;
}
.cartrow .buttonCart {
	text-transform: uppercase;
	padding: 15px;
}
.cartrow .buttonBasic, .cartrow .buttonCart, .addedcart, .addedButtons > button {
	text-align: center;
	font-size: 14px;
	padding: 10px 18px;
	background: transparent;
}
.cartrow .buttonCart, .addedcart {
    text-transform: uppercase;
    font-weight: 600;
}
.blockCart .buttonBasic, #order-form .buttonSimple, .addedButtons > button {
	color: black;
	border-color: transparent;
	line-height: 1.5;
	border-color: black;
	vertical-align: middle;
	cursor: pointer;
	border-style: solid;
}
.blockCart .buttonBasic:hover, #order-form .buttonSimple:hover {
	background: #fff;
}
.blockCart .buttonCart, .addedcart {
    background: #00aa5b;
    border-color: transparent;
}
.blockCart .buttonCart:hover, .addedcart:hover {
	background: #000;
	color: #fff;
	border-color: transparent;
}

.blockCart > .tableDefault.tableCart {
    margin-top: 20px;
}
.tableHeadItem {
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.tableDefault > tbody > tr {
    border-bottom: 1px solid #ddd;
}
.tableCart .tableItem {
    position: static;
    border-top: none;
}

.cartBonuses {
	text-align: center;
}
.bonustitle {
    margin-top: 20px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 8px;
}
.cartBonusInfo {
	margin-top: 0;
}
.bonuscartadd {
    margin-top: 5px;
}
.bonuscartadd label {
    display: none;
}
.bonuscartadd button {
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: none;
}
.cartBonus2 .productListFGridText2 {
    text-align: center;
}

.emptycart {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 25vh;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.emptycarttitle {
    margin-bottom: 20px;
}
.blockCart .emptycartbttn {
	padding: 10px;
	color: #fff;
	min-width: 240px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px #fff;
	transition: .15s;
}
.blockCart .emptycartbttn:hover {
	color: #000;
}
.blockCart .emptycartbttn:before {
	content: '<';
	margin-right: 5px;
}

@media only screen and (min-width: 860px) {
	.cartrow .buttonBasic, .cartrow .buttonCart {
		width: 100%;
		max-width: 250px;
	}
}
@media only screen and (max-width: 860px) {
	.cartrow {
		flex-wrap: wrap;
	}
	.cartrow .cartFSI, .cartrow .cartFSIachieved {
		width: 100%;
		order: 3;
	}
}
@media only screen and (max-width: 650px) {
	.blockCart .tableDefault > tbody > tr {
		border-bottom: 1px solid #ddd;
		display: flex;
		flex-flow: row wrap;
	}
	.blockCart .tableCart .tableItem {
		width: 33.33%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}
	.blockCart .tableCart .tableItemWrap.tableItemLeft {
		width: 100%;
	}
	.tablecartflexcont {
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	.cartrow .buttonBasic, .cartrow .buttonCart {
		width: 100%;
		margin: 7px;
	}
	.cartrow .buttonCart {
		order: -1;
	}
}

/* added to cart */
.customOverlay.loader {
    max-width: unset;
    padding: 0;
    width: auto;
    background: transparent;
	color: #fff;
}
.addedBottom {
    display: flex;
    align-items: center;
}
.addedcart, .addedButtons > button {
	margin: 5px;
}
.addedButtons > button {
	border-width: 1px;
	box-shadow: inset 0 0 0 1px black;
}
.addedItemImg::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.05);
}
.addedTtle {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.addedTtle img {
	max-width: 24px;
	margin-right: 5px;
}
.addedItemPrice {
	font-size: 1.25em;
}
.addedfreeshipping .cartFSI, .addedfreeshipping .cartFSIachieved {
	padding: 5px;
}
.addedItemImg {
	position: relative;
}
.addedItemImg img {
	max-width: 100%;
}
@media only screen and (min-width: 650px) {
	.addedItem {
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-template-rows: auto 1fr;
		grid-gap: 15px;
	}
	.addedItemImg {
		grid-row: 1/3;
	}
	.addedItemInfoText {
		display: flex;
		justify-content: space-between;
		padding: 15px;
		align-self: center;
		align-items: center;
	}
	.addedfreeshipping {
		text-align: center;
		width: 200px;
	}
	.addedButtons {
		margin-left: auto;
	}
}
@media only screen and (max-width: 650px) {
	.addedfreeshipping {
		order: 3;
	}
	.addedcart, .addedButtons > button {
		box-sizing: border-box;
		width: 100%;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.addedBottom {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.addedcart {
		order: 0;
	}
	.addedfreeshipping, .addedButtons {
		width: 100%;
	}
	.addedItemImg {
		margin: 15px 0;
	}
}

/* order form */
.orderheader {
    margin-top: -20px;
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #f4f4f4;
}
.orderheader .mobileheader, .orderheader .desktopheaders  {
	font-size: 18px;
    text-transform: uppercase;
	font-weight: 300;
}
.orderheader .desktopheaders {
	display: none;
}
#order-form .third {
	padding: 0 10px;
	box-sizing: border-box;
	flex: 1 1 300px;
}
.ordertop {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 10px;
}
.ordertop .valErrors {
	width: 100%;
}
.orderparts {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
}
#order-form .fieldset > legend, #order-form .legend {
    width: 100%;
    float: left;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
    padding: 15px 5px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-weight: 400;
}
#order-form .fieldset {
    border: none;
    float: none;
    width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	padding-bottom: 5px;
}
#order-form .inputLabel, #order-form .textareaLabel {
	width: 100%;
	padding-right: 0;
	padding-top: 8px;
	margin: 0;
}
#order-form .asterix {
	font-size: 1em;
}
.formOrderDiffDelivery {
	width: 100%;
	margin: 0;
}
.bglabel, #order-form .formAppleRadio label.radio {
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 15px;
	padding: 8px;
	box-sizing: border-box;
	background: #eee;
}
#order-form .companyselector label.bglabel {
	display: none;
}
#order-form .companyselector > input:checked + label.bglabel {
	display: block;
}
#order-form #shipping, #order-form #payment {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.orderfoot {
    margin-top: 15px;
}
.orderfoot .invertbtn {
	box-shadow: none;
}
.sendorder {
	margin-top: 5px;
}
.sendorder .elemCartTable .cartPlusMinus,
.sendorder .elemCartTable .cartTableItemPrice {
	/* display: none; */
	width: 0;
	font-size: 0;
}
.certificate .tableItem.tableItemRight {
    text-align: right;
}
.sendorder .tableItem {
	display: table-cell;
	float: none;
	text-align: left;
}
.sendorder .elemCartTable .cartTableItemTaxedPrice {
	text-align: right;
	white-space: nowrap;
}
.sendorder .cartPriceBox {
	float: none;
	width: 100%;
	margin: 10px 0;
}
.sendorder .cartPriceBox.highlighted {
	display: flex;
	justify-content: space-between;
	padding: 14px 10px;
	font-size: 1.35em;
	background: #eee;
}
.ordercbs {
	text-align: center;
	margin-top: 10px;
}
.sendorder .cartPriceBox.highlighted > strong {
	font-weight: bold;
}
.sendorder .submitCart {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
	background: #00b366;
	line-height: 1.5;
    color: #fff;
    margin: 10px auto;
    text-transform: uppercase;
    transition: .15s;
    font-weight: 600;
	font-size: 14px !important;
	border: 1px solid transparent;
}

.redlegend > legend {
	color: #ff0000;
}
.gctable {
    display: flex;
}
.gcapply {
    margin-top: 8px;
    margin-left: 10px;
    background: #444;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
	text-transform: uppercase;
	border: 1px solid transparent;
	transition: .15s;
}
.gcapply:hover {
	background: #fff;
	color: #444;
	border-color: #444;
}

@media only screen and (min-width: 900px) {
	.orderheader .desktopheaders {
		display: flex;
		max-width: 1200px;
		margin: auto;
	}
	.orderheader .mobileheader {
		display: none;
	}
	#order-form .third {
		width: calc(100% / 3);
		flex: 1;
	}
}
@media only screen and (max-width: 1230px) {
	.orderheader .desktopheaders {
		max-width: 980px;
	}
}
@media only screen and (max-width: 600px) {
	#order-form .inputLabel > .labelText, #order-form .selectLabel > .labelText, #order-form .textareaLabel > .labelText {
		display: none;
	}
	#order-form .fieldset > legend, #order-form .legend, #order-form .textInput, #order-form .textareaInput {
		text-align: center;
	}
	#box-id-orderhelp {
		position: relative;
		left: 0;
		transform: none;
		top: 0;
		padding: 0;
	}
	.ordertop {
		flex-direction: column;
	}
	.ordercta {
		width: 100%;
		margin-bottom: 10px;
	}
	.ordercta a {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

/* ine */
.bfwr {
    background: #348100;
    color: #fff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: -20px;
    margin-bottom: -20px;
}
.bwrap p {
	margin: 0;
}
.bwrap {
	max-width: 1200px;
	padding: 25px 10px;
	width: 100%;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
}
.bfwr + div {
	margin-top: 25px;
}

.formRegister button.submit {
    font-size: 18px;
    padding: 10px 16px;
}