.main-sidebar .cart_list li:before {
    display: none !important;
}

.cart_list.product_list_widget .product-detail {
    padding-left: 160px;
    font-size: 12px;
}

.cycle-slideshow img {
    max-height: 300px;
    max-width: 350px;
}

.cycle-pager span {
    font-size: 30px;
    line-height: 20px;
}

.cycle-pager-active {
    color: gold;
}

#aparatur_desa .cycle-pager span {
    height: 10px;
    width: 10px;
}

.cycle-slideshow {
    max-height: none;
    margin-bottom: 0px;
    border: 0px;
}

.cycle-next,
.cycle-prev {
    mix-blend-mode: difference;
}

.slider img {
    width: 100%;
}

.slider,
.cycle-slideshow {
    max-height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cycle-slideshow img {
    width: 100%;
}

.cycle-slideshow-widget {
    width: 100%;
    max-width: 645px;
    margin-left: 13px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    /*margin: 0px auto;*/
    overflow: hidden;
}

.cycle-prev,
.cycle-next {
    font-size: 200%;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 9999;
    cursor: pointer;
    margin-top: -16px;
}

.cycle-prev {
    left: 10px;
}

.cycle-next {
    right: 10px;
}

.cycle-pager {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 10px;
    z-index: 9999;
    text-align: center;
}

.cycle-pager span {
    text-indent: 100%;
    top: 100px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
    white-space: nowrap;
    cursor: pointer;
}

.cycle-pager-active {
    background-color: #fff;
}

/* caption */
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
}

/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 18px;
    width: 100%;
    z-index: 600;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
}

.cycle-overlay-title {
    color: cyan;
}