
.text-line-through {
    text-decoration: line-through;
}
/*top bar*/
.top-bar-store-bg {
    margin-top: 5px;
    box-shadow: 0px 4px 7px 0px rgb(0 81 250 / 20%);
}
.store-bg-1 {
    padding: 10px 0px 10px 10px;
    background: #d39c14;
    background: -webkit-linear-gradient(to right, #0ed2f7, #b2fefa);
    background: linear-gradient(to right, #166b8c, #29626a);
}
.search-store-box {
    padding: 5px 0 10px 0;
}
.sidebar-filter {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ebeaea;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}
.siderbar-header-underline {
    border-bottom: 1px solid #ebeaea;
    margin-top: 1rem;
}
.filter-list-box {
    max-height: 600px;
    overflow-y: auto;
} 
.filter-list .form-block {
    position: relative;
    display: block;
    margin-top: 4px;
}
.filter-list .checkbox-label {
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
}
.filter-list .checkbox-input {
    position: static;
    margin: 0;
    vertical-align: text-bottom;
}
.button1 {
    max-width: 100px;
    margin-bottom: 10px;
}

/*open and close sidebar nav filter start*/
.clearfilterbox{
    position: relative;
    display: none;
}
.filter_sidenav {
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 20px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.filter-list li {
    list-style: none;
}
.filter_sidenav::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.filter_closebtn {
    position: absolute;
    top: 14px;
    right: 10px;
    line-height: 0;
}
/*store list style start*/
.all_stores .all_list {
    border-bottom: 2px dashed #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #666666;
    margin-top: 15px;
}
.all_stores .all_list a {
    color: #222;
    padding: 6px;
    border-radius: 5px;
    line-height: 31px;
}
.all_stores .all_list a:hover {
    background-color: #d39c14;
    color: #ffffff;
    text-decoration: none;
}
.all_stores .all_list a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #a0a0a0;
}

.coupon-code-modal-copy {
    display: flex;
    margin: 25px auto;
    width: fit-content;
}

/*deal of the day css*/

.filter-btn{
    display: none;
}
    .product-title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -ms-line-clamp: 2;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        height: 50px;
    }

    .dotd-product-banner {
        width: 100%;
        height: auto;
        background: #ffffff;
        background-color: #fff;
    }

    /*deal of the modal*/
 
    .cpnCode {
        border: 1px dashed #222;
        padding: 10px 20px;
        border-right: 0;
    }
    .cpnBtn {
        border: 1px solid #222;
        padding: 10px 20px;
        background: #d39c14;
    }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 480px) and (max-width: 991px) {
    .filter_sidenav {
        padding-top: 11px;
        position: fixed;
        width: 0;
        background-color: #f1f1f1;
         z-index: 999999;
    }
    .sidebar-filter{
        display: block;
    }
    .clearfilterbox{
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .filter-btn {
        display: block;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles
  ##Screen = B/w 320px to 767px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .filter_sidenav {
        padding-top: 15px;
        position: fixed;
        width: 0;
        background-color: #f1f1f1;
         z-index: 999999;
    }
    .sidebar-filter{
        display: block;
    }
    .clearfilterbox{
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    /*coupon code modal css*/
    .filter-btn {
        display: block;
    }   
}