/* Own Kreativhelden product status colors layout */
#product-availability {
    color: #78ba73;
}

/* Own Kreativhelden product whishlist and forward layout */
.product-quantity .add .btn:not(.add-to-cart) {
    background: #eeebd2;
    color: #b57f04;
    border: 1px solid #b58004!important;
}
.product-quantity .add .btn:not(.add-to-cart):hover {
    background: #160F29;
    color: #b57f04;
    border: 1px solid #b58004!important;
}
.product-actions .add-to-cart i:hover, .product-actions .add-to-cart i:focus {
    background: #b58004;
    color: #160F29!important;
    border: 2px solid 160F29!important;
    height: 99.5%;
}

/* Own Kreativhelden product nav colors layout */
.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link.active {
    color: #160F29;
    background: none;
}
.product-image-thumbs-left .product-tabs.tabs .nav-tabs .nav-item .nav-link::after {
    content: "";
    background: #160F29;
    position: absolute;
    bottom: 0px;
    left: 25px;
    right: 25px;
    height: 2px;
    transition: all .8s;
    transform: scale(0);
    top: auto;
    width: auto;
}
.product-tabs.tabs .nav-tabs .nav-link.active {
    border: none;
    color: #160F29;
}
.product-tabs.tabs .nav-tabs .nav-link:hover {
    color: #160F29;
}
.page-cms .product-tabs.tabs .nav-tabs .nav-item .nav-link.active::after {
    background: #b58004;
    width: 6px;
}