﻿:root {
    --warning-col: #dc9035;
    --warning-light: #f7e7d4;
    --warning-dark: #825217;
}

.CheckoutReviewAlert {
    margin: 1rem;
}
.CheckoutReviewAlert.Hide {
    display: none;
}

.badge-warning {
    width: max-content;
    color: var(--warning-dark);
    background-color: var(--warning-light);
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
    font-size: 13px;
}

.button--warning {
    background-color: var(--warning-col);
    border-color: var(--warning-col);
    color: #fff
}

    .button--warning.active, .button--warning.is-active, .button--warning:focus, .button--warning:hover {
        background-color: #fa9f7f;
        border-color: #fa9f7f;
        color: #fff
    }

    .button--warning:active {
        background-color: #fa9f7f;
        border: 1px solid #fa9f7f;
        color: #fff
    }

img {
    image-rendering: -webkit-optimize-contrast;
}

.navPage-subMenu {
    z-index: 99;
}

.banners {
    margin-top: 20px;
}

.accent .left-block {
    padding: 40px;
}

.accent .right-block {
    position: relative !important;
    transform: none !important;
}

.accent .media .right-block h3:after {
    background: #000 !important;
    height: 1px;
}

@media (min-width:769px) {
    .header-bottom .navPages-container .navPages-list .navPages-item .navPage-subMenu.mega-menu {
        left: unset;
        width: 25%;
        box-shadow: 1px 5px 10px 0 #999;
        padding: 0 20px !important;
    }
}

@media (min-width:767px) {
    .accent .right-block .image_description {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .accent .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        min-height: 380px;
    }

        .accent .row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }


    /*MB style hacks start*/
    .hb-logo {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navPage-subMenu-item {
        width: 100%;
        float: none !important;
    }

        .navPage-subMenu-item > .navPage-subMenu-action {
            border-bottom: 0;
            margin-bottom: 1.13333rem;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

        .navPage-subMenu-item:first-of-type > .navPage-subMenu-action {
            padding-top: 20px !important;
        }

    .header-bottom .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action {
        font-weight: 400;
    }

    .accordion--navList {
        border-bottom: 1px solid #f2f2f2;
    }

    .group-pill.is-open {
        background-color: #ddd;
    }

    .accordion-content .navListScroll { /* MB - tried vert scoll within filter list - to messy. So this is not used.*/
        border: 1px solid #f2f2f2;
        max-height: 20em;
        overflow-y: scroll;
    }

    .category-filter-text {
        height: 2rem;
        margin: 4px auto 8px auto;
    }

    .des-category-page .main-des {
        padding: 0px; /*Remove padding and grey border from banner image on the category page*/
        background: #fff;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size: 60px;
    }

    .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size: 16px;
    }

    .heroCarousel .heroCarousel-content {
        top: 37%;
    }

    .navList-action--checkbox {
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
        line-height: 1.5rem;
    }

    .dropdown--quickSearch {
        background-color: #c6bfb9;
    }

    .card--alternate:hover .card-title > a {
        color: #000;
    }

    .productView-details .short-description {
        white-space: pre-wrap; /* Line breaks */
    }
    /*MB style hacks end*/
}

@media (max-width:768px) {
    .ExpressCheckoutBlock {
        padding: 10px;
    }

    #menu > nav {
        max-height: 900px;
    }
}

@media (max-width:667px) {
    .productGrid .product {
        width: 100%;
    }
}

.inlineListGroup {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.13333rem;
    margin-left: -1.46667rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

    .inlineListGroup > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 1.46667rem;
    }

[name=txtCategorySearchTerm] {
    margin-bottom: 5px;
}

.header-bottom .navPages-container .navPages-list .navPages-item .navPages-action {
    padding: 20px 14px;
}

.center-title {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
}

.no-margin + .center-title {
    margin-top: 0px !important;
}

.page-heading {
    margin-top: 80px;
    margin-bottom: 50px;
    font-style: italic;
    padding-bottom: 10px;
}

    .page-heading:before {
        background: #eee;
    }

.blog .blog-title a {
    color: black;
}

.blog .blog-post p {
    color: #888;
}

.blog .blog-button-rm a {
    background: #aaa
}

.blog + .blog {
    border-top: none;
}

footer {
    margin-top: 50px;
}

.error-message {
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
}

    .error-message h4 {
        margin: 0px;
    }

    .error-message + .error-message {
        padding-top: 0px;
    }

.growl {
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 20px 40px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 10000;
    transition: all linear 0.2s;
    cursor: pointer;
}

    .growl:hover {
        background-color: #4bade9;
        color: white;
        border-style: none;
    }

.btn-fav.active i {
    color: red;
}

.bs-tooltip-top {
    top: -40px !important;
    color: white;
    background-color: black;
    padding: 3px;
    border-radius: 4px;
}

.quickSearchResults .product {
    margin: 0;
}

.divLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    z-index: 101;
}

    .divLoader:before {
        content: ' ';
        position: fixed;
        background: rgba(0,0,0,0.1);
        width: 10000%;
        height: 10000%;
        z-index: 100;
        top: -5000%;
        left: -5000%;
    }

.productGrid {
    padding: 20px;
}

.productGrid:empty {
    padding: 0 !important;
    margin: 0 !important;
}

.orderlist-tab-button {
    text-align: center;
}

#cart-preview-dropdown {
    min-height: 60px;
}

.ExpressCheckoutTitle {
    user-select: none;
}

.ExpressCheckoutBlock.ExpressCheckoutBlockCollapsed, .ExpressCheckoutBlock.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle h3 {
    cursor: pointer;
}

.cart-item-block img {
    padding: 1px;
}

.product {
    overflow: initial;
}

.sale-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 1;
}

    .sale-ribbon.big {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        top: 5px !important;
        left: 19px !important;
    }

    .sale-ribbon > ::before, .sale-ribbon > ::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
    }

    .sale-ribbon > span {
        position: absolute;
        display: block;
        width: 225px;
        height: 46px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
    }

        .sale-ribbon > span > span {
            width: 120px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 14px;
        }

/* top left*/
.sale-ribbon-top-left {
    top: -16px;
    left: -16px;
}

    .sale-ribbon-top-left > ::before, .sale-ribbon-top-left > ::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .sale-ribbon-top-left > ::before {
        right: 15px;
        bottom: -5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sale-ribbon-top-left > ::after {
        bottom: -5px;
        left: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sale-ribbon-top-left > span {
        right: -25px;
        top: 30px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.discounted {
    text-decoration: line-through;
}

.productView-images {
    position: relative;
}

.brand-title {
    text-align: center;
}

.product a {
    text-decoration: none;
}

.brand.card {
    border: 1px solid #ccc;
}

.brand {
    padding: 15px;
}

.title-logo-desc {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .title-logo-desc .logo img {
        width: 100%;
    }

.property-table {
    margin-bottom: 30px;
}

    .property-table tr:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
    }

    .property-table td {
        padding: 8px 20px;
    }

.text-decoration-none {
    text-decoration: none
}

.container-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.container-video-object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .container-video-object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        border: none;
    }
}

.card.edm {
    cursor: pointer;
}

    .card.edm .card-body {
        text-align: center;
    }

    .card.edm .edm-date {
        color: #aaa;
        font-size: 18px;
        font-style: italic;
    }

.badge-danger {
    width: max-content;
    color: #fff;
    background-color: #dc3545;
    padding: 2px;
    border-radius: 5px;
    font-size: 13px;
}

.form .form-actions {
    margin-bottom: 30px;
}

body {
    margin-top: 0 !important;
}

.header-logo-image-unknown-size {
    image-rendering: -webkit-optimize-contrast;
}

.button {
    text-transform: uppercase;
}

.btn-white {
    display: initial;
    color: #000;
    font-weight: 400;
    padding: 14px 40px;
    position: relative;
    background: 0 0;
    border: 1px solid #94a7b0;
    font-family: "Fjalla One",serif;
    transition: all .5s ease;
    border-radius: 0;
    text-transform: uppercase;
}

    .btn-white:hover {
        color: #fa9f7f;
        border-color: #fa9f7f;
    }

.cat-header-img {
    width: 100%;
}

.productView-images .sale-ribbon-top-left {
    top: -15px;
    left: 0px;
}

#cart-preview-dropdown {
    width: 150%;
}

.gdpr-banner {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    border-bottom: 0.5px solid #ccc;
    -moz-transition: max-height linear 0.3s;
    -o-transition: max-height linear 0.3s;
    -webkit-transition: max-height linear 0.3s;
    transition: max-height linear 0.3s;
    overflow: hidden;
}

    .gdpr-banner .gdpr-policy-header {
        font-size: 40px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .gdpr-banner .gdpr-policy-text {
        font-size: 20px;
    }

    .gdpr-banner .gdpr-policy-link {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .gdpr-banner .gdpr-btn {
        font-size: 18px;
        margin-top: 45px;
        padding: 10px 40px;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 5px;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        font-family: "Fjalla One",serif;
        border-radius: 0;
        transition: all .5s ease;
        color: #fff;
        background: #333;
        cursor: pointer;
    }

.search-filter-tabs {
    text-align: center;
}

.end-page.loading::before {
    height: 2.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    border: solid 2px;
    border-color: #fff #fff #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: spin .5s infinite cubic-bezier(.69,.31,.56,.83)
}

#facetedSearch-navList .navList {
    max-height: 400px;
    overflow: auto;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.paginate-block .loadingOverlay::before {
    top: 200px;
}

button.swal2-styled {
    color: white !important;
    background-color: black !important;
}

button.swal2-styled:focus {
    box-shadow: none !important;
}

@media (max-width: 576px) {
    .search-filter-tabs-products {
        margin-bottom: 1rem;
    }

    #facetedSearch-navList .navList {
        max-height: 250px;
        overflow: auto;
    }

    #menu > nav {
        max-height: 550px;
    }
}

#backtotopbutton {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #backtotopbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #backtotopbutton:hover {
        cursor: pointer;
        background-color: #333;
    }

    #backtotopbutton:active {
        background-color: #555;
    }

    #backtotopbutton.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #backtotopbutton {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .non-sale-price--withoutTax {
        clear: both;
    }
}

/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
    .banner-text-full .media .right-block h3 {
        position: relative;
        font-size: 20px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 0;
    }

    .banner-text-full .media .right-block p {
        margin-bottom: 0;
        font-size: 14px;
        color: #777;
    }

    .banner-text-full .media .right-block h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        font-size: 20px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 0;
    }

    .banner-text-full .media .right-block .btn {
        margin-top: 20px;
        padding: 15px 50px;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 5px;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        font-family: "Fjalla One",serif;
        border-radius: 0;
        transition: all .5s ease;
        color: #fff;
        background: #333;
    }
}


/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
    .banner-text-full .media .right-block h3 {
        position: relative;
        font-size: 20px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 0;
    }

    .banner-text-full .media .right-block p {
        margin-bottom: 0;
        font-size: 14px;
        color: #777;
    }

    .banner-text-full .media .right-block h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        font-size: 20px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 0;
    }

    .banner-text-full .media .right-block .btn {
        margin-top: 20px;
        padding: 15px 50px;
        text-decoration: none;
        display: inline-block;
        letter-spacing: 5px;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        font-family: "Fjalla One",serif;
        border-radius: 0;
        transition: all .5s ease;
        color: #fff;
        background: #333;
    }
}



/*CHOPS*/
.property-table .orderChopBtn {
    position: absolute;
    left: calc(100% + 20px);
    min-width: 190px;
    top: 0;
}


.quickOrderResults {
    position: absolute;
    z-index: 9;
    padding: 20px;
    background-color: #eee;
}

#quickorder-product-panel .product-name {
    margin: 0;
    color: #777;
}

#quickorder-product-panel .product-sku {
    font-size: 18px;
    color: #555;
}

#quickorder-product-panel .list-price {
    font-size: 14px;
    color: #777;
    text-decoration:line-through;
}

#quickorder-product-panel .your-price {
    font-weight: bold;
    color: #555;
    font-size: 20px;
}

#quickorder-product-panel .stock-title {
    font-size: 14px;
    color: #777;
}

#quickorder-product-panel .stock {
    color: #555;
}

#quickorder-product-panel .add-to-cart {
    margin-left: 60px;
    height: 50px;
    vertical-align: top;
    border-radius: 0;
    line-height: 22px;
}

.button--pink {
    background-color: #fa9f7f;
    border-color: #fa9f7f;
    color: #fff;
}

.button--pink:hover {
    background-color: #fa9f7faa;
    color: #fff;
}

.p-relative {
    position:relative;
}

.cutting-options .option-tooltip {
    position: absolute;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    display: none;
    transform: translateY(-120%);
}

.cutting-options .option-tooltip::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    background-color: #333;
    left: 23px;
}

.cutting-options > div:hover .option-tooltip {
    display:block;
}

.option-tooltip p {
    margin-bottom:0;
}

