.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #f1f1f1;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.square-img {
	width: 100%;           
	height: auto;         
	aspect-ratio: 1 / 1;   
	object-fit: cover;
}

.modal-content {
	padding: 0 !important;

}

.modal-header, .modal-body, .modal-footer {
	padding: 0 !important;
	border: 0px;
}


.btn{
	border-radius: 0px;
}

.btn-orange {
	background-color: #dc3545; 
	color: #ffffff; 
}

.btn-orange:hover {
	background-color: #e76e12;
	color: #ffffff;
}


.btn-orange:active {
	background-color: #d86410; 
	color: #ffffff; 
}

.toast {
  position: fixed; 
  bottom: 56px; 
  left: 50%;
  transform: translateX(-50%);
}

.store-logo{
	max-height: 50px;
	margin-bottom: 15px;
}