<<<<<<< HEAD
* {
    box-sizing: border-box;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 90%;
    background-color: #202124;
}

.card {
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding: 0.4em;
    color: #1c1c1c;
    background-color: rgb(90, 138, 216);
    border: 1px solid gray;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 4em;
}

.btn {
    transition-duration: 0.4s;
    outline: 0px;
    border-radius: 50px;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    width: 48%;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background-color: #7bb5f0;
    border: 1px solid #567da5;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.btn:hover {
    transition-duration: 0.4s;
    border: 2px solid #dfe1e5;
}



.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 500px;
    grid-gap: 10px;
    padding: 24px;
}

.product {
    background-color: #202124;
    padding: 0px;
    border: 1px solid #3C4043;
    border-radius: 8px;
    overflow: hidden;
}



.product p {
    width: auto;
    margin: 0px;
    margin-top: 4px;
}

.product a {
    margin-right: 3px;
}

.product img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0px none;
    margin: -1x;
    object-fit: cover;
}

.product .imagediv {
    text-align: center;
    background-color: inherit;
    position: relative;
    height: 50%;
}

.product .titlediv {
    padding: 12px;
    padding-bottom: 0px;
    height: 25%;
    border-bottom: 1px solid #3C4043;
}

.product .sellerdiv {
    margin-top: 3px;
}

.product .purchasediv {
    padding: 12px;
}

.product .rank {
    color: #fcba03;
    font-size: 14px;
}

.product .producttitle {
    color: #E8EAED;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.product .text {
    color: #888;
    font-size: 14px;
}

.smal {
    color: #888;
    font-size: 10px;
}

.product .discount {
    color: #137333;
    font-size: 13px;
    font-weight: bold;
    background-color: black;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    left: 8px;
    line-height: 20px;
    max-width: 80%;
    opacity: 1;
    overflow: hidden;
    padding: 3px 6px 1px;
    position: absolute;
    text-overflow: ellipsis;
    top: 8px;
    white-space: nowrap;
    letter-spacing: 0.5px;

}

.product .price {
    color: #E8EAED;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.theader {
    width: 100%;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.theader>* {
    margin: 0.4em 0.3em;
    display: inline-block;
}

.logo {
    float: left;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 13%;
    margin: auto;
    height: auto;
    padding: 19px 0;
    text-decoration: none;
    font-size: 17px;
    font-family: inherit
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    width: 100%;
    padding-bottom: 6px;

}

.topcontainer {
    margin: 0 auto;
}

.topnav a:hover {
    color: rgb(206, 206, 206);
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    margin-left: .8rem !important;
    margin-top: .4rem;
}

.topnav input {
    padding: 12px;
    padding-left: 12px;
    /* margin-top: 8px; */
    font-size: 14px;
    border: none;
    width: 30rem;
    background-color: #1c1c1c;
    border-radius: 2rem 0rem 0rem 2rem;
    height: 38px;
    border-right: 1px solid #363636;
    font-family: inherit;
    color: #ccc;

}

.topnav select {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;

}

.topnav .search-container button {
    float: right;
    padding: 6px;
    height: 38px;
    background-color: #1c1c1c;
    border: none;
    cursor: pointer;
    border-radius: 0rem 2rem 2rem 0rem;
    color: rgb(182, 182, 182);
    font-family: inherit;
}

.topnav .search-container button:hover {
    background-color: #363636;

}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }

    .topnav a,
    .topnav input[type=text],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=number] {
        width: 60%;
        margin: 0px;
    }

    .topnav select {
        width: 38%;
        margin: 0px;

    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}

@media screen and (max-width: 1200px) {
    .product-list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 500px);
        /* 3 columns */
    }

    .product {
        width: 270px;
    }

}


.sidebar {
    display: flex;
    color: #9AA0A6;
}

.sidebar__sidebar {
    width: 260px;
    background-color: inherit;
}

.sidebar__sidebar .sidebartitle {
    margin-bottom: 10px;
    margin-top: 1px;
}

.sidebar__sidebar>div {
    align-self: center;
    margin: 24px;
    background-color: #202124;
    padding: 12px;
    border: 1px solid #3C4043;
    border-radius: 8px;
    height: auto;
    margin-bottom: 12px;
    ;
}

.sidebar__sidebar input[type=number],
.sidebar__sidebar select,
.sidebar__sidebar input[type=text],
.sidebar__sidebar button {
    align-self: left;
    background-color: inherit;
    padding: 5px 8px;
    border: 1px solid #3C4043;
    border-radius: 6px;
    height: 37px;
    width: 67.77px;
    color: inherit;
    box-sizing: border-box;
    margin-bottom: 6px;
    text-align: left;
}

.sidebar__sidebar button {
    width: auto;
}

.sidebar__sidebar button:hover {
    background-color: rgb(54, 54, 54);
}

.sidebar__sidebar input[type=checkbox] {
    background-color: #3C4043;
    border: 1px solid #3C4043;
    color: 3C4043;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.sidebar__sidebar select {
    width: auto;
}

.sidebar__main {
    /* Take the remaining width */
    flex: 1;

    /* Make it scrollable */
    overflow: auto;

}

/* slider */
.range_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: .2rem;
    margin: 24px auto;

}

.sliders_control {
    position: relative;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #387bbe;
    border-radius: 50%;

    cursor: pointer;
}


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
=======
* {
    box-sizing: border-box;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 90%;
    background-color: #202124;
}

.card {
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding: 0.4em;
    color: #1c1c1c;
    background-color: rgb(90, 138, 216);
    border: 1px solid gray;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 4em;
}

.btn {
    transition-duration: 0.4s;
    outline: 0px;
    border-radius: 50px;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    width: 48%;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background-color: #7bb5f0;
    border: 1px solid #567da5;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.btn:hover {
    transition-duration: 0.4s;
    border: 2px solid #dfe1e5;
}



.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 500px;
    grid-gap: 10px;
    padding: 24px;
}

.product {
    background-color: #202124;
    padding: 0px;
    border: 1px solid #3C4043;
    border-radius: 8px;
    overflow: hidden;
}



.product p {
    width: auto;
    margin: 0px;
    margin-top: 4px;
}

.product a {
    margin-right: 3px;
}

.product img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0px none;
    margin: -1x;
    object-fit: cover;
}

.product .imagediv {
    text-align: center;
    background-color: inherit;
    position: relative;
    height: 50%;
}

.product .titlediv {
    padding: 12px;
    padding-bottom: 0px;
    height: 25%;
    border-bottom: 1px solid #3C4043;
}

.product .sellerdiv {
    margin-top: 3px;
}

.product .purchasediv {
    padding: 12px;
}

.product .rank {
    color: #fcba03;
    font-size: 14px;
}

.product .producttitle {
    color: #E8EAED;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.product .text {
    color: #888;
    font-size: 14px;
}

.smal {
    color: #888;
    font-size: 10px;
}

.product .discount {
    color: #137333;
    font-size: 13px;
    font-weight: bold;
    background-color: black;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    left: 8px;
    line-height: 20px;
    max-width: 80%;
    opacity: 1;
    overflow: hidden;
    padding: 3px 6px 1px;
    position: absolute;
    text-overflow: ellipsis;
    top: 8px;
    white-space: nowrap;
    letter-spacing: 0.5px;

}

.product .price {
    color: #E8EAED;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.theader {
    width: 100%;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.theader>* {
    margin: 0.4em 0.3em;
    display: inline-block;
}

.logo {
    float: left;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 13%;
    margin: auto;
    height: auto;
    padding: 19px 0;
    text-decoration: none;
    font-size: 17px;
    font-family: inherit
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    width: 100%;
    padding-bottom: 6px;

}

.topcontainer {
    margin: 0 auto;
}

.topnav a:hover {
    color: rgb(206, 206, 206);
}

.topnav a.active {
    background-color: #2196F3;
    color: white;
}

.topnav .search-container {
    margin-left: .8rem !important;
    margin-top: .4rem;
}

.topnav input {
    padding: 12px;
    padding-left: 12px;
    /* margin-top: 8px; */
    font-size: 14px;
    border: none;
    width: 30rem;
    background-color: #1c1c1c;
    border-radius: 2rem 0rem 0rem 2rem;
    height: 38px;
    border-right: 1px solid #363636;
    font-family: inherit;
    color: #ccc;

}

.topnav select {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;

}

.topnav .search-container button {
    float: right;
    padding: 6px;
    height: 38px;
    background-color: #1c1c1c;
    border: none;
    cursor: pointer;
    border-radius: 0rem 2rem 2rem 0rem;
    color: rgb(182, 182, 182);
    font-family: inherit;
}

.topnav .search-container button:hover {
    background-color: #363636;

}

@media screen and (max-width: 600px) {
    .topnav .search-container {
        float: none;
    }

    .topnav a,
    .topnav input[type=text],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=number] {
        width: 60%;
        margin: 0px;
    }

    .topnav select {
        width: 38%;
        margin: 0px;

    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}

@media screen and (max-width: 1200px) {
    .product-list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 500px);
        /* 3 columns */
    }

    .product {
        width: 270px;
    }

}


.sidebar {
    display: flex;
    color: #9AA0A6;
}

.sidebar__sidebar {
    width: 260px;
    background-color: inherit;
}

.sidebar__sidebar .sidebartitle {
    margin-bottom: 10px;
    margin-top: 1px;
}

.sidebar__sidebar>div {
    align-self: center;
    margin: 24px;
    background-color: #202124;
    padding: 12px;
    border: 1px solid #3C4043;
    border-radius: 8px;
    height: auto;
    margin-bottom: 12px;
    ;
}

.sidebar__sidebar input[type=number],
.sidebar__sidebar select,
.sidebar__sidebar input[type=text],
.sidebar__sidebar button {
    align-self: left;
    background-color: inherit;
    padding: 5px 8px;
    border: 1px solid #3C4043;
    border-radius: 6px;
    height: 37px;
    width: 67.77px;
    color: inherit;
    box-sizing: border-box;
    margin-bottom: 6px;
    text-align: left;
}

.sidebar__sidebar button {
    width: auto;
}

.sidebar__sidebar button:hover {
    background-color: rgb(54, 54, 54);
}

.sidebar__sidebar input[type=checkbox] {
    background-color: #3C4043;
    border: 1px solid #3C4043;
    color: 3C4043;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.sidebar__sidebar select {
    width: auto;
}

.sidebar__main {
    /* Take the remaining width */
    flex: 1;

    /* Make it scrollable */
    overflow: auto;

}

/* slider */
.range_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: .2rem;
    margin: 24px auto;

}

.sliders_control {
    position: relative;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #387bbe;
    border-radius: 50%;

    cursor: pointer;
}


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
>>>>>>> repo2_remote/main
}