:root {
    --color-primary-dark: #4d5061;
    --color-primary-light: rgb(255, 255, 255);
    --color-primary-white: rgb(255, 255, 255);
    --color-primary-off-white: rgb(230, 230, 230);
    --color-secondary-light: rgba(24, 112, 240, 0.063);
    --color-secondary-dark: rgb(112, 112, 112);
    --color-gray-1: rgb(29, 29, 29);
    --color-gray-2: rgb(41, 41, 41);
    --color-gray-3: rgb(61, 61, 61);
    --color-gray-4: rgb(82, 82, 82);
    --color-gray-5: rgb(100, 100, 100);
    --color-gray-6: rgb(121, 121, 121);
    --color-gray-7: rgb(143, 143, 143);
    --color-gray-8: rgb(177, 177, 177);
    --color-gray-9: rgb(209, 208, 208);
    --border-radius: 0.5em;
    --padding: 1em;
    --line-height: 1em;
}

li ul, li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ol.mfg-bullet {
    list-style-type: none;
    counter-reset: numcircles;
}

ol.mfg-bullet li {
    padding-left: 10px;
    margin-bottom: 10px;
}

ol.mfg-bullet li:before {
    content: counter(numcircles);
    counter-increment: numcircles;
    float: left;
    position: absolute;
    left: 28px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    padding: 2px;
    color: #fff;
    width: 18px;
    height: 18px;
    background: #6595cc;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

ol.mfg-bullet-wl li:before {
    position: relative;
    left: -10px;
}

.wlinfocontainer ol.mfg-bullet li:before {
    left: 0;
}

strong {
    font-weight: bold;
}

.customColors {
   background: var(--color-primary-dark);
   color: var(--color-primary-light);
}

.popup_block_tutorial {
    z-index: 9999;
}

/* header stuff here */

.wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
}

/*#headerWrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    overflow: unset;
}
*/

/*#headerContent {
   display: grid;
   grid-template-columns: 99px 1fr 99px;
   gap: 0.6em;
   box-shadow: 0px 3px rgba(0, 0, 0, 0.5), 0px 6px rgba(0, 0, 0, 0.3), 0px 9px rgba(0, 0, 0, 0.1);
}*/

#divHMenuCustomWrapper,
#divWLContactWrapper {
    opacity: 0;
    z-index: -1;
}

/* mobile menu stuff here */

#menuWrapper-mobile {
    position: sticky;
    top: 0;
    /* display: grid;
   grid-template-columns: repeat(5, 75px); */
    /* grid-template-columns: repeat(auto-fit, 95px); */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    z-index: 10000;
    background-color: #efefef;
    width: 100%;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.5), 0px 6px rgba(0, 0, 0, 0.3), 0px 9px rgba(0, 0, 0, 0.1);
}

.menu-icon_mobile_container {
    width: 75px;
    cursor: pointer;
    text-align: center;
    padding: 10px 0 6px 0;
}

.menu-icon_mobile_container_action {
    position: relative;
}

.menu-icon_mobile {
    /* height: 55px; */
}

.menu-icon_mobile_txt {
    font-weight: bold;
    line-height: 1.2em;
}

.menu-icon_mobile_img {
    vertical-align: top;
    padding: 0 0 5px 0;
    max-width: 34px;
}

#divWLInfoIcon,
#divInfoIconWrapper {
    width: 40px;
}

.infocirclecontainer {
    position: relative;
    margin-top: 3px;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

.infocircle {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 29px;
    height: 29px;
}

.pulse {
    animation: pulse-animation 1.7s 3;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 17, 253, 0.4);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(1, 17, 253, 0);
    }
}

#divBtnMyWL {
    width: 32px;
}

#divWLContactWrapper {
    /*width: 114px;*/
    min-height: 29px;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: right;
    gap: 0.5em;
}

#divWishListText {
    padding-right: 2px;
}

.ContactText {
    padding-right: 2px;
}

.icon-wrapper {
    position: absolute;
}

.info-slider-wrapper {
    position: absolute;
    top: 45px;
    font-size: 1.3em;
    line-height: 1.1em;
    z-index: 1000;
    width: 100%;
    cursor: auto;
    left: 10px;
}

.info-slider-wrapper-MO {
    top: 101%;
    left: 0;
}

.closeSlideDown {
    width: 100%;
    text-align: center;
    padding: 4px;
    overflow: hidden;
}

.MFGAccordionMain {
    font-weight: bold;
    padding: 1em 0;
    border-top: 1px solid #ccc;
}

.MFGInfoAccordionWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.MFGInfoAccordionHeader {
    padding: 0 8px;
}

.MFGInfoAccordionDetail {
    padding: 20px 28px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
    display: none;
}

.AccordionWedgeUp {
    display: none;
}

.favorites-container {
    max-height: 210px;
}

.favorites-form-container {
    max-height: 450px;
    margin-left: 15px;
}

.wlinfocontainer {
    height: 339px;
}

.wlinfocontainer ol {
    margin: 1.5em 0 1.5em 1.5em;
}

#divContactDetailWrapper {
    position: relative;
    top: 22px;
    z-index: 1000;
    cursor: auto;
}

#divContactInfo {
    width: 330px;
    z-index: 1000;
}

#divSplashPanel {
    width: 100%;
}

#divSlidePanelContainer {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/*#imgLogo {
   max-height: 74px;
}
*/
#divHeaderBorder {
    display: none;
    height: 9px;
    box-shadow: none;
}

#divHMenu, #divBackToGallery {
   display: flex;
   align-items: center;
}

#divCustomIcon {
   display: flex;
   align-items: center;
}

#divLogo {
   text-align: center;
   cursor: pointer;
}

#divMyWL {
    display: flex;
    width: 40px;
}

/*#divWLCount {
   top: 8px;
   width: 30px;
*/}

#divContactIcon {
    padding-left: 0;
    margin-right: 3px;
    width: 40px;
}

#divContactResp {
   text-align: left;
}

.resultsContainer {
   width: 100%;
}

#divFrameContainerPub {
    display: grid;
    gap: 1em 3em;
    grid-template-columns: repeat(auto-fit, 290px);
    justify-content: center;
}

.MFBSearchSummary {
   font-weight: bold;
}

.MFGSrchResultsThumbCntnr {
    border-bottom: 1px solid #666;
}

/* TODO: turn off card border for now, until later date. keep same styling. */

/* .MFGSrchResultsThumbCntnr {
   margin: 0 auto;
   border: 1px solid rgba(230, 230, 230, 0.3);
   border-radius: var(--border-radius);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.MFGSrchResultsThumbCntnr:hover {
   border: 1px solid #999;
   transition: border-color 300ms ease-in;
} */

/*h2 {
   font-weight: bold;
   font-size: 2.5em;
   text-transform: uppercase;
}

h3 {
   font-weight: bold;
   font-size: 1.3em;
   text-transform: uppercase;
}
*/

.stacked,
.quarters {
   display: grid;
}

.stacked > * {
   grid-column: 1 / 2;
   grid-row: 1 / 2;
}

.quarters {
   gap: 0.5em;
   grid-template-columns: repeat(auto-fit, 133px);
   justify-content: center;
}

.mfg-card {
   margin: 0 auto;
   padding: 10px;
   width: 300px;
   height: 260px;
   cursor: pointer;
   border: 1px solid rgba(230, 230, 230, 0.3);
   border-radius: var(--border-radius);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
   transition: transform 500ms ease-in-out;
}

.mfg-card:hover {
   border: 1px solid #999;
   transition: border-color 300ms ease-in;
   transition: transform 500ms ease-in-out;
   transform: scale(1.1);
}

.card__img {
   width: 100%;
   height: 100%;
   /* aspect-ratio: 1 / 1; */
   object-fit: cover;
}

.card__content {
   background: rgba(230, 230, 230, 0.35);
   align-self: end;
   justify-self: center;
   text-align: center;
   width: 100%;
}

.card__quarter-content {
   display: flex;
   justify-content: center;
   align-items: center;
   background: rgba(230, 230, 230, 0.35);
   width: 132px;
   height: 114px;
   border: 1px solid #ccc;
   border-radius: var(--border-radius);
}

.card__quarter-content:hover {
   border: 1px solid rgb(85, 85, 85);
   transition: border-color 300ms ease-in;
}

.MFGSrchResultsThumbCntnr.featured {
   grid-column: span 2;
}

.MFGSrchResultsThumbCntnr.BrandContainer {
   transition: transform 500ms ease-in-out;
}

.MFGSrchResultsThumbCntnr.BrandContainer:hover {
   transform: scale(1.1);
}

.lulubackground {
   background-image: linear-gradient(to bottom right, #d91f15e6 50%, #a4009a);
}

.flex-container {
   border: none;
}

.ImgLyr2,
.ImgLyr2Text {
   max-height: 80px;
   overflow: hidden;
}
.ImgLyr2,
.ImgLyr3 {
   margin: auto;
   width: 100%;
   padding: 0 10px;
}

.MFGButtonContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* New style MFG Button */
.MFGButton-active {
    width: 200px;
    padding: 0.5em;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #6f6f6f;
    font-weight: bold;
    font-size: 1.1em;
    transition: background 0.3s linear;
    border: 2px solid #d3d1d1;
}

.MFGButton-new {
    width: 240px;
    height: 40px;
    border: 1px solid #999;
    color: #333;
    font-weight: normal;
    font-size: 1.3em;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MFGButton-active:hover {
    opacity: 0.4;
    cursor: pointer;
    background-color: #666666;
    transition: background-color 300ms ease-in;
}

.MFGButton-tiny {
    min-width: 50px;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #6f6f6f;
    font-weight: bold;
    font-size: 1.1em;
    transition: background 0.3s linear;
    border: 1px solid #d3d1d1;
}

.MFGButton-tiny:hover {
    opacity: 0.4;
    cursor: pointer;
    background-color: #666666;
    transition: background-color 300ms ease-in;
}


/* WLForm stuff here */

.WLFormHeader {
    width: 100%;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 10px;
    border-bottom: 1px solid #666;
}

.WLFormHeader > h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#divWLContainerPub {
    display: grid;
}

.card-container-wl {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5em;
    margin: 20px 0;
}

/*@media only screen and (min-width: 736px) {
    #divSlidePanelContainer {
        width: 810px;
    }
}
*/

@media only screen and (min-width: 992px) {
        #headerWrapper {
            position: sticky;
            top: 0;
            z-index: 10000;
            overflow: unset;
        }

        #imgLogo {
            max-width: 400px;
        }

        .infoSlider {
            width: 450px;
        }

        #divHMenuCustomWrapper,
        #divWLContactWrapper {
            opacity: 1;
            z-index: 999;
        }

        #menuWrapper-mobile {
            display: none;
        }

        #divHeaderBorder {
            display: block;
        }

        .card-container-wl {
            grid-template-columns: 1fr 1fr;
        }
    }

.card-wl {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.flex-container-wl {
    border-bottom: none;
}

.WLRemovePopup {
    display: none;
    position: absolute;
    top: 28px;
    left: -60px;
    width: 110px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    z-index: 999;
}

.WLRemovePopup > p {
    background: var(--color-gray-2);
    color: var(--color-primary-light);
    font-weight: bold;
    margin: 0;
    padding: 5px;
    cursor: initial;
}

#WLForm {
    padding: 0;
}

.WLFormForm {
    margin: 0;
    padding: 0 20px 20px 20px;
    background: 0;
    border: none;
    color: rgb(56, 56, 56);
}

.WLPFormTxbContainer {
    padding-top: 10px;
}

.wl__form {
    position: relative;
    width: 300px;
    height: 30px;
    margin: 5px auto;
}

.wl__form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #e1e5ee;
    border-radius: 5px;
    color: #65666d;
    outline: none;
    padding: 0.8rem;
    background: none;
    transition: border-color 300ms ease;
}

    .wl__form__input:hover {
        border-color: #5fd25f;
    }

    .wl__form__input:focus {
        border-color: #2196f3;
    }

.wl__form__label {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    padding: 0 0.5rem;
    color: #65666d;
    cursor: text;
    transition: color 300ms ease, transform 200ms ease-in;
    background-color: #fff;
}

.wl__form__input:focus ~ .wl__form__label,
.wl__form__input:not(:placeholder-shown).wl__form__input:not(:focus) ~ .wl__form__label {
    transform: translate(-8px, -15px) scale(0.8);
    color: #2196f3;
}

#divWLPLocations {
    position: relative;
}

.ddlWL {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: .9rem;
    padding: .5em 3em .5em 1.5em;
    background: var(--color-gray-9);
    color: var(--color-gray-1);
    appearance: none;
    border: 0;
    border-radius: 5px;
}

    .ddlWL:disabled {
        background: #65666d;
        color: #ddd;
    }

.WLSelectBox select {
    width: 300px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    padding: 0.5em 3em 0.5em 1.5em;
    background: var(--color-gray-9);
    color: var(--color-gray-1);
    appearance: none;
    border: 0;
    border-radius: 5px;
}

.WLSelectBox {
    position: relative;
}

.WLOverSelect:hover + select {
    background: var(--color-gray-8);
    transition: all 0.3s ease;
}

.custom-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: var(--color-gray-6);
    height: 100%;
    width: 2.5rem;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.custom-arrow::before,
.custom-arrow::after {
    --size: .65em;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-arrow::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid var(--color-gray-1);
    top: 32%;
}

.custom-arrow::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid var(--color-gray-1);
    top: 68%;
}


.WLColorCheckboxes {
    width: 310px;
    padding-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

    .WLColorCheckboxes > p {
        margin: 0 6px;
    }

input.WLCbxColorClick[type="checkbox"] {
    opacity: 0;
}

input.WLCbxColorClick[type="checkbox"] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    line-height: 25px;
    width: 90%;
    font-size: .9em;
}

/* input.WLCbxColorClick[type="checkbox"] + label:hover {
    background-color: lightblue;
} */

    input.WLCbxColorClick[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 18px;
        height: 18px;
        outline: 2px solid #aaa;
        background: #fff;
    }

input.WLCbxColorClick[type="checkbox"]:checked + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    outline: 2px solid #5fd25f;
    background: #fff;
}

input.WLCbxColorClick[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/mfd/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1);
    opacity: 1;
    transition: all .3s ease;
}

input.WLCbxColorClick[type="checkbox"]:not(:checked) + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/mfd/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
}

.WLFormQuestionBO {
    font-size: 1.1em;
}

.WLFormQuestions {
    border-top: 1px solid var(--color-gray-9);
}

.WLFormQuestion {
    max-width: 480px;
    line-height: 22px;
    font-size: 1.1em;
}

.WLFormRBtn {
    width: 105px;
}

.spToggleText {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) {
/*    #divSlidePanelContainer {
        width: 1024px;
    }
*/
    #headerContent {
        grid-template-columns: 300px 1fr 300px;
        gap: 1em;
    }

/*    #divContactIcon,
    #divContactIconWrapper {
        width: 88px;
    }
*/
    #divWLInfoIcon,
    #divInfoIconWrapper {
        width: 74px;
    }

    #divMyWL {
        width: 104px;
    }

/*    #imgLogo {
        max-height: 100px;
    }
*/
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-show {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    z-index: 9999;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: transparent;
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}


