.gallery {
	float: left;
	text-align: center;
	margin-top: 1px;
	width: 250px;
	min-height: 250px;
	height: auto;
	border: 0;
}

.slides_container, div.slides_container, .slides_container div {
	display: block;
	height: 250px;
	width: 250px;
}

#slides {
	width: 250px;
	min-height: 250px;
	height: auto;
}

#changeAlt {
	border: 1px solid #346F97;
	width: 80px;
	float: left;
	padding: 5px;
	height: 100px;
	margin: 5px;
	border-radius: 5px;
}

#prod-img-feat {
	border-top: 1px solid #b6b6b6;
	color: #000;
	padding-top: 15px;
}

#prod-img-feat .shortDesc-head p {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
}

#prod-img-feat .price p {
	color: #003F8D;
	font-size: 42px;
	font-weight: normal;
	margin: 0;
}

#prod-img-feat .model {
	margin-top: 8px;
}

#add-to-cart {
	margin: 0 auto;
	width: 186px;
}

#cart-text {
	padding: 4px 0 0 4px;
}

#cart-text img {
	max-height: 30px;
	max-width: 141px;
}

#cart-text .odd-img {
	margin-right: 6px;
}

.shortDesc-head h1 {
	color: #000;
	font-weight: 700;
	line-height: 36px;
	margin-top: 0;
}

.slider-thumbs ul {
	list-style: none;
	padding: 0;
}

.slider-thumbs ul li {
	float: left;
	margin-bottom: 9px;
}

.slider-thumbs ul li:FIRST-CHILD a {
	margin-top: 0;
}

.slider-thumbs ul li:LAST-CHILD a {
	margin-bottom: 0;
}

.slider-thumbs ul li img {
	margin: 0 auto;
}

.slider-thumbs ul li a {
	border: 1px solid gray;
	cursor: pointer;
	float: left;
	padding: 1px;
	width: 100%;
}

.slider-thumbs ul li a.selected {
	border: 1px solid red;
}

.price h2 {
	margin: 0;
}

.model p {
	color: #6B6060;
	font-size: 14px;
	font-weight: 400;
}

.detail-shipping h3 {
	color: #6B6060;
}

.detail-shipping h3 strong {
	color: black;
	font-family: Helvetica, HelveticaNeue-Bold, sans-serif;
}

.cart-feature-types img {
	margin: 0 auto;
	padding: 5px;
}

.detail-keyFeatures h3 {
	color: #000;
	font-weight: 600;
	margin: 10px 0;
	padding: 5px 0;
}

.detail-keyFeatures .features {
	font-weight: 400;
	line-height: 27px;
	margin-left: 0;
	padding-left: 18px;
	overflow: hidden;
}

.features h4, .features h5, .features h6 {
	color: rgba(19, 16, 16, 0.88);
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.modal-content {
	background: none;
}

.modal-header, .modal-body {
	padding: 0;
}

.modal-dialog {
	margin-top: 40px;
}

button.detail-video-close-btn {
	background-color: #000;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	opacity: 1;
	padding: 2px 6px 5px;
	position: absolute;
	right: 0;
	top: -27px;
	z-index: 2;
}

@media screen and (min-width: 767px) {
	#slider-part {
		margin-bottom: 20px;
	}

	.shortDesc-head h3 {
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	#slider-part {
		margin-bottom: 20px;
	}

}

@media screen and (min-width: 767px) {
	.modal-dialog {
		width: 56%;
	}

}