/*body {
    background-color: black;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 12px;
    line-height: 20px;
}

h1 {
    margin: 10px 0px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin: 10px 0px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin: 10px 0px 1px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
}

h4 {
    margin: 10px 0px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin: 10px 0px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 14px;
}*/

.button {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    padding: 14px 29px;
    border-radius: 5px;
    background-color: #6d7280;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #848a9c;
    }

    .button.sign-up {
        background-color: #2c9986;
    }

        .button.sign-up:hover {
            background-color: #33b59f;
        }

    .button.sortbutton {
        width: 75px;
        height: 33px;
        padding: 4px 5px 2px;
        font-size: 12px;
    }

.section {
    padding-top: 65px;
    padding-bottom: 65px;
}

    .section.hero {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: transparent;
        text-align: center;
    }

    .section.grey {
        background-color: #eff1f4;
        text-align: center;
    }

    .section.centered {
        text-align: center;
    }

    /*.section.footer {
        margin-top: 10px;
        margin-bottom: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(41, 44, 56, 0.49);
        background-image: url('../images/footer_bg.png');
        background-repeat: repeat;
        text-align: left;
    }*/

/*.company {
    margin-top: 11px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 400;
}*/

.nav-link {
    display: inline-block;
    margin-right: 7px;
    padding-right: 8px;
    background-image: url('../images/menu_line.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

    .nav-link:hover {
        color: rgba(255, 255, 255, 0.81);
        text-shadow: rgba(255, 255, 255, 0.81) 1px 1px 6px, rgba(255, 255, 255, 0.81) 0px 1px 5px;
    }

    .nav-link.sign-up {
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #2c9986;
        font-family: Montserrat, sans-serif;
    }

        .nav-link.sign-up:hover {
            background-color: #3ac2ab;
        }

.nav-column {
    padding-top: 10px;
    text-align: right;
}

.logo {
    margin-top: 15px;
    margin-right: 11px;
    float: left;
}

.hero-heading {
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 38px;
    font-weight: 400;
}

.hero-subhead {
    color: white;
    font-size: 14px;
}

.section-title {
    font-family: Montserrat, sans-serif;
    font-size: 31px;
    font-weight: 400;
    text-align: center;
}

.section-subtitle {
    margin-bottom: 43px;
    color: #848999;
    text-align: center;
}

.responsive-img {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.grey-icon {
    margin-right: 9px;
}

.content-column {
    padding-top: 79px;
    text-align: left;
}

.circle {
    height: 303px;
    margin-bottom: 25px;
    padding-top: 21px;
    border-radius: 190px;
    background-color: #f7f8fa;
}

.number {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    padding-top: 10px;
    border-radius: 50px;
    background-color: #363b48;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 20px;
}

.icons {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 30px;
    padding-top: 12px;
    border-radius: 40px;
    background-color: #eff1f4;
}

.footer-text {
    display: inline-block;
    margin-top: 11px;
    font-family: Montserrat, sans-serif;
    color: #7d8391;
    font-size: 15px;
    text-decoration: none;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    margin-left: 7px;
    padding-top: 9px;
    border-radius: 40px;
    background-color: #596073;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

    .social-icon:hover {
        background-color: #7f89a3;
    }

.right-footer-col {
    text-align: right;
}

.nav-bar {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: rgba(41, 44, 56, 0.49);
    background-image: url('../images/menu_sed.png'), url('../images/menu_sed.png'), url('../images/rsz_tmlogo_big.png');
    background-position: 50% 100%, 50% 0px, 0% 0%;
    background-repeat: no-repeat, repeat-x, repeat;
    text-align: center;
}

.button-group {
    margin-bottom: 0px;
    padding-top: 0px;
}

.center {
    text-align: center;
}

.header-address {
    color: rgba(255, 255, 255, 0.81);
}

.browse-by-price-link {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
    background-color: rgba(41, 44, 56, 0.49);
    -webkit-transition: all 500ms ease, opacity 500ms ease;
    -o-transition: all 500ms ease, opacity 500ms ease;
    transition: all 500ms ease, opacity 500ms ease;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 20px;
    text-decoration: none;
}

    .browse-by-price-link:hover {
        background-color: #474747;
        color: rgba(255, 255, 255, 0.81);
        text-shadow: rgba(255, 255, 255, 0.81) 1px 1px 6px, rgba(255, 255, 255, 0.81) 0px -1px 6px;
    }

.slider-column {
    margin-bottom: 12px;
}

.latest-slider {
    display: block;
    width: 100%;
    height: 183px;
    float: left;
    clear: left;
    background-color: transparent;
}

.latest-slider-mask {
    padding-right: 60px;
    padding-left: 60px;
}

.latest-slider-slide {
    position: static;
    width: auto;
    padding-right: 7px;
    padding-left: 7px;
}

.latest-slider-link {
    display: inline-block;
    width: 100%;
    opacity: 1;
    -webkit-transition: font-size 100ms ease, all 374ms linear;
    -o-transition: font-size 100ms ease, all 374ms linear;
    transition: font-size 100ms ease, all 374ms linear;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

    .latest-slider-link:hover {
        opacity: 1;
        color: white;
        font-size: 14px;
    }

.vdetails {
    padding-top: 8px;
    background-color: #0f0f0f;
}

.vdetails-group-header {
    width: auto;
    height: 24px;
    min-width: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #d8225e;
    background-image: -webkit-linear-gradient(190deg, #d8225e, #b73794 25%, #7254b6 50%, #3981d1 74%, #3bbfee), url('../images/example-bg.png');
    background-image: -o-linear-gradient(100deg, #d8225e, #b73794 25%, #7254b6 50%, #3981d1 74%, #3bbfee), url('../images/example-bg.png');
    background-image: linear-gradient(100deg, #d8225e, #b73794 25%, #7254b6 50%, #3981d1 74%, #3bbfee), url('../images/example-bg.png');
    background-size: auto, 125px;
    background-attachment: scroll, scroll;
}

.vdetails-container {
    margin-bottom: 10px;
}

.gradientbg {
    background-color: #1c1c1c;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.refine-search-navbar {
    display: block;
    height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #292929;
    color: white;
}

.refine-search {
    margin-top: 12px;
    margin-left: 14px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 21px;
    text-align: left;
}

.refine-search-navbar-icon {
    background-color: transparent;
    color: white;
}

.refine-search-navbar-menu {
    padding-top: 10px;
}

    .refine-search-navbar-menu.w--open {
        background-color: rgba(0, 0, 0, 0.49);
        color: white;
    }

.refine-search-navbar-menu-body {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #292929;
}

.search-button {
    display: block;
    margin-top: 21px;
    padding: 15px 29px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.vtitle {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.vdetails-wrapper {
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 11px;
    text-align: left;
}

.vdetails-col {
    text-align: center;
}

.vdetails-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.vdetails-links {
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 8px 15px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: #525252;
    -webkit-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    color: white;
    font-size: 11px;
    text-decoration: none;
}

    .vdetails-links:hover {
        background-color: rgba(82, 82, 82, 0.68);
        font-size: 11px;
    }

    .vdetails-links.price {
        margin-top: 0px;
        margin-right: 8px;
        padding: 10px;
        float: left;
        border-width: 3px;
        border-radius: 5px;
        background-color: rgba(20, 20, 20, 0.65);
        font-size: 16px;
        text-align: center;
    }

        .vdetails-links.price:hover {
            background-color: #595959;
        }

        .vdetails-links.price.brochure {
            padding: 10px;
        }

.vdetails-links-wrapper {
    margin-top: 9px;
}

.h5-white {
    color: white;
}

.tab-header {
    margin-top: 3px;
    margin-right: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #525252;
    font-family: Montserrat, sans-serif;
    color: #ededed;
}

    .tab-header:hover {
        background-color: rgba(51, 51, 51, 0.8);
    }

    .tab-header.w--current {
        background-color: #2c9986;
    }

.tab-container {
    margin-top: 11px;
    color: white;
    text-align: left;
}

.line {
    height: 2px;
    background-color: #919191;
}

.list {
    color: white;
    font-weight: 400;
}

.staff-container {
    margin-bottom: 16px;
    text-align: left;
}

.link {
    font-family: Montserrat, sans-serif;
    color: white;
    font-size: 10px;
    text-decoration: none;
}

    .link:hover {
        color: #2c9986;
    }

.home-banner {
    height: 200px;
    background-color: transparent;
}

.home-banner-mask {
    margin-right: 51px;
    margin-left: 51px;
}

.home-banner-slides {
    width: 25.3%;
}

.home-banner-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.home-banner-heading {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: white;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

.home-banner-arrow {
    width: 26px;
}

.home-banner-arrow-icon {
    margin-left: -7px;
}

.logoheading1 {
    font-family: 'Lily Script One', sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 41px;
}

.logoheading2 {
    font-family: 'Changa One', Impact, sans-serif;
    color: rgba(255, 255, 255, 0.81);
}

.logoheading3 {
    font-family: Lemon, sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 30px;
}

.logoheading4 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    color: rgba(255, 255, 255, 0.81);
}

.logoheading5 {
    font-family: 'Permanent Marker', sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 34px;
}

.logoheading6 {
    font-family: Chewy, sans-serif;
    color: rgba(255, 255, 255, 0.81);
    font-size: 40px;
}

.refine-search-lable {
    text-align: left;
}

.sortcontainer {
    text-align: left;
}

.sortlabel {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
}

.sortinput {
    display: inline-block;
    width: 78px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: auto;
    margin-left: 4px;
    font-size: 10px;
    font-weight: 400;
}

.pagerdiv {
    display: block;
    text-align: left;
}

.pagercaption {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
    font-weight: 400;
}

.leftarrow {
    margin-top: 6px;
    background-color: white;
    color: white;
}

.rightarrow {
    margin-top: 6px;
    margin-left: 12px;
    background-color: white;
    text-align: left;
}

.storehours {
    text-align: left;
}

.map {
    color: black;
}

.pageheader {
    text-align: left;
}

.stafftitle {
    text-align: left;
}

.locator-service {
    text-align: left;
}

.gray {
    padding: 4px 10px 4px 15px;
    border: 1px solid #2c2c2c;
    border-radius: 2px;
    background-color: #1c1c1c;
    text-align: left;
}

.shopbymakelistitem {
    display: inline-block;
    width: 20%;
    margin-bottom: 5px;
}

.shopebymakelink {
    padding-left: 15px;
    background-image: url('../images/arrow.png');
    background-position: 0px 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
    text-decoration: none;
}

    .shopebymakelink:hover {
        text-shadow: white 1px 1px 6px, white 0px -1px 6px;
    }

.footermenu {
    text-align: center;
}

.footermenulinkitem {
    display: inline-block;
}

.footermenulink {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white;
    text-decoration: none;
}

    .footermenulink:hover {
        text-shadow: white 1px 1px 6px, white 0px -1px 6px;
    }

.footermenulinksep {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.footeraddress {
    margin-bottom: 8px;
    padding: 10px;
    background-image: url('../images/social_bg.png');
}

.bluelink {
    color: #01a4e8;
    text-decoration: none;
}

    .bluelink.privacy {
        display: inline-block;
        margin-top: 31px;
        margin-bottom: 10px;
    }

html.w-mod-js *[data-ix="vdetailsaminload"] {
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="topnavbaranim"] {
    -webkit-transform: translate(-1000px, 0px);
    -ms-transform: translate(-1000px, 0px);
    -o-transform: translate(-1000px, 0px);
    transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="browsebypricesamin"] {
    -webkit-transform: scale(0.91);
    -ms-transform: scale(0.91);
    -o-transform: scale(0.91);
    transform: scale(0.91);
}

@media (max-width: 991px) {
    .nav-link {
        margin-right: 7px;
        margin-left: 7px;
        font-size: 13px;
    }

    .grey-icon {
        margin-top: 19px;
    }

    .content-column {
        padding-top: 0px;
    }

    .circle {
        height: 226px;
    }

    .frames {
        width: 75%;
    }

    .number {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        padding-top: 4px;
        font-size: 15px;
    }

    .home-banner-slides {
        width: 34%;
    }
}

@media (max-width: 767px) {
    .button {
        margin-bottom: 10px;
    }

    .section {
        padding: 32px 15px;
    }

        .section.hero {
            padding-top: 42px;
        }

        .section.footer {
            text-align: center;
        }

    .company {
        display: inline-block;
        float: none;
    }

    .nav-column {
        padding-top: 19px;
        text-align: center;
    }

    .logo {
        margin-top: -14px;
        float: none;
    }

    .hero-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .grey-icon {
        margin-top: 28px;
    }

    .content-column {
        padding-left: 0px;
    }

    .circle {
        display: inline-block;
        height: auto;
        border-radius: 10px;
    }

    .frames {
        width: 55%;
        margin-bottom: 19px;
    }

    .number {
        margin-bottom: 20px;
    }

    .footer-text {
        margin-bottom: 22px;
    }

    .right-footer-col {
        text-align: center;
    }

    .nav-bar {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .brand-column {
        text-align: center;
    }

    .shopbymakelistitem {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .button {
        display: block;
    }

    .section {
        padding-right: 11px;
    }

        .section.hero {
            padding-right: 15px;
            padding-left: 15px;
        }

    .nav-link {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .hero-subhead {
        margin-bottom: 34px;
    }

    .grey-icon {
        margin-top: 34px;
    }

    .content-column {
        text-align: center;
    }

    .frames {
        width: 75%;
    }

    .home-banner-slides {
        width: 100%;
    }

    .shopbymakelistitem {
        width: 100%;
    }
}
