#product-details .coma-cart-button-info {

    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-top-color: #fff;
    float: right;

    position: relative;

	
	/* from global screen.css */
    border-color: #dadada;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    clear: both !important;
    margin: 0 0 12px;
    padding: 15px;
    right: 0;
    top: 0 !important;
    width: 100%;
	z-index: 10;
	
}
#product-details .coma-cart-button-info:before {
    display: none !important;
}
    #product-details .coma-cart-button-info h2 {
        padding: 5px 0;

		
		/* from global screen.css */
		border-bottom: 1px solid #e7e7e7;
		font-family: Eurostile,sans-serif;
		font-size: 17px;
		font-weight: 700;
		line-height: 20px;
		margin-bottom: 10px !important;
		text-transform: uppercase;
		position:relative;
		z-index:100;
		
    }
    #product-details .coma-cart-button-info ul {
		
		/* from global screen.css */
		position:relative;
		z-index:100;
		margin: 0;
		padding: 0;
    }
    #product-details .coma-cart-button-info ul:after {
        content: '';
        display: block;
        clear: both;
    }
        #product-details .coma-cart-button-info li {
            width: 50%;

            color: #838383;
            margin-bottom: 3px;
            position: relative;
            float: left;
            box-sizing: border-box;
            cursor: default;
			
			/* from global screen.css */
			padding-left: 16px;
        }
        #product-details .coma-cart-button-info li:before {
            content: '';
            margin: 0;
            /*background: url(//img.redblue.de/SaturnDE/media/live/desktop/national/coma/statische_seiten/kampagnen/cart_button_info/kleinersaturni.png) center no-repeat;*/
            position: absolute;
            top: 2px;
            left: 0;
			
			/* from global screen.css */
			background: rgba(0, 0, 0, 0) url("sprite.svg") no-repeat scroll 0 -8px / 10px auto;
			height: 10px;
			width: 10px;
        }
            #product-details .coma-cart-button-info li span {
                width: 100%;
                max-width: 240px;
                padding: 10px;
                margin-bottom: 10px;
                background-color: #fff;
                box-shadow: 0px 0px 5px rgba(0,0,0,.5);
                position: absolute;
                left: 0;
                bottom: 100% !important;
				top:inherit !important;
                display: none;
				
				/* from global screen.css */
				/*bottom: inherit;*/
				/*top: 100%;*/
            }
            #product-details .coma-cart-button-info li:hover span {
                display: block;
            }
            #product-details .coma-cart-button-info li span:after {
                content: '';
                width: 12px;
                height: 12px;
                background-color: #fff;
                box-shadow: -1px 1px 0px rgba(0,0,0,.25);
                position: absolute;
                left: 15px;
                bottom: -6px;
                transform: rotateZ(-45deg);
            }

#product-wrapper #product-details .price-sidebar {
    margin-bottom: 0 !important;
}
#product-wrapper #product-details div.details {
    min-height: 362px;
}
