#image-block{
    width: 333px;
    height: 289px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin-bottom: 17px;
    border-radius: 5px;
    margin-right: 120px;
    overflow: hidden;
}
#thumblist{
    width: 290px;
    height: 75px;
    overflow: hidden;
}
#center_column{
    padding-left: 65px;
}
.zoomWindow{

}
.zoomWrapper img,
.zoomWrapper{

}
#views_block{

}
#thumbs_list_frame{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    margin-right: -1000px;
    display: block;
}
#thumbs_list_frame li{
    display: inline-block;
    height: 69px;
    width: 83px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin: 3px 7px;
    border-radius: 2px;
}
.img-responsive{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
#view_scroll_right,
#view_scroll_left{
    font-size: 0px;
    display: inline-block;
    height: 69px;
    width: 16px;
}
#view_scroll_left{
    margin-right: 4px;
}
#view_scroll_right:before,
#view_scroll_left:before {
    color: red;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
    line-height: 70px;
}
#view_scroll_left:before {
    content: '\f104';
}
#view_scroll_right:before {
    content: '\f105';
}
#views_block a:hover,
#views_block a:focus,
#views_block a{
    text-decoration: none;
}

#view_scroll_right{
    margin-left: 4px;
}
#thumblist,
#view_scroll_right,
#view_scroll_left{
    float: left;
}
.primary_block{
    margin-bottom: 20px;
}
/*
.product-info-tabs{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}*/
.product-info-tabs{
    width: 585px;
    border-bottom: 1px dotted #a5a5a5;
}
.product-info-tabs li{
    float: left;
    font-size: 18px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-bottom: -2px;
    border-top: 1px solid white;
}
.product-info-tabs li a {
    color: black;
    text-decoration: none;
}
.nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
.tab-pane{
    padding-top: 20px;
}
.product-info-tabs li.active{
    background: white;
    border: 1px solid #6b6b6b;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.product-info-tabs li a{
    background: transparent !important;
}
.product-info-tabs li.active a{
    background: transparent;
    color: #e2001a;
}
.product-info-tabs li.active:before,
.product-info-tabs li.active:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 32px;
    width: 12px;
    background: white;
}
.product-info-tabs li:before{
    left: -13px;
}
.product-info-tabs li.active:after {
    right: -13px;
}
.toBasket {
    background: red;
    font-size: 17px;
    color: white;
    height: 38px;
    line-height: 38px;
    border: none;
    border-radius: 9px;
    width: 130px;
}
.producer {
    font-size: 14px;
    color: #696969;
    margin-bottom: 20px;
}
.inStok{
    font-size: 14px;
    color: #696969;
    margin-bottom: 20px;
}
#product_content h1 {
    margin-top: 0px;
}
.toOrder b {
    color: #696969;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.toOrder .price {
    display: inline-block;
    margin-top: 35px;
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    color: #e2001a;
}
.toOrder .price span {
    font-size: 14px;
}
.bootstrap-touchspin{
    margin: 5px 63px 0 0;
    float: left;
}
#product-description{
    width: 380px;
}
.product-information{
    width: 670px;
}