@media screen and (min-width:992px){
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width:991px){
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        /* min-height: 438px; */
    }
}
@media (min-width: 992px) {
	.hideNavDesktop #masthead .navbar #primary-navigation-menu {
		display:none !important;
	}
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-details a.button,
.cool-timeline.white-timeline .timeline-post .post_meta_details a.button {
	color:#fff !important;
}
/* MVB: Ticket 23380 -remove store hours and carousel arrows */
.home #slideshow .left.carousel-control,
.home #slideshow .right.carousel-control{
    display: none !important;
}

body #hiringthing-jobs .ht-apply-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    background-color: #027F6F;
    color: #FFF;
    padding: 14px 34px;
    position: relative;
    font-family: "museo-slab",serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    margin: 10px 0 50px;
}
#hiringthing-jobs > a.ht-title-link:not(:first-child):before {
    /* margin: -35px auto 0; */
    content: '';
    display: block;
    width: 109px;
    border-top: 3px solid #EFEFEF;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -104px;
}
#hiringthing-jobs > a.ht-title-link:not(:first-child) {
    margin-top: 50px;
    position: relative;
    display:block;
}
div#hiringthing-jobs {
    max-width: 800px;
    margin: 0 auto;
}

#billing_address_1_field .optional,
#billing_city_field .optional,
#billing_state_field .optional,
#billing_postcode_field .optional,
#shipping_address_1_field .optional,
#shipping_city_field .optional,
#shipping_state_field .optional,
#shipping_postcode_field .optional{
    display: none;
}
#billing_address_1_field label::after,
#billing_city_field label::after,
#billing_state_field label::after,
#billing_postcode_field label::after,
#shipping_address_1_field label::after,
#shipping_city_field label::after,
#shipping_state_field label::after,
#shipping_postcode_field label::after{
    /*
    content:"*";
    color:#f00;
    */
}

.pageblock__column.gallery .carousel-inner>.item>img{
    position: relative !important;
}
.pageblock .pageblock__inner {
    overflow:visible;
}
@media screen and (max-width:991px){
    #slideshow .item .carousel-caption {
        -webkit-transform: none;
        transform: none;
        position: relative;
        padding: 100px 0 100px;
        z-index:3;
    }
    .carousel-inner>.item>img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        z-index:1;
    }
    #nav-wrapper {
        overflow: visible;
    }
    .carousel-indicators {
        bottom: -50px;
    }
    #slideshow .item:after {
        content: '';
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        opacity: 0.7;
        background: linear-gradient(227.49deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%),linear-gradient(0deg, rgba(92,92,92,0) 0%, rgba(0,0,0,0.5) 100%);
    }
}
a.ht-title-link:before {
    content: "\A";
    white-space: pre;
}

form.woocommerce-checkout .gift-note-wrapper div.note-form small{
    display: none;
}

.pp_content_container {
    background: url("../jpg/dark-wood-bg.jpg") repeat !important;
    background-size: contain !important;
}

.pp_content_container::before {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 51.66%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
}

.pp_content_container::after {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 51.66%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.pp_content_container .wc-quick-view-product-gallery {
    padding-right: 0 !important;
}

.pp_content_container .wc-quick-view-product-summary {
    padding: 20px !important;
}

.pp_content_container .product select {
    max-width: none !important;
}

.pp_content_container .view-product-details-link {
    text-decoration: underline;
    text-decoration-color: #FF3400;
}

@media screen and (max-width:991px){
    .pp_content_container .product select {
        max-width: 100% !important;
    }
}


.omsCategoryWrapper {
    position: relative;
    z-index: 5;
}
.omsCategoryWrapper .products {
    margin-top:0 !important;
}
.omsCategoryWrapper li.product {
    padding: 0.2rem !important;
    margin:0 !important;
}
.omsCategoryWrapper li.product > a {
    display:block;
    overflow:hidden;
}
.omsCategoryWrapper li.product > a:after {
    content:'';
    display:block;
    z-index:2;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(30,30,30,0) 0%, rgba(13,13,13,0.62) 100%);
}
.omsCategoryWrapper .product-content-wrapper {
    margin:0 !important;
}
.omsCategoryWrapper .product-image-wrapper {
    position:static !important;
}
.omsCategoryWrapper .notProductCat a::before,
.omsCategoryWrapper .product-image-wrapper::before {
    display:none !important;
}
.omsCategoryWrapper .notProductCat a img,
.omsCategoryWrapper .product-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    width: 100% !important;
    height: 100% !important;
    z-index:1;
    object-fit: cover;
}
.omsCategoryWrapper .product-image-wrapper.legacyImage img {
    object-fit:none;
}
.omsCategoryWrapper h2 {
    position:relative;
    left:0 !important;
    right:0;
    bottom:0;
    color:#fff;
    z-index:4;
    font-family: Poppins !important;
    font-weight: bold !important;
    padding: 0 1.7rem 1.5rem !important;
}
.omsCategoryWrapper .notProductCat h2 {
    top: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    text-align: left !important;
    text-transform: none !important;
}
.omsCategoryWrapper h2:after {
    content: '\203A' !important;
    color: #FF3300;
}
.omsCategoryWrapper li.product .price {
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    background:#FF3300;
    z-index:3;
    padding: 0.1rem 0.5em;
}
.omsCategoryWrapper li.product .price .from {
    color: #fff !important;
}
.woocommerce-shop.woocommerce-page .page-header,
.tax-product_cat .page-header {
    margin: 0 !important;
    text-align: left;
}
.woocommerce-shop.woocommerce-page .page-header .page-description *,
.tax-product_cat .page-header .page-description * {
    font-family: "poppins", sans-serif;
    font-size: 1.25rem;
    line-height: 2.1rem;
}
.tax-product_cat #breadcrumbs,
.tax-product_cat #breadcrumbs * {
    text-transform: uppercase;
    font-family: "poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.single-product #related-products {
    padding: 7rem 0;
}
.single-product #related-products .container-fluid {
    padding: 0 15px;
}
.single-product .omsCategoryWrapper > section.related > h2,
#products-reviews::before,
#related-products::before {
    display:none;
}
.single-product #content {
    background: #DDDDDD;
    position: relative;
}
.single-product #content *:not(.button, .arrow-button) {
    color:#1A1A1A;
}
.single-product #content #breadcrumbs {
    margin: 0;
}
.single-product #content #breadcrumbs > span {
    display: block;
    padding-left: 15px;
}
.single-product #content #breadcrumbs > span {
    font-size:0;
}
#content #breadcrumbs span span:not(:first-child):before {
    content: ' / ';
}
.single-product #content #breadcrumbs * {
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: normal;
}
.single-product #content h1 {
    color:#1A1A1A !important;
    text-shadow:none !important;
    font-size: 5rem;
    line-height: 5rem;
    float:left;
    width:75%;
}
.single-product #content .price .from {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: normal;
    text-transform: lowercase;
}
.single-product #content .price .from:before {
    content:'Starting ';
    text-transform: capitalize;
}
.single-product #content .price .amount * {
    font-family: "bebas-neue-pro", sans-serif;
    color: #FF3300 !important;
    font-size: 2rem;
    line-height: 2.5rem;
}
.single-product #content .product {
    position:static !important;
}
.single-product #content .summary {
    margin: 0;
}
.single-product #content .summary > .price {
    float:right;
    text-align:right;
}
.single-product #content form.cart.cart_group {
    background: #FAFAFA;
    padding: 2rem 0 0;
    margin-bottom: 0;
    position: relative;
    margin-top: -100px;
    bottom: -100px;
}
.single-product #content form.cart .product {
    padding: 0.2rem 2rem !important;
    margin: 0 !important;
    border: none;
}
.single-product #content form.cart .product .details * {
    font-size: 1rem;
    font-weight: normal;
}
.single-product #content form.cart .product .details {
    position: relative;
    padding: 0 5rem  0 1.5rem !important;
}
.single-product #content form.cart .product .details input[type='checkbox'] {
    position:absolute;
    left:0;
    top:0.8rem;
    transform: scale(1.3);
}
.single-product #content form.cart .product .details > label {
    font-size:0;
}
.single-product #content form.cart .product .details .price {
    position: absolute;
    right: 0;
    top: 0;
}
.single-product #content form.cart .product .details .price * {
    font-size: 1.2rem !important;
}
.single-product #content .woocommerce-product-details__short-description {
    clear:both;
}
.single-product #content .cartBottomActions,
.single-product #content .cart.bundle_data {
    clear: both;
    background: #DDDDDD;
    position: relative;
    min-height: 100px;
    padding: 1.7rem 1.7rem 0.5rem 1.7rem;
}
.single-product #content .cart {
    clear: both;
}
.single-product .interior-content {
    padding-bottom: 200px;
}
.single-product #products-reviews {
    padding:0;
}
.single-product #content .cart .woocommerce-variation-add-to-cart > div.qty,
.single-product #content .cart > .qty {
    display:none;
}
.single-product #content .cart.bundle_data > .bundle_wrap:after {
    content:'';
    display:block;
    clear:both;
}
.single-product #content .cart.bundle_data .bundle_button {
    float:right;
}
.single-product #content .cart.bundle_data .bundle_button > div {
    display:inline-block;
}

.single-product #content .cart.bundle_data .bundle_price {
    float:left;
}
.single-product #content .cart.bundle_data .bundle_error .woocommerce-info {
    background: #ff3400;
    border: none;
    padding: 0 1rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
}
.single-product #content .cart.bundle_data .bundle_error .woocommerce-info * {
    text-shadow: none;
    color: #fff;
}
.single-product #content .cart.bundle_data .bundle_error {
    float: left;
}
.single-product #content .cart.bundle_data .bundle_price * {
    font-family: "bebas-neue-pro", sans-serif;
    color: #FF3300 !important;
    font-size: 2.5rem;
}
.single-product #content form.cart .bundle_price:before {
    content: 'Total';
    font-size: 0.8rem;
    font-weight: 600;
    display:inline-block;
    margin-right: 0.5rem;
}
.single-product #content form.cart .bundle_price p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}
.single-product #content form.cart button.single_add_to_cart_button {
    color: #fff !important;
    background: #FF3300;
    border-radius: 5px;
    padding: 0.7rem 1rem 0.6rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 0.01rem;
}
.single-product #content form.cart button.single_add_to_cart_button:after {
    display: inline-block;
    color: #000;
    content: '\f061';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 1rem;
    margin-left: 0.9rem;
}
.single-product #content form.cart .quantity:before {
    content: 'Qty';
    font-size: 0.8rem;
    font-weight: 600;
}
.single-product #content form.cart .quantity input {
    height: 2.6rem;
    width: 2.8rem;
    border: 1px solid #a0a0a0;
    margin: 0 1rem 0 0.5rem !important;
}
.omsCategoryWrapper li.product > a.quick-view-button {
    padding: 0.5rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: red !important;
    font-size: 1.3rem !important;
}
.omsCategoryWrapper li.product > a.quick-view-button:after {
    display:none !important;
}
.omsCategoryWrapper li.product > a.quick-view-button span {
    margin-bottom: -0.2rem;
}
div.pp_pic_holder {
    top: 5% !important;
    width: auto !important;
    height: auto !important;
    bottom: 5% !important;
    left: 5% !important;
    right: 5% !important;
    position: fixed !important;
    overflow:auto;
}
div.pp_pic_holder .ppt,
div.pp_pic_holder .pp_top,
div.pp_pic_holder .pp_bottom {
    display:none !important;
}
div.pp_pic_holder .pp_content {
    width:auto !important;
}
.pp_content_container {
    height:auto !important;
    margin:0 !important;
        overflow: visible !important;
}
.mustLogInMessage {
    text-align: center;
    padding: 0 1rem 2rem;
}
.mustLogInMessage a {
    color: #ff3400 !important;
    font-weight: bold;
}
.disableForm .cart {
    pointer-events: none;
}
.disableForm .cart button {
    opacity: 0.5;
}
.single-product #content .woocommerce-notices-wrapper .woocommerce-message {
    background: #fff;
    text-shadow: none;
    border: none;
    padding: 1rem;
}
.single-product #content .woocommerce-notices-wrapper .button {
    margin:0 0 0 1rem;
}
.headerCTA {
    background: #1a1a1a;
    background: #1a1a1ad6;
    color: #fff;
    padding: 2rem;
    text-align:left;
}
.headerCTA select {
    color:#1a1a1a;
}
.headerCTA .ctaTitle {
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: normal;
    color: #fff;
}
.headerCTA .ctaLink {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "poppins", sans-serif;
}
.headerCTA a .ctaLink {
    color:#fff;
}
.headerCTA a .ctaLink:after {
    content: '\203A';
    color: #FF3300;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 2rem;
    vertical-align: middle;
}
.headerCTA .ctaBlurb {
    margin-top:1.5rem;
}
.headerCTA .ctaBlurb,
.headerCTA .ctaBlurb * {
    font-family: "poppins", sans-serif;
    font-size: 1.25rem;
    line-height: 2.1rem;
}
.term-112 #sidebar {
    display:none;
}
@media (min-width: 992px){
    .post-type-archive-product .page-header h1 {
        font-size: 65px;
        line-height: 65px;
    }
    .woocommerce-shop.woocommerce-page .omsCategoryWrapper,
    .tax-product_cat .omsCategoryWrapper {
        margin-top: -6rem;
    }
    .omsCategoryWrapper li.product > a {
        padding: 0 0 135% !important;
    }
    .woocommerce-shop.woocommerce-page #page-title .row,
    .tax-product_cat  #page-title .row {
        display:flex;
    }
    .woocommerce-shop.woocommerce-page .page-header,
    .tax-product_cat .page-header {
        width: 50% !important;
    }
    .single-product #content .woocommerce-product-gallery {
        position: absolute !important;
        top: 0;
        right: 0;
        left: 58%;
        bottom:0;
        padding: 0 !important;
        width: auto !important;
        margin:0;
    }
    .single-product #content .woocommerce-product-gallery img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        object-fit: contain;
        object-position: top right;
    }
    .single-product #content .woocommerce-product-gallery.legacyImage img {
        object-fit: none;
    }
    .single-product #content .woocommerce-product-gallery div {
        position: static;
    }
    .single-product #content .product-type-bundle .woocommerce-product-gallery {
        overflow:hidden;
    }
    .single-product #content .woocommerce-notices-wrapper {
        width: 58%;
    }
    .single-product #content #breadcrumbs {
        width: 53% !important;
        padding: 4rem 0 0 3rem !important;
    }
    .single-product #content .summary {
        width: 53% !important;
        padding-left: 3rem !important;
    }
    .omsCategoryWrapper .notProductCat .product {
        width:25% !important;
    }
    .omsCategoryWrapper .notProductCat li.product > a {
        padding: 0 0 170% !important;
    }
    .omsCategoryWrapper .notProductCat .product:nth-of-type(6n+1),
    .omsCategoryWrapper .notProductCat .product:nth-of-type(6n+6) {
        width:50% !important;
    }
    .omsCategoryWrapper .notProductCat li.product:nth-of-type(6n+1) > a,
    .omsCategoryWrapper .notProductCat li.product:nth-of-type(6n+6) > a {
        padding: 0 0 84.25% !important;
    }
    .headerCTA {
        float: right;
        width: 50%;
        max-width: 450px;
        align-self: center;
        margin-left: auto;
    }
}
@media (max-width: 991px){
    .woocommerce-shop.woocommerce-page .omsCategoryWrapper,
    .tax-product_cat .omsCategoryWrapper {
        margin-top: -4rem;
    }
    .omsCategoryWrapper li.product > a {
        padding: 0 0 100% !important;
    }
    .single-product #content #breadcrumbs {
        padding: 1rem 0 0.5rem;
    }
    .omsCategoryWrapper .notProductCat li.product.first {
        clear: none;
    }
    .tax-product_cat .page-header {
        float:none !important;
    }
    .headerCTA {
        margin-top:2rem;
    }
}

.multi_shipping .ship_address {
    float: left;
    margin: 2% 2% 2% 0;
    padding: 8px;
    background-color: transparent !important;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.5em;
}

.multi_shipping.multi_shipping--addresses .ship_address {
    width: 100% !important;
}

.product-template-default.single-product #related-products .omsCategoryWrapper .product-content-wrapper h2.woocommerce-loop-product__title,
.woocommerce-page ul.products.columns-4 li.product a .product-content-wrapper h2.woocommerce-loop-product__title {
    position: absolute;
}

#shipping_addresses > div > div > div.ship_address__method > div.datepicker-form:has(.ship_date_choice) {
    display: none;
}