html {scroll-behavior: auto !important;}
.container {
    width: 1488px;
    max-width: 100%;
}

.navbar-navigation {
    margin-top: 5px;
	
}
.main-heading {
    text-transform: uppercase;
    font-size: 52px !important;
    letter-spacing: 1px;
}	
.header_rev_slider_container {
    margin-top: 21px;
}
.sidebar_right.sidebar-widget.side-content {
    padding: 15px;
    background: #f0f0f0;
    margin-top: -100px;
    z-index: 50;
    margin-left: 5px;
}	


#recent-posts-2 {
    background: #fff;
    border: solid 2px #eaeaea;
    margin-bottom: 15px;
}	

.side-content .list h3 {
    font-size: 20px;
    font-weight: 800;
    color: #c7081b;
    margin: 0;
        margin-bottom: 0px;
    text-transform: uppercase;
}	
.side-widget-title.margin-bottom-25 {
    background: #333e48;
    padding: 10px 15px;
    color: #fff !important;
}	

.message-wrap h2,
.inventory-heading h2 {
    letter-spacing: 0px !important;
}
h3, h4 {
    letter-spacing: 1px !important;
}

<!--
/* Remove the Cart From Top Left Menu */


.toolbar ul li {
	display: none;
}
-->

/*Phone Menu Bar*/

.toolbar_phone {
    background-color: #b21e28;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    padding: 5px 16px 4px;
	margin-bottom: -10px
		overlay: visible;
	z-index: 50;
}
.toolbar_phone a {
	color: #ffffff !important;
	font-size: 22px !important;
	font-family: "Bebas Neue" !important;
}
.toolbar_phone i {
	color: #ffffff !important;
	font-size: 18px !important;
}



/*Left Menu*/

.left-menu a:active {
    color: #000000;}

.left-menu a:hover {
    color: #b21e28;
	  transition: color .15s ease;}

.left-menu a {
    color: #a4a9ad;
    display: block;
    font-size: 20px;
    font-family: "Bebas Neue" !important;
    line-height: 1.1;
    margin-bottom: 6px;
	  text-decoration: none;}

.left-menu ul {
	list-style: none !important;
}
	
<!--
/*Remove Listing View Controls*/

.listing_sort .listing-view,
.listing-view,
.listing_sort .sort-by-menu,
.listing_sort ul.form-links.top_buttons,
.listing_sort .listing_select,
.listing-view .select_view
{
	display: none;
}
==>

body.page-id-29549 { 
background-image: url("https://i0.wp.com/farberspecialty.wpcomstaging.com/wp-content/uploads/2021/07/farber-arrow-black-full-copy.jpg?ssl=1&resize=438%2C438"); 
background-position: center center; 
background-size: cover; 
background-repeat: no-repeat; 
background-attachment: fixed;
}
/* Footer arrow icon - removed */
.fa.fa-location-arrow.back_icon {
    display: none;
}

/* CTA Blue Arrow */

.blue-arrow-box {
	background: #004987 url("/wp-content/uploads/2021/07/blue-arrow-image.jpg") no-repeat right center;
	height: 143px;
	padding-right: 148px;
}
.blue-arrow-box h1,
.blue-arrow-box h2,
.blue-arrow-box h4,
.blue-arrow-box h5,
.blue-arrow-box p {
	color: #ffffff !important;
}

.button--primary {
    background-color: #b21e28;
    border-color: #b21e28;
    color: #fff;
    overflow: hidden;
    position: relative;
}

/*Blue Arrow Button*/

.button {
    appearance: none;
    border: 2px solid;
    border-radius: 500px;
    cursor: pointer;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 12px 48px 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background-color .15s ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 0;
    position: relative;
	transition: all .25s cubic-bezier(.215, .61, .355, 1);}
	
.button--primary {
    background-color: transparent;
    border-color: #b21e28;
    color: #fff;
    overflow: hidden;
    position: relative;
}

/* Contact Us button Side */
#contact-us {
    position: fixed;
    top: 50%;
    right: 0;
    transform: rotate(90deg) translatex(50%);
    transform-origin: 100% 0;
    z-index: 9;
}
#contact-us a {
    background: #c7081b;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    padding: 10px 30px;
}