﻿/*component: Home.razor-----------------------------------------------------------*/

body {
    overflow-x: hidden;
}

div.home-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    div.home-container div {
    }

        div.home-container div.corp-site-home-trending-list {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 30px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

            div.home-container div.corp-site-home-trending-list div.trending-detail {
                display: flex;
                flex-direction: column;
                width: 282px;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

                div.home-container div.corp-site-home-trending-list div.trending-detail h2 {
                    font-size: 25px;
                    line-height: 35px;
                    margin-block-start: 0px;
                    margin-block-end: 0px;
                }

                div.home-container div.corp-site-home-trending-list div.trending-detail p {
                    font-size: 18px;
                    line-height: 25px;
                    margin-block-start: 8px;
                    margin-block-end: 15px;
                }

                div.home-container div.corp-site-home-trending-list div.trending-detail a {
                    width: 157px;
                }

            div.home-container div.corp-site-home-trending-list div.trending-products {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
            }

                div.home-container div.corp-site-home-trending-list div.trending-products div.trending-products-content {
                    display: flex;
                    align-items: center;
                    justify-content: start;
                }

                div.home-container div.corp-site-home-trending-list div.trending-products div.trending-product img {
                    height: 208px;
                    width: 208px;
                    padding-right: 12px;
                }

                div.home-container div.corp-site-home-trending-list div.trending-products div.trending-products-content {
                    max-width: 880px;
                }

                div.home-container div.corp-site-home-trending-list div.trending-products div.previous,
                div.home-container div.corp-site-home-trending-list div.trending-products div.next {
                    cursor: pointer;
                    height: 208px;
                    width: 30px;
                    display: flex;
                    align-items: center;
                }


        div.home-container div.corp-site-home-best-seller-list {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            div.home-container div.corp-site-home-best-seller-list h2 {
                font-size: 25px;
                line-height: 100%;
                margin-block-end: 0;
                margin-block-start: 0;
            }

            div.home-container div.corp-site-home-best-seller-list a {
                width: 157px;
                margin-top: 20px;
            }

                div.home-container div.corp-site-home-best-seller-list a.secondary-button {
                    margin-top: 10px;
                }

            div.home-container div.corp-site-home-best-seller-list div.best-seller-product {
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: start;
                position: relative;
                gap: 0;
                aspect-ratio: 1;
                margin-bottom: 86px;
                font-size: 15px;
                line-height: 16px;
                height: 247px;
                width: 247px;
                white-space: normal;
                padding-right: 16px;
            }

            div.home-container div.corp-site-home-best-seller-list div.best-seller-products {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
            }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-products-content {
                    display: flex;
                    align-items: start;
                    justify-content: start;
                }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-product a {
                    aspect-ratio: 1;
                }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-product img {
                    height: 247px;
                    width: 247px;
                }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-product p {
                    margin-block-end: 0;
                    margin-block-start: 0;
                }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-products-content {
                    max-width: 1312px;
                }

                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.previous,
                div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.next {
                    cursor: pointer;
                    height: 208px;
                    width: 30px;
                    display: flex;
                    align-items: center;
                }


@media (max-width: 768px) {
    div .home-container div.corp-site-home-trending-list {
        flex-direction: column;
        gap: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        div.home-container div.corp-site-home-trending-list div.trending-products {
            gap: 2px;
            margin-left: 0px;
        }

            div.home-container div.corp-site-home-trending-list div.trending-products div.trending-product img {
                height: 157px;
                width: 157px;
                padding-right: 6px;
            }

            div.home-container div.corp-site-home-trending-list div.trending-products div.trending-products-content {
                max-width: 326px;
            }

                div.home-container div.corp-site-home-trending-list div.trending-products div.trending-products-content div.trending-product {
                    padding-left: 2px;
                }

    div.home-container div.corp-site-home-best-seller-list {
        flex-direction: column;
        gap: 10px;
    }

        div.home-container div.corp-site-home-best-seller-list div.best-seller-products {
            gap: 2px;
            margin-left: 8px;
        }

            div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-product img {
                height: 157px;
                width: 157px;
                padding-right: 6px;
            }

            div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.best-seller-products-content {
                max-width: 300px;
            }

        div.home-container div.corp-site-home-best-seller-list div.best-seller-product {
            height: 157px;
            width: 157px;
        }

        div.home-container div.corp-site-home-best-seller-list a {
            width: 157px
        }

    div.home-container div.corp-site-home-trending-list div.trending-products div.previous svg,
    div.home-container div.corp-site-home-trending-list div.trending-products div.next svg {
        height: 20px;
        width: 12px;
    }

    div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.previous,
    div.home-container div.corp-site-home-best-seller-list div.best-seller-products div.next {
        height: 20px;
        width: 12px;
    }
}


/*component: QuoteHeader.razor-----------------------------------------------------------*/
div.quote-header-container {
    height: 194px;
    font-size: 15px;
    line-height: 16px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-bottom: 1px solid var(--accent-grey);
}

    div.quote-header-container div.inner {
        max-width: 1440px;
        width: 1440px;
        margin: auto;
    }

    div.quote-header-container div {
        /*border: 1px solid red;*/
    }

        div.quote-header-container div.company-row {
            height: 27px;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            div.quote-header-container div.company-row div.company-row-inner {
                justify-content: end;
                align-items: end;
                display: flex;
                width: 1440px;
                max-width: 1440px;
                gap: 20px;
            }

                div.quote-header-container div.company-row div.company-row-inner a.small-logo-container {
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    div.quote-header-container div.company-row div.company-row-inner a.small-logo-container svg {
                        height: 15px;
                    }

        div.quote-header-container div.logo-row {
            height: 70px;
            justify-content: center;
            align-items: center;
        }

            div.quote-header-container div.logo-row div.logo-container {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            div.quote-header-container div.logo-row div.seach-container {
                width: 306px;
                padding-left: 30px;
                display: flex;
                align-items: center;
                visibility: hidden;
            }

                div.quote-header-container div.logo-row div.seach-container input {
                    height: 37px;
                    width: 294px;
                    border-radius: 3px;
                }

                div.quote-header-container div.logo-row div.seach-container svg {
                    height: 17.5px;
                    width: 17.5px;
                    margin-left: -30px;
                    margin-top: 4px;
                }


            div.quote-header-container div.logo-row div.account-container {
                display: flex;
                flex-direction: row;
                justify-content: end;
                align-items: center;
                padding-right: 30px;
                width: 306px;
                gap: 15px;
            }

                div.quote-header-container div.logo-row div.account-container a.account-item,
                div.quote-header-container div.logo-row div.account-container div.account-item {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 4px;
                    text-decoration: none;
                }

        div.quote-header-container div.category-row {
            height: 53px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: start;
            padding-left: 30px;
            padding-right: 30px;
            position: relative;
        }

            div.quote-header-container div.category-row div.category-item {
                flex-grow: 1;
            }

            div.quote-header-container div.category-row a {
                text-decoration: none;
            }

            div.quote-header-container div.category-row div.mobile-arrow {
                position: sticky;
                right: 0px;
                top: 0px;
                /*background-color: white;*/
                height: 100%;
                width: 90px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                color: var(--primary-grey);
                background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50% );
            }

                div.quote-header-container div.category-row div.mobile-arrow svg {
                    padding-left: 20px;
                    padding-right: 10px;
                }

@media (max-width: 768px) {
    div.quote-header-container {
        width: 100% !important;
        max-width: 100% !important;
        height: unset;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 4px;
        margin-left: unset;
    }

        div.quote-header-container div.inner {
            max-width: unset;
            width: 100%;
            margin: unset;
        }

        div.quote-header-container div.company-row div.company-row-inner {
            heigth: 27px;
            gap: 10px;
            max-width: unset;
            width: 100%;
            margin: unset;
            justify-content: center;
            align-items: center;
        }

            div.quote-header-container div.company-row div.company-row-inner div:first-child {
                display: none;
            }

        div.quote-header-container div.logo-row {
            flex-wrap: wrap-reverse;
            position: relative;
            margin-top: 16px;
            height: 35px;
        }

            div.quote-header-container div.logo-row img {
                width: 218px;
                height: 35px;
            }

            div.quote-header-container div.logo-row div.seach-container {
                display: none;
            }


        div.quote-header-container div.category-row {
            overflow-x: hidden;
            padding-right: 0px;
            padding-left: 0px;
        }

            div.quote-header-container div.category-row div.category-item {
                white-space: nowrap;
                margin-left: 16px;
            }

                div.quote-header-container div.category-row div.category-item:first-child {
                    margin-left: 10px;
                }

            div.quote-header-container div.category-row div.our-s {
                padding-right: 20px;
            }

        div.quote-header-container div.company-row a.small-logo-container {
            padding-right: 0px;
        }

            div.quote-header-container div.company-row a.small-logo-container svg:first-child {
                height: 15px;
            }

            div.quote-header-container div.company-row a.small-logo-container svg:last-child {
                height: 15px;
            }

        div.quote-header-container div.logo-row div.account-container {
            position: absolute;
            gap: 12px;
            top: -6px;
            right: 8px;
            width: unset;
            padding-right: 0px;
        }

            div.quote-header-container div.logo-row div.account-container a.account-item span,
            div.quote-header-container div.logo-row div.account-container div.account-item span {
                display: none;
            }

        div.quote-header-container div.company-row a.small-logo-container img {
            height: 15px;
            width: 138px;
            height: 14px;
        }
}

.action-dropmenu {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-top: 10px;
}

    .action-dropmenu:hover .pm-action-dropmenu {
        min-height: 150px;
        height: auto;
        overflow: visible;
        border: 1px solid #ddd;
        /*border-bottom: 5px solid #666 !important;*/
        padding: 4px;
        transition: height .1s ease,min-height .2s ease;
        position: absolute;
        width: 212px;
        left: 50px;
        top: 24px;
    }

.pm-action-dropmenu {
    position: absolute;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 60;
    text-align: left;
    width: 300px;
    min-height: 0px;
    height: 0px;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}

    .pm-action-dropmenu:after,
    .pm-action-dropmenu:before {
        content: "";
        position: absolute;
        border-bottom: solid 8px #ccc;
        border-left: transparent 8px solid;
        border-right: transparent 8px solid;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pm-action-dropmenu:after {
        top: -7px;
        border-bottom: solid 8px #ffffff;
        transform: translateZ(2);
    }

    .pm-action-dropmenu .pm-menu-cart-content {
        color: #999999;
        font-size: 14px;
        text-align: center;
    }

        .pm-action-dropmenu .pm-menu-cart-content .empty-cart {
            padding: 20px 2%;
        }

        .pm-action-dropmenu .pm-menu-cart-content a {
            text-decoration: none;
        }

        .pm-action-dropmenu .pm-menu-cart-content .item {
            border-bottom: 1px dotted #dddddd;
            clear: both;
            height: 70px;
            padding: 2px;
            font-size: 14px;
        }

            .pm-action-dropmenu .pm-menu-cart-content .item:hover {
                background: #f2f2f2 !important;
            }

            .pm-action-dropmenu .pm-menu-cart-content .item .item-name {
                text-align: left;
                display: inline-block;
                height: 30px;
                width: 250px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .pm-action-dropmenu .pm-menu-cart-content .item img {
                width: 60px;
                height: 60px;
                display: block;
                float: left;
            }

        .pm-action-dropmenu .pm-menu-cart-content .price {
            color: #333333;
            display: block;
            margin: -4px 0 0 80px;
            text-align: left;
        }

    .pm-action-dropmenu ul li {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row;
    }

    .pm-action-dropmenu > ul {
        margin: 0;
        padding: 0;
    }

        .pm-action-dropmenu > ul > li.div-link {
            list-style: none;
            text-align: left;
            height: 50px;
            padding-left: 8px;
            box-sizing: border-box;
            white-space: nowrap;
            vertical-align: middle;
        }

            .pm-action-dropmenu > ul > li.div-link:hover {
                background-color: #eeeeee;
                cursor: pointer;
            }

            .pm-action-dropmenu > ul > li.div-link > a {
                font-size: 14px;
                padding-left: 6px;
                text-decoration: none;
                height: 100%;
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: start;
                align-items: center;
            }

                .pm-action-dropmenu > ul > li.div-link > a:hover {
                    text-decoration: none;
                }

            .pm-action-dropmenu > ul > li.div-link img {
                width: 44px;
                height: 26px;
            }

    .pm-action-dropmenu.wide170 {
        width: 170px;
    }

    .pm-action-dropmenu.wide300 {
        width: 350px;
        left: 96%;
        right: auto;
        transform: translateX(-96%);
    }

        .pm-action-dropmenu.wide300:before,
        .pm-action-dropmenu.wide300:after {
            left: 86%;
            transform: translateX(-86%);
        }

.action-dropmenu {
    position: relative;
}

@media (max-width: 768px) {

    .action-dropmenu:hover .pm-action-dropmenu {
        left: 10px;
        top: 24px;
    }
}


/*component: Category.razor-----------------------------------------------------------*/

div.category-container {
    max-width: 1281px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 110px;
    padding-right: 110px;
}

    div.category-container h1 {
        font-size: 25px;
        line-height: 100%;
        margin-block-start: 30px;
        margin-block-end: 0;
    }

    div.category-container h3 {
        font-size: 18px;
        line-height: 25px;
        margin-block-start: 4px;
        margin-block-end: 20px;
    }

    div.category-container div.category-list {
        min-width: 238px;
    }

        div.category-container div.category-list h2 {
            font-size: 18px;
            padding-bottom: 10px;
        }

        div.category-container div.category-list a {
            text-decoration: none;
            font-size: 15px;
            padding-bottom: 10px;
        }

@media (max-width: 768px) {
    div.category-container {
        padding: 0px;
    }

        div.category-container h1 {
            font-size: 20px;
            padding-right: 10px;
            padding-left: 10px;
        }

        div.category-container h3 {
            font-size: 18px;
            line-height: 25px;
            padding-right: 10px;
            padding-left: 10px;
            margin-block-start: 12px;
        }

        div.category-container div.category-list {
            display: none;
        }
}

/*component: ProductList.razor-----------------------------------------------------------*/
div.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(224px, 1fr));
    gap: 10px;
}

    div.product-list p {
        margin-block-start: 0px;
        margin-block-end: 0px;
    }

    div.product-list div.product {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative;
        gap: 0;
        aspect-ratio: 1;
        margin-bottom: 80px;
        font-size: 13px;
        line-height: 16px;
    }

        div.product-list div.product a {
            aspect-ratio: 1;
        }

        div.product-list div.product img {
            height: 100%;
            width: 100%;
        }


div.product-list-header {
    height: 45px;
    border-top: 1px solid var(--accent-grey);
    border-bottom: 1px solid var(--accent-grey);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    div.product-list-header div.product-sort-by {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

        div.product-list-header div.product-sort-by select {
            width: 200px;
        }

    div.product-list-header div.pager {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 15px;
        justify-content: end;
        flex-grow: 1;
    }

        div.product-list-header div.pager a {
            padding-right: 10px;
            text-decoration: none;
            cursor: pointer;
        }

            div.product-list-header div.pager a.selected {
                padding-right: 10px;
                text-decoration: none;
                font-weight: 700;
            }


div.product-list-header-m {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    gap: 16px;
}

    div.product-list-header-m div.product-sort-by {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

        div.product-list-header-m div.product-sort-by select {
            width: 200px;
        }

    div.product-list-header-m div.pager {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 15px;
        justify-content: end;
        flex-grow: 1;
        border-top: 1px solid var(--accent-grey);
        border-bottom: 1px solid var(--accent-grey);
        width: 100%;
        height: 45px;
        background-color: var(--bg-grey);
    }

        div.product-list-header-m div.pager a {
            padding-right: 10px;
            text-decoration: none;
            cursor: pointer;
        }

            div.product-list-header-m div.pager a.selected {
                padding-right: 10px;
                text-decoration: none;
            }

.product-color-choices {
    text-align: center;
    width: 100%;
    max-width: 220px;
}

    .product-color-choices .cc {
        width: 18px !important;
        height: 18px !important;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 3px;
        border: 1px solid #ddd;
        font-size: 6px;
        cursor: pointer;
    }

.product-color-choices-circle {
    text-align: center;
    width: 95%;
}

    .product-color-choices-circle .cc {
        width: 18px !important;
        height: 18px !important;
        border-radius: 18px;
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 3px;
        border: 1px solid #ddd;
        font-size: 6px;
    }

@media (max-width: 768px) {
    div.product-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.pager {
        justify-content: center;
    }

        div.pager > div {
            flex-grow: 1;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        div.pager svg {
        }
}

/*component: Product.razor-----------------------------------------------------------*/

div.page-product {
    max-width: 1281px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 110px;
    padding-right: 110px;
    display: flex;
    flex-direction: row;
}

    div.page-product div.product-image-section h3.product-header {
        padding-bottom: 12px;
        font-size: 20px;
        margin-block-start: 15px;
        margin-block-end: 0px;
        line-height: 100%;
    }

    div.page-product div.product-image-section div.selected-image {
        width: 600px;
        height: 600px;
    }

        div.page-product div.product-image-section div.selected-image img {
            height: 100%;
            width: 100%;
        }

    div.page-product div.product-image-section div.image-row {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
        gap: 10px;
    }

        div.page-product div.product-image-section div.image-row div.image-row-content {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 10px;
        }

            div.page-product div.product-image-section div.image-row div.image-row-content div.product-image {
                text-align: center;
            }

                div.page-product div.product-image-section div.image-row div.image-row-content div.product-image img {
                    width: 82px;
                    height: 82px;
                    border: 1px solid #ccc;
                }

                div.page-product div.product-image-section div.image-row div.image-row-content div.product-image.selected img {
                    border: 4px solid var(--orange);
                }

    div.page-product div.product-detail-section {
        display: flex;
        flex-direction: column;
        margin-top: 55px;
        margin-left: 30px;
        font-size: 15px;
    }

        div.page-product div.product-detail-section span.l1 {
            line-height: 16px;
        }

        div.page-product div.product-detail-section h3.l2 {
            font-size: 30px;
            line-height: 40px;
        }

        div.page-product div.product-detail-section span.l3 {
            font-size: 13px;
            line-height: 16px;
        }

        div.page-product div.product-detail-section h3.l3 {
            font-size: 18px;
            line-height: 20px;
            border-top: 1px solid var(--accent-grey);
            border-bottom: 1px solid var(--accent-grey);
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 16px;
            /*width: 400px;*/
        }

        div.page-product div.product-detail-section h3.title {
            font-size: 20px;
            line-height: 45px;
        }

        div.page-product div.product-detail-section span.descr {
            margin-bottom: 15px;
        }

        div.page-product div.product-detail-section ul {
            margin-block-start: 0px;
            margin-block-end: 0px;
        }

        div.page-product div.product-detail-section button {
            width: 219px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

form.backorder-container {
    margin-left: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*background-color: var(--bg-grey);*/
    border: none !important;
    padding: 14px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    align-items: start !important;
}

    form.backorder-container div.inner {
        /*max-width: 600px;*/
    }


    form.backorder-container div.inputs {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    form.backorder-container div.inputs {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

        form.backorder-container div.inputs div.floating-label {
            width: 300px;
        }

    form.backorder-container h2 {
        font-size: 20px;
        line-height: 100%;
        color: var(--red);
    }

    form.backorder-container p {
        font-size: 15px;
        line-height: 19px;
        margin-block-start: 12px;
        margin-block-end: 20px;
    }

    form.backorder-container div.inputs button {
        width: 87px !important;
        border-radius: 3px !important;
        margin-left: 2px;
    }

div.backorder-container-small {
    padding: 10px;
    border: 1px solid var(--accent-grey);
    background-color: var(--bg-grey);
    margin-top: 16px;
}

    div.backorder-container-small h2 {
        font-size: 18px;
        line-height: 100%;
    }


@media (max-width: 768px) {

    form.backorder-container {
        width: unset !important;
        max-width: unset !important;
        padding-right: 20px;
    }

        form.backorder-container div.inputs {
            display: flex;
            flex-direction: row;
            gap: 20px;
        }

            form.backorder-container div.inputs div.floating-label {
                width: 220px;
            }

                form.backorder-container div.inputs div.floating-label input {
                    width: 100%;
                }


            form.backorder-container div.inputs button {
                width: 87px !important;
                margin-left: -8px;
            }

    div.page-product {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        div.page-product div.product-image-section h3.product-header {
            padding-left: 10px;
            padding-right: 10px;
            margin-block-start: 20px;
            margin-block-end: 15px;
        }

        div.page-product div.product-image-section div.selected-image {
            width: 100%;
            height: auto;
        }

        div.page-product div.product-detail-section {
            display: flex;
            flex-direction: column;
            margin-top: 0px;
            margin-left: 0px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 15px;
        }
}

form.quote-form {
    max-width: 1281px;
    margin-top: 8px;
    margin-bottom: 120px;
    margin-left: 110px;
    margin-right: 110px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--accent-grey);
    align-items: center;
}

    form.quote-form div.header-section {
        height: 81px;
        flex-grow: 1;
        width: 100%;
        background-color: rgba(248, 249, 250, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid var(--accent-grey);
    }

        form.quote-form div.header-section h2 {
            font-size: 28px;
            line-height: 35px;
        }

    form.quote-form div.body-section {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 80%;
        display: flex;
        flex-direction: column;
    }

        form.quote-form div.body-section h3.title {
            font-size: 20px;
            line-height: 100%;
            margin-bottom: 20px;
        }

            form.quote-form div.body-section h3.title span.regular {
                font-size: 18px;
                margin-left: 20px;
            }

    form.quote-form div.divider {
        height: 1px;
        background-color: var(--accent-grey);
        width: 1107px;
    }

    form.quote-form div.product-section {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }

        form.quote-form div.product-section > div {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            width: 100%;
        }

        form.quote-form div.product-section div:last-child {
            gap: 8px;
        }

        form.quote-form div.product-section span.min {
            font-size: 12px;
            font-style: italic;
            color: rgba(99, 100, 100, 1);
        }

        form.quote-form div.product-section a.min {
            font-size: 12px;
            font-style: italic;
            color: rgba(99, 100, 100, 1);
            text-decoration: underline;
            cursor: pointer;
        }

    form.quote-form div.contact-section {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        width: 65%;
    }


        form.quote-form div.contact-section > div {
        }

        form.quote-form div.contact-section div:last-child {
            gap: 8px;
        }

    form.quote-form div.domestic {
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 0px;
        justify-content: start;
        width: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    form.quote-form div.tax {
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 0px;
        justify-content: start;
        width: auto;
        padding-top: 30px;
    }

    form.quote-form textarea {
        border: 1px solid rgba(221, 221, 221, 1);
        height: 138px;
        border-radius: 3px;
        width: 300px;
        padding-top: 14px;
        font-size: 15px;
        font-family: neulis-sans, Arial, sans-serif;
        font-weight: 300;
        padding-left: 10px;
    }

    form.quote-form input[type="text"],
    form.quote-form input[type="date"],
    form.quote-form input[type="number"],
    form.quote-form input[type="tel"],
    form.quote-form input[type="email"] {
        border: 1px solid rgba(221, 221, 221, 1);
        height: 36px;
        border-radius: 3px;
        width: 300px;
        font-family: neulis-sans, Arial, sans-serif;
        font-weight: 300;
        padding-left: 10px;
        font-size: 15px;
    }

    form.quote-form select {
        border: 1px solid rgba(221, 221, 221, 1);
        height: 40px;
        border-radius: 3px;
        width: 304px;
        font-family: neulis-sans, Arial, sans-serif;
        font-weight: 300;
        padding-left: 10px;
        font-size: 15px;
    }

        form.quote-form select option {
            font-family: neulis-sans, Arial, sans-serif;
            font-weight: 300;
            padding-left: 10px;
            font-size: 15px;
        }

    form.quote-form input[type="file"]::file-selector-button {
        border: 1px solid rgba(221, 221, 221, 1);
        height: 25px;
        font-size: 15px;
        color: rgba(89, 89, 89, 1);
        width: 116px;
        line-height: 16px;
        font-family: neulis-sans, Arial, sans-serif;
        background-color: white;
        border-radius: 3px;
    }

    form.quote-form input[type="radio"] {
        margin-top: 2px;
        margin-right: 4px;
    }

    form.quote-form div.shipping-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        padding-top: 10px;
    }

        form.quote-form div.shipping-section div.address {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

            form.quote-form div.shipping-section div.address > div {
                margin-left: 10px;
            }

    form.quote-form div.submit-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        form.quote-form div.submit-section button {
            width: 219px;
            height: 40px;
        }

    form.quote-form div.success-body {
        disply: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 60px;
    }

        form.quote-form div.success-body h2 {
            font-size: 25px;
        }

        form.quote-form div.success-body p {
            font-size: 18px;
            line-height: 20px;
            width: 360px;
            margin-block-start: 12px;
            margin-block-end: 30px;
        }

        form.quote-form div.success-body a {
            text-decoration: underline;
            cursor: pointer;
        }

div.spam {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 768px) {
    form.quote-form {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 120px;
        margin-left: 0px;
        margin-right: 0px;
        align-items: start;
    }

        form.quote-form div.body-section {
            width: auto;
            padding-left: 15px;
            padding-right: 15px;
            display: flex;
            flex-direction: column;
        }

        form.quote-form div.product-section {
            flex-direction: column;
        }

        form.quote-form div.contact-section {
            display: grid;
            grid-template-columns: repeat(1, minmax(100px, 1fr));
            grid-row-gap: 15px;
        }

        form.quote-form div.body-section input:not([type="radio"]) {
            width: 90vw;
        }

        form.quote-form div.body-section textarea {
            width: 90vw;
        }

        form.quote-form div.contact-section > div {
        }


        form.quote-form div.divider {
            height: 1px;
            width: 100%;
        }

        form.quote-form div.domestic {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        form.quote-form div.success-body {
            disply: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0;
            padding-bottom: 60px;
            padding-top: 20px;
        }

            form.quote-form div.success-body h1 {
            }

            form.quote-form div.success-body p {
                margin-block-end: 30px;
            }

        form.quote-form div.submit-section button {
            width: 100%
        }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup {
    background: #fff;
    max-width: 600px;
    width: 90%;
    position: relative;
    text-align: center;
}

    .popup h2 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        margin-top: 12px;
        margin-block-end: 0;
    }

    .popup hr {
        margin: 16px 0;
        margin-block-start: 10px;
        margin-block-end: 10px;
    }

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

    .popup-content p {
        font-size: 18px;
        margin-block-end: 0;
        margin-block-start: 0;
    }

    .popup-content span {
        font-size: 18px;
        line-height: 25px;
    }

    .popup-content button {
        width: 219px;
    }

.popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.popup-actions {
    margin-top: 24px;
}


@media (max-width: 768px) {
    .popup h2 {
        max-width: 240px;
        padding-left: 50px;
    }

    .popup-close {
        top: 8px;
        right: 8px;
    }

    .popup-content p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*component: ContactUs.razor-----------------------------------------------------------*/

form.contact-us-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    border: none;
}

    form.contact-us-container div.contact-us-inputs {
        width: 602px;
        border: 1px solid var(--accent-grey);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        form.contact-us-container div.contact-us-inputs button {
            width: 204px;
        }

        form.contact-us-container div.contact-us-inputs div.inner {
            padding-left: 80px;
            padding-right: 80px;
            padding-top: 40px;
            padding-bottom: 40px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

            form.contact-us-container div.contact-us-inputs div.inner div.contact-us-success {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

                form.contact-us-container div.contact-us-inputs div.inner div.contact-us-success h2 {
                    font-size: 25px;
                    line-height: 100%;
                }

                form.contact-us-container div.contact-us-inputs div.inner div.contact-us-success p {
                    font-size: 18px;
                    line-height: 25px;
                    margin-block-start: 4px;
                    margin-block-end: 20px;
                }

                form.contact-us-container div.contact-us-inputs div.inner div.contact-us-success a {
                    font-size: 18px;
                    line-height: 25px;
                }

    form.contact-us-container div.contact-us-descr {
        max-width: 265px;
        padding-right: 250px;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

        form.contact-us-container div.contact-us-descr h2 {
            line-height: 100%;
            font-size: 25px;
        }

        form.contact-us-container div.contact-us-descr p {
            font-size: 18px;
            line-height: 25px;
        }


    form.contact-us-container div.contact-us-inputs div.info {
        padding-bottom: 40px;
        width:160px;
    }

        form.contact-us-container div.contact-us-inputs div.info a {
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
        }

        form.contact-us-container div.contact-us-inputs div.info span {
            font-weight: 400;
            font-size: 18px;
        }

@media (max-width: 768px) {

    form.contact-us-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 10px;
        padding-left: 10px;
        width: unset;
    }

        form.contact-us-container div.contact-us-descr {
            padding-right: 0px;
            max-width: unset;
            align-items: start;
            justify-content: start;
            width: unset;
            max-width: 353px;
        }

        form.contact-us-container div.contact-us-inputs {
            border: none;
            width: unset;
        }

            form.contact-us-container div.contact-us-inputs div.inner {
                max-width: 360px;
                width: 100%;
                padding-left: 0px;
                padding-right: 0px;
                margin-left: unset;
            }

            form.contact-us-container div.contact-us-inputs button {
                width: 90%;
            }
}
