.rcategory_path {position:absolute;right:0;bottom:0;white-space: nowrap;}

.rhtabs {display:block;width:100%;margin:5px 0 15px;}
/*.rhtabs a {text-decoration:none;border-bottom:1px dashed;margin-right:5px;}
.rhtabs a.selected {border-bottom:none;padding:5px;border-radius:3px;}*/
.rhtabs .image, .rhtabs .name, .rhtabs .price  {
	text-align: center;
}

div[id^=rcategory] {position:relative;}
.owl-carousel.box-product > div {margin-right:0;width:100% !important;}
/* Стили для карусели */

.jcarousel .jcarousel-clip-vertical {max-height: 800px;}
.jcarousel .jcarousel-container {margin: 20px 0px;}
.jcarousel .jcarousel-clip {overflow: hidden;}
.jcarousel .jcarousel-item {text-align: center;/*width:160px;*/}
.jcarousel .jcarousel-item-vertical {margin-bottom: 10px;}

/**
 *  Vertical Buttons
 */
.jcarousel .jcarousel-next-vertical {
    position: absolute;
    top: -25px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./button-up.png) no-repeat 0 0;
}
.jcarousel .jcarousel-prev-vertical {
    position: absolute;
    bottom: -40px;
    left: 65px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./button-down.png) no-repeat 0 0;
}
