/* Hide scrollbar for Chrome, Safari, and Opera */
body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for a specific element */
/* #qrModal::-webkit-scrollbar {
  display: none;
} */

/* Optional: Ensure scrolling still works */
/* body, #qrModal {
  -ms-overflow-style: none; IE and Edge 
  scrollbar-width: none;  Firefox 
} */

#register {
	display: grid;
	justify-content: center;
	align-items: center;
}
.container-fluid {
	padding-right: 5px;
	padding-left: 5px;
}

.nav_dropdown,
.dropdown-menu-end {
	background-color: rgba(83, 82, 82, 0.958);
}
.dropdown-item {
	color: whitesmoke;
}
.profile-item {
	color: whitesmoke;
}
#register-section {
	display: inline-block;
	justify-content: center;
	align-items: center;
	background-color: #161d1aaf;
}
/* header {
	background-image: url(../7HR8.gif);
	background-size: 33% 122%;
	background-repeat: repeat-x;
} */
/* .mainHeading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
} */
.container-fluid.index_shops {
	min-height: 28vh;
}
/* till here same */
#select-btn {
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
#search-btn {
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}
#search-input {
	width: 65%;
}
#registerpage {
	background-image: url(../images.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a {
	text-decoration: none;
	color: whitesmoke;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
a:hover {
	color: #ee9522;
}
h3 {
	font-weight: 500;
}
.btn:hover {
	border-radius: 15px;
	color: #ee9522;
}

.notification {
	text-align: center;
}
#modalcolor {
	background-color: #484848;
	color: whitesmoke;
}

body {
	/* background-color: rgba(39, 37, 37, 0.842); */
	background-color: #676c75;
	color: whitesmoke;
}
.offcanvas {
	/* background-color: #243b55; */
	width: 50%;
}
.offcanvas-body {
	padding: 5px;
}
/* .modal-dialog {
	margin: 1.5rem;
} */
.modal-header {
	justify-content: center;
}
.icon {
	font-size: 18px;
}
.index_shops {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
/* bellow not matched */
.section_card {
	display: inline-block;
}

.owner_section_card {
	width: 16rem;
	height: 16rem;
	text-align: center;
	background: #161d1a;
	overflow: hidden;
}
.owner_section_card img {
	width: 100%;
	object-fit: fill;
	aspect-ratio: 1.2/1;
}
.owner_product_card {
	width: 14rem;
	height: 20rem;
	background: #161d1a;
	overflow: hidden;
}
/* .product-image {
	width: 100%;
	height: 100%;
	object-fit: fill;
	aspect-ratio: 1/1.13;
} */
/* .product-image {
	width: 100%;
	height: 100%; 
	object-fit: fill; 
	aspect-ratio: 1 / 1.13; 
	padding: 13px;
} */
.owner_product-image {
	width: 100%;
	height: 100%;
	object-fit: fill;
	aspect-ratio: 1/1;
}
#productMiniDetail {
	display: flex;
	flex-direction: column;
	color: #161d1a;
	background-color: rgba(249, 249, 249, 0.952);
}
.ratingBox {
	background-color: #c2bfbf;
	margin-right: 10px;
	padding: 5px;
}
.controlButtonContainer {
	display: flex;
	justify-content: space-between;
	margin-top: "5px";
}

nav {
	background-color: rgba(22, 21, 21, 0.74);
}
.nav-item {
	display: flex;
}
.search {
	display: flex;
	justify-content: center;
}

.shop-heading {
	background-color: #161d1a7a;
}
.shop-heading span {
	margin-left: 15px;
	margin-right: 15px;
	font-size: larger;
	color: #eb8b0e;
}

#section {
	padding: 3px;
}
/* .small-img-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	justify-content: stretch;
} */

/* .small-img {
	padding: 3px;
	width: 100%;
	height: 100%;
	object-fit: fill;
	aspect-ratio: 1/1;
	cursor: pointer;
} */
.dropdown:hover .dropdown-menu {
	display: block;
}
table {
	border: #161d1a solid 2px;
	padding: 10px;
}
thead {
	background-color: #ee9522;
}

.cart-info {
	display: flex;
	flex-wrap: wrap;
}

td {
	padding: 10px 5px;
}
td img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
td input {
	width: 60px;
	height: 30px;
	padding: 5px;
}
.btn-sm {
	font-weight: bold;
}
.ownerButton {
	display: flex;
	justify-content: center;
	align-items: center;
}
li {
	list-style: none;
}
.address {
	background-color: #8a9b943f;
}
.counterAssign {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* img{
    object-fit: cover;
} */
#category-products {
	background-color: #161d1a7a;
	color: #ee9522;
}
#messagebody {
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-image: url(../giphy.gif);
	background-size: 33% 122%;
	background-repeat: no-repeat; */
}
.bank_manu {
	overflow: scroll;
}
.accordion-item {
	background-color: #161d1ab0;
}
/* .myshop-list {
	display: flex;
	flex-direction: column;
	text-transform: capitalize;
	text-align: left;
} */
/* .myshop-left {
	background-color: #353232;
	display: flex;
	flex-direction: column;
	height: 81vh;
}
#myshop-left-ForMobile {
	background-color: #353232;
	display: flex;
	flex-direction: column;
	height: 81vh;
} */
/* #myshop-leftside {
	display: none;
} */
/* .myshop-heads:hover {
	background-color: #ada9a9;
	color: #161d1a;
} */
.cartIcon {
	position: relative;
}
.cartCountIcon {
	position: absolute;
	top: "-16px";
	left: "37px";
}
#paymentOptions {
	display: flex;
	justify-content: space-evenly;
	/* visibility: hidden; */
}
#shopHead {
	display: flex;
	justify-content: space-between;
}
#shopName {
	cursor: default;
}

/* for the QR code modal */
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

#modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
#qrCodeImage {
	max-width: 100%;
	height: auto;
}
/* footer */
footer {
	background-color: rgb(73, 80, 75);
	margin-bottom: 0;
	margin-top: 10px;
}
.fbox {
	list-style: none;
	text-align: center;
}

#copyRightBox {
	color: rgb(0, 0, 0);
	background-color: rgba(160, 81, 45, 0.288);
	text-align: center;
	list-style: none;
	margin-top: 1rem;
}
.footerCard {
	width: 100%;
	text-align: center;
	background-color: #101312b2;
	font-weight: bold;
}

#opps {
	margin-top: 5rem;
	margin-bottom: 15rem;
}
