#main .wf-wrap {
    background: white !important;
}
.archive .product {
    background: #efefef !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    transition: background .5s;
}
.archive .product img {
    width: 100% !important;
}
.archive .product .price {
    padding-bottom: 20px;
}
.archive .woocom-list-content {
    margin-top: 10px !important;
}
.archive span.woocommerce-Price-amount.amount {
    font-weight: 100;
}
#facebook-area {
    padding-top: 50px !important;
}
.archive .entry-title {
    font-weight: bold !important;
    color: black !important;
    font-size: 1.2rem !important;
    padding: 10px 0px;
}
.archive .product:hover {
    background: black !important;
    transition: background .5s;
}
.archive .product img {
    transform: scale(1);
    transition: all .5s !important;
}
.archive .product:hover img {
    transform: scale(1.2);
    transition: all .5s !important;
}
.archive .woocommerce-product-details__short-description {
    display: none !important;
}
.archive .ajax_add_to_cart {
    align-items: center;
    display: flex !important;
    justify-content: flex-start;
}
.archive .ajax_add_to_cart > span {
    margin-left: unset !important;
    margin-right: 10px;
}