.produkt-link
{    
    min-width: 0;
    position: relative;
    width: 100%;
}

.prod1, .prod2, .prod3, .prod4
{
    background: url("../images/124D.png") center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    transform: none;
    transition: all 2000ms ease 0s;
    height: 200px;
}
.produc-logo a img
{
    float: none;
    max-width: 75px;
    margin-bottom: 20px;
}

/*WYSZUKIWARKA*/
.product-search
{
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 50px;
}

.product-search p, .product-search p i
{
    margin-right: 10px;
    color: #a5a5a5;
}

.product-search .form-control
{
    border-radius: 0;
}

.product-search .btn-blue
{
    width: auto;
}

/*PRODUKTY POLECANE I PROMOCYJNE*/
.prom-product
{
    background-color: #f9f9f9;
    border:  1px solid #e1e1e1;
    text-align: center;
    margin: 0 0 20px 0;
    position:  relative;
    transition: all 0.25s ease-in 0s;
}

.prom-product:hover
{
    background-color: #173b66;
    border-color: #fff;
}

.prom-product div
{
    padding: 0;
}

.prom-product img
{
    max-height: 170px;
    margin-top: 20px;
    border:  1px solid #e1e1e1;
}

.prom-product p
{
    padding: 10px 0;
    margin: 0;
    color: #47b3dd;
    font-weight: 700;
    border-bottom:  1px solid #e1e1e1;
}

.prom-product .prom-icon
{
    position: absolute;
    top: 0;
    left: 10%;
    margin: 0;
    border: 0;
}

.prom-product .btn
{
    width: 100%;
    border: 0;
    background-color: #f9f9f9;
    color: #aeaeae;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.25s ease-in 0s;
}

.prom-product a:first-child
{
    border-right:  1px solid #e1e1e1;
}

.prom-product:hover .btn
{
    background-color: #173b66;
    border-color: #fff;
    color: #fff;
}


/*TYPY*/
.typ-box
{
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    transition: all 0.25s ease-in 0s;
    margin-bottom: 30px;
    min-height: 172px;
    color: #47b3dd;
}

.typ-box:hover
{
    /*background-color: #47b3dd;*/
    border-color: #47b3dd;
    border-width: 2px;
}

.typ-box img
{
    max-width: 80px;
}

.typ-box p
{
    color: #47b3dd;
    font-weight: 700;
    transition: all 0.25s ease-in 0s;
    text-decoration: none;
    max-height: 58px;
    overflow: hidden;
}

.typ-box:hover p
{
    /*color:  #fff;*/
    color: #47b3dd;
    text-decoration: none;
}

a
{
    text-decoration: none!important;
}