.hero {
    margin-top: 140px;
}

.item-image .product-tile {height:100px;}
@media (max-width: 767px) {
    .homeImageCont {
        height: 250px;
    }
    .homePnlTxt.hmePanel-left.py-6 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .homePnlImg.hmePanel-left.py-5 {
        padding-bottom: 1rem !important;
        padding-top: 0 !important;
    }
    .homePnlTxt.hmePanel-right.py-6 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .homePnlImg.hmePanel-right.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0 !important;
    }
}

.navbar-compact {
    margin-top: 120px;
}

.navbar-padding {
    margin-top: 140px;
}

.svg-large {
    width: 40px !important;
    height: 40px !important;
}

#element-to-print {
    margin-top: 50px;
}

.click-to-print {
    width: 100vw;
    position: fixed;
    height: 46px;
    top: 0;
    left: 0;
    text-align: center;
    background: white;
    padding-top: 4px;
    z-index:1;
}

@media print {
    .click-to-print {
        display:none;
    }
    .click-to-print-btn {
        display:none;
    }
}
.modal-body .detail-full {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.homeImageCont {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeImageCont a {
    display: block;
    height: 100%;
    width: 100%;
}

.infoPanel h3 a:hover {
    text-decoration: none;
    color: #888888 !important;
}

.infoPanel .homeImageCont a {
    display: block;
    height: 100%;
    width: 100%;
}

.full-height-slider {
    max-height: none !important;
    height: calc( 100vh - 117px );
    margin-top: 117px;
}

.home-slider {
    max-height: 60vh;
    overflow: hidden;
}

.owl-item .bg-image {
    height: auto;
    top: auto;
    bottom: 0;
}

.thumb-ribbon .owl-nav {
    position: relative;
    width: 12rem;
    margin: auto;
}

.thumb-ribbon .product p,
.thumb-ribbon .product h3 {
    text-align: center;
}

.thumb-ribbon .product span {
    display: block;
    text-align: center;
}

.thumb-ribbon .product .product-image img {
    height: 200px;
    width: auto;
}

.product h2 a {
    display: inline-block;
    min-height: 40px;
}

.product h2 a:hover {
    text-decoration: none;
    background: #959595;
}

.product-details .ribbon {
    left: 15px;
}

img.bg-image {
    object-fit: contain;
}

.product-tile {
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-logo {
    margin-left: 1em;
    margin-right: 1em;
}

.nav-logo img {
    margin-top: -10px;
}

.img-thumbnail {
    border: none;
}

.link-btn {
    background: none;
}

.product-image-box {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.breadcrumb {
    background-color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.breadcrumb-item {
    padding: 10px;
    background-color: #ececec;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    width: 300px;
    margin-right: 3px;
    font-weight: 100;
}

.breadcrumb-item a {
    font-size: 12pt;
}

.breadcrumb-item::before {
    content: "";
}

.breadcrumb-item::after {
    padding: 0px;
    color: #000000;
    content: ">";
    text-align: right;
    float: right;
}

.back-item::after {
    content: "<";
    text-align: left;
    float: left;
}

.product-grid-header .custom-select {
    background: none;
}

.owl-item .bg-image {
    height: auto;
    top: auto;
    bottom: 0;
}

img.bg-image {
    object-fit: contain;
}

.nav-logo {
    margin-left: 1em;
    margin-right: 1em;
}

.nav-logo img {
    margin-top: -10px;
}

.img-thumbnail {
    border: none;
}

.link-btn {
    background: none;
}

.product-image {
    border-bottom: 2px solid #FFFFFF;
}

.product-image:hover {
    border-bottom: 2px solid #959595;
}

.ribbon-primary {
    background-color: #959595 !important;
}

.ribbon-primary::before {
    border-top-color: #6f6f6f;
}

.product-grid-header-show {
    border-bottom: 2px solid white;
}

#waitOvr {
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#waitOvr img {
    position: relative;
    left: calc(50% - 56px);
    top: calc(50% - 56px);
}

.page-link.active {
    font-weight: bold;
    background-color: #e9ecef;
}

#productModal .detail-full img {
    margin: auto auto;
    display: block;
    max-width: 100%;
}

.quickview {
    background: none;
}

.product-hover-overlay {
    background: rgba(255, 255, 255, 0.6);
}

.close.modal-close {
    top: -15px;
    right: -15px;
}

#canvas-container {
    margin-top: 55px;
}

#boardSaved,
#boardError,
#saveFirstAlert {
    display: none;
}

@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    };
}

@media (min-width: 1300px) and (max-width: 1350px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    };
}

@media (min-width: 1250px) and (max-width: 1299px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem
    };
}

@media (min-width: 1200px) and (max-width: 1249px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem
    };
}

@media (max-width: 1199.98px) {
    #navbarCollapseLeft {
        overflow-y: auto
    };
}

@media (max-width: 1199.98px) {
    .detail-text .d-flex {
        display: block !important
    };
}

@media (max-width: 1399px) {
    .megamenu .megamenu-services .megamenu-services-item {
        margin-left: 0
    };
}

@media (max-width: 589px) {
    .breadcrumb {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .breadcrumb li:first-child {
        padding-left: 5px
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0
    }

    .breadcrumb li {
        font-size: 12pt;
        width: auto;
        margin: 0px;
        text-align: left;
        padding: 3px 0px
    }

    .breadcrumb li::after {
        content: "/";
        padding: 0px 4px
    };
}

@media (max-width: 767px) {
    .thumb-ribbon .owl-nav .owl-prev {
        margin-left: -3rem
    }

    .thumb-ribbon .owl-nav .owl-next {
        margin-left: -4rem
    };
}

@media (max-width: 400px) {
    .owl-carousel .owl-stage-outer {
        margin-left: 1rem
    }

    .thumb-ribbon .owl-nav .owl-prev {
        margin-left: -2rem
    };
}

#webstersJoin {
    width: 100vw;
    height: 100vh;
}

.productDeliveryDetails {
    display: none;
}

.artius-padding {
    padding-top: 0px;;
}

.row-cols-2 .product-tile {
    height: 400px;
}

#two-grid:hover, #four-grid:hover {
    cursor: pointer;
}

.short-description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.link-underline {
    text-decoration: underline;
    padding-top: 7px;
    display: inline-block;
}

.scroll-margin {
    scroll-margin: 135px 0 0 0px;
}

.jumpToID {
    cursor: pointer;
}

.product-details .owl-theme .owl-nav {
    width: 125%;
    left: -12.5%;
}

.events h5.card-title {
    height: 60px;
}

.bannerImg {
    height: calc( 100vh - 117px );
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerImg img {
    display: none !important;
}
