
#productdetailbody{
    overflow: hidden;
}
#productbody{
    margin-left: 10px;
    font-size: 18px;
    min-height: 600px;
    width: 950px;
    float: left;
}

.productname{
    font-size: 25px;
    font-family: sans-serif;
    font-weight: bold;
    color: #008080;
    margin-bottom: 20px;
}
.productimages{
    height: 350px;
    width:600px;
}
.mainimg{
    position: relative;
    float: left;
    width:350px;
    margin-right: 10px;
}
.productdetailactionimg{
    position: absolute;
    padding-top: 5px;
    height: 170px;
    margin: auto;
    width: 350px;
}

.product_video_frame{
    height: 400px;
}
.smallimg{

    float:left;
    width:240px;

}
.productbuysection{
    line-height: 30px;
    font-size: 20px;
    float:right;
    height: 300px;
    width:300px;
    font-family: sans-serif;
    text-align: right;
}
.productbuysection button{
    color: white;
    width: 170px;
}
.share li{
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}

popis{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: #008080; 
}
producttitle{
    font-size: 18px;
    font-family: sans-serif;
}
price{
    font-weight: bold;
    font-size: 25px; 
}
pricediscount{
    color: #bbb;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 18px; 
}
onstock{
    font-weight: bold;
    color:#9ec32c;
}
nostock{
    font-weight: bold;
    color:#D51616;
}
#productlistbody{
    overflow: -moz-scrollbars-none;
    overflow-x:hidden;
    width: 215px;
    float: right;
}
.productlistbody::-webkit-scrollbar { 
    display: none; 
}
.pbody{

    width: 215px;
    float: right;


}
.prouctinlist{
    font-family: sans-serif;
    box-shadow: 3px 2px 5px #aaa;
    background-color: white;
    margin-bottom: 10px;
    width: 190px;
    height: 210px;
    padding: 10px;
}
.descprolist{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    max-height: 50px;
    font-size: 12px;
    text-align: left;
    height: 50px;
    text-decoration: none;
    color:#008080;
}
.priceprolist{
    height: 55px;
}

.contentprolist{
    text-decoration: none;
    color:#333333;
    line-height: 15px;
    float: left; 
    width: 130px;
}
.shoppingprolist{
    width: 50px;
    float: left;
}

::-webkit-scrollbar 
{
    width: 15px;
    background-color:#6a6a6a;

}
::-webkit-scrollbar-thumb
{
    height: 50px;
    background-color: #9ec32c;
}
::-webkit-scrollbar-button:vertical:increment 
{
    height:15px;
    background-image: url(image/scrolldown.png);
    background-size:15px 15px;
    background-repeat:no-repeat;
}

::-webkit-scrollbar-button:vertical:decrement 
{
    height:15px;
    background-image: url(image/scrollup.png);
    background-size:15px 15px;
    background-repeat:no-repeat;
}
