/*
Theme Name: GoStore Child
Theme URI: https://example.com/gostore-child
Description: Tema child per GoStore, personalizzazioni sicure e aggiornamenti senza problemi.
Author: Il Tuo Nome
Author URI: https://example.com
Template: gostore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gostore-child
*/

.vertical-menu-wrapper {display: none;}
.ricarica-button {background: #ff0000;
    margin-left: 5px;
    padding: 5px 10px;
    color: #fff;
    display: block;
    line-height: 15px;}

.ts-product.columns-4 div.content-wrapper {display: flex; column-gap: 20px;}
.ts-product .wp-post-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%; /* oppure una larghezza fissa */
  height: auto;}

#wc-stripe-express-checkout-element {
    display: none !important;
}
#pa_numeri{
    display: none !important;
}

label[for=pa_numeri] {
    display: none !important;
}
.woocommerce-variation-add-to-cart{
    display: none !important;
}
.product-quantity{
    display: none !important;
}
.yith-funds-add-fund-wrapper{
    width: 100%!important;
}
.ts-header nav>ul.menu li.ts-megamenu-columns-1 ul.sub-menu,
.ts-header nav>ul.menu li.ts-normal-menu ul.sub-menu {
    width: 400px!important;   }