/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-11-28, 13:58:23
    Author     : Daniel Kuczewski
*/

a {
    color: #007dc6;
}
a:hover{
    color: #399fdb;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    margin-top:10px;
    margin-bottom: 20px;
        font-weight: 300;
    color: #007dc6;
    font-size: 38px;
}
p {
    font-weight: 300;
    color: black;
    line-height: 28px;
}

table {
    width:90%;
    margin:0px 5%;
}

table tr td, table tr th {
    padding: 5px;
}

tbody tr:nth-child(odd) {
   background-color: #EEEEEE;
}

.current {
    font-weight: bold !important;
}

.btn-primary {
    color: #fff;
    background-color: #007dc6;
    border-color: #007dc6;
    border-radius: 0px;
}

.btn-primary:hover {
    background-color: #399fdb;
    border-color: #399fdb;
}

.category-box, .product-item {
    width:100%;
    float:left;
    transition: 0.4s;
    color: #fff;
}
.category-box:hover, .product-item:hover {
    opacity: 0.6;
    transition: 0.4s;
    color:#ffffff;
}
.category-img {
    width: 100%;
}
.product-category-title, .product-description {
    background: #ca0613;
    padding: 15px;
    float:left;
    width:100%;
}

.product-description {
    background: rgba(0, 125, 198, 0.5);
    color: #ffffff;
}
.product-description p {
    color:#fff;
}


.product-item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.gallery_title {
    padding: 15px 5px;
}
.gallery .item .image {
    margin-bottom: 20px;
}
.gallery .item .image img{
    max-height: 150px;
    min-height: 150px;
}
.gallery .item .image img:hover{
    opacity: 0.4;
    transition: 0.5s;
}

.breadcrumb {
    margin-top: 15px;
}
:after, :before {
    box-sizing: initial;
}

.equalizerMin {
    min-height: 145px;
}

.min-wizerunek {
    height:162px;
    width:162px;
    background-size: cover;
    background-position: center;
}

.category_in_list {
    margin-bottom: 25px;
}

.product-title {
    min-height: 3.3em;
}