/**
Theme Name: Reptile Industries
Author: Brainstorm Force
Author URI: https://ink-form.com
Description: Proprietary theme for Reptile Industries
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reptile-industries
Template: astra
*/

/* Fonts */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* Cart Page */
table.shop_table td.product-thumbnail{display:none;}
div.cart-item-notes{position:relative;display:flex;align-items:stretch;}
div.cart-item-notes button{background-color:#44b2e8;color:#fff;transition:all 1s;border-radius:0;}
div.cart-item-notes button:hover{background-color:#000;}
button.note-save-button{display:flex;flex-direction:column;justify-content:center;}
button.note-save-button > span.material-symbols-outlined{font-size:13px;}
span.button-save{font-size:.4em;}

td.product-name{flex-wrap:wrap;justify-content:space-between;}
td.product-name .ast-product-image{width:90% !important;}
td.product-name .ast-product-thumbnail{display:none;}
td.product-name .ast-product-name{width:auto !important;max-width:90%;}
td.product-name br{display:none;}
span.cart-item-note{flex:0 0 100%;}
