@import "../../default/css/styles.css";
.description {
    position: relative;
}
.description .info {
    width: 300px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    padding: 5px;
    top: 0px;
    border: 1px solid #968f8f; 
    border-radius: 3px;
    background: linear-gradient(to top, #f4eaea, #ffffff);
}
.description:hover .info {display: block;}
.description .info span {
}
.calculator {
    background-color: #f0f0f0;
}

.swatches-container-KolorSkrzyniProwadniciListwyDolnej img {width: 153px;}
.swatches-container-KolorPancerza img {width: 153px;}

body .swatches-container .swatch-img.current {border-width: 2px;}

body .cat-img img {width: auto;}

.btn-quote {background: transparent; border: 0; cursor: pointer;}

#lang-switcher-wrapper-regular {display: none;}

@media (max-width: 767px) {
    .product-view .product-img-column {
        min-height: 476px;
    }
}

/* PayU */
body.payu-theme #payu-installment-calc {width: auto;}

body h3 {
    font-size: 1.6666em;
}

/* blog */
.aw-blog-read-more {
    display: block;
    margin-top: 1em;
    font-weight: bold;
}
.postWrapper {
    margin-top: 25px;
}
.postWrapper .postTitle {
    border: 0;
}
.postTitle span {
    color: #aaa;
}
.owl-item img {
    cursor: pointer;
}

/* FAQ */
dl.faq-list dt {
    font-weight: bold;
    font-size: 1.2em;
}
ul.faq-list {
    margin-bottom: 1em;
}
.faq-items dt {
    font-weight: bold;
    font-size: 1.2em;
}
.faq-items dd {
    margin-bottom: 1em;
}


.category-description ul {
    list-style: disc;
    padding: 0 0 1em 2em;
}

@media only screen and (max-width: 767px) {
    .category-products {
        margin-top: 101px;
    }
    .block-layered-nav + .category-products {
        margin-top: 0;
    }
}