@charset "utf-8";:root {
    --red1:#E2211C;
    --red2:#990000;
    --blue1:#0033A0;
    --blue2:#2e6da4;
    --green1:#6ca65a;
    --green2:#58834b;
    --gold1:#c69e25;
    --gold2:#b08606;
    --dark1:#2C2C2C;
    --dark2:#111;
    --dark3:#3E3E3E;
    --light1:#EEE;
    --light2:#f5f5f5;
    --light3:#CCC;
    --mid1:#AAA;
    --gray1:#666;
    --white:#FFF;
    --black:#000;
    --font1:Open Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",-apple-system,BlinkMacSystemFont,"Segoe UI";
    --font2:'Roboto',sans-serif;
    --fontawesome:'Font Awesome 5 Free'
    }


/* BS Overrides */
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    background: var(--red2);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: var(--red2)!important;
    color: var(--white)!important;
}
.navbar-nav .open .dropdown-menu li:hover a {
    background: var(--red1);
}
.navbar-nav .open .dropdown-menu li a{
    color: var(--light1);
}
.navbar-nav .open .dropdown-menu{
    background: var(--dark1);
    min-width:300px;
}
.navbar-nav .open .dropdown-menu a{
    color: white;
}
.navbar-brand{
    height: unset;
}
.btn-primary{
    background: var(--red1);
}


/* style the YMM */
.side-nav.shop-ag {
    border: 1px solid var(--dark2);
    padding: 15px;
    background: var(--dark1);
    color: white;
}
.side-nav.shop-ag h3 {
    margin-top: 0;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    text-align: center
}

.owl-dot {
    display: inline-block;
    margin: 0 5px
}

.owl-dot span {
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px
}

.owl-dot.active span {
    background: red
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1)
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    background: var(--white)
}

h1 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 30px!important;
    position: relative
}

h2,h3,h4,h5,h6 {
    font-weight: 400
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

input {
    line-height: 1.4
}

select {
    background: var(--white);
    border-radius: 0;
    padding: 5px;
    display: block;
    border: 1px solid var(--mid1)
}

input[type=password],input[type=text],input[type=textarea] {
    padding: 5px;
    border: 1px solid var(--mid1)
}

.wsm-prod-qty-field {
    width: 30px
}

.wsm_inquiry_form form {
    width: 100%;
    background: var(--light1);
    border: 1px solid var(--light3)
}

.wsm_inquiry_form form .wsm_inquiry_row_0,.wsm_inquiry_form form .wsm_inquiry_row_1 {
    background: 0 0
}

.wsm_inquiry_form form label {
    float: none;
    clear: both;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.wsm_inquiry_form_field {
    width: 100%;
    float: none
}

input[type=checkbox]+.wsm_inquiry_form_cbox_label {
    width: auto;
    display: inline-block
}

.wsm_interface_helper_link {
    width: auto;
    margin: 0;
    text-align: right
}

textarea {
    height: 100px;
    border: 1px solid var(--mid1)
}

.wsm_review_form input,.wsm_review_form textarea {
    width: 100%
}

img {
    max-width: 100%
}

img.flt_lft,img.flt_rt {
    display: block;
    margin: 0 auto 15px
}

::selection {
    background: var(--red1);
    color: var(--white)
}

::-moz-selection {
    background: var(--red1);
    color: var(--white)
}

@media only screen and (min-width: 768px) {
    img.flt_rt {
        float:right;
        margin: 0 0 15px 15px
    }

    img.flt_left {
        float: left;
        margin: 0 15px 15px 0
    }

    h1 {
        font-size: 36px;
        margin: 0;
        margin-bottom: 30px!important
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 12px
    }
}

body {
    overflow-x: hidden
}

.content_wrap {
    overflow-x: hidden
}

#containerWrap {
    clear: both
}

.main-container {
    background: var(--white);
    position: relative
}

.row.master {
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding: 0 0 15px;
    margin-top: 15px;
    background: var(--white)
}

.sb-active {
    position: fixed;
    height: 100%;
    overflow-y: hidden
}

.sb-active .content_wrap {
    height: 100%;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100%
}

.sb-active .black_overlay {
    position: fixed;
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 9999999;
    display: none!important
}

#sidebar-main {
    left: -100%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    position: fixed;
    background: var(--white);
    z-index: 40;
    overflow-y: scroll;
    height: 100%
}

.sb-active #sidebar-main {
    -webkit-box-shadow: 0 15px 25px rgba(0,0,0,.9);
    box-shadow: 0 15px 25px rgba(0,0,0,.9);
    left: 0;
    top: 0
}

#sidebar-main::after {
    opacity: 0;
    content: '';
    width: 15%;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    background: rgba(0,0,0,.7);
    right: -15%;
    z-index: -1
}

.sb-active #sidebar-main::after {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
    z-index: 4;
    right: 0
}

.view-sb {
    margin: 15px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 9;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.view-sb::before {
    content: 'View '
}

.sb-active .view-sb::before {
    content: 'Close';
    display: block
}

.sb-active .view-sb {
    float: right;
    position: fixed;
    right: 0;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    z-index: 60
}

.m-btns__view {
    margin-top: 15px
}

.sb-active .m-btns__view {
    display: none
}

.view-sb-active {
    margin-top: 15px
}

#sidebar-main h3 {
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid var(--light1)
}

#sidebar-main .widget_brands_jump_menu>select {
    width: 100%
}

#sidebar-main .side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sidebar-main .side-nav ul li {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#sidebar-main .side-nav ul li a {
    color: var(--dark1);
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

#sidebar-main .side-nav ul li a:hover {
    color: var(--black)
}

.list-group.have-a-question a {
    padding: 0;
    border: 0;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 1.4
}

.list-group.have-a-question i {
    float: left;
    width: 20%
}

.list-group.have-a-question>a>:not(i) {
    width: 72%;
    margin-left: 3%;
    float: left
}

#sidebar-main .wsm_widget_attribute_selector select {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid var(--mid1)!important
}

.list-group.have-a-question a>span {
    font-size: 12px
}

@media only print,only screen and (min-width: 768px) {
    .content_wrap {
        padding-bottom:15px
    }

    .home .content_wrap,.page_37753 .content_wrap {
        padding-top: 0
    }

    #containerWrap {
        padding: 15px
    }

    #sidebar-main,.sb-active #sidebar-main {
        left: 0;
        position: static;
        overflow: visible
    }

    .sb-active #sidebar-main {
        -webkit-box-shadow: 0 15px 25px rgba(0,0,0,.9);
        box-shadow: 0 15px 25px rgba(0,0,0,.9);
        left: 0;
        top: 0
    }
}

@media only screen and (min-width: 1200px) {
    #containerWrap {
        background:var(--white);
        position: relative
    }
}

.wsm-hdr__pre strong {
    color: var(--red1);
    font-weight: 900;
    text-transform: uppercase
}

.wsm-hdr__pre {
    padding-left: 20%;
    padding: 0;
    font-size: 10px;
    line-height: 1.2;
    background: var(--dark1);
    color: var(--white)
}

.wsm-hdr__pre strong {
    color: var(--red1);
    font-weight: 900
}

.wsm-hdr__pre.alert-dismissible .close {
    position: absolute!important;
    right: 0;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wsm-hdr__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--dark1);
}

.wsm-hdr__logo-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wsm-hdr__logo {
    /* padding: 10px; */
    max-height: 55px;
}

.wsm-hdr__c2as {
    display: none
}

.wsm-hdr__btn {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0 solid var(--dark1);
    -webkit-box-flex: 0;
    -ms-flex: 0 20%;
    flex: 0 20%;
    background: var(--dark1);
}

.wsm-hdr__btn:hover {
    text-decoration: none
}

.wsm-hdr__btn i {
    font-size: 24px;
    color: var(--white);
}

.wsm-hdr__btn>span {
    text-transform: uppercase;
    font-size: 10px;
    color: var(--dark1);
    margin: 5px 0 0 0
}

.wsm-hdr__btn--menu[aria-expanded=true] {
    background: var(--red1)
}

.wsm-hdr__btn--menu[aria-expanded=false] i:last-of-type,.wsm-hdr__btn--menu[aria-expanded=true] i:first-of-type {
    display: none
}

.wsm-hdr__btn--menu[aria-expanded=true] i {
    color: var(--white)
}

.wsm-hdr__search {
    border: 0 solid var(--dark1);
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

#widget_search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.widget_search_field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px!important
}

.widget_search_button {
    border: 0;
    color: var(--white)
}

.widget_search_button:hover {
    background: var(--red1)
}

.wsm-hdr__btn--cart {
    border: 0;
    background: var(--dark1);
    border-left: 0 solid var(--dark1);
}

.cart_icon_counter_wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--dark1);
    border: 0;
}

.cart_counter {
    margin: 0 0 0 5px;
    color: var(--white);
}

.cart_icon_counter_wrapper[aria-expanded=true] {
    background: var(--red1)
}

.cart_icon_counter_wrapper[aria-expanded=true] .cart_counter {
    color: var(--white)
}

.cart_icon_counter_wrapper .cart_icon i {
    width: 35px
}

.cart_icon_counter_wrapper[aria-expanded=true] .cart_icon i:first-child {
    display: none!important
}

.cart_icon_counter_wrapper[aria-expanded=true] .cart_icon i {
    display: inline-block!important;
    color: var(--white)
}

#cart-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 86px;
    z-index: 9;
    background: var(--white);
}

.cart_info_actions_wrapper {
    text-align: center;
    padding: 15px 5px;
    background: var(--light1)
}

#cart-content .view-all,.cart_info_actions_wrapper br {
    display: none
}

.cart_actions {
    border-top: 1px solid var(--light3);
    margin-top: 15px;
    padding-top: 15px
}

.cart_items_wrapper .cart_item {
    clear: both;
    border-bottom: 1px solid var(--light3);
    padding: 15px;
    overflow: hidden
}

.cart_items_wrapper .cart_item .prod_image_wrap {
    float: left;
    width: 25%
}

.cart_items_wrapper .cart_item .prod_image_wrap img[src=""] {
    height: 80px;
    text-indent: -999em;
    width: 100%;
    display: block;
    background: url(/files/images/no-image-avail-large.jpg) center center;
    background-size: contain
}

.cart_items_wrapper .cart_item .prod_info {
    float: right;
    width: 70%;
    line-height: 1.4
}

.cart_items_wrapper .prod_quantity {
    font-size: 10px;
    opacity: .6
}

header .cart_items_wrapper {
    overflow-y: auto;
    max-height: 300px
}

@media screen and (max-width: 767px) {
    .wsm-hdr__pre--m {
        margin:0;
        padding: 0;
        position: relative;
        background: var(--light1);
        text-align: left;
        padding: 5px 25px
    }
}

@media screen and (max-width: 992px) {
    .wsm-hdr__container {
        width:100%!important
    }
}

@media only screen and (min-width: 768px) {
    .wsm-hdr__container {
        font-size:14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        align-items: center;
    }
    .wsm-hdr__logo{
        max-height: unset;
    }
    .wsm-hdr__container::after,.wsm-hdr__container::before {
        display: none
    }

    .wsm-hdr__pre {
        padding: 10px 0;
        border-bottom: 1px solid var(--white);
    }

    .wsm-hdr__pre-msg {
        -webkit-box-flex: 0;
        -ms-flex: 0 60%;
        flex: 0 60%
    }

    .wsm-hdr__pre-msg p {
        margin: 0
    }

    .wsm-hdr__pre-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        margin-right: 100px;
    }

    .wsm-hdr__btn--account,.wsm-hdr__btn--account:active,.wsm-hdr__btn--account:focus {
        color: var(--white);
        font-size: 12px;
        background: var(--gray1);
        padding: 12px 12px 10px 12px;
    }

    .wsm-hdr__btn--account:hover {
        color: var(--white)
    }

    .wsm-hdr__main {
        padding: 15px 0;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--dark1);
    }

    .wsm-hdr__btn--menu {
        display: none!important
    }

    .wsm-hdr__logo-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 25%;
        flex: 0 25%
    }

    .wsm-hdr__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.2;
        color: var(--white);
        padding: 0 15px;
    }

    .wsm-hdr__phone-num {
        font-size: 26px;
    }

    .wsm-hdr__phone-hours {
        font-size: 12px
    }

    .wsm-hdr__phone:hover {
        text-decoration: none
    }

    .wsm-hdr__btn {
        border: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0 10px
    }

    .wsm-hdr__btn--cart {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        top: -41px;
        right: 0;
        background: 0 0;
        width: 100px;
    }

    .cart_icon_counter_wrapper .cart_icon i {
        font-size: 12px;
        width: auto;
        color: var(--white);
        line-height: 1
    }

    .cart_icon_counter_wrapper {
        padding: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--white);
        background: 0 0;
        font-family: var(--font1);
        padding: 15px 11px 7px 11px;
        background: var(--gray1);
    }

    .cart_icon {
        line-height: 1;
        margin-top: -5px
    }

    .cart_icon_counter_wrapper .cart_counter::after {
        content: ' Cart';
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        font-size: 12px;
        color: var(--white);
        margin-left: 5px
    }

    .cart_counter {
        font-size: 12px
    }

    .cart_icon_counter_wrapper[aria-expanded=true] {
        background: 0 0
    }

    .cart_icon_counter_wrapper[aria-expanded=true] .cart_counter,.cart_icon_counter_wrapper[aria-expanded=true] i {
        color: var(--white)!important
    }

    header #cart-content {
        position: absolute;
        z-index: 8;
        background: var(--white);
        -webkit-box-shadow: 5px 10px 15px rgba(0,0,0,.2);
        box-shadow: 5px 10px 15px rgba(0,0,0,.2);
        width: 300px;
        right: 0;
        top: 100%;
        left: auto
    }

    .wsm-hdr__search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 0
    }
}

@media only print,only screen and (min-width: 1200px) {
    .wsm-hdr__container {
        width:1200px;
        margin: 0 auto
    }

    .wsm-hdr {
        background: var(--dark1);
    }

    .wsm-hdr__main {
        width: 1200px;
        margin: 0 auto
    }

    .wsm-hdr__btn i {
        font-size: 30px
    }

    .wsm-hdr__logo-link {
        /* display:block; */
        position: relative;
        z-index: 3;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .wsm-hdr__logo {
        padding: 0
    }

    .wsm-hdr__phone {
        padding: 0;
        margin: 0 75px
    }

    .wsm-hdr__phone-num {
        font-size: 22px
    }

    .wsm-hdr__phone-hours {
        font-size: 12px
    }

    .wsm-hdr__search {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .wsm-hdr__btn--cart {
        /* top: -26px; */
        z-index: 9;
    }
}

.wsm-hdr__nav {
    min-height: 0;
    margin-bottom: 0;
    background: var(--white);
    border: 0;
    padding: 0;
    border-bottom: 2px solid var(--blue1);
}

#global-nav .nav-main {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wsm-hdr__mnav {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 2px solid var(--white)
}
.navbar-nav {
    margin: 7.5px;
}
.wsm-hdr__mnav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.wsm-hdr__mbtn {
    background: var(--dark1);
}
.wsm-hdr__mbtn span{
    color: var(--white);
}
.wsm-hdr__mnav-item:last-child .wsm-hdr__mbtn {
    border-left: 2px solid var(--white)
}

.wsm-hdr__mbtn {
    padding: 5px 0;
    border: 0
}

#global-nav .navbar-nav>li {
    border-bottom: 2px solid var(--white)
}

#global-nav .navbar-nav>li>a {
    background: var(--light1);
    font-weight: 400;
    position: relative;
    color: var(--dark1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#global-nav .navbar-nav>li.open>a {
    background: var(--dark1);
    color: var(--white)
}

#global-nav .navbar-nav>li.dropdown>a span.caret {
    display: none;
    padding-right: 30px
}

#global-nav .navbar-nav>li.dropdown>a::after {
    content: "\f078";
    font-family: var(--fontawesome);
    font-weight: 900;
    display: block;
    text-align: center;
    opacity: .5;
    pointer-events: none;
    font-size: 10px;
    margin: 0 0 0 3px;
    margin-left: auto
}

#global-nav .navbar-nav>li.dropdown.open>a::after {
    content: "\f00d"
}

#global-nav .navbar-nav>li>ul.dropdown-menu {
    padding: 0
}

#global-nav .navbar-nav>li.open>ul.dropdown-menu {
    clear: both;
    overflow: hidden;
    background: var(--light1)
}

#global-nav .navbar-nav>li>ul.dropdown-menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 2px);
    flex: 0 calc(50% - 2px);
    white-space: normal;
    word-break: break-word;
    background: var(--white);
    margin: 4px 0 0;
    width: 100%
}

.navbar-default .navbar-nav .open .dropdown-menu ul>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px;
    color: var(--light1);
    white-space: normal;
    font-size: 16px;
    font-family: var(--font1);
    padding: 15px;
}

#global-nav .navbar-nav>li>ul>li:last-child>a {
    border-bottom: 0!important
}

.navbar-default .dropdown .dropdown-menu ul {
    list-style: none
}

.dd-content__links {
    max-height: 300px;
    overflow-y: auto;
    width: 100%!important;
    padding: 0
}

.dd-content__links>li {
    border-bottom: 1px dotted var(--mid1)
}

.dd-content__links>li a {
    padding: 5px!important;
    display: block;
    text-align: left!important
}

@media only screen and (min-width: 768px) {
    .wsm-hdr__mnav {
        display:none!important
    }

    .wsm-hdr__nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .wsm-hdr__nav-links::after,.wsm-hdr__nav-links::before {
        display: none
    }

    #global-nav .navbar-nav>li {
        border: 0;
        border-right: 2px solid var(--white);
        text-align: center
    }

    #global-nav .navbar-nav>li.dropdown {
        position: static;
        height: 100%;
        display: block
    }

    #global-nav .navbar-nav>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        font-size: 14px;
        line-height: 1.2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #global-nav .navbar-nav>li.dropdown>a::after {
        margin: 0 0 0 3px
    }

    #global-nav .navbar-nav>li.dropdown>a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #global-nav .navbar-nav>li.open>a {
        background: var(--white);
        color: var(--dark1)
    }

    #global-nav .navbar-nav>li.dropdown ul {
        width: 100%;
        background: var(--white)
    }

    #global-nav .navbar-nav>li.dropdown>ul {
        background: var(--white);
        border: 0;
        width: 100%;
        padding: 15px
    }

    #global-nav .navbar-nav>li.dropdown>ul li a {
        display: block;
        -webkit-transition: .3s ease all;
        transition: .3s ease all
    }

    #global-nav .navbar-nav>li.dropdown>ul li a:hover {
        text-decoration: underline;
        background: rgba(0,0,0,.2)
    }

    #global-nav .navbar-nav>li.open>ul.dropdown-menu {
        background: var(--white);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #global-nav .navbar-nav>li>ul.dropdown-menu>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(25% - 4px);
        flex: 0 calc(25% - 4px);
        margin: 0 2px 4px
    }

    .dd-content__links {
        max-height: unset!important;
        overflow: unset
    }
}

@media only screen and (min-width: 1200px) {
    .wsm-hdr__nav {
        background:var(--light1);
        position: relative;
        border-radius: 0
    }

    .wsm-hdr__nav::after {
        top: auto;
        bottom: 1px
    }

    .wsm-hdr__nav-links {
        width: 1170px;
        margin: 0 auto!important;
        float: none;
        padding: 0;
        position: relative
    }

    .wsm-hdr__nav-links::after,.wsm-hdr__nav-links::before {
        display: none
    }

    #global-nav .navbar-nav>li {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        border: 0
    }

    #global-nav .navbar-nav>li>a:hover {
        background: var(--white)
    }

    #global-nav .navbar-nav>li>a {
        font-size: 15px
    }

    .dd-content__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0
    }

    .dd-content__links>li {
        border: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%;
        margin: 0 0 5px
    }

    .dd-content__links>li a {
        padding: 0!important
    }

    .dd-content__links>li a:hover {
        background: 0 0!important
    }

    .dd-content__gallery .columns {
        position: relative
    }

    .dd-content__gallery .img_wrap {
        display: block
    }

    .dd-content__gallery .widget_innerfade_name {
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--red1)
    }

    .dd-content__gallery .widget_innerfade_name a {
        padding: 10px 15px;
        line-height: 1;
        color: var(--white);
        font-family: var(--font2);
        text-transform: uppercase
    }

    li.dropdown>ul.dropdown-menu {
        width: auto!important;
        min-width: 300px
    }

    li.dropdown>a {
        background: var(--white)!important
    }
}
.wsm-ftr-logo__holder {
    width: 100%;
    text-align: center;
}
.wsm-ftr__container::after,.wsm-ftr__container::before {
    display: none
}
.red-line {
    background: var(--red1);
    border: 0;
    height: 2px;
}
.wsm-ftr__main {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wsm-ftr {
    background: var(--dark1);
    padding: 10px 0 0;
    position: relative;
    color: var(--white);
    font-size: 14px;
}

.wsm-ftr a {
    color: var(--white)
}

.wsm-ftr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wsm-ftr__title {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase
}

.wsm-ftr__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.wsm-footer__store-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px
}

.wsm-footer__store-info-item i {
    margin: 0 5px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 20px;
    flex: 0 20px
}

.wsm-footer__store-info-item span {
    line-height: 1
}

.wsm-ftr__col {
    margin: 0 0 30px
}

.wsm-ftr__col li {
    margin: 0 0 5px
}

.wsm-ftr__list a {
    display: block;
    padding: 10px;
    background: rgba(255,255,255,.05)
}

.wsm-ftr__list-items {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,.1)
}

.wsm-ftr__list-items li {
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0 0 0 5px
}

.wsm-ftr__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wsm-ftr__contact {
    padding: 15px
}

.wsm-ftr__social {
    margin: 10px 0 0
}

.wsm-ftr__list--contact a {
    display: inline-block;
    background: 0 0;
    padding: 0
}

.wsm-ftr__seals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wsm-footer-confidence__ccs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wsm-footer-confidence__item {
    margin: 0 5px;
    font-size: 20px
}

.wsm-ccs {
    margin: 0;
    padding: 0
}

.wsm-ccs__cc {
    display: inline-block;
    height: 45px;
    margin: 0 0 5px 5px;
    font-size: 30px
}

.wsm-ftr__copyright {
    text-align: center;
    padding: 15px;
    background: rgba(0,0,0,.2);
    margin: 30px 0 0;
    font-size: 10px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: rgba(255,255,255,.3)
}

.wsm-ftr__copyright a {
    color: rgba(255,255,255,.3)
}

.wsm-ftr__copyright br {
    display: none
}

@media only screen and (min-width: 768px) {
    .wsm-ftr__container{
        flex-direction: collumn;
    }
    .wsm-ftr__main {
        flex-direction: row;
    }
    .wsm-ftr__left {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px 0
    }

    .wsm-ftr__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px
    }

    .wsm-ftr__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wsm-ftr__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 200px;
        flex: 0 200px;
        /* max-width: 220px */
        /* width: 100%; */
    }

    .wsm-ftr__contact {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
    .wsm-ftr {
        clip-path: polygon(44% 5%, 49% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
    }
    .wsm-ftr-logo__holder {
        width: 100%;
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .wsm-ftr {
        padding:0 0 0;
        overflow: hidden;
        clip-path: polygon(64% 5%, 67% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
    }

    .wsm-ftr__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .wsm-ftr__left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .wsm-ftr__list {
        margin: 0 0 0 15px
    }

    .wsm-ftr__list li {
        margin: 0 0 10px
    }

    .wsm-ftr__list a {
        padding: 0;
        background: 0 0
    }

    .wsm-ftr__title {
        margin: 0 0 20px
    }

    .wsm-ftr__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%
    }

    .wsm-ftr__list--contact {
        margin: 0
    }

    .wsm-ftr__social li {
        padding: 0;
        margin: 0 5px 0 0
    }

    .wsm-ftr__seals {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }

    .wsm-ftr__copyright {
        margin: 00px 0 0 0
    }
}

.homepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-heading {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--font1);
    text-transform: uppercase;
}

.home-heading__link {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font1);
    text-transform: capitalize;
    letter-spacing: 0
}

#featured_slideshow_d {
    display: none
}

.home-hero__img {
    margin: 0
}

.home-hero__outer {
    position: relative;
    overflow: hidden
}

.home-hero__outer::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((450 / 900) * 100%)
}

.home-hero__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--dark1);
    height: 100%
}

.home-hero__inner img {
    width: 100%
}

.home-hero__loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    opacity: .3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-hero .owl-dots {
    margin-top: -30px;
    position: relative;
    z-index: 2
}

.home-hero .owl-nav>div {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 30px;
    color: rgba(255,255,255,.5);
    background: rgba(255,255,255,0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.home-hero:hover .owl-nav>div {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,.5)
}

.home-hero .owl-nav>div:last-child {
    left: auto;
    right: 0
}

.home-hero .owl-nav>div:hover {
    color: var(--red1)
}

.home-ymm__heading::after {
    display: none
}

.home-ymm {
    margin: 15px 0
}

.home-ymm .secondary_solr_box,.side_attributes hr {
    display: none
}

.home-ymm .loading_box {
    color: var(--white);
    text-align: center
}

.home-ymm .loading_box * {
    display: inline-block
}

.home-ymm__container {
    background: var(--dark1);
    padding: 0 15px 15px
}

.home-ymm__heading {
    background: rgba(255,255,255,.2);
    color: var(--white);
    margin: 0;
    padding: 15px 5px;
    text-align: center;
    margin: 0 -15px 15px
}

.home-ymm__heading small {
    color: var(--white);
    font-weight: 400;
    font-size: 100%
}

.wsmjs-attribute-search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px
}

.wsmjs-attribute-search-group select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0!important;
    padding: 10px 30px 10px 10px;
    line-height: 1;
    border: 0 solid var(--dark1);
    background: var(--white);
    color: var(--dark1);
    margin: 0;
    border-radius: 0;
    font-size: 16px
}

.wsm_widget_attribute_selector_label select[disabled] {
    color: var(--mid1)
}

.wsm_widget_attribute_selector_label {
    position: relative;
    margin: 0 0 5px;
    font-size: 15px
}

.wsm_widget_attribute_selector_label::after {
    font-size: 12px;
    content: "\f078";
    position: absolute;
    right: 10px;
    font-family: var(--fontawesome);
    font-weight: 900;
    pointer-events: none;
    color: rgba(0,0,0,.9);
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wsm_widget_attribute_selector_label[disabled=disabled]::after {
    opacity: .4
}

.wsm_widget_attribute_selector_label[id*="_text"] {
    padding: 10px;
    line-height: 1;
    text-align: left;
    background: var(--white)
}

.wsm_widget_attribute_selector_label[id*="_text"]::after {
    content: '\f058';
    color: green;
    font-size: 18px;
    right: 6px
}

.home-ymm .wsm_widget_attribute_selector_tag {
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    font-weight: 700;
    top: -7px;
    left: -15px;
    background: var(--red1);
    color: var(--white);
    padding: 2px 3px
}

.wsmjs-attribute-search-buttons {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wsmjs-attribute-search-buttons .wsmjs-attribute-search-clear,.wsmjs-attribute-search-buttons .wsmjs-attribute-search-shop {
    background: var(--red1);
    color: var(--white);
    font-size: 20px;
    border-radius: 0;
    margin: 0;
    vertical-align: top;
    margin: 0 2px;
    font-size: 16px;
    border: 0;
}

.wsmjs-attribute-search-buttons .wsmjs-attribute-search-clear {
    background: 0 0;
    border: 2px solid rgba(255,255,255,.1);
    display: inline-block;
    height: 100%;
    font-weight: 400;
    color: var(--mid1)
}

.wsmjs-attribute-search-buttons .wsmjs-attribute-search-shop:hover {
    background: var(--red2);
}

.wsm_widget_attribute_selector_label {
    margin-bottom: 5px
}

.home-brands {
    background: var(--dark1);
    padding: 30px 0;
    color: var(--light2);
}

#featured_slideshow_feat_brands_carousel {
    padding: 0 45px;
    position: relative
}

#featured_slideshow_feat_brands_carousel .owl-stage-outer {
    padding: 15px 0
}

#featured_slideshow_feat_brands_carousel .owl-nav i {
    font-size: 32px;
    color: var(--dark1)
}

#featured_slideshow_feat_brands_carousel .owl-nav i:hover {
    color: #ba0000
}

#featured_slideshow_feat_brands_carousel .owl-next,#featured_slideshow_feat_brands_carousel .owl-prev {
    position: absolute;
    bottom: 50%;
    margin-bottom: -16px
}

#featured_slideshow_feat_brands_carousel .owl-prev {
    left: 10px
}

#featured_slideshow_feat_brands_carousel .owl-next {
    right: 10px
}

#featured_slideshow_feat_brands_carousel .wsm-slide {
    background: var(--white);
    padding: 5px;
    height: 70px
}

#featured_slideshow_feat_brands_carousel .wsm-slide img {
    margin: 0 auto;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: relative;
    max-height: 100%
}

#featured_slideshow_feat_brands_carousel .wsm-slide>a {
    display: block;
    height: 100%;
    text-align: center;
    background: var(--white)
}

.home-tp {
    padding: 30px 15px
}

#wsm-gallery-widget_fcats>.row::after,#wsm-gallery-widget_fcats>.row::before {
    display: none
}

#wsm-gallery-widget_fcats>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
/* .static-wrap .wsm-gallery-widget .row div:nth-child(3){
    width: 100%
} */
div#wsm-gallery-widget_static div div {
    padding: 10px;
    text-align: center;
}

div#wsm-gallery-widget_static div div a.img_outter img:first-child,
div#wsm-gallery-widget_static div div a.img_outter img:nth-child(2),
div#wsm-gallery-widget_static3M div div img,
div#wsm-gallery-widget_static3L div div img {
    box-shadow: 0px 8px 12px 0 black;
}
div#wsm-gallery-widget_static {
    margin-bottom: 12px;
}

.home-view__all {
    background: var(--light2);
    padding: 15px;
}
.home-tp__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 10px);
    flex: 0 calc(50% - 10px);
    margin: 0 0 20px
}

.home-tp__item .img_wrap {
    border: 1px solid var(--light3);
    display: block;
    margin: 0 0 5px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-tp__item .img_wrap img {
    max-height: 100%
}

.home-tp__item .widget_innerfade_name,.home-tp__item .widget_innerfade_name a {
    font-size: 12px;
    line-height: 1.2
}

.home-hp {
    background: var(--light2);
    padding: 30px 15px
}

.home-hp__heading {
    margin: 0 0 30px
}

.home-hp .owl-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 60px);
    left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    color: rgba(0,0,0,.4)
}

.home-hp .owl-next {
    margin-left: auto
}

.home-hp .owl-nav i:hover {
    color: var(--red1)
}

.home-hp .owl-stage-outer {
    position: relative;
    z-index: 2
}

.home-hp img {
    max-height: 220px;
    width: auto!important;
    margin: 0 auto
}

.home-hp .widget_featured_image {
    text-align: center;
    margin: 0 0 15px;
    background: #fff
}

.home-hp .widget_featured_image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.home-hp .widget_featured_image img {
    max-height: 100%
}

.home-hp .fprod_prod_info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-hp .widget_featured_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin: 0 0 15px;
    line-height: 1.2
}

.home-hp .widget_featured_title a {
    font-size: 16px
}

.home-hp .widget_pricebox {
    margin: 0 5px 0 0
}

.widget_featured_more_btn {
    background: var(--red1);
    color: var(--white);
    border: 0;
    padding: 6px 30px;
    width: 100%;
}

.widget_featured_more_btn:hover {
    color: var(--white)
}

.home-news {
    padding: 100px 0 50px;
}

.home-news .row {
    margin: 0
}

.home-news .widget_innerfade_name {
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0;
    display: block;
    display: none
}

.home-news .widget_innerfade_name a {
    color: var(--dark1);
    font-weight: bold;
}
/* about us extra styling */
.home-news .home-news__heading{
    font-size: 5rem
}
.home .widget_innerfade_description {
    background: var(--dark1);
    color: var(--white);
    text-align: left;
}
.home-news .home-news__heading {
    color: var(--red1);
}
.home 
div#wsm-gallery-widget_news .row {
    background: var(--dark1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

a.img_outter {
    margin: auto;
    text-align: center;
    display: inline-block;
    margin: auto;
    box-shadow: 0 0px black;
}

.home .home-news__item.columns.end {
    text-align: center;
}

.home .home-news__heading {
    text-transform: uppercase;
}

.home a.btn.about-btn {
    background: var(--dark2);
    color: var(--white);
}
.home .home-news__heading p {
    max-width: 110px;
}

.home .widget_innerfade_description p {
    max-width: 420px;
}
.home div#wsm-gallery-widget_news {
    box-shadow: 0px 3px 10px 0 black;
}
/* social section styles */
.home-social__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 70px;
}

.social-right {
    width: 100%;
}

.social-left .fa-instagram {
    font-size: 8rem;
}

.social-left h2 {
    font-size: 2.5rem;
}
.social-left h2 a{
    color: var(--dark1);
}
/* social section styles end */
@media only screen and (min-width: 768px) {
    .homepage .container::after,.homepage .container::before {
        display:none
    }

    #featured_slideshow_m {
        display: none
    }

    #featured_slideshow_d {
        display: block
    }

    .home-hero__outer::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: calc((400 / 1300) * 100%);
    }

    .home-ymm .wsmjs-attribute-search-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-ymm .wsm_widget_attribute_selector_label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px 0 0
    }

    .home-ymm__heading {
        border-bottom: 0
    }

    .home-ymm .wsm_widget_attribute_selector {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .home-ymm .wsm_widget_attribute_selector .wsmjs-attribute-search-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }

    .home-tp__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(25% - 10px);
        flex: 0 calc(25% - 10px);
        margin: 0 0 20px
    }

    .home-hp .widget_featured_title {
        height: 77px;
        overflow: hidden
    }

    .home-hp {
        padding: 60px 0
    }

    .home-hp .widget_featured_image {
        height: 200px
    }

    .home .home-news__heading {
        font-size: 5rem;
    }
    .social-left .fa-instagram {
        font-size: 12rem;
    }
}

@media only screen and (min-width: 992px) {
    .home-ymm {
        position:relative;
        z-index: 2;
        background: var(--white)
    }

    .home-ymm__container {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }
    .home-heading{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .home-heading h2{
        margin: 0;
        border-left: solid 4px var(--red1);
        padding-left: 5px;
        font-size: 3rem;
    }
    .home-view__all{
        width: 63%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
        text-align: right;
        padding: 5px 15px;
    }
    .home-ymm__heading {
        margin: 0;
        text-align: right;
        font-size: 20px;
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .home-ymm__heading>* {
        position: relative;
        z-index: 2
    }

    .home-ymm__heading small {
        font-size: 14px;
        font-weight: 400;
        display: block
    }

    .home-ymm__selects {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 30px;
        padding: 15px 15px 15px 45px
    }

    .home-ymm .wsmjs-attribute-search-group {
        margin: 0
    }

    .home-brands {
        /* padding-top: 0 */
    }

    #wsm-gallery-widget_fcats>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .home-tp__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(25% - 20px);
        flex: 0 calc(25% - 20px);
        margin: 0 10px 20px
    }

    .home-hp__prods {
        padding: 0 30px
    }

    .home-hp .widget_featured_image {
        height: 150px
    }

    .home-hp .owl-nav {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% + 60px);
        left: -30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 32px;
        color: rgba(255,255,255,.4)
    }

    .home-hp .fprod_prod_info {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .home-news__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
    }

    .home-news__item>a {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%;
        position: absolute;
        top: -50px;
        right: 35px;
        box-shadow: 0 7px 15px 2px var(--dark1);
    }

    .home .home-news__item>.widget_innerfade_description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 75px;
        display: block;
        /* max-width: 500px; */
    }
    /*   about us extra styling   */
    .home div#wsm-gallery-widget_news .row{
        display:block;
    }
   .home .home-social__container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .home .social-left {
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 70px;
    }
    .home .social-left h2{
        font-size: 2rem;
    }
    .home-news {
        padding: 100px 0 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-heading {
        font-size:36px;
        letter-spacing: -1px
    }

    .home-ymm__container {
        width: 1170px
    }

    .home-ymm__heading {
        font-size: 30px
    }

    .home-brands .owl-nav {
        display: block!important
    }

    .home-tp {
        padding: 60px 0
    }

    .home-tp__item>a {
        display: block;
        -webkit-transition: .3s ease all;
        transition: .3s ease all
    }

    .home-tp__item>a:hover>span {
        border-color: var(--blue1)
    }

    .home-tp__item>a:hover+span a {
        color: var(--blue1)
    }

    .home-tp__item .widget_innerfade_name,.home-tp__item .widget_innerfade_name a {
        font-size: 16px
    }

    .home-hp .widget_featured_prod {
        padding: 10px
    }

    .home-hp .widget_featured_prod:hover {
        background: rgba(0,0,0,.2)
    }
    .home-news__item>a {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%;
        position: absolute;
        top: -50px;
        right: 105px;
    }
    .widget_innerfade_description p {
        max-width: 500px;
    }
}

#wsm-cat-brands-catid-,#wsm-cat-list-view .clearfix::after,#wsm-cat-list-view .clearfix::before,#wsm-cat-list-view .wsm-cat-list-item .wsm-cat-actions-wrap,#wsm-cat-list-view.wsm-cat-gallery-view .wsm-cat-description,#wsm-cat-list-view.wsm-cat-list-view .wsm-cat-list-item>div.wsm-cat-info-wrap .clearfix::after,#wsm-prod-list-view .clearfix::after,#wsm-prod-list-view .clearfix::before,#wsm-prod-list-view .wsm-cat-condition,#wsm-prod-list-view .wsm-cat-price-price .wsm-cat-label,#wsm-prod-list-view .wsm-cat-stock-id.wsm-cat-dealer-id,#wsm-prod-list-view .wsm_product_tiered_qty,#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-list-item>div.wsm-cat-info-wrap .clearfix::after,.wsm-cat-cat-image,.wsm-cat-cat-title-fitems.wsm-cat-cat-title-label,.wsm-cat-gallery-view .wsm-cat-info-wrap .wsm-cat-description,.wsm-cat-list.wsm-cat-gallery-view::after,.wsm-cat-list.wsm-cat-gallery-view::before,.wsm-cat-price-save-amount,.wsm-cat-price-save-percent,.wsm-cat-prod-innerwrapper .wsm-cat-list-item br+.wsm-details-button,.wsm-cat-sold.wsm-interface-color-alert,.wsm-prod-gallery-view .wsm-cat-avail-remarks,.wsm-prod-gallery-view .wsm-cat-condition,.wsm-prod-gallery-view .wsm-cat-condition .wsm-cat-label,.wsm-prod-gallery-view .wsm-cat-info-wrap .wsm-cat-description,.wsm-prod-gallery-view .wsm-cat-item-id.wsm-cat-summary,.wsm-prod-gallery-view .wsm-cat-price-call,.wsm-prod-gallery-view .wsm-cat-rating,.wsm-prod-gallery-view .wsm-cat-ship-remarks,.wsm-prod-gallery-view .wsm-cat-stock-id.wsm-cat-dealer-id .wsm-cat-label,.wsm-prod-gallery-view .wsm-cat-tag,.wsm-prod-gallery-view .wsm-prod-quantity,.wsm-store-header-store-title {
    display: none
}

.wsm-qview-hover {
    background: 0 0
}

.wsm-brand-config-title,.wsm-brand-config-title+.wsm-cat-title-sep,.wsm-store-header.wsm-brand-cat-header {
    display: none
}

.wsm-brand-description {
    margin-bottom: 15px
}

.wsm-brand-wrapper .wsm-cat-prod-innerwrapper~.wsm-cat-pagination {
    display: block
}

.wsm_cat_trail {
    font-size: 14px;
    border-bottom: 1px solid var(--light1);
    margin-bottom: 15px;
    padding-bottom: 5px
}

.wsm-cat-trail-faq {
    display: none!important
}

#ags-breadcrumbs,#ags-breadcrumbs .ags-breadcrumb-label-count,#ags-breadcrumbs ul.ags-breadcrumbs-list,.ags-breadcrumbs-list li,.ags_breadcrumb,.breadcrumb>li+li:before {
    display: inline-block!important;
    list-style: none;
    font-size: 12px
}

.ags-breadcrumbs-list {
    padding: 0
}

.breadcrumb,.breadcrumb a {
    font-size: 12px;
    border-radius: 0
}

#ags-breadcrumbs .ags-breadcrumb-label-count,.wsm-cat-trail-cat.ags_cat_trail_split {
    display: none!important
}

.wsm-pcat-header-sec-sum {
    display: none
}

.wsm_cat_ext_descrption {
    padding: 15px 0
}

.wsm-brand-image-descrip-wrapper {
    margin: 0 0 15px
}

@media screen and (max-width: 767px) {
    #off-canvas-toggle {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        border-bottom: 2px solid var(--light1);
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    #off-canvas-toggle>button,#sb-feedback-top>button {
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
        text-align: left;
        padding: 10px 20px!important;
        margin-right: 10px;
        font-size: 12px
    }

    #off-canvas-toggle>button i,#sb-feedback-top>button i {
        margin-right: 10px
    }

    #off-canvas-toggle .ags-reset-filters,#sb-feedback-top>.ags-reset-filters+button {
        float: none!important;
        margin-left: auto!important
    }

    .sb-result-count {
        display: none
    }

    #sb-feedback-top {
        padding: 15px!important;
        background: var(--light1);
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        text-align: left
    }
}

.wsm-cat-image-descrip-wrapper:empty {
    display: none
}

.wsm-store-header.wsm-cat-header {
    font-size: 18px
}

h3.wsm-attr-view-unv.wsm-attr-view-unv-top {
    margin: 0
}

h3.wsm-attr-view-unv.wsm-attr-view-unv-top a {
    font-size: 18px
}

#ags-categories-list {
    margin: 0 0 15px;
    padding: 0 15px
}

#documents .wsm-cat-pagination-nav li {
    cursor: pointer
}

#wsm-cat-adminbar,#wsm-prod-adminbar {
    background: var(--light1);
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-size: 12px
}

#documents~#wsm-cat-adminbar {
    display: none
}

#wsm-cat-adminbar span+select,#wsm-prod-adminbar span+select {
    display: inline-block
}

#filter-sort {
    background: var(--white)
}

.wsm-cat-admin-bar-sort-wrapper {
    float: left
}

#wsm-cat-adminbar-view,.wsm-cat-adminbar-view {
    float: right;
    font-size: 12px
}

.wsm-cat-admin-bar-view-pagination {
    margin-right: 5px
}

.wsm-cat-pagination {
    background: #ddd;
    padding: 5px;
    font-size: 11px
}

.wsm-cat-pagination-nav {
    width: auto;
    padding: 0;
    margin: 0
}

.wsm-cat-pagination-nav span {
    font-family: arial,sans-serif
}

.wsm-cat-pagination-nav span:hover {
    text-decoration: underline
}

.wsm-cat-pagination-nav .wsm-cat-pag-next span:hover,.wsm-cat-pagination-nav .wsm-cat-pag-prev span:hover {
    text-decoration: underline;
    cursor: pointer
}

.wsm-cat-pag-next,.wsm-cat-pag-prev,.wsm-cat-switch-view,.wsm-prod-switch-view {
    cursor: pointer
}

.wsm-cat-pagination-nav li a {
    color: var(--dark1)
}

.wsm-cat-gallery-view,.wsm-prod-gallery-view {
    line-height: 1.4;
    font-size: 14px
}

#wsm-prod-list-view .wsm-cat-condition,#wsm-prod-list-view .wsm-cat-price-price .wsm-cat-price-was-value::before,#wsm-prod-list-view .wsm-cat-pricebox .wsm-cat-label,#wsm-prod-list-view .wsm-cat-stock-id.wsm-cat-dealer-id,#wsm-prod-list-view .wsm-prod-qty-title,.wsm-cat-rating,.wsm-prod-gallery-view .wsm-cat-stock-id.wsm-cat-dealer-id {
    font-size: 11px
}

#wsm-cat-list-view.wsm-cat-gallery-view .wsm-cat-title,.wsm-cat-prod-innerwrapper .wsm-cat-title {
    font-size: 13px;
    word-wrap: break-all;
    word-wrap: break-word
}

#wsm-cat-list-view.wsm-cat-gallery-view .wsm-cat-title a {
    word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.wsm-cat-list-view .wsm-cat-title {
    margin-bottom: 5px
}

#wsm-prod-list-view .wsm-cat-stock-id.wsm-cat-dealer-id {
    color: var(--mid1)
}

#wsm-prod-list-view .wsm-cat-stock-id.wsm-cat-dealer-id::before {
    content: 'SKU: '
}

#wsm-prod-list-view .wsm-cat-price-price .wsm-cat-price-was-value::before,#wsm-prod-list-view .wsm-cat-pricebox .wsm-cat-label {
    text-transform: uppercase
}

#wsm-prod-list-view .wsm-cat-price-price-value {
    font-weight: 700
}

#wsm-prod-list-view .wsm-cat-price-sale .wsm-cat-label {
    color: var(--red1)
}

#wsm-prod-list-view .wsm-cat-price-sale-value {
    color: var(--dark1);
    font-size: 18px;
    font-weight: 700
}

#wsm-prod-list-view .wsm-cat-price-price .wsm-cat-price-was-value {
    opacity: .7;
    text-decoration: line-through
}

#wsm-prod-list-view .wsm-cat-price-price .wsm-cat-price-was-value::before {
    content: 'Was '
}

.wsm-cat-price {
    font-weight: 700
}

#wsm-prod-list-view .wsm-cat-new {
    padding: 5px;
    background: gold;
    color: var(--black);
    line-height: 1;
    font-size: 12px;
    margin: 0 0 5px;
    display: inline-block
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-new {
    position: absolute;
    top: 0;
    right: 0
}

.wsm-cat-actions-wrap>.wsm-interface-color-alert {
    font-size: 12px;
    margin-bottom: 5px
}

#wsm-cat-list-view .wsm-cat-description,#wsm-prod-list-view .wsm-cat-description {
    font-size: 13px;
    line-height: 1.4
}

.wsm-cat-list-item,.wsm-prod-list-item {
    height: auto!important
}

.wsm-cat-image,.wsm-prod-image {
    height: 100%!important
}

.wsm-cat-images-wrap {
    width: 100%!important
}

.wsm-cat-no-image {
    width: auto!important;
    line-height: 1!important;
    height: 100%!important;
    background: url(/files/images/no-image-avail-large.jpg) no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    min-height: 130px;
    width: 100%!important
}

.wsm-cat-brand.wsm-cat-brand-image {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: var(--white);
}

.wsm-cat-brand.wsm-cat-brand-image img {
    max-height: 24px;
    margin: 0
}

#wsm-prod-list-view::after,#wsm-prod-list-view::before {
    display: none
}

.body_cat div[class*=list-view] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.body_cat div[class*=list-view] .wsm-cat-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--light3);
    padding: 0 0 5px;
    margin: 0 0 5px
}

.body_cat div[class*=list-view] .wsm-cat-images-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 100px;
    flex: 0 100px;
    margin-right: 15px
}

.body_cat div[class*=list-view] .wsm-cat-images-wrap img {
    margin: 0
}

.body_cat div[class*=list-view] .wsm-cat-info-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.body_cat div[class*=list-view] .wsm-cat-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.body_cat .wsm-prod-list.wsm-cat-list-view .wsm-cat-list-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    position: relative
}

.wsm-prod-list.wsm-cat-list-view .wsm-cat-actions-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: right
}

.body_cat .wsm-prod-list.wsm-cat-list-view .wsm-cat-title {
    font-size: 16px
}

.wsm-prod-list.wsm-cat-list-view .wsm-cat-pricebox {
    margin: 0 0 5px;
    padding-top: 10px
}

.wsm-prod-list.wsm-cat-list-view .wsm-cat-form>* {
    margin: 0 0 5px;
    display: inline-block
}

.body_cat div[class*=gallery-view],.body_cat div[class*=gallery-view][class*=list-view] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.body_cat div[class*=gallery-view] .wsm-cat-list-item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-color: var(--light3);
    border-width: 0 0 1px 1px;
    border-style: solid;
    position: relative;
    margin: 0;
    min-width: 50%
}

.body_cat div[class*=gallery-view] .wsm-cat-list-item:last-child {
    border-right-width: 1px
}

.body_cat div[class*=gallery-view] .wsm-cat-list-item:nth-child(even) {
    border-right-width: 1px
}

.body_cat div[class*=gallery-view] .wsm-cat-images-wrap {
    height: 130px!important;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 0
}

.body_cat div[class*=gallery-view] .wsm-cat-image a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body_cat div[class*=gallery-view] .wsm-cat-image a:hover {
    text-decoration: none
}

.body_cat div[class*=gallery-view] .wsm-cat-image img {
    max-height: 100%;
    margin: 0
}

.body_cat div[class*=gallery-view] .wsm-cat-title {
    text-align: center;
    font-size: 12px
}

.wsm-prod-list button {
    word-wrap: break-word;
    white-space: normal;
    font-size: 12px
}

.body_cat div[class*=gallery-view] .wsm-cat-info-wrap {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 10px 0;
    text-align: center
}

.wsm-prod-list button i {
    margin: 0 5px 0 0
}

.wsm-prod-list.wsm-prod-gallery-view .wsm-cat-pricebox {
    text-align: center;
    padding: 0;
    margin-top: auto
}

.wsm-prod-list.wsm-prod-gallery-view .wsm-cat-actions-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wsm-prod-list.wsm-prod-gallery-view .wsm-cat-form {
    text-align: center;
    margin-top: auto;
    padding-top: 15px
}

.wsm-prod-list.wsm-prod-gallery-view .wsm-cat-actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0 0;
    text-align: center
}

@media only screen and (min-width: 992px) {
    .body_cat div[class*=gallery-view] .wsm-cat-list-item {
        -webkit-box-flex:0;
        -ms-flex: 0 33.33%;
        flex: 0 33.33%;
        min-width: 33%
    }

    .body_cat div[class*=gallery-view] .wsm-cat-list-item:nth-child(even) {
        border-right-width: 0
    }

    .body_cat div[class*=gallery-view] .wsm-cat-list-item:last-child,.body_cat div[class*=gallery-view] .wsm-cat-list-item:nth-child(3n+3) {
        border-right-width: 1px
    }

    .body_cat div[class*=gallery-view] .wsm-cat-list-item:first-child {
        border-right-width: 0
    }

    .body_cat div[class*=gallery-view] .wsm-cat-list-item:last-child {
        border-right-width: 1px
    }

    .body_cat div[class*=gallery-view] .wsm-cat-title {
        font-size: 15px;
        line-height: 1.3;
        height: 80px;
        overflow: hidden
    }

    .body_cat div[class*=gallery-view] .wsm-cat-list-item {
        padding: 15px
    }

    .body_cat div[class*=gallery-view] .wsm-cat-images-wrap {
        height: 180px!important;
        max-height: 180px
    }

    .body_cat div[class*=gallery-view]:hover .wsm-cat-list-item {
        -webkit-transition: .3s ease all;
        transition: .3s ease all
    }

    .body_cat .wsm-prod-list.wsm-cat-list-view .wsm-cat-list-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .body_cat div[class*=list-view] .wsm-cat-images-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 180px;
        flex: 0 180px;
        margin: 0 auto
    }

    .body_cat .wsm-prod-list.wsm-cat-list-view .wsm-cat-info-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px
    }

    .wsm-prod-list.wsm-cat-list-view .wsm-cat-actions-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 180px;
        flex: 0 180px;
        text-align: right;
        margin: 0 0 0 15px!important
    }

    .wsm-prod-list.wsm-cat-list-view .wsm-cat-pricebox {
        padding: 0;
        margin: 0
    }

    .wsm-prod-list.wsm-cat-list-view .wsm-cat-form>* {
        margin: 0 0 5px;
        display: unset;
        text-align: right
    }

    .wsm-prod-list.wsm-cat-list-view .wsm-cat-form .wsm-prod-quantity {
        display: block;
        margin: 5px 0 10px
    }

    .wsm-prod-list button {
        font-size: 14px
    }
}

@media only screen and (min-width: 1200px) {
    .wsm-store-header.wsm-pcat-header::after {
        width:12%
    }
}

#wsm-prod-info .wsm-cat-price-save-amount,#wsm-prod-info .wsm-cat-price-save-percent,.wsm-cat-ship-remarks span.wsm-cat-label,.wsm-catalog-hr,.wsm-prod-head-images.wsm-prod-head-zoom-images,.wsm-prod-tab-shipping.wsm-prod-tab-shipping,.wsm_horz_menu.wsm-catalog-product-nav,.wsm_product_info_condition {
    display: none!important
}

.body_product .row.master>div>a {
    font-size: 12px;
    color: var(--dark1);
    line-height: 1
}

#wsm-prod-images-container .wsm-prod-image-brand-image {
    margin: 0 0 5px
}

#wsm-prod-images-container .wsm-prod-image-brand-image img {
    max-height: 60px;
    max-width: 150px
}

#wsm-product-wrapper #wsm-prod-images-container {
    position: relative
}

#wsm-product-wrapper #wsm-prod-rotate-image,.ps .ps-prod-img #wsm-prod-rotate-image {
    height: 200px!important;
    position: relative;
    text-align: center;
    margin: 0 0 15px!important
}

#wsm-prod-rotate,.productRotateImage {
    height: 100%
}

.productRotateImage>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.productRotateImage>a+a {
    display: none
}

#wsm-product-wrapper #wsm-prod-rotate-image img,.productRotateImage>a img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto
}

#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image {
    height: 200px!important
}

.wsm-prod-head-add-images {
    display: none
}

#wsm-prod-addtnl-images,.wsm-prod-addtnl-images {
    overflow-y: hidden;
    overflow-x: scroll;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    margin: 20px 0
}

.wsm-prod-image-bar {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    text-align: left;
    position: relative;
    white-space: nowrap
}

.wsm_product_thumb {
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px;
    vertical-align: top;
    position: static
}

.wsm_product_thumb>a:first-child {
    height: auto;
    position: relative;
    display: block
}

.wsm_product_thumb>a.colorbox {
    display: none
}

.wsm_product_thumb img {
    max-width: 100%;
    max-height: 80px;
    position: relative;
    margin-bottom: 0
}

#wsm-prod-info-container {
    margin-left: unset!important
}

h1.wsm-prod-title {
    font-size: 24px;
    margin: 0 0 10px;
    margin-bottom: 15px!important
}

#wsm-prod-info-container .wsm-cat-avail-2.wsm-avail-inventory,#wsm-prod-info-container .wsm-cat-ship-remarks {
    margin-bottom: 15px
}

.wsm-cat-ship-remarks.wsm-cat-ship-free-msg {
    color: var(--green1);
    font-weight: 700
}

.wsm-cat-ship-remarks.wsm-cat-ship-free-msg::before {
    content: '\f0d1';
    font-family: var(--fontawesome);
    font-weight: 900;
    margin-right: 5px
}

#wsm-product-wrapper #wsm-prod-info .wsm-prod-summary {
    margin: 15px auto
}

#wsm_customer_login_form {
    border: 1px solid rgba(0,0,0,.2);
    padding-top: 15px;
    background: rgba(0,0,0,.08);
    padding: 15px
}

.env-zone-account #wsm_customer_login_form {
    max-width: 400px
}

.env-zone-account #wsm_form_email,.env-zone-account #wsm_form_password {
    width: 100%;
    margin: 0
}

.env-zone-account label[for*=wsm_form_password] {
    margin-top: 15px
}

.wsm_news_share {
    line-height: 1;
    display: block
}

.wsm_news_share li {
    margin-bottom: 15px
}

#wsm-prod-info .wsm_product_info_itemid.wsm-prod-stock-id.wsm-prod-dealer-id,#wsm-product-wrapper .wsm-prod-rating {
    font-size: 14px;
    margin: 0
}

.wsm-prod-rating-title {
    color: var(--dark1)
}

#wsm-prod-info .wsm_product_info_itemid.wsm-prod-stock-id.wsm-prod-dealer-id label {
    font-weight: 400;
    margin: 0
}

p:empty {
    display: none
}

#wsm-prod-info .wsm_product_info_itemid.wsm-prod-stock-id.wsm-prod-dealer-id .wsm-prod-rating a {
    color: var(--dark1)
}

.wsm-prod-sku {
    font-weight: 700;
    margin: 0 0 0 5px
}

.sharethis_wrap {
    margin-bottom: 5px
}

#wsm-product-wrapper .wsm_product_info_tag {
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 15px
}

.wsm-prod-pricebox {
    padding: 15px;
    border-top: 2px solid var(--light1);
    border-bottom: 2px solid var(--light1);
    margin: 15px 0 15px
}

#wsm-prod-pricing {
    background: var(--light1);
    padding: 15px 15px 0;
    text-align: center;
    margin-bottom: 15px
}

.wsm-cat-pricebox .wsm-cat-label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

.wsm-avail-please-call-number {
    margin-bottom: 15px
}

#wsm-product-wrapper .wsm-cat-pricebox .wsm-cat-price-was {
    opacity: .5;
    margin: 0;
    font-size: 20px;
    text-decoration: line-through
}

#wsm-product-wrapper .wsm-cat-price-sale {
    font-weight: 700;
    font-size: 24px;
    color: var(--black)
}

#wsm-product-wrapper .wsm-cat-price-sale .wsm-cat-label {
    color: var(--red1);
    font-weight: 700
}

#wsm-product-wrapper .wsm-cat-price-sale-value {
    color: var(--black)
}

#wsm-product-wrapper .wsm-cat-price-group-name {
    font-weight: 700;
    display: inline-block;
    font-size: 14px
}

#wsm-product-wrapper .wsm-cat-price-group-your {
    display: none
}

#wsm-product-wrapper .wsm-cat-price-group {
    font-weight: 700;
    font-size: 20px
}

#wsm-product-wrapper .wsm-cat-price-group,.wsm-cat-price-group-name {
    color: #3c763d
}

#wsm-prod-info-container .wsm-prod-options-box,#wsm-prod-info-container .wsm-tiered-pricing {
    width: auto;
    background: rgba(0,0,0,.05);
    padding: 5px;
    text-align: left;
    margin: 0 0 15px!important;
    padding: 15px;
    border: 2px solid rgba(0,0,0,.1);
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

#wsm-prod-info-container .wsm-option-group-heading,#wsm-prod-info-container .wsm-tiered-pricing h3 {
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-size: 16px;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left
}

.body_product .wsm_option_label {
    color: var(--dark1);
    font-size: 12px;
    font-weight: 400!important;
    width: 100%
}

.body_product .wsm_option_label h4 {
    font-weight: 400;
    font-family: var(--font1);
    font-size: 14px;
    line-height: 1.2;
    color: var(--dark1);
    margin: 0 0 10px
}

.body_product div.product_option_set {
    margin: 0!important;
    position: relative!important
}

.body_product .wsmjs-option-selector {
    display: inline-block!important;
    text-align: left;
    width: 100%
}

.body_product .wsm_color_required {
    font-size: 12px;
    text-align: left;
    margin-top: 0;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700
}

.body_product #wsm-prod-options-container .dropdown {
    margin: 13px 0 0 1px;
    width: 90%!important;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    box-shadow: 5px 5px 15px rgba(0,0,0,.2)
}

.body_product .option {
    height: auto;
    line-height: 1.4;
    padding: 15px!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    position: relative
}

.body_product .wsm_product_option_dropdown_name {
    padding-right: 110px;
    display: block
}

.body_product .wsm_product_option_dropdown_price {
    font-weight: 700;
    float: right;
    width: 100px;
    display: block;
    margin-left: 0!important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    padding: 0 15px
}

.body_product .option.highlight {
    background: var(--red1)!important
}

.body_product div.product_option_value_extended {
    background: #ddd;
    color: var(--dark1);
    margin: 13px 0 0 0;
    right: 100%!important;
    left: auto!important
}

.body_product div.product_option_set .selector.wsmjs-option-selector {
    width: 100%;
    padding: 5px 30px 5px 15px;
    background-position: right -627px;
    background-image: none;
    white-space: normal;
    position: relative
}

.body_product div.product_option_set .selector.wsmjs-option-selector::after {
    font-family: var(--fontawesome);
    font-weight: 900;
    content: "\f078";
    color: var(--mid1);
    position: absolute;
    top: 0;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.body_product .wsm_tiered_pricing_row {
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,.2);
    overflow: hidden
}

.body_product .wsm-tiered-pricing .wsm-tiered-purchase {
    width: auto;
    font-size: 12px;
    vertical-align: bottom;
    text-transform: uppercase;
    float: none;
    display: inline-block
}

.body_product .wsm-tiered-price {
    display: inline-block;
    color: var(--black)
}

.body_product span.wsm_tiered_price {
    color: var(--black);
    font-weight: 700
}

.body_product .wsm_product_price_label_yourprice,.body_product .wsm_product_tiered_qty {
    display: inline-block;
    font-size: 14px
}

.body_product .wsm_product_price_label_yourprice br {
    display: none
}

.body_product .wsm_product_tiered_qty::before {
    content: 'for '
}

.body_product .wsm-cat-price-sale-value.wsm-cat-price-group-value {
    font-weight: 700
}

#wsm-prod-pricing .wsm-prod-summary {
    margin: 15px -15px 0;
    background: var(--white);
    padding: 15px 15px 0;
    text-align: left
}

#wsm-product-wrapper .product_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid var(--light1);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#wsm-product-wrapper .wsm-prod-quantity {
    margin-right: 10px
}

#wsm-product-wrapper .wsm-prod-qty-title {
    font-size: 12px
}

#wsm-product-wrapper .wsm-prod-qty-field {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    margin-top: 0
}

.prod-form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.prod-form-btns>button {
    max-width: 350px
}

.prod-form-btns .wsm-addtocart-button {
    margin: 0 0 5px;
    padding: 15px 10px 15px 10px;
    font-size: 18px
}

.prod-form-btns .wsm-addtocart-button::before,.prod-form-btns .wsm-addwishlist-button::before {
    content: '\f217';
    font-family: var(--fontawesome);
    font-weight: 900;
    margin-right: 10px
}

.prod-form-btns .wsm-addwishlist-button::before {
    content: '\f0fe'
}

.prod-form-btns .wsm-addwishlist-button {
    background: var(--mid1);
    border: 0;
    color: var(--white)
}

.prod-form-btns .wsm-addwishlist-button:hover {
    background: var(--dark1)
}

.wsm-cat-avail-remarks .wsm-cat-label {
    display: block
}

.wsm-cat-avail-remarks {
    background: rgba(255,255,255,.6);
    color: var(--white);
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    font-size: 12px;
    color: var(--dark1);
    margin: 0 0 10px
}

.wsm-prod-buttons>button {
    padding: 0;
    background: 0 0;
    font-size: 14px;
    margin: 0 5px 0 0
}

.wsm-prod-buttons .wsm-inquiry-button::before,.wsm-prod-buttons .wsm-tellafriend-button::before {
    content: '\f059';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px
}

.wsm-prod-buttons .wsm-tellafriend-button::before {
    content: '\f1d8'
}

.body_product .wsm-cat-price-price {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body_product .wsm-cat-price-price .wsm-cat-label {
    display: none
}

.body_product .wsm-cat-price-price::before {
    content: 'Our Price';
    font-size: 14px;
    margin-right: 10px
}

.ags-prod-vehicle-selected {
    background: rgba(0,0,0,.1);
    border: 2px solid rgba(0,0,0,.1);
    margin-bottom: 5px
}

.ags-prod-vehicle-selected__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid rgba(0,0,0,.1)
}

.ags-prod-vehicle-selected__right {
    padding: 5px;
    text-align: right
}

.ags-prod-vehicle-selected__left .alert {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    border: 0;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vehicle-selected {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2
}

.vehicle-selected span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400
}

#wsm-product-wrapper .wsm-prod-tabs-container {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0
}

.wsm-prod-tab-prod-reviews,.wsm-prod-tab-whats-included {
    display: none!important
}

.wsm-prod-tabs::after,.wsm-prod-tabs::before {
    display: none
}

.wsm-prod-tabs {
    border: 2px solid var(--light1);
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: var(--white);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2%
}

.nav-tabs>li {
    border: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin: 0 0 2%
}

.nav-tabs>li>a {
    color: var(--dark1);
    border-radius: 0;
    margin: 0;
    padding: 10px;
    background: var(--light1);
    border: 0;
    border: 0 solid var(--white);
    font-size: 14px;
    text-transform: uppercase
}

.nav-tabs>li:last-child>a {
    border-bottom: 0 solid #bbb!important
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    background: var(--dark1);
    margin: 0;
    color: var(--white);
    border: 0 solid var(--white)!important
}

.wsm-tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prod-bottom .wsm-tab-content {
    border: 2px solid var(--light1);
    border-top: 0;
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

#wsm-prod-tab-review {
    display: block!important;
    background: var(--white);
    border: 0;
    padding: 0;
    margin: 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.wsm-tab-content-whats-included {
    display: block!important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wsm-tab-container h2,h2#cross_sell_suggest {
    margin-top: 0;
    font-size: 20px
}

.body_product h4.wsm_news_post {
    font-size: 14px;
    font-weight: 400
}

#solrtest {
    position: relative;
    margin: 0 0 15px
}

#solrtest::before {
    content: 'Compatible Vehicles';
    font-family: var(--font2);
    font-size: 20px;
    margin: 0 0 5px;
    display: block
}

#solrtest label {
    display: none
}

.ymms {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    border: 2px solid var(--light1)
}

.ymms a {
    pointer-events: none;
    color: var(--dark1);
    display: none
}

.ymms a[href*=JEEP] {
    display: inline
}

.body_product .wsm-tab-container img {
    width: auto!important;
    height: auto!important
}

.wsm_news_post_comment,.wsm_news_posted_comments {
    background: var(--white);
    width: 100%;
    padding: 15px;
    border: 2px solid var(--light1)
}

.wsm_news_post_comment table {
    border-collapse: separate;
    border-spacing: 5px
}

.wsm_news_post_comment.wsm_product_review_form input[type=password],.wsm_news_post_comment.wsm_product_review_form input[type=text] {
    width: 100%;
    padding: 5px
}

.wsm_review_first {
    margin-bottom: 0;
    font-weight: 700
}

.wsm_horz_menu.wsm_comment_login {
    display: block;
    margin: 15px 0
}

.wsm_horz_menu.wsm_comment_login>li {
    display: block!important;
    float: none;
    padding: 0;
    margin: 0;
    border: 0
}

.wsm-tab-content-prod-details {
    overflow: hidden
}

.prod-included,.prod-installation {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.text-green {
    color: var(--green1)
}

.text-red {
    color: var(--red1)
}

text-gold {
    color: var(--blue1)
}

.wsm-prod-attachments {
    padding: 0
}

#wsm-prod-cross-sell-container .cross_sell {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--light1);
    padding: 15px 0
}

#wsm-prod-cross-sell-container .wsm-cat-no-image {
    min-height: 120px;
    text-align: center;
    margin: 0 15px 0 0
}

#wsm-prod-cross-sell-container .cross_sell_image {
    margin: 0 15px 0 0
}

#wsm-prod-cross-sell-container .cross_sell_title {
    font-size: 14px;
    text-align: left
}

#wsm-prod-cross-sell-container .cross_sell img {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto
}

#wsm-prod-cross-sell-container .wsm-cat-no-image {
    width: 100%!important;
    height: 50px!important;
    line-height: 1!important;
    text-indent: -9999em;
    font-size: 0;
    background: #fff url(/files/images/no-image-avail-large.jpg) no-repeat center center;
    background-size: contain
}

#wsm-prod-cross-sell-container .cross_sell_btn {
    text-align: right
}

#wsm_product_review_column form[action*='/account.html'] table {
    width: 100%
}

#wsm_product_review_column form[action*='/account.html'] tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#wsm_product_review_column form[action*='/account.html'] tr>td:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 120px;
    flex: 0 120px
}

#wsm_product_review_column form[action*='/account.html'] tr>td:first-child+td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#wsm_product_review_column form[action*='/account.html'] tr>td[colspan*='2'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 0
}

#wsm_product_review_column form[action*='/account.html'] tr>td[colspan*='2'] li {
    width: auto!important;
    display: inline-block!important;
    margin: 0 0 0 15px
}

.wsm_horz_menu.wsm_comment_login {
    margin: 0
}

.productCats {
    list-style: none
}

@media only print,only screen and (min-width: 768px) {
    #wsm-prod-images-container .wsm-prod-image-brand-image {
        text-align:left
    }

    #wsm-product-wrapper #wsm-prod-rotate-image,.ps .ps-prod-img #wsm-prod-rotate-image {
        height: 340px!important
    }

    #wsm-prod-addtnl-images,.wsm-prod-addtnl-images {
        overflow: auto
    }

    .wsm-prod-addtnl-images {
        overflow-y: auto;
        overflow-x: auto
    }

    .wsm-prod-image-bar {
        white-space: normal;
        overflow: auto
    }

    #wsm-prod-info {
        text-align: left
    }

    #wsm-product-wrapper .product_form {
        text-align: left
    }

    .wsm-prod-tabs {
        padding: 0;
        background: var(--light1);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nav-tabs>li {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin: 0
    }

    .nav-tabs>li>a {
        padding: 10px 20px
    }

    .nav-tabs>li:last-child>a {
        border-bottom: 0 solid #bbb!important
    }

    .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
        background: var(--white);
        color: var(--dark1)
    }
}

@media only screen and (min-width: 992px) {
    .prod-top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    h1.wsm-prod-title {
        font-size: 28px;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }

    #wsm-product-wrapper #wsm-prod-images-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 60%;
        flex: 0 60%
    }

    #wsm-product-wrapper #wsm-prod-rotate-image {
        height: 500px!important
    }

    #wsm-prod-info-container {
        padding-left: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%
    }

    .prod-bottom .wsm-tab-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .prod-bottom .wsm-tab-content-whats-included {
        display: block!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 350px;
        flex: 0 350px
    }

    #wsm-product-wrapper #wsm-prod-pricing {
        text-align: center;
        padding-bottom: 15px
    }

    #wsm-product-wrapper .wsm-prod-buttons>button:hover {
        text-decoration: underline;
        color: var(--gold2)
    }

    .prod-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        border-top: 2px solid var(--light1);
        margin-top: 30px
    }

    #wsm-product-wrapper .wsm-prod-tabs-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    #wsm-prod-cross-sell-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%;
        padding-left: 30px;
        margin: 30px 0 0 0
    }
}

@media only screen and (min-width: 1200px) {
    #wsm-product-wrapper #wsm-prod-rotate-image {
        height:400px!important;
        height: auto!important;
        min-height: 400px
    }

    #wsm-product-wrapper #wsm-prod-rotate-image img,.productRotateImage>a img {
        max-height: 700px
    }
}

#wsm_cart_master_wrapper {
    padding: 15px 0
}

.wsm_cart_section_inner_wrap {
    padding: 0;
    margin: 15px auto
}

#wsm_cart_mycart h2 {
    border: 0;
    background: 0 0
}

h3.wsm_cart_table_headers {
    font-style: normal;
    color: var(--dark1);
    font-weight: 400;
    font-size: 18px
}

.wsm_cart_item_id,.wsm_cart_item_links ul li,.wsm_cart_item_price,.wsm_cart_item_qty_info {
    font-weight: 400;
    font-size: 13px
}

.wsm_cart_item_info .wsm_cart_item_name {
    font-weight: 400
}

.wsm_cart_item_price_info .wsm_cart_item_total {
    text-decoration: none
}

.wsm_cart_total_wrapper span.wsm_cart_total_col2 {
    color: var(--black)
}

.wsm_cart_item_info_wrapper {
    line-height: 1.4
}

.wsm_interface_cart_update_btn {
    font-size: 10px
}

.wsm_cart_actions.wsm_cart_actions_bottom {
    margin-top: 15px
}

.wsm_cart_ship_ups_disclaimer_bottom {
    font-weight: 400
}

.wsm_cart_zip_code+p {
    display: none
}

.wsm_cart_zip_code .wsm_cart_shipping_tool_input {
    margin: 0 0 15px!important;
    display: block
}

.wsm_cart_item_info .wsm_cart_item_name,.wsm_cart_item_price_info .wsm_cart_item_sale,.wsm_cart_item_price_info .wsm_cart_item_total,.wsm_cart_rd_wrapper {
    font-size: 100%
}

.wsm_cart_rd_wrapper button {
    padding: 5px 10px
}

#wsm_cart_estimate_shipping {
    border-top: 1px solid var(--light3);
    padding-top: 15px
}

.wsm_interface_cart_btn.wsm_interface_cart_catalog_btn,.wsm_interface_cart_btn.wsm_interface_cart_update_btn {
    background: var(--light1);
    display: block;
    margin: 15px auto;
}

@media only screen and (min-width: 768px) {
    .wsm_interface_cart_btn.wsm_interface_cart_checkout_btn {
        font-size:20px
    }

    .wsm-cart-checkout-buttons {
        width: auto
    }
}

#wsm_cart_cross_sell.wsm_cart_section,.wsm_cart_actions.wsm_cart_actions_top,.wsm_cart_anchors.wsm_cart_anchors_cart,.wsm_checkout_next {
    display: none
}

#wsm_checkout_master_wrapper nav {
    display: none
}

.checkout_step {
    font-size: 13px;
    opacity: .6;
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

.checkout_step+span {
    font-weight: 400
}

#wsm_checkout_master_wrapper h2 {
    border: 0;
    background: 0 0;
    border-bottom: 5px solid var(--light3)
}

.wsm_checkout_accordion h3.ui-state-active,.wsm_checkout_accordion h3.ui-state-focus,.wsm_checkout_next a {
    background: var(--red1)
}

.wsm_cart_rd_wrapper #wsm_form_card_date_year,.wsm_cart_rd_wrapper #wsm_form_credit_expire_month,.wsm_cart_rd_wrapper input[type=email],.wsm_cart_rd_wrapper input[type=number],.wsm_cart_rd_wrapper input[type=password],.wsm_cart_rd_wrapper input[type=tel],.wsm_cart_rd_wrapper input[type=text] {
    border-color: var(--mid1);
    border-radius: 0
}

.wsm_checkout_field>select {
    border-color: var(--mid1);
    border-radius: 0
}

.wsm_cart_shipping_tool_container .wsm_interface_error {
    background: var(--light1);
    padding: 15px;
    border: 1px solid var(--light3);
    color: var(--dark1);
    font-weight: 400;
    font-size: 12px;
    padding: 5px
}

.wsm_checkout_same_address {
    font-size: 12px;
    line-height: 1.4
}

.wsm_checkout_field label {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--dark1)
}

.wsm_checkout_field {
    margin-bottom: 10px
}

.wsm_interface_login_button,.wsm_interface_register_button {
    text-align: left
}

.wsm_cof_pay_cc_cid #wsm_form_credit_cid {
    width: 100px
}

.wsm_cart_coupons.wsm_cart_coupons_inactive {
    display: none
}

#featured_slideshow_feat_brands_carousel,#wsm_checkout_master_wrapper,.master {
    -webkit-animation-name: wsmFadeIn;
    -webkit-animation-duration: 1s;
    animation-name: wsmFadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes wsmFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes wsmFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#s2d-msg-no-selection-made {
    clear: both
}

.wsm_checkout_dealer_address {
    display: inline-block
}

.wsm_checkout_dealer_address>label {
    background: var(--red1);
    color: var(--white);
    font-weight: 700;
    padding: 15px 30px;
    line-height: 1.2;
    font-weight: 900;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid #1140a0
}

.wsm_checkout_dealer_address>label::before {
    content: '\f25a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    margin-right: 15px
}

.wsm_checkout_dealer_address>label small {
    font-weight: 400
}

.wsm_checkout_dealer_address>label input {
    margin: 0!important;
    position: static!important;
    display: none
}

@media only screen and (min-width: 768px) {
    .wsm_cart_rd_wrapper input[type=email],.wsm_cart_rd_wrapper input[type=number],.wsm_cart_rd_wrapper input[type=password],.wsm_cart_rd_wrapper input[type=tel],.wsm_cart_rd_wrapper input[type=text],.wsm_cart_rd_wrapper select {
        width:100%
    }

    .wsm_checkout_billing_address_wrap,.wsm_checkout_shipping_address_wrap {
        width: 100%
    }

    .wsm_checkout_address_billing_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .wsm_checkout_address_billing_inner>h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3
    }

    .wsm_checkout_address_billing_inner>div {
        width: auto;
        margin: 0 0 10px;
        padding: 0 10px!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%
    }

    .wsm_checkout_address_billing_inner>[class*=a_comp] {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        -webkit-box-flex: 0;
        -ms-flex: 0 33%;
        flex: 0 33%
    }

    .wsm_checkout_address_billing_inner>[class*=a_fname],.wsm_checkout_address_billing_inner>[class*=a_lname] {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        -webkit-box-flex: 0;
        -ms-flex: 0 33%;
        flex: 0 33%
    }

    .wsm_checkout_address_billing_inner>[class*=a_addr1],.wsm_checkout_address_billing_inner>[class*=a_addr2] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .wsm_checkout_address_billing_inner>[class*=a_city],.wsm_checkout_address_billing_inner>[class*=a_state],.wsm_checkout_address_billing_inner>[class*=a_zip] {
        -webkit-box-flex: 0;
        -ms-flex: 0 25%;
        flex: 0 25%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .wsm_checkout_address_billing_inner>[class*=a_country] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 25%;
        flex: 0 25%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .wsm_checkout_address_billing_inner>[class*=a_ext],.wsm_checkout_address_billing_inner>[class*=a_phone] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .wsm_checkout_phone_info {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99
    }
}

.customer-my-orders,.wsm_interface_section.customer-account customer-my-account,.wsm_interface_section.customer-my-account {
    background: var(--light1);
    padding: 15px;
    margin-bottom: 0
}

.customer-account .wsm_interface_order_table {
    background: var(--white);
    padding: 5px
}

.wsm_interface_tab_active {
    background: var(--light1)
}

.modal-content {
    border: 10px solid var(--white);
    -webkit-box-shadow: 0 0 45px rgba(0,0,0,.5);
    box-shadow: 0 0 45px rgba(0,0,0,.5);
    background: var(--light1)
}

.modal-title {
    color: var(--dark1)
}

form.widget_login_header_public_login>div {
    margin-bottom: 15px
}

form.widget_login_header_public_login>div>label {
    display: inline-block;
    width: 100%;
    font-size: 18px
}

.widget_login_email input,.widget_login_password input {
    width: 100%;
    font-size: 18px;
    padding: 5px
}

.widget_login_login_forgotpassword {
    float: right;
    margin-top: 15px
}

.widget_login_submit {
    clear: both
}

.widget_login_loginbar {
    text-align: left;
    margin: 0 0 15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_login_loginbar>li {
    display: inline-block;
    text-align: center;
    margin: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 2px);
    flex: 0 calc(50% - 2px)
}

.widget_login_header {
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid var(--light3);
    margin-top: 15px
}

.widget_login_loginbar>li a {
    opacity: 1;
    text-decoration: none;
    padding: 15px;
    display: block;
    background: rgba(0,0,0,.05);
    font-size: 12px;
    line-height: 1.2
}

.widget_login_loginbar>li a:hover {
    background: rgba(0,0,0,.1)
}

.widget_login_loginbar>li a:hover {
    opacity: 1
}

.widget_login_loginbar .logout .widget_login_loginbar .wishlist,.widget_login_loginbar .view_account,.widget_login_loginbar .view_cart {
    text-align: center
}

.widget_login_loginbar .logout a:before,.widget_login_loginbar .view_account a:before,.widget_login_loginbar .view_cart a:before,.widget_login_loginbar .wishlist a:before {
    content: "\f007";
    color: rgba(0,0,0,.3);
    display: block;
    margin-bottom: 5px;
    font-family: var(--fontawesome);
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.widget_login_loginbar .view_cart a:before {
    content: "\f07a"
}

.widget_login_loginbar .logout a:before {
    content: '\f2f5'
}

.widget_login_loginbar .wishlist a:before {
    content: "\f005"
}

.wsm_interface_header.wsm_interface_header_myaccount {
    font-size: 24px;
    font-weight: 700
}

.wsm_interface_info.wsm_interface_myaccount_welcome_msg {
    padding: 15px;
    margin: 15px 0
}

.wsm_interface_links {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.wsm_interface_section.wsm_interface_background {
    margin-bottom: 0
}

#widget_recent_orders ul,#widget_wishlist ul {
    padding: 0;
    list-style: none;
    margin: 5px 0
}

.widget_view_all_orders,.widget_view_wishlist {
    background: var(--dark1);
    padding: 5px 15px;
    display: inline-block;
    color: var(--white);
    font-size: 12px
}

.widget_view_all_orders:hover,.widget_view_wishlist:hover {
    color: var(--white);
    text-decoration: none
}

#customer-account-tabs>li:nth-child(3) a::before,#customer-account-tabs>li:nth-child(4) a::before {
    content: "\f07a";
    font-family: var(--fontawesome);
    font-weight: 900;
    margin-right: 5px
}

#customer-account-tabs>li:nth-child(4) a::before {
    content: "\f005"
}

.wsm_interface_wrapper_account_view {
    position: relative
}

.wsm_interface_header_myaccount+.wsm_interface_section>.wsm_interface_links {
    position: absolute;
    top: 10px;
    right: 0
}

.no-prods+#documents {
    display: none
}

@media only screen and (max-width: 767px) {
    #customer-account-tabs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #customer-account-tabs>li:nth-child(3),#customer-account-tabs>li:nth-child(4) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
        background: var(--dark1);
        display: block
    }

    #customer-account-tabs>li:nth-child(3) a,#customer-account-tabs>li:nth-child(4) a {
        display: block;
        text-align: center;
        color: var(--white)
    }

    #customer-account-tabs>li {
        width: 50%;
        float: left;
        margin: 0;
        border: 1px solid var(--light1)
    }

    #customer-account-tabs>li>a {
        font-size: 12px
    }
}

@media screen and (min-width: 768px) {
    .widget_login_loginbar>li {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }

    form.widget_login_header_public_login>div>label {
        width: 20%
    }

    .widget_login_email input,.widget_login_password input {
        width: 75%
    }

    #customer-account-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #customer-account-tabs>li:nth-child(3),#customer-account-tabs>li:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
        background: var(--dark1);
        display: block
    }

    #customer-account-tabs>li:nth-child(3) {
        margin-left: auto
    }

    #customer-account-tabs>li:nth-child(3) a,#customer-account-tabs>li:nth-child(4) a {
        display: block;
        text-align: center;
        color: var(--white);
        position: relative
    }
}

.wsm_news_list_date {
    background: #696969;
    border: 0;
    padding: 5px;
    line-height: 1
}

.wsm_news_list_title {
    margin: 0
}

.wsm_resource>li {
    border-bottom: 1px solid var(--light3);
    padding-bottom: 15px
}

.wsm_resource_title {
    margin-bottom: 15px
}

.wsm_resource_title,.wsm_resource_title a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark1);
    font-size: 20px;
    line-height: 1.3
}

.wsm_resource_title .wsm_resource_file {
    font-size: 14px;
    font-weight: 400
}

.wsm_resource_title .wsm_resource_file::after {
    content: 'Download';
    margin-left: 5px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--red1)
}

.wsm_resource>li .wsm_resource_image img {
    max-width: 100%
}

.wsm_resource>li .wsm_resource_image {
    width: 100%;
    display: block
}

.wsm-resource-ctopic .wsm-rt-child-resources,.wsm-rt-child-resources>ul.wsm_resource,.wsm_resource_topic_view>ul.wsm_resource {
    padding: 0;
    margin: 0
}

.wsm-rt-child-resources>ul.wsm_resource>li,.wsm_resource_topic_view>.wsm_resource>li {
    overflow: hidden;
    clear: both;
    margin: 15px 0 30px
}

.wsm-rt-child-resources>ul.wsm_resource>li>img,.wsm_resource_topic_view>.wsm_resource>li>img {
    float: left;
    width: 30%;
    margin-right: 2%
}

.wsm-rt-child-resources>ul.wsm_resource>li>img~*,.wsm_resource_topic_view>.wsm_resource>li>img~* {
    margin-left: 33%;
    float: none;
    width: auto;
    line-height: 1.4
}

.wsm-rt-child-resources>ul.wsm_resource>li .wsm_resource_description,.wsm_resource_topic_view>.wsm_resource>li .wsm_resource_description {
    font-size: 14px
}

@media only screen and (min-width: 768px) {
    .wsm_resource>li .wsm_resource_image {
        float:left;
        width: 25%;
        margin-right: 1%
    }

    .wsm_resource_topic_view>.wsm_resource>li>img {
        float: left;
        width: 20%;
        margin-right: 2%
    }

    .wsm_resource_topic_view>.wsm_resource>li>img~* {
        margin-left: 23%
    }

    .wsm_resource_topic_view>.wsm_resource>li .wsm_resource_description {
        font-size: 16px;
        line-height: 1.7
    }
}

.wsm-faq-label.wsm-faq-label-q {
    display: none
}

.wsm-faq-row-1.wsm-tree-indent,.wsm-faq-row-2.wsm-tree-indent {
    margin-left: 0
}

.faq_question>a::before {
    display: block;
    content: " ";
    height: 80px;
    margin-top: -80px;
    visibility: hidden
}

.faq_question>a:focus {
    outline: 0!important
}

@media screen and (min-width: 768px) {
    .wsm_inquiry_form {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .wsm_inquiry_form_description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 30px 0 0
    }

    .wsm_inquiry_form>form {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%
    }
}

#brand-filter .form-group .input-group-addon,#brand-filter .form-group input {
    font-size: 1em;
    height: 34px
}

#brand-filter .form-group input {
    font-weight: 400;
    margin-bottom: 0!important
}

#brand-filter .form-group .input-group-addon {
    padding: 7px;
    background-color: var(--red1);
    color: var(--white);
    border: none
}

#brand-live-filter {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

#brand-filter .brand-image {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 48%;
    flex: 0 48%;
    padding: 0
}

#brand-filter .brand-image>a {
    display: block;
    height: 100px;
    text-align: center;
    border: 1px solid var(--light1)
}

#brand-filter .brand-image>a:hover {
    border: 1px solid var(--gold2)
}

#brand-filter .brand-image>a>img {
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#brand-filter .brand-name {
    display: block;
    text-align: center;
    margin: 5px 0 15px;
    display: none
}

@media only screen and (min-width: 768px) {
    #brand-filter .brand-image {
        -webkit-box-flex:0;
        -ms-flex: 0 24%;
        flex: 0 24%
    }
}

.sitemap h2 {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.sitemap li {
    list-style: none
}

.sitemap ul {
    margin-left: 0;
    padding-left: 0
}

.sitemap ul ul {
    margin-left: 15px
}

.sitemap ul .wsm_site_link_parent ul {
    display: none
}

.sitemap .widget_cat_menu_parent>a,.sitemap .widget_cat_menu_pcat>a {
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.sitemap .widget_cat_menu_pcat {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .sitemap .sitemap-cats>ul {
        -moz-column-count:3;
        -moz-column-gap: 15px;
        -webkit-column-count: 3;
        -webkit-column-gap: 15px;
        column-count: 3;
        column-gap: 15px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid
    }
}

.wsm_locator_wrapper {
    width: 100%!important
}

option[value*=Armed],option[value="American Samoa"],option[value="Federated States of Micronesia"],option[value="Marshall Islands"],option[value="Northern Mariana Islands"],option[value=Guam],option[value=Palau] {
    display: none!important
}

.wsm_locator_form th {
    padding: 0
}

.wsm_locator_form tr {
    margin-bottom: 0!important
}

.wsm_locator_form {
    background: var(--white);
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 15px!important;
    clear: both;
    overflow: hidden
}

.wsm_locator_distance select {
    margin-bottom: 15px
}

.wsm_locator_wrapper .wsm_form_locator {
    background: var(--white);
    overflow: hidden;
    display: block
}

.wsm_product_button.wsm_locator_locate {
    float: right
}

.wsm_locator_address_head,.wsm_locator_zip_head {
    border-bottom: 1px solid var(--light3);
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 0 5px 0
}

.wsm_locator_form label {
    text-transform: uppercase;
    color: var(--mid1);
    font-weight: 400;
    font-size: 13px
}

.wsm_locator_page .row1 {
    background: rgba(0,0,0,.05)
}

table.wsm_locator_results tr.row0 {
    background: var(--white)
}

table.wsm_locator_results td {
    border-bottom: 1px solid var(--mid1)
}

.wsm_locator_results tbody tr td,.wsm_locator_results thead tr th {
    min-width: 200px
}

.wsm_locator_results tbody tr td br+br {
    display: none
}

.online-dealers-wrap tr td:last-child {
    max-width: 200px;
    word-break: break-all
}

.online-dealers-wrap table {
    width: 100%
}

.online-dealers-wrap table tr:nth-child(odd) {
    background: var(--light1)
}

@media only screen and (max-width: 767px) {
    .wsm_locator_form,.wsm_locator_form input,.wsm_locator_form tbody,.wsm_locator_form td,.wsm_locator_form tr {
        display:block;
        width: 100%!important
    }

    div#wsm_locator_map {
        width: 100%!important
    }

    .wsm_locator_page>tr>td {
        display: block
    }

    .wsm_locator_page>tr {
        border-bottom: 1px solid var(--mid1);
        font-size: 12px
    }

    .wsm_locator_page>tr>td br {
        display: none
    }

    .wsm_locator_page td:nth-child(1) {
        font-size: 16px
    }

    .wsm_locator_page td:nth-child(2) a[href*=javascript] {
        font-size: 12px;
        float: right
    }

    .wsm_locator_page td:nth-child(2) {
        border-bottom: 1px dotted var(--light3)
    }

    table.wsm_locator_results td {
        border-bottom: 0
    }

    .wsm_locator_results tbody tr td {
        min-width: 0;
        width: 100%!important;
        display: block
    }

    .wsm_locator_results thead tr th {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    #wsm_locator_map,.wsm_form_locator {
        float:left;
        width: 48%!important;
        margin: 0!important;
        margin-right: 1%!important
    }

    #wsm_locator_map {
        height: 347px!important
    }
}

@media screen and (max-width: 767px) {
    .row-offcanvas-left {
        left:0
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -80%
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -85%
    }

    .row-offcanvas-right.active {
        right: 80%
    }

    .row-offcanvas-left.active {
        left: 95%
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 85%
    }
}

@media only screen and (max-width: 992px) {
    #colorbox {
        background:0 0!important;
        height: auto!important;
        left: auto!important;
        margin: 0 auto!important;
        padding: 0!important;
        width: 100%!important
    }

    #cboxWrapper {
        background: 0 0!important;
        height: auto!important;
        width: 100%!important
    }

    #cboxContent {
        background: 0 0!important;
        float: none!important;
        height: auto!important;
        width: 100%!important
    }

    #cboxBottomCenter,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxTopLeft,#cboxTopRight {
        display: none
    }

    #cboxLoadedContent {
        background: var(--white);
        border-radius: 4px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
        height: auto!important;
        margin: 0 auto!important;
        overflow-y: hidden!important;
        padding: 4% 2%;
        width: 90%!important
    }

    #cboxLoadedContent .cboxPhoto {
        height: auto!important
    }

    #cboxContent #cboxClose {
        right: 5px;
        bottom: 5px;
        right: 5%
    }

    #cboxContent #cboxClose,#cboxCurrent,#cboxNext,#cboxPrevious {
        bottom: 35px
    }

    #cboxPrevious {
        left: 25px
    }

    #cboxNext {
        left: 52px
    }

    #cboxCurrent {
        left: 83px
    }

    #wsm_ajax_add_cart_message,#wsm_ajax_add_cart_title {
        text-align: center
    }

    #cboxLoadedContent {
        padding-bottom: 95px!important
    }

    #cboxContent #cboxTitle {
        float: none!important;
        margin: 0 auto 0;
        overflow: hidden;
        position: relative;
        top: -80px!important;
        width: 80%!important;
        display: none!important
    }

    #cboxCloseTimerBar {
        max-width: 100%!important
    }
}

.body_cat #colorbox {
    margin-top: 10vh!important;
    padding-right: 0!important
}

.body_cat #cboxContent #cboxLoadedContent {
    height: 70vh!important;
    overflow-y: scroll!important
}

.body_cat #colorbox #wsm-product-wrapper {
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
    border: 0
}

.body_cat #colorbox #wsm-prod-rotate-image {
    margin-bottom: 15px
}

.body_cat #colorbox #wsm-prod-images-container {
    width: 100%!important;
    padding-bottom: 0
}

.body_cat #colorbox .wsm-prod-image-brand-image {
    display: none
}

.body_cat #colorbox #wsm-prod-images-container #wsm-prod-rotate-image img {
    max-width: 100%!important;
    width: auto!important;
    display: block;
    margin: 0 auto
}

.body_cat #colorbox #wsm-prod-info h1.wsm-prod-title {
    line-height: 1
}

.body_cat #colorbox .wsm-cat-price-price {
    font-size: 18px;
    color: var(--dark1)
}

.body_cat #colorbox .wsm-cat-price-price-value {
    font-weight: 700
}

.body_cat #colorbox #wsm-prod-info h1.wsm-prod-title a {
    color: var(--dark1);
    font-size: 18px;
    line-height: 1!important
}

.body_cat #colorbox .wsm-prod-quantity {
    clear: both;
    margin-bottom: 5px;
    text-align: left;
    display: block
}

.body_cat #colorbox #wsm-prod-info {
    text-align: left
}

.body_cat #colorbox .product_form {
    text-align: left
}

.body_cat #colorbox .product_form * {
    float: none!important
}

.body_cat #colorbox .product_form>button {
    width: auto;
    min-width: 0;
    margin: 0;
    float: left;
    margin: 2% 1%!important;
    border: 1px solid var(--light3);
    background: var(--light1);
    font-size: 16px
}

.body_cat #cboxLoadedContent #wsm-prod-info-container {
    margin-left: 0!important;
    min-width: 0
}

.body_cat #colorbox .wsm-cat-pricebox {
    border-top: 1px solid var(--light3);
    padding-top: 15px;
    margin-top: 15px;
    text-align: left
}

.body_cat #colorbox .wsm-prod-buttons {
    text-align: left;
    margin-top: 15px
}

.body_cat #colorbox .wsm-prod-button.wsm-inquiry-button {
    display: none
}

.body_cat #colorbox .wsm-cat-no-image.wsm-prod-view-no-image {
    width: 100%!important;
    height: 100%!important;
    line-height: 1!important;
    text-indent: -999em;
    background: url(/files/images/no-image-avail-large.jpg) no-repeat center center;
    background-size: cover;
    min-height: 200px
}

.body_cat #cboxBottomCenter,.body_cat #cboxBottomLeft,.body_cat #cboxBottomRight,.body_cat #cboxMiddleLeft,.body_cat #cboxMiddleRight,.body_cat #cboxTopCenter,.body_cat #cboxTopLeft,.body_cat #cboxTopRight {
    display: none
}

.body_cat #cboxClose {
    top: 5px;
    right: 5px;
    bottom: auto
}

.body_cat .cboxPhoto {
    width: auto!important;
    margin: 0 auto;
    height: auto!important;
    max-height: 80vh
}

@media only screen and (min-width: 768px) {
    .body_cat #colorbox {
        width:700px!important;
        left: 50%!important;
        margin-left: -350px!important;
        margin-top: 0!important
    }

    .body_cat #cboxWrapper {
        width: 100%!important;
        height: auto!important;
        position: static!important
    }

    .body_cat #cboxContent {
        height: auto!important;
        width: 100%!important;
        float: none!important
    }

    .body_cat #cboxContent #cboxLoadedContent {
        width: 100%!important;
        height: auto!important;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto!important;
        margin-bottom: 0;
        padding-bottom: 45px;
        -webkit-box-shadow: 0 0 185px #000;
        box-shadow: 0 0 185px #000
    }

    .body_cat #colorbox #wsm-prod-images-container {
        border-bottom: 0
    }
}

#wsm_ajax_add_cart_message,#wsm_ajax_add_cart_title,#wsm_ajax_add_wishlist_title,#wsm_ajax_modal_atc {
    text-align: center
}

#wsm_ajax_add_cart_message>a {
    line-height: 1.2;
    display: block
}

@media only screen and (max-width: 767px) {
    .wsm_ajax_modal_link_actions>div {
        float:none!important;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) {
    #wsm_ajax_add_cart_message>a {
        max-width:400px;
        margin: 0 auto
    }
}

@media print {
    a:link:after,a:visited:after {
        content: ""
    }

    #wsm-prod-adminbar,.calls-to-action,.cart_widget_wrapper,.footer-wrap,.have-a-question,.toggle-nav,.view-sb,.wsm-cat-image-descrip-wrapper,.wsm-cat-list-item .wsm-cat-form,.wsm-cat-pagination,.wsm_cart_actions.wsm_cart_actions_bottom,.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_links,.wsm_cart_ship_ups_disclaimer_bottom.wsm_cart_ship_ups_disclaimer,.wsm_cart_shipping_tool_container .wsm_cart_shipping_tool_disclaimer_top,.wsm_interface_cart_btn.wsm_interface_cart_update_btn,.zmf-diff,header #megaDrop,header #searchWrap,header .menu-toggle,header .top-bar {
        display: none!important
    }

    header {
        height: 70px;
        position: relative
    }

    header .logo img {
        max-height: 70px;
        position: relative
    }

    header .phone-link {
        display: block!important;
        position: absolute;
        right: 0;
        line-height: 1;
        width: auto!important;
        border: 0
    }

    header .phone-link span.phone-num {
        display: block!important
    }

    header span.head_hours {
        display: none!important
    }

    header .phone-link i {
        display: none
    }

    .have-a-question {
        display: block!important;
        clear: both!important;
        overflow: hidden
    }

    #fnd_album_feat_cats .columns:nth-child(odd) {
        clear: none
    }

    #fnd_album_feat_cats .columns:nth-child(4n+1) {
        clear: left
    }

    .wsm-prod-gallery-view .wsm-cat-list-item {
        height: 400px!important;
        width: 33%!important;
        float: left!important;
        margin: 0!important;
        padding: 1%!important
    }

    .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap {
        height: 150px!important
    }

    .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap img {
        max-height: 150px!important
    }

    .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-image {
        position: static!important
    }

    .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-images-wrap {
        float: left!important;
        width: 24%!important;
        margin-right: 1%!important
    }

    .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-info-wrap {
        margin-right: 1%;
        width: 48%!important
    }

    .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-actions-wrap {
        float: left;
        width: 23%!important
    }

    #wsm-prod-images-container,#wsm-prod-info-container {
        clear: none!important;
        float: left!important
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info_wrapper {
        width: 78%!important;
        float: left!important
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_image {
        float: left;
        width: 20%;
        margin-right: 1%
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info {
        width: 50%!important;
        float: left;
        border: 0!important
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
        width: 50%!important;
        float: left
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price>div {
        float: left!important;
        width: 45%!important;
        margin: 1%
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty {
        float: left
    }

    .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
        border: 0!important
    }

    .wsm_cart_items_wrapper {
        margin-bottom: 0
    }

    .wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
        float: left;
        margin-bottom: 30px;
        margin-left: 2%;
        width: 30%
    }

    .wsm_cart_zip_code {
        width: 100%!important
    }

    #wsm_cart_estimate_shipping .wsm_cart_btn.wsm_interface_cart_shipping_tool_button,#wsm_cart_estimate_shipping .wsm_cart_zip_code input.wsm_cart_shipping_tool_input {
        display: block!important;
        float: none!important;
        width: 100%!important
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    #wsm-prod-images-container,#wsm-prod-info-container,.col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4,.wsm-cat-list-item {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-description,.body_product #wsm-prod-pricing #ags-breadcrumbs,.wsm-brand-wrapper>.wsm-cat-pagination.wsm-cat-pagination-top,.wsm-cat-cat-image,.wsm-store-header.wsm-cat-header {
    display: none
}

.wsm-high-price,.wsm-range-sep {
    display: none
}

.wsm-cat-button.wsm-details-button {
    background: var(--dark1);
    color: var(--white);
    padding: 5px 10px;
    font-weight: 400;
    border: 0
}

#documents .wsm_error h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

#documents .wsm_error.error-msg {
    width: 100%;
    display: none
}

#sidebar-main .widget_cat_menu li {
    margin-bottom: 0
}

#sidebar-main .ags-filter-block h2,#sidebar-main h2,.current h2,h2.cat_head {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 0;
    background: var(--white);
    padding: 0 0 10px;
    color: var(--black);
    border-bottom: 2px solid var(--light1)
}

.filter_diamond_seemore {
    font-size: 12px;
    display: inline-block;
    margin-top: 15px;
    float: right;
    margin-left: auto;
    padding: 5px;
    background: rgba(0,0,0,.1);
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--dark1)
}

.current {
    display: none
}

#sidebar-main .secondary_solr_box {
    margin-top: 30px;
    background: var(--light2)
}

#sidebar-main .data,#sidebar-main .filters>ul.ags_department_list {
    padding: 15px 10px;
    background: var(--white);
    overflow: hidden
}

#sidebar-main .filters>ul.ags_department_list li {
    margin: 0 0 10px;
    padding: 0 5px
}

#sidebar-main .wsm_widget_attribute_selector select,.wsmjs-attribute-search-group select {
    width: 100%;
    background: var(--white);
    border-radius: 0
}

#sidebar-main #ymm_selects {
    padding-top: 15px
}

#sidebar-main .wsm_widget_attribute_selector_tag {
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase
}

#sidebar-main #ymm_selects::before {
    background: var(--dark1);
    content: 'Shop By Vehicle';
    display: block;
    padding: 15px 15px;
    color: var(--white);
    font-family: var(--font2);
    font-size: 18px
}

#sidebar-main .wsmjs-attribute-search-group {
    padding: 0;
    border-top: 0
}

#sidebar-main .wsm_widget_attribute_selector .wsmjs-attribute-search-group>div {
    margin-bottom: 5px
}

#sidebar-main .wsmjs-attribute-search-buttons.wsm-attribute-buttons {
    text-align: right
}

.wsm_widget_attribute_selector_shop {
    background: var(--red1);
    padding: 10px 12px;
    color: var(--white);
    line-height: 1
}

#vehicle_selector_reset {
    padding: 10px 12px;
    color: var(--mid1);
    border: 1px solid var(--dark1);
    line-height: 1
}

.no-prods #vehicle_selector_reset {
    color: var(--white)
}

#vehicle_selector_reset:hover {
    border-color: var(--mid1)
}

#sidebar-main .widget_cat_menu li a,#sidebar-main ul li.widget_cat_menu_cchild a {
    padding: 0;
    display: block;
    color: var(--dark1);
    -webkit-transition: .1s ease all;
    transition: .1s ease all;
    font-size: 13px
}

#sidebar-main .widget_cat_menu li a:hover,#sidebar-main ul li.widget_cat_menu_cchild a:hover {
    background: rgba(0,0,0,.1);
    text-decoration: none!important
}

#sidebar-main .ags_department_list.widget_cat_menu>li>ul>li:last-child {
    border-bottom: 0
}

#sidebar-main .ags_department_list.widget_cat_menu>li {
    margin: 0;
    padding: 0
}

#sidebar-main .ags_department_list.widget_cat_menu>li>ul>li>ul {
    margin-left: 10px
}

#sidebar-main .filters>.ags_department_list>li.ags_department_children {
    margin-left: 15px!important
}

#sidebar-main .data>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px
}

.seemore_filter.wsm_hidden {
    display: none!important
}

.attribute_sidebar {
    font-size: 13px
}

#sidebar-main .ags-filter-block {
    margin-bottom: 15px;
    clear: both
}

#sidebar-main .checkbox_selected {
    width: unset;
    margin: 0 5px 0 0
}

#sidebar-main .data>div .label {
    color: var(--dark1);
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    text-align: left;
    padding: 0
}

#sidebar-main .attribute_sidebar .filters.diamond {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#sidebar-main .label>.counter {
    opacity: .5;
    font-family: arial,sans-serif;
    font-size: 11px;
    margin-left: auto;
    display: none
}

.ui-autocomplete {
    width: 94%!important;
    margin-top: 0;
    border-radius: 0!important;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.1);
    box-shadow: 5px 5px 15px rgba(0,0,0,.1);
    padding: 0 15px 15px 15px;
    max-height: 400px;
    overflow-y: scroll;
    background: var(--light1);
    left: 3%!important;
    z-index: 99!important
}

.ui-autocomplete li {
    list-style: none;
    line-height: 1.2;
    font-size: 14px;
    border-bottom: 1px dotted var(--light3);
    padding: 5px 0
}

.ui-autocomplete li.ui-autocomplete-category {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid var(--light3);
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--dark1);
    padding-bottom: 5px
}

.jac-menu-item.ui-menu-item {
    margin-bottom: 0;
    padding: 5px;
    cursor: pointer
}

.jac-menu-item.ui-menu-item a {
    color: var(--dark1)
}

.jac-menu-item.ui-menu-item:hover {
    background: rgba(0,0,0,.1)
}

.jac-menu-item.ui-menu-item:hover a {
    text-decoration: none
}

.wsm_cat_trail #ags-breadcrumbs {
    display: block!important;
    padding: 0;
    margin: 10px 0
}

.ags_breadcrumb .ags_sticky_link {
    color: var(--red1);
    font-weight: 400!important;
    margin: 0 0 0 5px
}

.wsm_cat_trail #ags-breadcrumbs>ul>li:first-child+li::before {
    font-weight: 700;
    content: 'Your Selection:'
}

.ags_sticky_link_label,.wsm_cat_trail #ags-breadcrumbs::before,.wsm_cat_trail #ags-breadcrumbs>ul>li:first-child+li {
    text-transform: uppercase;
    color: var(--mid1);
    font-size: 10px
}

.ags_sticky_link_label+.ags_sticky_link_label_delimiter {
    margin-right: 5px
}

.wsm_cat_trail #ags-breadcrumbs>ul {
    padding: 0;
    font-size: 12px;
    text-transform: lowercase
}

#ags-breadcrumbs>ul>li:first-child {
    display: none
}

#ags-breadcrumbs .ags_cat_trail_split_end {
    display: none
}

#ags-breadcrumbs>ul>li {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid var(--light3)
}

#documents {
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

#wsm-prod-narrowbar {
    background: var(--light1);
    padding: 5px;
    border-bottom: 1px solid var(--white)
}

#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ags-filter-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ags-narrow-search-go {
    background: rgba(0,0,0,.8);
    border: 0;
    padding: 5px 15px;
    color: var(--white);
    font-size: 14px
}

.ags-narrow-search-go:hover {
    background: var(--red1);
    color: var(--white)
}

#wsm-prod-list-view .wsm-cat-item-id.wsm-cat-dealer-id {
    font-size: 11px;
    display: none
}

.wsm-sale-flag {
    color: var(--red1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 5px
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-price-range,#wsm-prod-list-view.wsm-prod-gallery-view .wsm-sale-flag {
    text-align: center
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range .wsm-cat-label,#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range::before {
    font-size: 11px;
    opacity: .5;
    font-weight: 400;
    display: block;
    display: none
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range::before {
    content: 'Starting At: ';
    display: inline-block;
    margin: 0 5px 0 0;
    opacity: 1
}

#documents #wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-form {
    margin-top: 10px
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-item-id.wsm-cat-summary {
    font-size: 12px;
    padding-top: 5px;
    margin-top: 5px
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-item-id.wsm-cat-summary p {
    margin-bottom: 0
}

.wsm_product_rating {
    margin-bottom: 0
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-form {
    text-align: right;
    margin-top: 5px;
    display: block
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-sale-flag {
    margin-bottom: 0
}

.dci-prod-veh-fit-btn a {
    margin: 10px 0 0 0;
    font-size: 10px!important
}

#search-filter-form {
    margin: 0 0 30px;
    border-bottom: 3px solid var(--light1);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    border: 5px solid var(--white);
    background: var(--dark1);
    padding: 15px
}

#search-filter-form .form-group {
    margin: 0
}

#search-filter-form i {
    font-size: 30px
}

#search-filter-form .form-control {
    font-size: 14px;
    display: block;
    height: auto;
    border: 0
}

#search-filter-form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0
}

#search-filter-form .input-group-addon {
    width: auto;
    display: block;
    border: 0
}

@media screen and (min-width: 768px) {
    #search-filter-form .form-control {
        font-size:20px;
        display: block
    }
}

@media only screen and (min-width: 768px) {
    #ags-search-narrow {
        width:300px
    }

    #documents #wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper::before {
        content: 'Search Within ';
        font-weight: 400;
        text-transform: uppercase;
        font-size: 10px;
        opacity: .5;
        display: inline-block;
        line-height: 1.2;
        text-align: right;
        margin: 0 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #documents #wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media only screen and (min-width: 1200px) {
    .ui-autocomplete {
        width:450px!important;
        left: 50%!important;
        margin-left: 80px
    }
}

#wsm-prod-info #ags-breadcrumbs,#wsm-prod-pricing #ags-breadcrumbs,#wsm-product-series-product-ratings,.ps-prod-tabs,.ps-prod-tabs #wsm-prod-tab-shipping,.ps-select-universal,h2.ps-mod-heading a:after {
    display: none!important
}

.ps #wsm-prod-images-container {
    float: none;
    overflow: hidden
}

.ps-prod-title {
    margin: 15px 0
}

.bs-row {
    margin: 0 -15px
}

.ps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ps #wsm-prod-info-container {
    padding: 0 15px
}

#wsm-product-series-products {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

.ps-prod-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wsm-prod-image-brand-image {
    max-height: 60px;
    margin-right: 15px!important;
    display: inline-block
}

.wsm-prod-image-brand-image.hidden-xs {
    display: block!important
}

.ps-prod-info .wsm-prod-image-brand-image {
    display: none
}

.ps-primary-description {
    font-size: 14px;
    font-weight: 400
}

.ps-primary-description li {
    margin-bottom: 5px
}

#ps-prod-summary {
    font-weight: 400
}

.ps-primary-description>ul {
    padding: 0 0 0 15px
}

.ps .ps-mod {
    background: var(--white);
    border-color: var(--light3)
}

.row.master>.col-xs-12>a {
    font-size: 12px;
    color: var(--dark1)
}

.ps-fitment-change-options {
    font-size: 12px
}

.wsm-cat-stockid-value {
    font-size: 14px
}

.ps-mod.ps-price .wsm-cat-label {
    display: inline-block
}

.ps .wsm-cat-label,.ps .wsm-cat-price-group-name,.ps .wsm-prod-qty-title,.ps .wsm-tiered-purchase {
    width: auto!important;
    text-transform: uppercase!important;
    margin-right: 15px!important
}

.ps .wsm-cat-label+* {
    font-weight: 700
}

.ps .wsm-prod-quantity {
    margin-bottom: 15px
}

.ps-price .product_form .btn,.ps-price button {
    font-weight: 600
}

.ps a[href="#ps-add-prods"] {
    background: var(--red1);
    border: 0
}

.ps a[href="#ps-add-prods"]:active,.ps a[href="#ps-add-prods"]:hover {
    background: var(--red1)
}

div[class*=ps-select-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ps .ps-fitment i,.ps .ps-fitment-submodels i {
    width: 15%;
    width: auto;
    margin-right: 15px
}

.ps .ps-fitment i+*,.ps .ps-fitment-submodels i+* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: unset!important;
    display: block
}

.ps .ps-mod-heading,.ps .ps-mod-heading.ps-selected a {
    background: var(--dark1);
    text-align: left
}

.ps .ps-mod-heading a {
    pointer-events: none;
    padding: 10px!important
}

#ps-price {
    margin: 0 0 15px
}

.ps-fitment select,.ps-fitment-submodels select {
    background: var(--white);
    border-radius: 0
}

.ps-fitment i.icon-arrow-right,.ps-fitment-submodels i.icon-arrow-right {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft,.ps-fitment i.icon-arrow-right,.ps-fitment-submodels i.icon-arrow-right {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.wsm-prod-image-brand-image img {
    max-height: 70px
}

.ps-price .product_form .btn.wsm-addtocart-button {
    background: var(--red1);
    border: 0
}

.ps-price .product_form .btn.wsm-addtocart-button:hover {
    background: var(--red1)
}

.ps .product_form {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#ps-add-prods .product_form>input+div {
    display: none
}

#ps-add-prods .product_form>.wsm-cat-avail-remarks {
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
    padding: 0
}

#ps-add-prods .product_form {
    margin-top: 25px;
    background: var(--light1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
    background: 0 0;
    border: 0;
    padding: 0
}

.ps .product_form .wsm-prod-quantity {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0!important
}

.ps .product_form .wsm-prod-quantity .wsm-prod-qty-title {
    margin: -15px 0 2px!important
}

.ps .product_form .wsm-prod-qty-field {
    width: 70px!important;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ps .product_form .wsm-prod-quantity+.wsm-addtocart-button {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    width: auto;
    margin: 0 0 0 5px;
    font-size: 16px;
    background: var(--red1);
    border: 0;
    min-width: 60%
}

.ps .product_form .wsm-addwishlist-button,.ps .product_form .wsm-details-button {
    margin: 10px 0 0 0;
    width: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    font-size: 12px;
    font-weight: 400;
    background: var(--white);
    color: var(--dark1);
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%
}

.ps .product_form .wsm-addwishlist-button {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 5px);
    flex: 0 calc(50% - 5px)
}

.ps .product_form .wsm-addwishlist-button:hover,.ps .product_form .wsm-details-button:hover {
    background: 0 0
}

.ps .ps-add-prod .wsm-cat-price-price-value {
    font-size: 18px
}

.ps .ps-add-prod .wsm-prod-summary {
    border-bottom: 2px solid var(--light1);
    padding-bottom: 5px;
    margin-bottom: 5px
}

.ps .ps-add-prod-img img {
    max-width: 100%;
    max-height: 100%
}

.ps-add-title a {
    color: var(--dark1)
}

.ps-add-title {
    margin-bottom: 15px
}

#ps-add-prods .wsm-prod-image-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#ps-add-prods .wsm-prod-image-bar>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(25% - 4px);
    flex: 0 calc(25% - 4px);
    margin: 0 4px 4px 0
}

#ps-add-prods .wsm-prod-addtnl-images {
    display: none
}

.ps .ps-prod-tabs .wsm-tab-container>div:first-child {
    border-top: 0
}

#ps-add-prods,#wsm-product-series-products,.ps-add-prod {
    clear: both;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .ps>* {
        width:100%
    }
}

@media only screen and (min-width: 768px) {
    .ps .ps-prod-img #wsm-prod-rotate-image {
        height:240px!important
    }

    .ps-prod-tabs .wsm-tab-container {
        border-top: 0
    }

    #ps-add-prods {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #ps-add-prods>h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }

    .ps-add-prod {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 10px);
        flex: 0 calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        border: 1px solid var(--light1);
        margin: 0 10px 10px 0
    }

    .ps-add-prod>div {
        width: 100%;
        padding: 0
    }
}

@media only screen and (min-width: 992px) {
    .ps-add-prod {
        -webkit-box-flex:0;
        -ms-flex: 0 calc(33% - 10px);
        flex: 0 calc(33% - 10px)
    }
}

@media only screen and (min-width: 1200px) {
    .ps .ps-prod-img #wsm-prod-rotate-image {
        height:300px!important
    }
}

.ps #wsm-prod-images-container .wsm_product_thumb {
    position: relative
}

.ps #wsm-prod-images-container .wsm_product_thumb>a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 99
}

@media screen and (min-width: 768px) {
    .env-zone-faq .master>.col-xs-12 {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq_top,h1#faq_top {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }

    .faq_top {
        display: none
    }

    .faq_contents_qs {
        -webkit-box-flex: 0;
        -ms-flex: 0 30%;
        flex: 0 30%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .faq_contents_qs>li {
        margin: 0 0 10px
    }

    .faq_contents_qs+.faq_right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 30px;
        margin-right: 0;
        border-right: 1px solid #eee;
        padding-left: 15px
    }

    .faq_answer_content.wsm-tree-indent {
        margin: 0
    }

    .faq_question {
        margin: 0 0 5px
    }

    .wsm-faq-row-1.wsm-tree-indent,.wsm-faq-row-2.wsm-tree-indent {
        margin: 0 0 30px
    }

    .faq-extended {
        border-top: 1px solid #eee
    }
}

#wsm-gallery-slideshow-link,.wsm_album_return,.wsm_gallery_album_page::after,.wsm_gallery_album_page::before,.wsm_gallery_albums::after,.wsm_gallery_albums::before {
    display: none!important
}

.wsm_gallery_album_page,.wsm_gallery_albums {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin: 0
}

.wsm_photo_thumb {
    width: unset;
    float: none;
    margin: 0;
    padding: 0;
    height: 150px
}

.wsm_photo_thumb>a:first-child {
    display: block;
    height: 100%;
    width: 100%
}

.wsm_photo_thumb>a:first-child img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0
}

.wsm_gallery_album_menu {
    line-height: 1;
    margin: 15px 0
}

.wsm_photo_thumb:hover .wsm_gallery_album_photo_link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255,255,255,.4);
    text-decoration: none
}

.wsm_gallery_photo_description+.wsm_gallery_album_nav {
    display: none
}

.wsm_gallery_album_about {
    margin: 0!important
}

.wsm_gallery_album_image,.wsm_gallery_album_noimage {
    float: none
}

.wsm_gallery_album_wrap {
    margin: 0
}

@media only screen and (min-width: 768px) {
    .wsm_gallery_album_page,.wsm_gallery_albums {
        -ms-grid-columns:1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (min-width: 1200px) {
    .wsm_gallery_album_page,.wsm_gallery_albums {
        -ms-grid-columns:1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(5,1fr)
    }
}
/* Landing page styles */
.lp-page-name {
    margin-top: 30px;
}
.lp-image {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.lp-image .img_wrap {
    width: 100%;
}

.lp-image span {
    width: 50%;
}

.lp-image .img_wrap img, 
.lp-image span:nth-child(2) {
    padding: 30px;
    width: 100%;
}
.lparea2 {
    background: var(--dark3);
    color: var(--white);
    padding: 15px
}
.lp-btn__container {
    padding: 15px 0;
}
.lp-btn1__container {
    padding: 55px 0 0;
}
.button-1, .button-2 {
    color: white;
    background: var(--dark2);
    padding: 10px 35px;
    font-weight: bold;
}
.button-1:hover, .button-2:hover {
    text-decoration: none;
    color: red;
}
.main-text.container {
    font-family: var(--font1);
}

span.widget_innerfade_description {
    font-family: var(--font1);
}

section.lparea3 {
    margin: 35px auto 55px;
}
.lp-feat-product__headline {
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font1);
}
.widget_featured_prod.item {
    border: solid 2px var(--dark3);
}

.widget_featured_title {
    background: var(--light1);
    padding: 10px;
}
.widget_featured_title a {
    color: var(--dark1);
}
.widget_pricebox {
    padding: 10px;
}
/* Nav arrows on feat products lp */
.lparea3 .owl-stage-outer {
    position: relative;
}

.lparea3 .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    color: var(--red1);
    font-size: 4rem;
    display: flex;
    justify-content: space-between;
}
.lparea3 .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
}

.lparea3 .owl-nav .owl-next {
    position: absolute;
    left: calc(100% + 25px);
}
@media only screen and (min-width: 768px) {
    .lp-image {
        flex-direction: row;
    }
    .lp-image .img_wrap {
        width: 50%;
    }
    .lp-image .img_wrap img, 
    .lp-image span:nth-child(2) {
        padding: 30px;
        width: unset;
    }
}