.finder{
    display:block;
    margin:0px auto;
    font-size: 14px;
    padding:10px;
    border-radius:5px;
    width: 360px;
    max-width: 100%;
}
#prodtable td span {
    color: unset !important;
}
#prodtable tr{
    transition: 0.3s ease;
}
.catname {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase !important;
}
.fndblock {
    position: absolute;
    border: 1px #666 solid;
    width: fit-content;
    z-index: 9999;
}
.fndelem{
    padding:5px 10px;
    cursor:pointer;
}
.fndelem:hover{
    background:#005AA3;
    color:#fff;
}
#prodtable td img {
    cursor:pointer;
}
#prodtable td.schet input{
    border-radius:5px;
    width:45px;
    text-align:center;
}
.schet {
    width: 135px;
    position:relative;
}
.schet a{
    position:absolute;
    display:none;
}
.addedbasket .schet a {
    position: absolute;
    display: block;
    font-size: 12px;
    top: -13px;
    right: 15px;
    width: 150px;
    text-align: center;
    background: #fff;
    border: 1px #f00 solid;
    border-radius: 5px;
    color: #666;
    line-height: 12px;
    padding: 5px 0px;
    text-decoration: none;
    transition:0.3s ease;
}
.addedbasket .schet a:hover{
    background:#ddd;
}
#spisul{
    /* max-height:200px; */
    /* overflow-y:auto; */
}
div#spis {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
}
.block-center{
    position:relative;
}

/*.basketshref {
    position: fixed;
    display: none;
    font-size: 12px;
    top: 10px !important;
    right: 15px;
    width: 180px;
    text-align: center;
    background: #fff;
    border: 1px #f00 solid;
    border-radius: 5px;
    color: #000;
    line-height: 12px;
    padding: 15px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    z-index: 999;
    font-weight: 600;
}
*/

.basketshref {
    position: fixed;
    display: none;
    font-size: 12px;
    top: 10px !important;
    right: 15px;
    margin-left: -40px;
    width: 180px;
    text-align: center;
    background: #fff;
    border: 1px #f00 solid;
    border-radius: 5px;
    color: #000;
    line-height: 12px;
    padding: 15px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    z-index: 999;
    font-weight: 600;
}


.basketshref:hover{
    background:#ddd;
}
p.baskblf {
    font-size: 22px;
}
.text-center {
    font-weight: 600;
}




