.rcategory_path {
    height: auto;
    font-size: 14px;
    border: 2px solid transparent;
    transition: all .2s linear;
}
.rcategory_path a {
    font-size: 14px;
}
.rhtabs {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 5px;
    margin: 0 0 20px 10px;
    background: #F8F9FA;
    border-radius: 5px;
}
.rhtabs a, .rhtabs span {
    display: inline-block!important;
    vertical-align: top;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: transparent;
    padding: 0 25px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #444;
    margin-right: 2px;
    border-radius: 8px;
}
.rhtabs span {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
}
.rhtabs a.selected, .rhtabs a:hover {
    box-shadow: 9px 8px 10px rgb(0 0 0 / 7%);
    background: #fff;
}
.rhtabs a.selected {
    cursor: default;
}
div[id^=rcategory] {
    position: relative;
	width: 100%;
}
.jcarousel .jcarousel-clip-vertical {
    max-height: 800px;
}
.jcarousel .jcarousel-container {
    margin: 20px 0;
}
.jcarousel .jcarousel-clip {
    overflow: hidden;
}
.jcarousel .jcarousel-item {
    text-align: center;
}
.jcarousel .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel .jcarousel-next-vertical {
    position: absolute;
    top: -25px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(./button-up.png) no-repeat;
}
.jcarousel .jcarousel-prev-vertical {
    position: absolute;
    bottom: -40px;
    left: 65px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(./button-down.png) no-repeat;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel {
    width: 95%;
    -ms-touch-action: pan-y;
}
@media screen and (max-width: 767px) {
    .owl-carousel {
        width: 100%;
		padding: 0;
    }
}
.owl-carousel .owl-wrapper-outer {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 20px 0;
    margin: 0 auto;
    box-shadow: none;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
	padding: 0 10px;
}
.owl-carousel .owl-item:last-child>div {
    background: 0 0;
    border-color: transparent;
	padding: 20px;
}
.owl-carousel .owl-item>div {
	width: auto;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}
.owl-carousel .owl-item>div .cart {
    position: absolute;
    width: 50%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.7);
}
.owl-carousel .owl-item>div:hover .cart {
    transform: scale(1);
    opacity: 1;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.grabbing {
    cursor: url(grabbing.png) 18 0, move;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    top: auto;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.owl-next, .owl-prev {
    display: inline-block!important;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    margin: 10px 5px 0;
    border: 1px solid transparent;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: .6;
    transition: all .2s linear;
}
.owl-prev {
    background: url(btn_prev.png) center center no-repeat;
    background-size: 13px;
}
.owl-next {
    background: url(btn_next.png) center center no-repeat;
    background-size: 13px;
}
.owl-next:hover, .owl-prev:hover {
    transform: scale(1.2);
    opacity: .9;
    border-color: #5B5B5B;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    opacity: .5;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat;
}
@media screen and (max-width:767px) {
.rhtabs {
    width: 100%;
	height: auto;
	margin: 0;
}
.rhtabs a {
    width: auto;
    margin: 0.2em auto;
}

}
@media screen and (max-width:450px) {
    .owl-carousel .owl-item>div {
    width: 100%}
}