/* Medium devices (mobile, >768px and up  @screen-xs-min) */
body{
    overflow-x: hidden;
}
.mob{
    padding:0px !important;
    margin:0px; 
}
.mob-searchbox{
    background-color:#ffffff;
    display:none;
    position:fixed;
    margin-top: -13px;
    z-index:999;
    -webkit-box-shadow: 0px 0px 3px #333;
    -moz-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
}
#custom-helper{
    color:#CE211E;
    font-size:0.8em;
    font-weight:bold;
} 
#main-head-bg{
    background:url('bubaky2021.png') bottom right no-repeat;       
}
#mob-catmenu{
    padding-left:0px;
}
table.cart-table > tbody > tr > td{
    vertical-align:middle;
}
div.bootstrap-touchspin{ 
    width:50px; 
}
.hide{
    display:none;
}
.pin{
    position:fixed;
    width: calc(100% + 30px);
    padding-left:15px;
    margin:0px;       
    z-index:45;
    top:50px;
    left:0px;
}
.breadcrumb {
    background: none !important;
    margin-bottom: 0px !important;
    line-height:40px;
    padding: 0px 15px !important;
}
.caret-reversed{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tl{
    color:#4A4A4A;
}
.go-top {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    position: fixed;
    bottom: -40px;
    left: calc(50% - 30px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #404040;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.go-top.show { bottom: 6px; }

.go-top:hover {
    background-color: #000066;
    color: #FFFFFF;
}

.to-cart {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    position: fixed;
    bottom: -40px;
    left: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #404040;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.to-cart.show { bottom: 20px; }

.to-cart:hover {
    background-color: #000066;
    color: #FFFFFF;
}

img.homebanner{
    -webkit-filter: grayscale(95%);
    filter: grayscale(95%);
}
img.homebanner:hover {
    -webkit-filter: grayscale(5%);
    filter: grayscale(5%);
}

.table-head {
    font-weight:bold;
}
.table-row > div{
    font-weight:normal;
    font-size:12px;
    display: table-cell;
    vertical-align: middle;
    height:32px;
    min-height:32px;
    line-height:14px;
    display: table-cell;
    align-items: center;
}

.cat_list_new{
    display:inline-block !important;
    /*border: 1px solid #eee; */
    z-index:100;
    /*-webkit-box-shadow: 0px 0px 2px #888;
          -moz-box-shadow: 0px 0px 2px #888;
          box-shadow: 0px 0px 2px #888;   */
}

.cat_list_new .name, cat_list_new a{
    display:table-cell;
    cursor:pointer;
    position: relative;
    left:-1px;   
    padding:8px;    
    padding-left:40px;
    /*z-index: 150;*/
    line-height:12px;
    height:44px;
    vertical-align:middle;    
    background-repeat:no-repeat;
    background-position: left middle;
}
.cat_list_new .name.selected{
    background-color:white;
    background-repeat:no-repeat;
    background-position: left middle;
    box-shadow: 0px -3px 3px 0px rgb(0, 0, 101,0.7);
    position: relative;
    top: 5px;
    border-radius: 3px 3px 0px 0px;
    z-index: 30;
}


.cat_list_new .name .box{
    display: table-cell;
    margin-left:5px;
    /*width: 168px;*/
    vertical-align:middle;
    text-align:left;
}

.cat_list_new .name .box a{
    display:inline;
    text-decoration: none;
    margin:0 auto;
    position:relative;
    top:-3px;
    left:5px;
    color: #000;
    font-size:15px;
    line-height:11pt;
    padding-right:15px;
    text-shadow: 1px 1px 1px #fff;
    /*font-weight:bold;*/
}

.cat_list_new .name .box a:hover {
    text-shadow:1px 1px 3px #8AC3FE;
}

.cat_list_new div.ul{
    z-index:80;
    display:none;
    position:absolute;
    margin-top:-1px;
    margin-left:-1px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom:none;
    border-top:none;
    padding-bottom:10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.cat_list_new div.ul ul li a{
    text-decoration:none; 
    color:#000;
    font-size:14px;
}
.cat_list_new div.ul ul li a:hover{
    color:#024593;
}
.cat_list_new div.ul ul{
    margin: 0px;
    padding-left: 8px;
    padding-right: 5px;
}

ul, ol, li{ list-style-type: none; }


.cat_list_new:hover div.ul{
    /* display:block; */
}

.cat_list_new div.ul.active{
    display:block;
}

.cat_list_new div.tmpl{
    margin-top:-3px;
}

.clist{
    padding-left: 0px;
    padding-right: 0px;
}

.clist .cat_list_new:hover .box{
    background: #aaaaaa; /* Old browsers */
    background: -moz-linear-gradient(top,  #aaaaaa 0%, #dddddd 50%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(50%,#dddddd), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aaaaaa 0%,#dddddd 50%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aaaaaa 0%,#dddddd 50%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aaaaaa 0%,#dddddd 50%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #aaaaaa 0%,#dddddd 50%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.clist .cat_list_new:hover .name{
    border: 1px solid #dddddd;
}
.clist .cat_list_new:hover div.ul{
    border: 1px solid #dddddd;
    border-top:none;
}

.cat_list_new div.ul ul li > ul{
    display:none;
}
.cat_list_new div.ul ul li > ul.block{
    display:block;
}
.cat_list_new div.ul ul li .p:hover > ul{
    display:block;
}

.cat_list_new .image{
    position: relative;
    width:160px;
    height:160px;
    top: 3px;
    left: 4px;
}
.cat_list_new .subcats{
    position: relative;
    top: -20px;
    display: block;
    height: 100px;
    vertical-align: middle;
}
.cat_list_new .subcats a{

    font-size: 10px;
    color: #333;
    margin-left:10px;
    max-width:140px;
}

.subcats-2018{
    background-color:white;
    display:none;
    position:absolute;
    top:120px;
    width:100%;
    /*border: 1px solid #eee; */
    z-index:8100;
}
.active{
    display:block;
}
.prod-img-div{
    width:100%; 
    max-height: 400px;
    height:400px; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: calc(50%) calc(50%);
    cursor:zoom-in;
}

.press-title{
    height:44px;
    line-height:20px;
    font-size:1.3em;
}
.press-title i{
    font-size:1.5em;
}   

.press-img{
    display:block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;       
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(0%) calc(0%);
    cursor: pointer;
}
.red{
    color:red;
}
.pwt{
    display: flex !important;
} 

    
.fbouter{
    background-color:#eaeaf0;
    background-image:url('https://www.hurtik.sk/likeonfb.jpg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: 40px 0;
    position: fixed;
    top: 350px;
    left: -306px;
    width: 300px;
    height: 75px;
    transition: .5s;
    text-align:right;
    border-radius: 0px 0px 10px 0px;
    border:3px solid #4267B2;
    cursor:pointer;
}
.fbouter:hover{
    transform: translate(260px, 0px);
}
.fbinner{
    background-color:#4267B2;
    position:relative;
    top:-3px;    
    left: 297px;
    width: 40px;
    height: 50px;
    box-sizing:border-box;
    transition: .5s;
    border-radius: 0px 10px 10px 0px;
}
.fbinner i{
  color:#fff;
  margin-top:15px;
  margin-right:5px;
  font-size:3.2em;
} 

.shcartback{
    z-index:9993;
    position:absolute;
    visibility:hidden;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.66);
}

.shcart{
    z-index: 9995;
    background-color:#fff;
    position: fixed;
    top: 0px;
    right: -500px;
    width: 450px;
    height: 100%;
    transition: .5s;
    cursor:pointer;
    -webkit-box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -10px 0px 15px 0px rgba(50, 50, 50, 0.75);    
}

.shcartmob{
    display:none;
    z-index: 9999;
    background-color:#fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .5s;
    cursor:pointer;
    -webkit-box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -10px 0px 15px 0px rgba(50, 50, 50, 0.75);    
}
.shcart:hover{
    transform: translate(-450px, 0px);
}
.shcart h2.header{
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height:70px;
    margin-top:0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.50);
}
.shcartinner{
    margin:0px;
}
.shfoot{
    margin-left: -4px !important;
    width: 448px !important
    -webkit-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    width: 100%;
    padding-bottom: 15px;
    padding: 0 10px 15px 0;
}
.shcartclose{
    z-index: 9996;
    position:fixed;
    right:430px;
    top:20px;
    display:block;
    border-radius: 50%;
    background-color: #ccc;
    width:40px;
    height:40px;
}
.shcartx{
    color:red;
    position: relative;
    top: 6px;
    left: 8px
}

.shbuyback{
   padding: 3px 30px 3px 30px;
   margin-top: 15px;
}

.infoback{
    z-index:9998;
    position:fixed;
    visibility:hidden;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.66);
}
.infoback .info{
    z-index:9999;
    margin-top:20%;
}


.shfilterback{
    z-index:9993;
    position:absolute;
    visibility:hidden;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.66);
}

.shfilter{
    z-index: 9995;
    background-color: #fff;
    position: fixed;
    top: 119px;
    left: -400px;
    width: 350px;
    height: 280px;
    transition: .5s;
    cursor: pointer;
    -webkit-box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);   
}

.shfiltertmob{
    display:none;
    z-index: 9999;
    background-color:#fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .5s;
    cursor:pointer;
    -webkit-box-shadow: -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -10px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -10px 0px 15px 0px rgba(50, 50, 50, 0.75);    
}
.shfilter:hover{
    transform: translate(-450px, 0px);
}
.shfilter h2.header{
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height:70px;
    margin-top:0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.50);
}
.shfilterinner{
    margin: 5px;
    overflow-y: auto;
    height: 185px;
    margin-top: 88px;
}

.shfilterinner a img{
    vertical-align: middle;
    height: 50px;
    widht: auto !important;
    margin: 5px;
    border-radius: 7px;
    border: 1px solid #eee;
}
.shfilterfoot{
    margin-left: -4px !important;
    width: 378px !important
    -webkit-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 0px -3px 6px 0px rgba(50, 50, 50, 0.50);
    width: 100%;
    padding-bottom: 15px;
    padding: 0 10px 15px 0;
}
.shfilterclose{
    z-index: 9996;
    position:fixed;
    right:360px;
    top:20px;
    display:block;
    border-radius: 50%;
    background-color: #ccc;
    width:40px;
    height:40px;
}
.shfilterx{
    color:red;
    position: relative;
    top: 6px;
    left: 8px
}


html.disableScroller{
    position: fixed;
    height: 100%;
    max-height: 100%;    
    width: 100%;
    max-width: 100%;
}

.prinfoprice{
   font-size:18px !important;
}

.prinfobtn{
    position: relative;
    top: -2px;
    padding: 3px 5px;
}

table.hcart, table.hctotals{
    width:100%;
    margin-top: 20px;
}

table.hcart{
    border-collapse:separate;
    border-spacing:0 10px;
    display: block;
    height: calc((100vh - 234px) * 1);
    overflow-y: scroll;
}

table.hcart tr td{
    border-bottom:1px solid lightgray;
    padding-bottom:10px;
}

td.hcimage{
margin-bottom: 1px;
width:80px;
}

td.hcimage img{
width: 80px;
height: 80px;
margin-right: 5px;
}

td.hcname, td.hcquantity, td.hctotal {
    vertical-align: top;
}

td.hcname a{
    overflow: hidden;
    max-height:35px;
    height:35px;
    width:auto;
    max-width:232px;
    min-width:200px;
    text-overflow:ellipsis;
      overflow:hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;    
}

td.hcquantity span{
    padding-right:5px;
}

td.hctotal span{
    font-size:16px;
}

td.hcttext, td.hctvalue{
   text-align:right;
   font-size:16px;
   line-height:22px;
}

td.hcttext{
   width:70%; 
}

td.hctvalue{
   width:30%; 
}

.hcxquant{
    width:100px;
    max-width: 100px;
}

.hcxquant span button{
    font-size:8px;
    padding:4px 8px;
}
.hcxquant input{
    font-size: 14px;
    padding: 4px 8px;
    height: 22px;
    width: 40px;
    margin-top: 5px;
    border: none;
    background: none;
    text-align: center;
}
.hcxdel{
    color:#ccc;
    margin-right: 5px;
}
.hcxtotal{
    font-size: 20px;
    margin-top: 30px;
    margin-right: 5px;
}

.add-to-cart1{
    position: relative;
    top: -10px;
    right: 10px;
}

.extra{
    display:block;
    position: relative;
    top: -205px;
}

.extra:hover{
    display: none;
}

@media (max-width:992px) {    
    #search{
        margin-bottom:2px;
    } 
    #main-head-bg{
        background:url('bubaky2021.png') bottom right no-repeat;       
    }
    .cat_list_new{
        display:block !important;
        margin-right:8px;
        width:100%;
        /* border: 1px solid #eee; */
        z-index:105;
        /*-webkit-box-shadow: 0px 0px 2px #888;
              -moz-box-shadow: 0px 0px 2px #888;
              box-shadow: 0px 0px 2px #888;   */
    }
    .cat_list_new .name{

    }
    .cat_list_new .name .box a{
        font-size:18px;
        line-height:11pt;
        padding-right:8px;
        /*font-weight:bold;*/
    }

    #header {
        margin-top:30px;
        height: 40px;
        position: relative;
        z-index: 80;
        background-repeat: no-repeat;
        background-position: 288px 0px;
        background-image:none;
    }
    #resp-logo{
        width:101px;
        height:42.15px;
        margin-top:5px;
        margin-left:0px;
    }

    .prod-img-div{
        width:100%; 
        max-height: 300px;
        height:300px; 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: 0% calc(50%);
    }
    
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: unset !important;
    }

}    

@media (max-width:360px) {
    #resp-logo{
        display:none;
    }
    #resp-logo-xs{
        display:block;
    }
    .banner-new{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #proftech{
        font-size:22px;
        top:-1px;
    }
    #proscroller_0{
        margin-bottom:10px !important;
    }
    .lgf {
        top: 50px !important;
        left:0px !important;
        width:100% !important;
        max-width:100% !important;
      }
    .cat_list_new.big a{
        font-size: 1.4em !important; 
    }
    div.model > div > img{
        top: -2px !important;
    }
    .row {
        margin-right: -15px;
        margin-left: -5px;
    }
    .product {
        padding-right: 0px;
        padding-left: 0px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 99%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 99%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 99%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
        padding-bottom:15px;
    }
     .container, .thebase{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .checkout > div{
        padding-right: 0px !important;
        padding-left: 0px !important; 
    }
    .col-xs-12.image, .image > a > img.col-xs-12{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .tab-content{
        padding:0px;
    }
    .q-widget{
        top:32px !important; 
        left:10px !important;
    }
    .product-grid .image img{
        margin-left:0px;
    }
    .owl-carousel {
        margin: 0 0 5px;
    }
    .top-productz{
        height:260px;
    }
    .product-grid div .akcie {
        margin-top: -100%;
        padding-left: 4px;
    }
    .akcie span {
        padding-left: 6px;
        padding-right: 6px;
        height: 32px;
        font-size: 20px;
    }
    .price .ic {
        font-size:1.3em;
    }
    
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: unset !important;
    }
    
}


@media (min-width:361px) AND (max-width:768px) {
    .product-grid div .akcie {
        margin-top: -100%;
        padding-left: 4px;
    }
    .akcie span {
        padding-left: 8px;
        padding-right: 8px;
        height: 38px;
        font-size: 22px;
    }  
    .lgf {
        top: 50px !important;
      }
    .price .ic {
        font-size:1.4em;
    }
    #resp-logo{
        display:block;
    }
    #resp-logo-xs{
        display:none;
    }
    #proftech{
        font-size:24px;
        top:-3px;
    }
    .banner-new{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #proscroller_0{
        margin-bottom:10px !important;
    }
        div.model > div > img{
        top: -2px !important;
    }
    .row {

    }
    .product {
        padding-right: 0px;
        padding-left: 0px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 99%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 99%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 99%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
        padding-bottom:15px;
    }
    .container, .thebase{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .checkout > div{
        padding-right: 0px !important;
        padding-left: 0px !important; 
    }
    .col-xs-12.image, .image > a > img.col-xs-12{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .tab-content{
        padding:0px;
    }
    .q-widget{
        top:32px !important; 
        left:10px !important;
    }
    .product-grid .image img{
        margin-left:0px;
    }
    .owl-carousel {
        margin: 0 0 5px;
    }
    .top-productz{
        height:260px;
    }
    
    .fbouter{
        background-color:#eaeaf0;
        background-image:url('https://www.hurtik.sk/likeonfb.jpg');
        background-size:contain;
        background-repeat: no-repeat;
        background-position: 40px 0;
        position: fixed;
        bottom: -8px;
        top: unset;
        left: -306px;
        width: 300px;
        height: 75px;
        transition: .5s;
        text-align:right;
        border-radius: 0px 0px 10px 0px;
        border:3px solid #4267B2;
        cursor:pointer;
    }
}

@media (max-width:768px) {
        
    .fbouter{
        display:none;
        background-color:#eaeaf0;
        background-image:url('https://www.hurtik.sk/likeonfb.jpg');
        background-size:contain;
        background-repeat: no-repeat;
        background-position: 40px 0;
        position: fixed;
        bottom: -8px;
        top: unset;
        left: -306px;
        width: 300px;
        height: 75px;
        transition: .5s;
        text-align:right;
        border-radius: 0px 0px 10px 0px;
        border:3px solid #4267B2;
        cursor:pointer;
    }
    
    .subcategories a{
        font-size:14px;
    }
    .name a{
        font-size:16px !important; 
    }
    .model > div{
        padding-left:0px !important;
    }
    .nothing{}

    .pwt{
        display: none !important;
    } 

    .container.thebase{
    }
    .cat_list_new.big{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    }
    .cat_list_new.big:hover{
        background: rgb(220,220,220)
    }

    .cat_list_new.big a{
        margin-left:10px;
        font-size:1.5em;
    }

    #usermenu ul li a{
        font-size:1.3em;
    }

    #content h1{
        margin-left:15px;
    }

    #welcome{
        font-size:14px;
    }

    #header #logo{
        top:18px;
    }   

    #topmenu{
        max-height:50px;
    }

    .navbar-collapse.in {
        z-index:8110;      
    }

    .navbar-collapse, .navbar-collapsing{
        position:relative;
        background-color:white;
    }  


    #header .searcher{
        padding-left:20px;
        padding-right:20px;
    }  

    .breadcrumb {
        background-color:rgba(255, 255, 255, .0);
    }

    .clist{
        z-index:0;
    }

    .cat_list2{
        margin-bottom:15px;
    } 

    .cat_list, .cat_list2{
        z-index:0;
        padding-left:5px;
        padding-right:5px;      
        height:auto;
    } 

    .clist .haer{
        margin:0px;   
    }

    .clist .haer hr{
        width:100%;    
        margin:0px;   
    }   

    .cat_list:hover,.cat_list2:hover {
        z-index:8006;
    }

    .clist .cat_list .name,.clist .cat_list2 .name{
        padding:0px !important;
        margin:0px;  
        border:1px solid rgb(225,225,225);          
    } 

    .cat_list .name .box a, .cat_list2 .name .box a {
        font-size:14px;
        line-height:14px;
    }               

    .clist .cat_list .name .box,.clist .cat_list2 .name .box{
        margin-left:0px;
        width:100%;
    } 

    .cat_list .image{
        display:block;
        width:100%;
        height:auto;
    }   

    .cat_list .image a img{
        width:90%;
        padding-left:5%;
        padding-right:5%;
        height:auto;
    }


    .clist .cat_list div.ul{
        top:37px;
        padding-left:15px;
        padding-right:15px;
        width:85%;
    }

    .cat_list div.ul ul li a, .cat_list2 div.ul ul li a {
        font-size:14px;
        line-height:25px;
    }


    .s, .h, .e {
        height:13px;
        width:13px;
        font-size:18px;
        line-height:10px;     
    }
    
    table.hcart {
        border-collapse: separate;
        border-spacing: 0 3px;
        max-width: 98%;
    }
    table.hcart tr td {
        padding-bottom: 2px;
    }
    table.hcart{
        height: calc((100vh - 230px) * 1);
        overflow-y: scroll;
    }
    .shcartmob h3.header{
        background-color: #4A4A4A;
        color:white;
        font-size: 20px;
        width: 100%;
        display:block;
        text-align: center;
        line-height: 30px;
        margin-top: 50px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.50);
        -moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.50);
        box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.50);
    }
    td.hcname a{
        overflow: hidden;
        max-height:55px;
        height:55px;
        width:auto;
        max-width:200px;
        min-width:150px;
        text-overflow:ellipsis;
          overflow:hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          white-space: normal;    
    }
    .hcxtotal{
        font-size:1.4em;
    }
    
    .shfoot{
        background-color: #fff;
        margin-right: 0px;
        margin-left: -5px;
        z-index: 9999;
    }
    
}


@media (min-width:993px) AND (max-width:1200px) {
    .cat_list_new {
        margin-right:8px;
    }
    #main-head-bg{
        background:url('bubaky2021.png') bottom right no-repeat;       
    } 
    #header #ha{
        width:525px;
        top:-39px;
    }
    .cat_list_new .name {
        padding: 8px 2px 8px 38px;
    }

    .cat_list_new .name .box a{
        font-size:14px;
        line-height:11pt;
        padding-right:8px;
        /*font-weight:bold;*/
    }
    .scrolled, .scrolled1{
        width:970px;
    }
    #menu2 ul li a.items {
	font-size: 16px !important;
    }

}
/* Medium devices (tablets, 768px and up  @screen-sm-min) */
@media (min-width:768px) {
    .nothing{}

    .container.thebase{
        background-color:rgba(255, 255, 255, .0);
    }

    #header #logo{
        top:15px;
    }

    #header .searcher{
        padding-right:20px;
    } 

    #menu2{
        min-height:38px;      
    }
    #menu2 ul li a.items{
        font-family: 'Teko', sans-serif;
        font-size:20px;
        padding:3px 6px;  
    } 
    #menu2 ul li a.items:hover{
        min-height:36px;      
    }
    #menu2 ul li a.items:focus,#menu2 ul li a.items:active{
        background:none !important;      
    }   

    .subcategories{
        background-color: #fff !important;
        box-shadow: 0px 4px 4px 0px rgb(0, 0, 101,0.7);
        border-radius: 3px 3px 3px 3px;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 4px;
        z-index: 7777;
        font-size: 1.1em;
        display: block; 
    }


    .subcategories a{
        font-size:1em !important;
        font-size: 10px;
        color: #333;
    }

    .cat_list2{
        margin-bottom:15px;
    }

    .cat_list, .cat_list2{
        z-index:0;
        padding-left:5px;
        padding-right:5px;      
        height:auto;
    }   

    .cat_list:hover,.cat_list2:hover {
        z-index:8006;
    }

    .clist .cat_list .name,.clist .cat_list2 .name{
        padding:0px !important;
        margin:0px;
        border:1px solid rgb(225,225,225);  
        cursor:pointer;        
    } 

    .clist .cat_list .name a,.clist .cat_list2 .name a{
        font-size:14px;
        top:0px;        
    } 

    .clist .cat_list .name .box,.clist .cat_list2 .name .box{
        margin-left:0px;
        width:100%;
    } 

    .cat_list .image{
        display:block;
        width:100%;
        height:auto;
    }   

    .cat_list .image a img{
        width:90%;
        padding-left:5%;
        padding-right:5%;
        height:auto;
    }


    .cat_list .name, .cat_list .name a{
        font-size:14px !important;
    }  

    .cat_list .model{
        font-size:12px;
    }  

    .clist .cat_list div.ul{
        top:37px;
        padding-left:15px;
        padding-right:15px;
        width:85%;
    }

    .clist .haer{
        margin:0px;
        margin-bottom:15px;   
    }

    .clist .haer hr{
        width:100%;
        margin:0px;   
    }

    .subcategories a{
        font-size:12px;
        padding-right:10px;
    }

    .cat_list div.ul ul li a, .cat_list2 div.ul ul li a {
        font-size:13px;
        line-height:22px;
    }

    .s, .h, .e {
        height:12px;
        width:16px;
        font-size:16px;
        line-height:10px;     
    }


    /*Produkty kategorii*/
    .padnull, .product-grid > div {
        padding:0px !important;
    }

    .product-grid .name a{
        font-size:13px;
    }

    .product-grid div .price > div{
        font-size:18px;
    }

    .hover .model {
        font-size:12px;
    }

    .prod-img-div{
        max-height: 200px;
        height:200px; 
    }

}



/* Medium devices (desktops, 992px and up  @screen-md-min) */
@media (min-width:992px) {
    .nothing{}
    
    .headerMenu{
        display: flex;
        /*justify-content: space-around;*/
        justify-content: center;
    }
    
    .cat_list_new{
        margin-right:25px !important; 
        margin-left:25px !important;
    }
    
    .cat_list_new .name .box a {
        top: -3px !important;
        font-size: 1.7rem !important;
        padding-right: 8px !important;
        letter-spacing: -0.02rem !important;
        padding-left: 3px !important;
      }
    
    #menu2{
        min-height:42px;      
    }
    #menu2 ul li a.items{
        font-family: 'Teko', sans-serif;
        font-size:21px;
        padding:10px 10px;  
    } 
    #menu2 ul li a.items:hover{
        min-height:40px;      
    }
    #menu2 ul li a.items:focus,#menu2 ul li a.items:active{
        background:none !important;      
    }
    .breadcrumb {
        background-color:rgba(255, 255, 255, .0);
    }   
    /*Produkty kategorii*/
    .padnull, .product-grid > div {
        padding:0px !important;
    }

    .head_contact{
        padding-top:10px;
        padding-left:23px;
    }

    .head_contact i{
        margin-right:8px;
    }

    .product, .product > div {
        z-index:5;
        position:static;  
        overflow:hidden;
    }   

    .product-grid .product .hover{
        z-index:76;
        position:absolute;
        display:none;  
        width:236px;
        background-color:#fff;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.75);
        box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.75);  
    }

    .product-grid .product:hover .hover{
        display:block;
    }    

    .product-grid div .image{
        z-index:0;
        display:block;
        width:100%;
        height:auto;
    }   

    .product-grid div .image a img{
        z-index:0;
        width: 200px;
        padding-left:5%;
        padding-right:5%;
        height:auto;
    }

    .product-grid .model div img, li.stock img{
        top:-1px !important;
    }

    .product-grid div .name{
        z-index:0;
        min-height:35px;
        height:35px;
        line-height: 16px;
    }

    .product-grid div .name a{
        font-size:15px;
    }

    .product-grid div .price{
        z-index:0;
    }

    .product-grid div .cawico{
        z-index:0;
        min-height:40px;
        height:40px;
    }
    .prod-img-div{
        max-height: 500px;
        height:500px; 
    }
    .bse{
        background-color:#ffffff;
        padding:3px;
        padding-left:10px;
    }

}

/* Large devices (large desktops, 1200px and up  @screen-lg-min) */
@media (min-width:1200px) {
    .nothing{}
    #main-head-bg{
        background:url('bubaky2021.png') bottom right no-repeat;       
    } 
    #header{
       
    }
    /* produkty kategorii */
    .product-grid .product .hover{
        width:278px;
    }
}

.dz i {
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.cmsel{
    background: -moz-linear-gradient(top, #9E9E9E 0%, #8e8b8b 100%);
    background: -webkit-linear-gradient(top, #9E9E9E 0%,#8e8b8b 100%);
    background: linear-gradient(to bottom, #9E9E9E 0%,#8e8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9E9E9E', endColorstr='#8e8b8b',GradientType=0 );
}

.bigsel{
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, #EFEFEF 100%) !important;
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, #EFEFEF 100%) !important;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, #EFEFEF 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#EFEFEF',GradientType=0 ) !important; 
    border-radius: 6px 6px 0 0 !important;
    border-top:2px #069 solid !important;
    border-right:2px #069 solid !important;
}

.cmsel .cmenubg .container .headerMenu .cat_list_new .name .box a{
    text-shadow: none !Important;
}

#parts a{
    padding-top:3px;
    padding-bottom:3px;
    font-size:1.3em !important;
    font-weight: 200;
    text-transform: uppercase;
}