h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
ul,
li,
span {
	font-family: 'Poppins', sans-serif;
}

body {
	background: #ffffff;
	color: #464445;
}

.nopadding {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none !important;
}

.bg-magicha {
	background-color: #87ACD9;
	color: white;
}

.bg-pharmacy {
	background-color: #009DD0;
	color: white;
}

.btn-post-item {
	background-color: #ffffff;
	border-radius: 4px;
	color: #323232;
	font-size: 15px;
}

.btn-my {
	background-color: #87ACD9;
	border-color: rgba(0, 0, 0, 0);
	color: white;
	font-size: 14px;
	border-radius: 4px;
}

.btn-filter-x {
	background-color: #87ACD9;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 22px;
	color: white;
	margin-right: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
}

.btn-filter-x:hover {
	color: #F7F7F7;
}

.btn-filter {
	background-color: #87ACD9;
	border-radius: 2px;
	font-size: 14px;
}

.btn-reset-filter {
	border-radius: 2px;
	font-size: 14px;
}

.btn-more-options {
	font-size: 14px;
}

.btn-more-options:focus,
.btn-more-options:active:focus,
.btn-more-options.active:focus {
	outline: none;
	box-shadow: none;
}

.btn-search {
	background-color: #464445;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: white;
}

.btn-sort {
	border-radius: 4px;
	font-size: 14px;
	color: #464445;
	border-color: rgba(96, 96, 96, 0.752);
}

.input-mm {
	border-radius: 4px;
	font-weight: 300;
}

.input-search {
	border-radius: 4px;
	height: 50px;
	font-weight: 300;
}

.slimmer {
	padding-left: 10%;
	padding-right: 10%;
}

.slimmer-search-div {
	padding-left: 10%;
	padding-right: 10%;
}

.slimmer-footer {
	padding-left: 5%;
}

.search-div {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product-img {
    object-fit:contain;
    object-position: center;
    border-radius: 8px;
	width: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
}

.toast-container {
    z-index: 1050;
}

.pharmacy-img {
	border-radius: 10px;
    position: absolute;
	top: 10;
	left: 10;
	width: 30px;
	height: 30px;
}

.new-product-img {
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
}

.new-product-img-div {
	margin-bottom: 20px;
}

.order-text {
	font-size: 14px;
	font-weight: 300;
}

.product-div {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 10px;
}

.product-div:hover {
	background-color: #F6F6F6;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 10px;
}

.like-button:hover {
	background-color: rgb(229, 229, 229, 0.3);
	border-radius: 30px;
}

.like-button {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.price-text {
	position: absolute;
	bottom: 0;
	color: #323232;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 0px;
}

.price-text-red {
	position: absolute;
	bottom: 0;
	color: #BD0707;
	font-weight: 800;
	font-size: 20px;
	text-decoration: line-through;
	margin-bottom: 10px;
	margin-left: 40px;
}

.location-text {
	margin-top: 4px;
	font-size: 13px;
	color: #737373;
	font-weight: 200;
}

.btns-post-type {
	margin-right: 4px;
	margin-top: 10px;
}

.btn-post-type {
	border-radius: 4px;
	border-color: #87ACD9;
}

strong {
	font-weight: 500;
}

.magicha-product-name {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #323232;
	font-size: 18px;
	font-weight: 500;
}

.magicha-ph-name {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #6F727B;
	font-size: 16px;
}

.magicha-price {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #323232;
	font-size: 40px;
	font-weight: 800;
	text-align: end;
}

.for-rent-badge {
	background: #464445;
	color: white;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	margin-top: 4px;
}

.featured-badge {
	margin-top: 10px;
	margin-left: 10px;
	background: #87ACD9;
	color: white;
	font-size: 12px;
	font-weight: 500;
	border-radius: 0px;
	padding: 8px;
	padding-left: 14px;
	padding-right: 14px;
}

.description-text {
	font-size: 16px;
	font-weight: 300;
}

.info-title-text {
	font-size: 18px;
	font-weight: 400;
}

.footer-text {
	font-size: 16px;
}

.gallery-div {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.gallery-img {
	height: auto;
    width: 70%;
    object-fit: cover;
}

.btn-left-gallery {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%);
	border-radius: 30px;
	margin-left: 20px;
}

.btn-right-gallery {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	border-radius: 30px;
	margin-right: 20px;
}

.btn-gallery:hover {
	background: #2D2E2E;
}

.mySlides {
	display: none;
}

.slbCloseBtn {
	color: white;
}

.slbCaption {
	color: white;
	font-size: 16px;
}

.condition-text {
	background: #87ACD9;
	color: white;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0px;
	margin-top: 4px;
}

.date-text {
	font-size: 14px;
	font-weight: 300;
	color: #767676;
}

.contact-btn-img:hover {
	width: 45px;
	height: 45px;
}

.save-as-fav {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	font-size: 14px;
}

.img-counter-text {
	float: right;
	margin-top: 20px;
	font-size: 16px;
}

.post-h2 {
	font-size: 32px;
}

.post-p {
	font-weight: 300;
	font-size: 16px;
}

.post-p-18 {
	font-weight: 300;
	font-size: 18px;
}

.specs-div {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.specs-main-div {
	margin-top: 40px;
	margin-bottom: 40px;
}

.h4-acc {
	margin-top: 30px;
}

.h4-contact {
	margin-top: 100px;
}

.fModel-title {
	font-size: 16px;
	font-weight: 400;
}

.fModel-p {
	font-size: 14px;
}

.fModel-p-select {
	font-size: 14px;
	border-radius: 3px;
	height: 46px;
}

.fModel-row {
	margin-bottom: 20px;
}

.fModel-div-right {
	padding-left: 4px;
}

.fModel-div-left {
	padding-right: 4px;
}

.fModel-div-right-s {
	padding-left: 2px;
}

.fModel-div-left-s {
	padding-right: 2px;
}

.btn-choose-photo {
	width: 100%;
	border-radius: 0px;
	font-size: 14px;
	background-color: #87ACD9;
}

.p-features {
	font-size: 14px;
}

.mm-checkbox {
	margin-bottom: 10px;
}

.btn-continue {
	border-radius: 0px;
	width: 200px;
	float: right;
	margin-bottom: 20px;
	background-color: #87ACD9;
}

.btn-confirm-payment-save {
	border-radius: 0px;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #87ACD9;
}

#cookieConsent {
	background-color: rgba(240, 240, 240, 0.4);
	min-height: 30px;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 8px 0 8px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#cookieConsent a {
	color: #87ACD9;
	text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
	background-color: #87ACD9;
	color: #ffffff;
	display: block;
	border-radius: 1px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	font-size: 13px;
	margin: 1px 20px 0 10px;
	border-radius: 4px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #87ACD9;
}

.cart-link {
	position: relative;
	display: inline-block;
}

.cart-count {
	position: absolute;
	bottom: 15px;
	right: 28px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: white;
	font-size: 16px; /* Adjust font size as needed */
}

.cart-icon {
	display: block;
}

.single-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* Optional: adds "..." for overflow text */
}

.custom-login-btn-ph {
	background-color: #009DD0;
	color: white;
	border-radius: 50px;
	border: none;
	padding-left: 50px;
	padding-right: 50px;
	transition: color 0.3s ease;
}

.custom-login-btn {
	background-color: #87ACD9;
	color: white;
	border-radius: 50px;
	border: none;
	padding-left: 10%;
	padding-right: 10%;
	transition: color 0.3s ease;
}

.custom-login-btn:hover {
	color: #e2e6ea;
}

.custom-login-btn-ph:hover {
	color: #e2e6ea;
}

.custom-register-btn {
	background-color: #A98CB4;
	color: white;
	border-radius: 50px;
	border: none;
	padding-left: 10%;
	padding-right: 10%;
	transition: color 0.3s ease;
}

.custom-register-btn:hover {
	color: #e2e6ea;
}

.custom-rest-password-btn {
    background-color: #ffffff !important;
    color: #323232;
    border: none;
}

.custom-rest-password-btn:hover {
	color: #32323299;
}

.bluet {
	color: #009DD0 !important;
}

.redt {
	color: #BD0707 !important;
}

.activity-indicator {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.custom-btn-rounded {
	border-radius: 50px;
	padding: 10px 50px;
	font-size: 14px;
	background-color: #009DD0;
	color: white;
	text-decoration: none;
	display: inline-block;
}
.custom-btn-rounded:hover {
	background-color: #009DD099;
	color: white;
}

.sell-on-magicha {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
}

.cart-link {
	position: relative;
	display: inline-block;
}

.cart-count {
	position: absolute;
	bottom: 15px;
	right: 28px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: white;
	font-size: 16px;
}

.cart-icon {
	display: block;
}

@media only screen and (max-width: 1000px) {
	.sell-on-magicha {
		text-align: center;
		display: block;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.slimmer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slimmer-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slimmer-search-div {
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media only screen and (max-width: 600px) {
	.slimmer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slimmer-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.btn-post-item {
		display: none;
	}


	.btn-post-item-float {
		display: block;
	}

	
	.btn-post-item-float {
		display: block;
	}

	.search-div {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.input-search {
		border-radius: 4px;
		height: 40px;
		font-weight: 300;
		font-size: 14px;
	}

	.btn-search {
		background-color: #464445;
		border-color: rgba(0, 0, 0, 0);
		border-radius: 4px;
		color: white;
		font-size: 14px;
	}

	.btn-sort {
		border-radius: 4px;
		font-size: 12px;
		color: #464445;
		border-color: rgba(96, 96, 96, 0.752);
	}

	.magicha-product-name {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 500;
	}

	.product-div {
		border-radius: 20px;
		padding: 10px;
		margin-bottom: 5px;
	}

	.product-div:hover {
		background-color: #F6F6F6;
		border-radius: 16px;
		padding: 10px;
		margin-bottom: 5px;
	}

	.for-rent-badge {
		font-size: 12px;
		font-weight: 400;
		border-radius: 2px;
	}

	.featured-badge {
		margin-top: 6px;
		margin-left: 6px;
		font-size: 10px;
		font-weight: 500;
		padding: 7px;
		padding-left: 8px;
		padding-right: 8px;
		border-radius: 2px;
	}

	.like-button {
		float: right;
		margin-top: 5px;
		margin-right: 5px;
		width: 40px;
		height: 40px;
	}

	.price-text {
		position: absolute;
		bottom: 0;
		color: #323232;
		font-weight: 600;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.price-text-red {
		position: absolute;
		bottom: 0;
		color: #BD0707;
		font-weight: 600;
		font-size: 14px;
		text-decoration: line-through;
		margin-bottom: 10px;
		margin-left: 40px;
	}

	.location-text {
		margin-top: 4px;
		font-size: 11px;
		color: #737373;
		font-weight: 400;
	}

	.description-text {
		font-size: 13px;
		font-weight: 300;
	}

	.info-title-text {
		font-size: 14px;
		font-weight: 400;
	}

	.btn-filter-x {
		background-color: #87ACD9;
		border-color: rgba(0, 0, 0, 0);
		border-radius: 20px;
		color: white;
		margin-right: 2px;
		margin-top: 8px;
		font-size: 11px;
		font-weight: 400;
	}

	.btn-filter {
		background-color: #87ACD9;
		border-radius: 2px;
		font-size: 12px;
	}

	.btn-reset-filter {
		border-radius: 2px;
		font-size: 12px;
	}

	.btn-more-options {
		font-size: 12px;
	}

	.footer-text {
		font-size: 14px;
	}

	.gallery-div {
		position: relative;
		display: flex;
		justify-content: center;
		min-height: 300px;
		background: rgba(212, 212, 212, 0.046);
	}

	.save-as-fav {
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 8px;
		font-size: 13px;
	}

	.img-counter-text {
		float: right;
		margin-top: 10px;
		font-size: 14px;
	}

	.condition-text {
		font-size: 13px;
		font-weight: 500;
		border-radius: 0px;
		margin-top: 4px;
	}

	.post-h2 {
		font-size: 20px;
	}

	.date-text {
		font-size: 12px;
		font-weight: 300;
		color: #767676;
	}

	.post-p {
		font-weight: 300;
		font-size: 14px;
	}

	.post-p-18 {
		font-weight: 300;
		font-size: 16px;
	}

	.specs-div {
		display: flex;
		margin-top: 14px;
		margin-bottom: 14px;
		align-items: left;
		justify-content: left;
	}

	.specs-main-div {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.h4-acc {
		margin-top: 20px;
	}

	.h4-contact {
		margin-top: 50px;
	}

	.fModel-title {
		font-size: 14px;
		font-weight: 400;
	}

	.fModel-p {
		font-size: 12px;
		font-weight: 400;
	}

	.fModel-p-select {
		font-size: 12px;
		font-weight: 400;
		border-radius: 2px;
		height: 40px;
	}

	.btn-choose-photo {
		font-size: 12px;
	}

	.p-features {
		font-size: 12px;
	}

	.mm-checkbox {
		margin-bottom: 5px;
	}

	.btn-continue {
		width: 100%;
	}
}

.footer {
	background-color: #f6f6f6;
}

html,
body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#push,
#footer {
	height: 100px;
}

#footer {
	color: white;
}

@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#cookieConsent {
	background-color: rgba(240, 240, 240, 0.4);
	min-height: 30px;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 8px 0 8px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#cookieConsent a {
	color: #87ACD9;
	text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
	background-color: #87ACD9;
	color: #ffffff;
	display: block;
	border-radius: 1px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	font-size: 13px;
	margin: 1px 20px 0 10px;
	border-radius: 4px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #87ACD9;
}