<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.avada-product-gallery .avada-product-gallery-thumbs-wrapper {
  overflow: hidden !important;
  height: 225px !important;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.product .entry-summary .price {
  color: #000;
}

.woocommerce-product-gallery__image img {
  display: block;
  margin: 0 auto;
}

.woocommerce-info, .woocommerce-message {
  color: #000 !important;
}

.showlogin {
  float: right;
  background: #404040;
  color: #fff;
  padding: 10px 15px;
  margin-top: -9px;
  text-transform: uppercase;
  font-size: 13px;
}

.select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.fusion-update-cart {
  display: none !important;
}

.woocommerce-Price-amount {
  margin-right: 10px;
}

ul.products li .woocommerce-Price-amount {
  display: block;
}</pre></body></html>