/* ==== FIX SEO SPAN HEADINGS ==== */
.content-vermagemenu {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}


.content-vermagemenu .fake-heading.h2 {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1;
    margin-left: 35px;
    height: 100%;
}


.content-vermagemenu .fake-heading.h2 i.ion-android-menu {
    display: none !important;
}


.content-vermagemenu .fake-heading.h2 i.ion-ios-arrow-down {
    margin-left: 6px;
    font-size: 12px;
    position: relative;
    top: 1px;
}
.fake-heading.h2.module-title, .module-title .fake-heading.h2 {
    font-family: "Ysabeau", sans-serif;
    color: #292929;
    position: relative;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 14px;
    text-align: left;
}
.fake-heading.h2.recommend, .recommend .fake-heading.h2 {
    font-family: "Ysabeau", sans-serif;
	color: #292929 !important;
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
}
.fake-heading.h2.recommend::after, .recommend .fake-heading.h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #026169;
    margin-top: 8px;
}
.static-info .box-info .fake-heading.h2 {
    display: block;
    font-family: "Ysabeau", sans-serif;
    font-size: 18px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
    text-align: center;
}
.fake-heading.h4, .product-name a, .product-list .fake-heading.h4 {
    color: #002022;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    text-transform: none;
    text-align: center;
}
.fake-heading.h3 {
    display: block;
    font-family: "Ysabeau", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
}
.fake-heading.h5 {
    display: block;
    font-family: "Ysabeau", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
    text-align: left;
}
.fake-heading.h6 {
    display: block;
    font-family: "Ysabeau", sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0;
    text-align: left;
}
.bold { font-weight: bold; }
.italic { font-style: italic; }
/* ==== END FIX ==== */