/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/



.available-options-btn {
   display:none;
}

/* Optional: hide the text if you only want the icon */
.pvtfw_variant_table_block .pvtfw_variant_table_cart_btn .pvtfw-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide the sorting arrows in the header */
.pvtfw_variant_table_block table.variant thead th .arrow {
    display: none !important;
}

/* Disable clicking on the headers so they don't trigger sorting */
.pvtfw_variant_table_block table.variant thead th {
    pointer-events: none;
    cursor: default !important;
}

/* Force the variation table cart icon to 28x28 pixels */
.pvtfw-variant-table .pvt-icon-cart,
.pvt-icon-cart {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
