@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,latin-ext);

body {
    /* background: #fff url('../images/bg.jpg') repeat-x top center; */
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    color: #252525
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.btn-primary {
    background: #9A2537;
    border-color: #9A2537;
    transition: all .2s ease-in-out;
    border-width: 2px;
    font-weight: bold;
}

.btn-primary:hover {
    background: #fff;
    border-color: #9A2537;
    color: #9A2537;
    border-width: 2px;
}

a,
a:focus,
a:hover {
    color: #252525;
}

span.alergen {
    color: #9A2537;
    font-weight: 700;
}

ul.sidebar>li>a.red {
    color: #9A2537;
}

tr.wooden td,
tr.wooden th {
    background: #ddd;
    font-weight: bold;
    border-color: #ccc !important;
    border: 1px solid #ccc !important;
}

table.table-bordered td {
    border-color: #ccc !important;
    font-size: 12px;
    padding: 4px !important;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #efefef;
}

h1 {
    display: block;
}

h4 {
    padding-top: 16px;
}

h4.panel-title {
    padding: 0px;
}

h2.head-text {
    color: #B7A091;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
}

h2.sklep-type {
    color: #9A2537;
    font-size: 14px;
    margin: 4px 0px;
    font-weight: bold;
}

.products a {
    color: #692E1F;
    font-size: 14px;
    font-weight: bold;
}

.products a.btn-primary {
    color: #FFF;
}

.products a.btn-primary:hover {
    color: #9A2537;
}

.minus-200 {
    position: relative;
    margin-top: 0px;
}

.minus-200 h1 {
    font-size: 36px;
    color: #9A2537;
    font-weight: normal;
    text-shadow: 2px 2px #eee;
    margin-top: 10px;
}

.minus-200>div>div>h1 {
    margin-top: 8px;
}

.nopadding {
    padding: 0px;
}

.stborder {
    border: 1px solid #E3CFC1;
}

h2.bh2 {
    background: transparent url(../images/dotted-line.png) repeat-x top left;
    color: #B7A091;
    padding-top: 16px;
}

.minus-200.aktualnosci h1 {
    margin-bottom: 32px;
}

.minus-200.aktualnosci.sub h1 {
    margin: 16px 0px 16px 16px;
}

small.sh1 {
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px dotted #aaa;
    margin: -8px 0px 8px 8px;
    display: inline-block;
    clear: both;
    float: left;
}

p.line {
    background: transparent url(../images/dotted-line.png) repeat-x bottom left;
    padding: 1px 0px;
    margin-left: -8px;
    margin-right: -8px;
}

p.bline {
    background: transparent url(../images/dotted-line.png) repeat-x bottom left;
    padding: 8px 0px 16px 0px;
    margin-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;
}

.kontakt-img {
    border-radius: 300px;
    border: 4px solid #eee;
    overflow: hidden;
    width: 120px;
    height: 120px;
    float: right;
}

.kontakt-data p {
    padding-top: 16px;
}

.kontakt-data p:last-child {
    font-size: 12px;
    padding-bottom: 16px;
}

.navbar-brand-logo {
    display: block;
    position: absolute;
    left: calc(50% + 60px);
    top: 16px;
    width: 120px;
    height: 128px;
    /*top: 0px;
    width: 180px;
    height: 188px;    */
    margin-left: -83px;
    background-color: transparent;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

.fb {
    display: block;
    background-size: 40px auto;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/fb.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.instagram {
    display: block;
    background-size: 40px auto;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/instagram.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.youtube {
    display: block;
    background-size: 40px auto;
    background-position: 0 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/youtube.gif);
    background-repeat: no-repeat;
}

a.instagram, a.youtube {
    border-radius: 8px;
    overflow: hidden;
}

div.header {
    background: #fff;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 120px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid #787878;
}

body.headshop .header {
    box-shadow: none;
    border-bottom: none;
}


.row.link-map {
    position: absolute;
    top: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.row.link-map a {
    height: 100%;
    min-height: 100%;
}

.link-map-container {
    padding-top: 100px;
    padding-bottom: 32px;
}

body.headshop .navbar-brand-logo span {
    opacity: 0;

}

@media screen and (min-width: 992px) {
    body.headshop .navbar-brand-logo {
        background: none;
        text-align: center;
        text-decoration: none;
    }


    body.headshop .navbar-brand-logo span {
        font-size: 18px;
        position: relative;
        top: 65px;
        font-weight: bold;
        opacity: 1;

    }
}

.navbar-nav li {
    padding: 0px 0px 10px 0px;
}

.navbar-nav>li>a {
    color: #692E1F;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #9A2537;
}

footer .nav {
    margin: 16px auto;
}

footer .nav>li>a {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

footer .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

footer .nav>li>a,
footer .nav>li>a:hover {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav.social {
    float: right;
}

.navbar-nav.social li {
    padding: 16px 0px 0px 0px;
}

.big-picture {
    display: block;
    /*background:#787878*/
    ;
    position: relative;
    padding-bottom: 6px;
}

.big-picture>div>div>div>div.picture {
    height: 703px;
    background-image: url(../images/big-picture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*cezar-bylo0.7*/
    opacity: 0.9;
    transition: all 1s ease-in-out;
    transform: scale(1.4);
    background-position: center;
}

.big-picture>div>div>div.item.active>div.picture {
    transform: scale(1);
}

.big-picture.small-header>div.picture {
    height: 160px;
    /*background-image: url(../images/big-picture.jpg);background-repeat: no-repeat;background-size: cover;opacity:0.7;*/
}

.big-picture.small-header.sklepy>div.picture {
    background: #724F34 url(../images/beton2.jpg) repeat bottom left;
}

@media screen and (max-width: 1365px) {
    .big-picture>div>div>div.picture {
        background-size: cover;
    }
}

.big-picture>div>div>div>div.text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-picture>div>div>div>div.text h1 {
    font-size: 48px;
    font-weight: normal;
}

#main-picture {
    margin-bottom: 0px;
}

a.big-btn {
    color: #545455;
    font-size: 18px;
    padding: 16px 20px;
    display: block;
    margin-top: 36px;
    background: #fff;
    border: 2px solid #545455;
    font-weight: bold;
}

a.more:hover,
.big-btn:hover {
    color: #545455;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.big-btn span {
    display: inline-block;
    float: right;
}

.big-btn.sklep-marker {
    text-align: left;
    width: 320px;
    margin: -100px auto 80px auto;
    font-size: 24px;
    padding: 12px 20px;
    z-index: 99;
    position: relative;
}

.big-btn.sklep-marker span {
    width: 26px;
    height: 44px;
    background-image: url(../images/znajdz-sklep-marker.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    background-size: 75%;
}

.znak-nowosc{
    background:url('/content/design/images/nowosc.png') center center;  width:62px; position:absolute; top:4px; left:4px; z-index:23; height:24px; float:left;
}

.products {
    clear: both;
    margin-bottom: 36px;
}

.minus-200 .products {
    margin-bottom: 0px;
    overflow: hidden;
}

.products div img {
    display: block;
    clear: both;
    margin: 10px auto 0px auto;
    transition: all .2s ease-in-out;
    z-index: 1;
    position: relative;
    border: 0px;
    padding: 0px 20px 40px 20px;
    min-height: 150px;
    height: 150px;
    width: auto;
    max-width: none;
}


/* .products > div.col-xs-12 .p1 img{transform: scale(1.4);} */

.products>div.col-xs-12 .p2 img {}

.products>div.col-xs-12 {
    transition: all .2s ease-in-out;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.1);
}

.products>div.col-xs-12:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: 2px solid #efefef;
}

.products .carousel-inner div a.p1 img:hover,
.products>div>a>img:hover {
    transform: scale(1.3);
    border: 0px;
    text-decoration: none;
}

.products a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
}

.products a span {
    z-index: 2;
    position: relative;
    top: -16px;
}

.products a span {
    height: 38px;
    max-height: 38px;
    overflow: hidden;
}

.products a>span:nth-child(2) {
    clear: both;
    display: block;
}

.products a span.badge {
    background: #fff;
    color: #9A2537;
    display: inline-block;
    font-size: 11px;
    clear: both;
}

.left.carousel-control {
    background: transparent url('../images/slide-control.png') no-repeat center left;
}

.right.carousel-control {
    background: transparent url('../images/slide-control.png') no-repeat center right;
}

#main-picture .left.carousel-control {
    background: transparent url('../images/wslide-control.png') no-repeat center left;
    z-index: 3;
}

#main-picture .right.carousel-control {
    background: transparent url('../images/wslide-control.png') no-repeat center right;
    z-index: 3;
}

#aktualnosci .right.carousel-control,
#aktualnosci .left.carousel-control {
    background-image: none;
}

.product-name {
    color: #9A2537;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 16px;
}

.shadow-pictures {
    margin-bottom: 32px;
    clear: both;
}

.shadow-pictures.scroll a {
    margin: 16px 32px 16px 0px;
    display: block;
    background: #7D593D;
}

.shadow-pictures.scroll a img {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.shadow-pictures.scroll a img:hover {
    opacity: 1;
}

.shadow-pictures img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.shadow-pictures div {
    position: relative;
}

.aktualnosci .shadow-pictures div {
    margin-bottom: 32px;
}

.shadow-pictures div a span {
    position: absolute;
    bottom: 10%;
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
}

.shadow-white-boxes>div>div>div {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 8px 32px 16px 32px;
    overflow: hidden;
    min-height: 170px;
}

.shadow-white-boxes>div>div>div h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #9A2537;
}

.shadow-white-boxes>div>div>div p {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 32px 0px 0px;
}

.shadow-white-boxes>div>div>div a.more {
    float: right;
    clear: both;
    display: inline-block;
    border: 1px solid #252525;
    font-size: 12px;
    color: #252525;
    background: #fff;
    margin-top: 8px;
}

.shadow-white-boxes>div>div>div a.more span {
    border: 1px solid #fff;
    padding: 4px 8px;
    display: block;
    font-weight: bold;
}

.shadow-white-boxes>div>div>div a.more:hover span {
    border: 1px solid #252525;
}

.shadow-white-boxes>div>div.czy-wiesz-ze>div {
    background: #fff url('../images/czy-wiesz-ze.jpg') no-repeat center right;
}

.shadow-white-boxes>div>div.wspolpraca>div {
    background: #fff url('../images/wspolpraca.jpg') no-repeat center right;
}

div.filtr {
    background: #FCF5F3;
    padding: 16px 16px;
    border: 1px solid #F3ECEA;
    margin-top: 0px;
    display: block;
    clear: both;
    position: relative;
    z-index: 3;
}

div.filtr div {
    padding-right: 16px;
}

div.filtr label {
    font-weight: normal;
    padding: 0px 8px;
}

.btn.btn-default {
    border-radius: 0px;
    border-color: #9A2537;
    color: #9A2537;
    font-weight: bold;
    border-width: 2px;
}

.btn.btn-default:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #fff;
}

#formCake1 .btn.btn-default {
    border-width: 0px;
}

#formCake1 .btn.btn-default:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background: #fff;
}

ul.sidebar {
    background: #FCF5F3;
    border: 1px solid #E3CFC1;
    padding: 0px;
    list-style: none;
    margin-top: 32px;
}

ul.sidebar>li {
    padding-bottom: 1px;
    background: transparent url(../images/dotted-line.png) repeat-x bottom left;
}

ul.sidebar>li:last-child {
    background-image: none;
}

ul.sidebar>li>a {
    padding: 16px;
    color: #252525;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

ul.sidebar>li.active>a {
    color: #9A2537;
}

ul.sidebar>li>ul>li>ul,
ul.sidebar>li>ul {
    padding: 0px;
    list-style: none;
}

ul.sidebar>li>ul>li.active {
    background: #fff;
}

ul.sidebar>li>ul>li>a {
    padding: 8px 8px 8px 16px;
    display: block;
    color: #9A2537;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.sidebar>li>ul>li>ul>li>a {
    padding: 4px 8px 4px 36px;
    display: block;
    color: #9A2537;
    font-size: 12px;
    font-weight: bold;
}

ul.sidebar>li>ul>li>a span {
    padding-right: 4px;
}

ul.sidebar li.street {
    text-transform: none !important;
}

.produkty ul.sidebar>li>ul>li>a span {
    display: none;
}

.produkty ul.sidebar li a {
    text-align: left;
}

.produkty ul.sidebar>li>ul>li>a {
    font-weight: normal;
}

.produkty ul.sidebar>li>ul>li>ul>li>a {
    color: #555;
}

.big-picture.small-header.produkty>div.picture {
    /*background:#fff url(../images/beton2.jpg) repeat bottom left;*/
}

.sklep-details .table td {
    border: none;
}

.sklep-details .table th {
    border-bottom: 1px solid #ddd;
}

div.bubble {
    border: 2px solid #9A2537;
    color: #9A2537;
    border-radius: 100px;
    display: inline-block;
    padding: 4px 4px 4px 10px;
    margin: 2px;
}

div.bubble span {
    padding: 4px 8px;
    background: #9A2537;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
}

ol.breadcrumb {
    margin-top: 52px;
    background: transparent url(../images/dotted-line.png) repeat-x bottom left
}

hr {
    background: #ccc;
    width: 100%;
    padding-bottom: 2px;
    height: 0px;
    border: none;
}

footer {
    background: #fff url(../images/beton2.jpg) repeat bottom left;
    background-size: cover;
    padding: 36px 0px;
    margin-top: 36px;
    clear: both;
}

.products.przepisy a>span:nth-child(2) {
    text-transform: uppercase;
}

.products a span.badge {
    text-transform: lowercase;
}

.produkty-search {
    margin-top: 48px;
    margin-bottom: -16px;
}

.produkty-search input {
    float: left;
    width: 70% !important;
    margin: 0px;
    border-radius: 3px 0px 0px 3px;
    height: 36px;
}

.produkty-search button {
    float: right;
    width: 30%;
    margin: 0px;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}


/*#praca .panel-heading h4:before,.list-group-item:before{font-family: 'Glyphicons Halflings';content:"\e258";padding-right:5px;font-size:12px;}*/

.produkty .panel-title>a {
    text-transform: uppercase;
}

.produkty .panel>.list-group .list-group-item {
    text-transform: uppercase;
}

.produkty .panel>.list-group .list-group-item.street {
    text-transform: none;
}

.produkty .panel>.list-group .list-group-item ul li {
    text-transform: none;
}

.produkty .panel>.list-group .list-group-item.active {
    background-color: #fff;
    border-color: #eee;
    font-weight: bold;
}

.produkty .panel>.list-group .list-group-item.active ul {
    padding-left: 16px;
}

.produkty .panel>.list-group .list-group-item.active ul li {
    font-weight: normal;
}

#tortySzablony .templateImage {
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

#tortySzablony .templateRadio {
    height: 52px;
    line-height: 16px;
    font-size: 12px;
    margin-top: 8px;
    overflow: hidden;
}

h1.white-head {
    text-transform: uppercase;
}

#aktualnosci .carousel-control .glyphicon-chevron-left,
#aktualnosci .carousel-control .glyphicon-chevron-right,
#aktualnosci .carousel-control .icon-next,
#aktualnosci .carousel-control .icon-prev {
    font-size: 64px !important;
    margin-top: -30px;
}

#sklepy-button {
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    color: #9A2537;
    font-weight: bold;
}

#sklepy-button span:first-child {
    float: left;
    display: inline-block;
}

#sklepy-button .icon-bar {
    position: absolute;
    right: 8px;
}

#sklepy-button .icon-bar:nth-child(3) {
    top: 9px;
}

#sklepy-button .icon-bar:nth-child(4) {
    top: 13px;
}

#sklepy-button .icon-bar:nth-child(5) {
    top: 21px;
}

#aktualnosci .right.carousel-control {
    margin-right: 32px;
}

div.filtr,
ul.sidebar {
    background: #f2f2f2;
    border: 1px solid #eee;
}

h2.head-text {
    color: #bbb;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a {
    color: #222;
}


/*cezar#main-picture {    background: #888;} */

.col-md-9 nav {
    display: block;
    clear: both;
}

.pagination {
    float: right;
}

.pagination li a {
    color: #787878;
}

.pagination>li.active>a {
    border-color: #787878 !important;
}

.pagination>li.active>a {
    background: #787878 !important;
}

.products a.p1 img {
    padding: 0px 34px 26px 34px;
    border: none;
}

.panel-group .panel,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child,
.panel-heading {
    border-radius: 0px !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.owl-next {
    right: 0;
    left: auto;
    background: transparent url('../images/slide-control.png') no-repeat center right;
}

.owl-prev {
    background: transparent url('../images/slide-control.png') no-repeat center left
}

.owl-item > div{
    padding: 8px 16px;
}

.products div.owl-item img {
    height: auto;
}

#polecamy .owl-next,#polecamy .owl-prev{
    background-position-y: 20%;
}

#article-photo-carousel .carousel-indicators li img{
margin-top:4px;
}

div#sKoszyk {
    float: left;
    padding: 8px 16px 8px 42px;
    background-repeat: no-repeat;
    background-position: 14px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z' fill='rgba(154,37,55,1)'/%3E%3C/svg%3E");
    border: 1px solid #fafafa;
    border-radius: 0px 0px 8px 8px;
}

div#sKoszyk2 {
    float: left;
    padding: 8px;
    border: 1px solid #fafafa;
    border-radius: 0px 0px 8px 8px;
}

div#sKoszyk a,
div#sKoszyk2 a {
    color: #973443;
}

.zakup .form-control {
    border-radius: 3px 0px 0px 3px;
}

.zakup .btn:hover,
.zakup .btn 
{
    font-size: 13px;
    background: #fff ;
    background-repeat:no-repeat;
    background-position: 4px center;
    border: 1px solid #ddd;
    border-radius: 0px 5px 5px 0px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z' fill='rgba(154,37,55,1)'/%3E%3C/svg%3E");

    padding-left: 32px;
}

.hover-link a,
.zakup .btn.koszyk.brd:hover,
.zakup .btn.koszyk.brd
{
    font-size: 13px;
    color:#fff !important;
    background:#9a2537 !important;
    background-repeat:no-repeat !important;
    background-position: 4px center !important;
    border: 1px solid #9a2537;
    border-radius: 0px 5px 5px 0px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") !important; 
    padding-left: 32px;
}

.hover-link a:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z' fill='rgba(154,37,55,1)'/%3E%3C/svg%3E") !important;    
}

.hover-link a{
    border-radius:0px !important;
}

.zakup .btn:hover {
    background-color: #fff4f4;
    box-shadow: none;
}

.zakup .form-control {
    height: 32px;
    margin-left: 4px;
}

.zakup .pcena {
    padding: 8px;
}

.zakup .pcena span {
    font-weight: 700;
}

.zakup {
    margin-bottom: 16px;
}

.process.list-inline>li.col-xs-3 {
    padding: 0px;
    opacity: 0.5;
}

.process.list-inline>li.col-xs-3.current,
.process.list-inline>li.col-xs-3.done {
    opacity: 1;
}

.process.list-inline>li.col-xs-3.current a {
    color: #9A2537;
}

.process.list-inline>li.col-xs-3.current .badge {
    background-color: #9A2537;
}

.process.list-inline>li.col-xs-3 a span:nth-child(2) {
    padding-left: 8px;
}

.process {
    overflow: hidden;
    padding-top: 8px;
}

h1.fh1 {
    margin-top: 16px;
}

.form100 .form-group {
    clear: both;
    display: block;
    overflow: hidden;
}

.col-sm-4 div#sKoszyk2 {
    padding: 0px;
    background-repeat: no-repeat;
    background-position: 14px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z' fill='rgba(154,37,55,1)'/%3E%3C/svg%3E");
    display: block;
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 16px;
}

.col-sm-4 div#sKoszyk2 p:first-child {
    padding: 8px 8px 8px 48px;
    border-bottom: 1px solid #f0f0f0;
}

.col-sm-4 div#sKoszyk2>a {
    padding: 8px 16px;
    display: block;
    overflow: hidden;
}

div.info-box {
    padding: 16px;
    font-size: 18px;
}

.input-group.buy .input-group-btn.plus button,
.input-group.buy .input-group-btn.minus button {
    width: 20px;
    height: 20px;
    border-radius: 16px;
    border: 1px solid #9A2537;
    margin: 2px 2px 2px 2px;
    background: #fff;
}

.input-group.buy .input-group-btn.plus button {
    background: #fff url('../images/plus.png') no-repeat center center;
}

.input-group.buy .input-group-btn.minus button {
    background: #fff url('../images/minus.png') no-repeat center center;
}

.input-group.buy input.kupIlosc {
    padding: 2px;
    width: 90%;
    text-align: center;
}

.input-group.buy.buyed input.kupIlosc {
    background-color: #f7eff1;
    border: 1px solid #9A2537;
    color: #9A2537;
}

img.ikonki-cechy {
    padding: 0px;
    display: inline;
    margin: 3px;
    max-height: 30px;
    height: 30px;
}

table.zakup {
    width: 100%;
}

td.text-center {
    text-align: center;
}

div.wymagane,
span.wymagane {
    color: #CC0000;
    display: inline;
    font-size: 15px;
}

div.form-control.no1 {
    display: none;
}

div.no2 {
    display: none;
}

span.alert {
    font-size: 11px;
}

th.w80px {
    width: 80px;
}

table.lista-koszyk input.iloscKoszyk {
    text-align: center;
}

div#cookie {
    position: fixed;
    bottom: 3px;
    right: 3px;
    display: none;
    oveflow: hidden;
    padding: 8px 10px 8px 10px;
    background: #9A2537;
    z-index: 999;
    color: #fff;
    width: 300px;
    font-size: 11px;
}

div#cookie strong {
    font-size: 13px;
}

div#cookie a {
    color: #fff;
}

div#cookie a.close {
    float: right;
    color: #fff;
    display: block;
    padding: 5px;
    background: #681724;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    opacity: 0.6;
}

p.burgund {
    margin-top: 8px;
    color: #9A2537;
    text-align: center;
}

.alert-putka {
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    color: #676767;
}

p.alcenter {
    text-align: center;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a.ui-state-default {
    background-color: #FFA2B0;
}

a.greenbezgl:hover,
a.greenbezgl {
    color: #00964d !important;
    border-color: #00964d;
    padding-right: 58px;
}

a.greenbezgl span img.img-responsive {
    max-height: 42px;
    margin-top: -8px;
    position: absolute;
    top: 55%;
    right: 30px;
}

.lista_koszyk>.row>div {
    min-height: 64px;
}

.lista_koszyk>.row>div>div {
    line-height: 32px;
}

.lista_koszyk>.row>div>div small {
    font-size: 10px;
    display: block;
    clear: both;
    line-height: 10px;
}

.lista_koszyk>.row {
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
}

.lista_koszyk>.row:nth-child(2) {
    border-top: 1px solid #ddd;
}

.table.lista-koszyk tr:nth-child(even) td,
.lista_koszyk>.row:nth-child(even) {
    background: #efefef;
}

.table.lista-koszyk tr:last-child td {
    background: #fff;
}

.lista_koszyk>.row>div.grbg>div {
    line-height: 16px;
}

.lista_koszyk>.row>div.grbg>div:last-child {
    padding: 0px;
}

table.tabinf.td {
    text-align: center;
}

div.artopis em {
    font-style: normal;
}

#article-photo-carousel .carousel-indicators li img {
    max-width: 100px;
    max-height: 60px;
    margin: auto;
}

#article-photo-carousel .carousel-indicators li {
    width: 100px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-indent: 0px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
}

#article-photo-carousel .carousel-indicators li.active {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#article-photo-carousel .carousel-indicators {
    width: 100px;
    margin: 0px auto;
    right: 32px;
    top: 33%;
    left: auto;
    float: right;
}

#article-photo-carousel .carousel-inner {
    padding-bottom: 32px;
}

#article-photo-carousel .carousel-inner .item img {
    margin: 0px auto;
}

#navbar1 {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    padding-top: 8px;
    padding-bottom: 0px;
}

#navbar1 ul {
    margin-bottom: 0px;
}

#navbar1 ul li {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}

#navbar1 ul li a:hover {
    background: #efefef;
}

.minus-200 h1.fh1 {
    font-size: 26px;
}

.aktualnosci .shadow-pictures.scroll a {
    background: transparent;
}

.aktualnosci .shadow-pictures.scroll a.img {
    transition: all 200ms ease-in;
}

.aktualnosci .shadow-pictures.scroll a:hover img {
    transform: scale(1.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}


#produktPrice{
    width:320px;
    float:right;
    clear:both;
    margin-bottom:32px;
}

#produktPrice .pcena.text-center{
    text-align:right;
    font-size:18px;
    padding-right:24px;
}

#praca .panel-default{
    border-color:#9a2537;
}

.bordo,#praca .panel-default > .panel-heading{
    border-color:#9a2537;
    background:#9a2537;  
    color:#fff  !important;
}

.list-group-item.red-bg > a{
    color:#fff  !important;
}

.red-bg{
    background:#dd3333;
    color:#fff;
}

.coll-sign::after{
    width:28px;
    height:28px;
    content:" ";
    background: transparent url('../images/arrow-drop-down-line-b.svg') no-repeat center center;        
    display: inline-block !important;
    background-size:100%;
    bottom: 3px;
    position: relative;
    float: right;    
}

a.coll-sign[aria-expanded="true"]::after{
    background: transparent url('../images/arrow-drop-up-line-b.svg') no-repeat center center;      
}

#praca .panel-default > .panel-heading:hover{
    border-color:#c32f46;
    background:#c32f46;  
}



#praca .panel-default > .panel-heading a,#praca .panel-default > .panel-heading a:hover{
    color:#fff  !important;
}

.newsletter{
    overflow: hidden;
    padding: 8px;
}

#sKoszyHeader{
    display: block;
    background: #9a2537;
    margin-top: 2px;
    padding: 12px 8px;
    color: #fff;
}

#sKoszyHeader *{color:#fff !important}

div.basketslider img {
    max-height: 40px;
}
div.basketslider a.p1 img {
    padding: 0px;
    padding-bottom: 20px;
}

.carousel-indicators.p-details{
top: 16%;
}

.text-center.button{
    padding:16px;
    background: #efefef;
    margin-top:16px;
}

.date-pick.form-control.hasDatepicker{
    border-radius:4px 0px 0px 4px;
}

.septed{
    border-top: 1px solid #efefef;
}

.septed td{
   padding-top:16px;
}



div.artopis a {
    color: #9a2537;
    text-decoration: underline;
}

table.tekst td {
    padding: 4px;
    font-size: 12px;
}

.sklep-mobile {
    width: 44px;
    height: 40px;
    display: inline-block;
    color: #02964c;
    float: right;
    margin: 20px 10px;
    border-color: #02964c;
    border: 2px solid #02964c;
    border-radius: 4px;
    padding: 4px 8px;
}

.sklep-mobile svg {
    fill: #02964c;
}

.sklep-mobile svg {
    fill: #02964c;
}

.sklep-mobile2 {
    width: 44px;
    height: 40px;
    display: inline-block;
    color: #02964c;
    float: right;
    margin: 20px 0px;
    border-color: #9a2537;
    border: 2px solid #9a2537;
    border-radius: 4px;
    padding: 4px 8px;
}

.sklep-mobile2 svg {
    fill: #9a2537;
}

table.ui-datepicker-calendar tr td:first-child a {
    background-color: #FFA2B0;
}

.d-inline {
    display:inline!important
   }
   .d-inline-block {
    display:inline-block!important
   }
   .d-block {
    display:block!important
   }
   .d-grid {
    display:grid!important
   }
   .d-table {
    display:table!important
   }
   .d-table-row {
    display:table-row!important
   }
   .d-table-cell {
    display:table-cell!important
   }
   .d-flex {
    display:flex!important
   }
   .d-inline-flex {
    display:inline-flex!important
   }
   .d-none {
    display:none!important
   }

   .flex-fill {
    flex:1 1 auto!important
   }
   .flex-row {
    flex-direction:row!important
   }
   .flex-column {
    flex-direction:column!important
   }
   .flex-row-reverse {
    flex-direction:row-reverse!important
   }
   .flex-column-reverse {
    flex-direction:column-reverse!important
   }
   .flex-grow-0 {
    flex-grow:0!important
   }
   .flex-grow-1 {
    flex-grow:1!important
   }
   .flex-shrink-0 {
    flex-shrink:0!important
   }
   .flex-shrink-1 {
    flex-shrink:1!important
   }
   .flex-wrap {
    flex-wrap:wrap!important
   }
   .flex-nowrap {
    flex-wrap:nowrap!important
   }
   .flex-wrap-reverse {
    flex-wrap:wrap-reverse!important
   }
   
   .justify-content-start {
    justify-content:flex-start!important
   }
   .justify-content-end {
    justify-content:flex-end!important
   }
   .justify-content-center {
    justify-content:center!important
   }
   .justify-content-between {
    justify-content:space-between!important
   }
   .justify-content-around {
    justify-content:space-around!important
   }
   .justify-content-evenly {
    justify-content:space-evenly!important
   }
   .align-items-start {
    align-items:flex-start!important
   }
   .align-items-end {
    align-items:flex-end!important
   }
   .align-items-center {
    align-items:center!important
   }
   .align-items-baseline {
    align-items:baseline!important
   }
   .align-items-stretch {
    align-items:stretch!important
   }
   .align-content-start {
    align-content:flex-start!important
   }
   .align-content-end {
    align-content:flex-end!important
   }
   .align-content-center {
    align-content:center!important
   }
   .align-content-between {
    align-content:space-between!important
   }
   .align-content-around {
    align-content:space-around!important
   }
   .align-content-stretch {
    align-content:stretch!important
   }
   .align-self-auto {
    align-self:auto!important
   }
   .align-self-start {
    align-self:flex-start!important
   }
   .align-self-end {
    align-self:flex-end!important
   }
   .align-self-center {
    align-self:center!important
   }
   .align-self-baseline {
    align-self:baseline!important
   }
   .align-self-stretch {
    align-self:stretch!important
   }

   .img-fluid {
    max-width:100%;
    height:auto
   }
   .img-thumbnail {
    padding:.25rem;
    background-color:#fff;
    border:1px solid #dee2e6;
    border-radius:.25rem;
    max-width:100%;
    height:auto
   }

   .overflow-hidden {
    overflow:hidden!important
   }
   .overflow-visible {
    overflow:visible!important
   }
   .overflow-scroll {
    overflow:scroll!important
   }   

   h4.list-group-item{margin-top:0px !important;}

   .w-25 {
    width:25%!important
   }
   .w-50 {
    width:50%!important
   }
   .w-75 {
    width:75%!important
   }
   .w-100 {
    width:100%!important
   }
   .w-auto {
    width:auto!important
   }
   .mw-100 {
    max-width:100%!important
   }
   .vw-100 {
    width:100vw!important
   }
   .min-vw-100 {
    min-width:100vw!important
   }
   .h-25 {
    height:25%!important
   }
   .h-50 {
    height:50%!important
   }
   .h-75 {
    height:75%!important
   }
   .h-100 {
    height:100%!important
   }
   .h-auto {
    height:auto!important
   }
   .mh-100 {
    max-height:100%!important
   }
   .vh-100 {
    height:100vh!important
   }
   .min-vh-100 {
    min-height:100vh!important
   }

   .mx-auto {
    margin-right:auto!important;
    margin-left:auto!important
   }   
   
   .w-200px{
       width:200px;
   }

   .hover-link{
    position: absolute;
    top: 0px;
    z-index: 2;
    background: rgba(255,255,255,0.8);
    padding: 16px;
    border: 1px solid #ddd;
    height:150px;  
    display:none;
    left: 12.5%;
   }

   .basketslider:hover .hover-link{
       display:flex;
   }

   .products div.owl-item .hover-link a{
       max-width:none;
       width:auto;
       height:auto;
   }

   .suggestion_wrapper{
    z-index:99;
   }

@media screen and (min-width: 768px) {
    .products div.owl-item img {
        height: 180px;
        width: auto;
        padding: 0px 36px 26px 36px
    }

    .aktualnosci .shadow-pictures img.img-responsive {
        max-height: 159px !important;
        height: 159px;
    }


}

@media screen and (min-width: 993px) {

    #sKoszyHeader{
        display: none;
    }

    .products div a.p1 {
        height: 200px;
        max-height: 200px;
        overflow: hidden;
        display: block;
    }


    .products div a.p1:hover{
        text-decoration: none;
    }

    .products div a.p1 span:hover{
text-decoration: underline;
    }

    .products .carousel-inner div a.p1 {
        max-height: 260px;
        height: 260px;
    }

    .products .carousel-inner div a.p1 img {
        padding: 4px 94px 34px 94px;
        min-height: 200px;
        height: 200px;
        width: auto;
    }

    .save_button {
        margin-top: 20px;
    }

    .products div.owl-item a {
        height: 240px;
        max-height: 240px;
    }

    .big-picture>div>div>div>div.text {
        font-size: 24px;
    }

    .big-picture>div>div>div>div.text h1 {
        font-size: 64px;
    }

    #praca.navbar-collapse {
        padding: 0px;
    }

    .container.minus-200.produkty>div.col-md-3:first-child {
        padding-top: 48px;
    }

    .container.minus-200.produkty>div:first-child .produkty-search {
        margin-top: 0px;
    }

    .aktualnosci .shadow-pictures img.img-responsive {
        max-height: 180px !important;
        height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .aktualnosci .shadow-pictures img.img-responsive {
        max-height: 230px !important;
        height: 230px;
    }
}

@media screen and (min-width: 1460px) {
    .container.scalable {
        width: 95% !important;
    }
}

@media screen and (min-width: 1360px) {
    .container.scalable {
        width: 100% !important;
    }
}

@media screen and (min-width: 1600px) {
    .container.scalable {
        width: 90% !important;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1600px) {
    .navbar-nav>li>a {
        font-size: 17px;
        padding: 12px;
    }

    body.headshop .navbar-brand-logo span {
        font-size: 17px;
    }

}


@media screen and (min-width: 992px) and (max-width: 1360px) {
    .navbar-nav>li>a {
        font-size: 14px;
        padding: 12px;
    }

    .produkty-search button {
        padding: 6px 8px;
    }

    body.headshop .navbar-brand-logo span {
        font-size: 14px;
        top: 67px;

    }

}

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

    .col-sm-4 div#sKoszyk2{
        margin-top:24px;
    }    

    div#sKoszyk2{
        display:none;
    }

    .produkty-search {
        margin-top: 46px;
      }    

    div.header {
        height: auto;
        min-height: 84px;
        overflow:hidden;
    }

    div.header .container.scalable{
        margin:0px;
        width:100%;
        background-color: #9A2537;
    }

    .navbar-brand-logo {
        display: block;
        position: absolute;
        left: 8px;
        top: 0px;
        width: 179px;
        height: 76px;
        margin-left: 0px;
        background-color: transparent;
        background-image: url(../images/logom.png);
        background-repeat: no-repeat;
    }

    .navbar-toggle {
        border: 2px solid #9A2537;
        margin-top: 20px;
    }

    .navbar-toggle .icon-bar {
        background-color: #9A2537;
        height: 3px;
    }

    .big-picture>div>div>div>div.picture {
        height: 90vh;
    }

    .big-picture {
        padding-top: 142px;
    }

    .big-picture.small-header.produkty>div.picture {
        height: 8px;
    }

    .produkty .col-xs-12 {
        padding: 0px;
    }

    .produkty>.col-xs-12:first-child {
        padding: 0px 16px 0px 0px;
    }

    ol.breadcrumb {
        margin-top: 16px;
    }

    .sklepy-search .row>div:first-child {
        padding-left: 16px;
    }

    .sklepy-search .row>div {
        padding: 0px;
    }

    #test {
        margin-left: 8px;
    }

    .produkty-search {
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .shadow-pictures .row>div {
        margin: 8px auto;
    }

    .shadow-pictures .row>div a {
        margin: auto;
        max-width: 410px;
        display: block;
    }

    .minus-200 h1 {
        margin-top: 16px;
    }

    #praca {
        padding: 1px;
    }
}

@media screen and (max-width: 768px) {
    .shadow-pictures.scroll a {
        margin: 16px 8px 16px 8px;
    }

    .shadow-white-boxes>div>div.czy-wiesz-ze>div {
        margin-bottom: 16px;
    }

    .produkty.aktualnosci.sub {
        padding: 0px;
    }

    .minus-200.aktualnosci.sub h1.white-head {
        font-size: 24px;
        margin: 4px 0px 16px 0px;
    }

    .sklepy-search .row>div {
        padding: 2px 4px !important;
    }

    #test {
        margin-left: auto;
    }

    .shadow-white-boxes>div>div>div {
        background-size: 300% !important;
    }

    .produkty .col-xs-12 {
        padding: 0px;
    }

    .form-control.kupIlosc {
        min-width: 24px;
    }

    .products>div.col-xs-12 {
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px dotted #ddd;
    }

    .step_title {
        display: none;
        line-height: 14px;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }

    .process.list-inline>li.col-xs-3.current a span:nth-child(2) {
        display: block;
        padding-left: 0px;
    }

    .process .badge.step {
        width: 100%;
        text-align: center;
    }

    .process .col-xs-3 {
        width: 20%;
    }

    .process .col-xs-3.current {
        width: 40%;
    }

    .panel-body.panel-koszyk {
        padding: 16px 0px;
    }

    div.opis a {
        line-height: 14px;
    }

    .zdetails>div {
        padding: 8px;
        margin: 8px;
    }

    .zdetails>div strong {
        padding: 8px;
    }
}

@media screen and (max-width: 360px) {
    .big-btn.sklep-marker {
        margin-top: -40%;
        width: 240px;
        font-size: 16px;
        min-height: 64px;
        line-height: 32px;
    }

    .big-picture>div>div>div>div.text h1 {
        font-size: 36px;
        margin-top: -16px;
    }

    .lista_koszyk>.row>div>div.opis {
        line-height: 1.25;
    }

    .lista_koszyk>.row>div.grbg>div {
        padding: 4px 0px;
        text-align: center !important;
    }

    .lista_koszyk>.row>div {
        min-height: 44px;
    }
}

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


    .col-sm-4 div#sKoszyk2{
        display: none;
    }

    .produkty-search{
        margin-top:48px;
    }    

    .big-btn.sklep-marker {
        width: 100% !important;
        font-size: 22px;
    }

    #main-picture .carousel-inner {
        height: 260px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
        background:#9a2537;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .minus-200 h1 {
        font-size: 32px;
    }

    .big-picture>div>div>div>div.text {
        font-size: 12px;
    }
}

div.ikonkis {
    margin-top: 12px;
}

@media (max-width:758px) {
    div.ikonkis {
        margin-top: 20px;
    }
    .navbar-brand-logo {
        top: 12px;
        width: 135px;
        height: 57px;
        background-size: cover;
    }        
}

@media (max-width:767px) {
    .navbar-collapse.collapse.hidden-xs {
        display: none !important
    }

    .products div.owl-item img {
        padding: 0px 16px 36px 16px;
    }

    .products div.owl-item span {
        margin-top: 16px;
    }

    #torty,
    #polecamy {
        margin: 0px -16px;
    }

    .big-btn.sklep-marker {
        margin: 0px auto 40px auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-collapse.collapse.hidden-sm {
        display: none !important
    }

    #navbar1 {
        margin: 8px -16px 0px -16px;
        padding: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-collapse.collapse.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .navbar-collapse.collapse.hidden-lg {
        display: none !important
    }
    @keyframes kliknij {
        0%   {left: -60px;}
        25%  {left: -65px;}
        50%  {left: -70px;}
        75% {left: -65px;}
        100% {left: -60px;}        
      }   
    
    .menu-kliknij::before {
        display: block;
        content: "";
        background: transparent url('https://www.putka.pl/content/design/images/kliknij.png') no-repeat top center;
        width: 75px;
        height: 78px;
        position: absolute;
        left: -60px;
        top: 210px;
        animation-name: kliknij;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
    
    }    
}

@media screen and (min-width: 993px) {
    div.header {
        min-height: 162px;
    }

}

@media (max-width: 992px) {
    #article-photo-carousel .carousel-indicators {
        width: 100%;
        margin: 0px auto;
        right: 32px;
        top: auto;
        left: auto;
        float: none;
        bottom:0px;
    }

    #article-photo-carousel .carousel-inner {
        padding-bottom: 102px;
    }
}

@media (max-width: 768px) {
.owl-carousel .owl-item img{
    width:auto !important;
}

}
