@charset "UTF-8";

img {

}

a {
    color: #154f98;
}
.box-3 {
    text-align: center;
    margin-bottom: 40px;
}

.txt {
    font-weight: 500;
    font-size: 20px;
}
h1,h2,h3 {
    width:100%;
}
a:hover {
    text-decoration: none;
}
.btn-primary {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    background-color: #DF2800;
    border-color: #DF2800;
}
.btn-primary:hover {
    background: #b51b00;
}
.breadcrumb {
    background: transparent;
    color: #000000;
    margin: 10px 0px;
}
.breadcrumb a {
    color: #a8a9ad;
    transition: .4s;
}
.breadcrumb a:hover {
    color: #0FA4D8
}

.easy-autocomplete-container{
    top:40px;
}

.btn-pay {
    background: transparent;
    border: none;
    box-shadow: none;
    max-width: 250px;
}

.subpage-content {
    margin-bottom: 50px;
}



/* Galerie */
.gallery .image {
    margin-top: 20px;
}

p img {
    transition: 1s;
}

p img:hover {
    opacity: .7;
}

table img {
    transition: 1s;
}

table img:hover {
    opacity: .7;
}

.filtry-box ul li {
    display: block;
    margin-left: -15px;
}
.filtry-box {
    padding-left: 0px;
}
.filtry-box ul {
    margin-bottom: 20px;
}
.filtry-box ul.filter-list {
    margin-top: 20px;
}

.filtry-box .more {
    display: none;
}

.filtry-box .read_more {
    cursor: pointer;
}
.filtry-box .menu-1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.filtry-box .menu-1 a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.filtry-box h4 {
    font-weight: bold;
    /*   margin-top: 30px;
       margin-bottom: 10px;*/
    margin-left: 0px; 
}
/*
.filtry-box ul li {
   display: block;
   margin-left: -15px;
   line-height: 30px;
}

.filtry-box .filter-list span,
.filter-box .filter-list cat_id{
    display: none;
}
a.category_link.no-active {
    color: #757575;
}
a.category_link.active {
    font-weight: bold;
}
*/
.margin33px {
    margin-left: 33px;
}
.product {
    margin-bottom: 30px;
}
.products .box-1 h2 a {
    font-size: 16px;
    height: 3.6em;
    float: left;
    width: 100%;
}
.products .box-1 .txt {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 3.4rem;
}
.products .price {
    text-align: center;
}
.products .image-container {
    margin:15px;
    width: calc(100% - 30px);
    float:left;
    height: 250px;
    background-position: center !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}
.title {
    width:100%;
    font-weight: 800;
    color: #0FA4D8;
    margin-bottom: 20px;
}

.product_attribute {
    color: #ffffff;
    background-color: #e10a19;
    margin: 5px;
    border-radius: 4px;
    /*    box-shadow: 1px 1px 3px #e10a19;*/
    padding: 5px;
    margin-top: 5px;
    margin-left: 0px;
    float:left;
    width:auto;
}

.product h1 {
    padding-top: 10px;
    float:left;
    width:100%;
    text-align: left;
}
.product hr {
    width:100%;
}

.product-box {
    margin-top: 30px;
    margin-left: -3px;
}
.product-box:hover {
    box-shadow: inset 0px 0px 4px 4px #e3e0d9;
}
.product-box .box-1 .description {
    float: left;
    width: 100%;
    padding: 0;
}

.title {
    float: left;
    text-align: left;
    clear: both;
}
big.price {
    font-size: 30px;
    font-weight: bold;
}
#bonus-price {
    color: #afafaf;
    font-size: 20px;
    text-decoration: line-through;
}
.product .description {
    width: 100%;
    float: left;
}

.product-images img {
    margin-top: 20px;
}
.product-images .big img {
    margin-top: 0px;
}
.lb-outerContainer {
    height: auto !important;
}

.order-summary table {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

/*slider produktowy */
#miniatury-slider{
    margin-top: 20px;
    width: 100%;
    float: left;
}
.miniatury-box{
    margin: 0 15px;
}
.miniatury-img{
    height: 200px;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    min-width: 100px;
}

.slick-next{
    z-index: 1;
    background-size: contain;
    background-image: url("../img/right.png");
}

.slick-prev{
    z-index: 1;
    background-size: contain;
    background-image: url("../img/left.png");
}
.slick-next:before, .slick-prev:before{
    content: none;
}
.slick-prev:focus {
    outline:0 !important;
    z-index: 1;
    background-size: contain;
    background-image: url("../img/left.png");
}
.slick-next:hover {
    z-index: 100000;
    background-size: contain;
    background-image: url("../img/right.png");
}
.slick-prev:hover {
    z-index: 1;
    background-size: contain;
    background-image: url("../img/left.png");
}
.slick-next:focus { 
    z-index: 1;
    background-size: contain;
    background-image: url("../img/right.png");
}
.slick-prev:focus {
    z-index: 100000;
    background-size: contain;
    background-image: url("../img/left.png");
}

.kontakt-pos table {
    width: 100%;
    margin-bottom: 10px;
}

.kontakt-pos td {
    vertical-align: top;
}

.o-firmie table {
    width: 100%;

}

.o-firmie td {
    margin-bottom: 10px;
}

.akt-img img{
    max-height: 300px;
    max-width: 400px;
}


@media screen and (max-width: 992px)  {
    .kontakt-pos tbody > tr:first-of-type > td:first-of-type{
        width: 100%;
    }
    .kontakt-pos tbody > tr:first-of-type > td:first-of-type > a > img{
        width: 100% !important;
        height: auto !important;
    }


}

@media screen and (max-width: 767px){
    #miniatury-slider{
        width: 86%;
        margin-left: 7%;
    }
}

/* checkbox custom style */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #a4abb1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reservation-form {
    background-color: #ededed;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 676px){

    .breadcrumb {
        margin-top: 30px;
    }
    img {
        /*        height: auto !important;*/
    }

    :after, :before {
        /*        box-sizing: initial;*/
    }
}