*{
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
}

.sentinel {
    width: 100%;
}

.img-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/*
/ Images
/ ------------------------------ */

#gallery{
	float: left;
    margin: 20px 0 15px 0;
    padding: 0 15px;
    width: 450px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 480px){
	#gallery{
		width: 100%;
	}
	#Des{
		display: none;
	}
}

.images{
	position: relative;
	margin-right: -15px;
}

@media (max-width: 480px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	width: 100%;
}

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;

	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #dedede;
	margin-bottom: 15px;

	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #333333;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 480px){
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 16px;
		height: 16px;
		border-radius: 100%;
		margin: 10px 5px 0;
		border: 2px solid #000 !important;

		-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;

	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 480px){
	.image .main{
		padding-right: 0;
	}
}

.image .main .main-content{
	position: relative;
}

/*** Video ***/

.image .main video{
	width: 100%;

	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('images/prev2.png');
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 481px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 481px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 19px;
		height: 17px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		top: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
	}
}

@media (min-width: 481px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
	}
}

/*
/ Reviews
/ ------------------------------ */

#reviews-container{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	color: #666;
	font-size: 12px;
	padding-left: 88px;
	line-height: 16px;
	text-align: left;
}

.rating{
	display: none;
}

.no-rating{
	background-image: url('https://images.esellerpro.com/listingtemplates-feedback/Stars-0.png');
}

.feedbacks{
	display: none;
}

.feedbacks > h2,
.latest-feedbacks > h2,
.popup-body > h2{
	font-size: 13px;
	padding-top: 0;
	margin-top: 0;
}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 16px;

	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: 0;
	padding: 0;
}

.feedback .icon{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.feedback .description{
	font-size: 13px;
	color: #646262;
	padding-right: 129px;
	padding-left: 26px;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #646262;
}

.feedback .buyer:before{
	content: "Buyer:\0020";
}

.feedback .buyer .brackets:before{
	content: "(\0020";
}

.feedback .buyer .brackets:after{
	content: "\0020)";
}

.feedback .date-label{
	float: right;
	clear: right;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-left: 10px;
}

.feedback .date-label:before{
	content: "Date:\0020";
}

.feedback .title{
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	padding-left: 26px;
}

@media (max-width: 767px) {
	.feedback .buyer{
		display: none;
	}
	.feedback .description{
		float: left;
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.feedback .title{
		float: left;
		width: 100%;
		padding: 0;
	}
	.feedback .date-label{
		margin-top: 2px;
	}
}

/*
/ Feedback Pop Up
/ ------------------------------ */

@media (max-width: 480px){
	.feedback-button{
		display: none;
	}
}

.feedback-button label{
	display: inline-block;
	padding: 7px 15px;
	margin: 15px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #fff;

	cursor: pointer;

	background-color: #000;
	border-radius: 2px;
}

#popup-closed,
#popup-opened,
#popup-closed-2,
#popup-opened-2{
	display: none;
}

#popup-closed:checked ~ .popup { display: none; }
#popup-opened:checked ~ .popup { display: block; }

#popup-closed-2:checked ~ .popup { display: none; }
#popup-opened-2:checked ~ .popup { display: block; }

.popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

    background-color: rgba(0,0,0,0.65);
    animation-name: fadeInImage;
    animation-duration: 0.5s;
}

.popup > div{
    position: relative;
    margin: 1000px auto 0;
    width: 850px;
    padding: 10px 10px;

    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.popup .popup-header{
	padding-bottom: 10px;
}

.popup .popup-header label{
	float: right;
	margin: 0;
}

.popup .popup-body{
	padding: 0 20px 0 0;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}