#qgRteToolbar .-options > h1, #qgRteToolbar .-options > h4, #qgRteToolbar .-options > h5, #qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    overflow-y: scroll;
}
body {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 251);
    font-family: chantilly;
    line-height: 1.5;
    font-size: 18px;
    color: rgb(51, 51, 51);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0px 0px 0.25em 0px;
}
h1 {
    line-height: 1.33;
    margin-bottom: 1em;
    font-weight: 400;
}
h2 {
    font-size: 2rem;
    line-height: 1.33;
    margin: 0px 0px 1em 0px;
}
h5 {
    font-weight: 500;
    margin-bottom: 1.2em;
    font-size: 1em;
}
p {
    margin-top: 0px;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
a:visited {
}
a:hover {
}
#container {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
}
#head {
    border-top-color: rgb(108, 136, 122);
    border-top-style: solid;
    border-top-width: 6px;
    z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(-100%);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: transform, background-color, border-bottom;
    border-bottom-color: rgba(51, 51, 51,0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: rgb(255, 255, 251);
    padding: 13px 28px;
}
.cd_is_top #head {
    background-color: transparent;
    border-bottom-color: transparent;
}
.cd_up_scroll #head {
    transform: translateY(0px);
}
zzz#login_link,
.cd_open_cart {
    margin-left: auto;
	display:flex;
}
#head nav > ul {
    display: flex;
}
#head nav a {
    display: block;
    padding: 12px 14px 8px 11px;
}
#head a {
    color: inherit;
    text-decoration: none;
}

#head a:hover ,
#head a.cmsInside {
    color: rgb(108, 136, 122);
}
#head #cart_num {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    font-size: 13px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: currentcolor;
    padding: 3px 2px 2px 2px;
    border-radius: 50%;
}
#head #cart_num:hover {
    transform: scale(1.1);
}
#head #cart_num .-number {
    color: rgb(255, 254, 242);
}
#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0px;
}
#foot1 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(51, 51, 51,0.2);
    padding: 0px;
}
#foot {
    background-color: rgb(108, 136, 122);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 20px 40px 18px 40px;
    border-color: rgb(37, 37, 37);
}
#foot a {
    color: inherit;
    text-decoration: none;
}
.l1_cols {
    display: flex;
    align-items: baseline;
}
.l1_cols > div {
    box-sizing: border-box;
}
.Center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.Left {
    display: block;
    text-align: left;
}
.Right {
    display: block;
    text-align: right;
}
img.Left {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
img.Right {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.LinkButton, html .LinkButton {
    line-height: 1.1;
    color: inherit;
    transition-property: background-color;
    transition-duration: 200ms;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.9em;
    background-image: url("/qg/cms.layout.custom.6/pub/img/link-black.svg");
    background-repeat: no-repeat;
    background-position: right 1em top 50%;
    background-size: 0.7em;
    padding: 1em 46px 0.9em 23px;
    border: 1px solid rgba(51, 51, 51,0.2);
}
html .LinkButton:hover {
    background-image: url("/qg/cms.layout.custom.6/pub/img/link-white.svg");
    background-color: rgb(51, 51, 51);
    color: rgb(255, 254, 242);
}
#cart {
    background-color: rgb(108, 136, 122);
    color: rgb(255, 255, 251);
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 4;
    will-change: transform;
    transition-property: transform, line-height;
    transition-duration: 0.2s, 0.3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0.1s;
    transform: translateY(-100%);
    max-height: 100vh;
    box-sizing: border-box;
    line-height: 0.3;
    overflow: auto;
    padding: 40px;
}
.cd_cart_open #cart {
    transform: translateY(0px);
    line-height: 1.5;
}
.cd-cols {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.cd-cols > * {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 400px;
    margin: 40px;
}
.cd-cols > .-small {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 300px;
}
body button {
    background-color: rgb(51, 51, 51);
    background-image: none;
    color: rgb(255, 254, 242);
    padding: 16px 43px;
    border-width: 0px;
    border-radius: 0px;
}
body button:active {
    background-color: rgb(37, 37, 37);
    background-image: none;
}
body button:hover {
    color: rgb(255, 254, 242);
    background-color: rgb(85, 85, 85);
}
body button:disabled {
    color: rgb(170, 170, 170);
    background-color: rgb(51, 51, 51);
    background-image: none;
}
body input {
    background-color: transparent;
    padding: 8px 0px;
    border-style: solid;
    border-color: rgba(51, 51, 51,0.2);
    border-width: 0px 0px 1px 0px;
}
body select {
    padding: 8px 0px;
    background-color: transparent;
    border-color: rgba(51, 51, 51,0.2);
    border-style: solid;
    border-color: rgba(51, 51, 51,0.2);
    border-width: 0px 0px 1px 0px;
}
body textarea {
    background-color: transparent;
    border-color: rgba(51, 51, 51,0.2);
}
th {
    font-weight: 500;
}
#logo > img {
    position: absolute;
    display: block;
    top: calc(70px + 4vh);
    left: 40px;
    height: 50px;
    z-index: 2;
}
.-m-cms-cont-table1 td {
    padding: 0.7em;
}
.-m-cms-cont-table1 td:first-child {
    padding-left: 0px;
}
#foot1 a {
    font-weight: 400;
}
option {
    color: rgb(51, 51, 51);
}

#head a.cmsLink2 {
	height:1em;
	width:1em;
	white-space:nowrap;
	color:transparent;
	background-image:url(/qg/cms.layout.custom.6/pub/img/home2.svg);
	background-position:50% 100%;
	background-origin:content-box;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	top:2px;
}
