/*
 * Theme Name: Dan Carlin
 * Theme URI: https://github.com/BuiltMighty/dan-carlin
 * Author: BuiltMighty LLC
 * Author URI: https://builtmighty.com
 * Description: Default theme for dancarlin.com
 * Version: 1.0.7
 * License: GPL-3.0
 * Text Domain: dan-carlin
 * Domain Path: /languages
 * test
 */

 .wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 0;
 }

 /* style fixes for social/follow bar at top of header. animation overrides transform: translate which was otherwise used for centering. */
 .wp-block-dancarlin-header .site-header__follow.sticky {
   left: 0;
   width: 100vw;
   max-width: none;
   /* keep content of social bar within global content size. the half rem is for browser rendering slop with containment via max width vs padding...i think. -kj */
   padding-inline: calc((100vw - var(--wp--style--global--content-size)) / 2 + .5rem);
   z-index: 999;
 }

 .woocommerce div.product form.cart table.variations td select {
  border: solid 1px rgba(255,255,255,0.8) !important;
  border-radius: 4px;
  background: #000;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
 }
