.haul-fame-section {
	margin-bottom: 40px;
}

.haul-fame-section h3 {
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: .3px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: inherit;
    font-size: 15px;
}

.haul-fame-section .container {
	max-width: 1170px;
}

.haul-fame-section h3 a {
	font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}

.haul-fame-section h3 a:hover {
    color: #000;
    text-decoration: none;
}

.haul-description {
	margin-bottom: 10px;
}

.haul-fame-list {
    margin-bottom: 20px;
}  

.haul-fame-list img {
	height: 250px;
    object-fit: cover;
}

.btn-read-more {
	color: #6D6D6D;
    border-bottom: 1px solid #6D6D6D;
    text-transform: capitalize;
}

.btn-read-more:visited {
	color: #000;
}

.woocommerce-products-header .container {
	position: relative;
	max-width: 1140px;
}

a.truck-btn {
	background: #fc5c04 !important;
	color: #fff;
	border: 0;
	height: 34px;
	display: block;
	max-width: 200px;
	margin: 10px auto 0;
}

.fpsml-template-1 {
	border: solid 1px #f2f2f2;
	margin-bottom: 40px;
} 

.fpsml-template-1 .fpsml-field input[type="submit"],
.fpsml-template-1 .qq-upload-button {
	background-color: #4C4C4C;
	border-radius: 25px;
}

.fpsml-front-form {
	display: none;
}

.fpsml-front-form.show {
	display: block;
}

.fpsml-front-form > h2 {
	font-size: 20px !important;
}

.fpsml-category {
	display: none;
}

@media (min-width: 768px) {
	.haul-fame-grid {
    	display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
    	grid-gap: 20px;
    }
    
    .haul-fame-list {
        margin-bottom: 20px;
    }  

    .fpsml-front-form > h2 {
		font-size: 25px !important;
	}
} 

@media (min-width: 1200px) {
    a.truck-btn {
        position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto 0;
    }
}