
.jshop_categories.layout1{
	width: 100% ;
    margin-bottom: 20px;
}
.jshop_categories.layout1 h5{    
	font-size: 16px;
    color: #666;
    text-align: center;
}
.jshop_categories.layout1 .owl-carousel{
	padding: 0 25px;
	margin-top: 20px;
}
.jshop_categories.layout1 .category_info{
	padding: 10px; 
    text-align:right;
}
.jshop_categories.layout1 .category_info > div{
    border: solid 1px #ededed;
    border-radius: 5px;
    padding: 10px;
}
.jshop_categories.layout1 .category_info > div a {
    display: block;
    position: relative;
    padding-right: 75px;
    color: #000;
}
.jshop_categories.layout1 .category_info > div a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ededed;
    top: 7px;
    right: 60px;
}
.jshop_categories.layout1 .category_info img{  
	margin: 0 auto;
	display: block;    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
} 
.jshop_categories.layout1 p.incategoryshow { 
    padding: 0;
    line-height: 25px;
    font-size: 13px;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jshop_categories.layout1 p.incategorycount {  
    margin: 0;
    line-height: 25px;
    display: block;
    font-size: 12px;
    text-align: right;
}
.jshop_categories.layout1 p.incategorycount .lnr {
    font-size: 9px !important;
    position: relative;
    top: 2px;
}
.jshop_categories.layout1 .owl-theme .owl-nav{
	margin: 0 !important;
	display: block !important;
}  
.jshop_categories.layout1 .owl-theme .owl-nav .owl-prev{
    margin: 0 !important;
    position: absolute;
    top: 40%;
    right: -8px ;
    width: 40px;
    height: 22px;
    background: none !important;
    color: #333;
    font-size: 18px;
    padding: 0 !important;
}
.jshop_categories.layout1 .owl-theme .owl-nav .owl-next{    
    margin: 0 !important;
    position: absolute;
    top: 40%;
    left: -8px;
    width: 40px;
    height: 22px;
    background: none !important;
    color: #333;
    font-size: 18px;
    padding: 0 !important;
} 
/**********/
.jshop_categories.layout2 {
    margin-bottom: 20px;
}
.jshop_categories.layout2 .owl-carousel .owl-stage,
.jshop_categories.layout2 .owl-carousel .owl-stage-outer{
    display: flex;
}
.jshop_categories.layout2 .owl-carousel .owl-item{
    height: 100%;
}
.jshop_categories.layout2 .owl-dots{
    margin: 0 !important;
    bottom: 0 !important;
} 
.jshop_categories.layout2 .owl-dots .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #b6bcc5;
    opacity: 1 !important;
}
.jshop_categories.layout2 .owl-dots .owl-dot.active span{
    width: 20px;
    background: #ff6a08;
}
.jshop_categories.layout2 .category_info {
    padding: 35px 8px 15px; 
    height: 100%;
}
.jshop_categories.layout2 .category_info > div {
    border: solid 1px #ededed;
    border-radius: 5px;
    padding: 0 15px 15px; 
    height: 100%;
}
.jshop_categories.layout2 .category_info > div img {
    width: 70px;
    margin: -35px auto 0;
}
.jshop_categories.layout2 .category_info .incategoryshow {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0;
}
.jshop_categories.layout2 .category_info .incategoryshow a{
    color: #333;
}
.jshop_categories.layout2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
}
.jshop_categories.layout2 ul li {
    margin: 0 5px;
    display: inline-block;
}
.jshop_categories.layout2 ul li a{
    color: #666;
}











