/*html, body {
	height: 100%;
	overflow: hidden;
}*/
html {
	font-size: 16px !important;
	font-family: 'Ubuntu', sans-serif !important;
	background: white;
}

body {
	background: white !important;
	overflow-x: hidden;
}
::-moz-selection {
	background: #4E8FFF !important;
}
::selection {
	background: #3DB8E7 !important;
}
img, object, embed, video {max-width:100%;}
img {height:auto;}
ul {
	list-style-type: none;
}
a {
	outline: none !important;
}
h2, h3, h4, h5 {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	/*text-align: center;*/
}
/* radial donut */
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}

.component {
    fill: #e1e1e1;
}

.component .label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill: #0000FF;
}

.arc {
    stroke-weight:0.1;
    fill: #4e8fff;
}


.arc2 {
    stroke-weight:0.1;
    fill: #3660b0;
}


.label {
    font-family:  Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
}

.radial-svg {
    display: block;
    margin: 0 auto;
}

/* custom donut */
#div1 .arc, #c1 .arc {
	fill: #ffbb34;
}

#div2 .arc, #c2 .arc {
	fill: #99cc01;
}

#div3 .arc, #c3 .arc {
	fill: #33b5e6; 
}

#final1 .arc {
	fill: #bac;
}

/* ================ */
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%; 
}
.norow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%; 
}
.col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
}
.center {
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.align-center {
	text-align: center;
}
.bg-ef {
	background-color: #efefef;
}

.between {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.around {
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}
.j-start {
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.j-center {
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.j-end {
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.a-start {
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.a-center {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.a-end {
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.j-between {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
/* end radial donut */

#wpadminbar {
	/*display: none;*/
}
/* Tablepress styles */
.tablepress {
	margin: 1rem 0 2rem !important;
	font-size: .9rem !important;
}
.tablepress tfoot th, .tablepress thead th {
	background-color: #F4D48D !important;
}

/*#layout {
	padding-top: 3vh;
}*/

a.re-head span {
	font-weight: 400;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #262626;
	/*margin-bottom: .7rem;*/
}

a.re-head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-flex: 0 1 230px;
	    -ms-flex: 0 1 230px;
	        flex: 0 1 230px;
	height: 60px;
	align-items: center;
}

a.re-head img {
    display: inline-block;
    width: 40px;
}
a.re-head span {
    /* display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; */
}
.sub-menu {
	display: none;
}

.fa-box {
	display: none;
}

#menu-top-menu > .menu-item {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-right: .5rem;
	font-size: 1rem;
}
#menu-top-menu > .menu-item:first-child {
	margin-left: 0;
}

#menu-top-menu > .menu-item:last-child {
	margin-right: 0;
}

#menu-top-menu > .menu-item > a {
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}
#menu-top-menu > .menu-item:hover {
	/*border-bottom: 1px solid #8d8d8d;*/
    box-shadow: 0px 1px 0px 0px #8d8d8d;
}

#menu-top-menu > .menu-item i.fa {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin-left: 5px;*/
    padding: 0 3px;
}

#menu-top-menu > .menu-item > i.fa:hover {
	cursor: pointer;
	/*background-color: #f1f1f1;*/
	text-decoration: none;
}

#menu-top-menu > .menu-item > .sub-menu {
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	width: 100%;
}

.box {
	margin-bottom: 1.2rem;
}

#mobi-search .omc-header-mobi-search-input-box {
	position: relative;
	left: 0;
	top: 0;
	border: 1px solid #aaa;

}

/*#omc-header-search-mobi {
	margin-top: 1.2rem;
}*/

.container {
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 0 1rem;
}
.container-half {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 0 1rem;
}

a:hover {
	background: transparent;

}
/*=========================*/

#layout {
	min-height: 72vh;
	-ms-flex-line-pack: justify;
	        -webkit-align-content: space-between;
	        align-content: space-between;
}

.menu-top {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.menu-top nav {
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home-text {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
    z-index: 1;
}
.home-text h1 {
	font-weight: 400;
	text-align: center;
	font-size: 1.8rem;
}
.home-text h1 span {
	font-weight: 600
}
.home-img {
	height: 32vh;
	width: 100%;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	background-image: url(../images/home-img.jpg);
    background-position: 38% 0;
    background-repeat: no-repeat;
}

header {
	z-index: 10;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	padding-top: 3vh;
}

.btn {
    border: none;
    color: white;
    background: rgb(51, 181, 230);
    font-size: 1.2rem;
    padding: 12px 62px;
    text-transform: uppercase;
    vertical-align: middle;
    max-height: 62px;
    outline: none;
    font-weight: 300;
    will-change: background;
    transition: .3s background;
}

/*.btn:hover {
    background: #FFBB34;
    transition: .3s background;
}*/

.txt {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	z-index: 2;
}
.home-text h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
.home-text h2 span {
	font-weight: 600;
}

@media all and (min-width: 768px) {
	#mobi-search {
		display: none;
		/*position: absolute;
		right: 1rem;*/
	}
}

#menu-top-menu .menu-item {
	position: relative;
}

/*#menu-top-menu .menu-item a:hover {
	text-decoration: underline;
}*/

/*#menu-top-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}*/

a#toggle-menu, a#toggle-search {
	display: none;
}

.page-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap; 
}

/* top 3 products on home page */
#radial {
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 1rem;
	margin: 2.5rem 0;
	background-color: #fefefe;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
    /*min-height: 100vh;*/
    height: 100%;
}


#radial .home-text {
	/*margin-bottom: 2rem;*/
}

.three-prod {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.top-pr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    height: 100%;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 30px 0;
}

.top-pr .amazon_button_review {
	margin: 0;
	background-color: #7d7d7d;
	transition: .3s background-color;
}

.top-pr .amazon_price p {
    color: #262626;
    font-size: 1.4rem;
}

.top-pr .amazon_price span {
    color: #c92828;
}

.top-pr .amazon_button_review:hover {
	background-color: #626262;
	transition: .3s background-color;

}

.top-pr .amazon_button_review a {
	background-color: transparent;
}

.top-pr img {
	width: auto;
	max-width: 100%;
	max-height: 186px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.top-prod {
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 100%;
}
.top-prod a {
	width: 100%;
	display: block;
}
.prod-lnk {
    text-align: center;
    margin: 1rem 0;
}
.prod-lnk a {
	font-size: 1.2rem;
	font-weight: 600;
}
#radial .asa-price {
	font-size: 1.2rem;
	color: #626262;
	margin-top: .8rem;
}
#radial .asa-price span {
	font-weight: 600;
}
#radial .key-features {
	margin-top: 0;
}
#radial .key-features .feature {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: .5rem .8rem;
    border-bottom: 1px solid #d8d8d8;
}


/* home cats menu */
#top-cats {
	/*padding: 4rem 15px;*/
	padding: 4rem 1rem;
	/* margin: 4rem 0; */
	background-color: #fafafa; 
	-webkit-order: 2; 
	    -ms-flex-order: 2; 
	        order: 2;
}
#menu-home-cats {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-flex: 0 1 68%;
	    -ms-flex: 0 1 68%;
	        flex: 0 1 68%;
}

#menu-home-cats > li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.6rem 0;
	cursor: pointer;
}

#menu-home-cats > li:hover .btn, .btn:hover {
    background: #FFBB34;
    transition: .3s background;
    color: white;
}

#menu-home-cats > li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

#menu-home-cats > li a {
    font-size: 1.8rem;
    font-weight: 300;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

#menu-home-cats > li button {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	/*margin: 1rem 0 0;*/
}

#menu-home-cats > li .sub-menu {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

#menu-home-cats .fa {
    font-size: 1rem;
    padding: 0 5px;
}

#menu-home-cats .sub-menu li a {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 5px 0;
}

#menu-home-cats .sub-menu li:hover {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

#menu-home-cats .sub-menu li:first-child:hover {
    border-bottom: 1px solid #d8d8d8;
    border-top: none;
}

#menu-home-cats .sub-menu li:last-child:hover {
    border-bottom: none;
    border-top: 1px solid #d8d8d8;
}

/* ======= */
#sport-test {
	background-color: #333;
	/*position: relative;*/
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
    overflow: hidden;
    background-image: url(../images/sport-test-bg.jpg);
    background-repeat: no-repeat;
    background-position: 37% 0;
    z-index: 1;
    background-attachment: fixed;
}

.text-btn {
    -webkit-flex: 0 1 62%;
        -ms-flex: 0 1 62%;
            flex: 0 1 62%;
    padding: 5rem .5rem;
    z-index: 10;
}

.text-btn h3 {
    color: white;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px black;
}

.text-btn p {
    color: white;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 300;
    text-shadow: 0 1px 2px black;
}

.text-btn a.btn {
    margin: 1.6rem 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;

}

/*.image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/sport-test-bg.jpg);
    background-repeat: no-repeat;
    background-position: 37% 0;
    z-index: 1;
    background-attachment: fixed;
}

.over-bg {
	display: block;
    width: 100%;
    height: 100%;
    background: #5F5F5F;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}*/

/* hersteller und home */
#hersteller {
    /*padding: 5rem 1rem 2rem;*/
    padding: 0 1rem;
    margin: 5rem 0 2rem;
    background-color: #fefefe;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
}

.container.brands {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.brands .brand-item {
    -webkit-flex: 0 1 18%;
        -ms-flex: 0 1 18%;
            flex: 0 1 18%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.brand-item img {
    width: 100%;
}

/* text section */
#text-info {
	padding: 0 1rem;
	-webkit-order: 5;
	    -ms-flex-order: 5;
	        order: 5;
}
#text-info h3 {
	text-align: left;
}
#text-info p {
    font-size: .8rem;
    line-height: 1.2rem;
}

#text-info ul {
    margin-top: 0;
    list-style-type: disc;
    padding-left: 1rem;
    color: #888;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
}

/* foter */
#foo-box {
	background-color: #dedede;
	padding: 0 1rem;
	margin-top: 1rem;
}

#foo-box .description {
	-webkit-flex: 0 1 38%;
	    -ms-flex: 0 1 38%;
	        flex: 0 1 38%;
	padding: 1.4rem 0;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: start;
	        -webkit-align-content: flex-start;
	        align-content: flex-start;
}
#foo-box .description p {
	color: #333;
	margin: 0;
}

#foo-box .social {
	-webkit-flex: 0 1 62%;
	    -ms-flex: 0 1 62%;
	        flex: 0 1 62%;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#foo-box h4 {
	color: #333;
	margin: 0;
}
#foo-box .omc-footer-widget ul li {
	margin-bottom: 5px;
}
#foo-box .omc-footer-widget ul li a {
    display: block;
    margin-bottom: 5px;
    padding: 0; 
    background: transparent; 
    color: #333;
    font-size: 1em;
}
#foo-box .omc-footer-widget ul li a:hover {
	text-decoration: underline;
}

.copyright {
	background: #333;
	padding: .7rem 1rem;
}

.copyright p {
	margin: 0;
	color: #f5f5f5;
}

#back-top {
	text-align: center;
    padding: .5rem .7rem;
    background: rgba(136, 136, 136, 0.5);
    color: white;
    z-index: 999;
}

#back-top a {
	color: #fefefe;
	font-size: 1.6rem
}

/* === hersteller page === */
#head-cat {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 2rem 0;
	/*background-color: #fafafa;*/
    /*max-height: 38vh;*/
    overflow: hidden;
}

.flex-1 {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
}

.flex-1-2 {
	-webkit-flex: 0 1 49%;
	    -ms-flex: 0 1 49%;
	        flex: 0 1 49%;
}

.flex-1-2-2 {
	-webkit-flex: 0 1 55%;
	    -ms-flex: 0 1 55%;
	        flex: 0 1 55%;
}

.flex-1-4 {
	-webkit-flex: 0 1 24%;
	    -ms-flex: 0 1 24%;
	        flex: 0 1 24%;
}
.flex-3-4 {
	-webkit-flex: 0 1 74%;
	    -ms-flex: 0 1 74%;
	        flex: 0 1 74%;
}
/* 3 cols */
.flex-1-3 {-webkit-flex: 0 1 33.33%;-ms-flex: 0 1 33.33%;flex: 0 1 33.33%;}
.flex-2-3 {-webkit-flex: 0 1 66.66%;-ms-flex: 0 1 66.66%;flex: 0 1 66.66%;}
.flex-3 {-webkit-flex: 1 100%;-ms-flex: 1 100%;flex: 1 100%;}
/* 5 cols */
.flex-1-5 {-webkit-flex: 0 1 20%;-ms-flex: 0 1 20%;flex: 0 1 20%;}
.flex-2-5 {-webkit-flex: 0 1 40%;-ms-flex: 0 1 40%;flex: 0 1 40%;}
.flex-3-5 {-webkit-flex: 0 1 60%;-ms-flex: 0 1 60%;flex: 0 1 60%;}
.flex-4-5 {-webkit-flex: 0 1 80%;-ms-flex: 0 1 80%;flex: 0 1 80%;}
.flex-5 {-webkit-flex: 1 100%;-ms-flex: 1 100%;flex: 1 100%;}
.order-1 {
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}
.order-2 {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}
.order-3 {
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.image-preview {
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
	overflow: hidden;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
} 

.image-preview img {
	width: 100%;
	height: 100%;
	max-width: 350px;
}
.image-preview-viscosity img {
	width: 100%;
	position: relative !important;
}
.image-preview-viscosity img.attachment-post-thumbnail:hover {
	position: relative !important;
	max-height: 100% !important;
	border: none !important;
	cursor: default !important;
}

.text-preview {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	/*background-color: #444;*/
}

.text-preview .inner-text {
	padding: 1rem 2rem;
}

.text-preview .inner-text h1 {
	font-weight: 400;
	font-size: 2rem;
	color: #333;
	margin-bottom: 1rem;
}
.text-preview .inner-text p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #333;
    line-height: 1.8rem;
}
.text-preview .inner-text .shrt-dsc {
    font-size: 1.4rem;
    font-weight: 300;
    padding-bottom: 2rem;
    border-bottom: 1px solid #A2A2A2;
    line-height: 1.8rem;
}

/* prod list */
.cat-product-list {
	-webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
}
.cat-product-list .line-prod {
	height: 80px;
}

.cat-product-list li:not(:last-child) {
    border-bottom: 1px solid #9E9E9E;
}
.cat-product-list li {
    padding: 2rem 0;
}

.cat-product-list .line-lnk a, .cat-product-list .line-stat p {
	font-size: 1.4rem;
	margin: 0;
	color: #333;
	line-height: 2rem;
}

.line-btn .btn {
	padding: 1rem 0;
	text-align: center;
	font-weight: 600;
}

/* === single post === */
#breadcrumbs {
	padding: 1rem 0;
}
.headline {
	margin-bottom: 2rem;
}

.headline h1 {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin: 0;
}
#product-single p {
	color: #444;
}
#product-single .prod-thumbnail {
	/*overflow: hidden;*/
	/*border-right: 1px solid #d8d8d8;*/
}
#product-single .prod-thumbnail .img-wrap {
    width: 100%;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
/*     display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; */
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#product-single .prod-thumbnail, #product-single .radial-balls {
	padding: 2rem 0;
}
#product-single .single-rating {
	margin-bottom: 2rem;
}

#product-single .prod-thumbnail {
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}
#product-single .attributes {
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}
#product-single .radial-balls {
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}


.single-rating .rate-ball {
	/*text-align: center;*/
	margin-bottom: 1rem;
}

.single-rating .rate-ball .rate-description {
	font-size: 1.4rem;
}
.single-rating .product-attributes {
    /*border-left: 1px solid #d8d8d8;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    /*align-items: center;*/
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-rating .product-attributes .attribute {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}
.single-rating .product-attributes .attribute:before {
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: .3rem;
    color: #7d7d7d;
    line-height: inherit;
}
.single-rating .product-attributes .attribute span {
	font-weight: 600;
}

#product-single .summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
}

#product-single .short-summary {
    -webkit-flex: 0 1 67%;
        -ms-flex: 0 1 67%;
            flex: 0 1 67%;
}

#product-single .short-summary p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    font-family: "Ubuntu";
    color: #444;
}

#product-single .summary .final-score {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-flex: 0 1 31%;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1rem;
}

#product-single #final1 {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
}

#product-single .summary .final-score h4 {
    -webkit-flex: 0 1 68%;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    font-weight: 300;
    font-size: 1rem;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Ubuntu";
}
#product-single p {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    font-family: "Ubuntu";
}

.asa_async_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    /*margin-top: 1.4rem;*/
/*    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;*/
}
.asa_async_container_prod-title {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
}
/*.asa_async_container .amazon_price {
	width: 100%;
}

.asa_async_container .asa_product_box {
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
}

.asa_async_container .asa_product_box div {
	padding: .5rem;
}

.asa_async_container .asa_product_box > div > div:first-child {
	margin-right: 1rem;
}
*/
#asa-product {
	padding-top: 1.5rem;
	margin-top: 1rem;
	border-top: 1px solid #d8d8d8;
	/*border-bottom: 1px solid #d8d8d8;*/
}
.asa-img-wrapper {
	width: 100%;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0;
}
.asa-title {
	font-size: 1rem !important;
	line-height: 1.4rem !important;
	font-weight: 600 !important;
	margin: 0;
}
/*.key-features {
	margin-bottom: 0;
}*/
.feature {
	font-size: 1rem;
	line-height: 1.4rem;
}
.feature .fa {
	color: #44444F;
}
.asa-stars {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; 
}
.asa-stars img {
	margin-right: .3rem;
}
.asa-price {
	font-weight: 400;
}
.asa-price, .asa-stars {
	margin-bottom: .8rem;
	padding-left: .5rem;
}
.asa-price span {
    color: #c92828;
    font-weight: 500;
}
.prod-content .asa-btn-box {
    margin-bottom: 2rem;
}
.asa-btn-box {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d8d8d8;
}
.asa-btn-box .asa-btn {
    background-color: #99CC01;
    padding: .5rem .8rem .3rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    /*width: 100%;*/
}
.asa-btn-box .asa-btn img {
    width: 85%;
    height: 100%; 
}

/* recommended products */
.recommended {
	padding-top: 2rem;
}
.recommended .rec-plus {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 2rem;
	font-size: 1.6rem !important;
}
.recommended h2 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 2rem;
}
.recommended h2 span {
	font-weight: 600;
}
.recommended .asa-img-wrapper {
	margin-bottom: 1rem;
}
.recommended .asa-price {
	padding-left: 0;
	font-weight: 500 !important;
}

/* related products */
.related {
	padding: 4rem 0;
}
.related h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}
.related article h5 {
    font-size: 1.1rem;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    text-align: center;
}

/* category */
.category h1 {
	font-size: 1.6rem;
	font-weight: 400;
}

.category article {
    margin-bottom: 2rem;
    /* margin: 0 .5% 3rem; */
    border: 1px solid #EFEFEF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    margin-left: 4px;
    margin-right: 4px;
}
.category .cat-thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    overflow: hidden;
    height: 250px;
    margin: 1rem;
    /*border: 1px solid #;*/
}
.category .category-title {
	padding: 0 1rem 1rem;
}
.category .category-title .category-name {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.category .category-title .post-title {
	font-size: 1rem;
}
.category .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	height: none;
	margin: 1rem 0;
	padding: 0;
}

.category .pagination a, .category .pagination span {
	background: transparent;
	border: 1px solid #a2a2a2;
	color: #444;
    transition: .8s linear;
}

.category .pagination span {
    background: rgba(123, 123, 123, 0.1);
}

#text-page {
	margin-bottom: 50px;
}

#text-page h1{
    font-size: 1.6rem;
    font-weight: 400;
}

#text-page h2 {
    margin-bottom: 1rem;
}

#text-page h3 {
    font-size: 1.2rem;
    color: #333;
}

#text-page h4 {
    font-size: 1rem;
}

#text-page h5 {
    font-size: .8rem;
}

#text-page p {
    color: #444;
    /* font-size: 1.1rem; */
    line-height: 1.6rem;
    width: 100%;
}

#text-page ul li {
    /* font-size: .8rem; */
    line-height: 1.2rem;
}

/* === information page === */
#information h1 {
    font-weight: 400;
    font-size: 1.8rem;
}
#information h2 {
	font-weight: 600;
	font-size: 1.2rem;
}
#information p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #262626;
}

.api-wrap {
	margin: 3rem 0;
}
.api-wrap .col.center {
	margin: 0 auto; 
}
.api-donut {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #7d7d7d;
    opacity: 0;
    margin-bottom: 4rem;
    /*overflow: hidden;*/
}
.api-donut .dash {
    width: 50px;
    position: absolute;
    height: 1px;
    background: #7d7d7d;
    top: 125px;
}
.api-donut .dash-left {
	left: 0;
}
.api-donut .dash-right {
	right: -1px;
}
.api-donut p {
	font-family: 'Anonymous Pro', 'Open Sans', sans-serif;
}
#api-donut-1 .top.semicircle {
    position: absolute;
    bottom: 75px;
    left: 73px;
    width: 100%;
    height: 100%;
    /*clip: rect(0 250px 200px 0);*/
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    z-index: 99;
}
#api-donut-2 .top.semicircle {
    position: absolute;
    bottom: 96px;
    left: 20px;
    width: 100%;
    height: 100%;
    /*clip: rect(0 250px 200px 0);*/
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
    z-index: 99;
}
.center-circle {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    border: 1px solid #7d7d7d;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.center-circle p {
	font-size: 1.6rem !important;
	text-align: center;
	margin: 0;
	line-height: 2rem;
}
#api-donut-1 .bottom.semicircle {
	position: absolute;
	top: 145px;
    right: 60px;
    width: 100%;
    height: 100%;
    /*clip: rect(0 250px 200px 0);*/
    -webkit-transform: rotate(64deg);
            transform: rotate(64deg);
    z-index: 99;
}
#api-donut-2 .bottom.semicircle {
	position: absolute;
	top: 154px;
    right: -26px;
    width: 100%;
    height: 100%;
    /*clip: rect(0 250px 200px 0);*/
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    z-index: 99;
}
.semicircle p.lettering {
    font-size: 1.4rem !important;
}
.lettering span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 125px;
}
.top.semicircle .lettering span {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.bottom.semicircle .lettering span {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
} 
/* top */
.top.semicircle .lettering span.char1 {
	-webkit-transform: rotate(6deg);
	        transform: rotate(6deg);
}
.top.semicircle .lettering span.char2 {
	-webkit-transform: rotate(12deg);
	        transform: rotate(12deg);
}
.top.semicircle .lettering span.char3 {
	-webkit-transform: rotate(18deg);
	        transform: rotate(18deg);
}
.top.semicircle .lettering span.char4 {
	-webkit-transform: rotate(24deg);
	        transform: rotate(24deg);
}
.top.semicircle .lettering span.char5 {
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.top.semicircle .lettering span.char6 {
	-webkit-transform: rotate(36deg);
	        transform: rotate(36deg);
}
.top.semicircle .lettering span.char7 {
	-webkit-transform: rotate(42deg);
	        transform: rotate(42deg);
}
.top.semicircle .lettering span.char8 {
	-webkit-transform: rotate(48deg);
	        transform: rotate(48deg);
}
.top.semicircle .lettering span.char9 {
	-webkit-transform: rotate(54deg);
	        transform: rotate(54deg);
}
.top.semicircle .lettering span.char10 {
	-webkit-transform: rotate(60deg);
	        transform: rotate(60deg);
}
.top.semicircle .lettering span.char11 {
	-webkit-transform: rotate(66deg);
	        transform: rotate(66deg);
}
.top.semicircle .lettering span.char12 {
	-webkit-transform: rotate(72deg);
	        transform: rotate(72deg);
}
.top.semicircle .lettering span.char13 {
	-webkit-transform: rotate(78deg);
	        transform: rotate(78deg);
}
.top.semicircle .lettering span.char14 {
	-webkit-transform: rotate(84deg);
	        transform: rotate(84deg);
}
.top.semicircle .lettering span.char15 {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.top.semicircle .lettering span.char16 {
	-webkit-transform: rotate(96deg);
	        transform: rotate(96deg);
} 
.top.semicircle .lettering span.char17 {
	-webkit-transform: rotate(102deg);
	        transform: rotate(102deg);
}
.top.semicircle .lettering span.char18 {
	-webkit-transform: rotate(108deg);
	        transform: rotate(108deg);
}
.top.semicircle .lettering span.char19 {
	-webkit-transform: rotate(114deg);
	        transform: rotate(114deg);
}
.top.semicircle .lettering span.char20 {
	-webkit-transform: rotate(120deg);
	        transform: rotate(120deg);
}
.top.semicircle .lettering span.char21 {
	-webkit-transform: rotate(126deg);
	        transform: rotate(126deg);
}
.top.semicircle .lettering span.char22 {
	-webkit-transform: rotate(132deg);
	        transform: rotate(132deg);
}
.top.semicircle .lettering span.char23 {
	-webkit-transform: rotate(138deg);
	        transform: rotate(138deg);
}
.top.semicircle .lettering span.char24 {
	-webkit-transform: rotate(144deg);
	        transform: rotate(144deg);
}
.top.semicircle .lettering span.char25 {
	-webkit-transform: rotate(150deg);
	        transform: rotate(150deg);
}
.top.semicircle .lettering span.char26 {
	-webkit-transform: rotate(156deg);
	        transform: rotate(156deg);
}
.top.semicircle .lettering span.char27 {
	-webkit-transform: rotate(162deg);
	        transform: rotate(162deg);
}
.top.semicircle .lettering span.char28 {
	-webkit-transform: rotate(168deg);
	        transform: rotate(168deg);
}
.top.semicircle .lettering span.char29 {
	-webkit-transform: rotate(174deg);
	        transform: rotate(174deg);
}
.top.semicircle .lettering span.char30 {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* bottom */
.bottom.semicircle .lettering span.char1 {
	-webkit-transform: rotate(-6deg);
	        transform: rotate(-6deg);
}
.bottom.semicircle .lettering span.char2 {
	-webkit-transform: rotate(-12deg);
	        transform: rotate(-12deg);
}
.bottom.semicircle .lettering span.char3 {
	-webkit-transform: rotate(-18deg);
	        transform: rotate(-18deg);
}
.bottom.semicircle .lettering span.char4 {
	-webkit-transform: rotate(-24deg);
	        transform: rotate(-24deg);
}
.bottom.semicircle .lettering span.char5 {
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.bottom.semicircle .lettering span.char6 {
	-webkit-transform: rotate(-36deg);
	        transform: rotate(-36deg);
}
.bottom.semicircle .lettering span.char7 {
	-webkit-transform: rotate(-42deg);
	        transform: rotate(-42deg);
}
.bottom.semicircle .lettering span.char8 {
	-webkit-transform: rotate(-48deg);
	        transform: rotate(-48deg);
}
.bottom.semicircle .lettering span.char9 {
	-webkit-transform: rotate(-54deg);
	        transform: rotate(-54deg);
}
.bottom.semicircle .lettering span.char10 {
	-webkit-transform: rotate(-60deg);
	        transform: rotate(-60deg);
}
.bottom.semicircle .lettering span.char11 {
	-webkit-transform: rotate(-66deg);
	        transform: rotate(-66deg);
}
.bottom.semicircle .lettering span.char12 {
	-webkit-transform: rotate(-72deg);
	        transform: rotate(-72deg);
}
.bottom.semicircle .lettering span.char13 {
	-webkit-transform: rotate(-78deg);
	        transform: rotate(-78deg);
}
.bottom.semicircle .lettering span.char14 {
	-webkit-transform: rotate(-84deg);
	        transform: rotate(-84deg);
}
.bottom.semicircle .lettering span.char15 {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.bottom.semicircle .lettering span.char16 {
	-webkit-transform: rotate(-96deg);
	        transform: rotate(-96deg);
} 
.bottom.semicircle .lettering span.char17 {
	-webkit-transform: rotate(-102deg);
	        transform: rotate(-102deg);
} 
.bottom.semicircle .lettering span.char18 {
	-webkit-transform: rotate(-108deg);
	        transform: rotate(-108deg);
} 
.bottom.semicircle .lettering span.char19 {
	-webkit-transform: rotate(-114deg);
	        transform: rotate(-114deg);
} 
.bottom.semicircle .lettering span.char20 {
	-webkit-transform: rotate(-120deg);
	        transform: rotate(-120deg);
} 
.bottom.semicircle .lettering span.char21 {
	-webkit-transform: rotate(-126deg);
	        transform: rotate(-126deg);
} 
.bottom.semicircle .lettering span.char22 {
	-webkit-transform: rotate(-132deg);
	        transform: rotate(-132deg);
}
.bottom.semicircle .lettering span.char23 {
	-webkit-transform: rotate(-138deg);
	        transform: rotate(-138deg);
}
.bottom.semicircle .lettering span.char24 {
	-webkit-transform: rotate(-144deg);
	        transform: rotate(-144deg);
}
.bottom.semicircle .lettering span.char25 {
	-webkit-transform: rotate(-150deg);
	        transform: rotate(-150deg);
}
.bottom.semicircle .lettering span.char26 {
	-webkit-transform: rotate(-156deg);
	        transform: rotate(-156deg);
}
.bottom.semicircle .lettering span.char27 {
	-webkit-transform: rotate(-162deg);
	        transform: rotate(-162deg);
}
.bottom.semicircle .lettering span.char28 {
	-webkit-transform: rotate(-168deg);
	        transform: rotate(-168deg);
}
.bottom.semicircle .lettering span.char29 {
	-webkit-transform: rotate(-174deg);
	        transform: rotate(-174deg);
}
.bottom.semicircle .lettering span.char30 {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

/* Description text */
.api-wrap p.head {
    font-family: 'Anonymous Pro', 'Open Sans', sans-serif;
    /*margin: 0;*/
    font-size: 1.4rem !important;
    font-weight: 600;
}
.api-wrap p.description {
	font-size: 1rem;
	color: #5d5d5d;
}
/* Nums */
.api-wrap .num {
    border-radius: 50%;
    border: 1px solid #7d7d7d;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: white;
    line-height: 30px;
    z-index: 999;
}
.api-wrap .col.api-donut .num {
    position: absolute;
    left: 110px;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    /*background: rgba(239, 108, 0, 0.9) !important;*/
    background: rgba(251, 140, 0, 1) !important;

}
.api-wrap .col .num {
	width: 20px;
	height: 20px;
	font-size: 1rem;
    background: rgba(251, 140, 0, 0.9) !important;
}
.api-wrap .num.first {
    top: -15px;
}
.api-wrap .num.second {
    top: 52px;
}
.api-wrap .num.third {
    bottom: -17px;
}

.redside {
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.redside img {
	width: 100%;
}
.redside .img-container {
	padding: 1rem;
}

.row.box {
	position: relative;
	padding: 3rem 0;
}

.row.box .bglay {
    position: absolute;
    top: 0;
    left: -40vw;
    width: 120vw;
    height: 100%;
    background: #f8f8f8;
    z-index: 1;
}
.row.box p {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    text-align: center;
    font-weight: 300;
    margin: 0;
    z-index: 9;
}

/* Sticke footer */
/*.page-wrap {
    min-height: 100%;
    margin-bottom: -274px;
}
.page-wrap:after {
    content: '';
    display: block;
    height: 274px;
}*/
.as-center {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
}
#ueber .row {
	margin: .5rem 0;
}
.page-text .image-wrap {
    padding: 1rem;
    /*border-right: 1px solid #aaa;*/
}
.page-text .image-wrap img {
	width: 100%;
}
.page-text .text-wrap {
	padding: 0 1rem;
	/*width: 100%;*/
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.page-text h1, .page-text .headline h1 {
    font-weight: 400;
    font-size: 1.8rem;
    margin: .5rem 0 1.2rem;
    color: #262626;
}
.page-text h2 {
    font-size: 1.6rem;
    margin: .5rem 0 .8rem;
    color: #262626;
    font-weight: 400;
}
.page-text h3 {
	font-size: 1.2rem;
	margin: .5rem 0;
	color: #262626;
	font-weight: 400;
}
.page-text h1 strong, .page-text h2 strong, .page-text h3 strong {
	font-weight: 600 !important;
}
.page-text .text-wrap p {
    font-size: 1rem;
    color: #262626;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: .8rem;
}
.page-text .text-wrap ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-flex: 1 100%;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	width: 100%;
}
.page-text .text-wrap li {
	width: 50%;
	font-size: 1rem;
	line-height: 1.6rem;
}
.page-text .text-wrap li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: .5rem;
}
.page-text .text-wrap em {
    font-family: 'Alex Brush', cursive;
    font-size: 2.2rem;
    color: #262626;
}
/*ueber-motoroel-webseiteme*/

/* 404 not found */
#not-found {
	padding: 2rem 0 4rem;
}
#not-found .img-container {
	padding: 1rem 1rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
#not-found .img-container img {
	width: 100%;
}
#not-found .status p {
	width: 100%;
    color: #262626;
    margin: 0;
}
#not-found .status, #not-found .message, #not-found .search-field {
	padding: 2rem 0;
}
#not-found .status p:first-child {
	font-size: 4rem;
	line-height: 5rem;
}
#not-found .status p:nth-child(2) {
    font-size: 2rem;
    line-height: 3rem;
}
#not-found .message p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #262626;
}
#not-found .search-field {
	width: 100%;
}
#not-found .search-input {
    width: 100%;
    padding: 12px 0;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: #626262;
}
#not-found input[name="s"]:focus {
	outline: none;
}

/* === media queries === */
@media all and (max-width: 1023px) {
	#product-single .prod-thumbnail {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#product-single .attributes {
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	#product-single .attributes .attribute {
		font-weight: normal;
	}
	#product-single .radial-balls {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.single-rating .product-attributes {
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.single-rating .product-attributes .attribute {
		font-size: 1.4rem;
	}


}


@media all and (min-width: 992px) {
	.menu-top {
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.container {
		/*flex: 0 1 62%;*/
		width: 64rem;
	}
	.container-half {
		width: calc(64rem/2);
	}
	#omc-header-search-mobi {
		display: none !important;
	}
	#menu-top-menu .menu-item-has-children .sub-menu {
		position: absolute;
		top: 1.35rem;
		/*left: .5rem;*/
		left: 0;
		background: white;
		padding: .5rem .4rem;
	}
	#menu-top-menu .sub-menu {
		border: 1px solid #333;
	}
	#menu-top-menu .sub-menu .menu-item {
		margin: .5rem 0;
	}
	
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.menu-top nav {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	.container {
		/*width: 48rem;*/
		width: 100%;
	}
	.container-half {
		width: 50%;
	}
	a.re-head {
		margin-bottom: 20px;
	}
	#mobi-search {
		display: block;
		margin-top: 1rem;
	}
	input.omc-header-mobi-search-input-box:focus {
		width: 320px;
	}
	#menu-top-menu .menu-item-has-children .sub-menu {
		position: absolute;
		top: 1.4rem;
		left: .5rem;
		background: white;
		padding: .5rem 1rem;
	}
	#menu-top-menu .sub-menu {
		border: 1px solid #333;
	}
	#menu-top-menu .sub-menu .menu-item {
		margin: .5rem 0;
	}

	.redside .img-container {
	    position: absolute;
	    top: 10%;
	    right: 0;
	    width: 150%;
	}
	#sidemenu {
		top: 60vh;
	}
	#asa-product p, #asa-product a, #asa-product li {
	    font-size: 1.4rem;
	    line-height: 2rem;
	}
	#asa-product .flex-1-2 {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	#not-found .flex-1-3, #not-found .flex-2-3 {
		-webkit-flex: 1 50%;
		    -ms-flex: 1 50%;
		        flex: 1 50%;
	}
}

@media all and (max-width: 767px) {
	html {
		font-size: 12px !important;
	}
	.container {
		/*width: 24rem;*/
		width: 100%;
	}
	.container-half {
		width: 50%;
	}
	.menu-top.container {
		width: 100%;
	}
	.fa-box {
		display: block;
	}
	.menu-top nav {
		width: 100%; 
		/*padding: 30px 0;*/
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.menu-top nav .menu-top-menu-container {
		padding: 30px 0;
	}
	.menu-top {
		padding: 0 1rem;
	}
	#menu-top-menu > .menu-item {
		padding: 10px .5rem;
		font-size: 1.4rem;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#menu-top-menu > .menu-item > i.fa {
		padding: 0 1rem;
	}
	#menu-top-menu .sub-menu {
		padding: .5rem 0 .5rem 1rem;
		background-color: #f3f3f3;
	}
	#menu-top-menu .sub-menu .menu-item {
		margin: 1rem 0;
	}

/*	#radial {
		height: 100%;
	}*/
	.three-prod {
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.top-prod {
		-webkit-flex: 0 1 40%;
		    -ms-flex: 0 1 40%;
		        flex: 0 1 40%;
	}

	.top-pr {
		height:auto;
		-webkit-flex: 0 1 80%;
		    -ms-flex: 0 1 80%;
		        flex: 0 1 80%;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	/*	.menu-top-menu-container #menu-top-menu {
		display: flex;
		flex-flow: column wrap;
	}*/


	.menu-top-menu-container #menu-top-menu .menu-item {
		font-size: 1.6rem;
	}
	#mobi-search {
		display: block;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	a#toggle-menu, a#toggle-search {
	    display: -webkit-inline-flex;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -webkit-flex-flow: column wrap;
	        -ms-flex-flow: column wrap;
	            flex-flow: column wrap;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    padding: 0 1rem;
	    font-size: 1.4rem;
	    -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
	}

	#mobi-search {
		/*padding: 0 2rem;*/
		width: 100%;
		display: none;
	}

	#mobi-search .omc-header-mobi-search-input-box {
	    margin: 0;
	    margin-top: 1rem;
	    width: 100%;
	    padding: 0;
	    /*padding-left: 5vw;*/
	}
	#menu-top-menu {
		display: none;
	}

	#menu-home-cats {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	
	#menu-home-cats > li {
		-webkit-flex-flow: column wrap;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
	}

	.text-btn {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}

	#foo-box .description, #foo-box .social, #foo-box .widget {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	.flex-1-2, .flex-1-4, .flex-3-4, .flex-1-3, .flex-2-3, .flex-1-5, .flex-2-5, .flex-3-5, .flex-4-5 {
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	.image-preview, .image-preview-viscosity {
		display: none;
	}
	.text-preview {
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: #f5f5f5;
	}

	.line-btn {
		display: none;
	}

	.cat-product-list {
		-webkit-flex: 0 1 82%;
		    -ms-flex: 0 1 82%;
		        flex: 0 1 82%;
		margin: 0 auto;
	}
	.cat-product-list .between {
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.line-rate {
		-webkit-order: 1 !important;
		    -ms-flex-order: 1 !important;
		        order: 1 !important;
	}
	.line-prod {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 0 1rem;
	}
	.line-stat {
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.cat-product-list .line-stat p {
		font-size: 3rem;
	}
	.cat-product-list .line-lnk a {
		font-size: 1.8rem;
	}
	.line-lnk {
		-webkit-order: 4;
		    -ms-flex-order: 4;
		        order: 4;
	}

	#product-single .prod-thumbnail {
		border: none;
	}
	#product-single .thumbnail-content {
		margin-bottom: 1.6rem;
	}


	#product-single .short-summary {
	    -webkit-flex: 0 1 100%;
	        -ms-flex: 0 1 100%;
	            flex: 0 1 100%;
	}
	#product-single .short-summary p {
	    font-size: 1.4rem;
	    line-height: 2rem;
	}
	#product-single .prod-content p {
	    font-size: 1.4rem;
	    line-height: 2rem;
	}
	#product-single .summary .final-score {
	    -webkit-flex: 0 1 82%;
	        -ms-flex: 0 1 82%;
	            flex: 0 1 82%;
	}
	#product-single .summary .final-score h4 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.related article {
		margin-bottom: 3rem;
	}
	.related article h5 {
	    font-size: 1.4rem;
	}

	.category-title h3 {
	    font-size: 1.4rem;
	}
	a.re-head span {
    	font-size: 2rem;
	}
	.finder {
		top: 480px;
	}
	
	#information {
		padding: 0 1rem;
	}
	#information p {
	    font-size: 1.2rem;
	    line-height: 1.6rem;
	}
	.api-donut {
		margin-bottom: 4rem;
	}
	.api-donut .lettering, .api-donut .center-circle p {
		font-weight: 600;
	}

	.redside {
		display: none;
	}

	#ueber .flex-2-5 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	#ueber .flex-3-5 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#asa-product p, #asa-product a, #asa-product li, #radial .key-features .feature, #radial .asa-price, .prod-lnk a {
    	font-size: 1.4rem;
    	line-height: 2rem;
	}
	.recommended {
		padding-bottom: 4rem;
		border-bottom: 1px solid #d8d8d8;
	}
	.recommended .rec-plus {
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-flex: 1 100%;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
		font-size: 2rem !important;
	}
	.recommended .asa-price, .recommended .asa-title {
		font-size: 1.4rem !important;
		line-height: 2rem !important;
	}
	#not-found .flex-1-3, #not-found .flex-2-3 {
		-webkit-flex: 1 50%;
		    -ms-flex: 1 50%;
		        flex: 1 50%;
	}
}

@media all and (max-width: 600px) {
	#not-found .flex-2-3 {
		padding: 0 1rem;
	}
	#not-found .flex-1-3 {
		display: none;
	}
}
/* Fix product images - no stretching */
.cat-product-list .line-prod img,
img.line-prod {
    object-fit: contain !important;
    object-position: center !important;
    background: #fff;
}

.cat-product-list .line-prod {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 4px;
}

/* Fix cat-product-list images – fixed container, no stretch */
.cat-product-list .line-prod {
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff;
    overflow: hidden;
}
.cat-product-list .line-prod img {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: 180px !important;
    object-fit: contain !important;
}
