:root {
	--primary: #662d91;
	--sunset: #FAD6A5;
}

body:not(.admin-page) {
	min-height: 100vh;
	display: grid;
	grid-template-rows: 1fr auto;
}

.help-block {
	color: #f00;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}

.alert p {
	margin: 0;
}

.gallery img, .gallery-p img {
	display: inline-block;
	width: 100%;
}

.gallery div, .gallery-p div {
	display: inline-block;
	width: calc(90%/4);
	margin: 2px;
	position: relative;
}

.section-two {
	padding: 30px 0px !important;
}

.gallery-p div .d-image {
	color: #fff;
	background: #f00;
	border-radius: 50%;
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}


.x {
	position: absolute;
	top: -10px;
	right: 10px;
	cursor: pointer;
}

.x:hover {
	text-decoration: none;
	color: #fff;
}

.remove-menu {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 40px;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	padding: 10px 15px;
}

.s-password {
	padding: 0px 15px;
	background: transparent;
	border: none;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.position-relative {
	position: relative;
}

.nice-select {
	margin-bottom: 20px;
}

input[type="radio"] {
	accent-color: #662d91;
}

.accordion-button {
	color: #ffffff !important;
	background: var(--thm-secondary) !important;
	font-weight: bold;
}

.list-group-item.active {
	background: var(--thm-secondary) !important;
	border-color: var(--thm-secondary) !important;
}

.bg-dark-blue {
	background: var(--thm-secondary);
	color: #ffffff;
}


.stick-it {
	position: sticky;
	top: 100px;
	height: fit-content;
}

.section {
	padding: 120px 0px;
}

.qty {
	border: 1px solid #eeeeee;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	height: 30px;
	margin-right: 0;
	padding: 0 5px 1px;
	text-align: center;
	width: 45px;
	margin-top: 10px;
	margin-left: -5px;
}

.dec.qtybutton {
	background-color: #eeeeee;
	border: 1px #e8e8e8 solid;
	border-right: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333333;
	font-size: 14px;
	line-height: normal;
	padding: 6px 8px;
	line-height: 18px;
	display: inline-block;
	height: 30px;
	cursor: pointer;
	border-radius: 0px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
}

.inc.qtybutton {
	background-color: #eeeeee;
	border: 1px #e8e8e8 solid;
	border-left: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333333;
	font-size: 14px;
	line-height: normal;
	padding: 6px 8px;
	margin-left: -5px;
	line-height: 18px;
	display: inline-block;
	height: 30px;
	cursor: pointer;
	border-radius: 0px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
}

.qty:focus {
	outline: none;
}

@media (max-width: 768px) {
	.section {
		padding: 0px 0px 100px;
	}

	.stick-it {
		position: relative;
	}

	.page-header {
		padding: 50px 0px;
	}
}