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

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 15px;
}
.product-grid.four-columns {
    grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
p.product-category-fs {
    margin: 0px !important;
    font-size: 12px;
    color: white;
}
.product-item {
    border: 1px solid #eee;
    text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.products_attributes_fs p {
    font-size: 12px;
}
.range, .frequency {
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.frequency p, .range p {
    margin: 4px 0px!important;
}
.frequency, .options {
    background-color: #d9d9d9;
}
.range, .functions {
    background-color: white;
}
.functions p, .options p {
    margin: 0px!important;
}
.functions, .options{
	padding:15px 0px;
}
a.product_image_fsq, .product_image_fsq img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.more-info {
	font-size: 8px;
	font-weight: bold;
    display: flex;
    padding: 5px 0px;
    color: white;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
	transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.more-info:hover {
	background-color: #2f7161;
	color: white !important;
}
.all-products-item-footer .more-info {
    margin: 0px;
    height: 40px;
    background-color: #002855;
    border-bottom-left-radius: 5px;
	transition:200ms;
}
.all-products-item-footer .more-info:hover {
    background-color: #007260;
	transition:200ms;
 
}
.all-products-item-footer {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    width: -webkit-fill-available;
	width: -moz-available;
}
@media (min-width:1px)	
		{a.fas {
    color: white !important;
	}}

.quote-and-pdf {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    height: 40px;
    background-color: #0067b9;
	border-bottom-right-radius:5px;
}

a.mi_text {
    color: white;
    font-size: 0.5em;
    vertical-align: middle;
    font-weight: 600;
}
a.mi_text:hover {
	color: white !important;
}
.quote-icon-fs, .pdf-icon-fs {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: -webkit-fill-available;
	height:40px;
    justify-content: center;
	transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
	width: 100%;
}
.quote-icon-fs:hover, .pdf-icon-fs:hover {
    background-color: #007260;
	transition:200ms
}
.pdf-icon-fs{border-bottom-right-radius:5px;}
.quote-icon-fs a:before, .pdf-icon-fs a:before{
    color: white;
}

.load-more-container {
    text-align: center;
    margin-top: 20px;
}
span.p_title_fsq {
    width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    background-color: #2f7161;
    padding: 5px 10px;
	min-height: 60px;
	transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
span.p_title_fsq:hover {
    background-color: #002855;
}
a.p_title_link {
    color: white;
    font-weight: bold;
    font-size: 0.8em;
}
a.p_title_link:hover {
	color: white !important;
}
button#load-more-button-fs-allp {
    background-color: #0067b9;
    color: white;
}

@media (max-width:767px){
	.product-grid.four-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
	.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}
}

/* Hide Product Attributtes from All Products / Shop Page */
.products_attributes_fs {
	display: none;
}
