.products {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: "Poppins", Sans-serif;
    background-color: #F7F7F7;
}
.variable-box a {
    transition: 0.5s all;
    display: block;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #f7f7f752;
    padding-top: 4px;
    padding-bottom: 4px;
}
.variable-box a:hover {
    color: #C83628;
    background-color: #f7f7f7;
    border-radius: 6px;
}
.variable-box {
    position: absolute;
    left: 0px;
    padding: 20px;
    top: 0px;
    background-color: #335525;
    width: 100%;
    display: none;
    height: 85%;
}
.container.fecher .row {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

h2.title_yellow.text-center.title {
    text-align: center;
}

.filter_bar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    background-color: #335525;
    padding-top: 1rem;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
div#list_filter {
    width: 60px;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    cursor: pointer;
}
div#tab-content {
    padding-top: 10px;
}
.menu-items-search-box {
    position: relative;
}
.menu-items-search-box i {
    position: absolute;
    color: #ffcf0f;
    right: 6px;
    top: 6px;
}
.menu-items-search-box input {
    border-radius: 15px;
    padding-left: 22px;
    border: 2px solid #ffcf0f;
    height: 28px;
}

.product-box {
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin-top: 0.4em;
    border-radius: 18px;
    cursor: pointer;
    border: 0px solid #e7e7e7;
    margin-bottom: 10px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    background-color:#fff;
    transition: 0.5s all;
    box-shadow: 0 3.42907px 12.0018px rgba(155, 204, 244, .241231);
    width: 18.9%;
}
.product-box:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    box-shadow: inset 0 3.42907px 12.0018px rgba(145,192,231,.3);
    width: 20px;
    height: 20px;
    background-color: #f1f3f6;
    border-radius: 40px;
    border: 1px solid #dde6f2;
}
.product-box:hover{
    transition: 0.5s all;
    transform: translateY(-10px);
}
.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.product-title:after {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #da291c;
    border-radius: 16.9437px;
    margin: 10px auto 0;
    left: 0px;
    bottom: -10px;
}

.product-box .btn {
    font-size: 14px;
    display: block;
    padding: 5px 12px;
    color: #EE1B24;
    border-color: #EE1B24;
    font-weight: 700;
    border: 1px solid;
    display: inline;
    border-radius: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
        width: fit-content;
}
.product-box .btn:hover,
.product-box .btn:focus {
    background-color: #EE1B24 !important;
    color: #fff;
}
li.nav-item a {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    padding: 4px 12px;
    margin: 3px 4px;
    display: block;
}

div#product_content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-wrapper {
    max-width: 210px;
    width: 100%;
}
.product-box img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    background-color: unset;
    border-radius: 10px;
    /* background-color: #f7f7f7; */
    border: 1px solid #dfdfdf;
}
.product-box p {
    color: #727272;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-top: 8px;
}
.product-box p.price {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 800;
}

ul#mypanel {
  /* For Internet Explorer and Edge */
  -ms-overflow-style: none;
  /* For Firefox */
  scrollbar-width: none;
}

/* For Chrome, Safari, and Opera */
ul#mypanel::-webkit-scrollbar {
  display: none;
}





.active {
    background-color: unset !important;
    font-weight: 400;
}
.reletive {
    position: relative;
    max-width: 250px;
    height: 45px;
    width: 100%;
}


.select span {
    cursor: pointer;
}
.select span.active i {
    color: #da291c;
    background-color: #fff;
    line-height: 8px;
}
.select {
    display: flex;
    gap: 20px;
}
#mypanel li:first-child {
    border-top: unset;
}
.pizzadeport-title {
    color: #000000;
    font-family: ""Plus Jakarta Sans", sans-serif", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.pizzadeport-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: red;
    width: 27px;
    height: 3px;
}
div#storess select {
    background-color: #f7f7f7;
    border-radius: 7px;
    height: 45px;
 
  color:#000;
}
div#storess {
    display: flex;
    gap: 15px;
    width: 60%;
}
div#all_stores {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
    margin-bottom: 25px;
}
.stores {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.5s all;
    box-shadow: 0 3.42907px 12.0018px rgba(155, 204, 244, .241231);
}
.stores:hover {
    transform: translateY(-10px);
}
.stores span {
    font-size: 14px;
    display: block;
}
.stores h5 {
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
    margin-top:0px;
}
.stores h5:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 23px;
    height: 1px;
    border-bottom: 3px solid red;
}
.stores.active {
    background-color: #da291c !important;
    color: #fff;
}
.stores.active h5:before {
    border-color: #000000;
}
ul#categoryData li:hover, ul#categoryData li.actives {
    background-color: #da291c;
} 

ul#categoryData li {
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 9px 16px;
    border-radius: 35px;
    cursor: pointer;
}
ul#categoryData {
    display: flex;
    gap: 15px;
    list-style: none;
    overflow-x: auto;
    padding: 0;
    padding-bottom: 10px;
    position: sticky;
    top: 63px;
    z-index: 8;
    /* background-color: #f7f7f7; */
    padding-top: 15px;
}

ul#categoryData {
    /* Hide scrollbar for Firefox */
    scrollbar-width: none; 
    
    /* Hide scrollbar for IE and legacy Edge */
    -ms-overflow-style: none; 
}

/* Hide scrollbar for Chrome, Safari, and Opera */
ul#categoryData::-webkit-scrollbar {
    display: none;
}
div#all_stores {
    display: none;
}
div#all_stores.show{
    display:grid;
}
.search i
 {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #000;
}

.search input {
    border-radius: 6px;
    width: 100%;
    padding-left: 40px;
}
.search {
    position: relative;
    width: 40%;
}
.zoomsoft-container {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
ul#categoryData {
    top: 85px;
    background-color: transparent;
}
    .stores {
    white-space: nowrap;
}
   div#all_stores.show {
    display: flex;
    overflow-x: scroll;
}
    div#storess {
    width: 100%;
}
.stores:hover {
    transform: unset;
}
.product-box {
    padding: 7px;
    border-radius: 8px;
            width: 47.9%;
}
.product-box:hover{
    transition: 0.5s all;
    transform: unset;
}
.filter_bar {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
}
ul#mypanel,.reletive {
    width: 100%;
    max-width: unset;
}
.product-wrapper {
    max-width: 260px;
    width: 47%;
}
.product-box img {
    height: 130px;
    border-radius: 8px;
}
h2.title_yellow.text-center.title {
    font-size: 26px;
}
}
@media only screen and (max-width: 400px) {
    .product-box {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
.product-wrapper {
    width: 100%;
    max-width: unset;
}
.product-box img {
    width: 100%;
}
}