#qgRteToolbar .-options > h1, #qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    overflow-y: scroll;
}
body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 1.6;
    font-family: "Akzidenz Grotesk";
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.25em 0px;
}
h1 {
    font-size: 72px;
    font-weight: normal;
}
h2 {
    font-size: 36px;
    margin-bottom: 0.35em;
	margin-bottom: 30px;
}
h3 {
    font-size: 24px;
    line-height: 1.25;
}
p {
    margin: 0px;
}
a {
    text-decoration: none;
    color: rgb(175, 0, 113);
}
a:visited {
}
a:hover {
}
table {
	border-collapse:collapse;
}
.l1_width {
    width: 1086px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
    margin: auto;
}
.l1_width .l1_width {
    padding: 0px;
}
#container {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 50px;
    margin: auto;
}
#head {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    position: fixed;
    z-index: 2;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    top: 0px;
}
#head > .l1_width {
    width: 1282px;
    position: relative;
    padding: 11px;
    margin: auto;
}
#head a {
    color: inherit;
    text-decoration: none;
}
#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
#main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding-top: 71px;
    padding-bottom: 71px;
}
#main > div {
    xmin-height: 200px;
}
#main > div:nth-child(2) {
    margin-top:38px;
}
#left {
    padding-right: 10px;
    width: 170px;
}
#right {
    padding-left: 10px;
    width: 170px;
}
#foot {
    color: rgb(255, 255, 255);
    background-color: rgb(176, 0, 115);
    background-size: cover;
    background-position: 50% center;
	background-image:url(/qg/cms.layout.custom.6/pub/img/footer.jpg);
}
#foot a {
    color: inherit;
    text-decoration: none;
}
.l1_cols {
    display: flex;
    flex-wrap: wrap;
}
.l1_cols > div {
    box-sizing: border-box;
}
.Center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.Left {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.Right {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#logo > img {
    display: block;
    height: 80px;
}
#nav {
    flex-basis: 100%;
    font-size: 24px;
    margin-top: -34px;
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#nav > nav > ul {
    text-align: center;
}
#nav > nav > ul > li {
    display: inline-block;
    line-height: 1.25;
    margin: 0px 21px;
}
#nav > nav > ul > li > a.cmsInside, #nav > nav > ul > li > a:hover {
    border-bottom-color: rgb(175, 0, 113);
}
#title_1 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
}
#subnav > ul {
    display: flex;
    font-weight: bold;
    margin: -2px;
}
#subnav > ul > li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
}
#subnav > ul > li > a {
    display: block;
    background-color: rgb(229, 229, 229);
    min-height: 63px;
    color: inherit;
    position: relative;
    transition-duration: 0.4s;
    transition-property: background-color;
    padding: 14px 20px;
    margin: 2px;
}
#subnav > ul > li > a.cmsInside, #subnav > ul > li > a:hover {
    background-color: rgb(175, 0, 113);
    color: rgb(255, 255, 255);
}
#subnav > ul > li > a.cmsInside::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    transform: rotate(45deg);
    margin: auto;
}
#service {
    text-align: right;
    font-size: 14px;
}
#service a {
    display: inline-block;
    font-weight: bold;
    padding-top: 4px;
    color: rgb(151, 151, 151);
    margin: 0px 12px;
}
#service a.cmsInside, #service a:hover {
    color: rgb(175, 0, 113);
}
#service .-m-cms-cont-nav2 {
    display: inline-block;
}
#service .-m-cms-cont-nav2 > ul > li {
    display: inline-block;
}

/* seach icon */
#head a.cmsLink20 {
    display: inline-block;
    background-image: url("/qg/cms.layout.custom.6/pub/img/search.svg");
    background-repeat: no-repeat;
	background-position:center;
    height: 1.1em;
    color: transparent;
    width: 1.15em;
    vertical-align: bottom;
    overflow: hidden;
}

/* cart icon */
#head a.cmsLink3304::before {
	display:inline-block;
	background-image: url("/qg/cms.layout.custom.6/pub/img/cart.svg");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	content:'';

	height:1.29em;
	width:1.5em;

	margin-right:.5em;
	margin-top: -0.5em;
	margin-bottom: -0.1em;
	vertical-align:middle;
	filter: invert(66%) sepia(0%) saturate(548%) hue-rotate(285deg) brightness(92%) contrast(86%);

	color: transparent;
	overflow: hidden;
}
#head a.cmsLink3304:hover::before,
#head a.cmsLink3304.cmsInside::before {
	filter: invert(13%) sepia(86%) saturate(4515%) hue-rotate(309deg) brightness(85%) contrast(112%);
}





#intro {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin: 50px 30px 60px 30px;
}
#sitemap a {
    color: inherit;
}
#head .-m-cms-cont-lang-choose1 > :last-child {
    margin-right: 0px;
}
#foot, #sitemap {
    font-size: 16px;
    padding-top: 3em;
    padding-bottom: 3em;
}
.Link {
    display: block;
    font-weight: bold;
    xmargin-top: 1.35em;
    color: rgb(175, 0, 113);
}
.Link::after {
    display: inline-block;
    margin-left: 0.5em;
	background: url("/qg/cms.layout.custom.6/pub/img/link.svg") no-repeat 50%;
	background-size:contain;
	content:'';
    height: 0.8em;
    width: 0.39em;
}
.Download {
    display: block;
    font-weight: bold;
    margin-top: 1.35em;
    color: rgb(175, 0, 113);
}
.Download::before {
    display: inline-block;
    margin-right: 0.5em;
	background: url("/qg/cms.layout.custom.6/pub/img/arrow_download.svg") no-repeat 50%;
	background-size:contain;
	content:'';
    height: 0.88em;
    width: 0.6em;
}
.Download {
	background-image: url("/qg/cms.layout.custom.6/pub/img/arrow_download.svg");
	background-repeat:  no-repeat;
	background-size:0.6em 0.88em;
	background-position:.02em .15em;
	padding-left:1.1em;
}
.Download::before {
    display: none;
}
.Reload {
    font-weight: bold;
	background-image: url("/qg/cms.layout.custom.6/pub/img/reload.svg");
	background-repeat:  no-repeat;
	background-size:auto 1em;
	background-position:.02em .15em;
	padding-left:1.1em;
}


h4 {
    font-size: 18px;
}
.cd_features > div {
    margin-bottom: -1px;
    padding: 0.3em 0px;
    border-style: solid;
    border-color: rgb(151, 151, 151);
    border-width: 1px 0px;
}
.cd_category_items {
    min-width: 82px;
    margin: 24px 0px;
}
.cd_category_items > * {
    background-color: rgb(229, 229, 229);
    width: 100px;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    color: inherit;
    transition-duration: 0.3s;
    transition-property: opacity;
    text-decoration: none !important;
    margin: 10px 10px 0px 10px;
}
.cd_category_items > :hover {
    opacity: 0.6;
}
.cd_category_items > * > .-body {
    padding: 20px;
}
.cd-lead {
    font-weight: bold;
    margin-bottom: 1.4em;
}
.-m-cms-cont-search1 input {
	width:300px;
}
html .-m-cms-cont-search1 .-item {
	border-top: 1px solid #e5e5e5;
	padding:.5em 0;
}
.-m-cms-cont-search1 .-title {
    font-weight: bold;
    color: inherit;
}
.-m-cms-cont-search1 .-breadcrumb {
    font-size: 0.85em;
    color: rgb(151, 151, 151);
	margin-bottom:.5em;
}
.-m-cms-cont-search1 .-breadcrumb a {
    color: inherit;
}
#nav > nav > ul > li > ul {
    display: none;
}
#nav > nav > ul > li > a {
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition-duration: 0.2s;
    transition-property: border;
}
#nav a {
    display: block;
}

#head .cmsLink185 {
	display:none;
}




