.products .product > div { display: flex; }

.products .product > div > div { flex: 1; }

.products > div:not(:last-child) { border-bottom: 1px solid #E3E3E3; }

.products .product:nth-child(2n) { background-color: #F7F7F7; }

.products .product:hover { background-color: #E6F2F9; }

.products .product div.image {
    max-width: 100px;
    display: flex;
    align-items: center;
}

.products .product div.image img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    border: none;
}

.product div.basket,
.product div.price,
.product div.price1,
.product div.price2,
.product div.delivery {
    display: flex;
    align-items: center;
}

.product div.basket > div,
.product div.price > div,
.product div.price1 > div,
.product div.price2 > div,
.product div.delivery > div {
    margin: 0 auto;
    /*text-align: center; !!! razmestwa popupa */
}

.products .product div.image,
.products .product div.info,
.products .product div.delivery {
    padding: 10px;
}

/*.products .product div.delivery { text-align: center; }*/

.products .product div.delivery > div { min-width: 120px; }

.products .product > div:first-child { cursor: pointer; }

.products .product div.info h4 { margin: 0 0 5px 0; }

.products .product div.info a {
    color: #000;
    text-decoration: none;
}

.products .product div.price h3 { color:#999; }

.product div.price1 h3 {
    color:#000;
    font-size: 20px;
}

.product div.price1 h2 { display: none; }

.product div.price2 h3 { display: none; }

.products .product div.price h3,
.products .product div.price1 h3,
.products .product div.price2 h3,
.products .product div.price h2,
.products .product div.price1 h2,
.products .product div.price2 h2 {
    margin: 0;
    text-align: center;
}

.product div.delivery strong.instock {
    color: #FFF;
    font-size: 15px;
    border: 1px solid #699b22;
    background-color: #699b22;
    padding: 5px 12px;
    border-radius: 3px;
}

/* mobile */
@media all and (max-width: 960px) {
    .products .titles > div { display: none; }
}

/* desktop*/
@media all and (min-width: 961px) {
    .products {
        display: flex;
        flex-direction: column;
        border: 1px solid #E3E3E3;
    }

    .products .titles > div:first-child {
        padding: 10px;
        font-weight: bold;
        box-sizing: border-box;
    }

/*    .products .titles > div:last-child {
        padding: 10px;
        font-weight: bold;
    }*/

    .products > div { display: flex; }

    .products > div > div { flex: 1; }

    .products .product > div:last-child,
    .products .titles > div:last-child {
        padding: 5px 10px 0 10px;
        box-sizing: border-box;
        max-width: 540px;
    }

    .products > div > div:not(:last-child) { border-right: 1px solid #E3E3E3; }

    .products .product div.price,
    .products .product div.price1,
    .products .product div.price2,
    .products .product div.delivery {
        border-right: 1px solid #E3E3E3;
    }

    /* .products .product div.price h3 {}

    .products .product div.price h2 {} */

    .products .product div.image { border-right: 1px solid #E3E3E3; }

/*    .products .titles select {
        border: none;
        background-image: url(../svg/form/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 30px;
        background-size: 32px;
    }*/
}

.item .product h2,
.item .product h3 { margin: 0; }

.item .product

.product a.mgCopy {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.product a.mgCopy span {
    background-image: url(../svg/copy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 18px;
    cursor: pointer;
}


.product h2 a.mgCopy span {
    background-size: 20px 20px;
    height: 20px;
    vertical-align: top
}

.products .product.first { background-color: #E6F2F9 !important; }

.price em.del {
    position: relative;
    font-style: normal;
}

.price em.del:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid red;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.mgPrices {
    display: inline-block;
    border: 1px solid #EEE;
    border-radius: 5px;
    margin-right: 10px;
}

.mgPrices span {
    display: inline-block;
    padding: 2px 10px 5px 10px;
    border-top: 3px solid #EEE;
    cursor: pointer;
}

.mgPrices span.current,
.mgPrices span:hover { border-top: 3px solid yellow; }

.mgPrices span:first-child { border-right: 1px solid #EEE; }

a.reusables {
    background-color: #008adb;
    color: #FFF !important;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 12px 3px 6px;
    margin-left: 20px;
}

.tooltip tr.avlgreen { background-color: #d2e9b2 !important; }
