/*Header Position in Bezug auf Modalfenster*/
#sp-header.menu-fixed {z-index:1000}


/*LOGO*/
#sp-header .sp-retina-logo, #sp-header .logo {
    
    width: 200px;
    margin-top: 10px;
}

/*Header*/
#sp-header {height:120px}

/*Social-Links ausblenden auf bestimmten Seiten*/
.itemid-651 .helix-social-share,
.itemid-652 .helix-social-share
 {display:none}

#sp-main-body {

    padding: 50px 0;

}
 
#sp-content-bottom {margin-top:-40px}
.page-header {margin:0; border:none}

#sp-title {text-align:center} 
/*Widgetkit Anpassungen*/
.uk-modal {background-color:#000!important}
.uk-close {color:#000!important}


/** Frontseite "Haupteinträge" **/
.view-featured .frontshop p, .frontshop .j2store-product-images, .frontshop .j2store-product {display:none}

.frontshop .col-sm-2 
{padding-right: 5px; padding-left: 5px;}

.frontshop article.item {margin-bottom:-15px} 

.frontshop .intro-image img {

    width: 185px;
    height: 185px;
    object-fit: cover;}
	
/*** Test mit Shopseite  ***/

.itemid-657 .shopin-add-to-cart-btn {display:none}
/**.itemid-660 .j2store-addtocart-form {display:none}**/

.j2store-product-images .j2store-img-responsive {

    width: 185px;
    height: 185px;
    object-fit: cover;

}

/*Article Breite*/
body.view-article article {}

/** Warenkorb Delete Product **/

.view-carts .j2store-cart table.j2store-cart-table .remove-icon {

    margin-bottom: 0;
    border: solid;
    padding: 8px;
    float: right;

}

/** J2Shop **/
.simple-product .product-image .j2store-mainimage .j2store-product-main-image {
width: 100%;
}

div.j2store-mainimage {min-height:400px}

.great-shoping-section .sppb-addon-feature:hover .sppb-addon-content {background-color:transparent; color:#000}


.shopin-add-to-cart-btn input.btn, .j2store-image-wrap .j2store-addtocart-form .btn.btn-success {

    background: rgb(175, 200, 102);

}

/** Shop-gallery - Bilder neu horizontal angeordnet **/

/*.product-image .j2store-product-additional-images {
    position: unset !important;
    margin-left: 13%;
}
.product-image .j2store-product-additional-images ul li {
      display: inline-block !important;
}*/

/**Artikel Nummer ausblenden**/
div.product-sku {display:none}

/** Responsive **/

@media only screen and (max-width: 768px) {
  #sp-header .logo {width:150px}
  
  
  .j2store-product-images .j2store-img-responsive {

    width: 80%;
    object-fit: cover;
	margin-left:auto;
    margin-right:auto;
}
}

@media only screen and (max-width: 991px){

	#sp-menu{

		position: absolute!important;

		right: 10px;

	}


.j2store-cart-module{

		position: absolute!important;

		right: 50px;

	}

	#sp-menu .sp-megamenu-wrapper{

		float: right

	}

}
