/*================================================
=== General Styles 
=================================================*/
.def-number-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.page_33278 h1{
    text-align: center !important;
}
#TTTrackEvent0 {
    display: none;
}

body {
    overflow-x: hidden;
}

ul.wsm_message {
    margin: 1em 2em;
    padding: 10px;
    list-style-type: none;
    background: #ffe3d0;
    color: #853b0a;
}

.pws-diagrams-product .wsm-avail-sold,.wsm-cat-avail-2.wsm-avail-sold {
    display: none
}

.body_cat main,.pws-diagrams main {
    position: static;
}

.row.master {
    margin-top: 15px;
}

#wsm_customer_login_form, .wsm_interface_wrapper_account_recover,.wsm_interface_wrapper_account,.wsm_interface_wrapper_account_address {
    max-width: 550px;
    margin: 0 auto;
}

#wsm_customer_login_form .wsm_interface_header {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
}

.wsm_interface_form_account_address label,.wsm_interface_form_account_login label,.wsm_interface_form_account_login #wsm_form_email,.wsm_interface_form_account_login #wsm_form_password {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.wsm_interface_wrapper_account_address form .wsm_interface_mbtm_less {
    margin-bottom: 18px
}

.wsm_interface_form_account_login .wsm_interface_bool,.wsm_interface_wrapper_account_address .wsm_interface_bool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wsm_interface_form_account_login .wsm_interface_bool input ,.wsm_interface_wrapper_account_address .wsm_interface_bool input {
    margin-right: 10px
}

.wsm_interface_wrapper_account_address .wsm_interface_bool input {
    width: auto;
    display: inline;
}

.wsm_interface_form_account_address .wsm_interface_bool label {
    margin-bottom: 0;
}

.wsm_interface_header_account_login,.wsm_interface_header_account_recover,.wsm_interface_header_account_add,.wsm_interface_header_account_add {
    text-align: center;
    margin-bottom: 1rem;
}

.wsm_interface_header_account_address_add {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}

body {
    line-height: 1.5;
}

.removeFilter,.removeAll {
    color: #E60101;
    /* font-weight: 600; */
}

p [data-reveal-id="prod-search-help"] {
    display: none;
}

.body_product .wsm-prod-info__specs .list-unstyled,.body_product .wsm-ags-attributes .list-unstyled {
    max-height: 196px;
    overflow: hidden;
}

#gts_container {
    position: fixed;
    bottom: 0;
    left: 0;
}

.bg-black {
    background: #000;
}

.prod-search-help {
    background: transparent;
}

.wsm-cta__links span {
    font-weight: 300;
}

.page_33242 h1,.page_23627 h1 {
    text-align: center;
    margin-top: 8px;
}

.env-category-root-963330 header {
    border-bottom: 0
}

.body_product .wsm-prod-main .wsm-ags-attributes .list-unstyled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_23626 .hero_title::after,.page_33242 h1::after,.page_23627 h1::after {
    content: "";
    display: block;
    width: 110px;
    height: 7px;
    background-color: var(--white);
    margin: 7px auto 0;
}

.page_33242 h1::after,.page_23627 h1::after {
    background: var(--primary)
}

/*---------------------------- 
--- Help - Modal
------------------------------*/
#helpModal img {
    height: auto;
}

#model_option {
    border: solid 1px #adabab;
    width: 100%;
    border-radius: 5px;
}

#wsm-gallery-widget_search_help .row {
    margin: 1.5em 0 1.2em;
}

/*---------------------------- 
--- Search - Breadcrumb
------------------------------*/
.env-zone-search .wsm_cat_trail {
    padding: 0;
    list-style-type: none;
}

.env-zone-search .wsm_cat_trail a {
    color: #707070;
}

/*---------------------------- 
--- Buttons
------------------------------*/
button, .btn.btn-primary {
    border: 0;
}

/*================================================
=== Header Styles 
=================================================*/
/*** Preheader ***/
.pre-hdr {
    padding: 5px 0;
}

header {
    background: var(--light1);
}

.navbar-brand {
    width: 100%;
    margin: 0 !important;
}

.wsm-hdr__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 33%;
    flex: 0 33%;
    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;
    color: #000;
}

.navbar-collapse {
    position: fixed;
    opacity: 0;
    width: 0;
    /* background: var(--white); */
    visibility: hidden;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: -.5rem 0 1.125rem rgb(21 27 38 / 7%);
    box-shadow: -.5rem 0 1.125rem rgb(21 27 38 / 7%);
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    display: unset;
}

.navbar-collapse.show {
    opacity: 1;
    display: block;
    width: 90%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
}

.navbar-toggler-icon {
    display: none
}

.wsm-hdr__btn[aria-expanded="true"] .fa-times {
    display: block!important;
}

.wsm-hdr__btn[aria-expanded="true"] .fa-bars {
    display: none;
}

.wsm-hdr__btn[aria-expanded="true"] i {
    font-size: 24px;
}

.wsm-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mainNavigation {
    position: absolute;
    top: 127px;
    z-index: 10;
    width: 100%;
    left: 0;
}

.specials {
    color: var(--blue);
    text-transform: uppercase;
}

.specials span:after {
    content: "\f02c";
    font-family: "Font Awesome 5 Free";
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
    margin-left: 7px;
}

.wsm-ags-attributes .list-unstyled li {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.wsm-ags-attributes .list-unstyled li.model {
    display: none;
}

.wsm_product_details_tags2 a {
    color: var(--dark1);
    font-size: 13px
}

nav .navbar-brand {
    max-width: 150px
}

.nav-link span,.wsm-nav-link a {
    color: var(--dark-text)
}

header .nav-link.dropdown-toggle[aria-expanded=true] span {
    color: var(--white)
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
    margin-left: 7px;
    border: 0;
}

.nav-item.dropdown {
    border-bottom: solid 1px var(--light2);
    /* margin-bottom: 7px; */
}

.btn-dark {
    background: #4B4B4B;
    color: #fff;
}

.dropdown .btn {
    border-radius: 0;
}

/*** Header - Cart Items ***/
header .cart_items_wrapper {
    overflow-y: auto;
    max-height: 300px;
}

.cart_info_actions_wrapper {
    text-align: center;
    padding: 15px 5px;
    background: var(--light1)
}

.cart_info_actions_wrapper br, #cart-content .view-all {
    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%;
    background: #fff;
}

.cart_items_wrapper .cart_item .prod_image_wrap img {
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.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;
    background-repeat: no-repeat;
}

.cart_items_wrapper .cart_item .prod_info {
    float: right;
    width: 70%;
    line-height: 1.4;
}

.cart_items_wrapper .prod_quantity {
    font-size: 10px;
    opacity: 0.6;
}

.cart_counter {
    display: none;
}

.cart_icon_counter_wrapper {
    color: var(--dark-text);
    background: transparent;
}

#cart-content {
    position: absolute;
    z-index: 2;
    background: var(--light1);
    width: 100%;
    left: 0;
    top: 119px;
}

.cart_counter span {
    display: inline-block;
    margin-left: 4px
}

/* --- Search Dropdown
------------------------------*/
.ui-autocomplete {
    position: absolute !important;
    top: 53px !important;
    left: 0 !important;
    z-index: 160;
}

.ui-autocomplete a {
    color: #222;
    padding-bottom: 7px;
    display: block;
}

/*================================================
=== Home Styles 
=================================================*/
/* home */
#hero_responsive_homeBanner {
    margin-bottom: 0;
    /* padding-top: 25px; */
    position: relative;
}

#hero_responsive_homeBanner h2 {
    font-size: 43px;
    letter-spacing: 1px;
}

#hero_responsive_homeBanner span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
}

#hero_responsive_homeBanner p {
    font-size: 18px;
    letter-spacing: 1px;
}

#hero_responsive_homeBanner hr {
    border-color: var(--white);
    margin: .5rem 0;
}

#hero_responsive_homeBanner .hero_info {
    position: absolute;
    top: 0;
    width: 100%;
    /* max-width: 500px; */
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#hero_responsive_homeBanner .hero_descr {
    margin: 0 auto;
    text-shadow: 2px 1px 3px rgb(0 0 0 / 32%);
}

.home-static__item {
    background: var(--light-blue);
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-static__item:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.home-static__item .info_wrap {
    /* position: absolute; */
    /*   top: 0; */
    /* width: 60%; */
    -webkit-box-flex: 0;
    -ms-flex: 0 53%;
    flex: 0 53%;
    /* padding: 23px 9px 0px 10px; */
    padding: 3px 6px;
}

.home-static__item .info_wrap a {
    display: block;
    font-size: 14px;
}

.home-static__item .info_wrap p {
    font-size: 12px;
    margin-bottom: 0;
}

.home-static__item .widget_innerfade_name a,.home-specials .widget_innerfade_name {
    font-size: 22px;
    font-weight: 600;
    color: var(--bg-gray);
    display: block;
}

.home-specials .info_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 39%;
    flex: 0 39%;
    padding: 20px 0;
    text-align: center;
}

.home-static__item .img_outter {
    display: block;
    /*   width: 100px; */
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 47%;
    flex: 0 47%;
    /* padding: 0 6px; */
}

.home-specials {
    background: var(--light2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pws-brands .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pws-brands .columns {
    /* max-width: 32%; */
    margin: 4px 0;
    padding: 15px 15px;
}

.pws-brands .columns img {
    display: block;
    max-height: 61px;
}

.home-search-wrapper form {
    -webkit-box-flex: 0;
    -ms-flex: 0 65%;
    flex: 0 65%;
    position: relative;
}

#widget_search_form input,#widget_search_form select {
    border-radius: 0;
    width: 100%;
    margin-bottom: 9px;
}

.home_wrapper .master > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-search-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #000;
}

.home-wrapper {
    padding: 0 15px;
}

/*---------------------------- 
--- Page
------------------------------*/
.page_33304 h1,.page_33258 h1, .page_33261 h1, .page_33262 h1, .page_33263 h1, .page_33264 h1, .page_33265 h1, .page_33266 h1, .page_33267 h1, .page_33268 h1, .page_33269 h1, .page_33271 h1, .page_33272 h1, .page_33273 h1, .page_33274 h1, .page_33275 h1, .page_33276 h1, .page_33277 h1, .page_33270 h1, .page_33284 h1, .page_33295 h1, .page_33296 h1, .page_33297 h1, .page_33298 h1, .page_33299 h1, .page_33300 h1, .page_33301 h1, .page_33302 h1, .page_33285 h1, .page_33286 h1, .page_33287 h1, .page_33288 h1, .page_33289 h1, .page_33290 h1, .page_33291 h1, .page_33292 h1, .page_33293 h1 {
    position: absolute;
    top: 154px;
    color: var(--white);
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 1.65rem;
}

.pageBanner {
    position: relative;
}

.pageBanner .hero_info {
    position: absolute;
    top: 55px;
    color: var(--white);
    width: 100%;
    /* height: 100%; */
    padding: 0 10px;
}

.pageBanner .hero_info p {
    color: var(--light1);
    font-size: 14px
}

.pageBanner .hero_descr #widget_search_form input {
    width: 80%;
    margin: 0;
}

.pageBanner .hero_descr #widget_search_form input.btn {
    width: 20%
}

@media only screen and (min-width: 576px) {
    .page_33304 h1,.page_33258 h1, .page_33261 h1, .page_33262 h1, .page_33263 h1, .page_33264 h1, .page_33265 h1, .page_33266 h1, .page_33267 h1, .page_33268 h1, .page_33269 h1, .page_33271 h1, .page_33272 h1, .page_33273 h1, .page_33274 h1, .page_33275 h1, .page_33276 h1, .page_33277 h1, .page_33270 h1, .page_33284 h1, .page_33295 h1, .page_33296 h1, .page_33297 h1, .page_33298 h1, .page_33299 h1, .page_33300 h1, .page_33301 h1, .page_33302 h1, .page_33285 h1, .page_33286 h1, .page_33287 h1, .page_33288 h1, .page_33289 h1, .page_33290 h1, .page_33291 h1, .page_33292 h1, .page_33293 h1 {
        top: 208px;
    }

    .pageBanner .hero_info {
        top: 118px;
    }
}

/*---------------------------- 
--- Form / Input / Tables
------------------------------*/
input {
    line-height: 1.4;
}

select {
    background: var(--white);
    border-radius: 0;
    padding: 5px;
    display: block;
    border: 1px solid var(--mid1);
}

input[type="text"], input[type="textarea"], input[type="password"] {
    padding: 5px;
    /* border: 1px solid var(--mid1); */
}

.wsm-prod-qty-field {
    width: 45px;
}

.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: none;
}

.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; */
    display: block;
    margin-bottom: 11px;
    padding: 5px 0;
}

textarea {
    height: 100px;
    border: 1px solid var(--mid1);
}

.wsm_review_form input, .wsm_review_form textarea {
    width: 100%;
}

.env-zone-inquiry_form form {
    max-width: 570px;
    padding: 15px 20px;
}

.env-zone-inquiry_form .wsm_inquiry_form_submit {
    margin-top: .7em;
}

.env-zone-inquiry_form label + div {
    margin-bottom: .7em
}

/*================================================
=== AGS Specific Styles
=================================================*/
/*---------------------------- 
--- General
------------------------------*/
.wsm-cat-cat-image, .wsm-store-header.wsm-cat-header, #wsm-prod-list-view.wsm-cat-list-view .wsm-cat-description, .body_product #wsm-prod-pricing #ags-breadcrumbs, .wsm-cat-cat-image, .wsm-brand-wrapper>.wsm-cat-pagination.wsm-cat-pagination-top {
    display: none;
}

.wsm-range-sep, .wsm-high-price {
    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;
}

.env-category-root-963330 .brand-sku__wrapper {
    display: none!important;
}

.wsm-cat-description .ext-descrip-anchor {
    display: none;
}

.wsm-cat-admin-bar-sort-wrapper,.wsm-cat-admin-bar-view-pagination {
    display: flex;
    align-items: center;
}

.wsm-cat-admin-bar-view-wrapper {
    display: flex;
    align-items: center;
}

.wsm-cat-prod-innerwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wsm-prod-admin-bar {
    display: flex;
    /* order: 1; */
}

.wsm-prod-admin-bar form {
    display: flex;
}

.wsm-cat-pagination-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0 2px 0 16px;
    align-items: center;
}

.wsm-cat-pagination {
    display: flex;
    align-items: center;
}

.wsm-cat-pagination.d-flex {
    flex: 0 100%;
    margin-bottom: 20px
}

.wsm-prod-admin-bar + .wsm-cat-pagination {
    order: -1;
}

.wsm-cat-pag-next .icon-pointer, .wsm-cat-pag-prev .icon-pointer {
    background: var(--light);
    padding: 5px;
    display: block;
    margin-left: 7px;
}

#wsm-prod-list-view {
    border-top: solid 1px #dee2e6;
    margin-top: 1em;
    flex: 0 100%;
}

.wsm-prod-switch-view {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    font-size: 19px;
}

.wsm-prod-switch-view:before {
    content: "\f009";
    margin-right: 5px;
}

.wsm-prod-switch-view:after {
    content: "\f00b"
}

/*---------------------------- 
--- Overlay Styles
------------------------------*/
.sidebarWrapper {
    background: #F7F7F7;
    margin-bottom: 1em;
    min-height: 600px;
    /* overflow-y: scroll; */
}

#sidebarNav {
    position: absolute;
    opacity: 0;
    width: 0;
    background: rgb(247, 247, 247);
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: -.5rem 0 1.125rem rgb(21 27 38 / 7%);
    box-shadow: -.5rem 0 1.125rem rgb(21 27 38 / 7%);
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    display: unset;
    padding: 0 5px;
    /* overflow-y: scroll; */
}

#sidebarNav.show {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
    position: fixed;
    overflow: scroll;
    /* z-index: 300; */
}

#sidebarNav .home-static__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#sidebarNav .home-static__item .widget_innerfade_name a {
    font-size: 17px;
}

#sidebarNav .home-static__item .info_wrap p {
    font-size: 11px;
}

#sidebarNav .home-static__item .info_wrap {
    padding: 7px 9px;
}

#sidebarNav .home-static__item .info_wrap p a {
    font-size: 12px;
}

.master #sidebarNav #wsm-gallery-widget_hbanners .row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
}

#sidebarNav #wsm-gallery-widget_hbanners {
    margin: 0;
}

.filters a {
    color: var(--dark1)
}

.select2-arrow {
    background: var(--primary) !important;
    border-radius: 0 !important;
}

.select2-container .select2-choice {
    border-radius: 0 !important;
    background: #fff !important;
}

.showMore,.showLess {
    font-weight: 900;
    font-size: 15px;
    display: block;
    margin-top: 5px
}

.sb-active {
    position: fixed;
    height: 100%;
    overflow-y: hidden;
}

.sb-active .content_wrap {
    height: 100%;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100%;
}

/*** Black Overlay ***/
.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;
}

/*---------------------------- 
--- Account - Logged In
------------------------------*/
.env-name-account ul.wsm_message {
    margin: 2em 0;
}

.wsm_interface_myaccount_welcome_msg {
    font-size: 1.25em;
    margin-bottom: 1em
}

.env-name-account .wsm_interface_links {
    padding: 0;
    list-style-type: none;
}

.wsm_interface_link_logout {
    margin-bottom: 3em;
}

.wsm_interface_link_logout a {
    font-size: 1.1em;
    text-decoration: underline;
}

.env-name-account .wsm_interface_section_myaccount_info,.env-name-account .customer-account {
    padding: .5em 0;
    margin: 1.4em 0;
}

.wsm_interface_myaddress_wrapper {
    margin-top: 1rem
}

/*---------------------------- 
--- Sidebar Styles 
------------------------------*/
/*** Sidebar itself ***/
#sidebar-main {
    left: -100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.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, 0.7);
    right: -15%;
    z-index: -1;
}

.sb-active #sidebar-main::after {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    z-index: 4;
    right: 0;
}

.view-sb {
    background: #E2EDFA;
    border: solid 3px #3E74B9;
    border-radius: 0;
    margin: 15px ;
    position: relative;
    z-index: 9;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.view-sb[aria-expanded="true"] {
    background: #3F77BF;
    /* z-index: 63; */
}

.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;
}

/*** General ***/
.current h2, {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    background: var(--white);
    padding: 0 0 10px;
    color: var(--black);
    border-bottom: 2px solid var(--light1);
}

#sidebarNav .data a.filter {
    padding: 8px 0;
    color: #3B3B3B;
}

/*** Filters / Attributes / Brand ***/
.current h2 {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.active_search {
    margin-bottom: .5em
}

.current .currentFilter:last-of-type {
    border-bottom: solid 1px var(--light3);
    padding-bottom: 1em
}

/* Sections */
.attribute_sidebar {
    font-size: 17px;
}

form > .wsm-cat-pagination {
    /* align-items: center; */
    /* justify-content: center; */
}

.wsm-cat-pagination-items + .wsm-cat-pagination {
    /* flex-wrap: wrap; */
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: .5rem
}

.wsm-cat-price .wsm-cat-price {
    font-size: 24px
}

.wsm-cat-pagination-items {
    color: #555;
    font-size: 12px;
    /* margin-bottom: 8px; */
}

.icon-pointer b {
    color: #2062b7;
    text-decoration: underline;
    padding: 0 3px;
}

/*---------------------------- 
--- Category - Header Banner - Breadcrumb
------------------------------*/
.breadcrumb {
    background: transparent;
    padding: .5rem .1rem .5rem 0;
    margin-bottom: 1.25rem;
    border-bottom: solid 1px var(--light1);
}

.breadcrumb li a {
    color: var(--dark1)
}

.env-category-root-94521 .breadcrumb,.env-category-root-84207 .breadcrumb, .env-category-root-1136856 .breadcrumb,.env-category-root-74863 .breadcrumb,.env-category-root-963330 .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border-bottom: 0;
}

.env-category-root-94521 .breadcrumb li a,.env-category-root-963330 .breadcrumb li a {
    color: #eee
}

.env-category-root-94521 .breadcrumb li.wsm-cat-trail-active,.env-category-root-84207 .breadcrumb li.wsm-cat-trail-active, .env-category-root-1136856 .breadcrumb li.wsm-cat-trail-active,.env-category-root-74863 .breadcrumb li.wsm-cat-trail-active, .env-category-root-963330 .breadcrumb li.wsm-cat-trail-active {
    color: #fff;
    font-weight: 500;
}

.breadcrumb li.wsm-cat-trail-active {
    color: #000;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light2)
}

.env-category-root-94521 .wsm-cat-wrapper > nav,.env-category-root-1136856 .wsm-cat-wrapper > nav, .env-category-root-74863 .wsm-cat-wrapper > nav,.env-category-root-963330 .wsm-cat-wrapper > nav {
    position: absolute;
    top: 195px;
    background: transparent;
    left: 0;
    /* text-align: center; */
    width: 100%;
    color: var(--white);
}

.env-category-root-94521 .wsm-store-header.wsm-pcat-header,.env-category-root-1136856 .wsm-store-header.wsm-pcat-header, .env-category-root-74863 .wsm-store-header.wsm-pcat-header,.env-category-root-963330 .wsm-store-header.wsm-pcat-header {
    position: absolute;
    top: 151px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 1.5em;
}

.env-category-root-963330 .wsm-store-header.wsm-pcat-header {
    top: 166px;
}

#hero_responsive_catBanner {
    position: relative;
}

#hero_responsive_catBanner .hero_info {
    position: absolute;
    top: 103px;
    width: 100%;
}

.wsm-cat-brand-list {
    padding: 0;
}

.wsm-cat-brand-li {
    padding: 0 ;
}

.wsm-cat-brand-li a img {
    max-width: 100px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px 0;
}

/*---------------------------- 
--- Brand
------------------------------*/
.brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wsm-prod-list-view.wsm-cat-list-view {
    display: flex;
    flex-wrap: wrap;
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-list-item {
    flex: 0 33%;
    border-bottom: none !important;
}

.wsm-cat-list-view .wsm-cat-images-wrap {
    /* flex: 0 100%; */
    margin-right: 11px;
    /* max-width: none; */
}

.wsm-cat-list-view .wsm-cat-wrapper,.wsm-cat-list-view .wsm-cat-wrapper .col-xl-7,.wsm-cat-list-view .wsm-cat-wrapper .wsm-cat-actions-wrap {
    max-width: none;
    flex: 0 100%;
}

.wsm-cat-list-view .wsm-cat-wrapper .wsm-cat-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.wsm-cat-list-view .wsm-cat-ship-free-msg {
    font-size: 14px;
}

.wsm-cat-list-view .wsm-cat-wrapper .wsm-cat-pricebox {
    margin-bottom: 15px;
    text-align: left !important;
}

. /*---------------------------- 
--- Catalog - Documents Wrapper
------------------------------*/
#documents {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-bottom: 3em;
}

.wsm-cat-title {
    font-size: 20px;
}

.wsm-cat-title a {
    font-weight: 700;
    color: var(--dark1)
}

.body_cat .wsm-cat-images-wrap {
    text-align: center;
    /* display: flex; */
}

.body_cat .wsm-cat-ship-remarks {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*display: none;*/
}

.wsm-cat-list-item:last-of-type {
    border-bottom: 0 !important;
}

.body_cat .res-files-manuals {
    padding: 0;
    margin-top: 1.5em;
}

/*---------------------------- 
--- Form
------------------------------*/
.form-container {
    box-shadow: 2px 5px 3px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 2px 5px 3px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 2px 5px 3px 0px rgba(0,0,0,0.09);
}

/*---------------------------- 
--- Product Detail - General
------------------------------*/
.body_product .nav-tabs .nav-link.active,.body_product .nav-tabs .nav-item.show .nav-link,.body_product .nav-tabs .nav-link.active span {
    background: var(--primary);
    color: #fff
}

.body_product .nav-tabs .nav-link {
    background: #E5E3E3;
    margin: 0 1px;
}

.prod-cross-sell__content {
    position: relative;
}

.prod-cross-sell__content .carousel-control-prev,.prod-cross-sell__content .carousel-control-next {
    width: 4%;
}

.prod-details__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prod-details__title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #838383;
}

.wsm-cat-item-id {
    padding-left: 6px
}

#wsm-prod-options-container {
    display: none;
}

#wsm-prod-options-box {
    margin-bottom: 2rem;
}

.wsm-option-group-heading {
    margin-bottom: 1.25rem
}

.wsm_product_option.wsm_product_option_select {
    margin-bottom: 1.65rem;
}

.req-text {
    display: none;
}

.selector.wsmjs-option-selector {
    background: #fff;
    padding: 3px 0 3px 10px;
}

.body_product div.product_option_set .selector.wsmjs-option-selector {
    width: 100%;
    padding: 5px 15px 5px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #dbdbdb;
}

.wsmjs-option-selector div.dropdown {
    position: absolute;
    z-index: 1000;
    color: #333;
    background: #fff;
    border: solid 1px #dbdbdb;
    top: 34px;
    width: 100% !important;
}

.wsmjs-option-selector div.highlight {
    background: #333;
    color: #fff
}

.wsmjs-option-selector div.dropdown div.option {
    cursor: pointer;
    padding: 2px;
    text-align: left;
    clear: both
}

.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 div.product_option_set .selector.wsmjs-option-selector::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: var(--mid1);
    pointer-events: none;
}

/*---------------------------- 
--- Product Detail - Manuals
------------------------------*/
.res-files-manuals {
    width: 100%;
    margin-top: 3em;
    padding: 0 15px;
}

.res-files-manuals h3 {
    border-bottom: solid 1px var(--dark2);
    margin-bottom: .85rem;
    padding-bottom: .3rem;
    font-weight: 500;
    color: #464646;
}

.pws-res-files {
    padding: 0;
    list-style-type: none;
    /* display: flex; */
}

.pws-res-files li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pws-res-files li::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--orange);
    /* display: block; */
    margin-right: 10px;
    font-size: 32px;
}

.pws-res-files li a {
    color: var(--dark-text)
}

/*---------------------------- 
--- Catalog - Description
------------------------------*/
.pws-cat-descrip + div a,.pws-cat-descrip + em a {
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    padding: .9rem 1.2rem;
    border-radius: .25rem;
    font-weight: 500;
}

.pws-cat-descrip + div .pws-res-files a {
    background: transparent;
    color: var(--dark-text);
    padding: 0;
}

/*---------------------------- 
--- FAQ
------------------------------*/
.faq_question {
    color: var(--bg-gray)!important;
}

.faq_answer_content p > strong {
    color: var(--text-mid-dark)
}

.faq_answer_content {
    margin-bottom: 40px;
}

.faq_top a {
    background: var(--blue);
    color: var(--white);
    padding: 5px 10px
}

/*---------------------------- 
--- Repair Help
------------------------------*/
.repair-help__note p {
    border: solid 4px var(--warning);
    padding: 20px 10px;
}

.page_33247 h1,.page_33250 h1,.page_33246 h1,.page_33245 h1,.page_33249 h1,.page_33251 h1 {
    text-align: center;
    margin-top: 55px;
}

#wsm-gallery-widget_repairPage {
    margin: 4.55em 0;
}

#wsm-gallery-widget_repairPage .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#wsm-gallery-widget_repairPage .widget_innerfade_name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.repair-help__service {
    background: url(/files/repair_help/repair-help__service.jpg);
    background-size: cover;
    color: var(--light1);
    padding: 66px 30px;
}

.service-info__wrapper {
    max-width: 570px;
}

.repair-help__service h3 {
    color: var(--white)
}

.vid-wrapper {
    position: relative;
}

.vid-wrapper a:before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: red;
    position: absolute;
    width: 100%;
    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;
    font-size: 45px;
}

.vid-text-wrapper {
    margin-top: 16px
}

/*---------------------------- 
--- Footer
------------------------------*/
footer .list-group-item strong {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 1.1em
}

.footer-wrap {
    font-weight: 300;
    background: var(--bg-gray);
}

.wsm-ftr__list {
    border-bottom: solid 1px var(--dark2);
    padding-bottom: 25px
}

#wsm_copyright, #wsm_copyright a, .ftr-site_links, .ftr-site_links a {
    color: var(--light3);
    font-size: 12px;
}

.ftr-site_links a {
    font-size: 14px
}

#wsm_copyright br {
    display: none;
}

.wsm-ftr__seals img {
    max-width: 73px;
}

#wsm_copyright {
    width: 100%
}

/***************************** 
*** Media Queries 
******************************/
@media only print, only screen and (max-width: 767px) {
    #mainNavigation .row {
        margin: 0;
        padding: 0;
    }

    .nav-item.dropdown {
        margin-bottom: 7px
    }

    #mainNavigation .nav-link {
        padding: 18px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* border-bottom: solid 1px var(--light); */
    }

    .wsm-nav-link {
        padding: 8px 5px;
        border-bottom: solid 1px var(--light2);
    }

    ul.navbar-nav {
        width: 100%
    }
}

@media only print, only screen and (min-width: 768px) {
    /* --- Header
  ------------------------------*/.dropdown-submenu .dropdown-menu {
        position: relative !important;
        left: 0;
        border: 0;
        display: block !important;
    }

    .dropdown-submenu a::after {
        display: none;
    }

    .nav-item.dropdown {
        border-bottom: 0
    }

    .hdr-wrap .pre-hdr-cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 47%;
        flex: 0 47%;
    }

    .cart_counter {
        display: inline-block;
    }

    .hdr-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 117px 1fr;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        /* background: rgb(255,255,255); */
        /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6334908963585435) 17%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .pre-hdr {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
    }

    .navbar {
        position: static!important
    }

    .navbar-nav .nav-item {
        height: 100%
    }

    .navbar-nav .nav-item .nav-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pws-brands .columns {
        max-width: 161px !important;
        margin: 12px 0;
        padding: 25px;
        height: 67px;
    }

    .pws-brands .columns a {
        display: block;
        text-align: center;
    }

    .pws-brands .columns img {
        max-height: 63px;
        /* display: block; */
        /* margin: 0 auto; */
    }

    header #wsm-gallery-widget_hbanners {
        margin: 0 5px
    }

    #hero_responsive_homeBanner .hero_info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
    }

    #hero_responsive_homeBanner h2 {
        font-size: 46px;
        letter-spacing: 1px;
    }

    #hero_responsive_homeBanner span {
        display: block;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 1px;
    }

    #hero_responsive_homeBanner p {
        font-size: 20px;
        letter-spacing: 1px;
    }

    #hero_responsive_homeBanner .hero_descr {
        margin: 58px 0 0;
    }

    .cart_icon_counter_wrapper {
        color: var(--white);
    }

    #cart-content {
        top: 48px;
    }

    .home #wsm-gallery-widget_hbanners {
        margin-left: 18px;
        height: 100%;
    }

    .master #wsm-gallery-widget_hbanners .row {
        height: 100%
    }

    .home-static__item:last-of-type {
        margin-bottom: 0;
    }

    #mainNavigation {
        position: relative;
        top: 0;
        display: block!important;
        /* background: transparent; */
    }

    .navbar-collapse {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*---------------------------- 
  --- Page
  ------------------------------*/
    .page_33304 h1,.page_33258 h1, .page_33261 h1, .page_33262 h1, .page_33263 h1, .page_33264 h1, .page_33265 h1, .page_33266 h1, .page_33267 h1, .page_33268 h1, .page_33269 h1, .page_33271 h1, .page_33272 h1, .page_33273 h1, .page_33274 h1, .page_33275 h1, .page_33276 h1, .page_33277 h1, .page_33270 h1, .page_33284 h1 {
        position: absolute;
        top: 124px;
    }

    .pageBanner .hero_descr {
        max-width: 480px;
        margin: 0 auto;
    }

    .pageBanner .hero_info p:first-of-type {
        text-align: center;
    }

    #search-filter-form .form-control {
        font-size: 20px;
        display: block;
    }

    /*---------------------------- 
  --- Catalog - Banner
  ------------------------------*/
    .env-category-root-94521 .wsm-store-header.wsm-pcat-header, .env-category-root-1136856 .wsm-store-header.wsm-pcat-header, .env-category-root-74863 .wsm-store-header.wsm-pcat-header,.env-category-root-963330 .wsm-store-header.wsm-pcat-header {
        position: absolute;
        top: 144px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        left: 0;
        font-size: 2em;
    }

    .env-category-root-94521 .breadcrumb,.env-category-root-84207 .breadcrumb,.env-category-root-1136861 .breadcrumb, .env-category-root-963330 .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
    }

    #sidebarNav.show {
        width: 47%;
    }

    .wsm-cat-admin-bar-sort-wrapper {
        margin-right: 10px
    }

    /*---------------------------- 
  --- Product Detail - General
  ------------------------------*/
    .wsm-prod-main .row {
        /* justify-content: flex-end; */
    }

    .pws-brands .columns {
        /* max-width: 155px; */
        /* height: 67px; */
        /* margin: 2px; */
    }

    /*---------------------------- 
  --- Product Detail - Manuals
  ------------------------------*/
    .pws-res-files {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pws-res-files li {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 10px);
        flex: 0 calc(50% - 10px);
        margin: 0 5px;
    }
}

@media only screen and (min-width: 992px) {
    /*---------------------------- 
    --- Account - Logged In
    ------------------------------*/.nav-link,.wsm-nav-link a,#customer-account-tabs a {
        font-size: 16px;
        padding: 1.1rem !important;
    }

    #customer-account-tabs a {
        display: block;
    }

    /*---------------------------- 
  --- Header Banner
  ------------------------------*/
    .hero_image img::before {
        content: "";
        width: 1px;
        margin-left: -1px;
        float: left;
        height: 0;
        padding-top: 36%;
    }

    .hero_image img::after {
        /* to clear float */
        content: "";
        display: table;
        clear: both;
    }

    .hdr-wrap {
        width: 90%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: static;
    }

    .hdr-wrap .pre-hdr-cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 41%;
        flex: 0 41%;
    }

    #mainNavigation {
        display: block !important;
    }

    #cart-content {
        top: 40px;
    }

    .cart_counter {
        display: inline-block
    }

    .cart_counter span {
        display: inline-block;
        margin-left: 4px
    }

    header {
        position: absolute;
        z-index: 2;
        width: 100%;
        background: rgb(255,255,255);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), color-stop(17%, rgba(255,255,255,0.6334908963585435)), color-stop(66%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
        background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6334908963585435) 17%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6334908963585435) 17%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%);
        border-bottom: solid 2px var(--light2);
    }

    .page_33304 header,.home header,.page_23626 header,.page_33258 header,.page_33261 header, .page_33262 header, .page_33263 header, .page_33264 header, .page_33265 header, .page_33266 header, .page_33267 header, .page_33268 header, .page_33269 header, .page_33271 header, .page_33272 header, .page_33273 header, .page_33274 header, .page_33275 header, .page_33276 header, .page_33277 header, .page_33270 header, .page_33284 header, .page_33295 header, .page_33296 header, .page_33297 header, .page_33298 header, .page_33299 header, .page_33300 header, .page_33301 header, .page_33302 header, .page_33285 header, .page_33286 header, .page_33287 header, .page_33288 header, .page_33289 header, .page_33290 header, .page_33291 header, .page_33292 header, .page_33293 header, .env-category-root-94521 header,.env-category-root-1136856 header,.env-category-root-963330 header,.env-category-root-74863 header {
        border-bottom: 0
    }

    .navbar-nav {
        height: 100%
    }

    .navbar-nav > div {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .parent_title > .dropdown-item {
        font-size: 19px
    }

    header .col-md-4 h3 {
        font-weight: 500;
    }

    header .owl-nav {
        display: none
    }

    .navbar-nav .nav-item {
        height: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.7em 1em!important;
    }

    nav .widget_featured_image img {
        max-height: 200px;
        width: auto !important;
        margin: 0 auto;
    }

    .widget_featured_image {
        border: solid 1px var(--dark-text)
    }

    .widget_featured_title a {
        color: #000;
        display: block;
        padding: 12px 1px 5px
    }

    .pre-hdr {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
    }

    .nav-link,.wsm-nav-link a {
        font-size: 16px;
        padding: 1.1rem !important;
    }

    .wsm-nav-link:last-of-type a {
        padding-right: 0px !important;
    }

    header nav {
        padding: 0 !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #containerWrap .master, #wsm-product-wrapper, .env-zone-cart .master,.env-zone-checkout .master {
        padding-top: 178px;
        margin-top: 0;
    }

    .env-category-root-94521 #containerWrap .master,.env-category-root-1136856 #containerWrap .master, .env-category-root-963330 #containerWrap .master,.env-category-root-74863 #containerWrap .master {
        padding-top: 15px
    }

    .env-category-root-963330 #containerWrap .master {
        padding-top: 15px
    }

    .home #containerWrap .master,.page_33304 #containerWrap .master,.page_33258 #containerWrap .master, .page_33261 #containerWrap .master, .page_33262 #containerWrap .master, .page_33263 #containerWrap .master, .page_33264 #containerWrap .master, .page_33265 #containerWrap .master, .page_33266 #containerWrap .master, .page_33267 #containerWrap .master, .page_33268 #containerWrap .master, .page_33269 #containerWrap .master, .page_33271 #containerWrap .master, .page_33272 #containerWrap .master, .page_33273 #containerWrap .master, .page_33274 #containerWrap .master, .page_33275 #containerWrap .master, .page_33276 #containerWrap .master, .page_33277 #containerWrap .master, .page_33270 #containerWrap .master, .page_33284 #containerWrap .master, .page_33295 #containerWrap .master, .page_33296 #containerWrap .master, .page_33297 #containerWrap .master, .page_33298 #containerWrap .master, .page_33299 #containerWrap .master, .page_33300 #containerWrap .master, .page_33301 #containerWrap .master, .page_33302 #containerWrap .master, .page_33285 #containerWrap .master, .page_33286 #containerWrap .master, .page_33287 #containerWrap .master, .page_33288 #containerWrap .master, .page_33289 #containerWrap .master, .page_33290 #containerWrap .master, .page_33291 #containerWrap .master, .page_33292 #containerWrap .master, .page_33293 #containerWrap .master {
        padding-top: 0
    }

    .hdr-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 206px 1fr;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .wsm-hdr__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 26%;
        flex: 0 26%;
    }

    #helpModal .modal-dialog {
        max-width: 750px;
        /* padding: 10px; */
    }

    .modal-content {
        padding: 20px
    }

    /*---------------------------- 
  --- Home
  ------------------------------*/
    #hero_responsive_homeBanner {
        padding-top: 50px;
    }

    #hero_responsive_homeBanner .hero_descr {
        margin: 58px 0 0;
    }

    #hero_responsive_homeBanner .hero_info {
        max-width: 500px;
    }

    #hero_responsive_homeBanner h2 {
        font-size: 51px;
    }

    #hero_responsive_homeBanner span {
        font-size: 28px;
    }

    #hero_responsive_homeBanner p {
        font-size: 23px;
    }

    #widget_search_form input,#widget_search_form select {
        border-radius: 0;
        width: auto;
        margin-bottom: 0;
        /* margin-right: 14px; */
    }

    .home-static__item .info_wrap {
        padding: 15px
    }

    .home-specials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .home-specials .info_wrap {
        /* padding-top: 0; */
        margin-top: 26px;
        -webkit-box-flex: 0;
        -ms-flex: 0 62%;
        flex: 0 62%;
    }

    .home-specials .img_wrap {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .home-search-container {
        position: relative;
        top: -86px;
    }

    .home-search-wrapper {
        max-height: 28px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        background: transparent;
    }

    /*---------------------------- 
  --- Page
  ------------------------------*/
    .pageBanner .hero_info {
        top: 198px;
    }

    .page_23626 #containerWrap .master {
        padding-top: 50px;
        margin-top: 0;
    }

    .page_33304 h1, .page_33258 h1, .page_33261 h1, .page_33262 h1, .page_33263 h1, .page_33264 h1, .page_33265 h1, .page_33266 h1, .page_33267 h1, .page_33268 h1, .page_33269 h1, .page_33271 h1, .page_33272 h1, .page_33273 h1, .page_33274 h1, .page_33275 h1, .page_33276 h1, .page_33277 h1, .page_33270 h1, .page_33284 h1, .page_33277 h1, .page_33295 h1, .page_33296 h1, .page_33297 h1, .page_33298 h1, .page_33299 h1, .page_33300 h1, .page_33301 h1, .page_33302 h1,  .page_33285 h1, .page_33286 h1, .page_33287 h1, .page_33288 h1, .page_33289 h1, .page_33290 h1, .page_33291 h1, .page_33292 h1, .page_33293 h1 {
        position: absolute;
        top: 161px;
        color: var(--white);
        z-index: 2;
        width: 100%;
        text-align: center;
    }

    /*---------------------------- 
  --- Category - Header Banner
  ------------------------------*/
    .env-category-root-94521 .wsm-store-header.wsm-pcat-header, .env-category-root-1136856 .wsm-store-header.wsm-pcat-header, .env-category-root-74863 .wsm-store-header.wsm-pcat-header, .env-category-root-963330 .wsm-store-header.wsm-pcat-header {
        position: absolute;
        top: 138px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        left: 0;
        font-size: 2.4em;
    }

    .env-category-root-94521 .wsm-cat-wrapper > nav, .env-category-root-1136856 .wsm-cat-wrapper > nav, .env-category-root-74863 .wsm-cat-wrapper > nav, .env-category-root-963330 .wsm-cat-wrapper > nav {
        top: 176px;
    }

    #hero_responsive_catBanner .hero_info {
        position: absolute;
        top: 223px;
        width: 100%;
    }

    #hero_responsive_catBanner .hero_descr .container {
        max-width: 820px;
    }

    .wsm-cat-ship-free-msg {
        font-size: 16px
    }

    .banner-ad__wrapper .row {
        margin: 0;
    }

    .banner-ad__wrapper .home-static__item {
        margin-bottom: 0
    }

    .search-form__wrapper,.banner-ad__wrapper .home-static__item:first-of-type {
        border-right: solid 13px #fff;
    }

    .search-form__wrapper h4 {
        color: #6C6C6C;
        font-size: 1.2rem;
        flex: 0 100%;
    }

    .banner-ad__wrapper .home-static__item .info_wrap {
        padding: 5px;
    }

    /* --- Sidebar
  ------------------------------*/
    /*** Sidebar itself ***/
    #sidebarNav {
        position: static;
        overflow: visible;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        background: transparent;
        z-index: 0;
    }

    .sidebarWrapper .container {
        display: none;
    }

    /*---------------------------- 
  --- Product - General
  ------------------------------*/
    .env-name-product main > .container-xl, .wsm-prod-info-bottom > .container-xl, .prod-cross-sell__container.container-xl {
        width: 90%;
        max-width: 1650px
    }

    .prod-details__title::after {
        display: none;
    }

    /* Form Styles */
    .form-container {
        box-shadow: 2px -1px 12px 0px rgba(0,0,0,0.09);
        -webkit-box-shadow: 2px -1px 12px 0px rgba(0,0,0,0.09);
        -moz-box-shadow: 2px -1px 12px 0px rgba(0,0,0,0.09);
    }

    .pws-res-files {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pws-res-files li {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(33% - 10px);
        flex: 0 calc(33% - 10px);
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    /* --- Content Wrapper
  ------------------------------*/#containerWrap {
        background: var(--white);
        position: static;
    }

    .btn-search-modal {
        position: absolute;
        top: 171px;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        right: 478px;
        font-size: 14px;
        z-index: 100;
    }

    .pws-diagrams-product .btn-search-modal {
        right: 124px;
        top: 167px;
        z-index: 100;
    }

    /* --- Header
  ------------------------------*/
    .nav-link, .wsm-nav-link a {
        font-size: 18px
    }

    .hdr-wrap .pre-hdr-cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 34%;
        flex: 0 34%;
    }

    .wsm-hdr__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 24%;
        flex: 0 24%;
    }

    /* --- Home
  ------------------------------*/
    .home-wrapper {
        max-width: 1500px;
        margin: 0 auto;
    }

    #hero_responsive_homeBanner .hero_info {
        max-width: 650px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #hero_responsive_homeBanner h2 {
        font-size: 64px;
    }

    #hero_responsive_homeBanner span {
        font-size: 34px;
    }

    #hero_responsive_homeBanner p {
        font-size: 28px;
    }

    .home-static__item .widget_innerfade_name a {
        font-size: 30px;
    }

    .home-specials .widget_innerfade_name {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .home-specials .info_wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 41%;
        flex: 0 41%;
    }

    .home-search-wrapper form {
        /* flex: 0 75%; */
    }

    .home-search-wrapper .widget_search_field {
        padding: 23px 10px;
    }

    .home-search-wrapper .widget_search_button {
        -webkit-box-flex: 0;
        -ms-flex: 0 19%;
        flex: 0 19%;
        font-size: 17px;
    }

    /* --- Catalog - Headers
  ------------------------------*/
    .env-category-root-94521 .wsm-store-header.wsm-pcat-header, .env-category-root-1136856 .wsm-store-header.wsm-pcat-header, .env-category-root-74863 .wsm-store-header.wsm-pcat-header,.env-category-root-963330 .wsm-store-header.wsm-pcat-header {
        position: absolute;
        top: 155px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        left: 0;
        font-size: 2.4em;
    }

    .env-category-root-94521 .breadcrumb,.env-category-root-84207 .breadcrumb, .env-category-root-1136856 .breadcrumb,.env-category-root-74863 .breadcrumb, .env-category-root-963330 .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
    }

    .env-category-root-94521 .wsm-cat-wrapper > nav, .env-category-root-1136856 .wsm-cat-wrapper > nav, .env-category-root-74863 .wsm-cat-wrapper > nav, .env-category-root-963330 .wsm-cat-wrapper > nav {
        top: 195px;
    }

    #sidebarNav .data a.filter {
        padding: 3px 0;
    }

    .attribute_sidebar {
        font-size: 16px;
    }

    .banner-ad__wrapper .home-static__item .widget_innerfade_name a {
        font-size: 20px;
    }

    /*---------------------------- 
  --- Repair Help
  ------------------------------*/
    .repair-help__note p {
        padding: 30px 50px;
        font-size: 17px;
    }

    .repair-help__note {
        margin-top: 7rem!important;
    }
}

@media only screen and (min-width: 1450px) {
    .wsm-hdr__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 23%;
        flex: 0 23%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }

    /* --- Catalog - Headers
  ------------------------------*/
    .env-category-root-94521 .wsm-store-header.wsm-pcat-header, .env-category-root-1136856 .wsm-store-header.wsm-pcat-header, .env-category-root-74863 .wsm-store-header.wsm-pcat-header,.env-category-root-963330 .wsm-store-header.wsm-pcat-header {
        position: absolute;
        top: 179px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        left: 0;
        font-size: 2.4em;
    }

    .env-category-root-94521 .wsm-cat-wrapper > nav, .env-category-root-1136856 .wsm-cat-wrapper > nav, .env-category-root-74863 .wsm-cat-wrapper > nav, .env-category-root-963330 .wsm-cat-wrapper > nav {
        top: 218px;
    }

    #hero_responsive_catBanner .hero_info {
        position: absolute;
        top: 252px;
        width: 100%;
    }
}

/* ==============================================================================
:: Final -  Print Styles
================================================================================= */
@media print {
    /* Removes URLS that are displayed after every link when printing */
    a:link:after, a:visited:after {
        content: "";
    }

    /* Hides specific elements from being printed. Add and remove accordingly. */
    /*General Sections*/
    header #megaDrop, header .top-bar, header #searchWrap, header .menu-toggle, .footer-wrap, .cart_widget_wrapper, .toggle-nav, .calls-to-action, .zmf-diff, .have-a-question, .view-sb, /*Catalog Page*/
    .wsm-cat-image-descrip-wrapper, #wsm-prod-adminbar, .wsm-cat-pagination, .wsm-cat-list-item .wsm-cat-form, /*Custom Styling for printer for correct presentation*/
    /*General Sections*/
    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;
    }

    /* Product Detail Page*/
    #wsm-prod-info-container, #wsm-prod-images-container {
        clear: none !important;
        float: left !important;
    }

    /*May We Suggest*/
    .wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
        float: left;
        margin-bottom: 30px;
        margin-left: 2%;
        width: 30%;
    }
}

/************ Static PWS        *****************/
.wsm_error {
    list-style-type: none;
    padding-left: 0;
    color: var(--red)
}

.env-zone-account #wsm_error {
    text-align: center;
}

.wsm_hidden {
    display: none
}

.navbar-collapse {
    background-color: var(--light)
}

header .dropdown-toggle[aria-expanded=true]::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

header .dropdown-toggle[aria-expanded=true] {
    background-color: var(--primary)
}

.home .carousel-inner {
    height: 4em
}

.home .carousel-caption {
    top: 50%
}

.pws-brands li {
    height: 67px;
    margin-left: 0 2px;
    width: 60px
}

.pws-brands #fnd_album_com_main .columns {
    width: 116px
}

.pws-youtube h2 {
    font-size: 1.6rem
}

.main-search #homepage_search_prefilter,.main-search .ast_search_field {
    width: 100%
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete.ui-widget-content {
    background-color: var(--white);
    list-style-type: none;
    width: 92% !important;
    padding: 1em;
    -webkit-box-shadow: rgba(62,116,185,.25) 0px 0px 0px .2rem;
    box-shadow: rgba(62,116,185,.25) 0px 0px 0px .2rem;
    margin: 0 1em;
}

.env-zone-search .ui-autocomplete.ui-widget-content {
    top: 12% !important;
    width: 87% !important;
    margin: 0 1.3em!important;
}

.ui-menu-item:hover {
    background-color: var(--light)
}

.ui-menu-item {
    cursor: pointer
}

.ui-autocomplete-category {
    font-weight: 700
}

.page_3440 .wsm-rt-child-resources {
    display: none
}

.faq_question {
    font-size: 1.35rem
}

.wsm-cat-ship-free-msg {
    font-size: 16px
}

.wsm-cat-price-price {
    font-size: 1.25rem
}

.pws_sidebar-text span {
    font-size: 13px
}

.pws_sidebar-text {
    line-height: 1.1
}

.prod-cross-sell__image a {
    display: block
}

.prod-cross-sell__image {
    height: 185px;
    padding: 10px;
}

.prod-cross-sell__image img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 165px;
}

.prod-qa-link {
    font-size: 12px;
    color: #e95c03
}

.prod-qa-link i {
    color: #626262
}

.wsm-prod-summary {
    color: #555
}

.wsm-prod-summary ul {
    list-style-type: none;
    padding: 0
}

.wsm-prod-button.wsm-addtocart-button {
    height: 100%
}

.wsm-addwishlist-button:hover,.wsm-inquiry-button:hover {
    background-color: var(--primary);
    color: var(--black) !important;
}

.prod-cross-sell__title a {
    color: #4b4b4b;
    font-weight: 600
}

.wsm-prod-qty-title {
    font-size: 14px
}

.list-save-price__wrap {
    font-size: 14px;
    color: #747373
}

.wsm-cat-price-sale-value, .body_product .wsm-cat-price-price-value {
    font-size: 24px;
    font-weight: 700;
}

.sr-only,.wsm_cart_active_coupon_label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.brand-image {
    max-height: 139px
}

.brand-name {
    display: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.brand-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.brand-image:hover .brand-name {
    background-color: rgba(62,116,185,.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.wsm-prod-button.text-primary {
    background: transparent;
    margin-bottom: 5px
}

.home footer {
    margin-top: 0
}

#fnd_album_ftrcc .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0
}

footer h5 {
    font-size: 1.15rem
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-item {
    background: #fff;
}

.carousel-item .card-body {
    border: 0;
    padding: 0;
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.carousel-control-prev-icon__fa i,.carousel-control-next-icon__fa i {
    color: #333;
    font-size: 35px;
}

@media(min-width: 576px) {
    .main-search #homepage_search_prefilter {
        width:10%
    }

    .main-search .ast_search_field {
        width: 60%
    }
}

@media(min-width: 768px) {
    .navbar-collapse {
        background-color:transparent
    }

    .pws-brands .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pws-brands .fnd_album {
        margin-right: 15px
    }

    .article-sidebar {
        max-height: 305px
    }

    .ui-autocomplete.ui-widget-content {
        margin: 0 0 0 1.5em;
    }

    .carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next {
        -webkit-transform: translateX(33.333%);
        -ms-transform: translateX(33.333%);
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
        -webkit-transform: translateX(-33.333%);
        -ms-transform: translateX(-33.333%);
        transform: translateX(-33.333%);
    }
}

@media(min-width: 992px) {
    .env-zone-search .ui-autocomplete.ui-widget-content {
        top: 95% !important;
        width: 100% !important;
        margin: 0 0!important;
        left: 0!important;
    }
}

@media(min-width: 1200px) {
    .main-search form,.main-search .prod-search-help {
        width:75%;
        margin: 0 auto
    }

    .pws-youtube h2 {
        font-size: 2.2rem
    }

    .body_cat .affirm-modal-trigger {
        display: block;
        text-align: right
    }

    .ui-autocomplete.ui-widget-content {
        background-color: var(--white);
        list-style-type: none;
        width: 100% !important;
        padding: 1em;
        -webkit-box-shadow: rgba(62,116,185,.25) 0px 0px 0px .2rem;
        box-shadow: rgba(62,116,185,.25) 0px 0px 0px .2rem;
        margin: 0;
        top: 64px !important;
    }
}

.modal-backdrop {
    position: inherit !important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

#gallery img {
    height: 75vw;
    -o-object-fit: cover;
    object-fit: cover
}

* {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#wsm-gallery-widget_search_help .columns {
    display: none;
    margin: 0
}

#wsm-gallery-widget_search_help .columns:first-child {
    display: block
}

#target-product-modal .modal-single-image {
    max-height: 400px;
}

#target-product-modal .modal-single-image img {
    object-fit: contain;
}

#gallery.custom {
    padding: 0 15px
}

#gallery.custom img {
    display: block;
    margin: 15px 0;
    border-radius: 300px 30px 300px 300px
}

#gallery.custom img:hover {
    border-radius: 30px 90px 30px 30px
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #2196f3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.switch-wrap {
    text-align: center;
    background-color: #b1fbc1;
    padding: 30px;
    border-radius: 3px;
    margin: 30px 0 0
}

.switch-text {
    display: block;
    margin: .5em
}

/******* Colorbox ********/
.cloud-zoom-lens {
    z-index: 98!important
}

.cboxIframe,.cboxPhoto {
    display: block;
    border: 0
}

#cboxCurrent,#cboxTitle {
    position: absolute;
    color: #949494
}

#cboxOverlay,#cboxWrapper,#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: visible
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/images/colorbox/overlay.png)
}

#cboxBottomLeft,#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto!important
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: visible
}

.cboxIframe {
    width: 100%;
    height: 100%
}

#cboxContent,#cboxLoadedContent,#colorbox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/controls.png) -101px 0 no-repeat
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/controls.png) -130px 0 no-repeat
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/controls.png) -101px -29px no-repeat
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/controls.png) -130px -29px no-repeat
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/images/colorbox/controls.png) left top repeat-y
}

#cboxMiddleRight {
    width: 21px;
    background: url(/images/colorbox/controls.png) right top repeat-y
}

#cboxTopCenter {
    height: 21px;
    background: url(/images/colorbox/border.png) repeat-x
}

#cboxBottomCenter {
    height: 21px;
    background: url(/images/colorbox/border.png) 0 -29px repeat-x
}

#cboxContent,.cboxIframe {
    background: #fff
}

#cboxContent {
    overflow: visible
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 48px
}

#cboxTitle {
    bottom: 25px;
    left: 0;
    text-align: left;
    width: 100%
}

#cboxCurrent {
    bottom: 4px;
    left: 58px
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxClose,#cboxNext,#cboxPrevious {
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious {
    left: 0;
    background: url(/images/colorbox/controls.png) -75px 0 no-repeat
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    left: 27px;
    background: url(/images/colorbox/controls.png) -50px 0 no-repeat
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: url(/images/colorbox/loading_background.png) center center no-repeat
}

#cboxLoadingGraphic {
    background: url(/images/colorbox/loading.gif) center center no-repeat
}

#cboxClose {
    right: 0;
    background: url(/images/colorbox/controls.png) -25px 0 no-repeat
}

#cboxClose:hover {
    background-position: -25px -25px
}

/* End colorbox */
@media(min-width: 576px) {
    #gallery img {
        height:35vw
    }

    .switch {
        margin: 0
    }

    .switch-wrap {
        position: fixed;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px
    }

    .switch-text {
        margin: 0 1em 0 0
    }
}

@media(min-width: 992px) {
    #gallery img {
        height:5vw
    }
}

.prod-details,.wsm-prod-manuals {
    border: 1px solid #e0e0e0
}

.prod-details__title.h5,.wsm-prod-manuals__title.h5 {
    font-size: 17px;
    background: #f2f2f2;
    padding: 9px 12px;
    color: #000;
    border: 0;
}

.prod-details__info.list-unstyled {
    font-size: 14px;
    color: #555
}

.prod-details__info > span {
    display: none;
}

.prod-details li {
    padding: 3px 0
}

.prod-details__info .wsm-ags-attributes a,.prod-details__info .badge {
    color: #555;
    font-size: 14px;
    padding: 0
}

.wsm-prod-manuals__link {
    color: #000;
    font-size: 14px
}

img.img-thumbnail {
    width: 150px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}
