﻿




.headersection {
    background-color: #ffffff;
}

    .headersection ul li {
        list-style-type: none;
    }
    .headersection a {
        text-decoration: none;
        list-style-type: none;
        /*color: #0056a3;*/
        color:black;
        text-transform:uppercase;
    }

.headerright {
    margin-top: 40px;
    display: block;
    box-sizing: border-box;
    display: inline;
    display: flex;
}

    .headerright .dropdown {
        float: right;
    }

.headercenter .header-logo .logo-desk img {
    cursor: pointer;
    height: 90px;
    margin-left: 50px;
    transition: 1s;
    width: 80px;
    transition: 1s;
}

    .headercenter .header-logo .logo-desk img:hover {
        -webkit-transform: rotate(1turn);
        width: 10px;
        transform: rotate(1turn);
        transition: 1s;
    }


/* Search Coding */




.bd-search {
    position: absolute;
    width: 280px;
    margin-left: -140px;
    top: 150px;
    left: 50%;
}

.DocSearch-Modal {
    background: var(--docsearch-modal-background);
    border-radius: 6px;
    box-shadow: var(--docsearch-modal-shadow);
    flex-direction: column;
    margin: 60px auto auto;
    max-width: var(--docsearch-modal-width);
    position: relative;
}

.DocSearch-SearchBar {
    display: flex;
    padding: var(--docsearch-spacing) var(--docsearch-spacing) 0;
}

.DocSearch-Form {
    align-items: center;
    background: var(--docsearch-searchbox-focus-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-searchbox-shadow);
    display: flex;
    height: var(--docsearch-searchbox-height);
    margin: 0;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    width: 100%;
}

.headerright {
    display: flex;
    justify-content: space-between;
}

    .headerright ul {
        display: inline-flex;
        list-style-type: none;
        margin: 15px;
        padding: 0;
    }

    .headerright li {
        padding-left: 30px;
        padding-top: 0px;
    }

    .headerright ul li a {
        text-decoration: none;
        color: #fb9120;
    }

/* SEARCH PRODUCT START */

#prodsearch {
    background: rgba(0,0,0,0.1);
    color: #0056a3;
    --docsearch-searchbox-focus-background: rgba(0,0,0,0.25);
    --docsearch-searchbox-shadow: 0 0 0 0.25rem rgba(255,228,132,0.4);
    --docsearch-text-color: #fff;
    --docsearch-muted-color: rgba(255,255,255,0.65);
    width: 100%;
    margin: 0;
    border-radius: 0.375rem;
}

    #prodsearch:active, #prodsearch:focus, #prodsearch:hover {
        background: rgba(0,0,0,0.25);
        box-shadow: 0 0 0 0.25rem rgb(193 255 114);
        color: #fff;
        outline: none;
    }

.ngb-modal-backdrop {
    background-color: black;
}

.DocSearch .svg {
    color: #fb9120;
}
/* .modal-content{ */
/* border:5px solid #fb9120; */
/* } */
.modal-header {
    border: 2px solid #fb9120;
    /* margin: 10px; */
}

.DocSearch-Search-Icon {
    color: #cacaca;
    margin-top: 40px;
}

.DocSearch-Reset {
    cursor: pointer;
}

.DocSearch-Input {
    appearance: none;
    background: transparent;
    color: #000000;
    flex: 1;
    font: inherit;
    font-size: 22px;
    height: 100%;
    outline: none;
    padding: 5px 0 5px 10px;
    width: 80%;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    margin-top: 40px;
}

.products-data {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .products-data ul {
        display: flex;
        list-style-type: none;
        width: 100%;
    }

    .products-data .prodImg {
        margin-left: -30px;
        width: 20%;
    }

    .products-data .desc {
        margin-top: 20px;
        margin-left: -20px;
        text-align: left;
        width: 80%;
    }

    .products-data .desc {
        margin-top: 20px;
        width: 80%;
    }

    .products-data .cart-qty {
        margin-top: 20px;
        width: 10%;
    }

    .products-data .retail {
        margin-top: 20px;
        margin-right: 10px;
        text-align: end;
        width: 20%;
    }

.common-form1 {
    text-align: center;
    display: flex;
    margin: auto;
    flex-direction: column;
    width: auto;
}

.modal-body {
    overflow: scroll;
    height: 280px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

/* Mobile */

@media only screen and (max-width: 600px) and (min-width: 300px) {
    .mobile {
        display: none;
    }
}


/* Tabl */
