.sanweb-missing-variation-row {
	outline: 0px solid #d33;
	background: #ff00001a;
}
.sanweb-missing-variation-cell { background: #fff3f3; }
.sanweb-missing-variation-field { border-color: #d33 !important; }


@media (max-width: 768px) {    

    /* Podstawowe style wtyczki Sanweb */
    .sanweb-basket {
        padding: 12px;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 54px;
        background: rgb(203, 167, 153);
        display: block;
        z-index: 2;
    }

    .quantity {
        position: fixed;
        z-index: 3;
        bottom: 5px;
        background: #fff;
        left: 50%;
        margin-left: -130px;
    }

    .single_add_to_cart_button {
        position: fixed !important;
        bottom: 4px;
        min-height: 43px !important;
        z-index: 3;
        background: #fff !important;
        color: rgb(203, 167, 153) !important;
        left: 50%;
        margin-left: -40px;
    }

}