html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

#cookie-law-info-bar {
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: block !important;
}

#cookie-law-info-bar:before,
#cookie-law-info-bar:after {
    content: '';
    display: table;
}

#cookie-law-info-bar:after {
    clear: both;
}

a {
    text-decoration: none;
    color: #cc9c00;
    font-family: sans-serif;
}

a:hover {
    color: #190f00;
}

html,
body {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.02rem;
    color: #555;
}

body {
    background: url("../img/background.jpg") top left no-repeat;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

*:focus {
    outline: none;
}

.container {
    *zoom: 1;
    width: auto;
    max-width: 980px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.container:before,
.container:after {
    content: '';
    display: table;
}

.container:after {
    clear: both;
}

.hidden-md {
    display: none;
}

@media only screen and (max-width: 980px) {
    .hidden {
        display: none;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .visible-xs {
        display: none;
    }
}

.wrapper {
    margin-top: 50px;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
}

.text-center {
    text-align: center;
}

.logo {
    width: 350px;
    height: auto;
    margin: 100px auto 0 auto;
    position: relative;
}

.logo img {
    width: 100%;
}

.top-bar {
    position: fixed;
    z-index: 981;
    top: -1px;
    width: 100%;
    height: 65px;
    background: rgba(0, 0, 0, 0.8);
}

.top-bar .menu-toggle {
    float: left;
}

.top-bar .logo-xs {
    width: 200px;
    height: auto;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
}

.top-bar .logo-xs img {
    width: 100%;
}

h1.logosub {
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
}

h1.logosub strong {
    font-weight: 700;
}

@media only screen and (max-width: 980px) {
    h1.logosub {
        font-size: 1.5rem;
        line-height: 28px;
    }
}

.header {
    height: 300px;
    width: 100%;
    background: url("../img/background-blurred.jpg") top left no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}

@media only screen and (max-width: 980px) {
    .header {
        height: auto;
        min-height: 230px;
    }
}

.header.tinted-white {
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/background-blurred.jpg");
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/background-blurred.jpg");
    background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/background-blurred.jpg");
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/background-blurred.jpg");
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/background-blurred.jpg");
}

.header.tinted-black {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/background-blurred.jpg");
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/background-blurred.jpg");
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/background-blurred.jpg");
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/background-blurred.jpg");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/background-blurred.jpg");
}

.header .header-img {
    position: absolute;
    bottom: -2px;
    right: -30px;
    overflow: visible !important;
    z-index: 40;
}

.header .header-img img {
    max-width: 800px;
    max-height: 350px;
}

@media only screen and (max-width: 980px) {
    .header .header-img {
        display: none;
    }
}

.header .post-title {
    position: absolute;
    margin-left: 45px;
    width: 700px;
    margin-top: 110px;
    z-index: 60;
    text-shadow: 1px 1px 3px #333;
}

@media only screen and (max-width: 980px) {
    .header .post-title {
        width: auto;
        position: relative;
        text-align: center;
        margin: auto;
        line-height: 28px;
        padding: 60px 20px;
    }
}

.header .post-title h1 {
    font-size: 42px;
    color: #fff;
    line-height: 42px;
}

@media only screen and (max-width: 980px) {
    .header .post-title h1 {
        font-size: 28px;
    }
}

.header .post-title h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: 15px;
}

p + h2 {
    margin-top: 20px !important;
}

.content {
    background: #fff;
    margin-bottom: 40px;
    height: auto;
    min-height: 500px;
    z-index: 200;
    width: 100%;
}

.content-inner {
    padding: 25px;
}

@media only screen and (min-width: 767px) {
    .content-inner {
        padding: 45px 30px;
    }
}

.content p {
    line-height: 28px;
    font-weight: 300;
}

.content p font-size

16
px¬,
.content p +

below
(
tablet

)
{
    text-align: center
;
}
.content p + p {
    margin-top: 20px;
}

.content p + h1 {
    margin-top: 20px;
}

.content p + .clear {
    margin-top: 20px;
}

.content h1 + p {
    margin-top: 20px;
}

.content ul {
    margin-bottom: 20px;
}

.content ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    list-style: square;
    margin-left: 15px;
}

.content strong {
    font-weight: 700;
}

.content h1 {
    font-size: 26px;
    color: #ffc300;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 22px;
    color: #ffc300;
    margin-bottom: 20px;
}

.content h2 a {
    color: #000;
    text-decoration: none;
}

.content h2 a:hover {
    color: #ffc300;
}

.content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.content .vc-posts-list-item h2 {
    margin: 0;
}

.content .vc-posts-list-item .post-excerpt {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}

mark {
    background: #ffc300 !important;
}

.news h2 a {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.news .more-link {
    font-weight: 400;
    font-size: 14px;
}

.news .more-link:hover {
    color: #190f00;
}

.news .vc-posts-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.technik img {
    width: auto !important;
    max-height: 500px !important;
}

.technik .swtp-info,
.technik .awtp-info {
    font-size: 14px;
    line-height: 16px;
}

.technik .swtp-info p + p,
.technik .awtp-info p + p {
    margin-bottom: -10px !important;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.technik button.btn {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    letter-spacing: 0.025rem;
    font-weight: 300;
}

.technik button.btn-main {
    background: #ffc300;
    color: #fff;
}

.technik button.btn-main-active {
    background: #333 !important;
    color: #fff;
}

/*
.technik button.btn-main-active::after {
    content: ' ausblenden';
}
*/

.kontakt-form input[type="text"],
.kontakt-form input[type="email"] {
    width: 100%;
    height: 25px;
}

.kontakt-form textarea {
    width: 100%;
}

.kontakt-form input[type="submit"] {
    background: #ffc300;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.025rem;
    font-weight: 300;
    cursor: pointer;
}

.kontakt-form input[type="submit"]:hover,
.kontakt-form input[type="submit"]:focus {
    background: #190f00;
    color: #fff;
}



.request-quote-form input[type="text"],
.request-quote input[type="email"] {
    width: 100%;
    height: 25px;
}

.request-quote textarea {
    width: 100%;
}

.request-quote input[type="submit"] {
    background: #ffc300;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.025rem;
    font-weight: 300;
    cursor: pointer;
}

.request-quote input[type="submit"]:hover,
.request-quote input[type="submit"]:focus {
    background: #190f00;
    color: #fff;
}



.icn {
    width: 30px;
    color: #cc9c00;
}

.cart-icon {
    position: absolute;
    top: 22px;
    font-size: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 900;
}

.cart-icon a {
    color: #ffc300;
    text-decoration: none;
}

.cart-icon a:hover {
    color: #fff;
}

.cart-icon a:hover .shopping-label {
    background: #fff;
    color: #190f00;
}

.cart-icon .shopping-label {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #190f00;
    background: #ffc300;
    margin-top: -30px;
    margin-left: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 19px;
    padding-top: 6px;
    width: 25px;
}

.cart-icon.move-right {
    margin-left: 250px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.register-button {
    position: relative;
    float: left;
}

.top-right {
    float: right;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 900;
}

.top-back-button {
    float: left;
    position: absolute;
    top: 280px;
    left: 45px;
    z-index: 200;
}

@media only screen and (max-width: 980px) {
    .top-back-button {
        top: 200px;
        left: 40px;
    }
}

.btn-outline-main {
    cursor: pointer;
    font-size: 14px;
    color: #190f00;
    border: none;
    background: #ffc300;
    padding: 10px 15px;
}

.btn-outline-main:hover {
    background: #190f00;
    color: #fff;
}

.user-icon {
    position: absolute;
    top: 19px;
    left: 55px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 900;
}

.user-icon a {
    color: #ffc300;
    text-decoration: none;
}

.user-icon a:hover {
    color: #fff;
}

.user-icon.move-right {
    margin-left: 250px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.navigation-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 900;
    height: 100%;
}

.hamburger {
    color: #ffc300;
    margin-left: 20px;
    margin-top: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger:hover {
    color: #fff;
    cursor: pointer;
}

.hamburger-xs {
    color: #ffc300;
    margin-top: 17px !important;
    margin-left: 20px !important;
}

.hamburger.move-right {
    margin-left: 270px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.navi {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/background-blurred.jpg");
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/background-blurred.jpg");
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/background-blurred.jpg");
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/background-blurred.jpg");
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../img/background-blurred.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    margin-left: -250px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    top: 0;
    left: 0;
    width: 250px;
}

.navi.move-right {
    margin-left: 0px !important;
    -webkit-transition: all 200ms ease !important;
    -moz-transition: all 200ms ease !important;
    -o-transition: all 200ms ease !important;
    -ms-transition: all 200ms ease !important;
    transition: all 200ms ease !important;
}

.navi li {
    margin-top: 45px;
    padding-left: 30px;
    padding-right: 15px;
}

.navi li:last-child {
    margin-bottom: 30px;
}

.navi li a {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
}

.navi li a:hover {
    color: #ffc300;
}

.navi li.current-menu-item a {
    color: #ffc300;
}

.navi .sub-menu li {
    color: #fff;
    padding-left: 0px;
    margin-left: 15px;
    margin-top: 15px;
}

.navi .sub-menu li a {
    color: #fff;
    font-size: 16px;
}

.navi .sub-menu li a:hover {
    color: #ffc300;
}

.navi .sub-menu li.current-menu-item a {
    color: #ffc300;
}

.ek-downloads h3 {
    color: #ffc300;
}

.ek-downloads a {
    color: #190f00;
}

.ek-downloads a:hover,
.ek-downloads a:focus {
    color: #cc9c00;
}

.mapsvg-popover-content {
    line-height: 16px;
}

/* VC FIX*/
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background: #ffc300 !important;
    color: #333 !important;
    text-shadow: none !important;
}

.shiftnav .shiftnav-panel-close {
    padding: 18px 20px !important;
}

@media only screen and (max-width: 767px) {
    h1.product_title {
        margin-top: 40px;
    }
}

input[type="checkbox"] {
    width: auto !important;
}

.zusatzinfo {
    font-size: 14px;
    font-weight: 300;
    height: 15px;
    margin-bottom: 5px;
    margin-top: -10px;
    display: block;
}

.ek-excerpt {
    margin-top: 40px;
}

.ek-excerpt img {
    width: 100%;
    height: auto;
}

.ek-excerpt figure {
    margin: 0;
    padding: 0;
}

.shiftnav-panel-close {
    display: none !important;
}

.dhvc-woo-row-fluid {
    margin-bottom: 20px;
}

.ek-single-product-img {
    border: 1px solid #eee;
}

.ek-single-product-img img {
    width: 100%;
    height: auto;
}

.ek-single-product-img .thumbnails {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    border: 1px solid #eee;
    margin-top: 10px;
    padding: 20px;
}

.ek-single-product-img .thumbnails:before,
.ek-single-product-img .thumbnails:after {
    content: '';
    display: table;
}

.ek-single-product-img .thumbnails:after {
    clear: both;
}

.ek-single-product-img .thumbnails:last-child {
    margin-right: 0%;
}

.ek-single-product-price {
    font-family: sans-serif !important;
}

.ek-single-product-price .amount {
    font-size: 18px;
    font-weight: 700;
}

.ek-single-product-description {
    margin: 40px 0;
}

.ek-single-product-description table.table {
    font-size: 12px;
    width: 100%;
}

.ek-single-product-description table.table tr,
.ek-single-product-description table.table td,
.ek-single-product-description table.table th {
    padding: 10px;
}

.ek-single-product-description table.table tr:nth-child(2n) {
    background: #f6f6f6;
}

.ek-single-product-description table.table th {
    background: #ddd;
}

.ek-single-product-description p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
}

.ek-upsell ul li {
    color: #190f00;
    list-style: none;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #eee !important;
}

.ek-upsell ul li:before,
.ek-upsell ul li:after {
    content: '';
    display: table;
}

.ek-upsell ul li:after {
    clear: both;
}

.ek-upsell ul li:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 767px) {
    .ek-upsell ul li {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10x;
    }

    .ek-upsell ul li:first-child {
        margin-left: auto;
    }

    .ek-upsell ul li:last-child {
        margin-right: auto;
    }
}

.ek-upsell ul li img {
    width: 100%;
    height: auto;
}

.ek-upsell ul li .add_to_cart_button {
    display: block;
    width: 100%;
}

.ek-upsell ul li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #190f00;
}

.ek-upsell ul li .price small {
    font-size: 12px;
    color: #190f00;
    display: block;
}

.ek-upsell ul li .button {
    background: #ffc300;
    color: #190f00;
    margin-top: 10px;
    padding: 10px 0px;
    display: block;
    font-size: 14px;
}

.ek-upsell ul li .button:hover {
    background: #190f00;
    color: #fff;
}

.woocommerce-message {
    padding: 20px;
    font-family: sans-serif;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: #ffc300;
    color: #190f00;
    border-top-color: #ffc300 !important;
}

.woocommerce-message a {
    color: #fff;
    float: right;
    text-decoration: none;
}

.woocommerce-message a:hover {
    color: #190f00;
}

.woocommerce-message::before {
    color: #ffc300 !important;
}

.ek-single-product-add-to-cart {
    margin-top: 20px;
    padding-bottom: 20px;
}

.ek-single-product-add-to-cart .quantity {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}

.ek-single-product-add-to-cart .quantity:before,
.ek-single-product-add-to-cart .quantity:after {
    content: '';
    display: table;
}

.ek-single-product-add-to-cart .quantity:after {
    clear: both;
}

.ek-single-product-add-to-cart .quantity:last-child {
    margin-right: 0%;
}

.ek-single-product-add-to-cart .quantity input.qty {
    width: 80%;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #f6f6f6;
    border-bottom: 2px solid #ffc300;
}

.ek-single-product-add-to-cart table.variations {
    width: 100%;
}

.ek-single-product-add-to-cart table.variations td.label {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.ek-single-product-add-to-cart table.variations td.label label {
    font-weight: 300;
    font-size: 18px;
}

.ek-single-product-add-to-cart table.variations td.value {
    float: left;
    width: 100%;
}

.ek-single-product-add-to-cart table.variations td.value select {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f6f6;
    border: none;
    padding: 15px 35px 15px 15px;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-image: url("arrow-down.png");
    -webkit-background-size: 32px 24px;
    -moz-background-size: 32px 24px;
    background-size: 32px 24px;
    background-position: right;
    background-repeat: no-repeat;
}

.ek-single-product-add-to-cart table.variations td.value a.reset_variations {
    display: none !important;
}

.ek-single-product-add-to-cart .single_variation {
    margin-bottom: 20px;
}

.ek-single-product-add-to-cart .single_variation .woocommerce-variation-description {
    font-size: 12px;
}

.ek-single-product-add-to-cart .single_variation .woocommerce-variation-price {
    text-align: center;
    background: #190f00;
    color: #fff;
    padding: 15px;
    font-weight: 300;
}

.ek-single-product-add-to-cart .single_variation .woocommerce-variation-price .amount {
    color: #ffc300;
    font-weight: 400;
}

.ek-single-product-add-to-cart button {
    width: auto;
    cursor: pointer;
    background: #ffc300;
    font-weight: 300;
    font-size: 14px;
    padding: 15px;
    color: #190f00;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    border: none;
    border-bottom: 2px solid #ffc300;
}

.ek-single-product-add-to-cart button:hover {
    background: #190f00;
    color: #fff;
    border-bottom: 2px solid #ffc300;
}

.ek-single-product-add-to-cart button:hover:disabled {
    color: #eaeaea;
}

.ek-single-product-add-to-cart button:disabled {
    cursor: default;
    background: #c5c5c5;
    color: #eaeaea;
    border-bottom: 2px solid #c5c5c5;
}

.ek-single-product-excerpt img {
    width: 100%;
    height: auto;
}

.ek-products .woocommerce-price-suffix {
    font-weight: 300;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.ek-products .dhvc-woo-info {
    padding: 0 !important;
}

.ek-products .dhvc-woo-info h2.dhvc-woo-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ek-products .dhvc-woo-info h2.dhvc-woo-title a {
    font-size: 16px !important;
    color: #190f00 !important;
    font-weight: 400;
}

.ek-products .dhvc-woo-info .dhvc-woo-price {
    font-family: sans-serif;
    font-weight: 300;
}

.ek-products .dhvc-woo-info .dhvc-woo-price .amount {
    font-weight: 400;
    font-size: 16px;
    color: #d9a600 !important;
}

.ek-products .dhvc-woo-images img {
    border: none !important;
    padding-bottom: 15px;
}

.ek-products .dhvc-woo-item {
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #eee !important;
}

.ek-products .dhvc-woo-item img {
    width: 100%;
    height: auto;
}

.ek-products .dhvc-woo-separator {
    border: none !important;
    margin: 10px 0;
}

.ek-products .dhvc-woo-addtocart {
    margin: 15px 0px -20px 0px !important;
}

.ek-products .dhvc-woo-addtocart a {
    background: #ffc300;
    color: #190f00;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
}

.ek-products .dhvc-woo-addtocart a:hover {
    background: #190f00;
    color: #fff;
}

.ek-cart .woocommerce-message,
.ek-cart .woocommerce-error {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ek-cart .wc-backward {
    color: #190f00;
    width: auto;
    padding: 10px 15px;
    background: #ffc300 !important;
    font-weight: 300 !important;
}

.ek-cart .wc-backward:hover {
    background: #190f00 !important;
    color: #fff !important;
}

table.cart {
    width: 100%;
}

table.cart img {
    width: auto;
    height: auto;
    max-height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
}

table.cart thead th {
    background: #f6f6f6;
    padding: 15px 0;
    font-size: 14px;
}

table.cart tbody td.product-remove {
    min-width: 40px;
    text-align: center;
}

table.cart tbody td.product-remove a {
    font-size: 16px !important;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    padding: 4px 8px;
    background: #c5c5c5;
}

table.cart tbody td.product-remove a:hover {
    background: #f00;
}

table.cart tbody td {
    border-bottom: 1px solid #eee;
}

table.cart tbody td a {
    text-decoration: none;
    color: #ffc300;
}

table.cart tbody td input.qty {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    max-width: 65px;
    padding: 10px;
}

table.cart tbody td input.button {
    background: #f6f6f6;
    border: none;
    margin-top: 10px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
}

table.cart tbody td input.button:hover,
table.cart tbody td input.button:focus {
    background: #190f00;
    color: #fff;
    cursor: pointer;
}

table.cart tbody tr:last-child td {
    border: none;
}

table.cart tbody dl.variation {
    font-size: 12px;
}

table.cart tbody dl.variation dt {
    display: none;
}

.cart-collaterals {
    display: block;
    float: right;
    width: 310px;
}

.cart-collaterals h2 {
    display: none;
}

.cart-collaterals table {
    font-size: 12px;
    width: 100%;
}

.cart-collaterals table tr,
.cart-collaterals table th,
.cart-collaterals table td {
    padding: 10px;
}

.cart-collaterals table tr:nth-child(2n) {
    background: #f6f6f6;
}

.cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
    width: 100%;
}

.cart-collaterals .wc-proceed-to-checkout a {
    width: 100%;
    padding: 10px 15px;
    background: #ffc300;
    text-decoration: none;
    color: #190f00;
}

.cart-collaterals .wc-proceed-to-checkout a:hover {
    background: #190f00;
    color: #fff;
}

.col-1,
.col-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.col-1:before,
.col-2:before,
.col-1:after,
.col-2:after {
    content: '';
    display: table;
}

.col-1:after,
.col-2:after {
    clear: both;
}

.col-1:last-child,
.col-2:last-child {
    margin-right: 0%;
}

.woocommerce-billing-fields {
    width: 100%;
}

.woocommerce-billing-fields h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.woocommerce-billing-fields input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.woocommerce-shipping-fields {
    width: 100%;
    *zoom: 1;
}

.woocommerce-shipping-fields:before,
.woocommerce-shipping-fields:after {
    content: '';
    display: table;
}

.woocommerce-shipping-fields:after {
    clear: both;
}

.woocommerce-shipping-fields h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.woocommerce-shipping-fields label {
    margin-top: 0;
}

.woocommerce-shipping-fields input,
.woocommerce-shipping-fields textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.woocommerce-shipping-fields textarea {
    border-color: #ddd;
    min-height: 150px;
    border: 1px solid;
}

.woocommerce-shipping-fields #shipping_country_field {
    margin-top: 195px;
}

h3#order_review_heading {
    margin-top: 40px;
    width: 100%;
    float: left;
    font-size: 22px;
    margin-bottom: 20px;
}

h3#ship-to-different-address {
    font-size: 18px;
    color: #cc9c00 !important;
    font-weight: 400;
}

h3#ship-to-different-address input {
    width: auto;
}

.woocommerce-info {
    margin-bottom: 40px;
}

.woocommerce-checkout-review-order {
    width: 100%;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
}

.woocommerce-checkout-review-order-table th {
    background: #ffc300;
}

.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 15px;
}

.woocommerce-checkout-review-order-table tr:nth-child(2n) {
    background: #f6f6f6;
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(2n) th {
    background: #ffcc26 !important;
}

.woocommerce-checkout-review-order-table dl.variation {
    margin-top: 10px;
    font-size: 12px;
}

.woocommerce-checkout-review-order-table .product-quantity {
    direction: rtl;
    float: left;
    margin-right: 5px;
    color: #cc9c00;
}

.woocommerce-checkout-payment {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
}

.woocommerce-checkout-payment li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.woocommerce-checkout-payment li img {
    margin-left: 10px;
}

.woocommerce-checkout-payment a {
    margin: 0px 5px;
    color: #cc9c00;
    text-decoration: none;
}

.woocommerce-checkout-payment input[type="submit"] {
    background: #ffc300;
    cursor: pointer;
    color: #190f00;
    font-size: 16px;
    margin-top: 20px;
    border: none;
    padding: 10px 15px;
}

.woocommerce-checkout-payment input[type="submit"]:hover,
.woocommerce-checkout-payment input[type="submit"]:focus {
    background: #190f00;
    color: #fff;
    cursor: pointer;
}

.woocommerce-checkout-payment input[type="submit"]:disabled {
    background: #f6f6f6;
}

.woocommerce-checkout-payment .woocommerce-error {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
}

.woocommerce-checkout-payment .payment_methods li {
    margin-left: 0;
    list-style: none !important;
}

form.login {
    margin-bottom: 40px;
}

form.login input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 48.5%;
}

form.login label {
    margin-top: 10px;
}

form.login input[type="checkbox"] {
    width: auto !important;
    display: inline;
}

form.login input[type="submit"] {
    background: #ffc300;
    cursor: pointer;
    color: #190f00;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    padding: 10px 15px;
}

form.login input[type="submit"]:hover,
form.login input[type="submit"]:focus {
    background: #190f00;
    color: #fff;
    cursor: pointer;
}

form.login input[type="submit"]:disabled {
    background: #f6f6f6;
}

.woocommerce-error {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.woocommerce-error li {
    margin: 10px 0;
    padding: 10px;
    background: #f00;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.woocommerce-error li:first-child {
    margin-top: 0;
}

.order_details,
.customer_details,
.my_account_orders {
    font-size: 12px;
    width: 100%;
}

.order_details tr,
.customer_details tr,
.my_account_orders tr,
.order_details td,
.customer_details td,
.my_account_orders td,
.order_details th,
.customer_details th,
.my_account_orders th {
    padding: 10px;
}

.order_details tr:nth-child(2n),
.customer_details tr:nth-child(2n),
.my_account_orders tr:nth-child(2n) {
    background: #f6f6f6;
}

.order_details th,
.customer_details th,
.my_account_orders th {
    background: #ddd;
}

.order_details dl.variation,
.customer_details dl.variation,
.my_account_orders dl.variation {
    margin-top: 10px;
}

header h2 {
    margin-top: 40px;
}

header h3 {
    margin-top: 20px;
}

.ek-user-account p + p {
    margin-top: 0;
}

.ek-user-account .lost_password {
    margin-top: 10px;
    font-size: 12px;
}

.ek-user-account .myaccount_user {
    background: #f6f6f6;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 40px;
}

.ek-user-account .col-1,
.ek-user-account .col-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.ek-user-account .col-1:before,
.ek-user-account .col-2:before,
.ek-user-account .col-1:after,
.ek-user-account .col-2:after {
    content: '';
    display: table;
}

.ek-user-account .col-1:after,
.ek-user-account .col-2:after {
    clear: both;
}

.ek-user-account .col-1:last-child,
.ek-user-account .col-2:last-child {
    margin-right: 0%;
}

@media only screen and (max-width: 980px) {
    .ek-user-account .col-1,
    .ek-user-account .col-2 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ek-user-account .col-1:first-child,
    .ek-user-account .col-2:first-child {
        margin-left: auto;
    }

    .ek-user-account .col-1:last-child,
    .ek-user-account .col-2:last-child {
        margin-right: auto;
    }
}

.ek-user-account .col-1 h3,
.ek-user-account .col-2 h3 {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

@media only screen and (min-width: 980px) {
    .ek-user-account .woocommerce-password-strength {
        font-size: 12px;
        position: absolute;
        bottom: -20px;
    }
}

@media only screen and (min-width: 980px) {
    .ek-user-account .woocommerce-password-hint {
        font-size: 12px;
        position: absolute;
        bottom: -110px;
        left: 0;
    }
}

.ek-user-account fieldset {
    margin-top: 40px;
}

.ek-user-account fieldset legend {
    color: #cc9c00;
}

.ek-user-account fieldset p {
    margin-top: 20px;
}

.ek-user-account table {
    margin-bottom: 40px;
}

.ek-user-account form {
    width: 100%;
    position: relative;
}

.ek-user-account form h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.ek-user-account form label {
    margin-top: 0;
}

.ek-user-account form input,
.ek-user-account form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.ek-user-account form input[type="checkbox"] {
    width: auto !important;
}

.ek-user-account form input[type="submit"] {
    background: #ffc300;
    color: #190f00;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
    border: none;
    padding: 20px 0;
    cursor: pointer;
}

.ek-user-account form input[type="submit"]:hover,
.ek-user-account form input[type="submit"]:focus {
    background: #190f00;
    color: #fff;
    cursor: pointer;
}

address {
    margin-top: 20px;
    font-weight: 300;
    line-height: 24px;
}

.select2-choice,
.select2-drop {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
}

input {
    border: 1px solid #ddd;
}

textarea {
    min-height: 150px;
    border: 1px solid #ddd !important;
}

.woocommerce table.shop_table.cart {
    min-width: 250px;
}

@media screen and (max-width: 600px) {
    .woocommerce-page table.shop_table,
    .woocommerce-page table.shop_table thead,
    .woocommerce-page table.shop_table tbody,
    .woocommerce-page table.shop_table th,
    .woocommerce-page table.shop_table td,
    .woocommerce-page table.shop_table tr {
        display: block;
    }

    .woocommerce-page table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .woocommerce-page table.shop_table td {
        /* Behave like a "row" */
        border: 1px solid #d2d3d3;
        position: relative;
        padding-left: 30% !important;
    }

    .woocommerce-page table.shop_table {
        border: none;
    }

    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #fff;
        height: 10px;
    }

    .woocommerce-page table.shop_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .woocommerce-page table.shop_table td.product-remove:before {
        content: "DELETE";
    }

    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }

    .woocommerce-page table.shop_table td.product-name:before {
        content: "PRODUCT";
    }

    .woocommerce-page table.shop_table td.product-price:before {
        content: "PRICE";
    }

    .woocommerce-page table.shop_table td.product-quantity:before {
        content: "QUANTITY";
    }

    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }

    .woocommerce-page table.shop_table td.product-total:before {
        content: "TOTAL";
    }

    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce-page .quantity,
    .woocommerce-page #content .quantity {
        margin: 0;
    }

    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border: 0;
        padding-left: 6px !important;
    }

    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }

    .woocommerce-page table.cart td.actions div,
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce table.cart th,
    .woocommerce table.cart td,
    .woocommerce #content table.cart th,
    .woocommerce #content table.cart td,
    .woocommerce-page table.cart th,
    .woocommerce-page table.cart td,
    .woocommerce-page #content table.cart th,
    .woocommerce-page #content table.cart td,
    .woocommerce table.shop_table th,
    .woocommerce-page table.shop_table th,
    .woocommerce table.shop_table td,
    .woocommerce-page table.shop_table td {
        min-width: 30px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }

    .woocommerce-page .cart-collaterals .cart_totals th,
    .woocommerce-page .cart-collaterals .cart_totals td {
        border: 0 !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }

    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border: 0 !important;
    }

    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce .order_details ul,
    .woocommerce-page .order_details ul,
    .woocommerce .order_details,
    .woocommerce-page .order_details {
        padding: 0;
    }

    .woocommerce .order_details li,
    .woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border: 0;
    }

    #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions input {
        width: 100%;
    }

    #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
    }

    #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        margin-top: 1.5em;
    }

    #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text {
        margin-bottom: 1em;
    }

    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        display: none;
    }
}

.content-inner > :first-child.vc_row svg {
    min-height: 763px !important;
}

.content-inner > :nth-child(2) .vc_row svg {
    min-width: 390px;
    min-height: 200px;
}

/**
*  CUSTOM PRODUCT TABLE


table.custom_product_table {
    width: 100%;
}

table.custom_product_table * {
    vertical-align: middle !important;
}

table.custom_product_table tr, table.custom_product_table tr td {
    height: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.custom_product_table tr td {
    border-bottom: 1px solid lightgrey;
}

table.custom_product_table tr:last-child td {
    border-bottom: none
}

table.custom_product_table tr td:first-child {
    width: 5%;
}

table.custom_product_table tr td:nth-child(2) {
    width: 50%;
}

table.custom_product_table .product.woocommerce.add_to_cart_inline {
    display: inline-flex;
    border: none !important;
    padding: 0 !important;
    line-height: initial !important;
}

table.custom_product_table span.amount, table.custom_product_table small.woocommerce-price-suffix {
    display: block;
    padding-right: 10px;
    float: left;
}

table.custom_product_table span.amount {
    width: 100px;
    text-align: right;
    padding-top: 15px;
}

table.custom_product_table small.woocommerce-price-suffix {
    display: none;
}

table.custom_product_table a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    float: right;
}

table.custom_product_table form.cart, table.custom_product_table form.cart *, table.custom_product_table pre {
    display: inline-flex;
}

table.custom_product_table pre {
    float: right;
}

table.custom_product_table input.input-text.qty.text {
    float: left;
    width: 70px;
    padding: 5px;
    margin-right: 10px;
}
**/

form.cart.ek-single-product-add-to-cart.sd {
    margin: 0;
    padding: 0;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}

.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: #FFEBEB;
    background: red;
    padding-left: 5px;
    padding-right: 5px;
}

.ek-cart .woocommerce-message a.button.wc-forward {
    display: none;
}

.post-content.vc_col-sm-8.wpb_column.vc_column_container {
    padding-left: 15px;
}

.post-image.vc_col-sm-4.wpb_column.vc_column_container {
    text-align: center;
}