#product-title h1 {
	font-size: 25px;
	font-weight: normal;
	color: #444;
	margin:0;
}

#product-title-actions {
	float: right;
}

#product-title-actions .btn.btn-inverse {
	margin: 1px 10px 0 0;
}

#product-image-container {
	margin: 28px 0 25px;
}

#product-image {
	float: left;
	position: relative;
	display: block;
	border: 1px solid #e6e6e6;
	background-color: #eee;
	width: 376px;
	overflow: hidden;
	text-align: center;
}

.extended #product-image {
	width: 644px;
	height: 644px;
	line-height: 644px;
}

#product-image .icon-zoom {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}

#product-image img {
	vertical-align: middle;
}

#product-zoom {
	background: #FFF url('../img/product-zoom-hover.png') no-repeat 50% 50%;
	cursor: pointer;
	display: block;
	opacity:0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
	height: 100%;
	width: 376px;
}

#product-zoom.show {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#product-thumbs {
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	min-height: 87px;
	max-height: 378px;
	width: 87px;
}

#product-thumbs.has-thumbs {
	height: 378px;
}

#product-image-container.extended #product-thumbs {
	margin-right: 0;
	top: 33px;
	height: 577px;
}

#product-thumbs-up,
#product-thumbs-down {
	display: none;
	position: absolute;
	background-image: url('../img/product-thumb-arrows.png');
	width: 87px;
	height: 21px;
}

#product-thumbs-up {
	margin-bottom: 10px;
	top: -31px;
}

#product-thumbs-up:hover {
	background-position: 0 -21px;
}

#product-thumbs-down {
	background-position: -87px 0;
	bottom: -31px;
}

#product-thumbs-down:hover {
	background-position: -87px -21px;
}

#product-thumbs-up span,
#product-thumbs-down span {
	display: none;
}

#product-thumbs-total-up,
#product-thumbs-total-down {
	display: none;
	z-index: 1;
}

#product-thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 87px;
	overflow: hidden;
}

#product-image-container.extended #product-thumbs ul {
	height: 577px;
}

#product-thumbs li {
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

#product-thumbs ul.scrolling-thumbnails {
	position: absolute;
	height: 378px;
}


#product-thumbs ul.scrolling-thumbnails li {
	position: absolute;
	height: 85px;
	width: 85px;
}

#product-image-container.extended #product-thumbs-up,
#product-image-container.extended #product-thumbs li {
	margin-bottom: 11px;
}

#product-thumbs a img {
	border: 2px solid #fff;
	height: 81px;
	width: 81px;
}

#product-thumbs a:hover img {
	border-color: #e6e6e6;
}

#product-thumbs li.current {
	border-color: #ddd;
}

#product-thumbs li.current a img {
	border: 2px solid #ddd;
}

#product-thumbs-total-up,
#product-thumbs-total-down {
	position: absolute;
	display: block;
	width: 81px;
	border: 3px solid #ccc;
	text-align: center;
	font-size: 13px;
	color: #666;
}

#product-thumbs-total-up {
	background-image: url('../img/product-thumb-up-bg.png');
	top: 0;
	padding-top: 50px;
	height: 31px;
}

#product-thumbs-total-down {
	background-image: url('../img/product-thumb-down-bg.png');
	bottom: 0;
	padding-top: 50px;
	height: 31px;
}

#image-zoom-wrapper {
	display: none;
	left: 0;
	top:0 !important;
	margin:0;
	height: 100%;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index:9999;
}

#image-zoom-wrapper .modal {
	display: block;
	left: auto;
	max-width: 1024px;
    min-width: calc(100% - 35px);
    margin: 0 !important;
    top: auto;
    width: auto;
    max-width: calc(100% - 35px);
    left: 17px !important;
}

@media (max-width: 760px){
	.modal {
    top: 100px !important;
}
}


#image-zoom-wrapper .modal-body {
	min-width: 100px;
	max-width: calc(100% - 20px);
}

#image-zoom .modal-body > img { max-width: 100%; }

#sidebar-buy-actions {
	margin-bottom: 30px;
	text-align: right;
}

#product-details {
	color: #555;
	float: left;
	width: 249px;
	font-size: 15px;
	margin-left: 20px;
}

#sidebar #product-details {
	float: none;
	width: auto;
}

#product-quantity {
	border-top: 1px solid #e6e6e6;
	margin: 0;
	padding: 30px 0;
}

#product-details h4 {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 20px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #444;
}

#product-details p:last-child {
	margin-bottom:0;	
}

#product-details span,
#product-details #product-disclaimer {
	color: #666;
}

#product-social-buttons {
	float: right;
}

#product-social-buttons .twitter-share-button {
	width: 80px!important;
	height: 22px!important;
}

#product-social-buttons #___plusone_0 {
	width: 75px!important;
}

#product-social-buttons #facebook-button {
	float: right;
	display: inline!important;
	width: 100px;
}

.tab-content {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 20px;
	margin-bottom: 30px;
	font-size: 15px;
}

#page-header {
	border:0;
	margin:0;	
}

#page-content {
	clear: both;	
}

#page-header-title {
	height: auto;
	margin-bottom: 19px;
}

#page-header-controls {
	float: right;
	margin-bottom: 23px;
	width: 745px;
}

#page-header-controls .btn-group {
	margin-right: 0;
}

#seller-information .widget ul {
	margin-left: -17px;
	margin-right: -17px;
}

#seller-information .widget h4 {
	color: #444;
	font-size: 16px;
	font-weight: 700;	
}

#sidebar .widget h4 .icon-user-mod {
	margin: 2px 0 0 10px;	
}

#seller-contact {
	margin-top: 20px;
	font-size: 14px;
}


#seller-contact a.seller-username {
	display: block;
	color: #555;
}

#seller-contact-user {
	color: #555;
	font-weight: 700;
	padding-left: 50px;
	position: relative;
}

.seller-username {
	word-wrap: break-word;	
}

#seller-avatar {
	background: url('../img/glyphicons-halflings.png') -123px -226px;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top:0;
	border: 3px solid #e6e6e6;
}

#seller-avatar:hover {
	border-color: #ddd;
}

#seller-avatar span {
	display: none;
}

#seller-contact .stars {
	margin: 3px 0 0 0;
}

#seller-contact ul,
#seller-location ul,
#seller-payment-methods ul,
#seller-additional-info ul {
	border-top: 0!important;
}

#seller-contact .btn {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}

#sidebar #seller-information h3 {
	line-height: 17px;	
}

#seller-information [class^="icon-"] {
	margin-top: 3px;
}

#seller-information .icon-star-ecrater {
	margin-left: 1px;
}

#seller-information li {
	color: #555;
	font-size: 14px;
}

#seller-location ul,
#seller-payment-methods ul {
	padding-top: 0!important;
	margin-top: 20px!important;
}

#seller-location .icon-country {
	margin-top: 0;
}

#seller-payment-methods li {
	margin-bottom: 10px;
}

#seller-payment-methods li:last-child {
	margin-bottom:0;	
}

#seller-additional-info .icon-calendar-ecrater {
	margin-top: 0;
}

#seller-additional-info .icon-microphone-ecrater {
	margin: 0 4px 0 3px;
}

#page-header-title h1 {
	font-size: 20px;
	line-height: 20px;
}

#seller-payment-methods {
	font-size: 14px;	
}

#page-footer {
	border:0;
	padding:0;
}

#seller_info_thumbs {
	margin: 10px 0 0 0;
	width: 190px;
}

#seller_info_thumbs .active {
	height: 62px;
	top:0; /* for IE7 */
}

#seller-information #seller_info_thumbs li.item,
#seller_info_thumbs .carousel-inner {
	width: 140px;	
}

#seller_info_thumbs .carousel-inner {
	height: 62px;
	margin-left: 25px;	
}

#seller-information #seller_info_thumbs ul {
	margin:0;
}

#seller_info_thumbs .thumbnails > li {
	margin-bottom: 0;	
}


#seller_info_thumbs .span2 {
	margin: 0 5px;
	width: 60px;
}

#seller_info_thumbs .thumbnail {
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border-radius:0;
	padding:0;	
}

#seller_info_thumbs .thumbnail img {
	height: 60px;
	width: 60px;	
}

#seller_info_thumbs .seller-info-carousel-control {
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	color: #aaa;
	border-radius: 2px; -moz-border-radius: 2px; webkit-border-radius: 2px;
	left:0;
	font-weight: bold;
	position: absolute;
	top:0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 18px;	
}

#seller_info_thumbs .seller-info-carousel-control:hover { text-decoration: none; }

#seller_info_thumbs .seller-info-carousel-control.right {
	left: auto;
	right:0;	
}

#product-list-grid {
	margin-bottom: -15px;
}








.product-rating-link {
	color: inherit;
	display: block;
	line-height: 0.5;
	text-decoration: none;
}

.product-rating-link span {

	font-size: 16px;
}

.product-rating .stars {
	display: inline-block;

}


.product-ratin .stars {
	display: inline-block;
}

@media (min-width: 761px) {
	.product-ratings-section {
		margin-top: 45px;
		padding-top: 20px;
		border-top: 1px solid #e6e6e6;
	}
}

@media (max-width: 760px) {
	.product-ratings-section {
		margin: 10px 10px 0px 0px;
		border-top: 1px solid #E6E6E6;
	}
}



.product-ratings-section h3 {
	margin-bottom: 10px;
	color: #444;
}

.product-ratings-section .cumulative-product-rating {
	margin-bottom: 10px;
	color: #666;
}

.product-ratings-section .cumulative-product-rating .stars-row {
	display: inline-block;


}

.product-ratings-section .cumulative-product-rating .stars {
	display: inline-block;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease;
}


@media (min-width: 761px) {

	.cumulative-product-left,
	.product-ratings-right {
		width: 50%;
	}

	.cumulative-product-left {
		margin-bottom: 20px;
	}
}

@media (max-width: 760px) {
	.cumulative-product-left {
		margin-bottom: 20px;
	}
}


.cumulative-product-left .stars-row {
	display: flex;
	margin: 0 0 10px 0;
	align-items: center;
}

.cumulative-product-left .stars-row .stars {
	margin-right: 5px;
}

.cumulative-product-left .product-rating-count {
	margin-bottom: 5px;
}

.product-ratings-wrapper {
	display: flex;
	flex-direction: column;
	margin: 20px 20px 0px 15px;
}



@media (min-width: 761px) {
	.product-ratings-wrapper {
		flex-direction: row;
		border-top: 0;
		margin: 0;
	}
}

.product-ratings-right .stars-row {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.progress {
	margin: 0 10px;
	width: 50%;
}

.product-ratings-bottom {
	margin-top: 40px;

}

@media (max-width: 760px) {
	.product-ratings-bottom {
		margin: 40px 20px 0px 15px;
	}
}

.single-rating-row {
	margin-bottom: 20px;
}

.single-rating-row .images {
	display: flex;
	margin-bottom: 5px;

}

.single-rating-row .images .thumbnail {
	margin-right: 10px;

}

.single-rating-row .images img {
	width: 50px;
	height: 50px;

}


.review-text {
	margin: 5px 0;
}

.product-ratings-section h1 {
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 760px) {
	#container4 h1 {
		margin-left: 0;
	}
}
