﻿html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.SectionOuter,
.SectionOuter2,
.SectionContent {
    padding: 0;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

:focus-visible {
    outline-color: var(--primary);
}

.l-sitewidth {
    margin-left: auto;
    margin-right: auto;
}

/* Contact Us and Registration Honepot hidden fields */
.xexyz, .honey {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); /* IE 6 and 7 */
    clip: rect(1px 1px 1px 1px); /* Modern browsers */
    white-space: nowrap; /* added line for Firefox to support table cells */
    border: 0;
    padding: 0;
    margin: 0;
    left: -9999px;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif !important;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    --fill: 0;
    --weight: 400;
    --grad: 0;
    --opsz: 24;
    font-variation-settings: 'FILL' var(--fill), 'wght' var(--weight), 'GRAD' var(--grad), 'opsz' var(--opsz);
}

    /* Font weight modifiers */
    .material-symbols-outlined.fw-100 {
        --weight: 100;
    }

    .material-symbols-outlined.fw-200 {
        --weight: 200;
    }

    .material-symbols-outlined.fw-300 {
        --weight: 300;
    }

    .material-symbols-outlined.fw-400 {
        --weight: 400;
    }

    .material-symbols-outlined.fw-500 {
        --weight: 500;
    }

    .material-symbols-outlined.fw-600 {
        --weight: 600;
    }

    .material-symbols-outlined.fw-700 {
        --weight: 700;
    }

    /* Fill toggle */
    .material-symbols-outlined.fill {
        --fill: 1;
    }

/* for jquery form validation, prevent the custom error message from showing on initial page load */
.field-validation-valid {
    display: none;
}

/* Default platform price styling (removed from browse/item page) */
/*
.price {
    font-weight: 500;
}

.price1 {
    text-decoration: line-through;
}

.price2 {
    color: #cc1111;
}


.title {
    font-weight: bold;
    font-size: 1.2em;
}

.align-middle > * {
    vertical-align: middle !important;
}

    */
/* used for x-cloak alpinejs attribute */
[x-cloak] {
    display: none !important;
}


@media print {
    .room-planner-v2 {
        display: none;
    }
}

#podium-bubble, #podium-prompt {
    z-index: 1000 !important
}


/* putting this here so it can be used on more pages than just browse pages */
.browse-3__result-item__add-to-cart {
    position: absolute;
    top: -.05em;
    right: 1.75em;
    font-size: 1.1em;
    z-index: 10;
    width: 24px;
    height: 24px;
    background-color: #fff;
}

    .browse-3__result-item__add-to-cart .loading-spinner {
        width: 34px;
        height: 34px;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        border: 2px solid #444;
        border-top: 2px solid transparent;
    }

.browse-3__result-item__wrapper {
    position: relative;
}

.browse-3__result-item__mfg-sku {
    font-size: .9rem;
}

.browse-3__result-item__mfg-sku__text {
    word-break: break-all;
}

.browse-3__result-item__description {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .9em;
    margin-right: 4.5em;
}

.browse-3__result-item__add {
    top: -0.2em;
    right: 0;
    width: 24px;
}

    .browse-3__result-item__add .dropdown-toggle::after {
        display: none;
    }

.browse-3__result-item__add-dropdown-list i:last-child {
    display: none;
}

.browse-3__result-item__add-dropdown-list:hover i:first-child {
    display: none;
}

.browse-3__result-item__add-dropdown-list:hover i:last-child {
    display: inline-block;
}

.browse-3__result-item__add-to-list {
    position: absolute;
    top: -.05em;
    right: 0;
    font-size: 1.1em;
    color: #000;
    outline: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
}

    .browse-3__result-item__add-to-list i:last-child {
        display: none;
    }

    .browse-3__result-item__add-to-list:hover i:first-child {
        display: none;
    }

    .browse-3__result-item__add-to-list:hover i:last-child {
        display: inline-block;
    }


/*accessiblity skip to*/
.skiptocontent {
    padding: 6px;
    position: absolute;
    top: -500px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #3b69aa;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

    .skiptocontent:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #3b69aa;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

    .skiptocontent:visited {
        color: #fff;
    }

/* Default Buttons */

[role=button] {
    cursor: pointer;
}

button {
    text-align: inherit;
    color: inherit;
    background-color: inherit;
    padding: 0;
    border: 0;
}
