* {
	margin: 0;
	padding: 0;
	outline: none !important
}

html, body {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.banner_custom {
	width: 100%;
}
.banner_custom_sec {
	width: 750px;
	height: 200px;
	object-fit: cover;
}

@media only screen and (max-width: 576px) {
	.banner_custom_sec {
		width: 375px;
		height: 200px;
	}
}
@media only screen and (max-width: 576px) {
	.banner_custom{
		width: 370px;
		height: 230px;
	}
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 95px
}

.container-fluid.clear {
	padding: 0
}

nav.navbar {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #dddddd;
	height: 100px;
}

nav.navbar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

nav.navbar .navbar-header {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	margin: 0 15px;
}

nav.navbar .container::before, nav.navbar .container::after {
	display: none;
}

nav.navbar .navbar-header::before, nav.navbar .navbar-header::after {
	display: none;
}

nav.navbar .navbar-collapse .navbar-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}

nav.navbar .navbar-brand {
	padding: 0;
	max-width: 200px;
	width: 100%;
}

nav.navbar .navbar-text {
	color: #000
}

nav.navbar .navbar-brand img {
	max-width: 200px;
	width: 100%;
}

.title {
	margin: 0 0 30px
}
.album_title{
	margin: 0 0 30px

}
@media only screen and (max-width: 576px) {
	.album_title{
		font-size: 28px;
	}
}
.tab-content {
	padding: 15px 0
}

.table {
	margin-bottom: 0
}

.table > tbody > tr > td {
	vertical-align: middle
}

.table.actions tr td {
	border-top: 0;
	/*vertical-align: top*/
}

.table.actions tr td .select {
	display: inline-block;
	width: 50%;
	margin: 0 -2px;
	padding: 0 0 0 20px
}

.action {
	margin: 0 0 15px
}

.album-images {
	margin: 30px 0 0
}

.thumb {
	padding-bottom: 15px;
}

.thumb img {
	width: 100%;
	margin: 0 0 5px
}

.thumb .filename {
	display: block;
	margin: 0 0 5px;
	word-break: break-all
}

.images.prints .item {
	margin-bottom: 15px
}

.images.prints .options .bootstrap-select {
	width: 100%;
	margin-bottom: 15px
}
.images.prints .options .bootstrap-select.price-dropdown button {
	text-transform: unset;
}

.total {
	margin-bottom: 30px
}

.total .total-price {
	font-size: 22px
}

.sections {
	margin-top: 30px
}

span.input-group-addon {
	padding-left: 0
}

.paginate-center {
	text-align: center;
	clear: both
}

.discount {
	padding-top: 50px
}

.middle {
	display: table;
	width: 100%
}

.middle .cell {
	display: table-cell;
	vertical-align: middle
}

.filters .actions {
	padding-top: 27px
}

.back {
	margin-left: 10px
}

#show-more {
	display: none
}

footer {
	height: 65px;
	margin: -65px 0 0;
	background: #f5f5f5
}

#editor-container {
	height: 300px;
}

#editor-save-button {
	margin: 10px 0;
}

#download-xls a img {
	width: 35px;
}

.loading-button {
	color: transparent;
	background-color: #9c27b0;
	background-image: url('./../images/loader.svg');
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.loading-button:hover {
	color: transparent;
}

@media screen and (max-width: 768px) {
	nav.navbar {
		height: auto;
	}
	nav.navbar .container {
		height: auto;
		flex-direction: column;
	}
	nav.navbar .navbar-header {
		width: 100%;
	}
}

.examples {
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
}

.example {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	cursor: auto;
}

.example h3 {
	user-select: none;
	font-size: 24px;
}

.example img {
	max-height: 220px;
	height: 100%;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.41);
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.41);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.41);
}
