#shop-sidebar .widget {
background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
#shop-sidebar .widget.widget_media_image{
    padding: 0;
    overflow: hidden;
}
.listbox-section {
    background: #edeef1;
    padding: 1.875rem 30px 0;
    font-size: 15px;
}
.listbox-section .listbox {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}
.listbox-section .listbox .linkbox-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 15px;
}
.listbox-section .listbox .linkbox-inner:before {
    color: #3475e7;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.3125rem;
    font-weight: 500;
    height: 2.1875rem;
    line-height: inherit;
    width: 2.1875rem;
}
.listbox-section .listbox .linkbox-inner>div .desc {
    color: #010000;
    font-weight: 700;
    line-height: normal;
}
@media only screen and (min-width: 40rem) {
   .listbox-section .listbox .linkbox-inner:before {
        font-size: 1.5rem;
    }
}
/* woocommerce-page */
.woocommerce-page main{
       background-color: #f5f7fa !important;
}
.woocommerce-shop .product-small.col{
    margin-bottom: 30px;
}
.woocommerce-shop .product-small.col.has-hover:hover .product-small.box {
        box-shadow: 0 1px 15px rgba(0, 0, 0, .07);
        background-color: #fff;
    border-radius: 20px;

}
.woocommerce-shop .name.product-title.woocommerce-loop-product__title{
        font-size: 16px;
    color: #000;
    font-weight: 600;
}
.woocommerce-shop .name.product-title.woocommerce-loop-product__title .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    color: #000;

}
.woocommerce-shop .product-small.col .product-small.box .box-image{
    border-radius: 20px;
}
/* single-product */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        background-color: hsla(0, 0%, 100%, .5);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.flickity-viewport .flickity-slider > div > a{
     background-color: hsla(0, 0%, 100%, .5);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.info ul{
    list-style: none;
}
.info li{
margin-left: 0  !important;
margin-bottom: 1.6em;
}