//Custom CSS written by Novicell
.megamenu-wrapper .nav-link-underline:focus,
.megamenu-wrapper .nav-link-underline:hover {
	text-decoration: none !important;
	font-weight: bold;
}

.nav-wrapper .nav-link-underline:focus,
.nav-wrapper .nav-link-underline:hover {
	text-decoration: none !important;
	font-weight: bold;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none !important;
}

.nav-link:hover {
	font-weight: bold !important;
}

.variant_dropdown_wrapper {
	margin-bottom: 10px;
}

.disable-clicking article a::after {
	content: none !important;
}

article.disable-clicking a::after {
	content: none !important;
}
.disable-clicking .item_swift_app a.stretched-link::after {
	content: none !important;
}

.bglist-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.bglist-group-item-action {
	width: 100%;
	text-align: inherit;
}

.bglist-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.bglist-group-item:last-child {
	margin-bottom: 0;
}

.bglist-wateramount-wrapper {
	display: flex;
	align-items: center;
	border: none;
	padding: 0;
	padding-bottom: 0.75rem;
}

.bglist-wateramount-wrapper select.form-control {
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
		no-repeat right;
	-webkit-appearance: none;
	background-position-x: right 30px center;
	background-position: right 10px center;
}

.bglist-wateramount-label {
	word-wrap: unset;
	flex-shrink: 0;
	margin-right: 0.75rem;
	font-weight: bold;
}

.open-time {
	margin-bottom: 5px;
}

.store-location-group {
	margin-bottom: 20px;
}

.stores-list-wrapper .list-group {
	cursor: pointer;
}

#shop-information-section .list-group-item {
	text-align: left;
}

#shop-information-section .list-group-item.list-group-item-header {
	border-top: none;
	border-left: none;
	border-right: none;
	font-weight: bold;
	padding-left: 0;
}

.headercenter {
	text-align: center;
}

main .navbar-nav {
	flex-wrap: wrap;
}

p > img {
	max-width: 100%;
}

.mobile-filter-devider {
	display: none;
}
 

/* PAck as a gift */
.gift-wrapping-section {
	background-color: #f8f8f8; /* Light gray background */
	border-radius: 5px; /* Rounded corners */
	display: flex;
	align-items: center;
	font-size: 16px;
}

	.gift-wrapping-section input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.gift-wrapping-section label {
		font-weight: 500;
		color: #333;
		cursor: pointer;
	}

.mt-4 {
	margin-top: 1.5rem; /* Adjusts spacing above the section */
}

.p-3 {
	padding: 1rem; /* Padding inside the section */
}

.border {
	border: 1px solid #ccc; /* Light border to match existing styles */
}
/*------*/

@media (max-width: 640px) {
	main h1,
	main h2 {
		word-wrap: break-word;
		width: 80vw;
	}
}

@media (max-width: 992px) {
	.mobile-filter-devider {
		display: block;
	}
	.grid .g-col:nth-of-type(1) hr.mobile-filter-devider {
		display: none;
	}
	.grid .g-col:nth-of-type(1) .filter-button {
		display: none;
	}
	.desktop-filters {
		display: none;
	}
}

@media (max-width: 1023px) {
	.cart-summary {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		background: black;
		color: white;
		padding: 20px;
	}

	.cart-summary:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 50px;
		background: rgb(0 0 0 / 51%);
		z-index: -1;
	}

	.cart-summary-box {
		max-height: 30vh;
		overflow: auto;
	}

	.cart-summary.show-on-mobile {
		display: block;
	}

	.cart-summary .theme {
		background: black;
		color: white;
	}

	.cart-summary a {
		color: white;
	}

	.cart-summary .order-first,
	.cart-summary .btn-cart-close {
		color: black !important;
		background: white !important;
		border: 2px solid white;
	}

	.cart-summary .order-first:hover,
	.cart-summary .btn-cart-close:hover {
		background: transparent !important;
		color: white !important;
		border: 2px solid white;
	}

	.cart-summary .btn-cart-close {
		font-weight: bold;
		border-radius: var(--swift-button-primary-shape);
		font-size: 0.875rem;
	}

	.cart-summary-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		color: white;
		background: black;
		text-align: center;
		padding: 20px 15px 20px 15px;
		border-radius: 10px 10px 0 0;
		cursor: pointer;
	}

	.cart-summary-cta-box {
		position: relative;
	}

	.cart-summary-cta-line {
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		height: 3px;
		width: 50px;
		background: white;
	}

	.cart-summary-cta-chevron {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
}

@media (min-width: 1024px) {
	.cart-summary-cta,
	.cart-summary-mobile-header {
		display: none !important;
	}
}
