body {
  background: #EDEFF3;
}

#sp-footer, #sp-bottom, #sp-breadcrumb, #sp-section-6 {
  background: #EBEBEB;
  color: inherit;
}

.white-bg {
  background: white;
  margin: 0 -100%;
  padding: 0 100%;
}

body.site.helix-ultimate.com-jshopping #sp-main-body {
    padding: 0;
}

.shop {
    padding: 50px 0;
}

.shop.product-details {
    padding: 0;
}

.img-cart, .order-thumbnail {
    width: 100px;
}

/* MAIN MENU */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 20px;
/*    line-height: 90px;
*/
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after,
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  display: none
}

/* BREADCRUMBS */
ol.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
}

ol.breadcrumb a {
  color: inherit;
}

.breadcrumb-item.active {
    color: inherit;
    font-weight: bold;
}

/* PRODUCT */
span.prod_attr_img,
span.prod_attr_img img {
    display: none;
}

.product-details input#quantity,
.product-details input.inputbox {
    border: none;
    max-width: 100px;
    float: right;
    text-align: right;
}

.product-details input.inputbox,
.product-details input.inputbox:active,
.product-details input.inputbox:focus,
.product-details select {
      background: #EBEBEB;
}

.product-details h6 {
    font-weight: bold;
}

/* BUTTONS */
input#btn_add_product_to_editor {
    background: none;
    border: none;
    color: white;
    text-shadow: none;
    font-weight: bold;
}

a.btn.btn-primary.d-block {
    color: white;
    font-weight: bold;
    border: 1px solid #0345bf;
}

.btn-outline-primary {
    color: #0345bf;
    border: 1px solid #0345bf;
}

.btn-outline-primary:hover,
.product-details .btn-outline-primary:hover {
    color: #fff;
    background-color: #0345bf;
    border-color: #0345bf;
    font-weight: bold;
}

.product-details .btn-outline-primary {
        background: white;
}

input#btn_add_product_to_editor {
    width: 100%;
    border: 1px solid #0345bf;
    background: #0345bf;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

input#btn_add_product_to_editor:hover {
    background: #044cd0;
    cursor: pointer;
}

/* STICKY FOOTER */
html, body, .body-wrapper {
    width: 100%;
    height: 100%;
}

.body-innerwrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
  
#sp-main-body {
    flex-grow: 1;
}

#sp-header, #sp-section-1, #sp-footer  {
    flex-shrink: 0;
}

/*STICKY FOOTER CARDS */

.card-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.card-body p {
    flex-grow: 1;
}

.card-body a, .card-body .btn  {
    flex-shrink: 0;
}

select {
  -webkit-appearance: none;
    -moz-appearance: none;
}


* {
  border-radius: 0 !important;
}

select:not([multiple]) {
    -webkit-appearance:none;
    -moz-appearance:none;
    background-position:right 50%;
    background-repeat:no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

#calcule-price-message {
    background-color: inherit !important;
    border: none !important; 
    border-left: none !important;
    border-right: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    width: auto !important;
}

#calcule-price-message .message ul li {
    color: inherit !important; 
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
}

#calcule-price-message dt.notice {
    display: none !important;
}

#calcule-price-message dd {
    margin: 0 !important;
}

#calcule-price-message ul {
    list-style: none !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}

.apuf_block {
    width: auto;
    margin: auto !important;
    padding: 20px;
    height: auto;
}

.apuf_bar {
    height: 30px;
}

.apuf_progress {
    background: #ddd;
}

.apuf_percent {
    color: white;
}

.offcanvas-inner {
    padding: 50px 30px !important;
}

body.ltr .close-offcanvas {
    right: 25px;
}

#sp-footer #sp-footer2 {
    text-align: left !important;
}

#sp-footer a, #sp-bottom a {
    color: inherit;
}

#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
    color: #044cd0;
}

ul.sp-contact-info {
    display: none !important;
}

.card-img-top-big {
    height: 300px;
}

.product-details ul.list-unstyled.text-muted li {
    padding: 5px;
}
.product-details ul.list-unstyled.text-muted li:nth-child(odd) {
    background: white;
}

/* LABEL */
 .product_label{
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;    
}
 .product_label .label_name{
    font-weight: bold;
    color: #950000;
}

/* PAGE BUILDER */
#sp-page-builder .sp-pagebuilder-page-edit {
    left: 15px !important;
    right: inherit !important;
}

/* AJAX SEARCH */
#sp-breadcrumb .sp-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Dankeschoen-Text */
.h1, h1 {
    font-size: 1rem;
}