/* This will work on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: gray;
}


/* Targtes on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px solid gray;
}

.one {
    flex: 1 1 0;
}

.two {
    flex: 3 1 0;
}

.show {
    opacity: 1;
    /* top: 100%; */
    visibility: visible;
}

.hide {
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.custom-drop-down {
    margin-top: 2px;
}

.custom-drop-down .selected {
    position: relative;
}

.custom-drop-down .selected a {
    display: block;
    position: relative;
    color: #212121;
    /* padding: 5px 10px 5px 10px; */
    transition: 0.3s;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    background: #fff no-repeat scroll right center;
    border-bottom: 2px solid #d7d7d7;
    /* width: 180px; */
    width: auto;
    min-width: 160px;
    /* border-radius: 10px; */
    font-size: 14px;
}

.custom-drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding-left: 20px;
}

.drop-down-icon {
    position: absolute;
    right: 2px;
    bottom: 8px;
    cursor: pointer;
    /* color: #0066ff; */
}

.custom-drop-down.selected i {
    position: absolute;
    right: 10px;
    bottom: 12px;
    cursor: pointer;
}

.custom-drop-down .options ul {
    z-index: 1000;
    overflow: hidden;
    background: #fff none repeat scroll 0 0;
    /* display: none; */
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    top: calc(100% + 2px);
    width: auto;
    min-width: 160px;
    border: 1px solid #d7d7d7;
    max-height: 150px;
    overflow-y: scroll;
    transition: ease all 0.3s;
}

.custom-drop-down .selected span.value,
.custom-drop-down .options span.value {
    display: none;
}

.custom-drop-down .options ul li a {
    padding: 5px 5px 5px 20px;
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    color: #212121;
}

.custom-drop-down .options ul li a:hover {
    background-color: #fff;
    color: #FF6A00;
    transition: 0.2s ease;
}


/* SEARCH DD */

.search-drop-down {
    /* margin-top: 6px; */
    margin-right: -5px;
}

.search-drop-down .selected {
    position: relative;
}

.search-drop-down .selected a {
    display: block;
    position: relative;
    color: #212121;
    /* padding: 5px 10px 5px 10px; */
    transition: 0.3s;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    background: #fff no-repeat scroll right center;
    /* border: 1px solid #d7d7d7; */
    width: 133px;
    /* border-radius: 10px; */
    font-size: 13px;
    border-radius: 20px 0 0 20px;
    border: 2px solid #FF6A00;
    padding: 11px 0px 10px 10px;
}

.search-drop-down .selected a span {
    cursor: pointer;
    display: block;
    /* padding: 5px; */
}

.search-drop-down .selected i {
    position: absolute;
    right: 10px;
    bottom: 13px;
    cursor: pointer;
}

.search-drop-down .options ul {
    z-index: 1000;
    overflow: hidden;
    background: #fff none repeat scroll 0 0;
    /* display: none; */
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    /* top: calc(100% + 2px); */
    width: auto;
    min-width: 100px;
    border: 1px solid #d7d7d7;
    /* max-height: 100px;
    overflow-y: scroll; */
    transition: ease all 0.3s;
    margin-left: 10px;
}

.search-drop-down .selected span.value,
.search-drop-down .options span.value {
    display: none;
}

.search-drop-down .options ul li a {
    padding: 5px 10px 5px 10px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #212121;
}

.search-drop-down .options ul li a:hover {
    background-color: #fff;
    color: #FF6A00;
    transition: 0.2s ease;
}

#category-slider {
    padding: 20px;
}

.box {
    width:78px;
}

.slide-img {
    height: 78px;
    width: 78px;
    box-sizing: 2px 2px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.slide-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.slide-title span {
    color: #000000;
    font-weight: bold;
    font-size: 0.8rem;
}

.box-sub {
    width: auto;
    margin-right: 5px;
}

.slide-sub {
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide-sub span{
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    font-size: 0.8rem;
}

.slide-sub-active {
    border: 2px solid #FF6A00;
    color:#FF6A00;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide-sub-active span{
    white-space: nowrap;
    color: #FF6A00;
    font-weight: bold;
    font-size: 0.8rem;
}

.slide-sub-active-1 {
    border: 2px solid #FF6A00;
    color:#FF6A00;
    /* padding: 15px; */
    border-radius: 10px;
    /* overflow: hidden; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.slide-sub-active-1-span{
    white-space: nowrap;
    color: #FF6A00;
    font-weight: bold;
    font-size: 0.8rem;
}