/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.submit {
    background-color:red;
    color:white;
    padding:7px;
    border:0px;
}
.submit a {
    background-color:red;
    color:white;
    padding:7px;
    border:0px;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url("../images/bg.jpg");
}

* {
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}
.wrapper {
    float: left;
    width: 100%;
}

.top {
    background: #2d2d2d;
    border-bottom: 1px solid #9d9d9d;
    font-family: Arial, sans-serif;
    height: 46px;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    display: inline-block;
}
.top a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    display: inline-block;
    line-height: 46px;
}
.top .basket {
    float: right;
    background: url("../images/white-basket.png") #000000 16px center no-repeat;
    height: 45px;
    line-height: 45px;
    padding: 0 12px 0 55px;
    font-size: 14px;
    font-weight: bold;
    margin:0 -10px 0 20px
}
.top .left {
    float: left;
    margin-left:22px;
}
.top .right {
    float: right;
    margin-right:22px;
}

.header {
    background: #FFF;
    height: 119px;
}
.header .logo {
    float: left;
    margin: 28px 0 0 7px;
}
.header .search-top {
    float: left;
    position: relative;
    margin: 40px 0 0 73px;
}
.header .search-top input[type="text"] {
    width: 382px;
    height: 42px;
    border: 1px solid #2e2f23;
    border-radius: 3px;
    background: #FFF;
    padding: 0 60px 0 15px;
}
.header .search-top input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/btn-search.png");
    width: 51px;
    height: 42px;
    text-indent: -9999px;
    border: none;
}
.header .zadzwon-btn {
    float: right;
    margin: 23px 10px 0px 0px;
}

.nav {
    background: #ff0000;
    height: 45px;
    border-bottom: 1px solid #f97171;
    border-top: 1px solid #f97171;
    margin-bottom: 12px;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    color: #FFF;
    line-height: 43px;
    margin: 0 22px;
    position: relative;
}
.nav ul li a:after {
    width: 2px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -7px -22px 0 0;
    content: "";
    background: #FFF;
    box-shadow: 1px 1px 0 #000;
}
.nav ul li:last-child a:after {
    display: none;
}

.slider {
    position: relative;
}
.slider li {
    position: relative;
}
.slider li .text {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    text-align: right;
}
.slider li .text h1 {
    font-size: 30px;
}
.slider li .text p {
    font-size: 24px;
    font-weight: 300;
}
.slider .bx-pager {
    position: absolute;
    text-align: center;
    bottom: 9px;
    width: 100%;
    left: 0;
}
.slider .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}
.slider .bx-pager .bx-pager-item a {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: #ff0000;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.slider .bx-pager .bx-pager-item a.active {
    background: #FFF;
}

.title-top {
    margin: 25px 0;
}
.title-top h2 {
    float: left;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-top:5px;
    padding-top:2px;
}
.title-top a {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    margin: 5px 0;
}
.title-top form {
    margin:0px;
    display: inline-block;
}
.title-top .select {
    float: right;
    margin: 9px 0 0 0;
}
.title-top .select span {
    font-size: 12px;
    font-weight: bold;
}
.title-top .select select {
    /*width: 120px;*/
    height: 22px;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    margin-left: 5px;
}
.product-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.product-list li {
    display: inline-block;
    width: 205px;
    margin-right: 35px;
    vertical-align: top;
    font-family: Arial, sans-serif;
}
.product-list li:nth-child(4n) {
    margin-right: 0;
}
.product-list li .product-list-image {
    position: relative;
    background: #FFF;
    display: block;
    width: 100%;
    height: 205px;
    text-align: center;
    line-height: 205px;
    border: 1px solid #ececec;
}
.product-list li .product-list-image img {
    display: inline-block;
}
.stick {
    position: absolute;
    right: -1px;
    top: -1px;
    line-height: 33px;
    width: 33px;
    height: 33px;
}
.stick.left {
    right: 0;
    left: -1px;
}
.stick img {
    display: block;
}
.product-list li a {
    text-decoration: none;
}
.product-list li .product-list-title {
    font-size: 14px;
    display: block;
    clear: both;
    text-align: center;
    color: #ff0001;
    margin: 13px 0 10px 0;
}
.product-list li .price {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-indent: 7px;
    line-height:33px;
}
.product-list li .oldprice {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-indent: 7px;
    line-height:33px;
    color:darkgray;
    text-decoration: line-through;
    margin-right:10px;
}
.product-list li input[type="image"] {
    float: right;
    background: url("../images/black-basket.png");
    width: 23px;
    height: 19px;
    border: none;
    text-indent: -9999px;
    margin: 7px 0 0 0;
}
.left-content {
    float: left;
    width: 250px;
    margin-left: -15px;
}
.left-content > a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 18px;
    background: #2d2d2d;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 8px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}
.left-content ul {
    margin: 20px 0 20px 18px;
    padding: 0;
    list-style: none;
    display: none;
}
.left-content ul.open {
    display: block;
}
.left-content ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    padding-left: 14px;
    margin: 8px 0;
    display: block;
    position: relative;
}
.left-content ul li a:hover,
.left-content ul li a.active {
    font-weight: bold;
    color: #ff0000;
}
.left-content ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ff0000;
    top: 6px;
}
.left-content > a:hover,
.left-content > a.active {
    background: #ff0000;
}
.right-content {
    float: right;
    width: 690px;
}
.right-content .product-list li {
    margin-right: 34px !important;
    margin-bottom: 25px !important;
}
.right-content .product-list li:nth-child(3n) {
    margin-right: 0 !important;
}
.right-content .title-top {
    margin-top: 0;
}

.right-content .title-top h2 {
    font-weight: 600;
    position: relative;
    padding-left: 27px;
}
.right-content .title-top h2:after {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #ff0000;
    content: "";
}
.right-content a {
    color:red;
    text-decoration:none;
    font-size:14px;
}
.page-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 25px 0;
}

.product h2 {
    font-size: 24px;
    margin: 4px 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0000;
}
.product h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.product .product-gallery {
    float: left;
    width: 308px;
    margin-right: 22px;
}
.product .product-gallery .gallery-big {
    width: 100%;
    height: 308px;
    background: #FFF;
    text-align: center;
    line-height: 308px;
    border: 1px solid #dfdfdf;
    position: relative;
}
.product .product-gallery .gallery-big a {
    display: none;
}
.product .gallery-thumb {
    padding: 14px 25px 14px 25px;
}
.product .gallery-thumb .owl-item a{
    height: 81px;
    line-height: 81px;
    text-align: center;
    background: #FFF;
    display: block;
}
.product .gallery-thumb .owl-item a img {
    display: inline-block;
    max-width: 90%;
}
.product .product-description {
    overflow: hidden;
    float: right;
    width: 350px;
}
.product p {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.product li {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.product p a {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color:red;
    text-decoration: none;
}
.product .product-description .price {
    display: block;
    margin: 35px 0;
    font-size: 30px;
    font-weight: 600;
}
.product .product-description .oldprice {
    display: block;
    margin: 35px 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    color:darkgray;
}
.product .product-text {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.product .add_basket {
    background: url("../images/basket.png");
    width: 132px;
    height: 19px;
    border: none;
    text-indent: -9999px;
    display: inline-block;
}
.gallery-thumb .owl-prev {
    position: absolute;
    background: url("../images/gallery-arrow-left.png") top;
    height: 66px;
    width: 15px;
    left: 0px;
    top: 50%;
    margin-top: -33px;
    text-indent: -9999px;
}
.gallery-thumb .owl-next {
    position: absolute;
    background: url("../images/gallery-arrow-right.png") top;
    height: 66px;
    width: 15px;
    right: 0px;
    top: 50%;
    margin-top: -33px;
    text-indent: -9999px;
}
.gallery-thumb .owl-prev:hover,
.gallery-thumb .owl-next:hover {
    background-position: bottom;
}
article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
article li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
article td {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.input_txt {
    font-size:14px;
    padding:5px;
}
.footer {
    background: #2d2d2d;
    height: 88px;
    border-top: 1px solid #a3a3a3;
    font-family: Arial, sans-serif;
    margin-top: 60px;
}
.footer nav {
    float: left;
    margin: 34px 0;
}
.footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer nav ul li {
    float: left;
}
.footer nav ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    display: block;
    position: relative;
    margin-right: 25px;
}
.footer nav ul li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 10px;
    width: 1px;
    margin: -5px -14px 0 0;
    content: "";
    background: #FFF;
}
.footer nav ul li:last-child a:after {
    display: none;
}
.footer span {
    float: right;
    color: #a6a6a6;
    font-size: 11px;
    margin: 35px 0;
}
.footer span a {
    text-decoration: none;
    color: #a6a6a6;
}
.footer span em {
    padding: 0 15px;
}
    /* ==========================================================================
       Helper classes
       ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dfdfdf;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;

}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {

}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}