
.product-labels > * > *{
    margin-top: 1px;
    margin-bottom: -1px;
}
.product-item.style-02 table.variations tbody{
    margin: 1px 0 -1px;
}
.product-item.style-02 .add-to-cart > a,
.product-item.style-02 .add-to-cart .single_add_to_cart_button,
.product-item.style-02 .add-to-cart .added_to_cart{
    padding-top: 18px;
    padding-bottom: 16px;
}
@media (max-width: 1499px){
    .product-item.style-02 .add-to-cart > a,
    .product-item.style-02 .add-to-cart .single_add_to_cart_button,
    .product-item.style-02 .add-to-cart .added_to_cart{
        padding-top: 14px;
        padding-bottom: 12px;
    }
}
@media (max-width: 1199px){
    .product-item.style-02 .add-to-cart > a,
    .product-item.style-02 .add-to-cart .single_add_to_cart_button,
    .product-item.style-02 .add-to-cart .added_to_cart{
        padding-top: 12px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px){
    .product-item.style-02 .add-to-cart > a,
    .product-item.style-02 .add-to-cart .single_add_to_cart_button,
    .product-item.style-02 .add-to-cart .added_to_cart{
        padding-top: 9px;
        padding-bottom: 7px;
    }
}
