@import url('https://shop.gt-emporium.de/myfactory/CustomUpload/374O357O340O370O356O369O350O326O339O324O364O367O366O369O360O372O364O/serverfonts.css');
body {
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #686868;
}

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;
    color: #383838;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
}

option {
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    border: 0 solid #626262;
}

.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-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%;
}

.min-width-15 {
    min-width: 15rem;
}

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

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

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

.notification-text {
    font-size: .85rem;
    color: #8185a0;
}

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

.notification-button-basket {
    border-radius: 50px;
    font-weight: bold;
    color: #666666;
    margin-top: 1em;
    width: 100%;
}

.notification-close-button {
    border-radius: 50px;
    font-weight: bold;
    border: medium none;
    padding: .1rem .2rem;
    cursor: pointer;
    background-color: #3b4764;
    color: #fff;
}

.notification-close-button:hover {
    background-color: #666666;
    color: #fff;
}

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

.header-wrapper {
    color: #8185a0;
    border-bottom: 1px solid #e7e7e7;
}

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

.header a {
    text-decoration: none;
    color: #8185a0;
}

.header>li {
    flex: 1 0 auto;
    text-align: center;
    padding: 1rem 10px;
    flex-grow: 1;
    emptyborder-right: none;
    border-right: 1px solid #e7e7e7;
    border-image: linear-gradient(transparent0%, transparent30%, #e7e7e730%, #e7e7e770%, transparent70%, transparent100%) 1 100%;
    -webkit-border-image: linear-gradient(transparent0%, transparent30%, #e7e7e730%, #e7e7e770%, transparent70%, transparent100%) 1 100%;
    border-left: 0 none;
}

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

.header>li:last-of-type {
    border-right: 0 none;
}

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

.languageselectoption {
    right: 15px;
    opacity: 0;
    padding: 1.2rem;
    position: absolute;
    text-align: left;
    top: 101%;
    transition: all .3s ease 0;
    visibility: hidden;
    width: 80%;
    min-width: 100px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 15px .08px rgba(0, 0, 0, 0.15);
}

.languageselectoption li:last-child {
    margin-bottom: 0!important;
}

.myaccountoption {
    left: 0;
    opacity: 0;
    padding: 1.2rem;
    position: absolute;
    text-align: left;
    top: 101%;
    transition: all .3s ease 0;
    visibility: hidden;
    width: auto;
    min-width: 100px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 15px .08px rgba(0, 0, 0, 0.15);
}

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

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

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

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

.cart-link a {
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    color: #070b21!important;
}

.cart-link:hover>.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;
    background-color: #8185a0;
    color: #fff;
}

.cart-preview {
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    padding: 20px 20px 47px;
    left: 0;
    top: 100%;
    transition: all .3s ease 0;
    min-width: 316px;
    z-index: 9999;
    margin-top: 10px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.cart-btn {
    display: inline-block;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 1;
    padding: 12px 21px 10px;
    text-transform: uppercase;
    border: 1px solid #666666;
    color: #070b21;
}

.cart-btn:hover {
    border: 1px solid #000;
    color: #fff!important;
}

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

.cart-title h5,
.cart-title h6,
.cart-title span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #070b21;
}

.cart-title h5 a,
.cart-title h6 a {
    color: #070b21;
}

.cart-delete>a {
    font-size: 18px;
    margin-top: 18px;
    color: #070b21;
}

.cart-title>span {
    display: block;
    margin: 9px 0 0;
}

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

.cart-preview-order {
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    color: #070b21!important;
    position: relative;
}

.cart-preview-order:hover {
    background-color: #000;
    cursor: pointer;
}

.font-size-05 {
    font-size: 0.5rem;
}

.font-size-06 {
    font-size: 0.6rem;
}

.font-size-07 {
    font-size: 0.7rem;
}

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

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

.main-menu-flex {
    display: flex;
}

.main-menu-title {
    width: 100%;
    text-align: center;
}

.submenu-entry-2 {
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

.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;
    color: #383838;
}

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

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

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

.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;
    background-color: #fe0000;
    color: #fff;
}

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

.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 .3s ease 0;
    background-color: #fff;
    box-shadow: 0 0 15px .08px rgba(0, 0, 0, 0.15);
}

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

.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;
    border: 1px solid #666666;
}

.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;
    color: #fff;
}

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

.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;
    background-color: #fff;
    color: #1a1a1a;
}

.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 a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section-title-4>h2 {
    font-size: 24px;
}

.section-title-4>h2::after {
    right: -50px;
    width: 35px;
}

.section-title-4>h2::before {
    left: -50px;
    width: 35px;
}

.banner-content4-style1>h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.banner-content4-style1>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 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;
    background: #050035 none repeat scroll 0 0;
    color: #fff;
}

#scrollUp:hover {
    text-decoration: none;
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.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 {
    height: 260px;
    width: 100%;
    padding-top: 9px;
    padding-left: 9px;
    padding-right: 9px;
}

.product-content-electro2 {
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    right: 0;
    text-shadow: 0 0 2px #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-content-electro2-b {
    bottom: 0;
    left: 0;
    padding: 20px;
    right: 0;
    width: 100%;
    text-shadow: 0 0 2px #fff;
    background-color: rgba(255, 255, 255, 1.0);
}

.product-content-electro2>h3 {
    font-size: 16px;
    margin-bottom: 9px;
    color: #1c1e23;
}

.product-content-electro2>span {
    display: block;
    letter-spacing: 1px;
    margin: 12px 0 9px;
    text-transform: uppercase;
    color: #b8bfd3;
}

.product-content-electro2>h5 {
    font-weight: bold;
    margin: 0;
    color: #343e5c;
}

.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 .6s ease 0;
    z-index: 1070;
    padding-left: 9px;
    padding-right: 9px;
}

.hanicraft-action {
    border-radius: 50px;
    display: inline-block;
    left: 50%;
    line-height: 1;
    padding: 13px 24px 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

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

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

.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;
    background-color: #eee;
}

.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;
    background-color: white;
}

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

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

.flexible-btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    color: #fff;
}

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

.fexible-content>h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #383838;
}

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

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

.electro-fexible-banner {
    cursor: pointer;
    position: relative;
    border: .5rem solid #ececec;
}

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

.product-action-right-2 form {
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease 0;
    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%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
}

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

.product-content-5>h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0;
    color: #383838;
}

.product-content-5>h5 {
    font-size: 24px;
    color: #383838;
}

.product-content-6>h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0;
    color: #383838;
}

.product-content-6>h5 {
    font-size: 18px;
    color: #383838;
}

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

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

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

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

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

.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;
    background-color: #fff;
    border-color: #999;
}

.best-selling-2-tooltip>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;
    background-color: #5b5b63;
}

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

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

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

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

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

.bannertwo-banner-content>h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.bannertwo-banner-content>a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.product-wrapper-border {
    display: flex;
    padding: 61px 20px 47px;
    border: 1px solid #ddd;
    background-color: #fff;
}

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

.product-content-7>h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 9px;
    color: #383838;
}

.product-content-7>h5 {
    font-size: 24px;
    line-height: 1;
    margin: 14px 0 15px;
    color: #383838;
}

.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;
    border: 1px solid #d4d4d4;
    color: #b1b1b1;
}

.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;
    border: 1px solid #d4d4d4;
    color: #b1b1b1;
}

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

.basket-trash form {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.basket-trash-button {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    padding-left: 0px;
}

.basket-trash-button:hover {
    color: #050035;
}

.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 0 0;
    font-size: 12px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 55px;
    position: relative;
    border: 1px solid #aaaaaa;
    color: #999999;
}

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

.section-title-5>h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 3px;
    color: #383838;
}

.section-title-5>p {
    font-size: 18px;
    letter-spacing: .5px;
    margin: 0;
    color: #383838;
}

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

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

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

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

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

.footer-info-text [class^="pe-7s-"] {
    font-size: 36px;
    color: #eeeeee;
}

.footer-menu li a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #7b7b7b;
}

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

.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: .2px;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: #383838;
}

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

.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);
    background: #f1f1f1 none repeat scroll 0 0;
    color: #8e8d8d;
}

.sidebar-search form>button {
    border: medium none;
    cursor: pointer;
    font-size: 18px;
    width: 45px;
    transition: all .3s ease 0;
    background-color: #dedede;
}

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

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

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

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

.sidebar-categories li a:hover {
    text-decoration: none;
    color: #050035!important;
}

.shop-found>p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #6c6c6c;
}

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

.shop-selector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: medium none;
    box-shadow: none;
    font-size: 18px;
    height: inherit;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 0 center;
    color: #090909;
}

.product-img>span,
.product-img-3>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;
    background-color: #666666;
    color: #fff;
}

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

.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 .3s ease 0;
}

.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;
    background-color: #383838;
    color: #f7f7f7;
}

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

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

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

.product-content>span {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
}

.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 .3s ease 0;
}

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

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

.product-list-info>h4>a {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #191919!important;
}

.product-list-info>span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 11px 0 4px;
    color: #666666;
}

.product-list-info>.product-desc {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
    color: #818181;
}

.list-btn-style {
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: 1;
    padding: 15px 23px;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    background-color: transparent;
}

.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;
    border: 1px solid #dcdcdc;
    color: #727272;
    background-color: transparent;
}

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

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

.product-list-button>div {
    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: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 50px;
    background: #000 none repeat scroll 0 0;
}

#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 0;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}

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

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

.price span.old {
    text-decoration: line-through;
    margin-right: .5em;
    color: #707070;
}

.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;
    border: 1px solid #dcdcdc;
    color: #828282;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 20px center;
}

.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;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 20px center;
    border: 1px solid #dcdcdc;
    color: #828282;
}

.select-option-part .label-variant {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 14px;
    float: left;
}

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

.quickview-btn-cart>a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .08px;
    line-height: 1;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
    text-decoration: none;
    background-color: #050035;
    color: #fff;
}

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

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

.quickview-btn-wishlist>a {
    display: inline-block;
    font-size: 22px;
    padding: 11px 18px 2px;
    z-index: 9;
    border: 1px solid #dcdcdc;
    color: #727272;
}

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

.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: 0 16px;
    z-index: 9;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    color: #727272;
    background-color: transparent;
}

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

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

.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: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    background: #333 none repeat scroll 0 0;
}

.product-details-content>p {
    margin-bottom: 33px;
    color: #545454;
}

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

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

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;
    color: #333;
}

.cart-plus-minus {
    overflow: hidden;
    padding: 12px 0 8px 5px;
    width: 80px;
    border: 1px solid #dcdcdc;
}

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

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

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

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

.rating-button {
    border: medium none;
    cursor: pointer;
    font-size: 18px;
    transition: all .3s ease 0;
    background-color: #dedede;
    color: #050035;
}

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

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

.shopping-cart {
    margin: 0 0 50px;
    text-align: center;
    border: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
}

.shopping-cart-headline div,
.shopping-cart-content>div {
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.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;
    color: #555;
}

.shopping-cart-infotext {
    width: 100%;
    height: 100%;
    border: medium none;
    box-shadow: none;
    font-size: 13px;
    background: #f1f1f1 none repeat scroll 0 0;
    color: #8e8d8d;
}

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

.input-qty {
    border: medium none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
    background: #e5e5e5 none repeat scroll 0 0;
    color: #6f6f6f;
}

.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 .3s ease 0;
    white-space: nowrap;
    width: inherit;
    cursor: pointer;
    background: #222222 none repeat scroll 0 0;
    color: #fff;
}

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

.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;
    border: 1px solid #e5e5e5;
    background: #eceff8;
}

.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;
    border-bottom: 2px solid #222222;
}

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

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

.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;
    background: #050035 none repeat scroll 0 0;
    color: #fff;
}

.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;
    background: #050035 none repeat scroll 0 0;
    color: #fff;
}

.login-form-container {
    background: transparent none repeat scroll 0 0;
    padding: 60px 40px;
    text-align: left;
    border: 1px solid #ddd;
}

.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;
    color: #444;
}

.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::-moz-placeholder {
    opacity: 1;
    color: #999999;
}

.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;
    color: #777;
}

.login-toggle-btn-a {
    float: right;
    transition: all .3s ease 0;
    color: #777;
}

.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 .3s ease 0;
    border-radius: 50px;
    width: auto;
    border: 1px solid #ddd;
    color: #777;
}

.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;
    background-color: #f7f6f7;
    border-top: 3px solid #050035;
    color: #515151;
}

.coupon-accordion h3::before {
    content: "\e688";
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 3px;
    color: #333;
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}

.coupon-info .login-form-container {
    margin-top: 0;
    padding: 0;
    border: 1px none #ddd;
}

.coupon-info .forgot-password {
    position: absolute;
    right: 40px;
    top: 190px;
}

.coupon-content {
    display: none;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.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 0 0;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
}

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

.your-order {
    padding: 30px 15px;
    background: #f2f2f2 none repeat scroll 0 0;
}

.your-order h3 {
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.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 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;
    background-color: #fff;
    color: #666666;
}

.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);
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #999999;
}

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

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

.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%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #999999;
}

.comparison {
    overflow-x: auto;
}

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

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

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

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

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

.monospace-char {
    display: 0;
    text-align: center;
}

.monospace-char>span {
    width: 14px;
    display: block;
}

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

.order-pos-table-row td:last-child:hover::before {
    cursor: pointer;
    background-color: #050035;
    color: #fff;
}

.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;
    background-color: #383838;
    color: #f7f7f7;
}

.open-items-table td {
    padding: .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;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #383838;
}

.invalid-variant {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.invalid-variant p {
    position: absolute;
    left: 0;
    top: 70px;
}

.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;
    background: #ebebeb none repeat scroll 0 0;
    color: #222222;
}

.slider-filter .ui-slider-range {
    border-radius: 0;
    height: 100%;
    top: 0;
    background: #b7b7b7 none repeat scroll 0 0;
}

.slider-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    border: medium none;
    border-radius: 0;
    height: 15px;
    width: 4px;
    background: #b7b7b7 none repeat scroll 0 0;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0!important;
    top: -6px!important;
}

.slider-filter-text {
    display: 0;
    justify-content: space-between;
}

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

.filter-button {
    border: medium none;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    transition: all .3s ease 0;
    background-color: #dedede;
    color: #050035;
}

.slider-handle-right>span {
    right: 0!important;
}

.cart-price {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #070b21;
}

.cart-sub {
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #070b21;
}

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

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

.shop-tab-inactive {
    margin-left: 10px;
    color: #6c6c6c;
}

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

.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;
    border: 1px solid #c1c1c1;
    color: #666666;
}

.pagination-style-active {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #3f3f3f;
}

.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-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 h1 {
    word-break: break-all;
}

.cart-preview #cart-info_Empty {
    font-size: 14px;
    letter-spacing: .5px;
    color: #070b21;
}

.cart-preview>li:not(:last-child)>a {
    padding: 0;
}

.main-menu {
    background-color: #070b21;
}

.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>ul {
    margin-bottom: 0;
    padding-left: 100px;
}

.main-menu nav>ul>li {
    display: inline-block;
    margin: 0 64px 0 0;
    position: relative;
}

.main-menu nav>ul>li>a {
    color: #f3f3f3;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}

#divFooterContact {
    align-self: flex-start;
}

.footer-menu li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
    float: none!important;
}

.copyright>p {
    color: #999;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}

.footer-info-text p {
    line-height: 25px;
    color: #aaaaaa;
}

.footer-services-content {
    color: #aaaaaa;
    margin: 0;
}

.footer-services-content>h4 {
    color: #aaaaaa;
    font-size: 25px;
    margin-bottom: 9px;
}

.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;
}

.product-grid .product-img {
    height: 268px;
    overflow: hidden;
    max-height: 268px;
    max-width: 100%;
}

.product-list-info>h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.review-overview,
.write-review .default-btn {
    margin-top: 0;
}

.review-overview,
.write-review {
    padding: 0 0 40px;
}

.review-overview,
.write-review #star-input {
    padding: 0 0 15px;
}

.write-review textarea {
    display: block;
    margin-bottom: 10px;
}

.review-list {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
}

.review-list .review {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
    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;
}

.review-overview {
    float: left;
    width: 100%;
    padding: 0 0 20px;
    color: #383838;
}

.modal-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
}

.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;
    font-size: 16px;
}

.reviews {
    float: left;
    width: 100%;
}

#modal-info-texts #infotext-container {
    font-size: 1.2rem;
}

#modal-info-texts #infotext-container [class^="ti-"] {
    margin-right: 5px;
}

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

#catalog-menu-container {
    width: 200%;
    margin-left: -15px;
    z-index: 9998;
}

.catalog-menu ul {
    list-style-type: none;
    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;
    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;
}

.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-margin-lr {
    margin-left: 9px;
    margin-right: 9px;
}

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

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

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

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

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

.table-header {
    font-weight: bold;
    padding: .75rem;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.table-data {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

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

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

.default-is-set-btn {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

footer .copyright {
    text-align: left!important;
}

.best-selling-2-list>.product-wrapper>.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: 0 25px 25px 0;
    border-style: solid solid solid none;
    border-width: 1px;
    font-size: 20px;
    padding: 5px 5px 5px 7px;
    z-index: 10000;
    cursor: pointer;
    color: #686868;
    background-color: white;
    border-color: #e7e7e7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

:root {
    --color-1: #686868;
    --color-2: #626262;
    --color-3: #8185a0;
    --color-4: #666666;
    --color-5: #3b4764;
    --color-6: #e7e7e7;
    --color-7: #b4b5bc;
    --color-8: #a7a7a7;
    --color-9: #050035;
    --color-10: #070b21;
    --color-11: #c6c6c6;
    --color-12: #fe0000;
    --color-13: #383838;
    --color-14: #1a1a1a;
    --color-15: #1c1e23;
    --color-16: #b8bfd3;
    --color-17: #343e5c;
    --color-18: #eee;
    --color-19: #333;
    --color-20: #5b5b63;
    --color-21: #ccc;
    --color-22: #ddd;
    --color-23: #d4d4d4;
    --color-24: #b1b1b1;
    --color-25: #aaaaaa;
    --color-26: #999999;
    --color-27: #1f51d3;
    --color-28: #414141;
    --color-29: #696969;
    --color-30: #5f5f5f;
    --color-31: #f1f1f1;
    --color-32: #8e8d8d;
    --color-33: #dedede;
    --color-34: #555;
    --color-35: #6c6c6c;
    --color-36: #090909;
    --color-37: #f7f7f7;
    --color-38: #191919;
    --color-39: #818181;
    --color-40: #dcdcdc;
    --color-41: #727272;
    --color-42: #707070;
    --color-43: #828282;
    --color-44: #545454;
    --color-45: #e5e5e5;
    --color-46: #919191;
    --color-47: #6f6f6f;
    --color-48: #222222;
    --color-49: #eceff8;
    --color-50: #444;
    --color-51: #777;
    --color-52: #f7f6f7;
    --color-53: #515151;
    --color-54: #f2f2f2;
    --color-55: #d8d8d8;
    --color-56: #464646;
    --color-57: #ebebeb;
    --color-58: #b7b7b7;
    --color-59: #c1c1c1;
    --color-60: #3f3f3f;
    --rgb-1: 0 0 0;
    --rgb-2: 255, 255, 255;
    --rgb-3: 56, 56, 56;
    --white: #fff;
    --black: #000;
    --gray-bg: #fafafa;
    --gray-bg-2: #fcfcfc;
    --gray-bg-3: #ececec;
    --gray-bg-7: #f9f9f9;
    --black-bg: #282828;
    --black-bg-2: #181818;
}

.thirdmenu-wrapper {
    border-right: 1px solid #e7e7e7;
}

.product-content-electro2>h3 a {
    color: #1c1e23;
}

.bannertwo-banner-content>a:hover {
    color: #ccc;
}

.button:hover {
    background: rgb(0, 0, 0);
    border: 1px solid rgb(56, 56, 56)!important;
    color: #fff;
}

.section-title-5>p span {
    color: #1f51d3;
}

.breadcrumb-content {
    border-bottom: 1px solid #dcdcdc;
}

#ModalProductView .close:hover {
    color: #999999;
}

.form-button-detailpage:hover {
    color: #ffffff;
}

.quick-view-content>p,
.quick-view-content>div {
    color: #545454;
}

.buttons-cart input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #050035 none repeat scroll 0 0;
    color: #fff;
}

.login-form-container input,
select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #383838;
}

.login-form-container .default-btn,
.default-btn {
    border: 1px solid #ddd;
    color: #777;
}

.payment-method input[type=radio]:hover {
    background-color: #f7f7f7;
}

.payment-method input[type=radio]:checked {
    background-color: #f2f2f2;
}

.pagination-style a:hover {
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #3f3f3f;
}

.headline-links {
    color: #666666!important;
}

.headline-links:hover {
    color: #050035!important;
}

.show-leftfilterarea {
    color: #efefef;
}

.gray-text-2 {
    color: #fcfcfc;
}

.gray-bg {
    background: #fafafa;
}

.gray-bg-2 {
    background: #fcfcfc;
}

.gray-bg-3 {
    background: #ececec;
}

.black-bg {
    background: #282828;
}

.black-bg-2 {
    background: #181818;
}

.shopping-cart-content.bg-danger *,
.quickview-btn-wishlist .btn-hover:hover {
    color: white;
}

.img-w-100,
.searchfield form,
.bannertwo-banner-img>img,
.order-pos-table>form,
.order-pos-table table,
.open-items-table table {
    width: 100%;
}

.img-h-100,
.quickview-btn-wishlist>form {
    height: 100%;
}

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

.fix,
.banner-wrapper-4>a:first-child,
.best-selling-2-list>.product-wrapper>.best-selling-2-img {
    overflow: hidden;
}

a:hover,
.menu-hover>a:hover,
.product-list-info>h4>a:hover {
    text-decoration: none;
}

.bold,
.reviews #rating-count,
#write-review-title {
    font-weight: bold;
}

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

.languageselectmenu:hover .languageselectoption,
.myaccountmenu:hover .myaccountoption {
    visibility: visible;
    opacity: 1;
}

.cart-link a:hover,
.breadcrumb-content li a:hover,
.product-content h4 a:hover {
    text-decoration: none;
    color: #050035;
}

.cart-delete>a:hover,
.cart-title h5 a:hover,
.cart-title h6 a:hover,
.product-content-6b>h4 a:hover,
.best-selling-2-list .product-wrapper h4 a:hover,
.product-content-electro2>h3 a:hover,
.product-content-5>h4 a:hover,
.product-content-6>h4 a:hover,
.shop-found>p span,
.coupon-accordion span:hover,
.shop-tab-inactive:hover {
    color: #050035;
}

.btn-hover,
.slider-area,
.bannertwo-banner-img,
.breadcrumb-content li a,
.sidebar-search form {
    position: relative;
}

.btn-hover:hover::before,
.product-list-button form:hover::before,
.btn-hover-black:hover::before {
    transform: scaleX(1);
}

.cursor-pointer,
.catalog-menu ul li a:hover {
    cursor: pointer;
}

.MenuTwoWrapper .main-menu-wrapper {
    top: 3rem;
    left: 0rem;
    display: none;
}

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

.submenu-entry,
.submenu-entry-v-v-v {
    text-align: left;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
}

.submenu-entry:hover,
.submenu-entry-2:hover,
.submenu-entry-v-v-v:hover {
    color: #666666;
}

.submenu-entry:last-child,
.submenu-entry-2:last-child,
.submenu-entry-v-v-v:last-child {
    border-bottom: 1px none #e7e7e7;
}

.submenu-title:hover,
.thirdmenu-entry:hover,
.single-dropdown>li>a:hover {
    text-decoration: none;
    color: #666666;
}

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

.single-dropdown>li>a,
.single-dropdown>li {
    text-transform: capitalize!important;
    color: #383838;
}

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

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

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

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

.electro-fexible-banner:hover .fexible-content>h3,
.electro-fexible-banner:hover .fexible-content>p,
.electro-fexible-banner:hover .fexible-content>a,
.bannertwo-banner-img:hover .phn-img img {
    animation: 700ms ease-in-out 0 normal none 1 running fadeInUp;
}

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

.product-action-right>a,
.product-action-right-2>a {
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease 0;
    width: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
}

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

.product-content-5,
.product-content-6 {
    bottom: 5%;
    left: 50%;
    padding: 1rem;
    position: absolute;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}

.product-content-5>span,
.product-content-6>span {
    display: block;
    font-size: 13px;
    margin-bottom: 14px;
    color: #383838;
}

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

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

#divProductAreaTwo>.row>div,
.mb-30 {
    margin-bottom: 30px;
}

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

.footer-widget-content-3 ul li:last-child,
.coupon-info p,
.shop-tab>label {
    margin-bottom: 0;
}

.footer-widget-content-3 ul li a:hover,
.footer-menu li a:hover {
    text-decoration: none;
    color: #fff;
}

.breadcrumb-content li:not(:last-child)::after,
.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;
    color: #999999;
}

.sidebar-categories ul,
.footer-menu ul {
    margin: 0;
    padding: 0;
}

.product-action>a.animate-left,
.product-action form:first-child {
    transform: translateX(-20px);
    transition: all .4s ease 0;
}

.product-wrapper:hover .product-action>a.animate-left,
.product-wrapper:hover .product-action>a.animate-right,
.product-wrapper:hover .product-action form:first-child {
    transform: translateX(0px);
}

.product-action>a.animate-top,
.product-action form:nth-child(2) {
    transform: translateY(20px);
    transition: all .4s ease 0;
}

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

.productoverview>.product-switch-hide,
.ppp-hide,
.menu-switch-hide,
.catalog-menu ul li ul,
.live-search-container .variant-banner,
.leftfilterarea {
    display: none;
}

.price span.new,
.details-price span.new {
    margin-right: .5em;
    color: #050035;
}

.quick-view-content>h3,
.product-details-content>h3,
.inner-wrapper-sticky>h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #383838;
}

.cart-subtotal:nth-child(even),
.cart-total:nth-child(even),
.wc-proceed-to-checkout,
.slider-filter-text input[id*='_To'],
.myaccount-addresses table .set-address {
    text-align: right;
}

.cart-subtotal:nth-child(odd),
.cart-total:nth-child(odd),
.slider-filter-text input[id*='_From'] {
    text-align: left;
}

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

.login-form-container input[type=submit]:hover,
.default-btn:hover,
.default-set:hover {
    cursor: pointer;
    background-color: #050035;
    border: 1px solid #050035;
    color: #fff;
}

.login-form-container .default-btn,
.button-box .default-btn,
#divProductPicVar ul {
    margin-top: 30px;
}

.your-order-table,
.your-order-table-row {
    border-right: medium none;
    border-bottom: 1px solid #d8d8d8;
}

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

.myaccount-addresses table .set-address form,
.reviews #rating-count-value {
    display: inline;
}

#divLogo img,
.product-details #divProductDescription .tab-content img {
    max-width: 100%;
}

.best-selling-2-list .product-wrapper h4 a,
.best-selling-2-list .product-wrapper h5,
.product-content-5>h4 a,
.product-content-6>h4 a,
.product-content h4,
.product-content h4 a {
    color: #383838;
}

.variant-banner-padding,
.best-selling-2-img>a>img {
    padding: 9px;
}

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

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

.menu-hover>a,
.electro-slider-btn:hover {
    color: #fff;
}

.hanicraft-action-button:hover,
.login-toggle-btn-a:hover {
    color: #000;
}

.product-action-right>a:hover,
.product-action-right-2>a:hover,
.product-action-right-2-button:hover {
    background-color: #333;
    border-bottom: 1px solid #333;
    color: #fff;
}

.product-action-electro a:hover,
.product-action-electro-button:hover,
.product-action-basket a:hover {
    background-color: #383838;
    border: 1px solid #383838;
    color: #fff;
}

.breadcrumb-content li.active,
.description-review-title a.active {
    color: #333;
}

.sidebar-search form>button:hover,
.product-action input[type="submit"]:hover,
.product-action a:hover,
.product-action-list-style a:hover,
.rating-button:hover,
.filter-button:hover {
    background-color: #050035;
    color: #fff;
}

.wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout input[type=submit]:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.your-order-table-row:hover,
.gray-bg-7 {
    background: #f9f9f9;
}

.order-button-payment input[type=submit]:hover,
.order-button-payment input[type=button]:hover,
.order-button-payment button:hover,
.sofortueberweisung:hover {
    background: #050035;
    border: 1px solid #050035;
    color: #fff;
}

.catalog-menu-text>h4,
.catalog-menu-text>span {
    color: white;
    text-shadow: 0 0 10px #000;
}

.overlay-waiting {
    position: fixed;
    z-index: 20000;
    top: 0%;
    left: 0;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.waiting {
    top: 45%;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 25000;
    text-align: center;
}

.disable-checkout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 0.5;
    z-index: 1;
}

.zindex-100 {
    z-index: 100!important;
}


/* &#x vor den pe-7s-stroke Content als Buttonbeschriftung */


/* &#xe66e - für Warenkorb: Der Artikel wurde in den Warenkorb gelegt.*/


/* &#xe642 - für Wunschliste: Artikel wurde der Wunschliste hinzugefügt.*/


/* &#xe61b - für Vergleichsliste: Artikel wurde dem Vergleich hinzugefügt.*/


/* &#xe66d Truck */


/* &#xe6a7 Download */