.flx {
	display: flex;
	align-items: center;
}
.dtab {
	display: none;
}
.ddesk {
	display: none;
}

#main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.iCont {
	width: 100%;
}

#content {
    border: none;
    padding: 20px 10px;
}

.pagebox > *+.box, .pagebox > *+.boxSimple {
    margin-top: 25px;
}
h1, .mainColumn > h1, .detailTitle, .blockTitle {
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-top: 5px;
	width: 100%;
}
.blockTitle {
	font-size: 3.25em;
	margin-top: 30px;
}
/*h1::after, .blockTitle::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 50%;
	margin: 10px auto;
	display: block;
}*/
#banner {
	border: none;
}

.breadcrumbs {
    text-align: center;
}

/* bttn globals */
.button, .submit, .buttonBasic {
    font-family: "Open Sans",sans-serif;
    font-size: .9rem;
    /*font-weight: 600;*/
    padding: .7rem 1.4rem;
}

/* global inputs */
.selectInput {
    min-height: 34px;
}

/*.blockText {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}*/

iframe {
    max-width: 100%;
}

header ul {
	list-style: none;
}

.headeritems {
	justify-content: flex-end;
	flex: 1;
}
.headercont {
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 102px;
}

/* global table fix */
/*.userHTMLContent table {
	width: 100% !important;
	overflow-x: auto;
	max-width: 100%;
}*/

/* header */
.logo {
	text-align: center;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.logo img {
	max-width: 100%;
	padding-bottom: 10px;
}
#imglogo {
	max-width: 95%;
}

.logo2 {
    position: absolute;
    left: 0;
    width: 27%;
    text-align: center;
	padding: 0 5px 0 25px;
	box-sizing: border-box;
	display: none;
}
.logo2 a, .logo2 img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.headerwrap {
    position: relative;
    border-top: 9px solid #0070bb;
    z-index: 105;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	min-width: 102px;
}

.headerwrap img {
	vertical-align: middle;
}

.menuwrap {
	background: #0070bb;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	box-sizing: border-box;
	padding-right: 60px;
	flex-flow: column nowrap;
	overflow: auto;
}
.menuwrap.active {
	display: flex;
}
.closemenu {
	position: absolute;
	right: 10px;
	top: 16px;
    padding: 5px;
	cursor: pointer;
}
.closemenu img {
	width: 30px;
}

.topmenu {
	margin: auto;
}
.menuLink {
	display: block;
	padding: 8px 10px 8px 30px;
	/* text-transform: uppercase; */
	position: relative;
}
.menuLink:hover::before,
.menuLink.select::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 11px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	content: "";
	margin-top: -4px;
}
.menuLink:hover {
	text-decoration: none;
}

.menutrigger {
	margin-left: 20px;
	cursor: pointer;
}

.topacc {
	padding-right: 20px;
	text-align: center;
}

.topacc li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1em;
	white-space: nowrap;
}
.topacc li span {
	vertical-align: top;
}
.topacc a {
	text-transform: uppercase;
	color: #000;
	font-family: "Oswald", sans-serif;
}

.topcart a {
    background: #04bd07;
    border: 1px solid #04bd07;
    padding-right: 45px;
    display: block;
    background-image: url(/templates/img/smallcart.png);
    background-repeat: no-repeat;
	background-position: right 10px center;
	text-decoration: none !important;
}

.topcart span {
	font-size: 16px;
	color: #04bd07;
	background: #fff;
	display: block;
	line-height: 43px;
	padding: 0 10px;
	min-width: 80px;
	font-family: "Oswald";
	text-align: center;
	box-sizing: border-box;
	transition: .15s;
}
.topcart a:hover span {
	background: #04bd07;
	color: #fff;
}

.topsearch {
	/*flex: 1;*/
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	/*flex: 1 1 450px;*/
}
.topsearch label > span {
	display: none;
}
.topsearch div {
	position: relative;
}
.topsearch .fa {
	display: none;
}
.topsearch input {
    border: 1px solid #000;
    padding: 0 45px 0 15px;
    line-height: 43px;
	width: 100%;
	max-width: 260px;
	box-sizing: border-box;
	min-width: 220px;
}
.topsearch button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45px;
	background: #000 url(/templates/img/search.png) no-repeat center center;
	padding: 0;
	border: none;
	cursor: pointer;
}

/* under header info
.headerinfo {
    display: inline-block;
    padding-left: calc(50vw - 500px);
    background: #0070bb;
    color: #fff;
    font-family: "Oswald";
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
*/
.headerinfo {
	color: #fff;
}
.underheadertext, .underheaderlinks {
	min-height: 60px;
	background: #0070bb;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	flex-flow: row wrap;
}
.underheaderlinks {
	margin-top: 10px;
}
.uhlink {
    display: inline-block;
    color: #fff;
	padding: 5px;
	white-space: nowrap;
	vertical-align: middle;
}
.uhlink:hover {
	text-decoration: none;
	opacity: .75;
}
.uhlink > span {
	width: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.uhlink img {
	vertical-align: middle;
}

.menuwrap .topsearch, .menuwrap .topacc {
	margin: 15px auto;
	width: 80%;
	padding: 0;
	text-align: left;
}
.menuwrap .topsearch {
	max-width: 300px;
	margin-left: 10%;
}
.menuwrap .topacc {
	margin-top: 0;
	margin-bottom: 5px;
}
.topmenu {
	margin: 20px auto;
	width: 80%;
}

/* banner na titulke */
.bannerCustomHTML > .iCont {
	max-width: 960px;
	display: flex;
}
.bannertext {
    text-align: left;
    color: #fff;
	max-width: 400px;
	align-self: center;
}
.bannertext h3 {
	font-size: 36px;
	font-weight: bold;
}
.bannertext .addtxt {
	font-size: 18px;
	margin-top: 10px;
	font-family: "Oswald";
}
.menuwrap .topsearch input {
	min-width: 0;
	background: transparent;
	color: #fff;
	max-width: 100%;
}

/* text-blok vyhody */
.vyhody h3 {
    text-align: center;
    display: block;
    padding: 16px 10px;
    background: black;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.vyhody h3 a {
	color: #fff;
}
.vyhody ul {
	list-style: none;
	margin: 0;
}
.vyhody li {
    padding-left: 50px;
    position: relative;
    min-height: 50px;
    vertical-align: middle;
    display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vyhody li::before {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	left: 19px;
	top: 50%;
	margin-top: -6px;
}

/* obrazkovy rozcestnik */
.directoryListItem2 {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.directoryListItem2:hover {
	text-decoration: none;
}
.directoryListImageLink2::before {
	display: block;
	content: '';
	width: 100%;
	padding-bottom: 100%;
}
.directoryListItem2 > figure {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.directoryListImageLink2 {
	position: relative;
	width: 100%;
}
.directoryListImageLink2 img {
	position: absolute;
	max-width: 90%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.directoryListItemTitle2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    background: #0070bb;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 14px;
    box-sizing: border-box;
    font-size: 17px;
	font-family: "Oswald";
	transition: .15s;
}
.directoryListItem2:hover .directoryListItemTitle2 {
	background: #000;
}
.rotator .directoryListItem2 {
	margin: 0;
}
.rotator .bx-wrapper .bx-viewport {
	padding: 8px 0;
}
.rotator {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.rotator .bx-controls-direction {
	text-align: center;
}
.rotator .bx-wrapper .bx-controls-direction a {
    position: relative;
    display: inline-block;
    margin: 10px;
    left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background-size: contain;
}
.rotator .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.rotator .bx-wrapper .bx-prev {
	background-image: url(/templates/img/prev.png);
	background-position: center;
}
.rotator .bx-wrapper .bx-next {
	background-image: url(/templates/img/next.png);
	background-position: center;
}

/* obr rozcestnik trieda odkazy */
.odkazy .directoryListItem2 {
	box-sizing: border-box;
	box-shadow: none;
	border: 2px solid #ccc;
	transition: .2s
}
.odkazy .directoryListItem2:hover {
	border-color: #0070bb;
}
.odkazy .directoryListItem2 > figure {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.odkazy .directoryListImageLink2 {
	width: 50px;
	margin-left: 10px;
}
.odkazy .directoryListImageLink2::before {
	width: 50px;
	height: 50px;
	padding: 0;
}
.odkazy .directoryListItemTitle2 {
    margin: 0;
    background: transparent !important;
    color: black;
    text-align: left;
	display: block;
	padding: 5px 10px;
}


/* grid */
.productListFGrid {
    font-size: 1em;
    display: flex;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.productListFGridItem2 {
    list-style: none;
    display: flex;
	flex-direction: column;
	margin: 10px 10px 20px;
	width: calc(100% - 20px);
}
.productlistmaincont {
    display: block;
	border: 1px solid #ebebeb;
	padding: 5px;
	transition: .15s;
	position: relative;
}
.productlistmaincont:hover {
	border-color: #0070bb;
}
.productlistmaincont .indicators {
	position: absolute;
	left: 5px;
	top: 5px;
}
.productlistmaincont .indicators > span {
    margin: 0;
    float: left;
    clear: left;
    margin-bottom: 5px;
}
.productListFGridImage2 {
	position: relative;
	max-width: 300px;
	text-align: center;
	margin: auto;
}
.productListFGridImage2 > a {
    width: 100%;
	padding-bottom: 75%;
	display: block;
}
.productListFGridImage2 img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
h3.productListFGridTitle2 {
    margin: 0;
	padding: 10px;
}
h3.productListFGridTitle2 a {
	color: #000;
	/* text-transform: uppercase; */
	font-weight: bold;
}
.productListGridWarehouseStatus, .productListGridIdent {
    display: block;
}
.productListFGridCartInfo2 {
	margin: 0;
	padding: 15px;
	font-family: "Oswald";
}
.productListFGridItem2 .productlistpricecont, .productListFTableCartInfo2 {
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
    /* font-weight: bold; */
    text-align: center;
	font-size: 24px;
	font-family: "Oswald";
}
.productListFGridItem2 .price,
.productListFGridItem2 .price > .dph,
.productListFTableCartInfo2 .price,
.productListFTableCartInfo2 .price > .dph {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}
.productListFGridItem2 .price > .dph,
.productListFTableCartInfo2 .price > .dph {
	font-size: 14px;
	line-height: 28px;
	vertical-align: top;
	display: inline-block;
}
.productlistpricecont .priceDiscount,
.productListFTableCartInfo2 .priceDiscount {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.productListGridCart2 {
	text-align: center;
	padding-top: 15px;
}
.productListGridCart2 .cartInfo label, .productListFTableCartInfo2 label {
    display: none;
}
.productListGridCart2 .fa, .productListFTableCartInfo2 .fa {
	display: none;
}
.productListGridCart2 .button,
.productListGridCart2 button,
.productListFTableCartInfo2 button,
.productListFTableCartInfo2 .button {
	font-size: 18px;
	font-family: "Oswald";
	box-sizing: border-box;
	line-height: 1.5;
	background: #04bd07;
	border: none;
	padding: 12px 15px;
	text-align: center;
	min-width: 180px;
	text-transform: uppercase;
	transition: .15s;
	border: 1px solid transparent;
}
.productListGridCart2 .button:hover,
.productListGridCart2 button:hover,
.productListFTableCartInfo2 button:hover,
.productListFTableCartInfo2 .button:hover {
	/*background: #000;*/
	background: #fff;
	color: #04bd07;
	border-color: #04bd07;
}
.controlOnlyInStock input {
    position: absolute;
    visibility: hidden;
}
.productListMainControls.clear.noprint {
    display: flex;
    justify-content: flex-end;
	align-items: center;
	flex-flow: row wrap;
}
.controlOnlyInStock {
	padding: 0;
	font-size: 16px;
}
.controlOnlyInStock input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.controlViewSort .chosen-container-single .chosen-single {
	border-color: #0070bb !important;
	font-size: 16px;
    padding: 10px 16px;
}
.controlViewSort > label > select {
	font-size: 16px;
	padding: 12px 16px 13px;
	line-height: 1.5em;
	height: auto;
}
.controlViewSortSelectText {
	margin-right: 10px;
	font-size: 16px;
}
.controlViewStock > label, .controlViewSort > label {
    display: flex;
    align-items: center;
}
.productListMainControls .controlButtonText {
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchform .formFieldBInput > .selectInput {
	max-width: 350px;
}

/* products table */
.productListFTable {
    list-style: none;
}
.productListFTableItem2 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid;
}
.productListFTableImage2 {
	width: 130px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.productListFTableImage2 img {
	vertical-align: middle;
}
.productListFTableImage2 a {
	display: inline-block;
	vertical-align: middle;
}
.productListFTableText2 {
	padding: 5px;
}
.productListFTableTitle2 {
	margin-bottom: 10px;
}
.productListFTableTitle2 a {
    color: #000;
    font-weight: bold;
}
.productListFTableText2 p {
	margin: 0;
}
.productListFTableCartInfo2 .pricecont {
	padding: 5px;
}
.productListFTableCartInfo2 {
	padding: 0;
}
.productListFTableCartInfo2 .formCartAdd {
	padding: 5px 0;
	margin: 0;
}


/* columns hack */
.mainColumn {
    display: flex;
    flex-flow: row wrap;
}
.plistleft {
	width: 100%;
	margin: 0 auto;
	order: -1;
    margin-bottom: 20px;
    margin-top: -10px;
}
#box-id-content, #content > div:last-child, .plistleft + div {
	flex: 1;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.cattext {
    margin-bottom: 20px;
}
.bcbs {
	width: 100%;
}

/* 404 */
#box-id-errorpage .blockText {
	max-width: 100%;
}
#box-id-errorpage a {
	font-size: 26px;
	font-family: "Oswald";
	vertical-align: middle;
	display: inline-block;
	margin: 20px 25px;
	line-height: 1;
}
#box-id-errorpage a:hover {
	text-decoration: none;
	opacity: .75;
}
#box-id-errorpage img {
	vertical-align: middle;
}
#box-id-errorpage a span {
	display: inline-block;
	vertical-align: middle;
	min-width: 80px;
	text-align: center;
}

/* sidemenu */
.sidemenu {
	display: none;
	border: 2px solid #000;
	border-top: none;
}
.active > .sidemenu {
	display: block;
}
.active .sidemenuactivator .fa {
	transform: rotate(45deg);
}
.sidemenuactivator {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Oswald";
    text-transform: uppercase;
	padding: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sidemenuactivator .fa {
	margin-left: auto;
}
.customMenu {
	list-style: none;
}
.cMenuLink {
	display: block;
	position: relative;
	font-family: "Oswald";
	font-size: 16px;
	/* text-transform: uppercase; */
	padding: 13px 15px;
	color: #000;
	transition: .15s;
}
.cMenuLink.needsclick {
    padding-right: 40px;
}
.cMenuLink.select, .cMenuLink:hover {
	background: #0070bb;
	text-decoration: none;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: -1px 0;
}
.cSubmenu .cMenuLink.select, .cSubmenu .cMenuLink:hover {
	margin: 0;
}
.customMenu > .cMenuItem {
    position: relative;
}
.customMenu > .cMenuItem:after {
    display: block;
    content: "";
    height: 1px;
    background: #000;
    margin: 0 15px;
}
.customMenu > .cMenuItem:last-child::after {
	display: none;
}
.cSubmenu {
	display: none;
	background: rgba(0, 0, 0, 0.05);
	margin: 0;
	list-style: none;
}
.cSubmenu .cMenuLink {
	padding: 8px 15px;
	text-transform: none;
	font-size: 16px;
}
.cTrig {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
	align-items: center;
	transition: background .15s;
}
.cTrig:hover {
	background: rgba(0,0,0,0.1);
}
.openSub > .cMenuLink > .cTrig .fa {
	transform: rotate(90deg);
}
.openSub > .cSubmenu {
	display: block;
}

.csmenu {
    margin: -5px -5px 0;
    display: flex;
    flex-flow: row wrap;
	list-style: none;
	align-items: stretch;
}
.csMenuItem {
	width: calc(25% - 10px);
	margin: 5px;
}
.csMenuLink {
	background: #0070bb;
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 14px;
	font-family: "Oswald";
	font-size: 17px;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	transition: .15s;
}
.csMenuLink:hover {
	background: #000;
	text-decoration: none;
}

/* rotating gallery */
/* rotating gallery */
.rotatinggallery {
	box-sizing: border-box;
	/*overflow: hidden;*/
}
.rotatinggallery .bx-wrapper .gallery {
	justify-content: flex-start;
}
.rotatinggallery .galleryItem > .linkImage {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rotatinggallery .bx-wrapper {
	margin: 0 auto;
	overflow: visible;
}
.rotatinggallery .bx-wrapper .gallery > .galleryItem {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-content: center;
    align-items: center;
	margin-left: 0;
	border: 1px solid #ebebeb;
	transition: border-color .15s;
}
.rotatinggallery .bx-wrapper .gallery > .galleryItem:hover {
	border-color: #0070bb;
}
.rotatinggallery .galleryItem img {
	max-height: 130px;
}
.rotatinggallery .bx-wrapper .bx-prev {
    left: -16px;
}
.rotatinggallery .bx-wrapper .bx-next {
    right: -16px;
}
.rotatinggallery .galleryItemTitle {
    display: none;
}

/* detail */
.drow, .productVariantCont {
    margin: 0;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-top: 1px solid #000;
	line-height: 1.75;
	font-size: 17px;
	min-height: 45px;
	box-sizing: border-box;
}
.drow:first-child {
	min-height: 44px;
	border-top: none;
}
.productVariants {
	margin: 0;
}
.productVariantCont > .productVariant {
	align-items: center;
}
.productVariantTitle, .drowtitle {
	width: 40%;
	font-family: "Oswald";
	text-transform: uppercase;
	font-weight: 600;
	box-sizing: border-box;
	padding-right: 5px;
}
.productVariant .chosen-container {
    line-height: 1.5;
}
.drowtext {
    flex: 1;
}
.detailLeftCol, .detailRightCol {
	vertical-align: top;
}
/*#product-detail {
    max-width: 1150px;
    margin: auto;
}*/
.detailImage a {
	border: 1px solid #ebebeb;
	padding: 10px;
	max-width: 560px;
}
.detailImage img {
	vertical-align: middle;
}
.detailInfo {
    margin-top: 20px;
    padding: 0;
}
.productCartContainer .detailInfo {
    margin-top: 10px;
}
.detailCartInfo {
	margin: 0;
}
.detailPriceInfo > .price {
    font-size: 40px;
    font-family: "Oswald";
}
.detailPriceInfo >.priceDiscount {
    margin: 0;
}
.detailPriceInfo > .price span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25;
}
.detailCartInfo button {
    font-size: 24px;
    font-family: "Oswald";
    box-sizing: border-box;
    line-height: 1.5;
    background: #04bd07;
    border: none;
	padding: 10px 15px;
	border: 1px solid transparent;
    text-align: center;
    min-width: 210px;
    text-transform: uppercase;
	transition: .15s;
	font-weight: normal;
	vertical-align: middle;
}
.detailCartInfo button:hover {
	background: #fff;
	color: #04bd07;
	border-color: #04bd07;
}
.detailCartInfo button .fa {
	display: none;
}
.detailCartInfo .textInput {
    text-align: center;
	vertical-align: middle;
	border-radius: 0;
	border-color: #04bd07;
	color: #04bd07;
	padding: 5px;
}
.detailCartInfo .labelFilled {
    color: #04bd07;
    font-size: 18px;
    vertical-align: middle;
}
.productSocialButtons {
    text-align: right;
    margin-top: 19px;
    margin-bottom: 0;
}
.floxTabs {
	margin: 0;
	padding: 0;
}
#product-detail .floxTabsCont {
	margin-top: 40px;
}
.floxTabsItem {
	padding: 5px 18px;
	font-family: "Oswald";
	text-transform: uppercase;
	border: none;
}
.floxTabsItem a {
	color: #000;
}
.floxTabsItem.active {
	border: none;
	background: #0070bb;
}
.floxTabsItem.active a {
	color: #fff;
}
.floxTabsContent {
	border: none;
	border-top: 4px solid #0070bb;
	padding-left: 0;
	padding-right: 0;
}
.floxTabsContent.alternativesection {
    padding-top: 15px;
}
.column2detail {
	margin-top: 40px;
}
.drowfull .fa {
	margin-right: 4px;
}
.drowfull span {
	margin-left: 4px;
}
.drowtext.bold {
    font-weight: bold;
}

/*.plistright .floxTabs {
	padding: 0;
	margin: 0;
}*/
/*.plistright .floxTabsItem {
	font-family: "Oswald";
	text-transform: uppercase;
	border: none;
}*/

.plistright .floxTabsContent {
	border-bottom: 1px solid #000;
	padding: 20px 0;
}

/* doprava v detaile */
.dopravacont {
	position: relative;
	border: 2px solid #0070bb;
}
.dopravatrigger {
    font-size: 24px;
    font-family: "Oswald";
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0070bb;
	padding: 7px;
	height: 50px;
	box-sizing: border-box;
}
#box-id-doprava {
	padding: 20px;
	display: none;
}
.dopravawrapper {
    margin-top: 30px;
}
.dopravawrapper.active #box-id-doprava {
	display: block;
}

/* ttip */
.ttip {
	position: relative;
}
.ttip::before {
    content: attr(data-title);
	position: absolute;
	display: inline-block;
	max-width: 100%;
    bottom: 100%;
    font-size: .75rem;
    background: rgba(0, 112, 187, 0.9);
    color: #fff;
    box-sizing: border-box;
    line-height: 1.25;
    padding: 10px;
    left: 0;
	margin-bottom: 6px;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
	margin-bottom: 1px;
}
.ttip::after {
	position: absolute;
	content: '';
	border-top: 6px solid rgba(0, 112, 187, 0.9);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	bottom: 100%;
	left: 24px;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
	margin-bottom: -5px;
}
.ttip:hover::before,
.ttip:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#warehouse-delivery-info.ttip::before,
#warehouse-delivery-info.ttip::after {
	bottom: 80%;
}

/* footer */
footer h2 {
	margin-top: 0;
}
footer {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.footerColumn33 {
	margin-top: 0;
	padding-bottom: 25px;
}
.footertop {
    background: #0070bb;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.footertop a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	vertical-align: -moz-middle-with-baseline;
	vertical-align: -webkit-baseline-middle;
	padding: 3px 0;
}
.footertop li a {
	display: block;
}
.footertop .phone {
	font-family: "Oswald";
	font-size: 20px;
	margin-right: 10px;
}
.footertop .iCont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	padding-left: 15px;
	padding-right: 15px;
}
.footertop ul {
	list-style: none;
	margin: 0;
}
.footertop li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.footertop li:last-child {
	margin-right: 0;
}
#box-id-footcontact, #box-id-footmenu {
	padding: 0 5px;
	text-align: center;
	margin-top: 0;
}

/* footer under */
.footerUnder {
	background: #000;
	color: #aaa;
	padding: 0 10px;
}
.footerUnder a {
	color: #fff;
}
.footerUnder .iCont {
	padding: 20px 10px;
	box-sizing: border-box;
	border-top: 1px solid #444;
}

/* order */
.cartPriceBox {
    border: none;
    float: right;
    clear: right;
    display: block;
    margin: 0;
    width: 300px;
	padding: 10px 20px 10px 10px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
}
.cartPriceBox > strong {
    font-weight: bold;
    font-family: "Oswald";
	margin-left: auto;
	font-weight: normal;
	font-size: 20px;
}
.cartPriceBox.highlighted > strong {
	font-size: 22px;
	font-weight: bold;
}
.tableDefault > thead > tr > th {
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: "Oswald";
    padding: 10px 22px;
}
.tableDefault > thead > tr > th:last-child,
.tableCart .tableItem+.tableItem:last-child {
	text-align: right;
	padding-right: 20px;
}
.tableCart .tableItem+.tableItem.tableIcon {
    padding-right: 10px;
}
.tableDefault > thead > tr > th strong {
	font-weight: normal;
}
#slider-cart .closeButton {
    background: #fff;
    color: black;
    top: 14px;
    right: 10px;
}
.tablecartflexcont {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 75px;
}
.cartProductImage {
    border-color: #ebebeb;
    width: 80px;
    text-align: center;
}
.cartProductImage img {
	max-width: 100%;
	margin: auto;
}
.cartitemtitle {
	color: #000;
	font-family: "Oswald";
	text-transform: uppercase;
}
.tablecartitemdetails .cartProductVariants {
    padding: 0;
    margin-top: 5px;
    font-size: 0.9em;
}
.tableCart .tableItem {
    border-top: none;
}
#slider .cartBottom p {
    margin: 0;
}

.elemCartTable .cartTableItemTaxedPrice {
    text-align: right;
    padding-right: 20px;
}
.elemCartTable .tableItem.tableItemLeft {
    text-transform: uppercase;
    font-family: "Oswald";
}

.cb {
	display: inline-block;
	min-width: 34px;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background: url(/templates/img/nochecked.png);
    margin-right: 10px;
}
:checked + .cb {
	background-image: url(/templates/img/checked.png);
}
.hasjs .radioLabel > input, #order-form .policyEventCont > input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

#order-form .fieldset, .formRegister .fieldset {
	border-top: 4px solid #0070bb;
	position: relative;
	margin-top: 45px;
}
#order-form .fieldset {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 650px;
	float: none;
}
#order-form .orderLoginCTA {
    width: 100%;
	max-width: 650px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
	box-sizing: border-box;
	border-top: 4px solid #0070bb;
	border-bottom: 1px solid #000;
	display: flex;
	flex-flow: column;
    /* background: #ebebeb; */
    /* color: #fff; */
}
#order-form .orderLoginCTA a {
    display: block;
    max-width: 200px;
    margin: 5px auto 5px;
    /* background: #fff;
    color: #000; */
}
#order-form .orderLoginCTA a:hover {
	color: #fff;
	background: #000;
}
.fieldset > legend {
    position: absolute;
    bottom: 100%;
	font-size: 16px;
	font-weight: normal;
    text-transform: uppercase;
    font-family: "Oswald";
    margin: 0;
    left: 0;
	border: none;
	border-bottom: 1px solid #0070bb;
	padding: 5px 20px;
	background: #0070bb;
	color: #fff;
}
.inputLabel > .labelText, .selectLabel > .labelText {
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
}
.selectLabel .chosen-container-single .chosen-single {
    font-size: 16px;
	padding: 10px 16px;
}
.selectLabel > select {
	font-size: 16px;
	padding: 12px 16px 13px;
	line-height: 1.5em;
	height: auto;
}
.textInput, .textareaInput {
    padding: 13px 16px;
}
.formAppleRadio label.radio {
    border: none;
    padding: 0;
    margin-right: 30px;
}
.formAppleRadio input:checked ~ * {
	color: #0070bb;
}
.flld > input {
	border-color: #04bd07;
}
.fieldset .inputError > input {
	border-color: #da251c;
	box-shadow: none;
}
.fieldset .inputLabel .toolTip, .toolTip:after {
    display: none;
}
.inputLabel.inputError > .toolTip {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    background: transparent;
	margin: 0;
	padding-bottom: 0;
}
.inputError .toolTip > .toolTipError {
    color: #da251c;
}
.inputError .toolTip > .toolTipText,
.valErrors + fieldset.fieldset.fieldsetHalf .inputLabel > .labelText,
#payment + fieldset.fieldset.fieldsetHalf .inputLabel > .labelText {
	display: none;
}
.valErrors + fieldset.fieldset.fieldsetHalf .inputLabel {
	width: 100%;
	padding-right: 0;
}
.formOrderDiffDelivery {
    display: block;
    margin: 10px 0;
}
#order-form .formOrderDiffDelivery {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.inputLabel, .selectLabel, .textareaLabel {
	padding-top: 13px;
}
.fieldset .formInfo.formAppleRadio {
    margin: 20px 0 5px;
}
.shippaymList {
    padding: 0 0;
}
.shippaymList > .radioLabel {
	padding: 7px 0 7px 7px;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #000;
	z-index: 0;
}
.shippaymList > .radioLabel:hover {
	background: rgba(0,0,0,0.05);
}
.shippaymList input:checked + .cb:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #e8f7e8;
	display: block;
	content: '';
}
.giftcert .inputLabel > .labelText {
    display: none;
}
#slider .fieldset .formInfo.formAppleRadio {
	margin: 10px 0 0;
}
#slider .fieldset {
	border-top: 4px solid #0070bb;
}
#slider .fieldset > legend {
	visibility: visible;
}
#order-form .inputLabel, #order-form .selectLabel, #order-form .textareaLabel {
	padding-right: 0;
	width: 100%;
	position: relative;
}
#order-form .flld .rqr::before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #04bd07;
    display: block;
    position: absolute;
    right: 13px;
    top: 49px;
    font-size: 18px;
}
#order-form #payment + .fieldset .flld .rqr::before {
    top: 23px;
}
#order-form .formOrderAddress {
	display: block;
	width: 100%;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.spname {
    flex: 1;
    padding: 5px;
}
.spnametitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.spnamenote {
    display: block;
    font-size: 14px;
}

.cartBottom .button.buttonCart.right, #submitCartButton, .orderForm button.submit.submitCart {
	background: #04bd07;
	border-color: transparent;
	transition: .15s;
	font-size: 23px;
}
.cartBottom .button.buttonCart.right:hover, #submitCartButton:hover, .orderForm button.submit.submitCart:hover {
	border-color: #04bd07;
	color: #04bd07;
	background: #fff;
}
#slider-cart .cartBottom .left, #order-form .lefted > a, .sameHeightContainer .collumn50.lefted > a {
    color: black;
    background-color: white;
	border: black 1px solid;
	padding: .5rem 1.2rem;
}

.cartbottomflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.cartbottomcontainer {
	width: 100%;
	/*margin-top: 10px;*/
}
#order-form .cartbottomflex .giftcert {
	margin-top: 40px;
	padding-bottom: 10px;
}
/*#order-form .cartbottomflex .giftcert {
    margin-top: 10px;
	padding: 11px 15px 15px;
	border: 1px solid #000;
	border-top: 4px solid #0070bb;
}*/
/*.fieldset.giftcert > legend {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    border: none;
    float: left;
    padding: 0;
	border: none;
	background: transparent;
	color: #000;
}*/

.sameHeightContainer .collumn50 {
	width: auto;
}
.sameHeightContainer .collumn50.lefted {
	margin: 5px 5px 5px 0;
}
.sameHeightContainer .collumn50.righted {
	margin-left: auto;
	order: -1;
}
@media only screen and (min-width: 510px) {
	.sameHeightContainer {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}

.tableItem.cartPlusMinus .button {
	padding: 8px 12px;
	margin-left: -4px;
	background: transparent;
	color: #04bd07;
	border-color: transparent;
}
.tableItem.cartPlusMinus .qty.textInput {
	margin-left: -4px;
	border-color: #04bd07;
	color: #04bd07;
}

.fieldset.npp {
	margin-top: 20px;
	padding-bottom: 0;
}
.fieldset.npt {
    margin-top: 5px;
    border: none;
}

.chosen-container {
	max-width: 100%;
	box-sizing: border-box;
}

/* newsletter */
.footnews {
	background: #1387d4;
}
.newsletterblock {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}
.newsletterform {
    display: flex;
    flex-flow: row wrap;
	align-items: center;
	position: relative;
	z-index: 0;
}
.newsletterform:after {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	right: -20px;
	top: -27px;
	bottom: 60px;
	width: auto;
	border-top: 7px solid #0070bb;
	background: #fff;
	z-index: -1;
}
.newslettertext {
	color: #0070bb;
	text-align: center;
	margin: auto auto 10px;
}
.newslettertext h3 {
	font-family: "Oswald";
	font-size: 20px;
	text-transform: uppercase;
}
.newslettertext p {
	margin: 5px 0 0;
	font-size: 17px;
}
.newslettersend {
    width: 100%;
	text-align: center;
	padding-top: 15px;
}
.newsletterinput {
	margin: 0 auto;
	text-align: center;
	color: #0070bb;
	box-sizing: border-box;
	padding: 5px 5px 15px;
}
.newsletterinput > input {
    background: transparent;
    border: none;
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 4px 10px;
    line-height: 1.5;
	font-size: 16px;
	max-width: 360px;
    margin: auto;
}
/*.newsletterinput .policyEventCont {
	margin: 0;
}*/
.newslettersend button {
    padding: 10px 20px;
    font-family: "Oswald";
    text-transform: uppercase;
    min-width: 160px;
    text-align: center;
    border: 1px solid transparent;
    background: #fff;
	color: black;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* novinky */
.newsArticles {
	display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.newsAnotation2 {
	display: flex;
	flex-flow: row wrap;
    margin-bottom: 20px;
    border-top: 3px solid #0070bb;
    padding: 8px 15px 15px;
    box-sizing: border-box;
    width: calc(50% - 20px);
    box-sizing: border-box;
	margin: 10px;
	transition: .15s;
}
.newsAnotation2:hover {
	background: rgba(0,0,0,0.025);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15)
}
.newscomments {
    display: inline-block;
}
.newsAnotation2 h2 {
	margin-bottom: 10px;
}
.newsAnotation2 p {
	margin: 0;
}
.newsAnotation2 .newsContentInfo {
	margin-bottom: 10px;
	text-align: left;
}
.newsmorecont {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.newprint {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #0070bb;
}
.newprint .fa {
	margin-right: 3px;
}
.newsContentInfo {
    text-align: center;
    margin-bottom: 20px;
}

/* annoyer */
.annoyerBarCont {
	padding-bottom: 10px;
}
.annoyerBar {
    margin: 10px 10px 0;
    border: none !important;
    padding: 13px;
    background: rgba(0, 112, 187, .9) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.annoyerBar button {
    background: #fff !important;
    border-radius: 0;
	padding: 8px 14px;
	transition: .15s;
}
.annoyerBar button:hover {
	background: #000 !important;
	color: #fff !important;
}

/* mobile wide */
@media only screen and (min-width: 480px) {
	.productListFGridItem2 {
		width: calc(50% - 20px);
	}
	.productListFTableItem2 {
		flex-flow: row nowrap;
		text-align: left;
	}
	.productListFTableCartInfo2 {
		text-align: right;
		margin-top: 0;
	}
	.productListFTableCartInfo2 .pricecont, .productListFTableCartInfo2 .formCartAdd {
		display: inline-block;
		vertical-align: middle;
	}
	.tableItemContWrap {
		flex-grow: 1;
		padding-left: 10px;
	}
	.productListFTableImage2 {
		padding: 5px 0;
		width: 120px;
	}
}

/* mobile wide 1 */
@media only screen and (min-width: 580px) {
	.logo {
		padding: 0 10px;
	}
}
/* mobile wide 1 rev */
@media only screen and (max-width: 579px) {
	.headercont {
		padding-right: 10px;
	}
	.menutrigger {
		width: 45px;
		margin-left: 10px;
	}
	.menutrigger img {
		width: 100%;
	}
	.topcart span {
		min-width: auto;
		white-space: nowrap;
		line-height: 36px;
	}
	.topcart a {
		padding-right: 34px;
		background-position: right 5px center;
	}
}


/* mobile wide */
@media only screen and (min-width: 780px) {
	.productListFGridItem2 {
		width: calc(33.33% - 20px);
	}
	.tableItemContWrap {
		display: flex;
		align-items: center;
	}
	.productListFTableText2 {
		flex: 1;
	}
}

/* tablet */
@media only screen and (min-width: 800px) {
	.htab {
		display: none;
	}
	.dtab {
		display: block;
	}
	.dropdown.mainmenu {
		text-align: center;
	}
	.menuItem {
		display: inline-block;
	}

	.menuwrap {
		min-height: 102px;
		padding-right: 100px;
		height: auto;
		position: absolute;
		overflow: hidden;
		flex-flow: row wrap;
	}
	.closemenu {
		position: absolute;
		right: 20px;
		top: 20px;
		padding: 5px;
		cursor: pointer;
	}
	.closemenu img {
		width: auto;
	}
	.topmenu {
		margin: auto;
		width: 100%;
	}

	.vyhody li:nth-child(2n) {
		margin-left: auto;
		width: calc(50% - 25px);
	}
	.vyhody li:nth-child(2n-1) {
		width: calc(50% - 25px);
		padding-left: 0;
		padding-right: 50px;
		text-align: right;
		justify-content: flex-end;
	}
	.vyhody li:nth-child(2n-1)::before {
		left: auto;
		right: 19px;
	}

	.headerinfo {
		padding-left: calc(50vw - 505px);
		background: #0070bb;
		color: #fff;
		font-family: "Oswald";
		margin-top: -45px;
		z-index: 1;
		position: relative;
		padding-right: 10px;
		float: left;
		margin-bottom: 20px;
	}
	.underheaderinfo {
		display: flex;
		flex-flow: row;
		align-items: center;
	}
	.underheadertext {
		max-width: 300px;
		padding-right: 40px;
	}
	.underheaderlinks {
		max-width: 290px;
		margin: 0;
	}
	.uhlink {
		display: flex;
		align-items: center;
	}

	.detailLeftCol {
		width: 55%;
	}
	.detailRightCol {
		width: 45%;
	}
	.detailImage {
		text-align: left;
	}
	.footertop .iCont {
		justify-content: space-between;
	}
	.footertop .iCont {
		padding-right: 270px !important;
	}
	/*#box-id-footmenu {
		margin: 0 auto;
	}*/
	.footertop {
		/* padding-top: 14px; */
		position: fixed;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.footerUnder {
		margin-bottom: 40px;
	}
	.footnews {
		margin-top: 15px;
	}
	.newslettertext p {
		max-width: 400px;
	}
	.newsletterform:after {
		right: 28%;
		left: auto;
		top: -34px;
		bottom: -34px;
		width: 1600px;
		transform: skew(15deg);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	}
	.newsletterinput {
		flex: 1;
		padding: 5px;
	}
	.newslettertext {
		flex: 1;
		margin: 0;
		text-align: left;
	}
	.newslettersend {
		width: 30%;
		padding: 0;
	}
	.newslettersend button {
		transform: skew(15deg);
	}
	.newslettersend button span {
		transform: skew(-15deg);
		display: block;
	}

	#order-form .cartbottomflex .giftcert {
		width: 50%;
		order: -1;
		margin-right: auto;
		margin-left: 0;
	}
	.cartbottomcontainer {
		width: 50%;
	}
}

@media only screen and (min-width: 1000px) {
	.plistleft {
		max-width: 230px;
		margin: 0 auto;
		margin-right: 20px;
		order: 0;
	}

	.sidemenuactivator {
		cursor: default;
	}
	.sidemenu {
		display: block;
	}
	.sidemenuactivator .fa {
		display: none;
	}

	#box-id-doprava {
		box-sizing: border-box;
		/* padding-left: 70px; */
		min-height: 240px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 600px;
	}
	.dopravatrigger {
		transform: rotate(270deg);
		transform-origin: bottom right;
		box-sizing: border-box;
		margin: -52px -240px 0 !important;
		width: 240px;
		height: 50px;
		text-align: center;
		/* font-size: 1.5em; */
		/* font-weight: bold; */
		padding: 3px 5px;
		cursor: default;
		text-transform: none;
		float: left;
		background: #0070bb;
		color: #fff;
		border-color: #0070bb;
		border-width: 2px 2px 0;
		border-style: solid;
	}
	.dopravatrigger .fa {
		display: none;
	}
	.dopravacont {
		position: fixed;
		right: -604px;
		top: 25%;
		background: #fff;
		z-index: 99;
		transition: .5s;
	}
	.dopravacont:hover {
		right: -2px;
	}
	.dopravacont:hover .dopravatrigger {
		background: #fff;
		color: #0070bb;
	}

	.productListFGrid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.productListFGridItem2 {
		margin: 20px;
		width: calc(33.33% - 40px);
	}
	.plistleft + .pagebox .productListFGridItem2 {
		margin: 20px;
		width: calc(50% - 40px);
	}

	#content {
		padding: 20px;
	}
}

@media only screen and (min-width: 1230px) {
	.plistleft {
		max-width: 250px;
		margin-right: 50px;
	}
	.productListFGrid {
		margin-left: -20px;
		margin-right: -20px;
	}
	.productListFGridItem2, .plistleft + .pagebox .productListFGridItem2 {
		margin: 20px;
		width: calc(33.33% - 40px);
	}
	footer .iCont, .footertop .iCont {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footertop .iCont {
		padding-right: 250px !important;
	}

	.footnews {
		padding: 0 10px;
	}

	.newsmorecont a {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		opacity: 0;
		transform: translateX(50px);
		transition: .25s;
	}
	.newsAnotation2:hover .newsmorecont a {
		transform: translateX(0);
		opacity: 1;
	}
}

@media only screen and (min-width: 1550px) {
	.footertop .iCont {
		padding-right: 130px !important;
	}
}

/* desktop */
@media only screen and (min-width: 1300px) {
	.iCont {
		max-width: 1280px;
	}
	.hdesk {
		display: none;
	}
	.ddesk {
		display: block;
	}

	.headerwrap {
		/*padding-left: 27%;*/
		border-top: none;
		padding-bottom: 74px;
	}

	.headercont {
		min-height: 75px;
		/*min-height: 177px;*/
		padding-right: 25px;
		padding-left: 28%;
	}

	.logo {
		position: absolute;
		left: 0;
		top: 0;
		height: 166px;
		box-sizing: border-box;
		border-top: 9px solid transparent;
		width: 27%;
		z-index: 1;
	}
	.logo::before {
		display: inline-block;
		vertical-align: middle;
		content: "";
		height: 100%;
		width: 0;
	}
	.logo::after {
		border-top: 9px solid #0070bb;
		background: #fff;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
		display: block;
		position: absolute;
		width: 130%;
		right: -3%;
		top: -9px;
		height: 100%;
		z-index: -1;
		content: '';
		transform: skew(15deg);
	}
	.logo img {
		vertical-align: middle;
	}
	.menuwrap {
		position: absolute;
		width: 100%;
		top: unset;
		display: flex;
		padding-right: 25px;
		padding-left: 28%;
		min-height: 74px;
	}
	.menuwrap.bfixed {
		position: fixed;
		left: 0;
		top: 0;
		animation: slidein .5s;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}
	.bfixed .logo2 {
		display: block;
	}
	#imglogo {
		display: inline-block;
		vertical-align: middle;
	}
	/*.topmenu {
		margin-left: auto;
	}*/
	.dropdown.mainmenu {
		text-align: center;
	}
	.menuItem {
		display: inline-block;
	}
	.menuLink {
		padding: 5px 10px 7px 30px;
	}
	.topsearch, .topacc {
		padding-right: 40px;
	}
	.topsearch input {
		max-width: 450px;
	}
	.topsearch {
		flex: 1 1 450px;
	}
	.bannertext h3 {
		font-size: 52px;
	}
	.bannertext .addtxt {
		font-size: 24px;
	}
	/*.blockCategoryContent {
		margin-left: -30px;
		margin-right: -30px;
	}*/

	#main {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.bfixed .menucart {
		display: block;
	}
	.menucart {
		width: 36px;
		height: 36px;
		background: url(/templates/img/smallcart.png) no-repeat center;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -18px;
	}
	.menucart span {
		width: 18px;
		height: 18px;
		background: #04bd07;
		color: #fff;
		display: block;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
		border-radius: 20px;
		position: absolute;
		right: -2px;
		top: -2px;
	}
}

/* font sizes */
@media only screen and (max-width: 999px) {
	h1, .mainColumn > h1, .detailTitle, .blockTitle {
		font-size: 2.75em;
	}
	h2 {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 599px) {
	h1, .mainColumn > h1, .detailTitle, .blockTitle {
		font-size: 2.3em;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 1.6em;
	}
	.newsAnotation2 {
		width: calc(100% - 20px);
	}
	.userHTMLContent table {
		display: block;
		overflow-x: auto;
	}
}

@keyframes slidein {
	0% {top: -200px;}
	100% {top: 0px;}
}