.this_page{display: inline-block; !important; padding: 0 !important;
	line-height: 1;
	margin-right: 0; border: 0 none;}
.this_page input[type='text']{
	padding: 11px 7px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	line-height: 16px;
	margin-right: 10px;
	width: 24px;
	text-align: center;
	height: auto;
	color: #333333;
}

.btn-hidden {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	display: inline-block;
	padding: 12px 20px;
}
.btn-hidden:hover {
	background: transparent none repeat scroll 0 0;
	opacity: 0;
}

#back-top {
	bottom: 40px;
	position: fixed;
	right: 60px;
}

#back-top a {
	opacity: 0.5;
	background: #DDDCE0;
	color: #252D36;
	border-radius: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 60px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	height: 60px;
}
#back-top a >i {
	margin-top: 7px;
	font-size: 36px;
}

#back-top a:hover {
	opacity: 1;
}

.gallery {
	padding: 10px;
}
.gallery:after {
	content: "";
	display: block;
	background: #3d8b3d;
	clear: both;
}

.gallery > a {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	background: rgba(255,255,255,0.2);
	padding: 2px;
	margin: 1px;
}
.gallery > a:hover {
	opacity: 0.9;
}
.gallery > a img{
	max-width: 200px;
	max-height: 100%;
}


.lg-backdrop{
	background: rgba(20,20,20,0.9) !important;
}

.copyright {
	padding-bottom: 20px;
}
.socials {
	margin-left: 0;
}

.show-content__item-product {
	margin-bottom: 10px;
}