.cursor-pointer {
	cursor: pointer;
}

/* The Modal (background) */
.modal-custom {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
}

/* Modal Content */
.modal-content-custom {
	background-color: #fefefe;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	max-width: 100%;
	height: 562.5px;
	max-height: 100%;
}

/* The Close Button */
.close-custom {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 1;
	;
	text-shadow: 0 0 5px black;
}

.close-custom:hover,
.close-custom:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 0 5px pink;
}

.img-contain {
	object-fit: contain;
}

.item-gallery {
	image-orientation: from-image;
	object-fit: contain;
	height: 120px;
	width: 120px;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

/* Slideshow container */
.slideshow-container {
	height: 100%;
	width: 100%;
}

/* Next & previous buttons */
.prevgallery,
.nextgallery {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.nextgallery {
	right: 0;
	border-radius: 3px 0 0 3px;
}



/* Number text (1/3 etc) */
.numbertext {
	color: rgb(141, 199, 63);
	font-size: medium;
	font-weight: bold;
	padding: 5px 10px;
	display: none;
}

@media (min-width: 768px) {
	.numbertext {
		font-size: x-large;
	}
}

/* The dots/bullets/indicators */
.dotgallery {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.activegallery,
.dotgallery:hover {
	background-color: #717171;
}

.image-gallery {
	image-orientation: from-image;
}

/* Fading animation */
.fadegallery {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;

	width: 100%;
	height: 100%;
}

.catalog-ul {
	list-style-type: none;

}

ul.catalog-ul>li {
	text-align: center;
	margin: 5px;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

	.prevgallery,
	.nextgalley {
		font-size: 11px
	}
}

#sec_product {
	width: 1200px;
	max-width: 95%;
	margin: auto;
}

#category {
	width: 100%;
}

#category+.select2-container {
	margin-bottom: .25em;
}

.img-bg {
	filter: blur(8px);
	width: 100%;
	height: 100%;
}

.img-fg {
	background-color: #fff3;
	position: absolute;
	object-fit: contain;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loadingGallery {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4em;
}

.gallery_nav {
	position: absolute;
	bottom: 0;
	padding: 1em;
	width: 100%;
}

table#cataloglist_tbl>tbody>tr>td:nth-child(2)>div>div{
	text-align: center;
}
div.dataTables_processing{
	top: 60px;
}