/*
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
*/

.t--left { text-align: left !important; }
.t--center { text-align: center !important; }
.t--right { text-align: right !important; }

.reactiveGridType-product .reactiveGridContents 
.reactiveProductTitle {
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}

.reactiveGridType-product .reactiveGridContents 
.reactivePrice { 
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
}
.reactiveGridType-product .reactiveGridImage {
  height: auto !important;
}

.reactiveSearchGridContents___ {
  position: static !important;
}