* {
    box-sizing: border-box;
}

:root {
    --primary: #a3300a;
    --secondary: #454545;
    --accent: #9a775d;
    --light: #FFF;
    --dark: #000;
    --gray: #666;
    --light-gray: #F4F4F4;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

strong {
    font-weight: 500;
}

img[data-sizes="auto"] {
    display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: unset;
}

#divworkspacearea {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 10px 0;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
}

#item-info-container {
    max-width: 1600px;
}

#content-theme-3.static-page h1 {
    margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
    #content-theme-3.static-page h1 {
        margin: 0;
    }
}

body, input, textarea, button {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

body {
    padding: 0;
    margin: 0;
}

/* HEADER */

header {
    background-color: var(--dark);
}

#promo-bar {
    background-color: var(--primary);
    padding: 8px 10px;
    text-align: center;
    color: var(--light);
}

#promo-bar p {
    font-size: 15px;
    font-weight: 300;
}

#promo-bar a {
    color: var(--light);
    text-decoration: none;
    font-weight: 400;
}

#promo-bar a:hover {
    text-decoration: underline;
}

#header-top {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#account {
    flex: 1 0 35%;
}

#account .header-phone:first-of-type:before {
    /* content: '/'; */
    padding-right: 10px;
}

#account .header-phone:last-of-type {
    margin-left: 19px;
    /* margin-top: -12px; */
}

#account > ul {
    display: flex;
}

#account>ul>li {
    position: relative;
    padding: 10px 10px 10px 0;
}

#account a {
    white-space: nowrap;
    text-decoration: none;
}

#account img {
    margin-right: 5px;
}

#account > ul {
    margin-left: 10px;
}

#account ul > li > a {
    display: flex;
    align-items: center;
}

#account ul li a {
    color: var(--light);
    padding-left: 5px;
}

#account ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 15px;
    padding: 5px 0;
    background-color: var(--light);
    z-index: 1000;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#account li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#account li ul li {
    display: block;
}

#account li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
    color: #000;
    text-decoration: none;
}

#account li ul a:hover {
    text-decoration: underline;
}

#logo {
    padding: 15px 0;
}

#logo img {
    width: 100%;
    max-width: 370px;
    height: auto;
}

#search {
    flex: 1 0 35%;
    display: flex;
    justify-content: flex-end;
}

#search-box {
    max-width: 350px;
    width: 100%;
    height: 38px;
    margin-right: 5px;
    position: relative;
}

#search-box input {
    width: calc(100% - 45px);
    height: 38px;
    padding: 0;
    font-size: 1em;
    background-color: var(--dark);
    border-bottom: 1px solid var(--light);
    color: var(--light);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#search-box input::placeholder {
    color: var(--light);
}

#search-box input,button:focus {
    outline: 0;
}

#search-box button {
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background-color: var(--dark);
    border-radius: 20px;
    color: var(--light);
    text-transform: uppercase;
    border: 0;
}

#search-box button:hover {
    cursor: pointer;
}

#sub-nav {
    text-align: center;
    padding-bottom: 15px;
}

#sub-nav li {
    display: inline;
    border-left: 2px solid var(--light);
    padding: 0 10px 0 12px;
}

#sub-nav li:first-child {
    border: 0;
}

#sub-nav li a {
    color: var(--light);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

#sub-nav li a:hover {
    text-decoration: underline;
}

#mobile-nav-container {
    margin-left: 20px;
}

.mobile-nav {
    display: none;
}

#main-nav a {
    text-decoration: none;
    color: var(--dark);
}

#main-nav > ul {
    display: flex;
}

#main-nav > ul > li {
    position: relative;
}

#main-nav > ul > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    color: var(--light);
}

#main-nav > ul > li:hover > a > .fa::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:500;
    background-color: var(--light);
}

#main-nav > ul > li {
    margin: 0 3vw;
}

#main-nav ul > li.single-column > ul {
    display: none;
}

#main-nav ul > li > ul {
    position: absolute;
    display: none;
    background-color: var(--light);
    top: 28px;
    left: -40px;
    z-index: 100;
    min-width: 230px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

#main-nav > ul > li:hover > ul {
    display: block;
}

#main-nav ul > li > ul > li {
    padding: 7px 20px 7px 39px;
}

#main-nav ul > li > ul > li:first-child {
    padding-top: 15px;
}

#main-nav ul > li > ul > li:last-child {
    padding-bottom: 20px;
}

#main-nav ul > li > ul > li > a:hover {
    text-decoration: underline;
}

/* Mega Menu */

#main-nav > ul > li.mega-menu:hover .mega-menu-container {
    display: flex;
}

#main-nav .mega-menu .mega-menu-container {
    width: 100%;
    left: 0;
    margin-top: 10px;
    background-color: var(--light);
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 40px 10vw;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    display: none;
}

#main-nav > ul > li.mega-menu {
    position: static;
}

#main-nav .mega-menu-item > h2 {
    font-size: 1em;
    font-weight: 400;
    color: var(--dark);
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dark);
    margin-bottom: 15px;
}

#main-nav .mega-menu-item > ul > li {
    padding: 7px 0;
}

#main-nav .mega-menu-item > ul > li > a:hover {
    text-decoration: underline;
}

.mega-menu-intro img {
    width: 100%;
    max-width: 144px;
    height: auto;
    margin: 0 auto;
}

.mega-menu-intro h2 {
    font-size: 1em;
    font-weight: 400;
    color: var(--dark);
    text-transform: uppercase;
    margin-top: 10px;
}

.mega-menu-intro p {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dark);
    margin-bottom: 15px;
}

.mega-menu-intro li {
    list-style-type: disc;
    margin-left: 25px;
    line-height: 2em;
    font-weight: 400;
}

@media screen and (max-width: 1500px) {
    #main-nav .mega-menu .mega-menu-container {
        padding: 40px 2vw;
    }
}

@media screen and (max-width: 1000px) {
    #main-nav .mega-menu-item {
        padding: 0 5px;
    }
}

@media screen and (max-width: 899px) {
    .hide-intro {
        display: none;
    }

    #main-nav .mega-menu .mega-menu-container {
        position: static;
        padding: 10px 0 15px 0;
        margin-top: 0;
    }

    #main-nav > ul > li.mega-menu:hover .mega-menu-container {
        display: none;
    }

    #main-nav ul > li.mega-menu .mega-menu-container.nav-active,
    #main-nav ul > li.mega-menu .mega-menu-item.nav-active,
    #main-nav ul > li.mega-menu .mega-menu-item > ul.nav-active {
        display: block;
    }

    #main-nav ul > li.mega-menu .mega-menu-item > ul {
        display: none;
    }

    #main-nav ul > li.mega-menu .mega-menu-item > ul > li > a {
        margin-left: 20px;
    }

    #main-nav .mega-menu-item > h2 {
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        color: var(--dark);
        text-transform: none;
        padding-bottom: 0;
        border-bottom: 0;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 20px;
    }

    #main-nav .mega-menu-item > h2:hover {
        cursor: pointer;
    }
}

/* End Mega Menu */

#sticky-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent);
    margin: 0 auto;
    padding: 10px;
	position: sticky;
	top: 0;
    z-index: 999;
}

#sticky-nav > ul {
    color: var(--light);
}

#sticky-nav > ul li:not(:first-child) {
    padding-left: 20px;
}

#sticky-nav > ul li a {
    text-decoration: none;
    color: var(--light);
}

@media screen and (max-width: 1300px) {
    #search-box {
        max-width: 280px;
    }
}

@media screen and (max-width: 1200px) {
    #main-nav ul > li > ul {
        top: 31px;
    }

    #sticky-nav > ul li:first-of-type {
        display: none;
    }
}

@media screen and (min-width: 899px) {
    .hide-on-desktop {
        display: none;
    }

    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .hide-tablet {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .hide-mobile {
        display: none;
    }

    #header-top {
        flex-wrap: wrap;
    }

    #mobile-nav-container {
        flex: 1 0 30%;
        order: 1;
    }

    #account {
        flex: 1 0 30%;
        order: 3;
    }

    #account > ul {
        justify-content: flex-end;
        margin-left: 0;
    }

    #account > ul > li:first-of-type {
        order: 2;
    }

    #account ul ul {
        top: 40px;
        left: auto;
        right: 5px;
        text-align: right;
    }

    #account li ul a {
        font-size: 1em;
    }

    #logo {
        order: 2;
    }

    #logo img {
        max-width: 180px;
    }

    #search {
        order: 4;
        flex-basis: 100%;
        background-color: var(--accent);
        padding: 5px 10px 10px;
    }

    #search-box {
        max-width: 100%;
        padding-left: 10px;
        margin-right: 0;
    }

    #search-box input {
        background-color: var(--accent);
        color: var(--light);
        border-bottom: 1px solid var(--light);
    }

    #search-box input::placeholder {
        color: var(--light);
    }

    #search-box button {
        background-color: var(--accent);
    }

    #sub-nav {
        display: none;
    }

    .mobile-nav {
        display: inline-block;
    }

    .account-icon {
        width: 100%;
        max-width: 25px;
        height: auto;
    }

    .cart-icon {
        width: 100%;
        max-width: 30px;
        height: auto;
        margin-top: 2px;
    }

    #sticky-nav {
        padding: 0;
        border: 0;
    }

    #sticky-nav > ul li:not(:first-child) {
        padding-left: 10px;
    }

    #main-nav > ul.nav-active {
        display: block;
    }

    #main-nav ul > li.single-column > ul.nav-active {
        display: block;
    }

    #main-nav > ul {
        display: none;
    }

    #main-nav > ul > li {
        margin: 0;
    }

    #main-nav > ul {
        position: absolute;
        background-color: var(--light);
        width: 100%;
        top: -53px;
        left: 0;
        z-index: 100;
        box-shadow: none;
    }

    #main-nav > ul > li {
        background-color: var(--accent);
    }

    #main-nav > ul > li:not(:first-child) > a {
        border-top: 1px solid #fff;
    }

    #main-nav > ul > li:not(:last-child) {
        margin-right: 0;
    }

    #main-nav > ul > li:hover > ul {
        display: none;
    }

    #main-nav > Ul > li > a {
        display: block;
        width: 100%;
        padding-left: 20px;
    }

    #main-nav ul > li > ul > li {
        padding: 7px 10px 7px 0;
    }

    #main-nav ul > li > ul {
        position: static;
        display: none;
        min-width: auto;
    }

    #main-nav ul li ul.nav-active {
        display: block;
    }

    #main-nav ul > li > ul > li:first-child > a {
        padding-top: 0;
    }

    #main-nav ul > li > ul > li > a {
        padding: 0;
        margin: 5px 0 5px 20px;
    }

    #main-nav > ul > li:hover > a > .fa::after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #logo img {
        max-width: 160px;
    }

    #mobile-nav-container {
        flex: 0;
        margin-right: 20px;
    }
}

/* END HEADER */

/* HOME PAGE */

#home-slide {
    position: relative;
}

#home-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#home-slide-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px 30px 20px;
    width: 100%;
    max-width: 780px;
    background: rgba(255,255,255,.85);
    text-align: center;
}

#home-slide-overlay > div {
    margin-top: 30px;
}

#home-slide-overlay > div a {
    margin: 0 10px;
}

#home-slide-overlay h2 {
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 15px;
}

#home-slide-overlay p {
    font-size: 1.5em;
    font-weight: 400;
}

.primary-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #9a775d;
    border: 1px solid #9a775d;
    color: var(--light);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.primary-btn:hover {
    background: none;
    color: #9a775d;
}

.ghost-btn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid var(--dark);
    color: var(--dark);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.ghost-btn:hover {
    background-color: var(--dark);
    color: var(--light);
}

.home-title {
    text-align: center;
    margin: 70px 20px 75px;
    position: relative;
}

.home-title::after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.home-title h2 {
    font-size: 2.8em;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.home-title p {
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
}

.home-accent-title {
    text-align: center;
    margin: 70px 20px 75px;
}

.home-accent-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 46px;
    color: #070707;
    font-weight: 700;
    margin-bottom: 30px;
}

.home-accent-title h2 span {
    color: #9a775d;
    font-style: italic;
}

.home-accent-title h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #070707;
    margin-bottom: 20px;
}

.home-accent-title p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

#home-intro {
    margin-top: 30px;
}

#home-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

#home-intro p {
    font-size: 18px;
    line-height: 24px;
}

#inspired {
    color: #9a775d;
    font-style: italic;
}

.inset-content {
    max-width: 1600px;
    margin: 0 auto;
}

#home-banner-columns {
    display: flex;
}

.home-banners {
    flex-direction: column;
    flex: 1 0 33%;
}

.home-banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banners .home-banner {
    margin-bottom: 20px;
}

.home-banners .left-top {
    padding-right: 12px;
}

.home-banners .left-bottom {
    padding-right: 12px;
}

.home-banners .middle-top {
    padding-left: 6px;
    padding-right: 6px;
}

.home-banners .middle-bottom {
    padding-left: 6px;
    padding-right: 6px;
}

.home-banners .right-top {
    padding-left: 12px;
}

.home-banners .right-bottom {
    padding-left: 12px;
}

.home-banner br {
    display: none;
}

.home-banner a > div {
    width: 100%;
    height: 100%;
}

.home-banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.home-banner a:hover .title {
    display: none;
}

.home-banner a:hover .home-banner-hover {
    display: flex;
}

.home-banner .title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    color: var(--dark);
    display: block;
    background: var(--light);
    opacity: 0.81;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 12px 10px;
}

.home-banner-hover {
    width: 100%;
    text-align: center;
    color: var(--dark);
    flex-direction: column;
    justify-content: center;
    background: var(--light);
    opacity: 0.91;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
}

.home-banner-hover h2 {
    margin: 0 auto 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.8em;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 5px;
}

.home-banner-hover p {
    line-height: 1.8em;
}

.home-banner-hover .button {
    margin: 20px auto 0;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid var(--dark);
    padding: 10px 30px;
}

#full-width-banner {
    margin-top: 80px;
    position: relative;
}

#full-width-container div{
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
}

#full-width-banner > a > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-120deg,#333,#333);
    opacity: .5;
    z-index: 0;
}

@media screen and (max-width: 1200px) {
    #full-width-banner > a > div {
        height: 500px;
    }
}

#full-width-banner > a > div > br {
    display: none;
}

#full-width-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#full-width-banner .slideshow-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    max-width: 800px;
    padding: 20px;
    color: #FFF;
    text-align: center;
}

#full-width-banner a {
    color: #FFF;
    text-decoration: none;
}

#full-width-banner h2 {
    font-size: 75px;
    font-weight: 300;
    line-height: 75px;
    margin-bottom: 15px;
}

#full-width-banner p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

#full-width-banner span {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background-color: #FFF;
    color: #000;
    padding: 10px 30px;
    margin-top: 30px;
}

#home-brands-copy p {
    color: var(--gray);
    line-height: 2em;
}

.brands-carousel img {
    width:100%;
    max-width: 120px;
    height: auto;
    margin: 60px auto;
}

.brands-carousel ul {
    list-style-type: none;
    margin: 80px auto 50px;
    max-width: 1600px;
}

.brands-carousel ul .owl-stage {
    display: flex;
}

.brands-carousel ul .owl-stage .owl-item {
    background-color: var(--light);
}

.brands-carousel ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;
    color: var(--content);
    border: 1px solid #D2D2D2;
    display: block;

}

.brands-carousel ul li {
    width: calc(100% - 2px);
    padding: 3px;
}

.brands-carousel ul li span, .brands-carousel ul li br {
    display: none;
}

.brands-carousel ul li a:hover {
    text-decoration: none;
}

.brands-carousel ul li a:hover img {
    opacity: .7;
}

#home-brands .owl-dots {
    text-align: center;
    margin-top: 15px;
}

#home-brands .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #d6d6d6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#home-brands .owl-dot.active span {
    background: var(--primary);
}

.home-carousel ul .testimonial-slide {
    width: calc(100% - 2px);
    border: 1px solid var(--secondary);
    padding: 20px 20px 40px;
    display: block;
    min-height: 450px;
}

.home-carousel ul .testimonial-slide  p {
    line-height: 1.6em;
    color: var(--secondary);
}

.home-carousel ul .testimonial-slide .rating {
    margin-bottom: 15px;
}

.home-carousel ul .testimonial-slide .rating .fa {
    padding-right: 5px;
    color: #000;
}

.home-carousel ul .testimonial-slide .fa-quote-left,
.home-carousel ul .testimonial-slide .fa-quote-right {
    display: inline-block;
}

.home-carousel ul .testimonial-slide .fa-quote-left:before {
    content: '\f10d';
    color: #000;
}

.home-carousel ul .testimonial-slide .fa-quote-right:before {
    content: '\f10e';
    color: #000;
}

.home-carousel ul .testimonial-slide .testimonial {
    font-size: 18px;
    display: inline;
    line-height: 1.8em;
}
.home-carousel ul .testimonial-slide .owl-nav i{
    color: var(--primary);
}
.home-carousel .owl-prev,
.home-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    background: none;
}
.home-carousel .owl-prev {
    left: -40px;
}

.home-carousel .owl-next {
    right: -40px;
}
.home-carousel .owl-carousel {
    list-style-type: none;
    margin: 15px auto 45px;
    width: calc(100% - 60px);
}

#home-blog-bg {
    width: 100%;
    background-color: var(--light-gray);
    padding: 38px 0;
    margin: 50px 0 0 0;
}

#home-blog {
    display: flex;
}

#home-blog img {
    width: 100%;
    height: auto;
    display: block;
}

#home-blog > div {
    flex: 1 0 50%;
}

#home-blog > div:last-of-type {
    padding-left: 45px;
    align-self: center;
}

#home-blog p {
    font-size: 18px;
    line-height: 1.8em;
}

#home-blog a {
    margin-top: 35px;
}

.center-btn {
    text-align: center;
}

#home-bottom-banners {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}

#home-bottom-banners img {
    width: 100%;
    height: auto;
    display: block
}

#home-bottom-banners a {
    text-decoration: none;
}

#home-bottom-banners h2 {
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--dark);
}

#home-bottom-banners p {
    font-size: 1.3em;
    font-weight: 300;
    color: var(--dark);
}

#home-bottom-banners span {
    font-size: 1.1em;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
}

#home-bottom-banners > div > div > p > span {
    color: #070707;
}

#home-bottom-banners > div {
    flex: 1 0 33%;
    text-align: center;
}

#home-bottom-banners > div:hover span {
    text-decoration: underline;
}

#home-bottom-banners > div:nth-child(1) {
    padding-right: 14px;
}

#home-bottom-banners > div:nth-child(2) {
    padding-left: 7px;
    padding-right: 7px;
}

#home-bottom-banners > div:nth-child(3) {
    padding-left: 14px;
}

.top-margin-0 {
    margin-top: 0;
}

@media screen and (max-width: 1800px) {
    .inset-content {
        max-width: 90vw;
    }
}

@media screen and (max-width: 1200px) {
    .home-banners.left, .home-banners.middle, .home-banners.right {
        margin-top: 0;
    }

    .home-banner-hover h2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 1200px) and (min-width: 899px) {
    .home-banner {
        height: 500px;
    }
}

@media screen and (max-width: 899px) {
    .inset-content {
        max-width: none;
        margin: 0 20px;
    }

    #home-slide-overlay {
        position: static;
        transform: none;
        background: none;
        max-width: none;
        padding: 50px 20px 30px;
    }

    #home-slide-overlay > div a {
        margin: 0 5px;
    }
    
    #home-slide-overlay h2 {
        font-size: 3em;
    }
    
    #home-slide-overlay p {
        font-size: 1.3em;
    }

    .home-title {
        margin: 45px 20px 50px;
    }

    .home-title h2 {
        font-size: 2.6em;
    }

    .home-accent-title h2 {
        font-size: 36px;
        line-height: 36px;
    }

    #home-intro h2 {
        font-size: 32px;
        line-height: 36px;
    }

    #home-banner-columns {
        flex-direction: column;
        height: auto;
    }

    .home-banners .left-top, .home-banners .left-bottom {
        padding-right: 0;
    }

    .home-banners .middle-top, .home-banners .middle-bottom {
        padding-right: 0;
        padding-left: 0;
    }

    .home-banners .right-top, .home-banners .right-bottom {
        padding-left: 0;
    }

    .home-banners.left, .home-banners.middle, .home-banners.right {
        height: auto;
        margin-top: 0;
    }

    .home-banners {
        flex: 1 0 100%;
    }

    .home-banner a:hover .title {
        display: block;
    }
    
    .home-banner a:hover .home-banner-hover {
        display: none;
    }

    #full-width-banner {
        margin-top: 80px;
    }

    #full-width-banner .slideshow-text {
        padding: 0 20px;
    }

    #full-width-banner h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .brands-carousel ul {
        margin: 40px auto 50px;
    }

    #home-blog-bg {
        padding: 20px 0 50px;
    }

    #home-blog {
        flex-direction: column;
    }
    
    #home-blog > div {
        flex: 1 0 100%;
    }
    
    #home-blog > div:last-of-type {
        padding-left: 0;
        margin-top: 30px;
    }

    #home-bottom-banners {
        flex-direction: column;
        margin-top: 50px;
    }

    #home-bottom-banners > div {
        padding: 0 !important;
    }

    #home-bottom-banners > div:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .home-accent-title p {
        font-size: 16px;
    }

    #home-intro p {
        font-size: 16px;
    }

    #full-width-banner p {
        font-size: 16px;
    }

    .home-carousel ul .testimonial-slide .testimonial {
        font-size: 16px;
    }

    #home-blog p {
        font-size: 16px;
    }
}

/* END HOME PAGE */

/* FOOTER */

#newsletter {
    padding: 50px 20px 50px;
    margin-top: 40px;
    background-color: var(--accent);
}

#newsletter-flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

#newsletter-flex #footer-logo {
    flex: 1 0 35%;
    display: flex;
    align-items: center;
}

#newsletter-flex #footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

#newsletter-flex > div:last-of-type {
    flex: 1 0 65%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#newsletter h2 {
    font-size: 1.6em;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 8px;
}

#newsletter p {
    color: var(--light);
}

#newsletterbox {
    max-width: 580px;
    width: 100%;
    height: 38px;
    margin-top: 40px;
    position: relative;
    text-align: left;
}

#newsletterbox input {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    font-size: 1em;
    background-color: var(--light);
    border: 1px solid var(--light);
    border-radius: 8px;
}

#newsletterbox input::placeholder {
    color: var(--dark);
}

#newsletterbox input,button:focus {
    outline: 0;
}

#newsletterbox button {
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: none;
    border-radius: 20px;
    text-transform: uppercase;
    border: 0;
}

#newsletterbox button img {
    margin-top: 4px;
}

#newsletterbox button:hover {
    cursor: pointer;
}

#footer h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 10px;
    text-transform: uppercase;
}

#footer h3 {
    font-size: 1em;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0;
    text-transform: uppercase;
}

#footer p {
    color: var(--dark);
    font-size: .9em;
    line-height: 1.8em;
}

#footer a {
    text-decoration: none;
    color: var(--dark);
}

#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    max-width: 1600px;
    display: flex;
    padding: 30px 20px;
    margin: 0 auto;
}

#footer-content .footer-contact {
    margin-top: 32px;
    padding-right: 30px;
}

#footer-content .footer-contact a {
    color: var(--dark);
    font-weight: 600;
}

#footer-content > div {
    flex: 1 0 20%;
    padding-right: 20px;
}

#footer-content > div:first-child img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

#footer-content > div > ul {
    margin-bottom: 30px;
}

#footer-content > div > ul > li {
    line-height: 1.8em;
    font-size: .9em;
}

#footer-content > div > ul > li.expandable {
    display: none;
}

#footer-content > div > ul > li.active {
    display: block;
}

#footer-content > div > ul > li a.expand::after {
    content: "+";
    padding-left: 5px;
}

#footer-content > div > ul > li a.collapse::after {
    content: "-";
    padding-left: 5px;
}

#footer-social {
    margin-top: 40px;
}

#footer-social ul {
    display: flex;
}

#footer-social li:not(:last-child) {
    padding-right: 12px;
}

#footer-social .fa {
    font-size: 2em;
}

#footer-social a {
    color: var(--primary);
}

#copyright {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

#copyright p {
    color: var(--dark);
    font-size: .9em;
    line-height: 1.8em;
}

#copyright a {
    text-decoration: none;
    color: var(--dark);
}

@media screen and (max-width: 1250px) and (min-width: 900px) {
    #footer-content > div:first-child {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    #newsletter {
        padding: 30px 20px 30px;
    }

    #newsletter-flex {
        flex-direction: column;
    }
    
    #newsletter-flex #footer-logo {
        flex: 1 0 100%;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    #newsletter-flex #footer-logo img {
        max-width: 400px;
    }
    
    #newsletter-flex > div:last-of-type {
        flex: 1 0 100%;
        padding-left: 0;
        text-align: center;
    }

    #newsletterbox {
        margin: 20px auto 0;
    }

    #footer-content {
        flex-direction: column;
        text-align: center;
    }

    #footer-content > div {
        flex: 1 0 100%;
        padding-right: 0;
    }

    #footer-content > div:first-child {
        margin-bottom: 30px;
    }

    #footer-content .footer-contact {
        margin-top: 0;
        padding-right: 0;
    }

    #footer-social {
        margin: 10px auto 0 auto;
        display: inline-block;
    }
}

/* END FOOTER */

/*removed text when hover over an image on products page*/
.MagicZoomHeader {
    display: none !important;
}

.SeoPageBody {
    display: none;
}

/* Join Email Popup */

div.pp_default .pp_close {
    top: 33px !important;
    right: 55px !important;
    margin-right: 0px !important
}

.pp_pic_holder.pp_default {
    top: 0 !important;
}
#form-watermark-edit-on-click {
    display: none !important;
}
#joinemailoverlay {
    width: 575px;
    text-align: center;
    background: #1E1E1E;
    margin: 0 auto;
    border: 30px solid #1E1E1E;
}

#joinemailoverlayform {
    /*width: 480px; */
    width: 575px;
    /*margin: 50px auto 0 auto;*/
    margin: 30px auto 0 auto;
}

#joinemailoverlayform input {
    width: 247px;
    height: 20px;
    line-height: 20px;
    /*font-family: Arial, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #a6a6a6;
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    padding: 3px 3px 3px 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#joinemailoverlayformsubmit {
    width: 120px;
    height: 28px;
    margin: 15px auto 0 auto;
}

.JoinEmailButtonInput {
    background: linear-gradient(#627921, #8aa73c) no-repeat fixed;
    width: 100px !important;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    line-height: 15px !important;
    height: 28px !important;
    margin-top: 0 !important;
}

.JoinEmailAddressInput {
    float: left;
    margin-top: 16px !important;
    margin-left: 50px;
}

.inputTextEmail {
    width: 286px;
    height: 16px;
    padding: 10px;
    float: left;
}

.wrapperJoinEmail {
    width: 652px;
    background: #1e1e1e;
    border: 0px solid #1e1e1e;
    margin: 100px auto;
    position: relative;
}

.containerJoinemail {
    width: 550px;
    margin: 30px auto;
    text-align: center;
}

.inputcontainer {
    width: 438px;
    margin: 0 auto;
}

.joinEmailpara1 {
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
    font-size: 40px;
}

.joinEmailpara2 {
    /*font-family: Arial, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 33px;
}

.joinEmailpara3 {
    color: #8aa73c;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin: 25px auto 15px auto !important;
}

.joinEmailpara4 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin: 35px auto 15px;
}

.btnclose {
    position: absolute;
    top: 10px;
    right: 10px;
}


@media screen and (max-width: 767px) {
    .pp_overlay {
        display: none !important;
    }

    .pp_content_container {
        display: none !important;
    }
}

/* End Join Email Popup */

#email-friend {
    display: none;
}

.ItemBrowserCurrentAttribute {
    font-size: 25px;
    font-weight: 300;
    color: #A3300A !important;
    position: relative;
}

.BreadCrumbTrail {
    position: relative;
    display: none;
}

.BreadCrumbTrail a {
    color: #331112 !important;
}

.ProductThumbnail a {
    color: #331112 !important;
}

.whitebg {
    background-color: #fff;
}

.footerwhitebg {
    padding: 0 10px;
    background-color: #fff;
}


.pagination a {
    border: 1px solid #EFE2CB !important;
    background-color: #EFE2CB !important;
}

.pagenumber {
    color: #A3300A !important;
}

.pagall {
    color: #2a2a2a;
}

.currentpage {
    background-color: #D2AF6F !important;
    color: #A3300A !important;

}

.pagnext {

    color: #A3300A !important;

    background-color: #D2AF6F !important;
}

.pagprev {

    color: #A3300A !important;
    background-color: #eaeaea !important;
}

.ProductInfoParagraphBrand {
    display: none !important;
}

.RequestInfoHeading {
    color: #fff !important;
}

.RequestInfoHeading > span > a {
    color: #fff !important;
}

#showjoinemail .mfp-close {
    color: #fff !important;
}

#RequestInfoDisclaimer {
    color: #ffffff !important;
}

.requestMailSelector {
    padding: 20px 0 !important;
}

#request-information {
    background: #b5000b !important;
}

#request-information a:hover {
    color: #FFF;
}

#request-information:hover a {
    color: #FFF;
}

.RequestInfoPageButton {
    background-color: #949494 !important;
}

.ProductDescriptionHeading {
    color: #331112 !important;
}

.RequestInformationFormPage {
    background-color: #363636 !important;
}

.RequestInformationFormPage {
    height: 500px !important;
}

.mfp-iframe-scaler iframe {
    height: 528px !important;
}

.EmptyFlyersDiv {
    text-align: center;
}

#pagetitle {
    position: relative;
}

.AttributeFilter {
    position: relative;
}

#categorynav {
    position: relative;
    opacity: 0.85;
    padding: 5px;
    background: #fff none repeat scroll 0 0;
}

#staticpagenav {
    position: relative;
    opacity: 0.85;
    padding: 5px;
    background: #fff none repeat scroll 0 0;
}

.staticpagenavheading {
    position: relative;
    opacity: 0.85;
    padding: 5px;
    background: #fff none repeat scroll 0 0;
}

#rccontact {
    position: relative;
    opacity: 0.85;
    padding: 5px;
    background: #fff none repeat scroll 0 0;
}

.LoginPageContainer {
    position: relative;
}

.whiteblock {
    background-color: #fff;
    position: relative;
}

.FlyerContainerDiv {
    padding-top: 135px !important;
}

.ItemBrowserPageContainer {
    padding-top: 55px;
}


.FavoritesStatusBarButtonEmail {
    display: none;
}

.FavoritesButtonLabel {
    display: none;
}

.ProductInfoParagraphSKU {
    display: none !important;

}

@media screen and (max-width: 760px) {
    .filter-show-button {
        z-index: 9999999999;
    }
}

/* Hides Finish filter from Refine Your Search 
Zendesk ticket 20440 */
.AttributeFilterDivFinish {
    display: none !important;
}

.specialheader {
    font-size: large;
    color: rgb(151, 72, 6);
    padding-bottom: 10px;
    padding-top: 10px;
}

/***** GRID SYSTEM - RF 6/30/17 *****/
#grid .row {
    position: relative;
    width: 100%;
}

#grid .row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}

#grid .col-1,
#grid .col-2,
#grid .col-3,
#grid .col-4,
#grid .col-5,
#grid .col-6,
#grid .col-7,
#grid .col-8,
#grid .col-9,
#grid .col-10,
#grid .col-11,
#grid .col-12 {
    width: 96%;
}

#grid .col-1-sm {
    width: 4.33%;
}

#grid .col-2-sm {
    width: 12.66%;
}

#grid .col-3-sm {
    width: 21%;
}

#grid .col-4-sm {
    width: 29.33%;
}

#grid .col-5-sm {
    width: 37.66%;
}

#grid .col-6-sm {
    width: 46%;
}

#grid .col-7-sm {
    width: 54.33%;
}

#grid .col-8-sm {
    width: 62.66%;
}

#grid .col-9-sm {
    width: 71%;
}

#grid .col-10-sm {
    width: 79.33%;
}

#grid .col-11-sm {
    width: 87.66%;
}

#grid .col-12-sm {
    width: 96%;
}

#grid .row::after {
    content: "";
    display: table;
    clear: both;
}

#grid .hidden-sm {
    display: none;
}



@media only screen and (min-width: 45em) {

    /* 720px */
    #grid .col-1 {
        width: 4.33%;
    }

    #grid .col-2 {
        width: 12.66%;
    }

    #grid .col-3 {
        width: 21%;
    }

    #grid .col-4 {
        width: 29.33%;
    }

    #grid .col-5 {
        width: 37.66%;
    }

    #grid .col-6 {
        width: 46%;
    }

    #grid .col-7 {
        width: 54.33%;
    }

    #grid .col-8 {
        width: 62.66%;
    }

    #grid .col-9 {
        width: 71%;
    }

    #grid .col-10 {
        width: 79.33%;
    }

    #grid .col-11 {
        width: 87.66%;
    }

    #grid .col-12 {
        width: 96%;
    }

    #grid .hidden-sm {
        display: block;
    }
}

.omnivue-email-box {
    background-color: #fff;
}

.AttributeFilterDivCollection,
.AttributeFilterDivColor {
    display: none !important;
}

.dib-post-content p {
    line-height: 23px;
}

/* zendesk #56216 JC */

#contactheaderpic {
    margin-top: 10px;
    margin-bottom: 20px;
}

#contactheaderpic img {
    width: 100%;
    height: auto;
    display: block;
}

#contactheadercopy {
    background-color: #f4f4f4;
    padding: 20px 0;
}

#contactheadercopy p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.contactform {
    padding-right: 13% !important;
}

.storelocationcopy p {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.addinfoform {
    padding-right: 8%;
    padding-left: 17%;
}

.contact-us-page .storelocation {
    display: block !important;
}

@media screen and (max-width:768px) {
    .addinfoform {
        padding-right: 0;
        padding-left: 0;
    }

    .contactform {
        padding-right: 0 !important;
    }
}

/* end zendesk #56216 JC */
#item-info-short-description h2 {
    color: black;
}

/* sf 01093313 */
#item-info-status { 
    display: none;
}
