.woocommerce div.product p.stock.available-on-backorder { color: red; }

slick-dots li button {
    border: 1px solid #004da3;
}

.search_results,
i{
	display: flex;
	flex-wrap: wrap;
}

.search_post{
	width: 31%;
	margin: 1%;	
}


@media screen and (max-width: 768px) {
	.search_post{
	width: 48%;
	margin: 1%;	
}
}

@media screen and (max-width: 599px) {
	.search_post{
	width: 100%;
	margin: 1%;	
}
}

.remove{
	color: white;
}

a.remove:hover{
	color: rgba(255,255,255,.5);
}

.item_name span {
    color: white !important;
}

#sticky-checkout-popup .chkout.btn {
    padding: 0px 5rem;
width: max-content;
float: right;
}

#sticky-checkout-popup table {
    margin: 0 !important;
    margin: auto;
    text-align: center;
    width: 100%;
}

#sticky-buy-now-dock-pages {
    width: 17.5%;
    position: fixed;
    left: 0;
    bottom: 3rem;
	display: flex;
	flex-wrap: nowrap;
}

#sticky_cart_item .item_name::before{
	font-family: 'Font Awesome 5 Pro';
font-weight: 900;
	margin-right: .25rem;
		

	content: "\f07a";
	color: white;
}

#sticky-buy-now-dock-pages .sticky_cart_btn {
    width: 100%;
}

#sticky-buy-now-dock-pages .item_name {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.sticky_cart_btn{
	margin: 1rem 0 !important;
		
}

#sticky-buy-now-dock-pages #sticky_cart_item {
    display: block;
}


@media screen and (max-width: 1024px) {
	#sticky-buy-now-dock-pages{
		
		width: 100%
	}

}
}

div.product-search-form input,
#product-filter-field-0 {
    width: 100vw;
}

.search__wrapper {
    top: 54% !important;
}

.nav{
padding-bottom: 1rem;	
}


#product-search-results-content-0 {

    display: none;
    background-color: white;
    border: 1px solid blue;

}


@media only screen and (max-width: 990px) {
	.search__toggle {
		color: #002f64;
	}
	
	.search__wrapper .search__form {
		top: 15px;
	}

	.search__wrapper.active .search__form {
		padding: 0;
		background: #fff;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
		top: 36px !important;
	}
}

@media only screen and (max-width: 500px) {
	.search__wrapper.active .search__form {
		padding: 0;
		background: #fff;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
		top: 45px;
	}
}

/*Search Results*/

#primary {
    float: none !important;
    width: 100% !important;
    padding-left: 0px !important;
}

aside {
    float: none !important;
    width: 0% !important;
	display: none !important;
}

.woocommerce-LoopProduct-link img{
	display: block; 
	margin: auto;
}

.woocommerce-product-search-filter-products-prefix {
    margin: 2rem 0;
}

@media screen and (max-width: 1175px) {
	.nav__menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 990px) {
	.search__wrapper {
		top: -36px !important;
	}

	.search__toggle {
		color: #fff !important;
	}
}

@media screen and (max-width: 850px) {
	.search__wrapper {
		top: -38px !important;
	}
}
