/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.category-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.category-modal.show-category {
    display: flex;
}
.category-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    height: 80%;
    overflow-y: auto;
}

.main {
    margin-left: 30px;
    margin-right: 30px;
}

.topnav {
    width: 100%;
    height: 35px;
    background-color: rgb(56, 153, 238);
}

.flag {
    display: block;
    width: 30px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.placeholder-image {
    background-image: url("/public/images/no-image.png");
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.placeholder-image p {
    margin: 0;
}

.firstlogo {
    width: 120px;
}

.secondlogo {
    width: 220px;
}

.searchbar {
    margin-left: 50px;
    border: 3px solid rgb(46, 128, 200);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 25px;
    color: black;
}

.search {
    border-top: 1px solid rgba(209, 208, 208, 0.404);
    border-bottom: 1px solid rgba(209, 208, 208, 0.404);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-primary {
    background-color: rgb(46, 128, 200) !important;
    border: none;
}

#urgent-card:hover {
    background-color: #53ad53d9;
}

.product-title {
    color: black !important;
}

.text-muted {
    color: #c3c0c0 !important;
}

.main-search {
    border-right: none;
}

.main-search:focus {
    border: 1px solid rgba(209, 208, 208, 0.404);
    border-right: none;
}

#below-banner li a {
    color: green !important;
    font-weight: 600;
}

#below-banner li {
    list-style-type: none !important;
}

.searchbar:active {
    border: 1px solid rgb(46, 128, 200) !important;
}

.searchbar:focus {
    border: 1px solid rgb(46, 128, 200) !important;
}

.buttons {
    background: none;
    height: 26px;
    border: none;
    /*border-right: 2px solid rgb(46, 128, 200);*/
    border-radius: 1px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
}

#below-banner li a {
    text-decoration: none;
}

.btncollection {
    margin-left: -196px;
}

a:hover {
    color: rgb(4, 103, 192) !important;
}

.searchbutton {
    margin-left: -3px;
    background-color: rgb(46, 128, 200);
    border: none;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.profile {
    width: 50px;
    height: 49px;
    border-radius: 50%;
}

.navbar-nav {
    justify-content: center;
    align-items: center;
}

#navbar-nav {
    margin: 0;
    justify-content: center;
    align-items: center;
}

.add-post-btn:hover {
    background-color: #3a9c4e !important;
    color: white !important;
    border: 0 !important;
}

.donation {
    /* margin-left: 12px; */
    height: 25px;
    width: 30px;
}

.icon {
    font-size: 16px;
}

/* .navbar ul {
    margin-left: 118px;
} */

.advertisement {
    background-image: url("img/Ad.png");
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
}

.addpost {
    float: right;
    margin: 50px 100px;
}

.menu ul {
    list-style-type: none;
    display: flex;
    padding: 0px;
}

.menu ul li {
    margin-right: 50px;
}

.menu a {
    font-size: 20px;
    text-decoration: none;
    color: rgb(20, 160, 20);
}

/* .categories {
    background-color: rgb(233, 230, 230);
    border-radius: 8px;
    box-shadow: 1px 2px 6px #a9a9a9;
} */

.categories h3 {
    color: rgb(17, 143, 17);
    font-weight: 600;
    text-shadow: 2px 3px 2px #a9a9a9;
}

/* .categorybg {
    background: none;
} */

.categorybtn {
    width: 100%;
    background: none;
    border: 0;
    text-align: center;
}

.card-header :hover {
    color: rgb(20, 160, 20);
}

.slider-btn {
    padding: 0.6rem;
}

.slider-btn:hover {
    background-color: rgba(194, 194, 194, 0.447);
    cursor: pointer;
    border-radius: 5px;
    transition: ease-in-out 0.15s;
    color: rgb(62, 61, 61);
}

.slider-product:hover {
    cursor: pointer;
    box-shadow:
        rgba(0, 0, 0, 0.15) 0px 15px 25px,
        rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.card-header {
    padding: 0 !important;
}

.categoryicon {
    font-size: 20px;
    float: left;
}

.categoryarrow {
    float: right;
    margin-top: 5px;
}

.job-desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mostsearched-desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poster {
    width: 100%;
}

.filter {
    box-shadow: 1px 1px 10px -1px rgba(161, 161, 161, 1);
    border-radius: 10px;
}

.filter h3 {
    color: rgba(0, 0, 0, 0.58);
    font-weight: 600;
    margin-bottom: 20px;
}

.filter-search:hover {
    background-color: rgba(7, 110, 255, 0.82) !important;
    color: white !important;
}

.filterbtn {
    border: none;
    border-radius: 5px;
    background-color: #3db03545;
    padding: 5px 8px;
    color: #7b2dd4;
    font-size: 17px;
    margin-bottom: 20px;
}

.filter h4 {
    color: #7b2dd4;
    font-weight: 600;
}

.filterslider {
    cursor: pointer;
    appearance: none;
    width: 100%;
    background-color: rgb(235, 228, 228);
    border-radius: 25px;
    height: 8px;
    overflow: hidden;
}

.filterslider::-moz-range-track {
    height: 8px;
    background-color: rgb(20, 160, 20);
    border-radius: 16px;
}

.filterslider::-moz-range-thumb {
    height: 6px;
    width: 6px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid rgb(56, 153, 238);
    box-shadow: -205px 0 0 200px red;
}

.add-new-btn {
    padding: 1rem;
    background-color: rgba(155, 237, 106, 0.68);
    width: 12rem;
}

.home-add-post {
    border: none;
    display: block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background-color: rgb(46, 128, 200) !important;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.home-add-post span {
    position: relative;
    z-index: 1;
}

.home-add-post:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #78c7d2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.home-add-post:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.form-control:focus {
    border-color: rgb(46, 128, 200) !important;
}

.sign-up-mobile {
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.pricelow {
    font-size: 14px;
    color: rgb(20, 160, 20);
}

.pricehigh {
    font-size: 14px;
    color: red;
    float: right;
}

.itemheadline {
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.line {
    border-top: 2px solid #7b2dd4;
    width: 10%;
    margin-top: 20px;
}

.headline {
    font-weight: 600;
    color: #7b2dd4;
    margin: 0px;
    /* text-align: center; */
}

.items {
    border: 1px solid rgb(56, 153, 238);
    border-radius: 10px;
}

.items .card-body .row {
    font-size: 12px;
    line-height: 13px;
    color: white;
}

.items .card-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 4px;
    background-color: rgb(71, 162, 71);
}

.red-strike {
    text-decoration: line-through;
    color: rgb(181, 28, 28);
}

.btn-scroll-top.show {
    right: 4rem;
    width: 3rem !important;
    opacity: 1;
    height: 3rem;
}

.items-reviews {
    text-decoration: none;
    color: white;
}

.products {
    background-color: #f3f5f7;
    padding: 20px;
}

.small-card-details {
    background-color: #f3f5f7 !important;
}

.products .card {
    border: none;
}

.products .card-image-top {
    border: 1px solid rgba(128, 128, 128, 0.255);
}

.top-rank-product:hover {
    transition: ease-in-out 0.15s;
    box-shadow:
        rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer {
    background-color: #62c0ed !important;
}

.subscribe {
    background-color: green !important;
}

.products h2 {
    color: #7b2dd4;
}

.products .card-body .row {
    font-size: 18px;
    font-weight: 600;
    line-height: 13px;
    color: rgb(20, 160, 20);
    text-align: center;
}

.red-strike {
    text-decoration: line-through;
    color: rgb(181, 28, 28);
    font-size: 11px !important;
}

.products span {
    font-size: 13px;
    color: rgb(20, 160, 20);
}

.info {
    width: 100%;
    background-color: #7b2dd4;
    padding: 20px 15px;
    color: white;
}

.info .row {
    margin-left: 250px;
}

.infoline {
    border-bottom: 2px solid white;
    margin-left: 175px;
    margin-right: 175px;
}

.info li {
    list-style-type: none;
}

.mobile-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
}

#nav-count ul li a:hover {
    color: green !important;
}

element.style {
    cursor: pointer;
    max-height: 193px;
    min-height: 193px;
}
.card-header:first-child {
    border-radius: calc(0.4375rem - 1px) calc(0.4375rem - 1px) 0 0;
}

.small-image-card {
    background-color: #fff !important;
    border-radius: 5px !important;
}

h2,
h5 {
    color: #585656 !important;
}

.div-card-product {
    padding-right: 0 !important;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trends {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bbb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203, 225, 238, 0.3);
}

.bbb_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bbb_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px;
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #2d8ce4;
}

.bbb_nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_nav:hover i {
    color: #474747;
}

.bbb_item {
    background: #ffffff;
    border-radius: 1px;
    padding: 25px;
}

.mt-100 {
    margin-top: 100px;
}
.card {
    border-radius: 7px !important;
    border-color: #e1e7ec;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.card-img-tiles {
    display: block;
    border-bottom: 1px solid #e1e7ec;
}
a {
    color: #0da9ef;
    text-decoration: none !important;
}
.card-img-tiles > .inner {
    display: table;
    width: 100%;
}
.card-img-tiles .main-img,
.card-img-tiles .thumblist {
    display: table-cell;
    width: 65%;
    padding: 15px;
    vertical-align: middle;
}
.card-img-tiles .main-img > img:last-child,
.card-img-tiles .thumblist > img:last-child {
    margin-bottom: 0;
}
.card-img-tiles .main-img > img,
.card-img-tiles .thumblist > img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.thumblist {
    width: 35%;
    border-left: 1px solid #e1e7ec !important;
    display: table-cell;
    width: 65%;
    padding: 15px;
    vertical-align: middle;
}
.card-img-tiles .thumblist > img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.45rem 0.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-second:focus {
    border: 1px solid #dae1e7 !important;
    border-right: none !important;
}

.form-label {
    margin-left: 2px !important;
}

.product-card:hover {
    box-shadow: 0 0 0 0 !important;
}

.inner-product-card {
    border-radius: 2px !important;
}

/* .filter-count-section {
    max-height: 60rem;
} */

.product-imgs img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product-content {
    padding: 2rem 1rem;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-price {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 400;
}

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(shoes_images/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #b1abab;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}
.product-card {
    width: 14rem;
    background-color: #f8f9fa;
    padding: 1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 8px;
    transition:
        background-color 0.3s,
        box-shadow 0.3s;
}

.product-card img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}

.product-card h4 {
    font-size: 1.2em;
    margin: 0.5em 0;
    color: #333;
}

.product-card div {
    font-size: 1em;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.product-card span {
    color: #555;
}

.product-card button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.product-card:hover {
    background-color: #e2e6ea;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
/* .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #e2e6ea;
} */

.product-card:hover button {
    background-color: #0056b3;
}

@media screen and (max-width: 576px) {
    .product-card {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 992px) {
    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .product-card {
        padding: 5px;
    }

    .inner-product-card {
        margin-bottom: 5px !important;
        width: 100% !important;
    }
    .customNavigation {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .bbb_slider_container {
        margin-top: 2rem;
    }

    .sign-up-mobile {
        border: none !important;
    }

    .slider-card {
        width: 100% !important;
    }

    .bbb_container {
        margin-top: 12px;
        align-items: center;
        justify-content: center;
    }

    .trends {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

.mobile-responsive-like {
    display: none !important;
}

.like-btn-responsive a:focus {
    color: #e50a0a !important;
}

.fix-category-div:hover {
    cursor: pointer;
    color: green;
}

@media only screen and (width<1000px) {
    .like-btn-responsive {
        display: none !important;
    }

    /* .filter-count-section {
        display: none;
    } */

    .second-page-upper-category {
        display: none;
    }

    .second-page-products {
        width: 100% !important;
        padding: 0 !important;
    }

    .product-detail-des {
        margin-top: 3rem !important;
    }

    .similar-product {
        width: 100%;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .product-detail-buy-now-btn {
        text-align: center;
    }

    .similar-product-main {
        padding: 0 !important;
    }

    .head-div-similar-product {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .fixed-category {
        display: none;
    }

    .product-details-responsive {
        width: 100% !important;
        padding: 12px !important;
        margin: 0 !important;
    }

    .product-details-responsivee {
        width: 100% !important;
    }

    .mobile-responsive-like a:focus {
        color: red !important;
    }

    .mobile-responsive-like {
        display: block !important;
    }

    .safety-note {
        width: 100% !important;
        text-align: justify;
    }

    .product-details-features {
        display: block !important;
    }

    .mobile-product-detail {
        width: 100% !important;
    }
    .small-ads-mobile {
        display: none;
    }

    .new-object-responsive,
    .new-object-responsive-sec {
        width: 100% !important;
    }

    .new-object-responsive {
        border-right: none !important;
    }

    .div-card-product {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .mobile-responsive {
        line-height: 16px;
        min-height: 148px !important;
    }
    .card-header {
        padding: 0 !important;
    }

    .inline_product {
        line-height: 20px;
    }

    h2,
    h5 {
        text-align: center !important;
        color: black !important;
    }

    .category-seemore {
        margin-top: 12px;
    }

    .categories {
        background-color: rgb(240, 240, 240);
    }

    .mobile-categories {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #f6f9fc;
        padding: 0;
    }

    .mobile-dropdown {
        background-color: #f6f9fc !important;
        padding: 7px !important;
    }

    .dropdown-con:hover {
        display: block;
    }

    #nav-count {
        display: none !important;
    }

    #card-responsive {
        margin-bottom: 1rem !important;
    }

    #product-responsive-div {
        width: 100% !important;
    }

    #product-responsive {
        width: 100% !important;
    }

    .top-rank-product-responsive {
        width: 50%;
    }

    .inline_product {
        line-height: 20px;
    }

    .carousel-indicators {
        bottom: 1rem !important;
    }

    .add-image {
        padding: 0 !important;
    }
}

.new-object-responsive {
    border-right: 1px solid rgba(114, 113, 113, 0.28);
}

.carousel-indicators {
    bottom: 0 !important;
}

.add-image {
    width: 100%;
}

@media only screen and (min-width: 450px) and (max-width: 1000px) {
    .ads {
        all: unset;
    }

    #nav-count {
        display: none !important;
    }

    #card-responsive {
        margin-bottom: 1rem !important;
    }

    .mobile-responsive {
        min-height: 165px !important;
    }

    .top-rank-product-responsive {
        width: 100%;
    }

    .inline_product {
        line-height: 20px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 989px) {
    #nav-responsive {
        height: 0px !important;
    }

    #top-rank-new-product {
        width: 100% !important;
    }
    .nav-logo {
        display: none !important;
    }
}

@media only screen and (max-width: 850px) {
    #card-responsive {
        margin-bottom: 1rem !important;
    }

    /*.add-image {*/
    /*    width: 46rem !important;*/
    /*}*/

    .searchbar {
        margin: 0px;
    }

    .navbar ul {
        margin: 0px;
        float: right;
    }

    .navbar li {
        padding: 5px;
        text-align: right;
    }

    .firstlogo {
        width: 80px;
    }

    .secondlogo {
        width: 140px;
    }

    .advertisement {
        margin-top: 20px;
    }

    .addpost {
        margin: 10px 15px;
    }

    .menu {
        margin-top: 10px;
        border-radius: 10px;
        border: 2px solid rgb(56, 153, 238);
        background-color: rgb(233, 230, 230);
    }

    .menu ul {
        display: block;
        float: none;
    }

    .menu ul li {
        text-align: center;
        margin: 0px;
        border-bottom: 2px solid rgb(56, 153, 238);
        border-radius: 5px;
    }

    .categories {
        margin-bottom: 20px;
    }

    .filterslider::-moz-range-thumb {
        height: 7px;
        width: 7px;
    }

    .itemheadline {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .headline {
        text-align: center;
        font-size: 20px;
        margin: 0px;
    }

    .line {
        margin-top: 12px;
    }

    .items {
        margin-bottom: 20px;
    }

    .items .card-body .row {
        font-size: 20px;
        line-height: 20px;
    }

    .products {
        margin-bottom: 20px;
    }

    .info .row {
        margin: 0px;
    }

    .infoline {
        margin-left: 12px;
        margin-right: 12px;
    }
}

/*  */
.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the category buttons */
}

.dropdown {
    position: relative;
}

.dropbtn {
    border: none;
    background-color: rgb(235, 228, 228);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    text-align: left; /* Align the text to the left */
}

.dropbtn i {
    font-size: 20px;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    left: 100%; /* Position the dropdown content on the right */
    z-index: 1111111;
    border-radius: 5px;
}

.dropdown-con {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 180px;
    margin-left: 120px;
    z-index: 11111;
}

.dropdown-con a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-con a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-con {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    margin-left: 2px;
    width: 46rem;
}

.dropdown-content a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px;
    transition: background-color 0.2s;
}

.dropdown-content a:hover {
    background-color: #ddd;
}
.colorplate1 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgb(7, 7, 7);
}
.colorplate2 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgb(223, 18, 18);
}
.colorplate3 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgb(14, 212, 57);
}
.modal-open {
    overflow: hidden;
}
#textarea1:placeholder {
    color: #d3d3d3;
}
