@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Indie+Flower&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgba(151, 151, 151, 0.03);
	
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	
}
section {
	width: 100%;
}
.container {
    max-width: 1350px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 10px;
}
hr {
    border-top: 1px solid #cccccc;
}
/**::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;**/  /* IE and Edge */
    /*scrollbar-width: none; */ /* Firefox */
/*}*/
.error {
	width: 90%;
	padding: 10px;
	color: #FF0004;
	background-color: rgba(255,255,255, 0.95);
	display: flex;
	justify-content: center;
	margin-top: 10px;
	border: 2px solid #FF0004;
	text-transform: uppercase;
	font-weight: bolder;
}
.success {
	width: 90%;
	padding: 10px;
	color: #00B50F;
	background-color: rgba(255,255,255, 0.95);
	display: flex;
	justify-content: center;
	margin-top: 10px;
	border: 2px solid #00B50F;
	text-transform: uppercase;
	font-weight: bolder;
}
.clipped {
    cursor: pointer;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
nav {
    width: 100%;
    background-color: #171E57;
    font-family: 'Oswald', sans-serif;
    flex-wrap: wrap;
}
.nav-bar {
    display: flex;
	justify-content: space-between;
	gap: 1rem;
    align-items: center;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 8px;
}
.nav-bar2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
    align-items: center;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	color: #ECECEC;
}

.a-few-stores {
    text-align: center;
    justify-content: center;
    padding-bottom: 12px;
}

.a-few-stores a {
    color: #ECECEC;
    text-transform: uppercase;
    margin-right: 4px;
    font-weight: 500;
    font-size: .95rem;
}
.logo img {
	display: block;
    height: 75px;
	
}
.search {
	width: 100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	border-radius: 3px;
	padding: 8px;
	border: 1px solid #A0A0A0;
	background-color: rgba(255,255,255,0.9);
	margin-left: 8px;
}
.search input {
	background: transparent;
	flex: 1;
	border: 0;
	outline: none;
	padding: 4px;
	font-size: 1rem;
	color: #282828;
}
::placeholder {
	color: #282828;
}
.copy-text {
    cursor: pointer;
}
.search button {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 3px;
	background-color: rgba(0,147,255,0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.search button span {
	font-size: 1.35rem;
	color: #A0A0A0;
}
.successMessage {
    color: #54A322;
    font-weight: 600;
    font-size: 1.05rem;
}
.nothing-found {
    width: 100%;
    font-weight: 600;
    text-align: center;
}
.join-btn {
    /*background-image: linear-gradient(to bottom, #2A570E, #54A322, #2A570E);*/
    background-color: #54A322;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 8px;
    border: none;
    border-radius: 5px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
}
.a-few-stores {
    width: 100%;
}

/**** Your Business Area ****/
.your-business-area {
    background-image: url(../image/your_business_BG.png);
    background-size: cover;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-color: #262C57;
    min-height: 100vh;
}
#business-form {
    padding: 20px 15px;
    width: 100%;
    max-width: 480px;
    background-color: #bcbcbc;
}
#business-form input {
    padding: 6px 4px;
    outline: none;
    font-size: 1.15rem;
    line-height: 20px;
}
.add-business-btn {
    background-color: #3744A3;
    padding: 16px;
    border: 2px solid #5861A3;
    font-size: 1.15rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

/***** Adults Only*****/
.memeber-logged-in-area {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.new-member-signup {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	background-color: #262C57;
	color: #ECECEC;
	padding: 3px 8px;
	font-size: .95rem;

}
.new-member-signup a {
	color: #ECECEC;
	text-transform: uppercase;
}
.member-login-info {
	display: flex;
	align-items: center;
}
.member-login-info img {
	width: 22px;
	display: block;
}
.today-area {
    background-color: #171E57;
    padding: 1rem;
	border-bottom: 3px solid #FFFFFF;
}
.special-item-note2 {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.the-cats {
    width: 100%;
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(23,30,87,0.85) 0%,rgba(23,30,87,0.85) 99.48%), url(../image/BIWOS_bg2_1920.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(23,30,87,0.85) 0%,rgba(23,30,87,0.85) 99.48%), url(../image/BIWOS_bg2_1920.jpg);
    background-image: -o-linear-gradient(270deg,rgba(23,30,87,0.85) 0%,rgba(23,30,87,0.85) 99.48%), url(../image/BIWOS_bg2_1920.jpg);
    background-image: linear-gradient(180deg,rgba(23,30,87,0.85) 0%,rgba(23,30,87,0.85) 99.48%), url(../image/BIWOS_bg2_1920.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.the-cat-area {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cat-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.cat-btn span {
	font-size: 1.95rem;
}
.cat-selector {
	width: 100%;
	max-width: 450px;
	padding: 8px 6px;
	font-size: 1.15rem;
	border: 3px solid #3A47A3;
}
.extended-nav {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100vh;
	background-color: #282828;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 8px;
	transition: left 0.6s ease;
}
.extended-nav.active {
	left: 0;
}
.cat-listing {
	
}
.cat-listing li {
	width: 100%;
	padding: 8px 4px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.cat-listing li a {
	flex: 1;
	color: #dcdcdc;
}
.cat-listing li span {
	color: #dcdcdc;
	cursor: pointer;
}
.sub-menu {
	background-color: #dcdcdc;
	overflow: hidden;
	display: none;
}
.sub-menu a {
	color: #282828;
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 10px;
	
}
.close-area {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.close-area span {
	cursor: pointer;
	color: #dcdcdc;
}
.the-cat-links {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.the-cat-links li {
	margin-right: 8px;
	padding: 4px;
	text-transform: uppercase;
	font-weight: 700;
}

.members-join-area {
    padding: 15px 0;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%), url(../image/BIWOS_bg_1920.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%), url(../image/BIWOS_bg_1920.jpg);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%), url(../image/BIWOS_bg_1920.jpg);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%), url(../image/BIWOS_bg_1920.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.join-container {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	padding: 0 8px;
}
.join-image {
	height: 320px;
	display: block;
}
.membership-area {
	color: #282828;
	background-color: rgba(255,255,255,0.45)
}
.member-header-text {
	font-weight: 900;
	font-size: 2.65rem;
	color: #007ACC;
	text-transform: uppercase;
}
.member-join-BTN {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #FF796F;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 1.15rem;
}
.main-deals-area {
    display: grid;
	background-color: #dcdcdc;
	grid-template-columns: auto 360px;
	gap: 1rem;
	padding: 1rem;
	position: relative;
}
.special-item-note {
    width: 100%;
}
.main-special {
	background-color: #FFFFFF;
}
.the-special-container {
	width: 100%;
	padding-top: 8px;
}
.the-special-container img {
	width: 100%;
}
.trending-deals2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1rem;
	align-content: flex-start;
	justify-items: center;
}
.trending-deals {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	align-content: flex-start;
	justify-items: center;
}
.trending-deals2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	align-content: flex-start;
	justify-items: center;
	padding: 20px 8px;
}
.main-ad-area {
	width: 100%;
	margin: 8px 0;
}
.main-ad-area img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.deal-card, .deal-card2 {
	max-width: 400px;
	width: 100%;
	background: #FFFFFF;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 3px 2px 5px rgba(0,0,0,0.25);
}

.discount-notice {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(40,67,234,0.85);
	color: #dcdcdc;
	font-weight: 900;
	font-size: .55rem;
	padding: 4px;
	text-align: center;
	border-radius: 10px 0 0 0;
	box-shadow: -1px -2px 5px rgba(0,0,0,0.25); 
	letter-spacing: 1px;
	min-width: 45px;
}
.clip-code {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(40,67,234,0.85);
	color: #dcdcdc;
	font-weight: 900;
	font-size: .6rem;
	padding: 4px;
	text-align: center;
	border-radius: 0 0 10px 0;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.25); 
	letter-spacing: 1px;
}
.clip-code span {
	border: 1px dashed #dcdcdc;
	border-radius: 0 0 10px 0;
	padding: 1px 4px 2px;
	width: 100%;
}
.deal-card-image, .deal-card-image2 {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background-color: rgba(215,234,235,0.25);
	
}
.deal-card-image img, .deal-card-image2 img {
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.deal-offer-info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: .75rem;
	font-weight: 600;
	
}
.deal-offer-info div {
	width: 100%;
}
.small-price {
	font-size: .85rem;
	font-weight: 700;
}
.small-description {
	font-size: .85rem;
	font-weight: 700;
	
}
.large-description {
	font-size: 1.05rem;
	font-weight: 700;
}
.top-ad-area {
	max-width: 1450px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
.top-ad-area img {
	width: 100%;
}
.top-search {
	max-width: 1600px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.top-search-card {
	position: relative;
	max-width: 500px;
	width: 100%;
}
.top-search-card img {
	width: 100%;
}
.posted-by {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 65px;
	background-color: rgba(255,255,255,0.85);
}
.posted-by img  {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #FFFFFF;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
	margin-left: 5px;
	object-fit: cover;
	object-position: center center;
}
.poster-image {
    position: relative;
    margin-right: 8px;
}
.status-icon {
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    bottom: -5px;
    right: -10px;
    border: none !important;
    box-shadow: none !important;
}
.username {
	flex: 1;
	color: #282828;
	font-size: .60rem;
	font-weight: 600;
	margin-left: 5px;
}
.the-title {
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 1.05rem;
	padding: 4px;
	font-weight: 700;
}
.the-likes {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 5px;
	color: #282828;
	font-weight: 600;
	font-size: .75rem;
}
.postViews {
	font-size: .70rem;
}
.the-likes span {
	color: #e12d00;
	text-align: right;
	font-size: .95rem;
	margin-right: 5px;
}
.deal-side-ad-card {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: center;
}
.deal-side-ad-card a {
	width: 95%;
}
.deal-side-ad-card img {
	width: 100%;
}
.ads-rightside {
	max-width: 325px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.ad-cards {
	max-width: 320px;
	width: 100%;
}
.ad-cards img {
	width: 100%;
	border-radius: 3px;
	border: 4px solid #FFFFFF;
}


/*Product Page*/
.product-description-area {
    margin: 16px 0;
}
.product-views {
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px 10px;
	background: #E9E9E9;
}
.product-views2 {
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px 10px;
	background: #FFFFFF;
}
.product-image-selected {
	width: 100%;
	max-width: 420px;
}
.product-image-selected img {
	width: 100%;
	object-fit: cover;
}
.product-text-selected {
	width: 100%;
	max-width: 580px;
	position: relative;
}
.product-text-selected2 {
    width: 100%;
    text-align: center;
}
.go-to-product-btn {
	width: 100%;
	max-width: 180px;
	padding: 10px 8px;
	background-color: #262C57;
	border: 2px solid #E9E9E9;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	margin: 12px 0;
}
.product-ad-image {
	width: 100%;
}
.product-ad-image.smaller-version {
	display: none;
}

.hide-form-btn {
    cursor: pointer;
}

.press-down { 
    margin-top: 10px;
    text-align: right;
}
.press-down:last-child {
    margin-top: 40px;
}
.press-down a {
    color: #000000;
}
.report-btn {
    background-color: #ECECEC;
    padding: 8px 6px;
    text-transform: uppercase;
    cursor: pointer;
}
.showQuick {
    color: #ECECEC;
    text-transform: uppercase;
    cursor: pointer;
}
.quick-post {
    background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35));
    padding: 10px;
    position: sticky;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3;
    min-height: 100vh;
    transition: all 480ms ease-in-out;
    
}
.quick-post.show {
    display: flex;
}

#add-product-form {
	width: 100%;
	max-width: 380px;
	background-color: #FFFFFF;
	padding: 15px 10px;
	margin: 0 auto;
	transition: all 480ms ease-in-out;
}
#add-product-form input, #add-product-form textarea, #add-product-form2 input, #add-product-form2 textarea {
    padding: 6px 4px;
    outline: none;
}
#add-product-form select, #admin-update select, #add-product-form2 select, #admin-update2 select {
    padding: 6px 4px;
    outline: none;
}
#add-product-form input[type=checkbox] {
    text-align: right;
}
.form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.input-long {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}
.input-long label {
    display: flex;
    align-items: center;
    gap: .35rem;
}
.must-do { 
    font-size: .85rem;
    color: red;
    font-weight: 700;
    display: inline-block;
}

/*  Blog  */
.blog-header-area2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	font-size: .85rem;
}
#blog-main-post-page {
    padding-top: 100px;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
}
.blog-container {
    max-width: 1350px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 10px;
}
.blog-ad-container {
    width: 25%;
    max-height: 800px;
    overflow: auto;
}
.blog-post-ad-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.get-blog-body {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    background: #ffffff;
    /*box-shadow: 10px 15px 25px rgba(0,0,0, 0.35);*/
    padding: 5px 0 30px;
}
.blog-body-title {
	color: #5F5F5F;
    font-weight: bold;
    font-size: 2.10rem;
    text-transform: capitalize;
}
.blog-body-image-area {
	width: 100%;
	position: relative;
}
.blog-body-image {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
}
.blog-body-image2 {
	width: 100%;
	height: 580px;
	object-fit: contain;
	object-position: center;
}
.blog-body-headers-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: .85rem;
}
.blog-body-text-area {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog_ad_image-area {
	width: 100%;
	position: relative;
}
.blog_ad_image-area img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: cover;
}
.viewed-blog-ad {
    max-width: 320px;
    width: 100%;
    height: 280px;
    box-shadow: 10px 15px 25px rgba(0,0,0, 0.35);
}
.more-blogs-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.other-blog-body {
    width: 240px;
    max-width: 100%;
    margin: 0px 10px 15px;
}
.other-blog-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
a .other-blog-image:hover {
    box-shadow: 2px 5px 5px rgba(0,0,0, 0.35);
}
a .other-blog-text-area {
    color: #444444;       
}
a .other-blog-text-area:hover {
    color: #EF6000;       
}
.other-blog-post-title {
    font-weight: bold;
    font-size: 1.25rem;
}
.other-blog-post-date {
	font-size: .85rem;
}



footer {
	background-color: #262C57;
	color: #EBEBEB;
	font-size: .85rem;
	padding: 20px 0;
}
footer a {
	color: #EBEBEB;
}
.footer-content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 8px;
}
.footer-left {
	width: 100%;
	max-width: 800px;
}
.footer-right {
	width: 100%;
	max-width: 400px;
	display: flex;
	flex-direction: column;
}
.footer-info-area {
	display: flex;
	justify-content: center;
}
.developer-area {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo {
	width: 28px;
	display: block;
	margin-left: 5px;
}
nav .menu-btn {
	display: none;
}

@media screen and (max-width: 1840px)  {
	.main-deals-area {
		grid-template-columns: auto 330px;
	}
    .trending-deals {
        grid-template-columns: repeat(4, 1fr);
    }
	.ads-rightside {
		max-width: 295px;
	}
}
@media screen and (max-width: 1600px) {
	.main-deals-area {
		grid-template-columns: auto 320px;
	}
    .trending-deals {
        grid-template-columns: repeat(3, 1fr);
    }
	.trending-deals2 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 1200px) {
    .trending-deals {
        grid-template-columns: repeat(2, 1fr);
    }
	.trending-deals2 {
		grid-template-columns: repeat(3, 1fr);
	}
	.product-ad-image.longer-version {
		display: none;
	}
	.product-ad-image.smaller-version {
		display: inherit;
	}
}
@media screen and (max-width:900px) {
    .trending-deals {
        grid-template-columns: repeat(1, 1fr);
    }
	.trending-deals2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.deal-card {
		max-width: 680px;
		margin: 5px 2px;
	}
}
@media screen and (max-width: 875px) {
	.member-header-text {
		font-size: 1.85rem;
	}
	.membership-area {
		text-align: center;
	}
	
}
/*@media screen and (max-width: 840px) {
	.deal-card {
		max-width: 190px;
	}
	.deal-card-image {
	    height: 200px;
	}
}*/


@media screen and (max-width: 680px) {
	.nav-bar {
		flex-direction: column;
		justify-content: center;
	}
	.trending-deals {
		justify-content: space-around;
	}
	.logo img {
		margin-bottom: 8px;
	}
	.main-deals-area {
		grid-template-columns: auto;
	}
	.ads-rightside {
		display: none;
	}
	.search {
		margin-left: 0;
	}
    .trending-deals {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
	.logo img {
		height: 55px;
	}
	.deal-card2 {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.deal-card-image {
	}
	.deal-card-image2 {
		max-height: 90px;
		width: 25%;
	}
	.today-ad {
		text-align: right;
		align-content: flex-start;
		width: 75% !important;
	}
	/*.small-description {
		display: none;
	}
	.the-likes {
		display: none;
	}*/
	.discount-notice {
		padding: 2px;
		font-size: .85rem;
		border-radius: 5px 0 0 0;
		
	}
	.clip-code {
		padding: 2px;
		font-size: .85rem;
		border-radius: 0 0 5px 0;
	}
    .clip-code span {
    	border-radius: 0 0 5px 0;
    	padding: 1px 8px;
    }
    .trending-deals {
        grid-template-columns: repeat(1, 1fr);
    }
	.trending-deals2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.deal-card2 {
		flex-direction: row;
	}
	.new-member-signup {
		justify-content: center;
	}
}
