.item-number-links {
    border: none;
    background: transparent;
}
.item-number-links:hover {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #0056b3;
    text-decoration: underline;
}

.image-button {
    border: none;
    background: transparent;
}
.image-button:hover {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #0056b3;
    text-decoration: underline;
}

.important {
    color: #f76a6a;
    /*font-size: 2rem;*/
}

.error-wrap {
    text-align: center;
    margin: 25px;
}

.every-need{
    text-align: center;
    padding:10px 25px;
}

.catalog-wrap {
    text-align: center;
    min-height: calc(100vh - 130px);
}

.product-card-wrapper {
    display: inline-block;
    width: 261px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: top;
}

.product-card {
    display: inline-block;
    /*height: 365px;*/
    width: 240px;
    margin: 10px;
    text-align: center;
    vertical-align: center;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 20px #201E1D;
    border-radius: 5px;
}
.product-card h2 {
    font-size: 1.5rem;
    text-transform: lowercase;
    height:75px;
}

.product-card-image img {
    border: 2px solid #DFDDDC;
    border-radius: 10px;
    width: 175px;
    height: 175px;
    margin-top: 10px;
}

.product-card-image img:hover {
    border-color: #201E1D;
}

.product-card-content {
    margin-top: 20px;
    color: #707070;
}

.product-link {
    margin-top: 30px;
}

.product-info {
    margin-top: 15px;
}

.btn-cancel button {
    width: 160px;
    height: 42px;
    color: #201E1D;
    margin-top: 4px;
    padding: 10px 10px;
    border-radius: 9px;
    cursor: pointer;
}
.btn-cancel button:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.btn-cancel buttonhover {
    background-color: #707070;
}

.options-box-container {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.45);

    overflow-y: auto;
    padding: 2rem 1rem;

    display: none;
}

.options-box-container.is-open {
    display: block;
}

#options-box {
    position: relative; /* not fixed */
    width: 500px !important;
    margin: 0 auto;
}

#options-box {
    /*display: inline-block;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    background-color: #f1f1f1;
    color: #201E1D;
    border: #201E1D 4px solid;
    border-radius: 9px;
}

#options-example {

    text-align: center;
    vertical-align: top;
    padding: 12px;
    width: 240px;

}
#options-example img {
    width: 220px;
    border-radius: 9px;
}
#options-example {
    background-color: #707070;
    color: #DFDDDC;
}

#example-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

#size-select-box {
    width: 370px; /*400*/
    /*padding: 10px;*/
    background-color: #fff;
    border: solid black 2px;
    border-radius: 5px;
    visibility: hidden;
    /*position: absolute;*/
    z-index: 999;

        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

}

.size-table-wrapper {
    height: 500px;
}

.size-select {
    width: calc(100% - 50px);
    background-color: #DFDDDC;
    margin: auto;
    height: 500px;
}

.size-select-col-hdr {
    background-color: #DFDDDC;
    color: #DFDDDC;
    text-align: center;
    height: 50px;
}
.size-select-col-hdr a {
    color: #DFDDDC;
}

.size-select-col {
    text-align: center;
}

.size-select-row:nth-of-type(odd) {
    background-color: #707070 !important;
    color: #fff;
}

.size-select-row:hover {
    background-color: #707070 !important;
    color: #201E1D;
    cursor: pointer;
}

.options-buttons {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    text-align: center;
    vertical-align: top;
    width: 240px;
}

.width-modal-title {
    color: pink;
    background-color: #201E1D;
    text-align: center;
    padding: 5px;
}

#category-info-box {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    color: #201E1D;
    border: 1px solid #201E1D;
    border-radius: 10px;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    max-height: 90%;
    min-width: 300px;
    max-width: 400px;
    margin: 30px;
    z-index: 9;
}

#category-info-title {
    display: inline-block;
}

#category-info-details {
    margin: 10px auto;
}

#category-example {
    width: 300px;
    margin: 10px auto;
    padding: 10px;

}
#category-example img {
    border-radius: 10px;
}

.category-example{
    border: var(--border-subtle);
    border-radius: var(--card-border-radius);
}

.category-close-button {
    margin: 10px auto;
}

#width-list {
    display: none;
    background-color: #f1f1f1;
    color: #201E1D;
    border-radius: 10px;
    box-shadow: #9c9c9c 5px 5px 5px;
}

#width-title {
    text-align: center;
    margin-top: 10px;
}

#width-select {
    margin-left: 30px;
    margin-top: 10px;
}

#rangeSelector {
    background-image: linear-gradient(#d5d5d5, #fafafa);
    border-radius: 10px;
}

#width-div {
    display: none;
    color: #201E1D;
    border-radius: 10px;
    box-shadow: #9c9c9c 5px 5px 5px;
}

.width-title-div {
    color: pink;
    background-color: #201E1D;
}
.find-a-match.button-only{
    display: none;
}
.find-a-match.with-image{
    display: revert;
}

/*# sourceMappingURL=products.css.map */
@media (max-width: 1199px)  {
    --mobile:1;
    #options-box{
        /*width: 250px !important;*/
    }
    .product-card-wrapper{
        /*width: 150px!important;*/
    }
}

@media (min-width: 768px) {
    #options-box {
        /*width: 495px;*/
        /*min-height: 335px;*/
    }
    #options-example {
        display: inline-block;
    }



}


@media only screen and (min-width: 0) and (max-width: 767px) {
    #options-box{
        width: 250px !important;
    }

    #example-description{
        display: none;
    }

    #options-example {
        margin: auto;
    }

    .catalog-wrap{
        /*display: none;*/
    }
    .page-content p{
        display: none;
    }
    .pcard{
        position: relative;
        display: grid;
        grid-template-rows: 1fr auto;

        background: #fff;
        border: var(--border-subtle);
        border-radius: var(--card-border-radius);
        box-shadow: var(--shadow-1);

        overflow: hidden;
    }

    /* main clickable area */
    .pcard__main{
        display: grid;
        gap: .6rem;
        padding: .75rem;

        color: inherit;
        text-decoration: none;
    }

    /* image */
    .pcard__img{
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: calc(var(--radius-md) - 2px);
    }

    /* text */
    .pcard__title{
        margin: .25rem 0 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .pcard__desc{
        margin: 0;
        font-size: .9rem;
        opacity: .75;
    }
    .pcard__actions{
        display: flex;
        justify-content: flex-end;
        gap: .35rem;

        padding: .4rem .5rem;
        border-top: 1px solid rgba(0,0,0,.05);
    }

    /* icon buttons */
    .iconbtn{
        display: grid;
        place-items: center;

        width: 34px;
        height: 34px;

        border-radius: 999px;
        border: none;
        background: transparent;

        font-size: 1rem;
        line-height: 1;
        opacity: .7;
    }

    .iconbtn:active{
        background: rgba(0,0,0,.08);
        opacity: 1;
    }
    @media (max-width: 767px){

        .pcard{
            grid-template-rows: auto auto;
            margin: 3px;
        }

        .pcard__main{
            display: grid;
            grid-template-columns: 72px 1fr;
            gap: .75rem;
            align-items: center;
        }

        .pcard__img{
            width: 72px;
            height: 72px;
            aspect-ratio: auto;
        }

        .pcard__title{
            font-size: .95rem;
        }

        .pcard__desc{
            font-size: .85rem;
        }


        .molding-menu{
            display: none;
        }
        /*.find-a-match{*/
        /*    text-align: center;*/
        /*    padding-bottom: 1rem;*/
        /*}*/
        .molding-menu-header{
            display: none;
        }
        /*.find-a-match.button-only{*/
        /*    display: block;*/
        /*}*/
        /*.find-a-match.with-image {*/
        /*    display: none;*/
        /*}*/
    }


}
