<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900|Roboto+Slab:300,400,700|Open+Sans:300,300i,400,400i,600,700,800');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #383838;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

option {
    padding-left: 10px;
    font-size: 14px;
}

.shopping-cart-content.bg-danger * {
	color: white;
}
.loading-spinner::before {
    content: '';
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../../loading-spinner.gif');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 30% center;
    background-color: rgba(255,255,255,0.8);
	z-index: 9999;
}
.text-decoration-line-through {
	text-decoration: line-through;
}

.nopadding {
	padding-left: 0!important;
	padding-right: 0!important;
}

.img-w-100 {
	width: 100%;
}

.img-h-100 {
	height: 100%;
}

.img-h-70 {
	height: 70%;
}

.img-wh-100 {
	width: 100%;
	height: 100%;
}

.img-w-150-h-100 {
	width: 150%;
	height: 100%;	
}

.img-w-70 {
	width: 70%;	
}

.img-wh-cover {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.min-width-15 {
	min-width: 15rem;
}
.fix {
    overflow: hidden
}

a, .btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button,
input {
	color: #686868;
    outline: medium none;
}

a:hover {
	text-decoration: none;
}

.notification-img-2 {
    background-image: url(../../assets/img/bg/5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bold {
    font-weight: bold;
}

.notification-text {
	font-size:0.85rem;
}

.notification-button {
	border-radius: 50px;
	font-weight:bold;
}

.notification-close-button {
	border-radius: 50px;
	font-weight:bold;
    border: medium none;
	padding: 0.1rem 0.2rem 0.1rem 0.2rem;
	cursor:pointer;
}

.notification-close-button &gt; i{
	font-size: 1.5rem;
	vertical-align:middle;
}

.header i {
	font-size:18px;
	padding-right:0.5rem;
	vertical-align:middle;
}

.header a {
	text-decoration:none;
}

.header &gt; li {
	flex: 1 0 auto;
	text-align: center;
	padding: 1rem 10px;
	flex-grow: 1;
	:empty {
		border-right:none;
	}
}

.header &gt; li:first-child {
	padding-left: 15px;
}

.header &gt; li:last-of-type {
	border-right: 0px none;
}

.header &gt; li:empty {
	flex-grow: 100;
	border-right: 0;
}

.hideborders {

}

.languageselectmenu:hover .languageselectoption {
	visibility: visible;
	opacity: 1;
}
.languageselectoption {
    right: 15px;
    opacity: 0;
    padding: 1.2rem;
    position: absolute;
    text-align: left;
    top: 101%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 80%;
	min-width: 100px;
    z-index: 9999;
}
.languageselectoption li:last-child {
	margin-bottom: 0 !important;
}

.myaccountmenu:hover .myaccountoption {
	visibility: visible;
	opacity: 1;
}
.myaccountoption {
    left: 0%;
    opacity: 0;
    padding: 1.2rem;
    position: absolute;
    text-align: left;
    top: 101%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	min-width: 100px;
    z-index: 9999;
}

.searchfield {
	border-radius: 5px;
	font-size: 12px;
	padding: 10px;
}

.searchfield input {
	border: none;
	color: #666666;
    height: 30px;
    letter-spacing: 1px;
}

.searchfield form {
	width: 100%;
}

.searchfield button {
	background-color: transparent;
    border-image: none;
    border-style: solid none none none;
    border-width: 1px medium medium medium;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
	height: 30px;
}

.cart-link {
	font-size: 12px;
}

.cart-link a:hover {
	text-decoration: none;
}

.cart-link a {
    font-weight: bold;
    text-transform: uppercase;
	vertical-align: middle;
}

.cart-link:hover &gt; .cart-preview {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.cart-link i {
	font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.cart-count {
    border-radius: 50px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    min-width: 20px;
}

.cart-preview {
	visibility: hidden;
	position: absolute;
    border-radius: 10px;
    opacity: 0;
    padding: 20px 20px 47px;
	left: 0;
    top: 100%;
    transition: all 0.3s ease 0s;
    min-width: 316px;
    z-index: 9999;
	margin-top: 10px;
}

.cart-btn {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 21px 10px;
    text-transform: uppercase;
}

.cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}
.cart-title {

}
.cart-title h5,
.cart-title h6,
.cart-title span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.cart-delete &gt; a {
    font-size: 18px;
    margin-top: 18px;
}
.cart-title &gt; span {
    display: block;
    margin: 9px 0 0;
}
.btn-hover {
    position: relative;
}

.btn-hover::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn-hover:hover::before {
    transform: scaleX(1);
}

.font-size-50 {
	font-size: 50%;
}

.font-size-200 {
	font-size: 200%;
}

.cursor-pointer {
	cursor: pointer;
}

.main-menu-wrapper {
	left: 5px;
    width: calc(200% - 10px);
	display:none;
	z-index:1000;
}

.main-menu-wrapper-2 {
	left: 5px;
    width: calc(200% - 10px);
	display:none;
	z-index:1000;
}
.main-menu-wrapper-2:before {

}

.main-menu-flex {
	display: -ms-flexbox;
	display: flex;
}
.main-menu-title {
	width: 100%;
	text-align:center;	
}	
.submenu-entry {
	text-align: left;
	height:60px;
}

.submenu-entry-2 {
	text-align: left;
}

.submenu-title {
	text-decoration:none;
	line-height:2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 27px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.submenu-catalog-pic {
	max-height: 50px;
	object-fit: cover;
}

.submenu-title:hover {
	text-decoration:none;
}


.submenu-wrapper {
	opacity: 0;
	left:100%;
	visibility: hidden;	
	width: 100%;
	top: 0;
	display: none!important;
}

.submenu-entry-v-v-v {
	text-align: left;
	height:60px;
}

.submenu-wrapper-v-v-v {
	opacity: 0;
	left:100%;
	visibility: hidden;	
	width: 100%;
	top: 0;
	display: none!important;
}

.submenu-title::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}

.thirdmenu-entry {
	background-color: transparent;
    color: #383838;
    font-size: 14px;
    text-transform: capitalize;
	font-weight:normal;
}

.thirdmenu-entry:hover {
	text-decoration:none;
}

.sticker-new {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 4px 3px;
    position: absolute;
    right: 1.8rem;
    text-transform: uppercase;
    top: -1rem;
}

.sticker-new::after {
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    left: 3px;
    position: absolute;
    top: 16px;
    width: 0;
}

.single-dropdown {
    left: 0;
    padding: 1rem;
    position: absolute;
    text-align: left;
    top: 110%;
	min-width: 210px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.single-dropdown &gt; li &gt; a {
	text-transform: capitalize!important;
}

.single-dropdown &gt; li {
	text-transform: capitalize!important;
}

.single-dropdown &gt; li &gt; a:hover {
	text-decoration:none;
}

.menu-hover &gt; a:hover{
	text-decoration: none;
}

.menu-hover:hover .single-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mobile-menu-area.mobile-menu-none-block {
    display: block;
}

.mobile-menu .mean-nav ul.menu-overflow {
	margin-top: 10px;
	overflow-y: auto;
}

.electro-2-menu .mean-container a.meanmenu-reveal {
	top: -25px;
}

.mean-container a.meanmenu-reveal {
	top: -76px;
	height: 18px;
	line-height: 1;
}

.slider-area {
    position: relative;
}

.slider-height-4 {
    min-height: 350px;
}
.single-slider-4 {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    position: relative;
}

.slider-content-4 {
    padding-left: 0;
}

.slider-content-4 h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin: 0;
}

.slider-content-4 h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 6px 0 30px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.electro-slider-btn {
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 15px 40px 14px;
    text-transform: uppercase;
    z-index: 99;
}

.owl-item.active .fadeinup-animated img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated img.slide-img-position {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated h1 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated h2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated h4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .fadeinup-animated a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section-title-4 &gt; h2 {
	font-size: 24px;
}
.section-title-4 &gt; h2::after {
	right: -50px;
	width: 35px;
}
.section-title-4 &gt; h2::before {
	left: -50px;
	width: 35px;
}

.banner-content4-style1 &gt; h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
}

.banner-content4-style1 &gt; h4:nth-child(2) {
	font-size: 16px;
	display: block;
	width: 100%;
	line-height: 20px;
	margin-top: 5px;
}

.banner-content4-style1 {
    left: 0;
    padding: 40px 44px;
    position: absolute;
}

.banner-wrapper-4 {
	overflow: hidden;
    position: relative;	
}

.banner-wrapper-4 &gt; a:first-child {
	overflow: hidden;
}

.banner-wrapper-4 img {
    transition: all .3s ease 0s;
	width: 100%;
	/* height: 200px; */
	object-fit: cover;
}

.banner-wrapper-4:hover img {
    transform: scale(1.1);
}

#scrollUp {
    bottom: 85px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 44px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
	text-decoration: none;
}

.product-wrapper {
    overflow: hidden;
	position: relative;
	height: 100%;
}

.product-img-3 img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	transform: translate(-50%,-50%);
}

.product-img-3-b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-img-3-b {
	height: 260px;
	width:100%;
	/* Abstand fÃ¼r Variantenbanner */
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	
}


.product-content-electro2 {
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    right: 0;
}

.product-content-electro2-b {
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    right: 0;
	width: 100%;
}

.product-content-electro2 &gt; h3 {
    font-size: 16px;
    margin-bottom: 9px;
}

.product-content-electro2 &gt; span {
    display: block;
    letter-spacing: 1px;
    margin: 12px 0 9px;
    text-transform: uppercase;
}

.product-content-electro2 &gt; h5 {
    font-weight: bold;
    margin: 0;
}

.hanicraft-action-position {
    left: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
	z-index: 1070;
	/* Variant-Banner */
	padding-left: 9px;
	padding-right: 9px;
}

.hanicraft-action {
    border-radius: 50px;
    display: inline-block;
    left: 50%;
    line-height: 1;
    padding: 13px 24px 10px;
}

.hanicraft-action a {
    font-size: 24px;
    margin: 0 13px;
    position: relative;
}

.hanicraft-action a:hover {
	cursor: pointer;
}

.hanicraft-action a::before {
    content: "";
    height: 49px;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 1px;
}

.hanicraft-action a:last-child::before {
    content: none;
}

.hanicraft-action form {
    font-size: 24px;
    margin: 0 13px;
    position: relative;
	display: inline-block;
}

.hanicraft-action form::before {
    content: "";
    height: 49px;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: -13px;
    width: 1px;
}

.hanicraft-action form:nth-last-child(+2)::before {
    content: none;
}

.hanicraft-action-button {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: none;
	padding: 0;
	cursor: pointer;
}

/* &amp;#x vor den pe-7s-stroke Content als Buttonbeschriftung */
/* &amp;#xe66e - fÃ¼r Warenkorb: Der Artikel wurde in den Warenkorb gelegt.*/
/* &amp;#xe642 - fÃ¼r Wunschliste: Artikel wurde der Wunschliste hinzugefÃ¼gt.*/
/* &amp;#xe61b - fÃ¼r Vergleichsliste: Artikel wurde dem Vergleich hinzugefÃ¼gt.*/


.product-wrapper:hover .hanicraft-action-position {
    opacity: 1;
    top: 60%;
    visibility: visible;
}

.btn-hover {
    position: relative;
}

.flexible-btn {
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 14px 40px 12px;
    text-transform: uppercase;
    z-index: 9;
}

.flexible-btn:hover {
	text-decoration: none;
}

.btn-hover::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn-hover:hover::before {
    transform: scaleX(1);
}

.fexible-content {
    padding: 75px 294px 77px;
}

.fexible-content &gt; h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.fexible-content p {
    font-size: 16px;
    line-height: 30px;
    margin: 4px 0 26px;
}

.fexible-content.fexible-content-2 {
    padding: 70px 120px 74px;
}

.electro-fexible-banner {
  cursor: pointer;
  position: relative;
}

.electro-fexible-banner:hover .fexible-content &gt; h3 , .electro-fexible-banner:hover .fexible-content &gt; p  , .electro-fexible-banner:hover .fexible-content &gt; a {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}

.product-action-right {
    opacity: 0;
    position: absolute;
    right: -40px;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.product-action-right &gt; a {
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.product-wrapper:hover .product-action-right {
    opacity: 1;
    right: 0;
}

.product-action-right &gt; a:last-child {
    border-bottom: medium none;
}

.product-action-right-2 {
    opacity: 0;
    position: absolute;
    right: -40px;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.product-action-right-2 &gt; a {
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.product-action-right-2 form {
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
	border: none;
	
}

.product-action-right-2-button {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border: none;
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.product-action-right-2 form:nth-last-child(+2) &gt; .product-action-right-2-button {
    border-bottom: medium none;
}

.product-wrapper:hover .product-action-right-2 {
    opacity: 1;
    right: 0.25rem;
}

.product-action-right-2 &gt; a:last-child {
    border-bottom: medium none;
}

.product-action-right-2 &gt; form:last-child {
    border-bottom: medium none;
}

.product-content-5 {
    bottom: 5%;
    left: 50%;
    padding: 1rem 1rem;
    position: absolute;
    transform: translateX(-50%);
}

.product-content-5 &gt; h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0;
}

.product-content-5 &gt; span {
    display: block;
    font-size: 13px;
    margin-bottom: 14px;
}

.product-content-5 &gt; h5 {
    font-size: 24px;
}

.product-content-6 {
    bottom: 5%;
    left: 50%;
    padding: 1rem 1rem;
    position: absolute;
    transform: translateX(-50%);
}

.product-content-6 &gt; h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0;
}

.product-content-6 &gt; span {
    display: block;
    font-size: 13px;
    margin-bottom: 14px;
}

.product-content-6 &gt; h5 {
    font-size: 18px;
}

.product-content-6b {

}

.product-content-6b &gt; div:first-child {

}

.product-content-6b &gt; h4 {
	color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-content-6b &gt; h4 a:hover {
    color: #050035;
}

.product-content-6b &gt; span {
    display: block;
    font-size: 13px;
}

.product-content-6b &gt; h5 {
    font-size: 18px;
}

.best-selling-list &gt; :first-child {
	width: 100%;
	height: 30rem;
}

.best-selling-list &gt; div {
	width: 100%;
	height: 30rem;
	margin-bottom: 1rem;
}

.best-selling-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.best-selling-img &gt; img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	transform: translate(-50%,-50%);
}

.best-selling-2-list &gt; :first-child {
	width: 100%;
	height: 30rem;
}

.best-selling-2-list &gt; div {
	width: 100%;
	height: 30rem;
	margin-bottom: 1rem;
}

.best-selling-2-tooltip {
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	visibility: hidden;
	position:absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.best-selling-2-tooltip &gt; h4 {
	font-size: 12px;
    margin: 3px 0;
}

.product-wrapper:hover .best-selling-2-tooltip {
	opacity: 1;
	visibility: visible;
}


.banner-price.text-center {
    border-radius: 0 100% 100%;
    display: inline-block;
    height: 138px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}

.banner-price-new {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.banner-price-old {
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
    line-height: 1;
}

.banner-price-position {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.phn-img {
    bottom: -73px;
    position: absolute;
    right: 112px;
}

.bannertwo-banner-img &gt; img {
    width: 100%;
}

.bannertwo-banner-img {
    position: relative;
}

.bannertwo-banner-img:hover .phn-img img {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}


.bannertwo-banner-content {
    padding: 150px 50px 30px 50px;
}

.bannertwo-banner-content &gt; h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}

.bannertwo-banner-content &gt; a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    
}

#divProductAreaTwo &gt; .row &gt; div {
	margin-bottom: 30px;
}
.product-wrapper-border {
    display: flex;
    padding: 61px 20px 47px;
}

.product-content-7 {
	min-width: 130px;
}

.product-content-7 &gt; h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 9px;
}

.product-content-7 &gt; h5 {
    font-size: 24px;
    line-height: 1;
    margin: 14px 0 15px;
}

.product-action-electro a {
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 35px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 33px;
}

.product-action-electro form {
    display: inline-block;
}

.product-action-electro-button {
    font-family: 'Pe-icon-7-stroke';
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 31px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 33px;
	cursor: pointer;
	padding: 0;
}

.product-action-basket a {
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 35px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 33px;
}

.brand-logo-active2.owl-carousel .owl-item img {
    width: auto;
}

.single-brand {
    display: flex;
    justify-content: center;
}

.subscribe-form-3 form input {
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 55px;
    position: relative;
}

.button {
    border-radius: 0px 0px 5px 5px!important;
	top: -1px;
	bottom: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 999;
	transition: all .3s ease 0s;
	cursor: pointer;
	margin-left: 0px;
}

.section-title-5 &gt; h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.section-title-5 &gt; p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
}

.footer-widget-title-3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 14px;
    position: relative;
}

.footer-widget-title-3::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px;
}

.footer-widget-content-3 ul li {
    margin-bottom: 22px;
    position: relative;
}

.footer-widget-content-3 ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget-content-3 ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget-content-3 ul li::before {
    border-radius: 50px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px;
}

.footer-widget-content-3 ul li a {
    display: block;
    letter-spacing: 1px;
    padding-left: 24px;
}

.footer-widget-content-3 ul li a:hover {
	text-decoration: none;
}

.footer-info-text [class^="pe-7s-"] {
	font-size: 2.5rem;
}

.footer-menu li a {
    display: block;
    letter-spacing: 1px;
}

.footer-menu li a:hover {
	text-decoration: none;
}

.breadcrumb-content li {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.breadcrumb-content li a {
    position: relative;
}

.breadcrumb-content li a:hover {
	text-decoration: none;
}

.breadcrumb-content li:not(:last-child)::after {
  border-radius: 100%;
  content: "\e65d";
  display: inline-block;
  font-family: "themify";
  font-size: 13px;
  height: 14px;
  line-height: 13px;
  margin: 0 10px;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}

.breadcrumb-catalog li:first-child::before {
  border-radius: 100%;
  content: "\e65d";
  display: inline-block;
  font-family: "themify";
  font-size: 13px;
  height: 14px;
  line-height: 13px;
  margin: 0 10px;
  padding-left: 1px;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}

.breadcrumb-catalog-empty li:first-child::before {
	content:"";
	width: 0;
	padding-left: 0;
	margin: 0;
}

.sidebar-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

.sidebar-title::before {
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    border: medium none;
    box-shadow: none;
    font-size: 13px;
    padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	width: calc(100% - 45px);
}

.sidebar-search form &gt; button {
    border: medium none;
    cursor: pointer;
    font-size: 18px;
	width: 45px;
    transition: all 0.3s ease 0s;
}

.sidebar-categories ul {
	margin: 0px;
    padding: 0px;
}

.sidebar-categories li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  list-style: none;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.sidebar-categories li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-categories li a {
  display: block;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.sidebar-categories li a span {
    float: right;
}

.sidebar-categories li a:hover {
	text-decoration: none;
}

.shop-found &gt; p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.shop-selector label {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-selector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: medium none;
    box-shadow: none;
    font-size: 18px;
    height: inherit;
    line-height: 1.5;
}

.product-img &gt; span, .product-img-3 &gt; span {
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    left: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 40px;
}

.product-action &gt; a.animate-left {
    transform: translateX(-20px);
    transition: all 0.4s ease 0s;
}

.product-wrapper:hover .product-action &gt; a.animate-left {
    transform: translateX(0px);
}

.product-action &gt; a.animate-right {
    transform: translateX(20px);
    transition: all 0.4s ease 0s;
}

.product-wrapper:hover .product-action &gt; a.animate-right {
    transform: translateX(0px);
}

.product-action &gt; a.animate-top {
    transform: translateY(20px);
    transition: all 0.4s ease 0s;
}

.product-wrapper:hover .product-action &gt; a.animate-top {
    transform: translateY(0px);
}

.product-wrapper:hover .product-action {
    opacity: 1;
}

.product-action {
    bottom: 30px;
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.related-products .product-action {
	bottom: 50%;
}

.product-action a {
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 45px;
    line-height: 52px;
    margin: 0 5px;
    width: 45px;
}

.product-action &gt; div {
	display:inline-block;
}

.product-action form {
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
    width: 45px;
}

.product-action form:first-child {
    transform: translateX(-20px);
    transition: all 0.4s ease 0s;
}

.product-wrapper:hover .product-action form:first-child {
    transform: translateX(0px);
}

.product-action form:nth-child(2) {
    transform: translateY(20px);
    transition: all 0.4s ease 0s;
}

.product-wrapper:hover .product-action form:nth-child(2) {
    transform: translateY(0px);
}

.product-action-button {
    font-family: 'Pe-icon-7-stroke';
    border: none;
	width:100%;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	line-height: 48px;
	cursor: pointer;
	padding: 0;
}

.product-content h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.product-content h4 a:hover {
	text-decoration: none;
}

.product-content &gt; span {
    font-size: 18px;
    font-weight: bold;
}

.product-content {
    padding-top: 23px;
}

.product-action-list-style {
    top: 60%;
    transform: translateY(-50%);
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.product-action-list-style a {
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 45px;
    line-height: 52px;
    width: 45px;
}

.product-wrapper:hover .product-action-list-style {
    opacity: 1;
    top: 35%;
}

.product-content-list {

}

.product-list-info &gt; h4 &gt; a {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.product-list-info &gt; h4 &gt; a:hover {
	text-decoration: none;
}

.product-list-info &gt; span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 11px 0 4px;
}

.product-list-info &gt; .product-desc {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
	font-weight: normal;
}

.list-btn-style {
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 15px 23px;
    text-transform: uppercase;
}

.list-btn-style.btn-hover::before,
.list-btn-wishlist.btn-hover::before {
    border-radius: 50px;
}

.list-btn-wishlist {
	font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    padding: 11px 18px 8px;
    border-radius: 50px;
}

.product-list-button-wishlist {
	height:100%;
	padding: 10px 18px 8px;
}

.list-btn-style:hover,
.list-btn-wishlist:hover {
    border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
}

.product-list-button &gt; div {
    display: -ms-flexbox!important;
    display: flex!important;
}

.product-list-button form{
	position: relative;
	display: inline-block;
	line-height: 1;
}

.product-list-button form:first-child {
	margin-right: 1rem!important;
}

.product-list-button form::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 50px;
}
.product-list-button form:hover::before {
    transform: scaleX(1);
}

.productoverview &gt; .product-switch-hide {
	display: none;
}

.ppp-hide {
	display: none;
}

.menu-switch-hide {
	display: none;
}

.menu-switch-show {
	display: block;
}

#ModalProductView .close {
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.modal .close {
	line-height: 1.5;
}

.price span {
    font-size: 15px;
    font-weight: 600;
}

.price span.new {
    margin-right: 0.5em;
}

.price span.old {
    text-decoration: line-through;
	margin-right: 0.5em;
}

.modal-body .select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    text-transform: capitalize;
}

.select-option-part select {
    -moz-appearance: none;
    box-shadow: none;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%;
	-webkit-appearance: none;
	margin-bottom: 35px;
}
.select-option-part .label-variant {
	color: #383838;
    font-size: 14px;
	font-weight: 600;
    padding-bottom: 14px;
	float: left;
}

.quickview-btn-wishlist .btn-hover:hover {
    color: white;
}

.quickview-btn-compare {
	margin-left: 15px;
}

.quickview-btn-cart &gt; a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08px;
    line-height: 1;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}

.quickview-btn-cart .form-cart {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
	border: none;
}

.btn-cart {
	background-color: transparent;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
	border: none;
	padding: 17px 15px;
}

.quickview-btn-cart &gt; a {
	text-decoration: none;
}
.quickview-btn-wishlist &gt; a {
    display: inline-block;
    font-size: 22px;
    padding: 11px 18px 2px;
    z-index: 9;
}

.quickview-btn-wishlist &gt; a:hover {
    border: 1px solid transparent;
}

.quickview-btn-wishlist &gt; form {
	height: 100%;
}
.form-button-detailpage {
    font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    font-size: 22px;
    height: 100%;
    line-height: 31px;
    text-align: center;
	cursor: pointer;
	padding: 0px 16px;	
	z-index: 9;
	border-radius: 0;
}

.quickview-btn-cart {
    margin: 0 15px;
}

.modal-quickview-width {
	margin: 150px auto;
	min-width: 100%;
}

.quick-view-content &gt; p, .quick-view-content &gt; div {

}

.quick-view-content &gt; h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
}

.quick-view-content .product-desc {
    color: #545454;
    margin-bottom: 33px;
}
.quick-view-content .rating-text {
    font-size: 12px;
	margin-left: 5px;
}


.btn-hover-black::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn-hover-black:hover::before {
    transform: scaleX(1);
}

.product-details-content &gt; h3,
.inner-wrapper-sticky &gt; h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
}

.product-details-content &gt; p {
    margin-bottom: 33px;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 25px;
}

.details-price span.new {
    margin-right: 0.5em;
}

.details-price span.old {
    text-decoration: line-through;
	margin-right: 0.5em;
	font-size: 17px;
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.cart-plus-minus *::-moz-selection {
    background: transparent none repeat scroll 0 0;
    text-shadow: none;
}

.cart-plus-minus {
    overflow: hidden;
    padding: 12px 0 8px 5px;
    width: 80px;
}

.qtybutton {
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 25px;
    position: relative;
    text-align: center;
    width: 20px;
}

.description-review-title {
    justify-content: center;
    margin-bottom: 44px;
}

.description-review-title a {
    font-size: 20px;
    font-weight: 600;
    margin: 0 20px;
}

.norating {
    border: 0 none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
}

.rating-button {
    border: medium none;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}

.rating-stars {
	margin-bottom: 5px;
}

.shopping-cart-wrapper form {
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
}

.shopping-cart {
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
}

.shopping-cart {
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%;
}

.shopping-cart-headline div, .shopping-cart-content &gt; div {
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
	align-items: center;
	justify-content: center;
}

.shopping-cart-headline div, .shopping-cart-content div {
    border-top: medium none;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.shopping-cart-infotext {
	width: 100%;
	height: 100%;
    border: medium none;
    box-shadow: none;
    font-size: 13px;
}

.product-remove i {
    display: inline-block;
    font-size: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.input-qty {
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input[type="submit"] , .buttons-cart a , .coupon-wrapper input[type="submit"] {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 42px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
    cursor: pointer;
}

.buttons-cart a {
  float: left;
  height: 40px;
  line-height: 42px;
}

.coupon-wrapper h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.coupon-wrapper input[type="text"] {
  float: left;
  height: 40px;
  margin: 0 6px 20px 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 170px;
}

.cart-totals {
  float: left;
  text-align: right;
  width: 100%;
}

.cart-totals h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.cart-subtotal {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
  vertical-align: top;
}

.cart-subtotal:nth-child(even) {
	text-align: right;
}

.cart-subtotal:nth-child(odd) {
	text-align: left;
}

.cart-total {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 12px;
}

.cart-total:nth-child(even) {
	text-align: right;
}

.cart-total:nth-child(odd) {
	text-align: left;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
}

.wc-proceed-to-checkout input[type=submit] {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
  border: none;
  cursor: pointer;
}

.login-form-container {
    background: transparent none repeat scroll 0 0;
    padding: 60px 40px;
    text-align: left;
}
.input-form form span {
	display: inline-block;
	padding: .2rem 0 .4rem .5rem;
	color: #383838;
	font-weight: 600;
	letter-spacing: .075em;
}
.login-form-container h5 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.login-text {
    margin-bottom: 30px;
    text-align: center;
}

.login-text h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.login-text span {
    font-size: 15px;
}

.login-form-container input[type="text"], 
.login-form-container input[type="password"], 
.login-form-container input[type="number"], 
.login-form-container input[type="date"], 
.login-form-container select {
    border-radius: 3px;
    box-shadow: none;
	font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: normal;
}

.login-form-container input[type=submit]:hover {
	cursor: pointer;
}

.login-form-container input::-moz-placeholder {
    opacity: 1;
}

.login-toggle-btn {
    padding-top: 10px;
}

.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.login-form-container span {
    font-size: 15px;
    font-weight: 400;
}

.login-toggle-btn-a {
    float: right;
    transition: all 0.3s ease 0s;
}

.now-register {
	position: absolute;
    right: 40px;
    bottom: 60px;
}


.default-btn {
    background: transparent none repeat scroll 0 0;
    font-size: 14px;
    line-height: 1;
    padding: 12px 36px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
	width: auto;
	border: 1px solid #ddd;
    color: #777;
}
.login-form-container .default-btn,
.button-box .default-btn {
    margin-top: 30px;
}

.default-btn:hover {
	cursor: pointer;
}

/*-------- 15. Checkout page ----------*/
.coupon-accordion h3 {
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.coupon-accordion h3::before {
    content: "\e688";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 3px;
}
.coupon-accordion span {
    cursor: pointer;
}

.coupon-info .login-form-container {
    margin-top: 0;
    padding: 0;
  }
  
 .coupon-info .forgot-password {
	position: absolute;
    right: 40px;
	top: 190px;
}

.coupon-content {
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info p.coupon-text {
    margin-bottom: 15px;
}
.coupon-info p {
    margin-bottom: 0;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.switch-registration {
    font-size: 14px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
}

.switch-registration-active {
    font-size: 14px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    border-width: 1px 1px 0px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
	border-style: solid;
	position: relative;
	z-index: 1000;
}

.your-order {
    padding: 30px 15px;
}
.your-order h3 {
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.your-order-table {
    border-right: medium none;
}

.your-order-table-row {
    border-right: medium none;
}

.your-order-table-subtotal {
    border-top: medium none;
    font-weight: normal;
    text-transform: uppercase;	
    white-space: nowrap;
}

.your-order-table-total {
    border-top: medium none;
    font-weight: normal;
    text-transform: uppercase;	
    white-space: nowrap;
	font-size: 18px;
}

.payment-method {

}

.payment-method input[type=radio] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}

.payment-method input[type=radio]:checked::before {
    position: absolute;
	font: 20px/1 'Open Sans', sans-serif;
    left: 9px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg);
}

.payment-method div, .payment-method input:not([type=radio]) {
	margin-left: 37px;
}

.payment-method input:not([type=radio]) {
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 37px);
}

.order-button-payment input[type=submit], .order-button-payment input[type=button], .order-button-payment button {
    border: medium none;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	white-space: normal;
}

.sofortueberweisung {
    border: medium none;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	white-space: normal;
	text-align: center;
}

.order-button-payment input:not([type=submit]):not([type=button]) {
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.comparison {
	overflow-x: auto;
}

.comparison-col {
	min-width: 300px;
	max-width: 300px;
}

.comparison-img {
	max-width: 100%;
	max-height: 100%;
}

.comparison-row-1 {

}

.comparison-row-2 {
	/* Picture */
	height: 15em;
}

.comparison-row-3 {
	/* ShortDesc */
	height: 5em;
}

.comparison-row-4 {
	/* Price */

}

.comparison-row-5 {
	/* Group */

}

.comparison-row-6 {
	/* Additional Text */

}

.comparison-row-7 {
	/* LongDesc	 */
	height: 30em;
}

.comparison-row-8 {
	/* In to Cart */

}

.monospace-char {
	display: flex;
	display: -ms-flexbox;
	text-align: center;
}
.monospace-char &gt; span {
	width: 14px;
	display: block;
}

.order-pos-table &gt; form {
	width: 100%;
}

.order-pos-table table {
	width: 100%;
}

.order-pos-table-row td:last-child {
	padding: 0.3rem;
}

.order-pos-table-row td:last-child:hover::before {
    cursor: pointer;
}
	
.order-pos-table-row td:last-child::before {
	content: "\e66e";
	display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.open-items-table table {
	width: 100%;
}

.open-items-table td {
	padding: 0.75rem;
	border-bottom: 1px solid #ececec;
}

.height-long-desc {
	height: 10rem;
}

.font-pic-size {
	font-size: 2rem;
}

.email-form-container input, select, textarea {
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: normal;
}

.invalid-variant {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
.invalid-variant p {
	position: absolute;
    left: 0;
    top: 70px;
}

/* Filterbaum-Klasse */
.slider-filter {
	padding-right: 4px;
}

.slider-filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    border: medium none;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 21px;
    margin-left: auto;
}
.slider-filter .ui-slider-range {
    border-radius: 0;
    height: 100%;
    top: 0;
}
.slider-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    border: medium none;
    border-radius: 0%;
    height: 15px;
    width: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0!important;
    top: -6px!important;
}

.slider-filter-text {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.slider-filter-text input {
	border: 0;
	width: 45%;
}

.slider-filter-text input[id*='_From'] {
	text-align: left;
}

.slider-filter-text input[id*='_To'] {
	text-align: right;
}

.filter-button {
    border: medium none;
    cursor: pointer;
    font-size: 15px;
	padding: 10px;
	width: 100%;
    transition: all 0.3s ease 0s;
}

.slider-handle-right &gt; span {
	right: 0%!important;
}

.cart-price {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.cart-sub {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.prl-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.funnel-wait-pic {
	position: absolute;
}

.shop-tab {
    font-size: 23px;
    line-height: 1;
    margin-left: 10px;
    z-index: 99;
}

.shop-tab &gt; label {
	margin-bottom: 0;
}

.shop-tab-inactive {
	margin-left: 10px;
}

.shop-tab-active {
	margin-left: 10px;
}

.shop-tab:first-child {
    margin-left: 0;
}

.pagination-style a {
    background-color: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
}

.pagination-style-active {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
}

.prl-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.border-radius-10 {
	border-radius: 10px;
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-75 {
    padding-top: 75px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-25 {
    padding-top: 25px;
}
.mrg-5 {
    margin-top: 5px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
}
.table-content table th, .table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table th {
    border-top: medium none;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.add-record:before {
	content: "\e61a";	
	font-family: "themify";
	margin-right: 5px;
}

.myaccount-addresses table .set-address {
	text-align: right;
}
.myaccount-addresses table .set-address form {
	display: inline;
}
.myaccount-addresses h1 {
	word-break: break-all;
}


/*
=======================================================
=== Header
=======================================================
*/
.cart-preview #cart-info_Empty {
	font-size: 14px;
    letter-spacing: 0.5px;
	color: #070b21;
}
#divLogo img {
	max-width: 100%;
}

.cart-preview &gt; li:not(:last-child) &gt; a {
	padding: 0;
}
/*
=======================================================
=== Navigation
=======================================================
*/
.main-menu #divMenuCategory h6 {
	color: #efefef;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
	line-height: 48px;
}
.main-menu nav &gt; ul {
	margin-bottom: 0;
	padding-left: 100px;	
}
.main-menu nav &gt; ul &gt; li {
    display: inline-block;
    margin: 0 64px 0 0;
    position: relative;
}
.main-menu nav &gt; ul &gt; li &gt; a {
    color: #f3f3f3;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}

/*
=======================================================
=== KatalogmenÃ¼
=======================================================

=======================================================
=== Footer
=======================================================
*/
#divFooterContact {
	align-self: flex-start;
}
.footer-menu li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
	float: none !important;
}
.footer-menu ul {
	margin: 0px;
    padding: 0px;
}
.footer-menu li a {
    color: #7b7b7b;
    font-size: 12px;
    letter-spacing: 1px;
}
.copyright &gt; p {
    color: #999;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}
.footer-info-text p {
	line-height: 25px;
}
.footer-info-text [class^="pe-7s-"] {
    font-size: 36px;
}
.footer-services-content {
	color: #aaaaaa;
    margin: 0;
}
.footer-services-content &gt; h4 {    
	color: #aaaaaa;
    font-size: 25px;
    margin-bottom: 9px;
}

/*
=======================================================
=== Startseite
=======================================================
*/
.product-img-5 {
	height: 180px;
	overflow: hidden;
}
.best-selling-2-list .product-wrapper h4 {
	color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 7px;
}
.best-selling-2-list .product-wrapper h4 a {
	color: #383838;
}
.best-selling-2-list .product-wrapper h4 a:hover {
	color: #050035;
}
.best-selling-2-list .product-wrapper h5 {
	color: #383838;
}
.best-selling-2-list &gt; .product-wrapper &gt; .best-selling-2-img {
	overflow: hidden;
}

/*
=======================================================
=== ArtikelÃ¼bersicht
=======================================================
*/
.product-grid .product-img {
	height: 268px;
	overflow: hidden;
}
.product-grid .product-img {
	max-height: 268px;
    max-width: 100%;
}
.product-list-info &gt; h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/*
=======================================================
=== Artikeldetailansicht
=======================================================
*/
#divProductPicVar ul {
	margin-top: 30px;
}
.product-details #divProductDescription .tab-content img {
	max-width: 100%;
}

/*
=======================================================
=== Artikeldetailansicht - Bewertungen
=======================================================
*/
.review-overview, .write-review .default-btn {
	margin-top: 0;
}
.review-overview, .write-review {
	padding: 0 0 40px 0;
}
.review-overview, .write-review #star-input {
	padding: 0 0 15px 0;
}
.write-review textarea {
	display: block;
	margin-bottom: 10px;
}

.write-review .modal .modal-body span {
	font-size: 15px;
}

.review-list {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
}
.review-list .review {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
.reviews #rating-star-average, .reviews #rating-number-average, .reviews #rating-count,
.reviews #rating-star, .reviews .rating-number, .reviews .rating-date {
	display: inline;
	line-height: 25px;    
	float: left;
}
.reviews #rating-number-average {
	font-size: 25px;    
    font-weight: bold;
	margin: 0 10px 0 30px;
}
.reviews .rating-number {
	font-size: 16px;    
    font-weight: bold;
	margin: 0 10px 0 30px;
}
.reviews #rating-count {
	font-weight: bold;
}
.reviews #rating-count-value {
	display: inline;
}
.review-overview {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	color: #383838;
}
.modal-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
}
#write-review-title {
	font-weight: bold;
}
.write-review .button {
	background-color: #247d36;
	color: #fff;
}
.write-review .button:hover {
	background: #000;
    text-shadow: none;
    color: #fff;
}
.reviews .review-list .rating-text {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	font-size: 16px;
}
.reviews {
	float: left;
	width: 100%;	
}

/*
=======================================================
=== Fehler-/Erfolgsmeldungen
=======================================================
*/
#modal-info-texts #infotext-container {
	font-size: 1.2rem;
}
#modal-info-texts #infotext-container [class^="ti-"] {
	margin-right: 5px;
}

/*
=======================================================
=== Registrierungsformular
=======================================================
*/
.login-form form span.required:after {
	content: "*";
	color: #dc3545;
	margin-left: 3px;
}

/*
=======================================================
=== Katalog-MenÃ¼
=======================================================
*/

#catalog-menu-container {
	width:200%;
	margin-left: -15px;
	z-index: 9998;
}
.catalog-menu ul {
	list-style-type: none;
	padding: 0;
    margin: 0;
	position: relative;
	background: #070b21;
	z-index: 1000;
	padding: 1rem 0;
	color: #343a40!important;	
}
.catalog-menu ul li {
	padding-bottom: 5px;
}
.catalog-menu ul li a {
    border-bottom: 1px solid #f1f1f1;
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
	text-transform: none;
	padding: 10px 10px;
	margin-left: 20px;
    margin-right: 20px;
	position: relative;
	text-align: left;
}
.catalog-menu ul li a i {
	color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 12px;
}
.catalog-menu ul li ul {
    display: none;
}
.catalog-menu ul li a:hover {
    cursor: pointer;
}

.catalog-menu ul li:hover &gt; a,
.catalog-menu ul li:hover &gt; a i {
	color: #8185a0;
} 

.variant-banner {
	position: absolute;
	width: 150px;
	height: 150px;	
}

.variant-banner-text {
	position: absolute;
    top: 29%;
    transform: rotate(-45deg);
    font-size: 13px;
    left: -3%;
    color: white;
}

.variant-banner-padding {
	padding: 9px;
}

.variant-banner-margin-lr {
	margin-left: 9px;
	margin-right: 9px;
}

.best-selling-2-img &gt; a &gt; img {
	padding: 9px;
}

#divProductAreaTwo .variant-banner {
	z-index:1000;
	margin-top: -9px;
	margin-left: -24px;
}

.live-search-container {
	position: absolute;
    z-index: 1100;
    top: 79px;
    left: 0px;
    width: calc(100% + 4px);
    background-color: white;
    border: 2px solid #b4b5bc;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    margin-left: -2px;
}

.live-search-pic {
	width: 50px;
	height: 50px;
}

.live-search-container .product-desc {
	display:none!important;
}

.live-search-container .product-list-button {
	display:none!important;
}

.live-search-container .product-action-list-style {
	display:none!important;	
}

.live-search-container .product-img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.live-search-container .variant-banner {
	display: none;
}

.live-search-container .product-content-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.catalog-menu-pictures {
	max-height: 200px;
}

.catalog-menu-text {
	position: absolute;
	top: 10%;
	left: 10%;
}

.table-header {
	font-weight: bold;
	padding: .75rem;
}

.table-data {
    padding: .75rem;
    vertical-align: top;
}

.default-set {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
	border: 1px solid #ddd;
    color: #777;
}

.default-set:hover {
	cursor: pointer;
}

.default-is-set {
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.default-is-set-btn {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.leftfilterarea {
	display: none;
}

.leftfilterarea-show {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rightproductarea {
	display: none!important;
}

/* Ãœbernommen aus Responsive.css */
footer .copyright {
	text-align: left !important;
}
.best-selling-2-list &gt; .product-wrapper &gt; .best-selling-2-img img {
	width: 100%;
	height: auto;
}	

.tablet-funnel {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    position: fixed;
    left: 0;
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    border-radius: 0px 25px 25px 0px;
	border-style: solid solid solid none;
	border-width: 1px;
    font-size: 20px;
    padding: 5px 5px 5px 7px;
    z-index: 10000;
    cursor: pointer;
}

/* &amp;#x vor den pe-7s-stroke Content als Buttonbeschriftung */
/* &amp;#xe66e - fÃ¼r Warenkorb: Der Artikel wurde in den Warenkorb gelegt.*/
/* &amp;#xe642 - fÃ¼r Wunschliste: Artikel wurde der Wunschliste hinzugefÃ¼gt.*/
/* &amp;#xe61b - fÃ¼r Vergleichsliste: Artikel wurde dem Vergleich hinzugefÃ¼gt.*/	
/* &amp;#xe66d Truck */
/* &amp;#xe6a7 Download */
</pre></body></html>