/*----------------------------------aside---------------------------------*/
.aside {
    float: left;
    width: 240px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
    padding: 0 20px;
    background: var(--theme-color);
    font-weight: normal;
}

.side-widget {
    position: relative;
    margin: 0 0 60px;
}

.side-cate {
}

.side-cate li {
    position: relative;
    line-height: 44px;
    background: #f3f3f3;
}

.side-cate li li {
    background: #f9f9f9;
    padding:10px 0px;
}

.side-cate li a {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin-right: 38px;
}

.side-cate ul {
    display: none;
    overflow: visible !important
}

.side-cate li li a {
    padding: 0 7px 0 25px;
    margin-right: 0;
    color: #666;
    line-height: 0.25rem;
    font-size: 12px;
    margin: 5px 0 5px 0;
}

.side-cate li li a:hover {
    color: var(--theme-color);
}

.side-cate li li li a {
    padding: 0 66px;
    margin-right: 0;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #222;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate li.nav-current > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li >.icon-cate {
    color: var(--theme-color);
}

.side-cate li .icon-cate:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.side-product-items {
    position: relative;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 6px;
}

.side_product_item figure {
    position: relative;
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
    background: #FFF;
    position: relative;
}

.side_product_item .item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;width: 45%;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
}

.side_product_item figcaption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;width: 53%;
    padding: 10px 0 10px 15px;
}

.side_product_item figcaption .item_title {
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.side_product_item figcaption .item_text {
    color: #949494;
    line-height: 1.3;
    font-size: 12px;
}

.side_product_item .add-friend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 39px;
}

.side_product_item .add-friend:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: dashed dashed solid;
    border-color: transparent transparent #232323;
    border-width: 0 0 39px 39px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side_product_item .add-friend:hover:before {
    border-bottom-color: var(--theme-color);
}

.side_product_item .add-friend:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 6px;
    right: 6px;
    background: url(img/add01.png) no-repeat center center;
    z-index: 1;
}

.side-product-items .btn-prev, .side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
}

.aside .side-bn {
    width: 100%;
    margin: 0 0 40px;
}

.aside .side-bn img {
    width: 100%
}

/* End custom CSS */