@font-face {
	font-family: "Sigmund PRO";
	src:
	  url("../fonts/Fontspring-DEMO-sigmundpro-regular.otf") format("opentype") tech(color-COLRv1),
	  url("../fonts/Fontspring-DEMO-sigmundpro-regular.otf") format("opentype"),
   
  }
  @font-face{
	font-family: "Sigmund PRO light";
	src:
	  url("../fonts/Fontspring-DEMO-sigmundpro-light.otf") format("opentype") tech(color-COLRv1),
	  url("../fonts/Fontspring-DEMO-sigmundpro-light.otf") format("opentype"),
  }
  @font-face{
	font-family: "Sigmund PRO medium";
	src:
	  url("../fonts/Fontspring-DEMO-sigmundpro-medium.otf") format("opentype") tech(color-COLRv1),
	  url("../fonts/Fontspring-DEMO-sigmundpro-medium.otf") format("opentype"),
  }
.show_deals_listing_wrapper	.arrow-dropdown{
	border-radius: 100px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	border-radius: 40px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 40px;
	margin-bottom: 14px;
	background-size: 26px;
	min-width: 170px;
	border: 1px solid #666;
	padding: .5rem 1rem;
	transition: all .3s;
	color: #000000;
	
}
.show_deals_listing_wrapper .listing_cart_img img{
	/* background-position: center center;  */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* min-height: 300px; */
	height: 300px;
    justify-content: space-between;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    display: block;
    object-fit: cover;
}
.show_deals_listing_wrapper		.listing_cart_head {
	position: absolute;
	z-index: 9;
	top: 0px;
	padding: 20px;
	width: 100%;
}

.show_deals_listing_wrapper		.form-select:focus {
	border-color: #333;
	box-shadow: none;
	/* border: 2px solid; */
	
}
/* .listing_cart_box::before {
	content: "";
	background-image: linear-gradient(180deg, #FFFFFF00 30%, #1e2023 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	border-radius: 15px 15px 15px 15px;
	z-index: 0;
} */
.show_deals_listing_wrapper		.listing_cart_img::before{
	content: "";
	background-image: linear-gradient(180deg, #FFFFFF00 30%, #1e2023 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	border-radius: 15px 15px 15px 15px;
	z-index: 0;
}
.show_deals_listing_wrapper		.favorite_btn{
	font-family: "sigmund-pro", Sans-serif;
font-weight: 600;
}
.show_deals_listing_wrapper .favorite_btn a{
	width: 29px !important;
	height: 29px !important;
}
.show_deals_listing_wrapper		.cart_button_link{
	background-color: #ffffff;
	font-family: "sigmund-pro", Sans-serif;
	font-weight: 500;
	fill: #1e2023;
	color: #1e2023;
	border-radius: 100px 100px 100px 100px;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}
.show_deals_listing_wrapper		.listing_cart_heading{
	position: absolute;
	bottom: 2px;
	padding: 20px;
	padding-top:0 ;
}

.show_deals_listing_wrapper		.listing_cart_heading .date_heading{
	color: #fff;
    margin-bottom: 12px;
}
.show_deals_listing_wrapper		.listing_cart_heading a{
	color: #ffffff;
	font-family: "sigmund-pro", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	
	
	text-decoration: none;
	line-height: 1;
}


/* .listing_cart_heading{
	position: absolute;
	bottom: 10px;
} */
.show_deals_listing_wrapper		.listing_cart{
	position: relative;
	margin-bottom: 35px;
}



.show_deals_listing_wrapper	.pagination {
    display: flex;
    justify-content: space-around;
}
.show_deals_listing_wrapper	.list_load_data {
display:none;
}


.show_deals_listing_wrapper	.load_more_btn {
	text-align: center;
    background: #282323;
    color: #fff;
}
