/*   Hero Begins  */
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px !important;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #008000;
    border: 1px solid #ffffff;
}

.slider-list {
    margin-top: 16px;
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: green;
    white-space: nowrap;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: green;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom center;
}
.nav-center>ul>li {
    display: inline;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
}

.catt-nav-items{
    display: none;
}
.catt-nav-items{
    position: absolute;
    top: 60px;
    background: #fff;
    display: block;
    z-index: 9999;
    min-width: 45rem;
    max-width: 50rem;
    padding: 8px;
    border-radius: 1px;
    display:none;
    border: 1px solid rgb(178, 178, 178);
}
.catt-l-item{
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}
.subcat_container{
        display:none;
        }
        .slider-list>li {
    list-style: none;
    text-decoration: none;
    margin-left: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    font-weight: bold;
    cursor: pointer;

}
.design-list-c {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    width: fit-content;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}

.design-list-c:hover {
    color: white;
    background-color: green;
    text-decoration: underline;
}
.dropdown-toggle::after{
    display: none !important;
}
.hero-container { 
    background-color: rgb(17, 17, 17);
    height: 100px;
    display: flex;
    height: auto;
}
.search-suggestion {
    margin: 0px;
    background-color: white;
    height: 200px;
    overflow: auto;
    position: absolute;
    left: 51%;
    transform: translate(-50%, -50%);
    /* Move it halfway back(x,y) */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 10;
    border: 1px solid rgb(207, 207, 207);
    display: none;
    margin-top: 166px;
    padding: 1%;
}
.search-suggestion-items {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.search-suggestion-items>a {
    margin: 0px;
    padding: 0px;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 0px;
    padding: 0px;
    height: 50px !important;
    color: black;
    padding: 8px 8px;
    border-radius: 4px;
    font-size: 16px;
    outline: 1px solid black;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: black !important;
    cursor: pointer;
}
.search-suggestion-items>a:hover {
    background-color: green;
    color: white !important;
    outline: 1px solid black;
}
.hero-inner-container {
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 92px auto;
	margin-top: 110px;
	margin-bottom:50px;
    flex-direction: column;
    color: white;
    text-align: center;

}

.sac {
    text-align: center;
}

.hero-search {
    display: flex;
    height: 60px;
    width: 70%;
    display: flex;
    position: relative;

}

.selector {
    display: flex;
    background-color: green !important;
    background-color: white;
    border-radius: 0px !important;
    font-size: 16px;
    width: 100px !important;
}

.search-input {
    display: flex;
    width: 60%;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: white;
    outline: none;
    padding-left: 16px;

}

.fa-caret-down {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-top: 4px;
}
.hero-search .fa-caret-down{
    margin-left: 5px;
}
.dropdown-menu {
    background-color: green !important;
}

.dropdown-menu>a {
    color: white !important;
}

.dropdown-menu>a:hover {
    background-color: rgb(4, 138, 4) !important;

}


.dropdown-x {
    margin: 0px;
    padding: 0px;
    width: 60%;
    height: 100%;
    background-color: white;
    border-radius: 0px !important;
    font-size: 16px;
    text-align: center;
    display: flex;

}

.deals-or-coupons {
    height: 60px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    padding: 0px 16px;
    cursor: pointer;
}

.deals-or-coupons:hover {
    background-color: rgb(4, 138, 4)
}

.deals-or-coupons>p {
    margin: 0px;
    padding: 0px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.search-button {

    margin: 0px;
    padding: 0px;
    width: 20%;
    height: 100%;
    background-color: green;
    font-size: 16px;
    color: white;
    border: none;
}

.search-button:hover {
    background-color: rgb(4, 138, 4)
}

.top-ads-brand {
    margin: 0px auto;
    margin-top: 60px;
    width: 93%;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    background-image: url(../image/ads2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93% 93%;
}


.log-in-pop-up {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgb(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
    left: 0;
}
.content-right #stores-number, .content-left #stores-number, #retails-number, #brands-number{
	font-weight:500;
	margin-bottom:2px;
	margin-left: 10px;
}
.content-right #brands-number{
    margin-bottom: 10px;
}

/* Never Miss Out Ends*/
/***********************************************/
/***********************************************/
/*   Footer Begins  */

.footer-container {

    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(0, 0, 0);

}

.footer-inner-container {
    height: auto;
    width: 93%;
    margin: 0px;
    margin: 0 auto;
    padding: 20px 0;
}

.heading {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    margin-top: 32px;
    font-size: 20px;
    font-weight: bolder;
    color: white;
}

.footer-inner-container>div {
    margin: 0px;
    padding: 0px;
}

.s {
    margin: 0px;
    padding: 0px;
    color: white;
}


.s>ul {
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
    margin-top: 32px;
}

.s>ul>li {
    margin: 0px;
    padding: 0px;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
    text-decoration: none;
    margin-top: 4px;
    font-size: 16px;
}

.s>ul>li:hover {
    text-decoration: underline;
    color: green;
}
.s>ul>li>a {
    color: #adb5bd;
    text-decoration: none;
}

.s>ul>li>a:hover {
    color: white;
    text-decoration: underline;
}
.bottom {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: rgb(66, 66, 66);
    height: 60px;
    margin-top: auto;
    margin-top: 48px;
}

.bottom>p {
    width: 93%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    color: white;

}

/*   Footer Ends  */
/***********************************************/


.footer-container .bottom{
	margin-top:5px;
}
.padding_2{
	padding:.5rem; 
}
.root{
	width:100%;
	padding-bottom:5px;
	margin-bottom:0;
}
.pagination-container{
	margin-bottom: 10px;
	margin-top: 10px;
}
.item{
	overflow:hidden;
}

/***************** MEDIA QUERY STARTS ***********************/

@media (max-width: 1260px) {
	.store-items-root .item>p.name{
		font-size:12px;
	}
}

@media (max-width: 1130px) {
	.store-items-root .item>p.name{
		height:35px;
		overflow:hidden;
	}
}

@media (max-width: 991px) {
	@media (max-width: 1260px) {
		.store-items-root .item>p.name{
			font-size:14px;
			height:unset;
		}
	}
	.footer-container .heading {
		margin-top: 5px;
	}
	.log-in-pop-up{
		top:50px;
	}
	.search-suggestion{
		width: 95% !important;
		left:50%;
		overflow-y: scroll;
		padding-bottom: 10px;
	}
	.search-suggestion .search-suggestion-items>a{
		height:30px !important; 
		width: 95% !important;
		font-size:13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 5px;
		margin-top: 5px;
		
	}
	.search-suggestion::-webkit-scrollbar { /* for webkit browsers */
	  width: 10px; /* width of scrollbar */
	  background-color: #F5F5F5; /* color of scrollbar */
	}
	.search-suggestion::-webkit-scrollbar-thumb { /* for webkit browsers */
	  background-color: green; /* color of thumb */
	  border-radius: 10px; /* rounded edges of thumb */
	}
	
	.search-suggestion{
		width: 95% !important;
		left:50%;
		overflow-y: scroll;
		padding-bottom: 10px;
	}
	
}
.top-ads-store, .top-ads-retailer, .top-ads-brand{ 
	margin-top:0;
	width: 100%;
}
#stores-number{
	margin-bottom:0;
}
/* store details page*/
.for_sale_product{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.for_sale_product .product-image{
	height: 140px;
	border:1px solid gray;
	padding:5px;
}
.for_sale_product .found_date{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.for_sale_product .last_seen{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.for_sale_product .product_col_top{
	margin-top:0.5rem;
}
.for_sale_product .get_this_btn{
	background-color:green;
	border: 1px solid green;
	color:white !important;
}
.for_sale_product .fav_this_btn{
	color: green;
    border-color: green;
}
/* store details page end*/

@media (max-width: 860px) {

    .hero-search {

       font-size:13px;

    }
    .selector {
        display: flex;
        background-color: green !important;
        background-color: white;
        border-radius: 0px !important;
        font-size: 16px;
        width: 100% !important;
    }

    .search-input {

        display: flex;
        width: 100%;
        height: 60px !important;


    }

    .dropdown-menu {
        background-color: green !important;
    }

    .dropdown-menu>a {
        color: white !important;
    }

    .dropdown-menu>a:hover {
        background-color: rgb(4, 138, 4) !important;

    }


    .dropdown-x {
        margin: 0px;
        padding: 0px;
        width: 60%;
        height: 100%;
        background-color: white;
        border-radius: 0px !important;
        font-size: 16px;
        text-align: center;
        display: flex;

    }

    .deals-or-coupons:hover {
        background-color: rgb(4, 138, 4)
    }

    .deals-or-coupons>p {
        margin: 0px;
        padding: 0px;
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }	
	.search-button {

        width: 35%;
		font-size:13px;
    }
    .search-button:hover {
        background-color: rgb(4, 138, 4)
    }

    .search-suggestion {

        height: 200px;

    }
}


@media (max-width: 640px) {

	.footer-container .top_stories, .footer-container .top_stores, .footer-container .top_retailers, .footer-container .top_brands,  .footer-container .top_categories_2_heading{
		display:none;
	}
	.footer-container .s>ul{
		margin-top:0px;
		margin-bottom:0px;
	}

}
@media (max-width: 580px) {
	.hero-search{
		width:70%;
	}
	
	.hero-inner-container{
		margin-bottom:0;
	}
	.margin_y_5 {
		margin-bottom: 0 !important;
		margin-top: 1rem !important;
		font-size:18px;
	}
	.coupon-codes-top{
		margin-top:0px;
	}
	
}
@media (max-width: 550px) {
	.hero-search{
		width:75%;
	}
}

@media (max-width: 500px) {
	.hero-search {
        width: 100%;
    }
	.deals-or-coupons{
		width:25%;
	}
}
@media (max-width: 400px) {
	.deals-or-coupons{
		width:25%;
	}
	.search-button{
		width:45%;
	}
}
/*   Hero Ends  */
@media (min-width: 1500px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 90%;
        transition: 0.3s all !important;
    }
}
@media (min-width: 1650px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 80%;
        transition: 0.3s all !important;
    }
}


@media (min-width: 1800px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 75%;
        /* Full width */
        transition: 0.3s all !important;
    }
}



@media (min-width: 2000px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 67%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 2300px) {

    .never-miss-out-inner,
    .hero-inner-container {
        width: 50%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 3000px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 33%;
        /* Full width */
        transition: 0.3s all !important;
    }
}

@media (min-width: 4000px) {
    .never-miss-out-inner,
    .hero-inner-container {
        width: 25%;
        /* Full width */
        transition: 0.3s all !important;
    }
}
@media (max-width: 770px) {
	.hero-inner-container{
		margin-top:80px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1500px) {
	.b-root {
		display: flex !important;
		text-align: center !important;
		justify-content: center !important;
		width: 95% !important;
		flex-direction: column;
		margin: 0 auto !important;
		transition: 0.3s all !important;
	}

}

@media (max-width: 575px) {
	.b-root {		
		width: 100% !important;		
	}
	.filter-container{
		margin-top:70px;
	}
	.top-ads-index, .display-ads, .top-ads-store, .top-ads-retailer, .top-ads-brand, .top-ads-deals{ /** ads hidden on mobile **/
		display:none; 
	}
	.top-ads-store {
		margin-top: 0px;
		width: 100%;
		height: 75px;
		background-size: 100%;
	}
	.pagination-top .page-item{
		width:30px;
		height:30px;
	}
	#stores-number{
		margin-bottom: 0;
		padding: 2px 0 0 10px;
		font-weight: 500;
	}
	#bottom-line{
		margin-bottom:5px;
	}
	.pagination-container .page-item, .pagination-container .p-button{
    width: unset;
    height: 22px;
    background: #f4f6f5;
    line-height: 1px;
    padding: 2px 3px;
    margin: 1px 1px;
    }
	.footer-container .bottom{
		margin-top:5px;
	}
	.list-stores .image-div {
		height: 70px;
		width: 100px;
	}
	h1{
		font-size: 1.5rem !important;
		padding: 15px 0px !important;
	}
	.content-right #stores-number{
		margin-bottom: 5px;
		font-weight: 500;
	}
	.store-items-root .item>p.name{
		height:unset;
	}
	.padding_2{
		padding:0; 
	}
	.pagination-container{
		margin-bottom: 5px;
		margin-top: 5px;
		padding-bottom:5px;
	}

}

@media (max-width: 768){
    .m-holder{
        padding-right: 20px !important;
    }
}
@media (max-width: 900px){
    .dropdown-transfm{
    display:none;
    background-color:white !important;
    margin-left: 135px;
    width: 340px;
    margin-top: -5px;
    padding-left: 10px;
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    transform: translate3d(-114px, 30px, 0px) !important;
    top: 325px;left: 0px;
    will-change: transform;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
    }
}

@media (max-width: 1024px){
    .dropdown-transfm{
    display:none;
    background-color:white !important;
    margin-left: 135px;
    width: 340px;
    margin-top: -5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    transform: translate3d(-114px, 30px, 0px) !important;
    top: 325px;left: 0px;
    will-change: transform;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0.25rem;
    
    }
}

@media (min-width: 1024px){
    .dropdown-transfm{
    display:none;
    background-color:white !important;
    margin-left: 135px;
    min-width: 60rem;
    margin-top: -5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255) !important;
    position: absolute;
    transform: translate3d(-114px, 30px, 0px) !important;
    top: 325px;left: 0px;
    will-change: transform;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0.25rem;
    
    }
}
.dropdown-transfm{
    transform: translate3d(-114px, 30px, 0px) !important;
}
.result-cat{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.all-cats{
    color: black;
    font-weight: 600;
    font-weight: bolder;
    font-size: 14px;
}
.result-cat-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px !important;
    padding-bottom: 10px;
}

.active-catgr{
    background-color: #008000 !important;color: #fff  !important;     margin-right: 10px  !important; 
}