





.sub-title {    font-size: 1rem;}



.bg-danger-50 {	background: rgb(220, 53, 69, 0.1) !important;	color: #dc3545;}

.bg-primary-50 {	background-color: rgb(13, 110, 253, 0.1) !important;	color: #0d6efd;}

.bg-info-50 {	background-color: rgb(13, 202, 240, 0.1) !important;	color: #0dcaf0;}

.bg-success-50 {	background-color: rgb(25, 135, 84, 0.1) !important;	color: #198754;}

.bg-warning-50 {	background-color: rgb(255, 193, 7, 0.15) !important;	color: #c59300;}

.bg-secondary-50 {	background-color: rgba(22, 22, 22, 0.07) !important;	color: #000 !important;}

.bg-dark-50 {	background-color: rgba(0, 0, 0, 0.07) !important;	color: #000 !important;}



.top-bar, .navbar-main {    font-family: 'Inter', sans-serif;    font-weight: 500;}

.navbar-main .nav-link, .top-bar ul li a {    font-family: 'Inter', sans-serif;    font-weight: 500;}






/* ================= OFFCANVAS SEARCH ================= */
.search-canvas {	height: 45vh;	border-bottom-left-radius: 18px;	border-bottom-right-radius: 18px;	box-shadow: 0 18px 40px rgba(49, 46, 129, 0.15);}

.search-form input {	border-radius: 16px;	padding: 16px 20px;	border: 2px solid #E5E7EB;	transition: border 0.3s ease, box-shadow 0.3s ease;}

.search-form input:focus {	border-color: var(--primary-bg);	box-shadow: 0 0 0 4px rgba(49, 46, 129, 0.15);}

/* Suggestions */
.search-suggestions .badge {	padding: 10px 14px;	border-radius: 12px;	cursor: pointer;	transition: transform 0.25s ease;}
.search-suggestions .badge:hover {	transform: translateY(-1px);}


.top-search .form-control {	border-radius: 0;	border-top-left-radius: 0.5rem;	border-bottom-left-radius: 0.5rem;	border-right: 1px solid #0e6a37 !important;}

.top-search .btn {	border-radius: 0;	border-top-right-radius: 0.5rem;	border-bottom-right-radius: 0.5rem;}

.top-search .form-control-sm {	min-height: calc(1em +(.5rem + 2px));	padding: .25rem .5rem;	font-size: .8rem;}


.nscr {	overflow: hidden;}


.form-floating>label {	left: 10px;}

.sticky-top {	top: -1px;}


.shadow-md {	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .07) !important;}

.crtLst {	overflow-y: auto;	top: 45px;	height: calc(100vh - 125px);}

.crtHldr {	width: 20%;	right: -100%;	transition: all 0.2s;}







.text-light {	color: #d0d1d2 !important;}

.text-warning {	color: #f57224 !important;}

.text-site {	color: #EAA221 !important;}


.bg-none {	background-color: transparent !important;}

.bg-secondary {	background-color: #202020 !important;	color: #EAA221 !important;}

.bg-success {	background-color: #17a262 !important;}


.btn, .btn-site, .btn-cart, .btn-warning, .btn-outline-site {    font-family: 'Inter', sans-serif;    font-weight: 600;    letter-spacing: 0.5px;    text-transform: uppercase;}




.btn-success {	background-color: #17a262 !important;}


.btn-outline-site {	background-color: transparent;	border-color: var(--bs-primary);	color: var(--bs-primary);	font-size: 12px;	font-weight: 600;	padding: 0.35rem 1rem;}

.btn-outline-site:hover {	background-color: var(--bs-primary);	border-color: var(--bs-primary);	color: #FFF;}


.btn-warning {	background-color: #ff791a;	border-color: #ff791a;	color: #FFF;}

.btn-outline-danger {	color: #ff0042;	border-color: #ff0042;}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #ff0042;
	border-color: #ff0042;
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	background-color: #ff791a;
	border-color: #ff791a;
	color: #FFF;
}





.list-group-item {
	border: 1px solid rgb(0, 0, 0, 0.03);
}





.table {
	margin-bottom: 0;
}

.table th {
	border-bottom-color: #f0f0f0 !important;
}

.table td {
	border-bottom: none;
}

.table>:not(caption)>*>* {
	padding: 0.7rem 0.7rem;
}

.table-responsive {
	border-radius: 0.7rem;
}







.prd .rounded-3 {
	border-radius: 0.7rem !important;
}

.prd .border-light {
	border-color: #eff1f2 !important;
}






.p-brand, .p-cat {
    font-weight: 400;
    font-size: 13-14px;
    color: var(--brand-muted);
}

.p-cat,
.p-name,
.p-brand {
	margin-bottom: 0.5rem;
}

.p-cat .bg-danger {
	background-color: #202020 !important;
	color: #ffb634;
}






.p-price .fw-bold {
	font-weight: 600 !important;
}






.p-det .det-p-price {
	font-weight: 900;
	color: #ff791a;
	font-size: 1.5rem;
}

.p-det .det-p-price small {
	text-decoration: line-through;
	font-size: 65%;
	color: #adadad;
	font-weight: 400;
}


.menu-holder {
	width: 20%;
	background-color: #FFF;
	right: -100%;
	top: calc(50% - 45px);
	text-align: center;
	border-radius: 0.3rem;
	padding: 0.3rem;
	transition: 0.3s ease;
}

.menu-holder ul {
	display: block;
	padding: 0;
	margin: 0;
}

.menu-holder ul li {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 0.45rem;
}

.menu-holder ul li .feather {
	stroke-width: 1.2;
	color: #000;
	width: 22px;
	height: 22px;
}

.menu-holder ul li:last-child {
	border: none;
}

.prd .card:hover .menu-holder {
	right: 12px;
	transition: 0.3s;
}


.abt-sb .card {
	border: 1px solid transparent;
	padding: 15px;
}

.abt-sb .bg-danger {
	background-color: #feefea !important;
}

.abt-sb .bg-primary {
	background-color: #eaeefe !important;
}

.abt-sb .bg-warning {
	background-color: #fef4d5 !important;
}

.abt-sb .bg-success {
	background-color: #c4f5df !important;
}


.ofr .card {
	padding: 15px 25px;
	position: relative;
	color: #FFF;
	border-radius: 10px;
}

.ofr .card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	z-index: 1;
}

.ofr .card .card-body {
	z-index: 2;
	position: relative;
}

.ofr .card .card-title {
	color: #FFF;
}

.ofr .card .card-body .text-ofr {
	color: #EAA221;
}









.ftr h6 .fa.text-info {
	color: #EAA221 !important;
	padding-right: 5px;
}

.ftr .s a {
	color: #b1b1b1;
	padding: 7px 5px;
	font-size: 20px;
	display: inline-block;
	transition: 0.3s;
}

.ftr .s a:hover {
	color: #EAA221;
	transition: 0.2s;
	transform: scale(1.2);
}





.ftr .scl a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}



.adv {
	background: url("../../images/bg-footer-01.jpg") no-repeat center center;
}

.adv img {
	top: -55px;
}

.news {
	background: url("../../images/news.jpg") no-repeat center center;
}

.sm-d-block,
.sCatSm,
.lg-d-none {
	display: none;
}

#imgInp,
.imginp {
	display: none !important;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: block;
	padding: 6px 12px;
	cursor: pointer;
	margin: 10px auto;
	width: 150px;
	text-align: center;
}




.allPr {
	position: fixed;
	left: -100%;
	z-index: 2500;
	top: 0;
	overflow-y: auto !important;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.allPr .fltHldr {
	width: 85%;
	height: 100%;
	padding-top: 45px;
}

.allPr .position-fixed {
	z-index: 1;
}

.dropdown-menu.megamenu[data-bs-popper] {
	top: 98%;
	border-radius: 1rem;
}

.drop-sub .col-2:first-child {
	border-bottom-left-radius: 1rem;
}

.drop-sub .col-2:last-child {
	border-bottom-right-radius: 1rem;
}

.navbar-light .navbar-toggler {
	color: #EAA221;
}

#lgnGl .modal-header {
	border-bottom: 1px solid #3c3c3c !important;
}

#lgnGl .modal-body {
	background-color: #000;
}

#lgnGl .modal-footer {
	border-top: 1px solid #3c3c3c !important;
}

#lgnGl .form-control {
	background-color: #303030;
	color: #FFF;
}

.prfl .dropdown-menu[data-bs-popper] {
	right: 0;
	left: auto;
	top: 100%;
	margin-top: 0.9em;
}

.dropdown-menu {
	background-color: #FFF;
	border-radius: 0.4rem;
}

.dropdown-menu a {
	color: #3a3a3a;
	font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #EAA221;
	background-color: #000000;
}

.bby .dropdown-menu[data-bs-popper] {
	margin-top: 1.3em;
}


.cts a.active,
.brnd a.active {
	color: #EAA221 !important;
	font-weight: 600;
}

.cts a.active .badge {
	background-color: #EAA221 !important;
	color: #FFF !important;
}


@media (min-width: 1200px) {
	.p-det h1 {
		font-size: 1.1rem;
	}
}

@media (max-width: 1080px) {
	body {
		padding-bottom: 50px;
	}

	.navbar-light {
		height: auto;
	}

	.navbar-light .navbar-nav {
		text-align: left;
		border-top: 1px solid rgba(0, 0, 0, 0.07);
		margin-top: 5px;
		padding-top: 5px;
	}

	.navbar-brand {
		padding: 7px 3px;
	}

	.navbar-brand img {
		height: 45px;
	}

	.top-bar {
		padding: 5px 0;
	}

	.top-bar ul li {
		width: 49%;
		text-align: center;
		overflow: hidden;
	}

	.top-bar ul li a {
		font-size: 14px;
		padding: 0;
		overflow: hidden;
	}

	.p-det .h1,
	h1 {
		font-size: calc(1rem + 0.7vw);
	}

	.carousel-item {
		height: auto;
	}



	.menu-holder {
		width: 27%;
	}

	.mbl-menu {
		display: block;
	}

	.crtHldr {
		width: 90%;
	}

	.sm-d-none {
		display: none;
	}



	.abt-sb .card {
		padding: 7px;
	}

	.abt-sb .card h4 {
		font-size: 14px;
	}

	.ofr .card .card-title {
		font-size: 0.9rem;
	}

	.ofr .card .fs-5 {
		font-size: 1rem !important;
	}

	.prdDetSde hr {
		margin: 0.4rem 0;
	}

	.sm-d-block,
	.lg-d-none {
		display: block;
	}

	.ftr .scl {
		padding-left: 15px;
	}

	.ftr .cpy.mt-5 {
		margin-top: 0.5rem !important;
	}

	.ftr .scl .s {
		text-align: center;
	}

	.abt-home .card {
		box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.08) !important;
	}

	.pb-5 {
		padding-bottom: 1.7rem !important;
	}

	.pt-5 {
		padding-top: 1.7rem !important;
	}

	.drop-sub .col-2 {
		width: 50% !important;
		border-radius: 0 !important;
	}

	.dropdown-menu.megamenu[data-bs-popper] {
		border-radius: 0;
	}

	.brd {
		padding: 20px 0;
	}

	.brd .ttl {
		margin-top: 15px;
	}

	.adv img {
		top: 20px;
	}

	.news .w-50 {
		width: 75% !important;
	}

	.ftr ul {
		text-align: center;
	}

	.ftr ul.float-end {
		float: none !important;
	}

	.ftr .links {
		line-height: 20px;
	}

	.ftr .payment {
		float: none !important;
		margin: auto;
		display: block;
	}

	.top-bar ul {
		display: flex;
	}

	.top-bar ul.r li {
		width: auto;
		flex-grow: 1;
		text-align: center;
	}
}


.navbar .megamenu {
	padding: 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .has-megamenu li a {
		display: block;
		padding: 3px;
		transition: 0.2s;
	}

	.navbar .has-megamenu li a:hover {
		background-color: #000;
		padding-left: 7px;
		color: #EAA221;
		transition: 0.3s;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 80%;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}