/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Style*/
body{
    background:#fff;    
    overflow-x:hidden;
    font-size:14px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    color:#000000;
    -webkit-font-feature-settings: "lnum" !important; -moz-font-feature-settings: "lnum" !important; font-feature-settings: "lnum" !important;
}
input,textarea{
    -webkit-font-feature-settings: "lnum" !important; -moz-font-feature-settings: "lnum" !important; font-feature-settings: "lnum" !important;
}
a, button{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover{text-decoration: none;outline:none !important;}
.footer .container{border-top:1px solid #e8e8e8;margin-top:30px;padding-top:30px;padding-bottom:30px;}
.copyright p{font-weight: 400;font-size:12px;color:#000000;padding:20px 0;}
.footer ul.links li{display: block;margin:12px 0;}
.footer ul.links li a{font-size:15px;color:#000;font-weight:300}
.footer ul.links li a:hover{color:#48bcc0}
.footer ul.links li:first-of-type a{font-weight:600;}

.footer .f-title{margin:12px 0;font-weight:600;font-size:15px;}
footer .contact-footer i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0px;
}
.footer .contact-footer{font-size:15px;padding-left: 20px;position: relative;font-weight: 600}
.footer .contact-footer span{color:#858585;display: block;padding:5px 0;font-weight: normal;}
.footer .social-footer a{color:#000;padding:0 5px 5px 5px;display: inline-block;font-size:15px;}
.footer .social-footer a:first-of-type{padding-left:0;}
.footer .social-footer a:hover{color:#858585}

.top{border-bottom:1px solid #dbdbdb}
.display-middle{display: flex;flex-wrap:wrap;justify-content: space-between;}
.contact-top span.one-rows{padding:15px 15px 15px 15px;display: inline-block;}
.contact-top{background:#f7f7f7;border-right: 1px solid #dbdbdb;padding-top:5px;padding-bottom:5px;}
.contact-top span i{font-size:20px;color:#8b8b8b;margin-right: 10px;vertical-align: middle;margin-top: -4px;}
.contact-top span.marker-m i{color:#48bcc0}
.contact-top span.marker-m a{color:#2b2b2b}
.contact-top span a{color:#48bcc0;font-weight: 400}
.top .right-top{text-align: right;}
.top .right-top a.transf{position: relative;display: inline-block;padding:5px;vertical-align: middle;top:50%;transform: translateY(-50%);font-weight: bold;}
.top .right-top  a.shop-link{font-size:17px;font-weight: 700;color:#000;}
.top .right-top  a.shop-link i{font-size:28px;color:#48bcc0;margin-left: 5px;vertical-align: middle;margin-top: -5px;}

.top .right-top .search-link {
    position: relative;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
}

.top .right-top .border-a.menu-top a{
    color: #b8b8b8;font-size:14px;
}
.top .right-top .border-a.menu-top {
    border-left: none;
}
.top .right-top .border-a i{color:#b8b8b8;font-size:18px;}
.top .right-top .border-a {
    /*position: relative;*/
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    height: 100%;
    border-left: 1px solid #dbdbdb;
}
.contact-top a:hover{
    color:#000;
}
.top .right-top .border-a a:hover,.top .right-top .border-a a:hover i{
    color:#48bcc0;
}
/*.right-top{position: relative;}*/
.top{position: relative;z-index: 233;background: #fff;}
.search_toolbar{    
    position: absolute;
    display: flex;
    right: 0;
    top: 0px;
    height: 100%;
    width: 0%;
    z-index: 32;
    opacity:0;
    padding-right: 55px;
}
.search_toolbar input{
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius:0;
    height: 100%; width:calc(100% - 200px);
}
.search_toolbar select{
    width:200px;height: 100%;border-radius:0;
}
.search_toolbar a.search-close{position: absolute;right:0;cursor:pointer;height:100%;width:55px;background:#48bcc0;display: flex;align-items: center;justify-content: center;top:-100px;}
.navbar-brand{height: auto;padding:15px 30px;position: relative;z-index: 21;}
.navbar{border-bottom: 1px solid #ccc;background:#fff;border-radius:0;}
#bs-example-navbar-collapse-1{padding-right: 0px;text-align: center;padding-top:22px;}
#bs-example-navbar-collapse-1 .nav{float: none;display: inline-block}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background:transparent;color:#48bcc0;border-bottom: 2px solid #48bcc0;    
}
.navbar-default .navbar-nav > li > a{border-bottom: 2px solid transparent;}
.navbar-nav > li{margin:0 5px;}
.navbar-nav > li > a{font-size:15px;font-weight: 700;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background:transparent;color:#48bcc0;border-bottom: 2px solid #48bcc0;
}
.dropdown-menu > li > a{text-align: center;}
.dropdown-menu{left:50%;transform: translateX(-50%);}

.menu-type-2 .navbar-toggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    z-index: 32;
    padding-right: 30px;
}
.menu-type-2 #bs-example-navbar-collapse-1{
    position: absolute;padding:22px 0;width:100%;background: #fff;left:0;
}
.menu-type-2 #bs-example-navbar-collapse-1 .dropdown-menu {

    display: block !important;
    position: relative;
    width: auto;
    min-width: 10px;
    border: none;
    box-shadow: none;
}
.menu-type-2 #bs-example-navbar-collapse-1 .nav{background: #fff;}
.menu-type-2.navbar-default .navbar-toggle{margin-top:2px;}
.menu-type-2 #bs-example-navbar-collapse-1.navbar-collapse{z-index: 2}
.menu-type-2 #bs-example-navbar-collapse-1.navbar-collapse.collapse{display: none !important;}
.menu-type-2 #bs-example-navbar-collapse-1.navbar-collapse.in{display: block !important;}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:transparent;border:0;}
.navbar-default .navbar-toggle .icon-bar{width:25px;height: 2px;background-color:#b8b8b8;margin-top:0px;margin-bottom: 5px;}
.navbar-default .navbar-toggle{margin-top:18px;}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.menu-type-2 .navbar-header .sr-only{position: relative;float:right;height: auto;width: auto;transform: translateX(25px);font-size:13px;font-weight: bold;text-transform: uppercase;}
.navbar{margin:0;}


a.box-links:hover .content-info{background:rgba(0,0,0,0.75);}



a.box-links:hover .background-image {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.tags-list{margin-bottom: 10px;text-align: center;width: 100%;display: inline-block;}
.tag-b{
    display: inline-block; border:1px solid #48bcc0; color:#fff;background:#48bcc0;padding:5px 15px;border-radius: 4px;text-transform:uppercase;margin:3px;font-size:12px;
}

.one-item-home{
    position: relative;overflow: hidden; display: flex;align-items:flex-end;border:1px solid #eeeeee;height:calc(1170px / 2 );background: #515151;
}
.one-item-home.small{
    height:calc(1170px / 4 );
}
.one-item-home .background-image{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size:cover;background-repeat: no-repeat;background-position: center center;position: absolute;z-index: 1;left:0;top:0;height: 100%;width: 100%;
}


.one-item-home .content-info{
    position: relative;z-index: 2;
    width:100%;padding:20px 10px 10px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.content-info .title{
    width: 100%;;color:#FFF;font-size:30px;font-weight: 700;text-align: center;position: relative;
}
.small .content-info .title{font-size:24px}
.content-info .subtitle{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;padding:0 30px;padding-top: 10px;color:#dcdcdc;font-size:14px;text-align: center
}
.content-info .bottom-info{
    font-size:10px;font-style: italic;color:#dcdcdc;margin-top:25px;padding: 10px 0 5px 0;border-top:1px solid #696969
}
.content-info .bottom-info i{font-size:14px;margin-right:3px;}
.home-blog{padding:0px 0 0 0;background:#eaeaea;display: inline-block;width: 100%;}
.home-blog [class*=col-]{padding:0;}
.note{padding:30px 0}

.home-news-box{display: flex;align-items: flex-end;min-height:370px;border:1px solid #ccc;position: relative;overflow: hidden;}
.home-news-box .news-box-img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size:cover;background-repeat: no-repeat;background-position: center center;position: absolute;z-index: 1;left:0;top:0;height: 100%;width: 100%;
}
.news-box-content{
    z-index: 3;position: relative;width:100%;
}
.news-box-content .news-hover-info{
    background:#fff;color:#000;padding:20px 10px 10px;text-align: center;
}
.news-box-content .news-hover-info h2,.news-box-content .news-info h2{font-size:24px;font-weight: 700;padding:0 10px}

.news-box-content .news-hover-info {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    left: 0;
    bottom: -9px;
    padding: 10px 0px 0;
    width: 100%;
    background-color: #fff;
}
a.home-news-box:hover .news-box-content .news-hover-info p {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}
a.home-news-box:hover .news-hover-info{
    bottom:34px;
}
.news-box-content .news-hover-info p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0;
    margin-top: 0;
    padding:0 10px;
    max-height: 60px;height: 60px;
}
.news-box-content .texts{z-index: 3;position: relative;background:#fff;padding:10px;}
.news-box-content .bottom-info{
    font-size:10px;font-style: italic;color:#474747;margin-top:0px;;background:#fff;padding: 10px 0px 5px 0px;border-top:1px solid #f9f9f9
}
.news-box-content .bottom-info i{font-size:14px;margin-right:3px;}

.news-box-content .news-hover-info .tags-list{
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    margin-top: -30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a.home-news-box  .news-box-content .news-hover-info .tags-list .tag-b{
    background:transparent;color:#fff;border-color:#fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
a.home-news-box:hover  .news-box-content .news-hover-info .tags-list .tag-b{
    background:#48bcc0;color:#fff;border-color:#48bcc0
}
a.home-news-box:hover  .news-box-content .news-hover-info .tags-list{
    /*    margin:0;
        padding:0;
        transform:none;
        position: relative;*/
}

a.home-news-box:hover .news-box-img {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.home-news-box-container{margin-bottom: 30px;}

.section-item{
    background-position: center center;
    background-size: cover;
}
.full-banner, .section-brands{
    overflow: hidden;
}
.owl-controls{
    margin: 0;
}


.separator_beam{
    width: 100%;
    position: relative;
    display: inline-block;
}
.separator_beam.separator-type-1,.separator_beam.separator-type-2{
    height: 1px;
}
.separator_beam.separator-type-3,.separator_beam.separator-type-4{
    height: 2px;
}
.separator_beam.separator-type-1:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-bottom: 1px solid red;
}
.separator_beam.separator-type-2:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-bottom: 1px dashed red;
}
.separator_beam.separator-type-3:before{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-bottom: 2px dashed red;
}
.separator_beam.separator-type-4:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-bottom: 2px solid red;
}
/*auocomplete*/
.autocomplete-suggestions {background:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ebebeb; background: #FFF; cursor: default; overflow: auto;  }
.autocomplete-suggestion { padding: 12px 10px; white-space: nowrap; overflow: hidden;cursor: pointer;}
.autocomplete-no-suggestion { padding: 12px 10px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }

.autocomplete-suggestion:nth-of-type(2n){background:#f1f1f1}
.autocomplete-suggestion-text{vertical-align: middle;}
.autocomplete-suggestion span.type{vertical-align: middle;float:right;border:2px solid #ccc;padding:3px 5px;font-size:12px;}
.autocomplete-suggestion:hover{background:#f6a43e;color:#fff;}
.autocomplete-suggestion:hover strong{color:#fff}
.autocomplete-suggestion strong{font-weight: bold;}

/*2 widok listy*/ 
.note2 .home-news-box{border:1px solid #d8edf9;display: block;margin-bottom: 30px;}
.note2 .home-news-box .news-box-img{position: relative;min-height: 300px;}
.note2 .news-box-content .bottom-info{border-bottom: 1px solid #f9f9f9;padding:5px 0 10px 0;border-top:0;}
.note2 .news-box-content{padding:0 15px;background: #fff;}
.note2 .news-info{color:#000}
.note2 .news-info p{
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin:10px 0;
    padding: 0 10px;
}
.note2 .tags-list{text-align: left;padding:0 7px;}
.note2 .tags-list .tag-b{
    padding: 2px 10px;font-size:11px;background: transparent;color:#fd7d00;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.note2 a:hover .tag-b,.note2 a:hover .tags-list.abs-im .tag-b{background:#fd7d00;color:#fff;border-color:#fd7d00}

.note2 .center-items-note2{display:flex;flex-wrap:wrap;}

.note2 .tags-list.abs-im{position:absolute;transform: translateY(-100%);z-index: 3;margin-top: -20px;padding: 0 20px;}
.note2 .tags-list.abs-im .tag-b{
    color: #fff;
    border-color: #fff;
}

.nav .dropdown-menu{border-radius:0;}
.nav .dropdown-menu > li > a {
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.more-news a{display: inline-block;margin:0px 0 30px 0;color:#fff;width:100%;padding:15px;text-align: center;font-weight: bold;text-transform:uppercase;font-size:16px;background:#eaeaea}
.more-news a:hover{background:#fd7d00}

/*klasy na przenoszenie w małe cole blog wpisy*/
.col-item-2 .note  .col-md-3.one-item-note{min-width:100%;}
.col-item-3 .note  .col-md-3.one-item-note{min-width:100%;}
.col-item-4 .note  .col-md-3.one-item-note{min-width:50%;}
.col-item-6 .note  .col-md-3.one-item-note{min-width:50%;}
.col-item-8 .note  .col-md-3.one-item-note{min-width:25%;}
.col-item-2 .note2  .col-md-6.one-item-note2{min-width:100%;}
.col-item-3 .note2  .col-md-6.one-item-note2{min-width:100%;}
.col-item-4 .note2  .col-md-6.one-item-note2{min-width:100%;}
.col-item-6 .note2  .col-md-6.one-item-note2{min-width:50%;}
.col-item-8 .note2  .col-md-6.one-item-note2{min-width:50%;}


/*.right-top{overflow: hidden;}*/
.right-top .border-a{
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.right-top.active .border-a{opacity:0;}

.caret{position:absolute;top:50%;transform:translateY(-50%);margin-left:5px;margin-top: 2px;}

.author{padding:0 10px;}

.navbar-brand img{max-width: 136px;}
@media (max-width:1300px){
    .display-middle .col-md-3{width:35%}
    .display-middle .col-md-9{width:65%}
}
@media (max-width:1199px){
    .display-middle .col-md-3{width:35%}
    .display-middle .col-md-9{width:65%}
    .one-item-home{height:calc(970px / 2)}
    .one-item-home.small{height:calc(970px / 4)}
    .news-box-content .news-hover-info h2,.news-box-content .news-info h2{font-size:20px;}
}
@media (max-width:991px){
    .display-middle .col-md-3{width:100%;text-align: center}
    .contact-top span{padding:5px;}
    .display-middle .col-md-9{width:100%}
    .display-middle{display: block;}
    .top .right-top .border-a a{transform: none;}
    .top .right-top .border-a .search_toolbar a{transform: translateY(-50%);}
    .top .right-top a.shop-link{padding:2px;}
    .navbar-brand{padding:5px 5px 5px 15px;}
    .navbar-brand img{max-width: 120px;}
    #bs-example-navbar-collapse-1{padding:7px 0 0 0}
    .one-item-home{height:auto;min-height: 300px}
    .one-item-home.small{height:auto;min-height: 200px}
    .content-info .title,.small .content-info .title{font-size:24px}
    .news-box-content .news-hover-info h2,.news-box-content .news-info h2{font-size:18px;}
    .fixed-navbar{heigth:0 !important;display: none;}
}
@media (min-width:992px){
    .top-nav-row.fixed{position: fixed;top:0;width:100%;z-index: 212;padding:0;}
    .top-nav-row.fixed.small .navbar-brand{padding: 3px 30px;}
    .top-nav-row.fixed.small #bs-example-navbar-collapse-1{padding-top: 8px;}
    .top-nav-row.fixed #bs-example-navbar-collapse-1,.top-nav-row.fixed .navbar-brand{
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
}
@media (max-width:767px){
    .border-a.menu-top{width: auto;text-align: center;}
    .top .right-top .border-a{border:none;}
    .content-info .title,.small .content-info .title{font-size:20px}
    footer{text-align: center;}
    footer .contact-footer i{position:relative;margin-left: -20px;}
    .note2 .home-news-box .news-box-img{min-height:200px;}
    .navbar-nav > li{width:100%;}
    #bs-example-navbar-collapse-1{margin:0;padding:0;}
    #bs-example-navbar-collapse-1 .nav{width:100%;margin:0;}
    #bs-example-navbar-collapse-1 .nav.navbar-nav > li{width:100%;margin:0;}
    #bs-example-navbar-collapse-1 .nav.navbar-nav > li  .dropdown-menu{padding: 0;position: relative;width: 100%;min-width:100%;}
}
@media (max-width:480px){
    .one-item-note,.one-item-note2{width:100%;}
    .note2 .home-news-box .news-box-img{min-height:150px;}
}


.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    /*    z-index: 90;*/
}

a:focus,a:hover{
    text-decoration: none;outline:none !important;
}

/*faq*/
.heading{text-align: center;color:#fff;padding:70px 20px;position: relative;width: 100%;}
.heading:before{background:#f59e42;content:"";position: absolute;top:0;left:0;width:200%;height: 100%;opacity: 0.8;left:-50%;}
.heading .title{font-size:48px;font-weight: bold;position: relative;z-index: 2;}
.heading .title p{font-size:28px;font-weight: normal;position: relative;z-index: 2;}

.category-title{font-size:48px;font-weight: bold;position: relative;z-index: 2;}
.category-title p{font-size:28px;font-weight: normal;position: relative;z-index: 2;}

.list-tags{text-align: center;padding:30px 15px;}
.list-tags a{border:3px solid #f59e42;padding:10px 10px;margin:5px;color:#fff;background:#f59e42;font-size:14px;font-weight: bold;display: inline-block;}
.list-tags a:hover,.list-tags a.active{color:#f59e42;background: transparent;}

.faq-list{padding:0px 0;
          /*background:#f7f7f7;*/
          position: relative;}

.faq-list .one-faq{
    background:#fff;border:1px solid #eaeaea;margin:15px 0;display: inline-block;width:100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.faq-list .one-faq .card-body{background:#fff;border-top:1px solid #eaeaea;padding:30px 20px;font-size:14px;color: #929292}
.faq-list .one-faq .faq-title{position: relative;cursor: pointer;background:#fff;width:100%;padding:15px;font-weight: bold;color:#000;font-size:18px;display: inline-block;padding-right: 70px;}

.faq-list .one-faq .faq-title.collapsed i:before{
    content: "\f067";
}    

.faq-list .one-faq .faq-title span{
    background:#f59e42;height: 100%;position: absolute;top:0;width:55px;color:#fff;right: 0;display: flex;align-items: center;justify-content: center
}
.one-tag-list{
    padding:20px 65px;position: relative;min-height: 150px;overflow: hidden;
    /*display: flex;align-items: center;*/
}

.left-tag-name{color:#f59e42;overflow: hidden;transform: rotate(-90deg) translateX(-50%);transform-origin: left top;left:0;top:50%;position: absolute;font-weight: bold;text-align: center;width: 100%;padding:5px 0;height: 60px;display: flex;align-items: center;justify-content: center;}



.faq-list .one-tag-list.half-faq .one-faq{
    width: calc(50% - 15px);
}
.faq-list .one-tag-list.half-faq .one-faq:nth-of-type(2n){
    margin-left: 30px;
}
.faq-list .one-tag-list.half-faq .accordion{
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap:wrap;
}
.one-tag-list .container{max-width: 100%;}
.faq-list:before{background:#fff;height: 100%;position: absolute;left:0;content:"";width:60px;border-right:1px solid #eaeaea; }
@media (max-width:991px){
    .left-tag-name{display: none !important;}
    .one-tag-list{padding: 20px;}
    .faq-list::before{display: none;}
    .heading .title,body .contact_information h1{font-size:36px}
    .heading{padding:40px 15px;}
}
@media (max-width:767px){
    .heading .title,body .contact_information h1{font-size:28px}
    .faq-list .one-tag-list.half-faq .one-faq {
        width: 100%;
    }
    .faq-list .one-tag-list.half-faq .one-faq:nth-of-type(2n){
        margin-left: 0;
    }
    .one-tag-list{padding:0 15px;}
    .faq-list .one-faq .faq-title{font-size:15px;}
    .heading{padding:30px 15px;}
}
@media (max-width:480px){
    .heading .title{font-size:24px}
}


.home-box-panel{
    border: 2px solid #f6f6f6;
    padding: 30px 20px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}
.home-box-panel img{
    width: 150px;
    max-width: 100%;
    margin: 0 auto 10px;
    height: auto;
}
.home-box-panel h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}
.home-box-panel p{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px
}
.home-box-panel .btn{
    border-radius: 0;
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff;
    padding: 9px 24px;
    margin: 10px auto 0;
}
.home-box-panel .btn:hover{
    border-color:#000;
    background: #fff;
    color:  #000;
}

.scrollnext_beam{
    width: 50px;
    height: 50px;
    border: 2px solid #48bcc0;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
}
.scrollnext_beam:after{
    color:#48bcc0;
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f063';
}
.full-banner .owl-text{
    text-align: center;
}
.full-banner .owl-text h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.full-banner .owl-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.full-banner .owl-slide{
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.full-banner .ds-flex .owl-wrapper{
    display: flex !important;
}
.owl-text.inner{
    margin: 30px 10px;  
    position: relative;
}

@media (max-width:1199px){
    .top{display: inline-block;width: 100%;margin-bottom: -6px;}
}
@media (max-width:767px){
    .contact-top{width: 100%;text-align: center;}
    .top .right-top {
        width: 100%;
        text-align: center;
    }
    .search_toolbar{right:0 !important;min-width: 100%;}
    body .contact_information{padding:0 15px;}
    body .contact_information .ct-item-text{text-align: center;padding:0;}
    body .contact_information h1{margin-bottom: 30px;}
    body .contact_information .ct-item-icon{position: relative;text-align: center;margin-bottom: 5px;}
    body .contact_information .ct-item{width:320px;max-width: 100%;margin: 10px auto 20px auto !important;}
    .map > div{height: 300px !important}
    .content-page{overflow-x: hidden;}
}
@media (min-width:992px){
    .contact_information .row{position: relative;}
    .contact_information .row:before{left:50%;width: 1px;height: 70%;top:15%;content:"";background:#fff;margin-top:-30px;position: absolute;}
}



.login-register-box{
    position: absolute;z-index: 1250;width:100%;box-shadow: 0 0 20px 0 #222;background:#fff;display:none;
}

.login-register-box .flex-rows-align .col-md-6.left-login{
    background:#f6a43e;
}
.login-register-box .flex-rows-align .col-md-6 .centered{
    display: flex;flex-wrap:wrap;justify-content: center;width:100%;align-self: flex-start;
}
.login-register-box .flex-rows-align .col-md-6{
    display:flex;flex-wrap:wrap;justify-content: center;padding:50px 30px;
}
.login-register-box .flex-rows-align{
    display:flex;flex-wrap:wrap;
}
.login.nt3{color:#fff;}
.nt3{font-size:30px;color:#000000;margin-bottom:30px;text-align: center;width: 100%;}

.login-register-box input.form-style{width:350px;max-width: 100%;padding:20px 10px;color:#333;background:#eaeaea;border:1px solid #dcdcdc;margin: 25px auto;display: block;border-radius:0;}

#login .btn-log-reg{border-color:#fff;}
.btn-log-reg{padding:10px 20px;background:#48bcc0;color:#fff;font-size:14px;font-weight: bold;border:4px solid #48bcc0;border-radius:0;text-transform: uppercase;letter-spacing: 0.5px;max-width: 100%;min-width: 150px;margin-top:10px;}
.btn-log-reg:hover{color:#48bcc0;background:#fff;}

.top .right-top .border-a.login-btn-top.active{background:#48bcc0}
.top .right-top .border-a.login-btn-top.active i {color:#fff !important;}
.login-register-box .login-close{
    position: absolute;right: 10px;top:10px;font-size:10px;color:#2b2b2b;cursor: pointer;z-index: 12;
}
.login-register-box .login-close i{font-size:30px;display: block;text-align: center;}
.centered form{max-width: 100%;width:350px;}

.centered form .custom-control label{
    padding-top: 7px;font-size:13px;    
}
.centered form .custom-control label a{color:#48bcc0}
.login-register-box .flex-rows-align .col-md-6.left-login .centered form .custom-control label{color:#fff}
@media (max-width:991px){
    .nt3{font-size:26px;margin-bottom: 20px;}
}
@media (max-width:600px){
    .login-register-box .flex-rows-align .col-md-6{
        padding:15px;width:100%;
    }
}
@media (max-width:480px){
    .login-register-box{position: fixed;top:0;max-height: 100%;overflow-y: auto;height:100%;}
}
@media (min-width:1200px){
    .top-link{margin:0 4px;}
}
@media (min-width:1500px){
    .centered form{
        width:50%;
    }
    .login-register-box input.form-style{width:100%;}
}

@media (max-width:1199px){
    body .section-item.container {
        width: 940px;
    }
}
@media (max-width:991px){
    body .section-item.container {
        width: 720px;
    }
}
.custom-control label{font-size:13px;font-weight: 700}


.title-blog{text-align: center;font-size: 36px;font-weight: bold;margin:15px 0;}
.subtitle-blog{text-align: center;font-size: 26px;font-weight: bold;margin:15px 0;}
.blog-wpis-info{font-size:10px;}
.blog-wpis-info span{padding:0 30px}
.text{padding:30px 0;}
.text p{margin-bottom: 10px;}
.line-height1-8{
    line-height: 1.8;
}
.file-title{font-size: 36px;font-weight: bold;margin:0px 0 20px 0;}
.files-group{margin:0;padding:20px 0;}
.files-group a{
    background:#d2d2d2;border:1px solid #eaeaea;padding:15px;width:100%;display: inline-block;font-size:18px;font-weight: bold;color:#000;
    padding-right: 70px;position: relative;z-index: 2;margin:5px 0;
}
.files-group a span{
    position: absolute; width:55px;background:#fff;height: 100%;vertical-align: middle;top:0;right: 0;
    display: flex;font-size:14px;
    align-items: center;
    justify-content: center;
}
.files-group a:hover{
    background:#fff;
}

.share-box{margin:30px 0;text-align: center;}
.share-box .title-share{
    font-size: 36px;
    font-weight: bold;
    margin: 0px 0 20px 0;
}
.share-list li{display: inline-block;}
.share-list a{margin:5px; min-width: 80px;border-radius: 4px;display: inline-block;padding:8px;background:#eaeaea;border:2px solid #eaeaea}
.share-list a i{font-size:20px;color:#fff;display: block;}
.share-list a.facebook{background-color:#395aa1;border-color:#395aa1}
.share-list a.facebook:hover{background-color:#fff;}
.share-list a.facebook:hover i{color:#395aa1;}
.share-list a.google{background-color:#e04b37;border-color:#e04b37}
.share-list a.google:hover{background-color:#fff;}
.share-list a.google:hover i{color:#e04b37;}
.share-list a.pinterest{background-color:#d0202b;border-color:#d0202b}
.share-list a.pinterest:hover{background-color:#fff;}
.share-list a.pinterest:hover i{color:#d0202b;}
.share-list a.twitter{background-color:#3c9cd8;border-color:#3c9cd8}
.share-list a.twitter:hover{background-color:#fff;}
.share-list a.twitter:hover i{color:#3c9cd8;}
.share-list a.linkedin{background-color:#0c78b9;border-color:#0c78b9}
.share-list a.linkedin:hover{background-color:#fff;}
.share-list a.linkedin:hover i{color:#0c78b9;}
.tags-blog a:hover, .tags-blog a.active{
    color:#48bcc0;background: #fff;
}
.text-block{
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    background-size: cover;
    background-position: center center;
}
.header-img img{
    margin-left: auto;
    margin-right: auto;
}

.note2 .home-news-box{background:#fff;}
a.box-links .background-image,.home-news-box .news-box-img,.cols-square [class*=col-] .border .background{
    background-image: url('/images/front/default.jpg');
    background-color: #C5C3C4;
}
.comments-list > .media{padding:15px 0;}
.media .media-body .media .media-body{vertical-align: middle;}
.media .media-heading{font-weight:bold;font-size:16px;}

.comments-form{padding:15px 0;}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{background-color:#48bcc0}

.hover-s {
    overflow: hidden;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    white-space: nowrap;
}
.top .right-top .border-a.search-box-top{
    background:#fff;
}
.one-rows{min-width: 55px;text-align: center;}
/*.search_toolbar{background:#f6a43e}*/
.search-close i{color:#fff !important;}
.search_toolbar input{background:#F3F7F6;box-shadow: none;font-size: 13px;display: inline-block;}


.search_toolbar input.form-control:focus {

    box-shadow: 0px 0px 1px #dbdbdb;
    border-color: #dbdbdb;

}

.search_toolbar .bootstrap-select > .dropdown-toggle{
    height: 100%;
}
.search_toolbar .bootstrap-select{
    overflow-x: auto;
}
.actv2 .search_toolbar .bootstrap-select{
    overflow-x: visible;
}
.search_toolbar .bootstrap-select{
    width:200px !important;height: 100%;vertical-align: top;border-radius: 0;
}

.bootstrap-select .dropdown-menu{
    left: auto;transform: none;padding: 0;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text{padding:5px;}
.bootstrap-select .dropdown-menu li a {
    top:auto !important;transform: none !important;width:100%;
}
.bootstrap-select .btn-default{
    background:#fff;border-radius:0;border:2px solid #dedede;
}
.bootstrap-select .dropdown-toggle .filter-option{
    display: flex;align-items: center;
}
.bootstrap-select .dropdown-toggle .caret{margin-top: 0;}
.bootstrap-select .dropdown-menu a:hover{
    color: #212121 !important;;
}
nav.top-nav-row {
    margin: 0;
    z-index: 213;
    position: relative;
    background: #fff;
}
.top .right-top .border-a {
    background: #fff;
}

.search_toolbar a.search-close.actvc{
    top:0;opacity:1;
}
.search_toolbar a.search-close{
    top:0;opacity:0;
    width:58px;
    right: -58px;
}
.search_toolbar{padding: 0;}
.search-box-top i{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.search-box-top.actv{background:#48bcc0 !important;border-radius:0%;}
.search-box-top.actv i{color:#fff !important}
.search-box-top.actv i{   
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.search-box-top.actv2 > a > i{
    transform: rotate(720deg);
}
.top .right-top{background:#fff;}

.icon-video-image{
    position:absolute;top: 50%;left: 50%; color: #f9f1e6; font-size:46px; text-shadow:0px 0px 2px #844e45;
    opacity: 0.8;
    transform: translate(-50%,-50%);
}
.one-box-pages{max-width: 400px;margin:0 auto;}
.box-row-ph{text-align: center;}
.box-row{text-align: center;}
.box-row .items{display: inline-block;}

.icon-box h5,.icon-box h5 a{font-size:24px;font-weight: 700;color:#000}
.icon-box img{margin:0 0 5px 0; max-width: 128px !important;display: inline-block}
.one-home-box{background-position: center;background-size:cover;}
.one-box-pp{margin:50px 0;background:rgba(0,0,0,0.85);padding:40px 20px;color:#ffffff}
.one-box-pp p{font-weight: 300;}
.one-box-pp h3{color:#fff;font-size:18px;margin-top:15px;}
.icon-box p{font-weight: 300}

@media (max-width:991px){
    .contact-top{width:100%;text-align: center;}
    .top .right-top{position: relative;width: 100%;}
    .hover-s{display:inline-block !important;width:auto !important;height: auto;}
    .contact-top span.one-rows{padding:5px;}
    .top .right-top a.transf{padding:15px 5px;max-height: 50px;}
    .top .right-top a.transf.shop-link{padding:13px 5px;}
    .search_toolbar{min-width:100%;z-index: -1;left:0;width:100%;padding-right: 60px;display: block;}
    .search_toolbar a.search-close{transform: none !important;right:0;top:0}
    .search_toolbar{background:#48bcc0}
}
@media (max-width:480px){
    .search_toolbar input {
        width: calc(100% - 100px);
    }
    .search_toolbar .bootstrap-select{width:100px !important;}
}



.cols-square [class*=col-]{display: block;}
.cols-square [class*=col-]:before {
    content: '';
    width: 0;
    white-space: normal;
    display: block;
    vertical-align: middle;
    max-width: 100%;

}
.cols-square [class*=col-] .border{
    display: block; box-shadow: 0 0 0px 0px #ccc; padding-top: 100%;position:relative;margin-bottom: 30px;background-color:#f3f3f3;overflow: hidden;
}
.cols-square [class*=col-] .border.hight2{padding-top: calc(200% + 30px)}
.cols-square [class*=col-] .border.width2{padding-top: calc(50% - 15px);}

.cols-square [class*=col-] .border .positon_abs{
    position: absolute;bottom: 0;background:rgba(255,255,255,0.75);padding:20px 15px;width:100%;font-size:18px;font-weight: bold;color:#000;z-index: 2;
}
.cols-square [class*=col-] .border .background{
    background-size: cover;background-position: center center;position: absolute;top:0;left:0;height: 100%;width: 100%;z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cols-square [class*=col-] .border:hover .background{
    transform: scale(1.1);
}
.grid{
    overflow:hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}
@media (max-width:767px){
    .grid .col-xs-12{
        width:50%;
    }
    .cols-square [class*=col-]  .border.width2{padding-top:100%}
}
@media (max-width:480px){
    .grid .col-xs-12{
        width:100%;
    }
    .cols-square [class*=col-] .border.hight2,.cols-square [class*=col-] .border.width2{padding-top:100%}
}

.isotope-item{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.isotope-precision .grid{opacity:0;}

.grid-sizer {
    width: 25%;
}

.filter li{display:inline-block;}
.filter{background:#f6f6f6;margin:20px 0;padding:15px 0;text-align: center;}
.filter li a.active{
    background:transparent;
    color:#48bcc0;
}
.filter li a{
    display: inline-block;
    border: 1px solid #48bcc0;
    color: #fff;
    background: #48bcc0;
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 3px;
    font-size: 14px;
}
.filter.filter-category-h{border-bottom:1px solid #eee;background:transparent;text-align: left;padding:0 15px;}
.filter.filter-category-h li{padding:0}
.filter.filter-category-h li a{margin:0;padding:20px 10px;border:none;background:transparent;color:#000;border-bottom:2px solid transparent;border-radius:0;}
.filter.filter-category-h li a:hover,.filter.filter-category-h li a.active{border-bottom:2px solid #48bcc0;color:#48bcc0;}
.filter.filter-category-h li a:hover{border-color:#dedede}
.btn{
    white-space: normal;max-width: 100%;
}
.btn.btn-primary{
    background:#fff;
    color:#000;
    padding:8px 20px;
    border:2px solid #000;
    border-radius:2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn.btn-primary:hover,.btn.btn-primary:focus{
    background:#000;color:#fff;
}
.full-banner.type0 .owl-text{
    position: absolute;z-index:3;top:50%;transform: translateY(-50%);width:100%;color:#fff;margin:0px 0;padding:10px;
}
.full-banner.type0 .owl-text .btn-primary{
    background:transparent;
    color:#fff;
    font-size: 11px;
    padding:8px 30px;
    border:2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:20px;
    border-radius:2px;
}
.full-banner.type0 .owl-text .btn-primary:hover{
    background:#48bcc0;
}
.full-banner.type0 .owl-dots{
    position: absolute;bottom:10px;
    z-index: 23;
    left: 0;
    right: 0;
}

@media (max-width:1199px){
    .full-banner .owl-text h3{
        font-size:26px
    }
    .full-banner .owl-text p{
        font-size:16px
    }
}
@media (max-width:767px){
    .full-banner .owl-text h3{
        font-size:18px;margin-bottom: 5px;
    }
    .full-banner .owl-text p{
        font-size:13px;margin-bottom: 5px;
    }
    .full-banner.type0 .owl-text .btn-primary{
        padding: 4px 10px;font-size:10px;margin-top:5px;
    }
    .btn.btn-primary{
        padding: 4px 10px;font-size:10px;margin-top:5px;
    }
}


.one-product img{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.one-product a{overflow: hidden;position: relative;display: block;}
.one-product a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.one-product a.mark-l{
    color:#565555;font-size:14px;
}
.one-product h2 a{
    color:#000;font-size: 14px;margin:10px 0 10px 0;font-weight: 400;min-height: 44px;
}
.one-product h2 a:hover,.one-product a.mark-l:hover{
    color:#333;text-decoration: underline;
}
.one-product .ovf-h{overflow:hidden;}
.one-product{margin:15px 0;display: block;width: 100%;position: relative;}
.one-product .old-price{font-weight: 300;text-decoration: line-through;color:#999;font-size:15px;display:block;font-style: italic;margin-right: 4px;}
.one-product .ovf-h  .old-price{font-weight: bold;text-decoration: line-through;color:#999;display:block;font-style: italic;margin-right: 4px;}
.one-product .pricebox{padding-left: 0;text-align:right;font-size:17px;font-weight: bold;color:#000;margin-bottom: 5px;order: 1;}
.one-product .pricebox .price{display: inline-block;}
.one-product .pricebox .price.special-price{color:#48bcc0}
.products-grid{display:flex;flex-wrap:wrap;}
.one-product .flx{display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;}
@media (max-width:991px){
    .one-product .pricebox{font-size:14px;}
    .one-product h2 a,.one-product a.mark-l{font-size:13px}
}
@media (max-width:767px){
    .one-product .flx > div{
        width:100%;padding:5px 15px;
    }
    .one-product .pricebox{font-size:13px;}
}
.products-slider .owl-item{display:inline-block;}
.products-slider{overflow:hidden;}
.breadcrumb{background:transparent;padding-left: 0;padding-right: 0;margin-bottom: 10px;}
.breadcrumb > li + li::before{
    content:">";color:#000;
}
.breadcrumb li{
    font-size:13px;font-weight: 400; color:#000;
}
.breadcrumb li a{color:#000;}
.breadcrumb li a:hover{color:#989898}
.breadcrumb li:last-child a{
    font-weight: 400;
}
.breadcrumb-big .breadcrumb li{
    font-size:20px;font-weight: 300;margin-bottom: 20px;
}
.breadcrumb-big .breadcrumb li:first-child a{
    font-weight: 400;
}
.breadcrumb li:last-child a {
    font-weight: 400;
}
.breadcrumb-big .breadcrumb li:last-child a{
    font-weight: 300;
}
.back-to-category{font-size:13px;font-weight:300;color:#8b8b8b;text-transform: uppercase;}
.back-to-category:hover{color:#000;}

.slider-photo{
    opacity:0;;width:100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slider-photo.loaded{opacity:1;height: auto;display: block;}
.mark-prod{padding:5px 0;margin:5px 0;font-size:13px;color:#8b8b8b;text-transform:uppercase;font-weight: 300}
.mark-prod:hover{color:#48bcc0}
.title-prod{font-size:24px;margin:0px 0;}
.quant-info{font-weight: 300;float:right;padding-left: 10px;font-size:13px;margin-top: 8px;color:#8b8b8b;text-align:right;}
.quant-info span{color:#48bcc0;font-weight: bold;padding-left: 5px;padding-top:2px;}
.code-prod{color:#8b8b8b;font-size:13px;font-weight:300;padding-top:4px;}
.code-prod span{font-weight: 300}
.feature-prod{padding:10px 0;color:#8b8b8b;font-size:12px;font-weight:300}
.feature-prod span{display: block;padding:1px 0;}
.feature-prod b{font-weight:300;}
.short-desc{padding: 20px 0;font-size:14px;}
.short-desc a{
    cursor: pointer;color: #8b8b8b;
}
.short-desc a:hover{
    color:#48bcc0
}
.special_price_info{font-weight:400;font-size:14px;color:#48bcc0;padding-top: 5px;}
.special_price_info span{text-decoration: line-through;color:#535353;font-size:13px;padding-left: 5px;text-transform: uppercase;}
.prod-info .price{font-size:24px;font-weight:bold;letter-spacing: 0.5px;padding-bottom: 20px;color:#48bcc0}
.prod-info .price span.brutto{font-size:12px;text-transform: uppercase;font-weight:900}
.prod-info .price span.netto{color:#8b8b8b;font-size:10px;text-transform: uppercase;}
.prod-info .price span.netto .nprice{font-size:12px;}
.shiping_time{display:block;text-align: right;}
.shiping_time.color-time{color:#48bcc0;}
.shiping_time span{color: #8b8b8b;font-weight:300;}
.related{padding:10px 0;font-size:12px;}
.related .title-related{display: block;font-size:13px;font-weight: 700;padding-bottom: 5px;}
.colorrelated{margin:0 -5px;}
.related ul{display: block}
.colorrelated li,.imagerelated li{display:inline-block;vertical-align:middle;}
.colorrelated .color-type{background-size:cover;box-shadow: 0 0 2px 2px #eee;border:3px solid transparent;width:30px;height: 30px;display: inline-block;margin:5px;border-radius:50%;}
.colorrelated .color-type.active,.colorrelated .color-type:hover{border:2px solid #cfcfcf;box-shadow: 0 0 2px 0 #cfcfcf;}
.imagerelated li img{max-width: 60px;padding:2px;display: block;border:2px solid transparent}
.imagerelated li a{opacity:0.5;padding:5px;display: block;}
.imagerelated li a:hover, .imagerelated li a.active{
    opacity:1;
}
.imagerelated li a:hover img, .imagerelated li a.active img{
    border:2px solid #48bcc0
}
.imagerelated{margin:0 -5px;}
.related.select-related{display: flex;align-items:center;}
.select-related .title-related{display: inline-block;padding: 12px 10px 5px 0;}
.bootstrap-select .dropdown-toggle .bs-caret .caret{margin-top:0;}
.related.select-related .dropdown-menu > li > a{text-align: left;font-size:12px;}
.related.select-related .bootstrap-select .dropdown-toggle{font-size:12px;}

.related.select-related .bootstrap-select .btn-default{
    border:1px solid #dfdfdf;padding:10px;
}
.quantity{border:1px solid #dfdfdf;width:70px;}
.quantity *{border:none;border-radius:0;}
#product-quantity, .product-quantity{box-shadow:none;text-align: center;padding:2px;height:40px;font-weight: bold;}
.quantity .btn.btn-number,
.quantity .btn.btn-number-w{
    padding-left: 5px;padding-right: 5px;font-size:12px;padding-top:11px;padding-bottom: 12px;
}
.quantity-element{display:inline-block;vertical-align:middle;padding-right: 10px;}
.add-to-basket{
    display:inline-block;vertical-align:middle;background:#48bcc0;color:#fff;font-size:12px;text-transform: uppercase;
    padding:10px 10px;border-radius:2px;
    border:2px solid #48bcc0;
}
.add-to-basket i{font-size:18px;padding-left:5px;vertical-align: top;}
.add-to-basket:hover,.add-to-basket:focus{
    color:#48bcc0;background:#fff;
}
.add-to-basket.quest-btn{
    background:#b8b8b8;margin-top: 10px;border-color:#b8b8b8;
}
.add-to-basket.quest-btn:hover,.add-to-basket.quest-btn:focus{
    background:#8b8b8b;color:#fff;
}
.add-to-cart-elem{padding:15px 0;margin-top:10px;}
.quantity .input-group-btn:last-child > .btn,.quantity  .input-group-btn:last-child > .btn-group{margin:0;}
.form-quest{
    text-align: right;padding:15px 0;
}
.form-quest a{display:inline-block;font-size:13px;color:#8b8b8b;font-weight: bold;letter-spacing:0.5px;}
.form-quest a:hover{color:#48bcc0}
.form-quest a i{
    color:#48bcc0;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 3px;
}
.simple-center-tabs{text-align:center;margin-bottom: 30px;}
.simple-center-tabs >li{
    float:none;display:inline-block;
}
.simple-center-tabs >li a{background:transparent !important;font-size:18px;font-weight: bold;color:#a5a5a5;text-transform:uppercase;}
.simple-center-tabs > li.active > a, .simple-center-tabs > li.active > a:focus, .simple-center-tabs > li.active > a:hover{color:#000}
.basket-top{text-align: center;margin-top:-2px;position:absolute;top:50%;transform:translateY(-50%);font-size:30px;color:#48bcc0;right:15px;}
.basket-top a{color:#48bcc0}
.basket-top.login-btn-top a{color:#b8b8b8}
.basket-top.login-btn-top a:hover{color:#48bcc0;}
.basket-top.login-btn-top{margin-right:53px;font-size:22px;color:#b8b8b8;}
.basket-top.przechowalnia-btn-top{margin-right:130px;font-size:26px}
.basket-top.login-btn-top i {margin-bottom:8px;}
.basket-top span{font-size:13px;display: block;}
.basket-top{
    height: 59px;
    display: flex;
    align-items: flex-end;
}

@media (max-width:767px){
    .basket-top{right:50px;}
    .navbar-toggle{margin-right:0;}
    .filter.filter-category-h li a{font-size:10px;padding:10px 5px;}
    .home-box-panel p{font-size:13px;}
    .home-box-panel h3{font-size:24px}
    section[data-type*=component-text-box]{margin:15px 0;}
    .file-title{font-size:22px}
    p{font-size:13px;}
    .files-group a{font-size:14px;}
    .simple-center-tabs > li a{font-size:14px}
    .breadcrumb-big .breadcrumb li{font-size:18px}
    .form-quest a{letter-spacing: normal;}
}
@media (max-width:480px){
    .simple-center-tabs > li {width:100%;}
    .breadcrumb-big .breadcrumb li{font-size:16px;}
}
strong,b{font-weight: 700}
.align-content-center{display:flex;flex-wrap:wrap;justify-content: center;}
.align-content-center > div{margin:10px 0}
.product{padding:30px 0;}
.related .dropdown-menu > li > a{white-space: normal;}
.related .bootstrap-select .dropdown-toggle .filter-option{overflow:hidden;}
.related .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{font-weight: 400;font-size:14px;max-width: 100%;padding-right: 0;}
.slider-photo{position:relative}
#hov-img{-webkit-transition: background-image 0.2s ease-in-out;transition: background-image 0.2s ease-in-out;position:absolute;width:calc(100% - 95px);height:100%;top:0;right:0;background-size:cover;background-color:transparent;z-index: 105;display: none;}
#hov-img .images-h{position:absolute;width:calc(100%);height:100%;top:0;right:0;background-size:cover;background-color:transparent;z-index: 6;display: none;}
#hov-img.full-w{width:100%;height: calc(100% - 5px);}
.related .hovereffect{display:inline-block;}

@media (max-width:991px){
    #hov-img{display:none !important;opacity:0;}    

}
.flag-prod{text-align: center;display:block;color:#fff;padding:8px 15px;background:#000;margin:0px 0px;font-weight: bold;font-size:13px;}
.flag-prod.promo{background:#aedf58}
.flag-prod.new{background:#48bcc0}
.flag-prod.sale{background:#b8b8b8}

.related.name-related span{display:inline-block;}
.related.name-related span.title-related{padding-right: 5px;}

.related.name-related span a{box-shadow:0 0 0 1px transparent inset;border-radius:5px;min-width: 35px;display: inline-block;margin: 3px;color:#000;padding: 8px 8px;border:1px solid #dfdfdf;font-size:14px;font-weight: 400;text-align: center;}
.related.name-related span a:hover,.related.name-related span a.active{border-color:#48bcc0;box-shadow:0 0 0 1px #48bcc0 inset;}



.star-rating {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
    width: 85px;
    height: 14px;
    overflow: hidden;
    margin-top: 2px;
    font-size:14px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    color: #48bcc0;
    display:block;
    position: absolute;
}
.star-rating > i{
    padding:0 2px;color:#48bcc0;
}

.star-rating span i{
    display: table-cell;padding:0 2px;
}
.star-rating span.width-10 {
    width: 10%;
}
.star-rating span.width-20 {
    width: 20%;
}
.star-rating span.width-30 {
    width: 30%;
}
.star-rating span.width-40 {
    width: 40%;
}
.star-rating span.width-50 {
    width: 50%;
}
.star-rating span.width-60 {
    width: 60%;
}
.star-rating span.width-70 {
    width: 70%;
}
.star-rating span.width-80 {
    width: 80%;
}
.star-rating span.width-90 {
    width: 90%;
}
.star-rating span.width-100 {
    width: 100%;
}
.add-to-list:hover{
    color:#48bcc0
}
.add-to-list{line-height: 1;color:#8b8b8b;position: absolute;right:5px;top:5px;font-size:40px;z-index: 32;cursor: pointer;}
.add-to-list .fa-heart{color: #48bcc0;}
.form_window.active{
    opacity:1;visibility: visible;z-index: 23000;
}
.form_window{
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%; background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%; position: fixed; top: 0px;  justify-content: center; align-self: center; overflow: auto;height:100vh;opacity:0;display: flex;}
.form_window .window_content{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 90%;align-self: center; text-align: center;padding:30px 0;margin-top:-100px;}
.form_window .window_content h2{color:#6b6b6b;font-size:32px;padding:10px 0;font-weight: bold;}
.form_window .window_content .col-md-8{padding:15px;border:2px solid #48bcc0;background: #fff;margin-bottom: 10px;}
.form_window-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    color: #2b2b2b;
    cursor: pointer;
    z-index: 12;
}
.form_window.active .window_content{margin-top:0;}
.form_window-close i{
    font-size: 30px;
    display: block;
    text-align: center;
}

.input-f{
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 2px solid #ececec;
    box-shadow: none;
    padding: 22px 14px 20px;
    margin-bottom: 12px;
}

.form_window .btn-send {
    border: 2px solid #6b6b6b;
    color: #6b6b6b;
    background: transparent;
    border-radius: 0;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.form_window .send_info{padding-top:10px;font-size:13px;background:#48bcc0}
.form_window .send_info p{margin:0;}
.select-related .bootstrap-select .dropdown-menu
{
    min-width:100% !important;
}
.slider-photo.loaded{
    max-width: 570px;margin:auto;
}
#vertical{
    max-width: 570px;
}
.flags-content{position:absolute;z-index:3;margin-left:95px;margin-top:0px}
.flags-content span:nth-of-type(n+2){
    margin-top: 4px;
}
.flags-content.one-photo{margin-left:0;}
.noPager .lSAction{display: none !important}
@media (max-width:480px){
    .flag-prod{
        padding: 6px 8px;
        font-size: 10px;
    }
    .flags-content{margin-left: 50px;}
}

.inline-share-buttons{margin-top:30px;margin-bottom:10px;font-size:11px;font-weight: bold;}
.inline-share-buttons i{font-size:15px;padding:5px;}
.category .breadcrumb-big .breadcrumb{margin-bottom:0;}

.toolbar{margin-left:calc(25% - 15px);flex-wrap: wrap;align-items: center;justify-content: space-between;display: flex;background:#fff;border:1px solid #dbdbdb;padding:15px;margin-top:15px;margin-bottom: 15px;}
.toolbar > *{display: inline-block;margin-right: 25px;}
.toolbar .views a{font-size:20px;color:#dbdbdb}
.toolbar .views a.active,.toolbar .views a:hover{color:#8d8d8d}
.toolbar .views a:nth-of-type(n+2){
    margin-left: 10px;
}
.toolbar .prod-count {
    margin-left: auto;font-weight: 400;font-size:14px;margin-right: 0;
}
.toolbar .prod-count b{
    font-weight:900
}
.toolbar .dropdown-toggle {
    padding:3px;font-weight: bold;
}
.toolbar .bootstrap-select .btn-default{
    border: 1px solid #e0e0e0;
    padding:5px 10px;
    font-weight: normal;
    font-size:13px;
}
.toolbar .bootstrap-select .dropdown-toggle .filter-option{
    padding-left:10px;padding-right: 0;
}
.toolbar .bootstrap-select .dropdown-toggle .bs-caret .caret{
    margin-top:-4px;
}
.toolbar .sort-by-title{
    margin-right: 10px;display: inline-block;color:#979797;
}
.categories-list  li{padding:5px 0px 5px 0;position: relative;}
.categories-list >li a:hover,.categories-list >li a.active{
    color:#48bcc0
}

.categories-list > li a{position:relative;margin-right: 15px;display: block;}
.categories-list > li a i{font-size:14px;position: absolute;z-index: 2;top:50%;transform: translateY(-50%);right:-15px;}
.subcat_hide{display:none;}

.categories-list > li > a{
    font-size:17px;font-weight: 400;color:#000000
}
.categories-list >li ul{
    padding-left:15px;margin:5px 0;
}
.categories-list >li > ul a{
    font-size:14px;font-weight: 400;color:#000000;
}

.filter-box{margin:25px 0;padding:30px 0;border:1px solid #d8d8d8;display: inline-block;width:100%;}
.filter-box h3{
    font-size:18px;color:#000;font-weight: bold;
}
.one-filter{padding:20px 0 0 0;}
.one-filter .title-filter{color:#48bcc0;font-size:16px;font-weight: bold;margin-bottom: 10px;}
.one-filter  .custom-control label{color:#979797;font-size:14px;font-weight: bold;padding: 5px 0;cursor: pointer;}
.one-filter  .custom-control{
    padding-left: 25px;margin-bottom: 5px;
}
.one-filter  .custom-control label:before{
    display: none;
}
.one-filter  .custom-control label::after {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    text-align: center;
    border: #979797 solid 2px;

}

.one-filter .custom-control .custom-control-input:checked ~ .custom-control-label::after {

    color: #48bcc0;
    font-family: FontAwesome;
    font-size: 10px;
    content: '\f00c';
    line-height: 14px;
    border: #979797 solid 2px !important;

}
.filter-price{display:flex;align-items:center;}
.filter-price span{width:10%;text-align:center;}
.one-filter .form-control.price-inp{
    width:45%;display:inline-block;
}
.one-filter .form-control{
    border-radius:0;border-width: 2px;border-color:#dedede;min-height: 36px;box-shadow:none;
}
.filter-cc{margin-right:0;}
.categories-title{
    background-size:cover;background-position:center;background-image:url('/images/front/f1.jpg');background-color:#8d8d8d;display: inline-block;margin:0 0 10px 0;width:100%;padding:30px 15px;font-size:44px;color:#fff;font-weight: bold;
}
@media (max-width:991px){
    .categories-title{font-size:26px;}
    .filter-cc{margin:0;}
    .toolbar{margin:5px 15px;}
}
.product-pagination .pagination  > li > a{border:none;color:#999999;font-size:14px;padding: 5px;}
.product-pagination .pagination  > li.active > a,.product-pagination .pagination  > li > a:hover,.product-pagination .pagination  > li > a:focus{
    background:transparent;font-weight: 900;color:#999999
}
.product-pagination{float:right;margin-top:10px;}

.products-list {display:flex;flex-wrap:wrap;}
.products-list .one-product{padding:0;margin:15px 0;}
/*.products-list .one-product{border:1px solid #dedede;}*/
/*.products-list .one-product > *{padding:0 5px;}*/
/*.products-list .one-product > a{padding:0;}*/

.products-list .one-product:before{
    opacity:0;  position: absolute;width:calc(100% + 10px);height: calc(100% + 10px);left:-5px;top:-5px;border:1px solid #dedede;content:'';z-index: -2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.products-list .one-product:hover:before{
    opacity:1;
}

.special_price_pr{font-weight:700;position:absolute;bottom:0;left:0;margin:5px;;font-size:18px;padding:3px 7px;color:#aedf58;text-shadow:0px 0px 3px #000;}
.flags-content-pr{position:absolute;top:0;left: 0;}
.flags-content-pr span{font-size: 14px;padding: 5px 10px;}
.flags-content-pr span:nth-of-type(n+2){
    margin-top:2px;
}

.one-product .add-to-list{
    position:absolute;font-size:25px;top:5px;right:5px;width:29px;text-align: center;
}
.custom-control.hidden-filter{display:none;}
.show-all-filter{font-size:12px;color:#999;cursor:pointer;}
.bootstrap-select button,.bootstrap-select.dropdown .dropdown-toggle:focus{outline:none !important;}

.slider-miniature{width:100%;position:relative;
                  -webkit-transition: all 0.3s ease-out;
                  -moz-transition: all 0.3s ease-out;
                  -o-transition: all 0.3s ease-out;
                  transition: all 0.3s ease-out;
}
.slider-element{display:block;width:100%;padding:0;position: relative;overflow: hidden;max-height:90px;}
.slider-element .owl-stage{display:flex;}
.slider-element .slider-miniature{opacity:0;padding:5px 15px;margin:0px auto;max-width:100%;width:250px;}
.slider-element.active .slider-miniature{opacity:1;}
.slider-miniature a{padding:0 5px;}
.slider-miniature a:hover img{box-shadow: 0 0 0 1px #48bcc0 inset;border-color:#48bcc0}
.slider-miniature a img{padding:6px;transform: none !important;box-shadow: 0 0 0 1px transparent inset;border:1px solid #ebebeb;}
.slider-element.active:after{
    display: none;opacity:0;
}
.slider-element:after {
    content: " ";
    position: absolute;
    left:50%;
    top:50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    margin-left:-10px;
    margin-top:-10px;
    border-radius: 50%;
    border: 2px solid #999;
    border-color: #999 transparent #999 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slider-miniature .owl-nav{
    position: absolute;top: 50%;z-index: -1;transform: translateY(-50%);margin: 0;width: 100%;left: 0;
}
.slider-miniature.owl-theme .owl-nav .disabled{opacity:0.2 !important;}
.slider-miniature.owl-theme .owl-nav [class*="owl-"]{background: transparent;margin:0;width:13px;height: 20px;position: absolute;top:50%;transform: translateY(-50%);}
.slider-miniature .owl-nav > .owl-prev{left:0;}
.slider-miniature .owl-nav > .owl-next{right:0;}
.slider-miniature .owl-nav span.fa{font-size:20px;line-height: 20px;color:#7d7d7d;width:13px;text-align: center;}

.login-register-box input.form-style.error, .form-style.error{
    border-color: red;
    box-shadow: 0 0 5px red;
}

form .send_info{
    margin-top: 20px;
    color: #fff;
}
.none{
    display: none;
}

@media (min-width:1300px){
    .shop-menu .container-fluid{
        margin-right: 15px;
        position: relative;
    }
}

.shop-menu .nav > li{
    position: static;
}
.shop-menu .nav > li .dropdown-menu.full{
    width:calc(100% + 15px);left:0;transform: none;padding:8px 5%;min-width: 100vw;
}
.shop-menu .nav > li .dropdown-menu.full .caret{right:5px;}
.shop-menu .nav .dropdown-menu > li > a{text-align: left;}
.shop-menu .dropdown-menu.full >li >ul{
    position: absolute;top:0;left:25%; transform: none;width:50%;box-shadow: none;border:none;   
}
.shop-menu .dropdown-menu.full >li >ul >li{
    display: inline-block;width: 50%;
}
.shop-menu .dropdown-menu.full >li a{
    ;white-space: normal;position: relative;
}
.shop-menu .dropdown-menu.full >li{
    max-width: 20%;white-space: normal;position: static;
}
.shop-menu .nav .dropdown-menu > li .dropdown-menu {
    margin-top: 25px;
}
.shop-menu .nav > li .dropdown-menu.full {
    width: calc(100% + 15px);
    transform: none;
    padding: 28px 14%;
    min-width: 100vw;
}
.shop-menu .nav .dropdown-menu > li > a {
    font-weight:normal;
    font-size: 14px;
}
.shop-menu .dropdown-menu.full > li > ul{
    left:31%;
}
.shop-menu .dropdown-menu.full > li{
    max-width: 22%;
}
@media (max-width:1199px){
    .shop-menu .nav > li .dropdown-menu.full {
        padding-left:5%;padding-right: 5%;
    }
}

.product-opinion-list .media-heading span{display: block;font-size:13px;color:#8b8b8b;}
.product-opinion-list .media-body p{font-size:16px;}
form.opinion_form .send_info{color:#000;background:#fff;}
.product-opinion-list .comments-list{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #8b8b8b;}
.product-opinion-list .comments-list:last-of-type{
    border-bottom: none;
}
.basket-steps{width:900px;max-width: 100%;margin:40px auto;}
.basket-steps ul{display:flex;}
.basket-steps ul li{position: relative;width:20%;text-align: center;}
.basket-steps ul li .circle-icon{display: flex;align-items: center;justify-content: center;position: relative;background:#fff;border-radius:50%;text-align: center;margin:0 auto;border:2px solid #bfbfbf;color:#bfbfbf;width:52px;height: 52px;line-height: 50px;font-size:18px;font-weight: bold;}
.basket-steps ul li .text{color:#bfbfbf;display: inline-block;line-height: 1.2;padding:5px;font-size:11px;font-weight: normal;text-align: center;width:100%;}
.basket-steps ul li.active .circle-icon{background:#48bcc0;color:#fff;border-color:#48bcc0;}
.basket-steps ul li.active .text{color:#212121;}
.basket-steps ul li:before{
    z-index: -1;right:0;height: 2px;background:#e1e1e1;position: absolute;top:26px;margin-top:-1px;content:"";width:100%;
}
.basket-steps ul li:first-child:before{
    width:50%;
}
.basket-steps ul li:last-child:before{
    width:50%;left:0;right:auto;
}
.basket-steps ul li:last-child i{
    font-size:40px;
}
.button-basket-down{display:flex;align-items:center;margin:30px 0;}
.button-basket-down .btn-back{text-align:center;margin-right: 10px;font-weight:400;color:#48bcc0;font-size:14px;text-transform:uppercase;}
.button-basket-down .btn-back:hover{text-decoration: underline;}
.button-basket-down .button_next_cart{border:2px solid #48bcc0; margin-left:auto;padding:10px 30px;text-align: center;font-size:14px;font-weight: 400;background:#48bcc0;color:#fff;}
.button-basket-down .button_next_cart:hover{background:#fff;color:#48bcc0;}
.no-product-basket{font-size:18px;text-align:center;}
.button-class{text-transform: uppercase;min-width:140px;display:inline-block;cursor:pointer;border:2px solid #48bcc0; margin-left:auto;padding:10px 15px;text-align: center;font-size:12px;font-weight: bold;background:#48bcc0;color:#fff;}
.button-class:hover{background:#fff;color:#48bcc0;}
.button-class.btn2,.btn.btn2{border-color:#48bcc0;background:#fff;color:#48bcc0;}
.button-class.btn2:hover,.btn.btn2:hover{background:#48bcc0;border-color:#48bcc0;color:#fff;}


#basket-content{overflow: hidden;}
.rTable    { display: table; position: relative;}
.rTableRow       { display: table-row; position: relative; }
.rTableHeading    { display: table-header-group; position: relative; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; }
.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}

.rTableHeading:before{
    width:100vw;position: absolute;top:0;left:50%;background:#eaeaea;height: 100%;content:"";
    transform: translateX(-50%);
    z-index: -1;
}
.bgHeaderfixed .rTableCell .product-info{
    position: relative;
}
.bgHeaderfixed .rTableCell .product-info:before {
    width: 200vw;
    position: absolute;
    top: -20px;
    left: -50vw;
    background: #fff;
    height: 500%;
    content: "";
    transform: none;
    z-index: -1;
}
#basket-top .rTableHeading:before{
    display:none;
}
.rTableHeading.no-bg:before,.rTableHeading.no-bg{
    background:transparent;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 0;
}
.rTableHeading {
    display: table-header-group;
    background-color: #eaeaea;
    font-weight: bold;
    position: relative;
    padding:10px 0;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTableRow .rTableHead:first-child,.rTableRow .rTableCell:first-child{width:35%;}
.rTableBody .rTableRow .rTableCell{
    padding:20px 5px;border-bottom: 1px solid #eaeaea; vertical-align: middle;
}
.rTableHeading .rTableHead{padding:22px 5px;text-align: center;vertical-align: middle;}
.rTableHeading .rTableHead:first-child{;text-align: left}
.rTableRow .rTableCell:first-child{text-align: left}
.rTableRow .rTableCell{text-align:center;}
.rTableCell .quantity{margin:5px auto;}
.rTableCell .old_price,.rTableCell .price{
    display: block;font-size:16px;font-weight: 400;
}
.rTableCell .old_price{text-decoration: line-through;color: #8e8e8e;font-weight: 300}
.rTableCell .dostepnosc{
    color:#48bcc0;font-size:12px;font-weight: bold;
}
.rTableCell .time-r{
    color:#aedf58;font-size:16px;font-weight: 400;
}
.rTableCell .time-r.dng{
    color:#48bcc0;
}
.rTableCell .quantity .fa{
    color:#48bcc0;
}
.rTableCell .product-info{display:flex;align-items: flex-start;}
.rTableCell .product-info .border-image{padding:3px;width:110px;min-width: 110px;border:2px solid #f3f3f3; padding-top: 100px;}
.rTableCell .product-info .border-image img{max-width: 100%;}
.rTableCell .product-info .prod-info{width: calc(100% - 100px);padding-left: 20px;}
.rTableCell .product-info .prod-info .title-p{font-size:14px;font-weight: 400;display: block;padding:0 0 6px 0;margin-bottom: 10px;}
.rTableCell .product-info .prod-info .code-p{font-size:11px;font-weight: 300;display: block;padding:2px 0;color:#8b8b8b;margin:0px 0 0 0}
.rTableCell .product-info .prod-info .features{padding-top: 6px;display: inline-block;width: 100%;}
.rTableCell .product-info .prod-info .features .feature{padding: 1px 0;display: block;font-size:12px;font-weight: 700;}
.rTableCell .prod-action{padding-top: 20px;display: inline-block;width: 100%;}
.rTableCell .prod-action a{font-size:20px;color:#8b8b8b;margin-right: 10px;}
.rTableCell .prod-action a:hover{color:#48bcc0}
.summary-info{background:#fbfbfb;padding:25px 0;}
.summary-info .row{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
}
#cuponcode-add{margin:0;}
.summary-info .custom-control{
    display: flex;
    align-items: center;
    min-height: 36px;
}
#coupon_code,.coupon_code{margin:0 10px;width: 200px;font-size:17px;font-weight:bold;color:#000;width:auto;height: auto;text-align: center;padding:6px 8px;background:#eaeaea;border:1px solid #dbdbdb;border-radius:0;}
.code-group span{font-size:11px;font-weight: bold;}
.code-group a.add-code{cursor:pointer;font-size:11px;font-weight: 700;color:#48bcc0}
.summary-info .code-group{
    display:flex;align-items:center;
}
.cupon-cols form{
    display:none;padding:10px 0;margin-top:10px;
}
.cupon-cols .custom-checkbox.disable-click:before{
    width:100%;height: 100%;position: absolute;top:0;left:0;content:'';  z-index: 32323; 
}
.delete-cupon{font-size:18px;margin:5px;color:#48bcc0;cursor: pointer;}
.cupon-info{font-size:12px;}
.basket-summary h3.text-right span{
    margin-left: auto;padding-left: 10px;
}
.basket-summary h3.text-right{
    display: flex;align-items: center;
}
.basket-summary{font-size:14px;font-weight:400;line-height:1.5;}
.basket-summary .sumary-bx{margin-top:15px;padding-top:15px;border-top:1px solid #48bcc0}
.basket-summary .basket-sum{padding:0 8px;}
.basket-summary .basket-sum.disc{font-size:16px;color:#37cd02;font-weight:400}
.basket-summary .basket-sum h3 > span{font-size:16px;font-weight:400}
.basket-summary h3.text-right .bigf{font-size:22px;}
@media (max-width:1199px){
    .rTableCell .product-info .prod-info{width: calc(100% - 70px);padding-left: 10px;}
}
@media (max-width:767px){
    .basket-steps ul li .circle-icon{
        width:32px;height: 32px;line-height: 30px;font-size:14px !important;
    }
    .basket-steps ul li::before{top:16px;}
    .basket-steps ul li:last-child i {
        font-size: 38px;
    }
    .rTableHeading{display:none;}
    .rTableCell, .rTableHead{display: block;}
    .rTableRow .rTableHead:first-child, .rTableRow .rTableCell:first-child{width:100%;}
    .rTableBody .rTableRow .rTableCell{padding:5px 0;border-bottom: none;}
    .rTableRow{padding:5px;border:1px solid #efefef;display: block;margin-bottom: 10px;}
    .rTableCell .prod-action{text-align: center;padding-top: 10px;}
    .summary-info .code-group{justify-content: center;flex-wrap:wrap;text-align: center;margin-bottom: 10px;}
    #coupon_code,.coupon_code{font-size:12px;width:100%;}
}
@media (max-width:480px){
    .basket-steps ul li .text{display: none;}
    .basket-steps{margin:20px auto;}
    .rTableCell .product-info .border-image{width:70px;min-width: 70px; padding-top: 60px;}
    .button-basket-down{flex-wrap:wrap;}
    .button-basket-down a,.button-basket-down .btn-back{margin:5px auto;}
}

h3.title-l{
    font-size:30px;margin-bottom: 20px;
}
h3.title-l.t-color{
    color:#48bcc0;font-weight: bold;
}
input.txtbox {
    width: 350px;
    max-width: 100%;
    padding: 20px 15px;
    background: #eaeaea;
    border: 1px solid #dcdcdc;
    margin: 0 0 10px 0;
    display: block;
    border-radius: 0;
    color:#000;
    text-transform: lowercase;
    font-weight: 700;
    font-size:12px;
}
input.txtbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212121;
    opacity: 1; /* Firefox */
}

input.txtbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #212121;
}

input.txtbox::-ms-input-placeholder { /* Microsoft Edge */
    color: #212121;
}

.regis-t {
    margin: -20px 0 30px 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
    width:100%;
}
.centered .regis-t{text-align: center;}
#login-site{margin-bottom: 10px;}
.login-cst-chc.custom-control{margin:5px 0 0 0;min-height: 38px;align-items: center;display: flex;}
.login-cst-chc label{cursor:pointer;}
.login-content{padding:40px 0;position: relative;overflow: hidden;}
.activate_form,.remember_form{max-width: 100%;padding-top:10px;padding-bottom: 10px;position: relative;float: left;}
.login-content .col-mm{margin-bottom: 20px;}
.login-content .send_info{
    width: 100%;max-width: 350px; color:#000;border:2px solid #48bcc0;background:transparent;border-radius:0;margin-top:10px;
}
.login-content .col-color-bg{padding-left:40px;padding-right: 40px;}
.login-content.bg-right:before{
    top:0;left:50%;width:50%;height:100%;background:#fbfbfb;content:"";position: absolute;z-index: -1;
}
.pass-strong{max-width:350px;position: relative;width:100%;}
.pass-strong span{
    position: relative;width:100%;max-width: 350px;height: 5px;
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
}
.pass-strong span.short{
    background:#48bcc0;
    width:25%
}
.pass-strong span.weak{
    background:#fd8e4b;
    width:50%;
}
.pass-strong span.good{
    background:#48bcc0;
    width:75%;
}
.pass-strong span.strong{
    background:#23c83e;
    width:100%;
}
input.txtbox.error{
    border-color: red;
    box-shadow: 0 0 5px red;
}
.reg-box{margin:15px 0;border:1px solid #eee;padding:20px 40px;}
.reg-box h3{font-size:26px;font-weight: 700;margin-bottom:10px;}
.reg-box p.subtit{margin-bottom:20px;}
.reg-box p.subtit b{color:#48bcc0}
.reg-box a.button-class{margin-top:20px;}
@media (max-width:480px){
    .reg-box{padding:15px;}
}
.order-finish{
    padding:10px 0 30px 0;
}
.order-finish h1{
    font-weight: 900;font-size:26px;line-height: 1.2;margin-bottom: 20px;
}
.order-finish .ff-23{
    margin-bottom: 24px;font-size:20px;
}
.order-finish .ff-23 b{
    font-weight: 400;color:#48bcc0;font-size:30px;
}
.order-finish .text-ls{
    font-size:18px;
}
.order-finish .text-ls a{
    color:#48bcc0
}
.login-box-l{border-bottom: 1px solid #eaeaea;padding-bottom:30px;width:350px;max-width: 100%}
.register-box-l{margin:20px 0 20px 0;}
.small-t{margin-bottom:20px;font-size:13px;}
.regis-t.mt-s{margin-top:20px;}
@media (max-width:767px){
    .login-content.bg-right::before{display:none;}
    .login-content .col-color-bg{padding:15px;}
}

.title-bar{padding:20px 0;font-size:18px;font-weight: bold;background:#eaeaea;width:100%;margin-bottom:10px;}
.title-bar.small-pd{padding:15px 0;}
#basket-data .form-control{
    border-radius:0;box-shadow: none;min-height: 40px;background:transparent;border-color:#ebebeb;
}
#basket-data .form-control:focus {
    box-shadow: 0px 0px 1px #48bcc0;
    border-color: #48bcc0;
}
#basket-data label.col-form-label{
    font-weight: 700;margin-bottom: 15px;font-size:13px;
}
#basket-data label.col-form-label span{
    color:#48bcc0
}
.data-user-billing{padding:30px 0;position:relative;}
.title_forms.data-user-info{margin-top: -20px;padding:0 0 10px 0}
.title_forms.data-user-info label{font-weight:900;font-size:12px;}
.data-user-info{position:relative;padding:30px 0;}
.data-user-info:before{
    top:0;left:0%;width:50%;height:100%;background:#fbfbfb;content:"";position: absolute;z-index: -1;
}
.data-user-info.full-bg:before{
    width: 100%;
}
#basket-data textarea{resize:none;}
.form-area-basic-data{padding-right:5px;}
.comp{display:inline-block;}
.form-area-basic-data .custom-control {
    display: flex;
    align-items: center;
    min-height: 36px;
    font-weight:700;
}
.form-area-basic-data .custom-control label{
    font-weight: 900;
}
.form-area-basic-data .code-group span{
    font-weight: 900; 
}
.form-area-basic-data .code-group #coupon_code,.form-area-basic-data .code-group .coupon_code{width:35%;text-align: left;}
.search-box-data h3{
    padding:0 20px;font-weight:700;font-size:18px;margin-top: -5px;
}
.search-data-b{width:100%;margin: 13px 0;position:relative;}
#basket-data .search-data-b .form-control{
    background:#eaeaea;border-color:#dbdbdb;padding-right: 50px;min-height: 40px;
}
#basket-data .search-data-b .form-control:focus {
    box-shadow: 0px 0px 1px #48bcc0;
    border-color: #48bcc0;
}
.search-data-b .input-group-append{cursor:pointer;justify-content: center;color:#000;align-items:center;border:1px solid #dbdbdb;position: absolute;top:0;height: 100%;display: flex;width:40px;right:0;background:#fff;}
.search-data-b .input-group-append:hover{
    background:#fafafa;
}
.address-box {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    max-height: 550px;
    overflow-y: auto;
}
.address-box .one-adress-row{
    border:1px solid #dedede;padding:30px 15px;display: flex;align-items:center;width:100%;margin:3px 0;float:left;
}
.address-box .one-adress-row.active{
    border-color: #48bcc0;
}
.action{margin-left: auto;padding-left: 10px;}
.action a{
    font-size:12px;font-weight: 400;display: block;color:#48bcc0
}
.action .delete-b{
    color:#48bcc0;
}
.one-adress-row .name{
    width:30%;font-weight: 400;font-size:14px;
}
.one-adress-row.active .name{
    font-weight: 700;
}
.one-adress-row .address{
    width:55%;font-weight: 400;font-size:13px;padding-left: 10px;
}
.title-bar .custom-control.custom-checkbox{
    display:inline-block;margin-left: 20px;min-height: 30px;margin-bottom: 0;font-weight: 900
}
.title-bar span{
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.title-bar .custom-control-label::before,.title-bar .custom-control-label::after{
    top:50%;transform: translateY(-50%);
}
.group-checkbox-only-one{
    display: inline-block;
}
@media (max-width:991px){
    .data-user-info::before{display:none;}
}
@media (max-width:480px){
    .address-box .one-adress-row{
        flex-wrap:wrap;
    }
    .one-adress-row .name,.one-adress-row .address{;padding:0;width:80%;}
}
.order-country-select .bootstrap-select .btn-default{background:transparent;border-color: #ebebeb;border-width:1px;min-height: 40px;text-align:left;}
.order-country-select .dropdown-menu > li > a{text-align:left;padding: 0 5px;}

.payment-type-row{
    flex-wrap:wrap;justify-content: center;  border:1px solid #cccccc;border-radius:10px;padding:30px;margin:30px 0 40px 0;display: flex;align-items:flex-start;
}
.payment-type-row a{margin:8px 15px;cursor:pointer;}
.payment-type-row a img{width:100%;display:block;max-width:100%;border:1px solid #ccc;}
.payment-type-row a span{display: inline-block;text-align: center;width:100%;margin-top:10px;font-size:11px;color:#212121;}

.payment-type-row a:hover img,.payment-type-row a.active img{
    border-color:#48bcc0;box-shadow: 0 0 3px 0 #48bcc0
}
.info-message{
    background:#fef9f3;padding:15px;font-size:30px;font-weight: 300;line-height: 1.2;margin-top:30px;
}
.info-message span.bld{
    font-weight: 900;
}
.info-message span{
    color:#48bcc0;
}
.info-tx{display: block;padding:10px 15px;font-weight: 900;color:#48bcc0;font-size:28px;}
.delivery-box{border:1px solid #eaeaea;padding:20px 8px;margin-top:10px;}
.delivery-box .title-del{font-size:16px;font-weight: 900;padding:0 10px;}
.delivery-box .title-del span{color:#48bcc0}
.one-delivery{display:flex;align-items:center;border:1px solid #eaeaea;padding:20px 10px;margin:10px 0;}
.one-delivery.none {display: none;}
.one-delivery .prices-del{margin-left:auto;font-size:18px;font-weight:900;min-width: 80px; text-align: right;}
.one-delivery .prices-del.text-dec-line span{
    text-decoration: line-through;
    color: #8e8e8e;
    font-size:14px;
}
.one-delivery .prices-del.text-dec-line strong{
    font-size: 16px;
}
.one-delivery .titles{
    font-weight: 900;font-size:13px;
}
.one-delivery .titles span{
    display: block;color:#979797;margin-top:3px;
}
@media (max-width:767px){
    .info-message,.info-tx{font-size:18px}
}
@media (max-width:480px){
    .payment-type-row{padding:10px;}
    .payment-type-row a{margin:5px 10px;}
}

.send_info.error-monit.alert-success {
    width: 100%;
    max-width: 100%;
    color: #000;
    border: 2px solid #48bcc0;
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
    text-align: center;
}
.change-data-delivery{
    margin-top:30px;background: #eaeaea;
    padding:10px;
}
.change-data-delivery label{
    font-weight: 900;
    font-size: 12px;
    display: flex;
    align-items:center;
    min-height: 36px;margin:0;
}




span.infot {
    position: relative;
    /*color: #48bcc0;*/
    cursor: pointer;
    font-size:14px;margin-left: 4px;
}
span.infot:hover:before {
    opacity: 1;
}

span.infot:before {
    content: attr(aria-label);
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    font-size: 13px;
    width: 200px;
    padding: 3px;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    border-radius: 3px;
    border:2px solid #48bcc0;
    text-align: center;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.delivery-data{padding:20px 0;display:none;}
.delivery-data .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    background: transparent;
    border-color: #ebebeb;
    padding: 6px 12px;
}
.ord-title{
    font-size:20px;font-weight: bold;margin-bottom:10px; 
}
.delivery-cols{margin-right: auto;margin-left: -15px;align-self: center;padding-right: 0;}
.delivery-cols h3{font-size:18px;font-weight: 700;margin-bottom: 10px;padding:0 5px 5px 10px;padding-left: 10px;}
.delivery-cols .one-delivery .titles{font-weight: 700}
.delivery-cols .one-delivery .titles span{margin-top: 8px;}

.data-info{padding:30px 0;}
.data-info .row{display:flex;flex-wrap:wrap;}
.data-info .row .one-delivery{align-self: flex-start;}
.data-info .delivery-cols{margin:0 0 10px 0;align-self:flex-start;padding-right: 15px;}
.data-info .delivery-cols h3{padding-left: 10px;}
.data-info .delivery-cols .one-delivery .titles span{color:#212121;font-weight: 400;margin-top:5px;}
.payname{
    font-size: 11px;
    color: #212121;
}
.overlay_shop{
    display:none;text-align: center;background:rgba(255,255,255,0.9);position: fixed;top:0;left:0;width:100%;height: 100%;z-index: 123123;padding:10px;font-size:22px;font-weight: bold;
}
.overlay_shop .text_desc{
    display: flex;align-items:center;justify-content: center;height: 100%;width:100%;
}

.lds-ring {
    display: block;
    margin:10px auto;
    position: relative;
    width: 75px;
    height: 75px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 61px;
    height: 61px;
    margin: 6px;
    border: 6px solid #48bcc0;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #48bcc0 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:767px){
    .delivery-cols{margin:10px 0;padding-right: 15px;}
    .one-delivery .prices-del{min-width: 60px;font-size:16px;}
    .summary-info .row{margin:0 -15px;}
}


#basket-top{
    z-index:500;display:none;position:fixed;top:0%;right:10px;
}
#basket-top .basket-top-class{
    font-size:12px;margin-top:5px;max-width:70vw;background:#fff;width:700px;border:1px solid #ccc;padding:5px;box-shadow:0 0 5px 1px #ccc;
}
#basket-top .darkness {
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    content: " ";
    position: fixed;
    right: 0;
    top: 0;
}
#basket-top .basket-data-m{display: block;z-index: 12;position: relative;padding:5px;padding-bottom: 10px;}
#basket-top .table-prod{
    max-height:calc(50vh);min-height: 100px;overflow-y: auto;overflow-x: hidden;
}
#basket-top .rTableCell .prod-action{
    display: flex;padding-top:0;font-size:20px;
}
#basket-top .rTableCell .prod-action span{font-size:18px;}
#basket-top .rTableCell .product-info .prod-info .title-p{font-size:12px;padding:0;}
#basket-top .rTableCell .product-info .border-image{width:70px;min-width: 70px;padding-top: 60px;}
#basket-top .rTableCell .product-info .border-image img{display: block}
#basket-top .rTableCell .product-info .prod-info{padding-left:10px;width:calc(100% - 70px);}
#basket-top .rTableBody .rTableRow .rTableCell{padding:8px 5px;}
#basket-top .rTableHeading .rTableHead{padding:8px 5px;color:#000}
#basket-top .rTableCell .product-info{padding-bottom: 5px;}
#basket-top .rTableBody .rTableRow .rTableCell.qty{font-size:16px;}
#basket-top .sumary-bx{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #48bcc0;
    max-width: 50%;margin-left: auto;
    margin-bottom:15px;
}
#basket-top h3.text-right {
    display: flex;font-size:14px;color:#000;
    align-items: center;
}
#basket-top h3.text-right span {
    margin-left: auto;
    padding-left: 5px;font-size:16px;font-weight: 700
}
#basket-top .button-basket-down{margin-bottom:0;margin-top:10px;}
#basket-top .button-basket-down .btn-back{padding:4px;font-size:11px;cursor: pointer;}
.table-prod .rTableBody .rTableRow:last-of-type .rTableCell{border:0;}
#basket-top .button-basket-down .button_next_cart{padding: 5px 20px;}
@media (max-width:767px){
    #basket-top .sumary-bx{width:100%;max-width: 100%;}
    #basket-top{width:100%;max-width: 100%;max-height: 100%;overflow-y: auto;right: 0;}
    #basket-top .rTableBody .rTableRow .rTableCell{padding:3px 5px;}
    body.show-small-basket{overflow:hidden;}
}
.gus-button{
    text-align: right;
}
.gus-btn{
    border: 2px solid #48bcc0;
    margin-left: auto;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #48bcc0;
    color: #fff;
    display:inline-block;
}
.gus-btn:hover{
    color:#48bcc0;
    background:#fff;
}
.formNip label{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 13px;
}
.formNip input{
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    background: transparent;
    border-color: #ebebeb;
}
.border-a.search-box-top:before{
    opacity: 0;height: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 4;
    width: 100%;    
    background: rgba(255,255,255,0.8);
    content: " ";
    position: fixed;
    right: 0;
    top: 0;
}
.border-a.search-box-top.actv:before{
    opacity: 1;height: 100%;
}
form.search-form{display:flex;}
#search-middle {
    background: #F3F7F6;
    box-shadow: none;
    font-size: 13px;
    display: inline-block;
}
#search-middle {
    border-radius: 0;
    height: 50px;
    width: calc(100% - 200px);
}
.search-form .bootstrap-select{
    width:200px !important;
    height: 50px;
    vertical-align: top;
    border-radius: 0;
}
.search-form .bootstrap-select > .btn{height:100%}
.search-box{margin-top:30px;}
.bar-search{margin:30px 0;background:#48bcc0;padding:55px 10px 30px 10px;}
.bar-search .container{
    display: flex;align-items:center;flex-wrap:wrap;
}
.bar-search .container h1{font-size:36px;color:#fff;font-weight:700;width:100%;text-align: center;}
.bar-search .container h2{margin:0;color:#fff;margin-left:auto;}

.search-btn-middle{border: 2px solid #dedede;border-left:none;color:#fff;background:#48bcc0;width:50px;height: 50px;display: flex;align-items:center;justify-content: center;cursor:pointer;}

.flex-content .col-md-3{max-width: 130px;padding-right: 0;}
.flex-content{display:flex;width:100%;}
.flex-content .img-thumbnail{margin-top: 8px;max-width:100px;border-radius:0;}
.flex-content h3 a{
    color: #8b8b8b;font-size:22px;margin-bottom: 10px;
}
.flex-content h3 a:hover{
    color:#48bcc0;
}
.flex-content .price {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
.flex-content .meta-search {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
.flex-content div.p{
    font-size:14px;margin-bottom: 10px;
}
.flex-content .btn.btn-primary{padding:4px 15px;}
.opinion-one-add .reg-box h2.prod-t{
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}
.opinion-one-add .reg-box p.prod-c{
    margin-bottom: 10px;
}
.mobile-categories-list{display:none;background:#48bcc0;color:#fff;padding:5px 10px;cursor: pointer;}
.one-filter .tgl_c .btn{
    border-radius: 0;border:2px solid #48bcc0;background:transparent; color:#000;font-weight: bold;
}
.one-filter .tgl_c .btn:last-of-type{
    background:#48bcc0;color:#fff;
}
.one-filter .tgl_c .btn:hover{ background:#48bcc0;color:#fff;}
.one-filter .tgl_c .btn:last-of-type:hover{
    background:#fff;color:#000;
}

@media (max-width:767px){

    .bar-search .container h1{font-size:20px;width:100%;}
    .bar-search .container h2{width:100%;text-align: center;}
    .bar-search .container{flex-wrap:wrap;text-align: center;}
    .search-form .bootstrap-select{width:140px !important;}
    #search-middle {
        width: calc(100% - 140px);
    }
    .shop-menu .basket-top{
        font-size:20px;
        display: flex;
        align-items: center;
        top: 35px;
    }
    .shop-menu .basket-top span{
        display: none;
    }
    .shop-menu .basket-top i {margin:0 !important;}
    .shop-menu .basket-top.przechowalnia-btn-top{margin-right: 60px;}
    .shop-menu .basket-top.login-btn-top{margin-right: 30px;}
    .shop-menu .dropdown-menu.full > li{width:100%;max-width: 100%;}
    .shop-menu .dropdown-menu.full > li > ul{left:0;}
    .shop-menu .dropdown-menu.full > li > ul > li{width:100%;}
    .content-page{overflow:hidden;}
}
@media (min-width:992px){
    .categories-list{display: block !important;}
}
@media (max-width:991px){
    .shop-menu #bs-example-navbar-collapse-1 .nav{float:left;}
    .shop-menu .basket-top{font-size:22px;}
    .mobile-categories-list{display: block;}
    .categories-list{display: none;}
}

.error-c{
    color:red;
}
.error-c .custom-control-label:after{
    box-shadow: 0 0 2px red;
}
.custom-control.rg-inf-activate{
    padding-left: 0;
    margin: 15px 0 0;
    cursor: pointer;
}
.custom-control.rg-inf-activate label{
    cursor: pointer;
}
#login .custom-control.rg-inf-activate{
    margin-top: 0;
    color:#fff;
}
#login .custom-control.rg-inf-activate:hover{
    color:#ccc;
}
.nt4{
    font-size:16px;color:#fff;text-align: center;width:100%;
    margin: -20px 0 30px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.centered label{color:#fff;margin:0 0 3px 0;font-size:14px;}
.login-register-box input.form-style{margin:0;background:#fff;border-radius:5px;padding: 12px 10px;}
.login-register-box .flex-rows-align .col-md-6 .centered .form-group{display: flex;align-items:center;}
.login-register-box .flex-rows-align .col-md-6 .centered .form-group .infot{margin-left: 10px;}
.login-register-box .flex-rows-align .col-md-6 .centered .form-group .infot i{font-size:20px}
.login-register-box .flex-rows-align .col-md-6 .centered .form-group .infot:before{
    top:0;padding: 5px;transform: translate(50%,-100%);background:#fff4e2;color:#90878a;
}
.login-register-box  #login .custom-control.rg-inf-activate{font-size:12px;}
.login-register-box .flex-rows-align .col-md-6 .centered{align-self: center;}
.login-register-box .flex-rows-align{background:#f4f5f7;color:#6d6d6d;}
.nt3.reg{
    color:#6d6d6d
}
.reg-icon{font-size:64px}
.login-register-box .flex-rows-align .col-md-6.left-login:after{
    position: absolute;top:50%;right: 0;content:"LUB";background:#f4f5f7;color:#6d6d6d;padding: 5px 10px;transform: translate(50%);
}
.register-btn-new{cursor:pointer;font-size:18px;color:#48bcc0}
.login-btn-new{cursor:pointer;border:2px solid #fff;font-size:16px;color:#48bcc0;background:#fff;padding:5px 10px;margin-top:10px;display: inline-block;min-width: 100px;text-align: center;}
.login-btn-new:hover{color:#fff;background:#48bcc0}

.left-login .centered .regis-t{color:#fff;}

@media (max-width:600px){
    .login-register-box .flex-rows-align .col-md-6.left-login::after{
        display: none;
    }
    .regis-t{font-size:16px;}
    .login-register-box{overflow-x: hidden;background:#f4f5f7}
    .login-register-box .flex-rows-align .col-md-6 .centered .form-group .infot::before {
        right: 0;
        transform: translate(0%,-100%);
    }
}
@media (max-width:480px){
    .login-register-box .flex-rows-align{height: 100%;}
}


/*nowe logowanie*/

.log-content-full{
    display:flex;flex-direction: row-reverse;min-height: 100vh
}
.log-content-full .left-image img{
    height: 100%;object-fit: cover;display: none
}
.log-content-full .left-image{
    width:40%;background-image:url('/images/front/login-bg.jpg');background-position: center;background-size:cover;
}
.log-content-full .right-info{
    width:60%;
}
.log-content-full .nav-a{
    font-size:20px;display: flex;width:100%;padding:30px;color:#48bcc0;justify-content: space-between;
}
.log-content-full .nav-a.no-back{
    justify-content: right;
}
.log-content-full .nav-a a{color:#48bcc0;text-align: center;}
.log-content-full .nav-a a:hover{
    color:#707070
}
.log-content-full .nav-a a.close-l {margin-top:-20px;}
.log-content-full .nav-a a.close-l i{font-size:36px;}
.log-content-full .nav-a a.close-l span{display: block;font-size:14px;padding-top: 18px;}
.log-content-full .text-details{width: 100%;padding:0px 60px;display: block}
.log-content-full .text-details .cont{display: flex;border-bottom: 2px solid #DCDCDC;color:#707070;margin-bottom: 20px;padding:20px;}
.log-content-full .text-details.no-brd .cont{border-bottom:none}
.log-content-full .text-details .cont img{margin-right: 20px;max-height: 100px;min-width: 47px;}
.log-content-full .text-details .cont h2{font-size:34px}
.log-content-full .text-details .cont p{font-size:18px}
.log-content-full .text-details .cont p span{font-size:24px;margin-right: 5px;}
.log-content-full .tab-con{
    display: block;
    margin: 0 auto;
    text-align: center;
    align-self: flex-end;
}
.log-content-full .tab-con a{
    font-size:20px;color:#707070;letter-spacing: 1px;padding:3px 10px;border-bottom: 1px solid #DCDCDC;position: relative;
}
.log-content-full .tab-con{padding-bottom: 30px;}
.log-content-full .tab-con a:hover,.log-content-full .tab-con a.active{
    color:#333;border-bottom: 2px solid #48bcc0;font-weight: bold;
}

.log-content-full .infot{margin-left: 10px;}
.log-content-full .infot i{font-size:20px}
.log-content-full .infot:before{
    top:0;padding: 5px;transform: translate(50%,-100%);background:#fff4e2;color:#90878a;
}
.log-content-full .left-login .form-group,.log-content-full .active-reg .form-group {
    display: flex;
    align-items: center;
}
.log-content-full .left-login input.txtbox {
    margin: 0;
    background: #fff;
    border-radius: 5px;
    padding: 12px 10px;
}
.log-content-full .active-reg input.txtbox {
    margin: 0;
    background: #fff;
    border-radius: 5px;
    padding: 12px 10px;
}

.active-reg .pass-strong{
    max-width:calc(100% - 28px);margin-bottom: 15px;
}
.active-reg .pass-strong span{
    margin-top:-20px;;border-radius: 5px;
}

.log-content-full .left-login .login-site{
    max-width: 320px;margin:0 auto;
}
.log-content-full .left-login label{
    color: #fff;
    margin: 0 0 3px 0;
    font-size: 14px;
}

.log-reg-box .left-login:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "LUB";
    background: #f4f5f7;
    color: #6d6d6d;
    padding: 5px 10px;
    transform: translate(50%);
    z-index: 2;
}
/*.log-content-full .left-login .custom-control {min-height: 20px;padding-left:0;}*/
.log-content-full .left-login .custom-control label{
    font-size:12px;
}

/*.log-content-full .left-login .custom-control label:before,.log-content-full .left-login .custom-control label:after{display: none !important;}*/
.log-content-full .send_info{
    background:#fff;color:#707070;padding:5px;text-align: center;font-size:13px;
}
.log-content-full .cont-ff{
    display:flex;flex-wrap:wrap;height: 100%;
}
.log-content-full input.txtbox::placeholder {
    color: #212121;
    opacity: 0.5;
}
.log-content-full .log-reg-box{
    width: 100%;align-self: flex-end;  
}
.log-reg-box .ff{
    display:flex
}
.log-reg-box .centered i{color:#aaa}
.log-reg-box .centered{
    padding:30px 15px;text-align: center;
}
.log-reg-box .ff.cl-rw:hover > .col-md-6.left-login{
    background:#f3f4f6
}
.log-reg-box .ff.cl-rw:hover > .col-md-6.left-login:hover{
    background:#48bcc0;
}

.log-reg-box .ff > .col-md-6{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.log-reg-box .ff > .col-md-6.left-login{
    min-height:60vh;background:#48bcc0;

}
.log-reg-box .ff > .col-md-6.register-right{
    background:#f3f4f6;min-height:60vh;display: flex;align-items:center;
}
.log-reg-box .ff.cl-rw > .col-md-6:hover{
    background:#48bcc0;
}
.log-reg-box .ff.cl-rw > .col-md-6.register-right:hover .centered,.log-reg-box .ff.cl-rw > .col-md-6.register-right:hover .centered .nt3.reg{
    color:#fff;
}
.log-reg-box .ff.cl-rw > .col-md-6.register-right:hover .register-btn-new{
    color:#000;
}
.log-reg-box .ff.cl-rw > .col-md-6.register-right:hover  i{
    color:#eee;
}
.log-reg-box .ff.cl-rw > .col-md-6.register-right:hover .register-btn-new:hover{
    color:#fff;
}
.log-register-box .register-btn-new{
    border: 2px solid transparent;
    padding: 10px 20px;
}
.log-register-box:hover .register-btn-new{
    border: 2px solid #48bcc0;

}
.log-register-box:hover .register-btn-new:hover{
    border: 2px solid #48bcc0;
    color: #fff;
    background: #48bcc0;

}

.log-reg-box .ff.cl-rw:hover > .col-md-6.left-login .login.nt3{color:#6d6d6d}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login .nt4{color:#707070}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login label{color:#707070}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login .infot i{color:#707070 !important}
.log-reg-box .ff.cl-rw:hover > .col-md-6.left-login:hover .login.nt3{color:#fff}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login:hover .nt4{color:#fff}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login:hover label{color:#fff}
.log-reg-box .ff.cl-rw:hover  > .col-md-6.left-login:hover .infot i{color:#fff !important}




.log-reg-box .ff > .col-md-6 .ppp{
    padding:30px 15px;width: 100%;
}
.log-reg-box .ff > .col-md-6.left-login.left-login-full{width:100%;min-height: 55vh;}
.left-login-full{display: flex;align-items:center;}
.left-login-full:after{
    display: none
}

.log-reg-box .ff > .col-md-6 .ppp i.reg-icn{font-size:68px;color:#fff;margin: 0 auto 10px;display: block;text-align: center;}
.log-reg-box .ff > .col-md-6.left-login.reg-bb{text-align: center;display: flex;align-items:center;}

.log-reg-box .ff > .col-md-6 .title-regist{font-size:22px;color:#fff;}
.supop{padding:10px 0;color:#fff;margin-bottom: 30px;}
.login-btn-new.big-btn{padding:12px 15px;font-size:20px;min-width: 40%}

.log-reg-box .ff > .col-md-6.reg-cc .ppp i{color:#C1BCBC}
.log-reg-box .ff > .col-md-6.reg-cc .title-regist{color:#707070}
.log-reg-box .ff > .col-md-6.reg-cc .supop{color:#707070}
.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover i{color:#fff}
.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .title-regist{color:#fff}
.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .supop{color:#fff}

.log-reg-box .ff:hover > .col-md-6.reg-bb i{color:#C1BCBC}
.log-reg-box .ff:hover  > .col-md-6.reg-bb .title-regist{color:#707070}
.log-reg-box .ff:hover  > .col-md-6.reg-bb .supop{color:#707070}
.log-reg-box .ff:hover > .col-md-6.reg-bb:hover i{color:#fff}
.log-reg-box .ff:hover  > .col-md-6.reg-bb:hover .title-regist{color:#fff}
.log-reg-box .ff:hover  > .col-md-6.reg-bb:hover .supop{color:#fff}

.steps-register{display: flex;justify-content: space-between;position: relative;align-items:center;margin-bottom: 20px;}
.steps-register:before{
    position: absolute;top:50%;height: 1px;width:100%;background:#dedede;content:'';z-index: -1;
}
.steps-register .one-reg{font-size:20px;color:#C1BCBC;display: flex;align-items:center;background:#fff;}
.steps-register .one-reg.active{color:#48bcc0}
.steps-register .one-reg.active span{;color:#48bcc0;border-color:#48bcc0}
.steps-register .one-reg span{width:40px;height: 40px;border-radius:50%;border:1px solid #C1BCBC;display: block;line-height: 38px;text-align: center;margin-right: 10px;}
.steps-register .one-reg span i {
    font-size: 48px;
    margin-top: -4px;
    margin-left: -2px;
}

.info-cc:before {
    content: "";
    position: absolute;
    border: 9px dashed #48bcc0;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}
.info-cc {
    overflow: hidden;
    position: relative;
    text-align:center;
    padding:30px;
    margin:30px auto ;
    max-width: 70%;
    display: flex;
    align-items:center;
    text-align: left;
    color:#707070;
}
.info-cc i{
    font-size:30px;color:#48bcc0;margin-right: 20px;
}

.info-cc .info-tt .tit-info{
    font-size:18px;font-weight: bold;
}
.info-cc .info-tt .tit-info{
    font-size:16px;margin-top:10px;color:#000000
}

.log-reg-box .ff > .col-md-6.register-right.active-reg{
    background:#48bcc0;color:#fff;
}
.log-reg-box .ff > .col-md-6.register-right.active-reg .nt3.reg{
    color:#fff;
}
.log-reg-box .ff > .col-md-6.register-right.active-reg .type-c{
    display: block;font-size:18px;text-align: left;font-weight: bold;
}
.active-reg .regis-t{
    margin-bottom:15px;
}
.label-radio-c{display: flex;flex-wrap:wrap;margin-bottom:10px;}
.label-radio-c label{margin:5px 15px 5px 0;letter-spacing: 0.5px;}
.ll-width-w{
    max-width: 320px;
    margin: 0 auto;
}

.active-reg .infot::before {
    right: 0;
    transform: translate(0%,-100%);
}

.log-reg-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    font-size:14px;line-height: 16px;border-width: 1px !important;
}
.log-reg-box .custom-control-label::before,.log-reg-box .custom-control-label::after{
    width:18px;height:18px;border-width: 1px !important;border-radius: 4px;
}
.log-reg-box .login-cst-chc.custom-control{
    min-height: 20px;padding-left: 25px;
}
.log-reg-box .custom-control label{
    padding-top:4px !important;
}
.log-reg-box .centered form .custom-control label a{
    color:#707070;
}
.log-reg-box .ff > .col-md-6.register-right.active-reg .rg-inf-activate label{
    font-size:12px;    
}
.log-reg-box .ff > .col-md-6.register-right.active-reg .rg-inf-activate label:hover{
    color:#707070;
}
.log-reg-box .ff > .col-md-6.register-right.active-reg i{
    color:#fff;
}
.field-icon.fa-fw {
    float: right;
    margin-left: 0px;
    transform: translateX(-30px);
    margin-top: -3px;
    position: relative;
    z-index: 2;
    color:#C1BCBC;
    font-size:22px;
    width:0px;
    cursor:pointer;
}
#form-content-2.log-reg-box .ff > .col-md-6.reg-cc:hover{
    background:#f3f4f6;
}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .centered, #form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .centered .nt3.reg{color:#6d6d6d}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .centered, #form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .centered .regis-t{color:#000}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .centered i{color:#C1BCBC}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc .register-btn-new{border:2px solid transparent;padding:10px 20px;}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .register-btn-new{
    border:2px solid #48bcc0;color:#48bcc0;
}
#form-content-2.log-reg-box .ff > .col-md-6.register-right.reg-cc:hover .register-btn-new:hover{
    border:2px solid #48bcc0;color:#fff;background:#48bcc0
}


.log-content-full .nav-a{z-index: 21;position:fixed;background:rgba(255,255,255,0);width: calc(100% - 40%);padding:20px 15px 5px 15px}
.log-content-full .text-details{margin-top:80px;}
@media (max-width:1500px){
    .steps-register .one-reg{font-size:16px}
    .steps-register .one-reg span{width:35px;height:35px;line-height:33px;}
    .steps-register .one-reg span i{font-size:42px}
    .log-content-full .text-details{padding:0 40px;}
    .log-content-full .nav-a{padding-bottom: 0}
    .info-cc{margin:20px auto;padding: 20px;}
    .log-content-full .text-details .cont{padding:0 20px 20px}
    .log-content-full .nav-a{font-size:16px}
    .log-content-full .nav-a a.close-l span{font-size:13px;}
    .log-content-full .nav-a a.close-l i{font-size:32px;}
}
@media (max-width:1199px){
    .steps-register .one-reg{font-size:14px;}
    .log-reg-box .ff{flex-wrap:wrap;}
    .log-reg-box .ff > .col-md-6.left-login,.log-reg-box .ff > .col-md-6.register-right{width:100%;min-height: 1px;}
    .log-reg-box .left-login::after {       
        top: 100%;
        margin-top:-15px;
        right: 50%;
    }
    .log-content-full .text-details{padding:0 35px}
    .log-content-full .text-details .cont p {
        font-size: 16px;
    }
    .log-reg-box .infot::before {
        right: 0;
        transform: translate(0%,-100%);
    }
    .flx-rewers{       
        flex-direction: column-reverse;
    }
}
@media (max-width:991px){
    .log-content-full{flex-wrap:wrap;}
    .log-content-full .right-info,.log-content-full .left-image{width:100%;}
    .log-content-full .left-image img{display: block;width:100%;}
    .log-content-full .left-image{background: transparent;}
    .log-content-full .text-details{padding:0 30px}
    .log-content-full .nav-a{width:100%;}
}
@media (max-width:767px){
    .steps-register::before{display: none;}
    .steps-register{flex-wrap:wrap;padding:0 15px;}
    .steps-register .one-reg{width: 50%;min-width:200px;margin:5px auto;}
    .log-content-full .text-details .cont h2 {
        font-size: 24px;
    }
    .log-content-full .text-details .cont p span {
        font-size: 17px;
    }
    .log-content-full .text-details .cont p {
        font-size: 14px;
    }
    .log-content-full .nav-a{padding:20px 15px 0;}
}
@media (max-width:480px){
    .log-content-full .text-details{padding:0;}
    .log-content-full .tab-con a{font-size:18px}
    .info-cc{max-width:90%;}
}


/*cookies*/
#cookies-message-container {
    bottom:0;position: fixed;z-index:15999;width:100%;text-align: center;
}
#cookies-message-container #cookies-message{
    max-width:100%; width: 1170px;padding:30px 15px;margin:0 auto;background:rgb(134, 126, 117,0.88);color:#fff;text-align: left;
    color:#f6a741;font-size:18px;padding-left: 150px;background-image: url('/images/front/cookies.png');background-repeat: no-repeat;background-position: 10px center;background-size: 130px;
}
#cookies-message-container #cookies-message p{
    color:#000;font-size:11px;margin-top:0px;max-width: 80%;padding-bottom: 10px;
}
#cookies-message-container #cookies-message .button-cookies a{
    color:#48bcc0;font-size:14px;
}
#cookies-message-container #cookies-message .button-cookies a#accept-cookies-checkbox{
    color:#fff;padding:10px 20px;background:#f6a741;margin-left: 10px;display: inline-block
}
#cookies-message-container #cookies-message .button-cookies a#accept-cookies-checkbox:hover{
    color:#f6a741;background:#fff;
}
#cookies-message-container #cookies-message .button-cookies{
    text-align:right;
}
@media (max-width:767px){
    #cookies-message-container #cookies-message p{max-width:100%;}
}
@media (max-width:480px){
    #cookies-message-container #cookies-message{
        background-size:40px;background-position: 5px 10px;padding:10px 15px;padding-left: 50px;
    }
}

/*end cookies*/
.product .inline-share-buttons a{
    color:#8b8b8b;
}
.product .inline-share-buttons a:hover{
    opacity:0.7;
}
.show-small-basket,
.show-product-window{
    overflow: hidden;
}
#product-window{
    display: none;
}
#product-window .darkness {
    z-index: 214;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    content: " ";
    position: fixed;
    right: 0;
    top: 0;
}

#product-window .product-w .product{
    padding: 0;
}
#product-window .product-w{
    z-index: 500;
    font-size: 12px;
    max-width: 80vw;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    border: 1px solid #ccc;
    padding: 15px 25px 25px 10px;
    box-shadow: 0 0 5px 1px #ccc;
    max-height: 98vh;
    overflow: auto;
}
#product-window .product-w .close-w{
    position: absolute;
    right: 7px;
    top:2px;
    color: #aaa;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}
#product-window .product-w .pwh1{
    margin-bottom: 15px;
}
.list-add-cart{
    vertical-align: middle;
    text-align: center;
}
.products-list .list-add-cart{
    text-align: right;
}
.list-add-cart .add-to-basket{
    padding: 6px 8px;
    font-size: 10px;
    display: inline-block;
    margin-top: 4px;
}
.list-add-cart  .add-to-basket i{
    font-size: 14px;
}
.products-list .slider-element .slider-miniature{
    margin-left: 0;
    margin-right: 0;
}


.full-banner .owl-nav{
    margin: 0;    
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity 400ms ease;
}
.full-banner .owl-nav .owl-prev,
.full-banner .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    height: auto;
    width: auto;
}
.full-banner .owl-nav .owl-prev{
    left: 15px;
}
.full-banner .owl-nav .owl-next{
    right: 15px;
}
.full-banner .owl-theme .owl-nav .owl-prev:before{
    left: -75px;
}
.full-banner .owl-theme .owl-nav .owl-next:before{
    right: -75px;
}
.full-banner .owl-theme .owl-nav .owl-prev:hover:before{
    left: 0px;
}
.full-banner .owl-theme .owl-nav .owl-next:hover:before{
    right: 0px;
}
.full-banner .owl-carousel:hover .owl-nav{
    opacity: 1;
}
.full-banner .owl-nav .owl-prev i,
.full-banner .owl-nav .owl-next i{
    font-size: 40px;
    font-weight: normal;
}
.full-banner .owl-nav .owl-prev:hover,
.full-banner .owl-nav .owl-next:hover{
    background: transparent;
}

.b-brands-slider .owl-nav{
    margin: 0;    
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity 400ms ease;
}
.b-brands-slider .owl-nav .owl-prev,
.b-brands-slider .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    height: auto;
    width: auto;
    text-shadow: 1px 1px 6px #48bcc0;
}
.b-brands-slider .owl-nav .owl-prev{
    left: 0;
}
.b-brands-slider .owl-nav .owl-next{
    right: 0;
}
.b-brands-slider.owl-carousel:hover .owl-nav{
    opacity: 1;
}
.b-brands-slider .owl-nav .owl-prev i,
.b-brands-slider .owl-nav .owl-next i{
    font-size: 30px;
    font-weight: normal;
}
.b-brands-slider .owl-nav .owl-prev:hover,
.b-brands-slider .owl-nav .owl-next:hover{
    background: transparent;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10px;
    background-position: 0 0;
    background-image: url('/images/front/controls2.png');
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext{
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px 0 0;
    background-position:32px 0;
    background-image: url('/images/front/controls2.png');
}


#products-similar .owl-nav,
#products-slider .owl-nav,
#products-slider-category .owl-nav{
    margin: 0;    
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity 400ms ease;
}
#products-similar .owl-nav .owl-prev,
#products-similar .owl-nav .owl-next,
#products-slider .owl-nav .owl-prev,
#products-slider .owl-nav .owl-next,
#products-slider-category .owl-nav .owl-prev,
#products-slider-category .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    height: auto;
    width: auto;
    text-shadow: 0px 1px 3px #48bcc0;
}
#products-similar .owl-nav .owl-prev,
#products-slider .owl-nav .owl-prev,
#products-slider-category .owl-nav .owl-prev{
    left: 0;
}
#products-similar .owl-nav .owl-next,
#products-slider .owl-nav .owl-next,
#products-slider-category .owl-nav .owl-next{
    right: 0;
}
#products-similar.owl-carousel:hover .owl-nav,
#products-slider.owl-carousel:hover .owl-nav,
#products-slider-category.owl-carousel:hover .owl-nav{
    opacity: 1;
}
#products-similar .owl-nav .owl-prev i,
#products-similar .owl-nav .owl-next i,
#products-slider .owl-nav .owl-prev i,
#products-slider .owl-nav .owl-next i,
#products-slider-category .owl-nav .owl-prev i,
#products-slider-category .owl-nav .owl-next i{
    font-size: 80px;
    font-weight: normal;
}
#products-similar .owl-nav .owl-prev:hover,
#products-similar .owl-nav .owl-next:hover,
#products-slider .owl-nav .owl-prev:hover,
#products-slider .owl-nav .owl-next:hover,
#products-slider-category .owl-nav .owl-prev:hover,
#products-slider-category .owl-nav .owl-next:hover{
    background: transparent;
}
.imoje-info{
    padding: 30px 0;
    background: #f9f9f9;
    margin: 40px 0;
}
.log-content-full .left-image{
    position:relative;overflow:hidden;
}
.log-content-full .left-image video{
    min-height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    min-width: 100%;
}
.log-reg-box .centered form .custom-control label a{
    color:#fff;text-decoration: underline;
}


.ll-width-w input[type=radio] {  
    display: none;  
}  
.ll-width-w .label-radio-c label {
    position: relative;padding-left: 22px;
} 
.ll-width-w .label-radio-c label:before {  
    content: "";  
    display: inline-block;  
    width: 18px;  
    height: 18px;  
    border-radius: 50%;
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #fff;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .4);
} 
.ll-width-w .label-radio-c input[type=radio]:checked + label:after {  
    background: #707070;
    width:8px;
    height: 8px;
    border-radius:50%;
    content:'';
    position: absolute;
    left:5px;
    top:6px;
} 

.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev{
    background-image:none;
    text-shadow: 1px 1px 6px #48bcc0;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 80px;
    color:#fff;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev:before{
    content: "\f104";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext:before{
    content: "\f105";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext{
    background-image:none;
    text-shadow: 1px 1px 6px #48bcc0;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 80px;
    color:#fff;
}
.product .prod-info .price span.netto{
    float: left;
    padding-top: 12px;
    padding-right: 10px;
}
.another-phone-data {
    padding: 20px 0;
    display: none;
}
.another-phone-data .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    background: transparent;
    border-color: #ebebeb;
    padding: 6px 12px;
}
.navbar-collapse .dropdown-toggle > .caret{
    position: relative;
}
.shop-menu .navbar-collapse .dropdown-toggle > .caret{
    position: absolute;
}
.dropdown-menu.full:before{
    width:100%;left:25%;height:100%;background:#eee;position: absolute;z-index: -1;top:0;content:'';
}
.shop-menu .dropdown-menu.full > li > ul{
    background:transparent;
}
.shop-menu .nav .dropdown-menu > li > a{
    font-weight: 400;
}
.shop-menu .nav .dropdown-menu > li ul li a{
    font-weight: normal;
}
.shop-menu .nav .dropdown-menu > li.open > a{
    color:#48bcc0;background:transparent;
}
.shop-menu .nav > li .dropdown-menu.full .caret{
    display: none;
}

.navbar-collapse .dropdown-toggle > .caret{
    border-color:transparent;
}
.navbar-collapse .dropdown-toggle > .caret:before{
    border-bottom: 2px solid #48bcc0;
    border-right: 2px solid #48bcc0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 0;
    left: 0px;
    content: '';
    position: absolute;
    top: -6px;

}
.navbar-collapse .dropdown-toggle-master > .caret{
    border-color:transparent;position: relative;
}
.navbar-collapse .dropdown-toggle-master > .caret:before{
    border-bottom: 2px solid #48bcc0;
    border-right: 2px solid #48bcc0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 0;
    left: 0px;
    content: '';
    position: absolute;
    top: -6px;
}
.navbar-collapse .dropdown-toggle-master.open-full-menu{
    background: transparent;
    color: #48bcc0 !important;
    border-bottom: 2px solid #48bcc0  !important;
}
.navbar-collapse .dropdown-toggle-master.open-full-menu > .caret:before{
    transform: rotate(225deg);
}

/*szybki kontakt*/
.widget-fastcontact-cirlce {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 2123;
    background: #48bcc0;
    font-size: 34px;
    border-radius: 50%;
    bottom: 10px;
    right: 40px;
    justify-content: center;
}
.widget-fastcontact-cirlce i{
    color:#fff;position: relative;
}
body .widget-fastcontact-container{
    opacity: 0;bottom:10px;
}
body .widget-fastcontact-container.open{
    opacity:1;bottom: 70px;
}
.widget-fastcontact-container .input-f{
    padding:5px;font-size:13px;
}
#send_messages_fast_contact{
    padding:5px 10px;font-size:13px;width: 100%;border-width: 2px;
}
.widget-fastcontact-container {
    position: fixed;
    font-size: 14px;
    line-height: normal;
    display: block;
    z-index: 9998;
    text-align: left;
    width: 300px;
    z-index: 9998 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: translateY(100%);  

}
.widget-fastcontact-container.open{
    transform: translateY(0%); bottom:0px;   

}
.widget-fastcontact-container.open .close_form{
    transform: rotate(180deg);  

}
.widget-fastcontact-header {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding: 0;
    line-height: 1;
    height: 40px;
    display:flex;align-items:center;
    background: #48bcc0;
    border-radius: 10px 10px 0 0;
    text-align: center;
}


.widget-fastcontact-header-controls {
    position: relative;
    height: 34px;
    width: 34px;
    font-size: 20px;
    margin-right: 6px;
    top: 0px;
}

.widget-fastcontact-header-controls-show {
    display: block;
}
.widget-fastcontact-header-controls-hide {
    display: none;
}

.widget-fastcontact-header-title {
    white-space: nowrap;
    display: block;
}

.widget-fastcontact-header-icon {
    bottom: 10px;
}
.widget-fastcontact-header-icon img {
    width: 45px;
}


.widget-fastcontact-content {
    position: relative;
    padding: 0px 0px 0px;
    background: #fff;
}


.widget-fastcontact-container {
    right: 40px;
    margin-right: 0px;
    position: fixed; 
    width: 240px; 
    bottom:40px;    
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    max-width: 100%
}

.widget-fastcontact-header-title-over {
    position: relative;width:100%;
    display: inline-block;
}

.widget-fastcontact-header-controls {
    float: right;
}

.widget-fastcontact-header-icon {
    display: inline-block;
    padding: 0px 10px 0px 20px;
    top: 4px;
}



.widget-fastcontact-content {
    width: 100%;
    color:#fff; 
    padding: 15px;border:2px solid #48bcc0;
    border-radius: 0 0 0px 0px;
}

.widget-fastcontact-content-border {
    width: 1px;
    height: 100%;
}

.widget-fastcontact-content-border:not(:last-child) {
    left: 0px;
}
.widget-fastcontact-content-border:last-child {
    right: 0px;
    top: 0px;
}
.widget-fastcontact-header-controls > * {
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 100%;
}
@media (max-width:767px){
    .widget-fastcontact-container{
        bottom:30px;
    }
    .widget-fastcontact-header{
        height: 30px;
    }
    .shop-menu .nav .dropdown-menu > li .dropdown-menu{
        margin-top:0;
    }
}
@media (max-width:480px){
    .widget-fastcontact-container{
        right: 0;
    }
}
/*end szybki kontakt*/

.prod-info .count-star{
    position: relative;
    font-size: 13px;
    color: #000;
    float: right;
    display: inline-block;
    margin: 0px 0 4px 4px;
    font-weight: bold;
}
.prod-info .quant-info{
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
}
.prod-info .title-prod {
    margin: 10px 0;
    line-height: 1.2;
}
.prod-info .price{
    margin-top:20px;
}
.price-tt {
    color: #000;
    float: left;
    font-size: 15px;
    padding-top: 9px;
    padding-right: 5px;
    font-weight: 400;
}
.short-desc:first-letter {
    text-transform: uppercase;
}
.add-count-title {
    padding-right: 5px;
}
.product .prod-info .price span.netto{
    padding-top: 0;
}
.prod-info .price span.netto .nprice {
    font-size: 24px;padding-top: 0;text-transform: lowercase;
}
.prod-info .price {
    font-size: 16px;
}

.prod-info .p-brutto {
    display: inline-block;
    padding-top: 8px;
}
.product .breadcrumb{margin-bottom:0;}
#basket-top .sumary-bx{
    padding-right: 30px;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev{
    height: 100%;margin-left:0;padding-left: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev:after{
    height: 100%;width:60px;left:-60px;top:0;position: absolute;content:'';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev:hover:after{
    background-color:rgba(255, 0, 0,0.4);left:0;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev::before{
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev:hover:before{
    left: 15px;
}

.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext{
    height: 100%;margin-right:0;padding-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext:after{
    height: 100%;width:60px;right:-60px;top:0;position: absolute;content:'';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext:hover:after{
    background-color:rgba(255,0,0,0.4);right:0;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext::before{
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: 0;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext:hover:before{
    right: 15px;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev {
    text-shadow: 2px 0px 0px #888;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSPrev:hover{
    text-shadow: 0px 0px 0px #fff;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext {
    text-shadow: -2px 0px 0px #888;
}
.slider-photo .lSSlideOuter.vertical .lSAction > .lSNext:hover{
    text-shadow: 0px 0px 0px #fff;
}

.owl-theme .owl-nav [class*="owl-"]{
    min-height:50%;display: flex;align-items: center;margin:0;
}
.owl-theme .owl-nav [class*="owl-"] i{
    z-index: 2;font-size:80px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.owl-theme .owl-nav .owl-prev:before{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color:rgba(255,0,0,0.4);
    content:'';width:60px;height: 100%;position: absolute;
    z-index: 0;left:-60px;
}
.owl-theme .owl-nav .owl-prev:hover i{
    padding-left:15px;
}
.owl-theme .owl-nav .owl-prev:hover:before{
    left:0;
}
.owl-theme .owl-nav .disabled{
    opacity: 0;visibility: hidden;display: none;
}
.owl-theme .owl-nav .owl-prev i{
    text-shadow: 2px 0px 0px #888 !important;
}
.owl-theme .owl-nav .owl-next i{
    text-shadow: -2px 0px 0px #888 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    opacity:1;
}
.owl-theme .owl-nav .owl-next:before{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color:rgba(255,0,0,0.4);
    content:'';width:60px;height: 100%;position: absolute;
    z-index: 0;right:-60px;
}
.owl-theme .owl-nav .owl-next:hover i{
    padding-right:15px;
}
.owl-theme .owl-nav .owl-next:hover:before{
    right:0;
}
.owl-theme .owl-dots{
    display: none !important;
}
#tab1a .line-height1-8:first-letter {
    text-transform: uppercase;
}
#tab1a .line-height1-8 p:first-of-type:first-letter {
    text-transform: uppercase;
}
#tab1a .line-height1-8{
    font-size:16px;
}
.pr-pow{
    font-size:20px;font-weight: 700;
}
.list-add-cart .add-to-basket{
    width:100%;margin-top:10px;padding: 12px 8px;font-size:12px;line-height: 1.2
}

.bootstrap-select .dropdown-toggle .bs-caret .caret{
    border-bottom: 2px solid #8b8b8b;
    border-right: 2px solid #8b8b8b;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 0;
    content: '';
    position: relative;
    top: 0%; 
    right: 0;
    margin-top: -2px;
    border-top:none;
    border-left:none;
}
.product-opinion-list .comments-list .media-left i{
    font-size:80px;color:#8b8b8b;border:2px solid #8b8b8b;border-radius:50%;padding:0px;width:100px;height: 100px;line-height: 100px;text-align: center;
}
@media (max-width:767px){
    .dropdown-menu.full::before{display: none;}
    .product-opinion-list .comments-list .media-left i{
        width:50px;height: 50px;font-size:32px;line-height: 50px;
    }
    .product-opinion-list .media-body p{
        font-size:14px;
    }
}


.categories-list > li a i:before{
    border-bottom: 2px solid #8b8b8b;
    border-right: 2px solid #8b8b8b;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-radius: 0;
    content: '';
    position: absolute;
    top: 0%; 
    right: 0;
    margin-top: -2px;
    border-top:none;
    border-left:none;
    display: none;
}
.categories-list > li a i.fa-minus-square:before{
    border-top: 2px solid #48bcc0;
    border-right: 2px solid #48bcc0;
    border-bottom: none;
    border-left: none;
    margin-top: -2px;
}
.category .breadcrumb{
    margin-bottom: 0;margin-top:10px;
}
.category .breadcrumb-big .breadcrumb{
    padding: 0;margin-top:0;
}
nav.top-nav-row{
    box-shadow: 0 0 10px 0 #eee;border-bottom: 0;
}
.cat-title{
    font-size:18px;font-weight: bold;margin-bottom: 10px;margin-top:10px;
}
.products-list .col-md-12 .one-product{
    padding:0px 0;
}

.product-list-view-one{
    display:flex;flex-wrap:wrap;
}
.product-list-view-one > .col-md-8{
    padding-bottom: 45px;
}
.mark-list{
    margin:5px 0 20px 0;
}
.one-product .product-list-view-one h2 a{
    min-height: 1px;margin-bottom: 10px;
}
.one-product .product-list-view-one p:first-letter{
    text-transform: uppercase;
}
.one-product .product-list-view-one .ovf-h .pricebox{
    margin-top: 15px;text-align: left;
}
.code-p{
    color: #8b8b8b;
    font-size: 13px;
    margin-bottom: 10px;
}
.reset-filters{
    border-color:transparent;font-weight: 400;font-size:14px;color:#8b8b8b;padding:4px;cursor:pointer;
}
.reset-filters:hover{
    background:transparent;text-decoration: underline;color:#333;
}
.products-list > .col-md-12{
    border-bottom:1px solid #e0e0e0;
}
.product-list-view-one .slider-element .slider-miniature{
    padding:5px 0;margin:0 -4px;
}
.product-list-view-one .slider-element .slider-miniature .owl-stage{
    margin-left: 0;
}
.slider-element .owl-theme .owl-nav .owl-next::before,.slider-element .owl-theme .owl-nav .owl-prev::before{
    display:none !important;
}
.slider-element .slider-miniature{
    width:270px;
}
.mark-grid{
    margin-top:10px;
}

.product-list-view-one .slider-element{
    height: auto !important;
    display: inline-block !important;
    max-height: none;
    width: 100%;
}
.product-list-view-one .slider-element .slider-miniature{
    width:100%;display: block;
}
.product-list-view-one .slider-element .slider-miniature li{
    max-width: 60px;display: inline-block;
}

#product-window .product .prod-info .price span.netto{
    margin-top: -6px;
}
.one-product a.mark-l.mark-list{
    margin-bottom: 10px;   color:#8b8b8b
}
.shr-desc-o{
    font-size:13px;
}
.form_window-close i:before{
    content: "×";font-size:60px;line-height: 1;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left:50%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.form_window-close:hover i:before{
    transform: translate(-50%,-50%) rotate(360deg);
}
.form_window{
    background:rgba(255,0,0,0.95) 
}
.form_window .window_content .col-md-8{
    border:0;
}
.form_window-close{
    background:#fff;right: 0;top: 0;width:50px;height:50px;overflow: hidden;
}
.form_window .window_content .col-md-8{
    border-radius:20px;
}
.form_window .form-control[readonly]{
    color:#8b8b8b
}
.related.select-related .bootstrap-select .btn-default,.imagerelated li a:hover img, .imagerelated li a.active img{
    border-radius: 5px;
}
.add-to-list.add-to-list-prod-cart{
    position: relative;display: inline-block;background:#e0e0e0;margin:5px 5px 5px 10px;font-size:27px;vertical-align: middle;
    right: auto;
    top: auto;
}
.add-to-list.add-to-list-prod-cart:hover{
    background:#48bcc0;color:#fff;
}
.add-to-list.add-to-list-prod-cart:hover .fa-heart{
    color:#fff;
}
@media (min-width:1199px){
    .top-nav-row.navbar.navbar-default{
        padding:0 80px
    }
    #bs-example-navbar-collapse-1{
        text-align: left;
    }
    #bs-example-navbar-collapse-1 .nav{
        margin-top:10px;
    }
    .shop-menu .nav > li .dropdown-menu.full{
        left:-82px;margin-top:0px;
    }
}
.active.active-sub-c{
    border-left:2px solid #48bcc0;padding-left:3px;color: #000000 !important;
}
#basket-count span{
    position: absolute;
    top: 0px;
    right: -8px;
    border-radius: 50%;
    border: 1px solid #48bcc0;
    color: #48bcc0;
    background: #fff;
    min-width: 20px;
    height: 20px;
    font-weight: bold;
    line-height: 18px;
    font-size: 11px;
}
#basket-top .basket-top-class.empty-basket{
    width:400px;padding:0;
}
.empty-basket p{
    padding:15px;text-align: center;font-size:16px;
}
.empty-basket h3{
    font-size:22px;padding:10px;text-align: center;color:#777;text-transform: uppercase;font-weight: bold;line-height: 1.2;
}
.empty-basket .top-cnt-bs{padding:30px;}
.empty-basket .bt-color{
    background: #eee;padding:30px;text-align: center;
}
.empty-basket .bt-color .btn{
    border-radius:0; width:100%; font-weight: 900;text-transform: uppercase; font-size:15px;border:2px solid #000;color:#000;display: inline-block;margin:15px auto 0;padding:8px 15px;
}
.empty-basket .bt-color .btn:hover{
    color:#fff;background:#000;
}

.empty-basket .btn-back{cursor:pointer;display: inline-block;text-align:left;margin-top:20px;font-weight:bold;color:#48bcc0;font-size:12px;text-transform:uppercase;}
.empty-basket .btn-back:hover{color:#b8b8b8}

.one-flex-dsp{display:flex;flex-wrap:wrap;}
.one-flex-dsp input.form-control{
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-bottom-color: rgb(219, 219, 219);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 2px solid #ececec;
    box-shadow: none;
    padding: 22px 14px 20px;
    margin-bottom: 0px;
    width:calc(100% - 140px);
    min-width:150px;
}
.one-flex-dsp input#submit_btn{
    vertical-align: middle;
    background: #48bcc0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 0px;
    border: 2px solid #48bcc0;
    min-width:140px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.one-flex-dsp input#submit_btn:hover{
    color:#48bcc0;background:#fff;
}
.newsletter-form-gr .custom-checkbox{
    margin:15px 0;
}
.newsletter-form-gr .has-error{
    border-bottom-color: red !important;
}
@media (max-width:480px){
    .one-flex-dsp input,.one-flex-dsp input.form-control{
        width:100%;
    }
}
.user-area .dropdown-toggle.active::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    background: #49a342;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: 2px solid white;
    z-index: 1;
}
.user-area .user-avatar {
    width: 32px;
    font-size: 1px;
    line-height: 1;

    border-radius:50%;
    margin-bottom: -5px;
}
.user-area .dropdown-menu a{
    display: flex;padding:5px 10px;position: relative;align-items: center;margin:5px 0;font-size: 13px;
}
.user-area .dropdown-menu a:last-of-type{
    border-top:1px solid #ccc;margin-top:0px;
}
.user-area .dropdown-menu a:last-of-type:before{
    display: none;
}
.user-area .dropdown-menu a:hover{
    background:#f0f0f0;
}
.user-area .dropdown-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #b8b8b8 #b8b8b8 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.user-area .dropdown-menu a i{
    margin-right: 5px !important;color: #48bcc0;margin-bottom: 0 !important;
}
.user-area .dropdown-menu{
    padding: 0px 0;
    margin: 0;
    border-radius: 0;
    min-width: 220px;
}
@media (max-width:767px){
    .user-area .dropdown-menu{
        min-width:160px;
    }
    .user-area .user-avatar {
        width: 22px;margin-right: -3px;
    }
    .user-area .dropdown-toggle.active::before {
        right: -8px;
        bottom: 0px;
    }
    #basket-top .basket-top-class{
        max-width: 100%;
    }
}

.back-arrow,.fa.fa-long-arrow-left{
    margin-top: -3px; width:25px;height: 10px;position: relative;display: inline-block;vertical-align: middle;
}
.back-arrow:before,.fa.fa-long-arrow-left:before{
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    width:7px;height: 7px;
    transform: rotate(-45deg);
    content:'';position: absolute;top:2px;left:0;
}
.back-arrow:after,.fa.fa-long-arrow-left:after{
    top:50%;width:18px;height:1px;background:#fff;content:'';position: absolute;left:0px;   
}
.btn-back .fa.fa-long-arrow-left:before{
    border-color:#fff
}
.btn-back .fa.fa-long-arrow-left:after{
    background:#fff
}
.basket-top.przechowalnia-btn-top a{
    color: #b8b8b8;
}
.basket-top.przechowalnia-btn-top a:hover{
    color: #48bcc0;
}
.categories-list > li > a.active {
    font-weight: 700;
}
.categories-list > li > a.active.active-sub-c{
    font-weight: 700;
}
.basket-top.login-btn-top{
    z-index: 2222;
}

.dropdown-menu.full::before{
    left:30%;
}
.rTableHeading .rTableRow .rTableHead strong{
    font-weight: 400;
}
.pnettoc{
    color:#8b8b8b;
}

.max-width100{
    max-width: 100%;
}
.one-filter .custom-control.filter-checked label{
    color:#48bcc0;
}
.category_filter_loader{
    position: fixed;display: none;top: 30%;z-index: 2;left: 0; text-align: center; left: 50%;
}

@media (max-width:1199px){
    .content-page > section > .section-item{
        padding-left: 15px !important;padding-right: 15px !important
    }
    .content-page > section > .section-item section h3{text-align:center;}
}
.dropdown-menu.full > li > a:focus,
.dropdown-menu.full > li > a:hover ,
.shop-menu .nav .dropdown-menu > li.open > a,
.shop-menu .nav .dropdown-menu.full > li > a:hover{
    color: #333;
    text-decoration: none;
    background-color: transparent;
    border-left:2px solid #48bcc0;
}
.shop-menu .nav .dropdown-menu > li.open > a{
    font-weight: 700;
}
.shop-menu .nav .dropdown-menu > li > a{
    border-left:2px solid transparent;
}

.shop-menu .nav .dropdown-menu > li .dropdown-menu > li.active > a,
.shop-menu .nav .dropdown-menu > li .dropdown-menu > li > a:focus,
.shop-menu .nav .dropdown-menu > li .dropdown-menu > li > a:hover {
    background-color: transparent;color:#48bcc0
}

#CategoryManufacturerTab.nav li{
    padding: 0;
    display: inline-block;
}
#CategoryManufacturerTab.nav li:first-child{
    margin-right: 0px;
}
#CategoryManufacturerTab.nav li a{
    padding: 0;
    color:#b8b8b8;
    background: transparent;
    border-bottom: 2px solid transparent;
}
#CategoryManufacturerTab.nav li a h2{
    margin-bottom: 5px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: normal;
}
#CategoryManufacturerTab.nav li.active a{
    color:#000;
    border-bottom: 2px solid #48bcc0;
}
#CategoryManufacturerTab.nav li.active a{
    margin-bottom: 0px
}
#CategoryManufacturerTab.nav{
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.to-top {
    background-color: rgba(72, 188, 192,0.7);
    bottom: 15px;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    right: 85px;
    -webkit-transition: background 400ms ease 0s;
    -moz-transition: background 400ms ease 0s;
    -o-transition: background 400ms ease 0s;
    transition: background 400ms ease 0s;
    width: 40px;
    z-index: 500;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
}
.to-top:hover{
    background: #48bcc0;
}
.to-top i{
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    line-height: 35px;
    text-shadow: 0 2px 0px #888 !important;
}

.letter-nav {
    display: flex;
    float: right;
    padding: 6px 0;
    max-width: 100%;
    flex-wrap: wrap;
}
.letter-nav a{
    font-size:16px;padding:3px;margin:1px;color:#222;cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.letter-nav a:last-of-type{
    margin-left: 10px;
}
.letter-nav a.active,.letter-nav a:hover{
    color:#48bcc0;
}
h2.title-mark{
    font-size:28px;display: inline-block;margin-right: 5px;
}
.one-row-letter{
    padding:15px;margin:0;display: flex;border-top:1px solid #e0e0e0;align-items: center;
}
.one-row-letter span{
    font-size:22px;font-weight: bold;width:20%;
}
.top-row{
    margin-bottom:30px;
}
.one-mark{
    padding:5px; min-width:25%;
}
.marks-letter{
    display: flex;flex-wrap:wrap;width:80%;
}
.marks-letter a{width:25%;color:#212121;}
.marks-letter a:hover{
    color:#48bcc0;
}
.letter-nav{
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border-bottom:1px solid transparent;
}
.letter-nav.fixed{
    padding:15px 0; border-bottom:1px solid #efefef; position: fixed;z-index: 100;background:#fff;top:99px;margin:0;width:1140px;max-width: 100%;text-align: right
}
.letter-nav.fixed.small{
    top:75px
}
.letter-nav-fixed{
    display: inline-block;
}
.letter-nav.fixed a{
    display: inline-block;
    margin-left: auto;
}
@media (max-width:1199px){
    .marks-letter{
        width:90%;
    }
    .one-row-letter span{
        width:10%;
    }
    .letter-nav.fixed{
        width:940px;max-width:100%;
    }
}
@media (max-width:991px){
    .letter-nav.fixed{
        position: relative;top:auto;width:auto;
    }
}
@media (max-width:767px){
    .marks-letter a{
        width:50%;
    }
    .one-row-letter span{
        width:20%;
    }
    .one-row-letter span{
        font-size:18px;
    }
}
@media (max-width:480px){
    .marks-letter a{
        width:100%;
    }
    .letter-nav a{
        font-size: 14px;
    }    
    .one-row-letter span{
        font-size:16px;
    }
}
@media (min-width:1340px){
    .container, body .section-item.container {
        width: 1300px;
    }
}

.product-pagination .pagination > li > a {
    color: #999999;
    font-size: 18px;
    padding: 10px 12px;
    border: 2px solid #ccc;
    margin: 20px 3px 10px;
    border-radius: 5px;
}

.product-pagination .pagination > li.active > a {
    color: #000;
    border: 2px solid #48bcc0;
}
.product-pagination .pagination > li:not(.disabled) > a:hover{
    border-color: #48bcc0;
}
#product-reload .toolbar{
    border-left: 0;
    border-top: 0;
    border-right: 0;
}
.autocomplete-suggestions.codecity .autocomplete-suggestion{
    padding: 8px 10px;
}
.autocomplete-suggestions.codecity .autocomplete-suggestion span.type{
    border-color: transparent;float:none;font-size: 14px;
}

.header-title-address{
    margin-top:40px;display:flex;align-items:center;margin-bottom:-40px;padding: 0px 15px;font-weight: 700;
}
.header-title-address >div:first-child{
    width:30%;margin-left: 40px;
}
.header-title-address >div:last-child{
    padding-left: 10px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label{
    font-weight: 900;
}
.log-content-full .nav-a a{
    position: relative;
}
.log-content-full .nav-a a.close-l i{
    position:absolute;
}
.log-content-full .nav-a a.close-l{
    margin-top:5px;padding-right: 2px;
}
.log-content-full .nav-a a.close-l i:before{
    content: "×";font-size:60px;line-height: 1;
    top: 40%;height: 63px;
    position: absolute;
    transform: translate(-50%,-50%);
    left:50%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.log-content-full .nav-a a.close-l:hover i:before{
    transform: translate(-50%,-50%) rotate(360deg);
}
.log-content-full .nav-a a.back-l i.fa.fa-arrow-left {
    width:30px;
}
.log-content-full .nav-a a.back-l i:after {
    top: 40%;
    width: 22px;
    height: 2px;
    background: #48bcc0;
    content: '';
    position: absolute;
    left: 0px;
    margin-top:-2px;
}
.log-content-full .nav-a a.back-l i:before {
    border-left: 2px solid #48bcc0;
    border-top: 2px solid #48bcc0;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
.log-content-full .nav-a a.back-l:hover i:before{
    border-color: #8b8b8b;
}
.log-content-full .nav-a a.back-l:hover i:after{
    background: #8b8b8b;
}
@media (max-width:1500px){
    .log-content-full .nav-a a.back-l i:before {
        width: 10px;
        height: 10px;
    }
    .log-content-full .nav-a a.back-l i:after {
        width:19px;margin-top:-3px;
    }
    .log-content-full .nav-a a.back-l i.fa.fa-arrow-left {
        width:25px;
    }
}

header .login-register-box .login-close i:before{
    content: "×";font-size:60px;line-height: 1;
    top: 25%;
    position: absolute;
    transform: translate(-50%,-50%);
    left:50%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
header .login-register-box .login-close:hover i:before{
    transform: translate(-50%,-50%) rotate(360deg);
}
.login-register-box .login-close{
    padding-top:22px;
}
html{
    overflow-x: hidden;
}
.bar-search .lead{
    font-size:18px;
}
.bar-search .text-danger{
    color:#000;font-size:21px;
}
.search-result .flex-content{
    max-width: 900px;
}
.search-result .flex-content .col-md-3{
    max-width: 300px;width:300px;
}
.search-result .flex-content .col-md-3 .img-thumbnail{
    max-width:280px;
}
.search-result .flex-content .data-content{
    width:calc(100% - 300px);
}
.search-result .flex-content.no-pht-c .data-content{
    width:100%;
}
.search-result .flex-content .data-content .excerpet{
    margin-top:30px;
}
.search-result .flex-content .data-content .btn.btn-primary{
    margin-top:20px;
    background: #48bcc0;color:#fff;border-color:#48bcc0;
}
.search-result .flex-content .data-content .btn.btn-primary:hover{
    color:#48bcc0;background:#fff;
}
.search-result .flex-content .data-content h3{
    margin-bottom:20px;
}

.right-field p{
    font-size:12px;color:red;
}

.add-basket-and-wish-btn{position:relative;display:flex;}
.product-list-view-one .add-basket-and-wish-btn{position: absolute;bottom:0;right: 15px;}
.products-list .col-md-12 .one-product .list-add-cart .add-to-basket{
    max-width: 220px;
}
.add-basket-and-wish-btn .list-add-cart{width:100%;}
.add-basket-and-wish-btn .add-to-list{
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    margin-left:5px;
    font-size: 27px;
    vertical-align: middle;
    right: auto;
    top: auto;
    width:50px;
    border-radius:4px;
    padding: 5px;
}
.add-basket-and-wish-btn .add-to-list:hover{
    color:#fff;background:#48bcc0
}
.add-basket-and-wish-btn .add-to-list:hover .fa-heart {
    color: #fff;
}
@media (max-width:767px){
    .product-list-view-one .add-basket-and-wish-btn{
        position: relative;right: 0;
    }
    .product-list-view-one > .col-md-8{
        padding-bottom: 0;
    }
}
@media (max-width:480px){
    .add-basket-and-wish-btn{
        flex-wrap:wrap;justify-content: center;
    }
    .add-basket-and-wish-btn .add-to-list{
        margin:4px;
    }
    .toolbar > .views{width: 100%;}
    .toolbar .prod-count{
        width:100%;text-align: right;margin-top:5px;
    }
    #product-reload .toolbar{
        padding:10px 0;display: inline-block;
    }
    .autocomplete-suggestions.topsearch{min-width:100%;font-size:13px;}
    .autocomplete-suggestions.topsearch .autocomplete-suggestion span.type{font-size:10px;padding:2px 3px;}
}
.multi{position: absolute;top:0px;right: 5px;width:30px;transform: none !important;}
nav.top-nav-row{
    border-right: 0;border-left: 0;
}
@media (max-width:991px){
    .contact-top{
        border-right: 0;
    }
}
.slider-element .slider-miniature.owl-carousel.owl-theme{
    margin-left:auto;margin-right: auto;
}
a.mark-l{
    text-transform: lowercase;
}
a.mark-l:first-letter{
    text-transform: uppercase;
}

.user-area .dropdown-menu a i{
    font-size:18px;color:#8b8b8b;margin-right: 10px !important;margin-top:-1px;margin-left: 10px;
}
.user-area .dropdown-menu a{
    margin:0px 0;padding:10px;
}

@media (min-width:992px){
    .user-area .dropdown-menu{
        min-width:280px;
    }
    .user-area .dropdown-menu a i{
        font-size:22px;color:#8b8b8b;margin-right: 15px !important;margin-top:-1px;margin-left: 10px;
    }
    .user-area .dropdown-menu a{
        margin:0px 0;padding:10px;
    }
}
.user-area .dropdown-menu a::before{
    display: none;
}
.toolbar  .sort-by .bootstrap-select > button{
    border-radius:10px;padding-top:10px;padding-bottom:10px;margin-top:-5px;
}

.close-new {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.close-new:hover {
    opacity: 1; transform: rotate(90deg);
}
.close-new:before, .close-new:after {
    position: absolute;
    left: 19px;
    content: ' ';
    height: 40px;
    width: 1px;
    background-color: #333;
}
.close-new:before {
    transform: rotate(45deg);
}
.close-new:after {
    transform: rotate(-45deg);
}

.empty-basket .close-empty-basket{
    position: absolute;
    cursor:pointer;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.empty-basket .close-empty-basket:hover {
    opacity: 1; transform: rotate(90deg);
}
.empty-basket .close-empty-basket:before, .empty-basket .close-empty-basket:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #333;
}
.empty-basket .close-empty-basket:before {
    transform: rotate(45deg);
}
.empty-basket .close-empty-basket:after {
    transform: rotate(-45deg);
}
.log-content-full .nav-a a.close-l span.close-new{
    padding-top:0;top:-20px;
}
.log-content-full .nav-a a.close-l span.close-new:before,.log-content-full .nav-a a.close-l span.close-new:after{
    background-color:#48bcc0;
}
#product-window .product-w .close-w i{
    position: absolute;
    cursor:pointer;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#product-window .product-w .close-w i:hover{
    opacity: 1; transform: rotate(90deg);
}
#product-window .product-w .close-w i:before, #product-window .product-w .close-w i:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #333;
}
#product-window .product-w .close-w i:before {
    transform: rotate(45deg);
}
#product-window .product-w .close-w i:after {
    transform: rotate(-45deg);
}
.login-register-box .login-close{
    padding-top: 35px;
}
.login-close .close-new{
    top:-5px;right:-3px;
}
@media (max-width:991px){
    .category_filter_loader{
        top: 50%;
        margin: -37px 0 0 -37px;
    }
}
@media (max-width:767px){
    .owl-theme .owl-nav [class*="owl-"] i,.to-top i{
        font-size:45px
    }
    .to-top,.widget-fastcontact-cirlce{
        right:10px;
    }
    .user-area .dropdown-menu{
        margin-top: -3px;
    }
    .product-pagination .pagination > li > a{
        line-height: 1;font-size: 16px;
        padding: 8px 10px
    }
    #product-window .product-w{
        max-height: 90vh;max-width: 90vw;
    }
    .product .prod-info .add-to-cart-elem{
        text-align:right;
    }
    .product .add-to-list.add-to-list-prod-cart{margin-right: 0;}
    .product .prod-info .quantity-element{padding-right: 0;}
    .product .prod-info .add-to-basket{margin-left: 10px;}
}
@media (min-width:768px){
    .widget-fastcontact-container{
        width:290px;
    }
    .widget-fastcontact-content{
        padding:30px 15px;
    }
    .widget-fastcontact-container textarea.input-f{
        height: 150px;
    }
}
.payment-type-row a span i{
    font-size:17px;color:#8f8f8f;
}
.payment-type-row a span{
    font-size:15px;
}
.infot i{
    font-size:17px;color:#8f8f8f;
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-nav > li > a{padding-left:10px;padding-right: 10px;}
    .top-nav-row.navbar.navbar-default{
        padding:0 15px;
    }
}

@media (min-width:768px) and (max-width: 1199px) {
    .navbar-default .navbar-toggle{
        margin-right: 0;
    }
    .basket-top{
        margin-right: 60px;top:35px;
    }
    .basket-top.przechowalnia-btn-top{
        margin-right: 180px;
    }
    .basket-top.login-btn-top{
        margin-right: 110px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-toggle{
        margin-top: 30px;
    }
    .basket-top{
        top:50px;
    }

}
@media (max-width: 1199px) {
    .search-result .flex-content .col-md-3{
        width:30%;
    }
    .search-result .flex-content .data-content {
        width: 70%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
    .nav.navbar-nav{
        margin:0;
    }
    #bs-example-navbar-collapse-1{
        padding:0;
    }
    .dropdown-menu.full::before {
        display: none;
    }
    #bs-example-navbar-collapse-1 .nav.navbar-nav > li .dropdown-menu {
        padding: 0;
        position: relative;
        width: 100%;
        min-width: 100%;
    }
    .shop-menu .dropdown-menu.full > li{
        max-width: 100%;width:100%;
    }
    #bs-example-navbar-collapse-1 .nav.navbar-nav > li {
        width: 100%;
        margin: 0;
    }
    .shop-menu .nav > li {
        position: static;
    }
    .navbar-nav{
        width:100%;
    }
    .shop-menu .dropdown-menu.full > li > ul{
        left:0;
    }
    .shop-menu .nav .dropdown-menu > li .dropdown-menu{
        margin:0 0 15px 0;
    }
}  

.navbar-toggle .icon-bar {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* ANIMATED X */
.navbar-default .navbar-toggle{
    width:47px;
}
.navbar-default .navbar-toggle.collapsed{
    width:47px;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    width:30px ;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 20% 90%;
    -ms-transform-origin: 20% 90%;
    transform-origin: 20% 90%;
    width:30px ;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width:27px;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width:23px;
}

.navbar-default .navbar-toggle.collapsed:hover .icon-bar:nth-of-type(n){
    width:27px;
}
@media (max-width: 767px) {
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        width:25px;
        -webkit-transform-origin: 8% 10%;
        -ms-transform-origin: 8% 10%;
        transform-origin: 8% 10%;
    }
    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        width:25px;
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(n){
        width:25px !important;
    }
    .search-result .flex-content .data-content h3 a{
        font-size:16px;line-height: 1.2;
    }
    .search-result .flex-content .data-content .excerpet{
        margin-top:15px;
    }
    .flex-content div.p{
        font-size:13px;
    }
}
@media (max-width: 767px) {

    .grid-sizer2,.grid-sizer{
        width:50%;height: 0;display: none !important;
    }
    .grid .col-xs-12,.grid2 .col-xs-12{
        width:50%;
    }
    .cols-square [class*="col-"] .border .positon_abs{
        font-size:14px;padding: 8px;
    }
}
@media (max-width: 340px) {

    .grid-sizer2,.grid-sizer{
        width:100%;
    }
    .grid .col-xs-12,.grid2 .col-xs-12{
        width:100%;
    }
    .cols-square [class*="col-"] .border .positon_abs{
        font-size:14px;padding: 10px;
    }
}
.one-product h2 a{
    margin-bottom:5px;
}
.slider-element .slider-miniature{
    padding-top:0;padding-bottom:3px;
}
.slider-element{margin-top:0px;margin-bottom: 5px;}

.show-small-basket #basket-top .darkness{
    opacity:1;
}
#basket-top .darkness{
    opacity:0; -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn.btn-primary.btn-filter{
    color:#8b8b8b;border-color:#e0e0e0;border-width: 1px;
}
.btn.btn-primary.btn-filter:hover,.btn.btn-primary.btn-filter:focus{
    background:#e0e0e0;color:#8d8d8d;
}
@media (max-width:991px){
    .btn.btn-primary.btn-filter{
        display: none;
    }
}


video#homebanner {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
.darknesssearch{
    display: none;
}
.search-box-top.actv .darknesssearch{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
    display: block;
}

.card-body ol,div.p ol, div.shortdesc ol{
    list-style: decimal;list-style-position: inside;margin:5px 0;
}
.card-body ul,div.p ul, div.shortdesc ul{
    list-style: disc;list-style-position: inside;margin:5px 0;
}
hr.small-hr{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.payment-type-row a.one-payment{
    max-width: 100%;
    width: 160px;
}
.payment-type-row a > span{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.payment-type-row a.payment-blocked{
    background: #eaeaea;
}
.payment-type-row a.payment-blocked span.blocked{
    width:auto; display: block; font-size: 12px;
    margin: 5px 5px 0px;
    color: red;
    display: none;
}
.payment-type-row a.payment-blocked img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.payment-type-row a.payment-blocked:hover img, .payment-type-row a.payment-blocked.active img{
    border-color: red;
}

.one-delivery .titles span.free-delivery{
    font-weight: normal;
    color:#48bcc0;
}

#basket-content .prod-action .custom-control{
    padding-left: 36px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 7px;
}

#basket-top .prod-action .custom-control{
    padding-left: 28px;
    margin-bottom: 0;
    margin-top: 2px;
}
#basket-top .prod-action .custom-control .custom-control-label:after, #basket-top .prod-action .custom-control .custom-control-label:before{
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 14px;
    cursor: pointer;
}
.rTableRow.disactive{
    background: #f9f9f9;
    color: #ccc;
}
.rTableRow.disactive .rTableCell .product-info .border-image img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.rTableRow.disactive .rTableCell .product-info .prod-info .code-p{
    color: #ccc;
}

#basket-top .rTableCell .product-info .border-image{
    height: auto;
}

.rTableCell .product-info .border-image{
    position: relative;
}
.rTableCell .product-info .border-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: calc(100% - 6px);
}

.home_box .one-box-home{
    text-align: center;
    width: 320px;
    margin: 0 auto;
    max-width: 100%;
}
.home_box .one-box-home a .homebox-title{
    color: #333;
}
.home_box .one-box-home a:hover .homebox-title{
    color: #48bcc0;
}
.home_box .one-box-home a:hover .homebox-title p{
    color: #333;
}
.home_box .one-box-home .homebox-title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.home_box .one-box-home .homebox-title p{
    font-size: 12px;
    margin-top: 10px;
}
.home_box .one-box-home .col-md-12{
    background: #F0F0F0;
    padding-top: 10px;
    padding-bottom: 15px;
}



/*ankieta style*/

.question-window.active{
    right: 0px;cursor: default;
}
.question-window{
    z-index: 33;
    cursor: pointer;
    position:fixed;
    top: 50%;
    right: -260px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform:translateY(-50%);
}
.question-window .emoit-form input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.question-window .emoit-form input ~ label{
    opacity:0.5;cursor: pointer;
}
.question-window .emoit-form input ~ label:hover{
    opacity:0.7;
}
.question-window .emoit-form input:checked ~ label{
    opacity:1;
}
.emoit-form .one-answ{
    display: inline-block;font-size:30px;position:relative;
}
.question-content{
    background:#fff;padding:20px 15px;border-radius:5px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    position: relative;
    width:300px;
}
.question-content{
    padding-left: 40px;
}
.question-content .add-to-basket{
    margin-top:10px;padding:5px 10px;
}
.emoit-form p{
    margin-bottom: 4px;font-size:13px;
}
#question-content_widget_text {
    transition: all .3s ease 0s;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding: 0 10px 0 10px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top  left 0;
    width: auto;
    position:absolute;
    top: 50%;
}
.question-window h4{
    font-size:18px    
}
.clicker{
    background:transparent;;position: absolute;height: 100%;width:40px;top:0;left:0;cursor: pointer;z-index: 4;
}
.emoit-form a.close-q{
    font-size:20px;right:5px;top:0;position: absolute;cursor: pointer;
}
@media (max-width:767px){
    .question-window{
        right: -260px;bottom:50px;
    }
    .question-window.active{
        right:0;
    }
    .question-window.active{
        max-width: 100%;
    }
    .question-window .question-content{
        max-width: 100%;
    }
}
.one-answ label:hover ~ .quest-tooltip{
    opacity: 1;top:0;
}
.quest-tooltip{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:0; font-size:12px;position: absolute;left:50%;transform: translate(-50%,-100%);top:-10px;background:#fff;min-width: 90px;box-shadow: 3px 3px 4px -1px #8b8b8b;
}
.quest-tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: 100%;
}


.add_other_files h3.add-file-title{
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
}
.add_other_files .add-file-info{
    font-size: 12px;
    font-style: italic;
    color: #a0a0a0;
    margin-bottom: 5px;
    margin-top: -10px;
}
.add_other_files .progress{
    margin-bottom: 15px;
}
.add_other_files .btn.fileinput-button{
    margin-bottom: 15px;
    cursor: pointer !important;
}
.fileinput-button input{
    height: 100%;
    width: 100%;
}
.error-innfo{
    color: red;
}
.add_other_files table.table {
    font-size: 12px;
    border: 1px solid #e2e2e3;
}
.add_other_files table thead tr th{
    background: #f8f8f8;
    font-size: 12px;
}
.add_other_files table.photo-table tr td{
    vertical-align: middle;
}
.add_other_files table.photo-table img,
.add_other_files .photo-added img{
    width: 110px;
}
.add_other_files table.photo-table{
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.opinion-photos-row img{
    width: 100px;
    margin: 5px;
}
.opinion-photos-row img:first-child{
    margin-left: 0;
}
.txt-advant{
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cursor-default{
    cursor: default !important;
}
.photo-added{
    display: inline-block;
    margin: 3px;
    position: relative;
}
.photo-added a{
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #ddd;
    border-radius: 50%;
    width:18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    background: #fff;
    color: #000;
}
.photo-added a:hover{
    border-color: red;
    color:red;
    box-shadow: 0 0 2px red;
}
.photo-added a i{
    vertical-align: middle;
    line-height: 1.5;
    font-size: 11px;
}
.advantages-t{
    font-size:16px;margin-top:10px;font-weight:bold;
}
.advantages-t i{
    color:#48bcc0;font-size:20px;
}
.advantages-t i.red{
    color:#48bcc0;
}

.search-marks-b{
    max-width: 200px;display: inline-block;margin: 4px 5px 4px 15px;vertical-align: top;float: right;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    position: relative; /* Ensure absolute positioned child elements are relative to this*/
}

/* Absolute positioned wrapper for the element you want to fix position */
.fixed-wrapper {
    width: 220px;
    position: absolute;
    top: 0;
    left: -240px; /* Move this out to the left of the site body, leaving a 20px gutter */
}

/* The element you want to fix the position of */
.fixed {
    width: 220px;
    position: fixed;
    /* Do not set top / left! */
}

section .container-item{
    display: block;
    max-width: 100%;
}
.section-item.container-center{
    display: flex;
    align-content: center;
}
.section-item.container-center .container-item{
    align-self: center;
}
.section-item.container-center .container-item div[class^='col-item-']{
    align-self: center;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.b-simple-blog img{
    width: 100%;
}

.img-rounded {
    border-radius: .25rem !important;
}

.img-circle {
    border-radius: 50% !important;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}

.text-movie {
    position: absolute !important;
    z-index: 2;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.cke-h1{
    font-size: 40px;
    line-height: 1.4;
}

.cke-h2{
    font-size: 30px;
    line-height: 1.4;
}

.cke-h3{
    font-size: 24px;
    line-height: 1.4;
}

ol.cke-ol,ul.cke-ul{
    padding-left: 15px;list-style-position:outside; list-style-type: decimal;
}
ul.cke-ul{
    list-style-type: disc;
}
blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    font-style: italic;
    padding: 6px 0 6px 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    margin: 10px 0;
}
input[name="password"]{
    text-transform:none !important;
}
.cke_widget_FontAwesome .cke_reset.cke_widget_drag_handler_container{
    z-index: -2;
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

a .hover-sld{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:0; background-size: auto; text-transform: uppercase;color:#fff;font-size:18px;  display: flex;align-items: center;justify-content: center; background:rgba(0,0,0,0.4);background-image:url('/images/front/mehr.png');background-repeat: no-repeat;background-position:center calc(50% - 40px);position: absolute;top:5px;left:5px;width:calc(100% - 10px);height: calc(100% - 10px);padding-top:60px; 
}
a:hover .hover-sld{
    opacity: 1;
}
.imgsld-itm .img-sldr{
    position: relative; 
}
.imgsld-itm .img-sldr .hover-sld{
    left:0;top:0;width:100%;height: 100%;
}
@media (max-width:767px){
    a .hover-sld{
        background-size: 40px 40px;background-position:center calc(50% - 20px);font-size:14px;
    }
}
.register_user_order .nt3.reg{
    color: #48bcc0;
    text-align: center;
}
.register_user_order .ll-width-w .type-c {
    display: block;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}
.register_user_order .form-group {
    display: flex;
    align-items: center;
}
.register_user_order input.txtbox {
    margin: 0;
    border-radius: 5px;
    padding: 12px 10px;
}
.register_user_order .button-class{
    margin-top: 15px;
}
