.woocommerce div.product.elementor .woocommerce-tabs ul.tabs li a {
    border-bottom: 1px solid #767676;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.woocommerce div.product.elementor .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product.elementor .woocommerce-tabs ul.tabs li:hover a {
    background-color: #767676;
    color: #fff !important;
}

.elementor-widget-wc-archive-products {
    padding-bottom: 100px;
}

.elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    display: flex;
    flex-direction: column;
}