﻿/*************************************** Main Sidebar **********************/
.main_sidebar {
	/*padding: 5px;*/
	/*float: right;*/
	z-index: 9;
	padding-left:5px;
}

.btn-filter {
	position: fixed;
	bottom: 5px;
	left: 5px;
	z-index: 10;
	background-color: #00ff7a;
	height: 40px;
	width: 40px;
	border-radius: 25px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	cursor: pointer;
}

	.btn-filter img {
		height: 20px;
		width: 20px;
		vertical-align: middle;
	}

@media (max-width: 768px) {
	.main_sidebar {
		position: fixed;
		top: 0;
		z-index: 9999999999;
		display: none;
		right: 0;
		overflow: auto;
	padding-left:15px;
	}
}

.main_sidebar .panel {
	border-radius: 0;
	margin-bottom: 0;
}

.main_sidebar .panel-heading {
	padding: 10px;
}

.main_sidebar .panel-body {
	padding: 5px;
}

.main_sidebar .search-item-title {
	margin: 2px 0px;
	padding: 5px;
	/*padding-bottom:5px;
	border-bottom:2px solid #e40613;*/
	width: 100%;
	/*background-color: #f0f0f0;*/
	background-color: transparent;
	color: #E84333;
	font-size: 16px;
}

.search-sidebar-title {
	
}
	
	.filter-box {
		height:35px;
	}
	.filter-box .btn-remove-filters {
		float:left;
		margin-top:5px;
	}
	.filter-box .filter-title{
		float:right;
		font-size:16px;
	color:#999;
	}
	.filter-box .img-filter {
		height: 20px;
		vertical-align: middle;
		margin-left: 5px;
		opacity:.35;
		filter:alpha(opacity=35);
	}
/************************************ End Main Sidebar **************************/
/*************************************** Main Product List **********************/
.product-category-title{
	display:inline-block;
	margin-left:5px;
	font-size:18px;
}
.product-category-count{
	color:#777;
}
.main_product_List {
	background: white;
}
@media (min-width : 768px) {	
	.main_product_List {
	padding-right:5px;
	margin-top:3px;
}
}
	.main_product_List .panel {
		border-radius: 0;
		border: none;
		box-shadow:none;
	}

	.main_product_List .panel-heading {
		padding: 0;
		background-color: transparent;
		padding-bottom:5px;
	}

	.main_product_List .panel-body {
		padding: 10px 0px;
	}

	.main_product_List .ProductContainer {
		margin: 0px 7px;
		width: 177px;
		background: white;
	}

		.main_product_List .ProductContainer .checkbox_inline {
			padding: 0px 2px;
			width: 60px;
			position: absolute;
			display: none;
			background-color: #777;
			color: #fff;
			font-size: 12px;
		}

		.main_product_List .ProductContainer:hover .checkbox_inline {
			display: block;
		}
/************************************ End Main Sidebar **********************/
/**********************************************Main Product******************************/
.ProductContainer {
	overflow: hidden;
	display: inline-block;
}

	.ProductContainer.slider-product {
		width: 22%;
	}

.special .ProductContainer {
	width: 170px;
	margin: 11px 6px;
}

.special .Product_imgContainer img {
	width: 110px;
	height: 110px;
}

.ProductContainer:hover {
}

#ProductContainer a {
	color: #333;
}

.Product_imgContainer {
	text-align: center;
	width: 100%;
	height: 165px;
	overflow: hidden;
}

	.Product_imgContainer img {
		margin-top: 10px;
		max-width: 200px;
		max-height: 200px;
	}

.Product_TitleContainer {
	text-align: center;
	height: 23px;
	overflow: hidden;
	padding: 0 3px;
}

.Product_TitleContainer2 {
	font-size: 10px !important;
	margin-bottom: 5px;
}

.Product_TitleContainer a {
	color: #333;
}

	.Product_TitleContainer a:hover {
		color: #8e0000;
	}

.Product_ColorContainer {
	height: 15px;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

	.Product_ColorContainer img {
		height: 12px;
		height: 12px;
		border: 1px solid #ddd;
		margin: 0px 2px;
	}

.Product_oldPrice, .Product_Price {
	text-align: center;
	width: 100%;
}

.Product_Price {
	margin-bottom: 15px;
}

.Product_CostContainer {
	margin: 10px 5px;
	text-align: right;
	height: 35px;
}


	.Product_CostContainer.inner-product {
		/*height: auto;*/
	}

.Product_Price {
	color: #537dbf;
	float: right;
	font-size: 14px;
}

.Product_oldPrice {
	color: #747171;
	text-decoration: line-through;
	height: 15px;
	font-size: 12px;
	background: #f5f6f7;
}

.Product_Available {
	width: 16px;
	height: 16px;
	float: left;
}

.lnkAddtobasket {
	background: #4CAF50;
	width: 75%;
	text-align: center;
	display: inline-block block;
	color: white;
	padding: 4px 2px;
	float: left;
	border-radius: 2px 0 0 2px;
}

.lnkAddtobasketIcon {
	background: #62B965 url(../Images/addtocart.png) center center no-repeat;
	width: 25%;
	text-align: center;
	display: inline-block block;
	color: white;
	height: 34px;
	float: right;
	border-radius: 0 2px 2px 0;
	background-size: auto;
}

.lnkAddtobasket img {
	vertical-align: middle;
	margin: 2px 2px 0;
}

.lnkAddtobasket:hover {
	color: #fff;
	background: #46a34a;
}

.is-available {
	background-color: #eee;
	text-align: center;
	padding-top: 2px;
}

.left.carousel-control {
	background: none;
}

.right.carousel-control {
	background: none;
}

.left.carousel-control i {
	background: none;
	border-radius: 30%;
	font-size: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #333;
	right: -1140px;
	top: -120px;
}

.right.carousel-control i {
	background: none;
	border-radius: 30%;
	font-size: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #333;
	right: -46px;
	top: -120px;
}
/**********************************************************************/
.first-row {
	/*margin-top: -40px;*/
}

.inner-product .panel {
	border: none;
	box-shadow: none;
}

.inner-product .panel-heading {
	background-color: #fff !important;
	border: none;
}

	.inner-product .panel-heading .panel-title {
		font-size: 14px;
		color: #e84333 !important;
		padding: 5px 10px;
		background-color: #f1f1f1;
		display: inline-block;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

		.inner-product .panel-heading .panel-title:before {
			content: 'Ǚ';
			font-family: fontello;
			padding-top: 2px;
		}

.available-box {
	border-bottom: 1px solid #dadada;
	display:block;
	padding:10px 5px;
	overflow:auto;
	height:auto;
}

.collapse-title {
	padding: 5px 0px;
}

	.collapse-title a, .collapse-title a:focus, .collapse-title a:active {
		display: block;
		text-decoration: none;
		outline: none;
		font-size: 16px;
		color: #555;
		transition: all .15s ease;
	}

	.collapse-title i {
		float: left;
		margin-top: 0;
		color: #777;
		font-size: 18px;
	}

.search-filter-box {
	margin-top: 5px !important;
	display: inline-block;
	width: 100%;
	border-radius: 0 !important;
	background-color: #fff;
	border: none;
	box-shadow: none;
	border-top: 1px solid #dadada;
}

	.search-filter-box.first {
		border-top: none;
	}

	.search-filter-box .panel-heading {
		background-color: transparent;
		padding: 5px 10px;
	}

	.search-filter-box .panel-body {
		background-color: #fff;
		border-top: none !important;
	}

	.search-filter-box input[type=checkbox] {
		vertical-align: sub;
		margin-left: 5px;
	}

.brand-list-box {
	/*height: 185px;*/
	overflow: hidden;
}

	.brand-list-box table, .brand-list-box td {
		width: 100%;
	}

	.brand-list-box input {
		margin-left: 4px;
		cursor: pointer;
	}

	.brand-list-box label {
		display: inline-block;
		cursor: pointer;
	}


.color-list-box {
	/*height: 185px;*/
	overflow: hidden;
}

	.color-list-box table, .color-list-box td {
		width: 100%;
	}

	.color-list-box input {
		margin-left: 4px;
		cursor: pointer;
	}

	.color-list-box label {
		display: inline-block;
		cursor: pointer;
	}

	.color-list-box img {
		display: inline-block;
		cursor: pointer;
		width: 5px;
		height: 15px;
	}

.search-detail-box {
	overflow: hidden;
}

.product-option-box {
	overflow: hidden;
}

.more-colors, .more-brands, .more-details, .more-options {
	color: #555;
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	text-align: center;
	border: solid #ccc 1px;
	border-radius: 5px;
	padding: 0;
	background-color: #f8f8f8;
}

	.more-colors:hover, .more-brands:hover, .more-details:hover, .more-options:hover {
		color: #222;
		border: solid #aaa 1px;
	}


.search .btn {
	margin-top: 0;
}

.row.new {
	padding-bottom: 0;
}

.view_model.products-bread-crumb {
	margin-bottom: 0;
}

.panel.products {
	min-height: 328px;
}

.panel-heading.compare {
	display: none;
}

.products .product_box_container {
	width: 25%;
	/*height: 200px;*/
	float: right;
	padding: 5px;
	/*margin-bottom: 30px;*/
}

	.products .product_box_container .product_box .product_image {
		height: 140px;
	}
/*********************************** Pagination **************************************/
.pagination-box-top {
	margin-bottom: 20px;
}

.pagination-box-bottom {
	margin-top: 20px;
}

.pagination-box {
	text-align: left;
	clear: both;
}

	.pagination-box ul {
		text-align: center;
	}

	.pagination-box li {
		display: inline;
		margin: 0px 1px;
	}

		.pagination-box li span {
			cursor: pointer;
			border: 1px solid #bbb;
			padding: 0px 2px;
			min-width: 18px;
			line-height: 20px;
			display: inline-block;
			border-radius: 3px;
			text-align: center;
			font-size: 11px;
			color: #555;
			box-shadow: 0 1px 2px rgba(0,0,0,.2);
		}

			.pagination-box li span label {
				cursor: pointer;
			}

			.pagination-box li span:hover {
				background-color: #f5f5f5;
			}

		.pagination-box li.dots {
			margin: 0;
		}

			.pagination-box li.dots span {
				border: none;
				cursor: default;
				padding: 0;
				min-width: 15px !important;
				box-shadow: none;
			}

				.pagination-box li.dots span:hover {
					background-color: #fff;
				}

		.pagination-box li.active span {
			background-color: #555;
			border-color: #555;
			color: #fff;
			cursor: default;
			box-shadow: none;
		}

		.pagination-box li.dots span:hover {
			background-color: #fff;
		}

@media(min-width:768px) {
	.pagination-box li {
		margin: 0px 5px;
	}

		.pagination-box li span {
			padding: 0px 5px;
			min-width: 25px;
			font-size: 12px;
		}
}
/*************************************************************************/
.product_box {
	background: white;
	border: 1px solid #ddd;
	position: relative;
}

	.product_box .product_image img {
		display: block;
		max-height: 140px;
		margin: 0 auto;
		width: auto;
	}

	.product_box .product_details {
		background-color: #f5f5f5;
		padding-left: 10px;
		padding-right: 10px;
		border-top: 1px solid #DDD;
	}

		.product_box .product_details .product_name {
			height: 40px;
			overflow: hidden;
			text-align: center;
			color: #333;
			line-height: 30px;
			border-bottom: 1px solid #d7d7d7;
			line-height: 40px;
			font-size: 13px;
		}

		.product_box .product_details .product_price {
			height: 29px;
			overflow: hidden;
			text-align: center;
			color: #e50b18;
			line-height: 30px;
			display: inline;
			font-size: 15px;
		}

		.product_box .product_details img {
			float: left;
			margin-top: 8px;
			height: 16px;
			width: 16px;
		}

	.product_box .cover {
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(224, 6, 19, 0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		-ms-transition: all .3s linear;
	}

	.product_box:hover .cover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		cursor: pointer;
	}

	.product_box .cover div.checkbox_inline {
		margin-bottom: 30px;
		background-color: #777;
		padding: 0px 3px;
		width: 65px;
	}

	.product_box .cover .checkbox-inline {
		color: white;
	}

	.product_box .cover .cover_btn {
		/*padding: 5px 10px;*/
		color: #fff;
		text-align: center;
		width: 100px;
		display: block;
		margin: 0px auto 15px;
		/*background-color:#fff;*/
	}

		.product_box .cover .cover_btn img {
			height: 50px;
			width: 50px;
		}

		.product_box .cover .cover_btn:hover {
			/*background-color: #00539B;
			color:#FFF;*/
		}

	.product_box .available {
		width: 20px;
		height: 20px;
		left: 10px;
		top: 10px;
		font-family: fontello;
		position: absolute;
	}

		.product_box .available .fa-ok {
			color: #2FA81D;
		}

		.product_box .available .fa-cancel {
			color: #E91A38;
		}

@media (min-width: 480px) {
	.products .product_box_container {
		/*width: 50%;*/
	}
}

@media (min-width:992px) {
	.products .product_box_container {
		/*width: 25%;*/
	}
}

@media (min-width: 1200px) {
	.products .product_box_container {
		/*width: 25%;*/
	}
}

.search-result-container {
	overflow: auto;
}

	.search-result-container div[class^="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}

.product-box {
	border: 1px solid #e5e5e5;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	min-height: 240px;
	background-color: #fff;
	border-radius: 4px;
	color: #555;
	overflow: auto;
	position: relative;
}


	.product-box:hover {
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	}

	.product-box .chk-compare-box {
		padding: 0px 5px;
		width: 60px;
		position: absolute;
		display: none;
		color: #333;
		font-size: 12px;
		z-index: 2;
		left: 10px;
	}

		.product-box .chk-compare-box input {
			margin-left: 3px;
			vertical-align: sub;
		}

	.product-box:hover .chk-compare-box {
		display: block;
	}

	.product-box a {
		color: #555;
	}

		.product-box a:hover {
			color: #537dbf;
		}

.product-img-box {
	width: 100%;
	height: 150px;
	/*border:1px solid #e5e5e5;*/
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
	padding: 5px;
	text-align: center;
}

	.product-img-box img, .product-img-box img:hover {
		max-height: 100%;
		/*-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;*/
	}

	.product-img-box .img-special {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		bottom: auto;
	}

	.product-img-box .cover-second {
		display: none;
	}

.product-title-box {
	height: 30px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0px 5px;
	margin-bottom: 5px;
}

.product-price-box .product-price {
	color: #39A142;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

.product-price-box .product-old-price {
	color: #f00;
	height: 20px;
	line-height: 20px;
	text-decoration: line-through;
	padding: 0 5px;
}

.product-price-box .toman {
	margin-right: 3px;
	color: #999;
}

.product-price-box a {
	color: #39A142;
	float: left;
	height: 20px;
	display: block;
	line-height: 20px;
	padding: 0 5px;
}

.product-color-box {
	height: 20px;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

	.product-color-box img {
		height: 12px;
		height: 12px;
		border: 1px solid #ddd;
		margin: 0px 2px;
	}
/************************************************************************** End Product Box **********/
/************************************************************************** Relative Product Box **********/
#RelativeProductCarousel .carousel-inner {
	text-align: center;
	/*min-height: 420px;*/
}

.relative-product-box {
	border-bottom: 1px solid #d7d7d7;
	width: 50%;
	display: inline-block;
	padding: 7px;
	background-color: #f4f4f4;
	border-radius: 4px;
	overflow: auto;
	margin: 10px 20px;
}

@media(min-width:768px) {
	.relative-product-box {
		width: 16%;
	}
}

.relative-product-box:hover {
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
}

	.relative-product-box:hover .relative-product-price-box {
		/*display: none;*/
	}
/*.product-box:hover .product-buttons{
		 display: block;
	}*/

.relative-product-box a {
	color: #555;
}

	.relative-product-box a:hover {
		color: #02bbcd;
	}

.relative-product-img-box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 5px;
}

	.relative-product-img-box img {
		height: 100%;
		width: 100%;
	}

.relative-product-title-box {
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}

	.relative-product-title-box h5 {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.relative-product-title-box h6 {
		font-size: 10px;
	}

.relative-product-price-box {
	/*height: 40px;*/
}

	.relative-product-price-box .relative-product-price {
		color: #636363;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}

	.relative-product-price-box .relative-product-old-price {
		color: #636363;
		height: 20px;
		line-height: 20px;
		text-decoration: line-through;
	}

	.relative-product-price-box .toman {
		margin-right: 3px;
		color: #636363;
	}

	.relative-product-price-box a {
		color: #39A142;
		float: left;
		height: 20px;
		display: block;
		line-height: 20px;
	}
/************************************************************************** End Product Box **********/
.product-video {
	margin-top: 20px;
	width: 100%;
	height: 100%;
}

hr.custom_hr.product {
	/*margin-top: 0;*/
}

.product-file-list li {
	height: 50px;
	margin-bottom: 10px;
}

.product-file-list a {
	color: #333;
}

.product-file-list img {
	height: 40px;
	width: 40px;
	vertical-align: middle;
	margin-left: 5px;
}

.product-file-list a:hover {
	color: #1AA097;
}

.pnlDetails {
	width: 100%;
}

	.pnlDetails th {
		color: #777;
		padding-top: 20px;
		background-color: #fff;
		font-weight: normal;
		font-size: 16px;
	}

		.pnlDetails th:first-child {
			padding-top: 0;
		}

	.pnlDetails tr {
		background-color: #f5f5f5;
	}

		.pnlDetails tr:nth-child(2n) {
			background-color: #eee;
		}

		.pnlDetails tr:hover, pnlDetails tr:nth-child(2n):hover {
			background-color: #e9e9e9;
		}

	.pnlDetails td {
		padding: 6px 5px;
		vertical-align: middle;
		/*background-color: #F3F3F3;*/
		margin: 2px;
		text-align: right;
		border: 1px solid #fff;
	}

		.pnlDetails td a {
			color: #2196F3;
			cursor: help;
			border-bottom: 1px dashed #2196F3;
			padding: 3px;
		}

		.pnlDetails td.value * {
			direction: ltr;
			font-family: Tahoma;
			text-align: right;
		}


.right-cell {
	background-color: #f0f0f0;
	color: #555;
}

.tcleft-success {
	background-color: #e7ffe7;
}

.tcleft-danger {
	background-color: #fff0f0;
}

	.tcleft-success:hover, .tcleft-danger:hover {
		background-color: #e9e9e9;
	}

.old-price-box {
	margin-top: 10px;
	font-size: 13px;
	color: #777;
}

	.old-price-box label {
		margin-left: 10px;
	}

	.old-price-box del {
	}

.discount-title {
	background-color: #ff7272;
	margin-right: 0px;
	color: #fff;
	padding: 0px 10px;
	position: relative;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

	.discount-title:before {
		border-bottom: 4px solid transparent;
		border-right: 4px solid #fff;
		border-top: 5px solid transparent;
		content: "";
		position: absolute;
		right: 0px;
		top: 5px;
	}

.discount-value {
	background-color: #ff5252;
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.price-box {
	margin-top: 10px;
}

	.price-box label {
		font-size: 22px;
	}

	.price-box span {
		color: #50af50;
		font-size: 14px;
	}

	.price-box .price-value {
		font-size: 22px;
	}
/****************** Color Box*******************/
.color-box {
	margin-top: 10px;
	margin-bottom: 20px;
}

	.color-box h5 {
		margin-bottom: 10px;
		color: #999;
	}

	.color-box .color-item {
		background-color: #fafbfc;
		padding: 0px 10px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		/*width: 23%;*/
		height: 30px;
		line-height: 30px;
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 10px;
	}

		.color-box .color-item:hover {
			border-color: #bbb;
		}

		.color-box .color-item img {
			max-width: 18px;
			max-height: 18px;
			vertical-align: middle;
			margin-left: 5px;
			border: 1px solid #ddd;
		}

		.color-box .color-item label {
			color: #777;
			font-size: 11px;
			cursor: pointer;
			display: block;
		}

		.color-box .color-item input[type="radio"] {
			margin-left: 5px;
			vertical-align: sub;
		}
/************************************ Warranty Box ***************************/
.warranty-box {
	margin-top: 10px;
	margin-bottom: 20px;
}

	.warranty-box h5 {
		margin-bottom: 10px;
		color: #999;
	}

	.warranty-box .warranty-item {
		background-color: #fafbfc;
		padding: 0px 10px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		width: 48%;
		height: 25px;
		line-height: 25px;
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 10px;
	}

		.warranty-box .warranty-item:hover {
			border-color: #bbb;
		}

		.warranty-box .warranty-item img {
			max-width: 50px;
			max-height: 50px;
			vertical-align: middle;
			margin-left: 10px;
		}

		.warranty-box .warranty-item label {
			color: #777;
			font-size: 11px;
			cursor: pointer;
			display: block;
		}

		.warranty-box .warranty-item input[type="radio"] {
			margin-left: 5px;
			vertical-align: sub;
		}
/*******************************Shipping Box ************************/

.shipping-box {
	margin-top: 10px;
	margin-bottom: 10px;
}

	.shipping-box h5 {
		margin-bottom: 10px;
		color: #999;
	}

	.shipping-box .shipping-item {
		background-color: #fafbfc;
		padding: 0px 10px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		width: 32%;
		height: 25px;
		line-height: 25px;
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 10px;
	}

		.shipping-box .shipping-item:hover {
			border-color: #bbb;
		}

		.shipping-box .shipping-item label {
			color: #777;
			font-size: 11px;
			cursor: pointer;
			display: block;
		}

		.shipping-box .shipping-item input[type="radio"] {
			margin-left: 5px;
			vertical-align: sub;
		}
/**************************/
.option-box {
	margin-top: 10px;
	margin-bottom: 20px;
}

	.option-box img {
		max-height: 25px;
		vertical-align: middle;
		margin-left: 10px;
	}

	.option-box h5 {
		margin-bottom: 10px;
		color: #999;
	}

	.option-box .option-item {
		background-color: #fafbfc;
		padding: 0px 10px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		width: 23%;
		height: 25px;
		line-height: 25px;
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 10px;
	}

		.option-box .option-item:hover {
			border-color: #bbb;
		}

		.option-box .option-item img {
			max-width: 50px;
			max-height: 50px;
			vertical-align: middle;
			margin-left: 10px;
		}

		.option-box .option-item label {
			color: #777;
			font-size: 11px;
			cursor: pointer;
			display: block;
		}

		.option-box .option-item input[type="radio"] {
			margin-left: 5px;
			vertical-align: sub;
		}
/**************************/
.gift-box {
	margin-top: 10px;
}

	.gift-box h5 {
		margin-bottom: 10px;
		color: #999;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}

		.gift-box h5 i {
			margin-left: 10px;
			color: #999;
			font-size: 18px;
		}

	.gift-box .gift-item img {
		max-width: 50px;
		max-height: 50px;
		vertical-align: middle;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.gift-box h4 {
		margin-top: 5px;
		margin-bottom: 5px;
		color: #ccc;
	}

	.gift-box .gift-item label {
		color: #777;
		font-size: 12px;
	}

	.gift-box .gift-item input[type="radio"] {
		margin-left: 10px;
	}

/******************* Inner Product Buttons *******************/
.inner-product-buttons {
	margin-top: 20px;
}

	.inner-product-buttons .inner-btn {
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
		-ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
		padding-left: 30px;
		cursor: pointer;
		margin-left: 20px;
		border-radius: 3px;
		text-align: right;
		display: inline-block;
		transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out; /* firefox */
		-webkit-transition: all .2s ease-in-out; /* safari and chrome */
		-o-transition: all .2s ease-in-out; /* opera */
		-ms-transition: all .2s ease-in-out;
		opacity: 0.8;
		filter: alpha(opacity=80);
		width: 100%;
	}

@media(min-width:768px) and (max-width:992px) {
	.inner-product-buttons .inner-btn {
		width: 30%;
	}
}

@media(min-width:992px) {
	.inner-product-buttons .inner-btn {
		width: initial;
	}
}

.inner-product-buttons .btn-compare {
	background-color: #999;
	color: #fff;
	margin-bottom: 5px;
}

.inner-product-buttons .btn-basket {
	background-color: #4CAF50;
	color: #fff;
}

	.inner-product-buttons .btn-basket i {
		display: inline-block;
		padding: 4px 10px;
		background-color: #39A142;
		margin-left: 10px;
		font-size: 16px;
	}

.inner-product-buttons .btn-compare i {
	display: inline-block;
	background: #72c775;
	padding: 4px 10px;
	background-color: #8a8a8a;
	margin-left: 10px;
	font-size: 16px;
}

.inner-product-buttons .btn-compare:hover, .inner-product-buttons .btn-basket:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btnInstallmentSale {
	width: 156px;
	height: 38px;
	background: url(../images/InstallmentSale.png) right center no-repeat;
	color: #fff;
	border: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; /* firefox */
	-webkit-transition: all .2s ease-in-out; /* safari and chrome */
	-o-transition: all .2s ease-in-out; /* opera */
	-ms-transition: all .2s ease-in-out;
}

.btn-order-not-available {
	width: 156px;
	height: 38px;
	background: url(../images/Not-Available-Order.png) right center no-repeat;
	color: #fff;
	border: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; /* firefox */
	-webkit-transition: all .2s ease-in-out; /* safari and chrome */
	-o-transition: all .2s ease-in-out; /* opera */
	-ms-transition: all .2s ease-in-out;
}

.btnAddToBasket:hover, .btnInstallmentSale:hover, .btn-order:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	cursor: pointer;
}

.no-result {
	padding: 10px;
	background-color: #f7f7f7;
	font-size: 14px;
	border: 1px dotted #ddd;
	color: #777;
	margin-top: 30px;
}

.compare-item-box {
	height: 210px;
	border: 1px solid #ddd;
	padding: 5px 2px;
	text-align: center;
	overflow: hidden;
}

	.compare-item-box img {
		max-height: 100px;
		max-width: 100px;
		margin-bottom: 5px;
	}

	.compare-item-box .closeCompare {
		font-size: 18px;
		cursor: pointer;
		/*margin-top: -8px;*/
		width: 100%;
		text-align: right;
		color: #777;
	}

		.compare-item-box .closeCompare:hover {
			color: red;
		}

	.compare-item-box a {
		color: #333;
		font-size: 12px;
		display: block;
	}

		.compare-item-box a:hover {
			color: #f00;
		}

#collapseContainer {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 5px;
}

	#collapseContainer .btn {
		margin-bottom: 10px;
	}

.compare-item-col {
	width: 120px;
	padding: 0px;
	float: right;
	margin-left: 3px;
	margin-bottom: 35px;
}

.panel.m2.collapse .panel-body {
	padding: 0px;
}

	.panel.m2.collapse .panel-body img {
		display: inline !important;
		margin: auto;
	}

.send-to-friend-link .btn-link {
	padding: 0;
	margin-top: -5px;
	color: #333;
	font-size: 13px;
}

.send-to-friend-link:hover .btn-link {
	color: #f00;
	text-decoration: none;
}

.favorite-link .btn-link {
	color: #333;
	padding: 0;
	font-size: 13px;
}

	.favorite-link .btn-link:hover {
		color: #f00;
		text-decoration: none;
	}

.favorite-title {
	margin-bottom: 20px;
}

.like-box {
	color: #1076c7;
}

	.like-box label {
		font-size: 14px;
		vertical-align: text-top;
	}

.like-box, .share-box, .favorite-box, .notification-box {
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 10px;
	font-weight: normal;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

	.like-box:hover, .share-box:hover, .favorite-box:hover, .notification-box:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

.favorite-box {
	color: #f00;
}

.share-box {
	color: #54d0ff;
}

.share-container {
	position: absolute;
	right: -10px;
	/*top: 45px;*/
	background-color: #fff;
	padding: 20px;
	width: 350px;
	z-index: 1000;
	border: 1px solid #ddd;
	text-align: right;
	display: none;
	/*box-shadow:0px 1px 3px #000;*/
}

	.share-container:before {
		content: "";
		width: 14px;
		height: 14px;
		display: block;
		background: #ddd;
		position: absolute;
		top: -8px;
		right: 35px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.share-container:after {
		content: "";
		width: 14px;
		height: 14px;
		display: block;
		background: #fff;
		position: absolute;
		top: -6px;
		right: 35px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

@media (min-width : 768px) {
	.share-container {
		right: -25px;
		width: 500px;
	}

		.share-container:before {
			right: 50px;
		}

		.share-container:after {
			right: 50px;
		}
}

.share-container .captcha {
	width: 80px;
	display: inline-block;
}

.share-container div[id^="MainBodyPlaceHolder"] {
	display: block !important;
}

.page-link {
	font-family: Tahoma;
	font-size: 9pt;
	cursor: initial !important;
	background-color: #fafafa !important;
}

.share-container .icons {
	background: url(../images/slices.png) no-repeat;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 0px;
	width: 25px;
	height: 25px;
}

.share-container .icon-googleplus {
	background-position: -379px -546px;
}

.share-container .icon-twitter {
	background-position: -443px -546px;
}

.share-container .icon-facebook {
	background-position: -347px -546px;
}

.share-box-icons {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

	.share-box-icons img {
		height: 28px;
	}

.notification-box {
	color: #FFDE00;
}

.right-sidebar {
	width: 100%;
}

.request-panel {
	margin-bottom: 15px;
	margin-top: 5px;
	/*background-color: #fafafa;*/
	width: 100%;
	text-align: right;
}

	.request-panel div[id^="MainBodyPlaceHolder"] {
		display: inline-block;
	}

.video-box {
	background-color: #ddd;
	padding-bottom: 10px;
}

	.video-box i {
		text-align: center;
		margin-bottom: 10px;
		display: block;
		font-size: 22px;
		background-color: #ccc;
		color: #fff;
	}

	.video-box img {
		display: block;
		height: 40px;
		width: 40px;
		border-radius: 20px;
		margin: auto;
		margin-bottom: 5px;
	}

.notification-item-row {
	margin-top: 20px;
}

	.notification-item-row label {
		margin-left: 10px;
	}

.notification-option-row {
	margin-top: 10px;
}

	.notification-option-row input {
		margin-left: 10px;
	}

.review-and-check-body {
	line-height: 250%;
}

.advantage-body {
	line-height: 250%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-color: #fafafa;
	padding: 10px;
	border-radius: 4px;
}

.advantage-container {
	border-left: 1px dashed #ccc;
	padding-left: 20px;
	text-align: justify;
	display: inline-block;
	width: 49.8%;
}

	.advantage-container i, .disadvantage-container i {
		margin-left: 5px;
		font-size: 14px;
	}

	.advantage-container ul, .disadvantage-container ul {
		margin-right: 5px;
	}

	.advantage-container li {
		background-image: url('../Images/bullet_green.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
	}

.disadvantage-container {
	text-align: justify;
	display: inline-block;
	width: 49.8%;
	padding-right: 20px;
}

	.disadvantage-container li {
		background-image: url('../Images/bullet_red.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
	}

.advantage-container .advantage-title {
	font-size: 16px;
	color: #33a74f;
}

.disadvantage-container .disadvantage-title {
	font-size: 16px;
	color: #e84333;
}

.pnl-rate-result .progress {
	height: 10px;
	margin-top: 8px;
}

.pnl-rate-drp {
	/*margin-top:10px;*/
}

	.pnl-rate-drp select {
		display: block;
		margin-top: 6px;
		margin-bottom: 18px;
		height: 20px;
		font-size: 12px;
		width: 70px;
		padding-top: -2px;
	}
/*=====================================================================================/ Product Details ==============*/

.product-info {
	margin-top: 5px;
	padding: 10px;
	clear: both;
}

	.product-info header {
	}

	.product-info hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.product-info h3 i {
		font-size: 10px;
		color: #E13C3C;
		margin-left: 7px;
	}

	.product-info header .product_code {
		color: #aaa;
	}

	.product-info .details {
		background-color: #fff;
	}

		.product-info .details tr:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}

		.product-info .details tr td {
			padding: 10px 0;
		}

		.product-info .details .tags a {
			display: inline-block;
			background-color: #eee;
			border: 1px solid #ededed;
			border-radius: 7px;
			padding: 3px 5px;
			margin: 5px;
		}

			.product-info .details .tags a:hover {
				background-color: #e1e7f1;
			}

		.product-info .details .code {
			font-size: 9pt;
			color: #66afe9;
			font-weight: bold;
			font-family: Tahoma;
		}

		.product-info .details .last_update {
			font-size: 10px;
			float: left;
			line-height: 32px;
		}

			.product-info .details .last_update time {
				color: #666;
			}



		.product-info .details span.in {
			color: #12b500;
			font-size: 13px;
		}

		.product-info .details span.out {
			color: red;
			font-size: 13px;
		}

			.product-info .details span.in i, .product-info .details span.out i {
				margin-left: 3px;
			}

.description {
	text-align: justify;
	line-height: 200%;
}

.product-info .details .description p {
	text-align: justify;
	line-height: 200%;
}

.product-info .details .description ol, .product-info .details .description ul {
	list-style: disc;
}

.product-info .details .description li {
	margin-right: 10px;
}

.product-info .details .dl_icons a {
	width: 130px;
	display: inline-block;
	height: 40px;
	margin-left: 10px;
	background: url(../Images/CCTV-inner.png) top left no-repeat;
}

	.product-info .details .dl_icons a.dl_sheet {
		background-position: -142px -1px;
	}

	.product-info .details .dl_icons a.dl_details {
		background-position: -8px -1px;
	}
/******************************************* End Product Details ******************************/

.link-archive {
	float: left;
	font-size: 14px;
	color: #0192ff !important;
}

	.link-archive:hover {
		color: #e40613 !important;
	}

.panel-body.special {
	padding: 0;
}
/*.panel-title{
	color:#e40613;
}*/
.special .carousel-inner [class^="col-"] {
	padding: 0;
}

.special .carousel .carousel-control {
	width: 5%;
}

	.special .carousel .carousel-control span {
		font-size: 20px;
	}

/********************************************* Inner Product Image And Gallery ******************/
#product-gallery {
	/*height: 410px;*/
}

	#product-gallery .product-main-image {
		height: 250px;
		text-align: center;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}

		#product-gallery .product-main-image img {
			max-height: 100%;
		}

	#product-gallery .product-thumbnails {
		overflow: hidden;
		text-align: center;
	}

	#product-gallery .thum-box {
		display: inline-block;
		border: 1px solid #ddd;
		margin: 0px 2px;
		text-align: center;
		height: 60px;
		width: 60px;
	}

	#product-gallery .product-thumbnails img {
		height: 50px;
		width: 50px;
		cursor: pointer;
	}

	#product-gallery .product-thumbnails [class^="col-"] {
		padding: 5px 2px;
	}

	#product-gallery .product-thumbnails .carousel-control {
		width: 20px;
		height: 20px;
		top: 15px;
		text-shadow: 0px 1px 2px #000;
		background-image: none;
	}

		#product-gallery .product-thumbnails .carousel-control span {
			font-size: 20px;
		}

	#product-gallery .product-thumbnails .right.carousel-control {
		right: -30px;
	}

	#product-gallery .product-thumbnails .left.carousel-control {
		left: -30px;
	}

@media(min-width:768px) {
}

/****************************************************************************/

.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
	opacity: 1;
	filter: alpha(opacity=50);
	cursor: default !important;
}

.selectedFilter {
	padding: 2px 6px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	background: #e6e3e3;
	color: #333;
	border-radius: 4px;
	margin: 4px;
	cursor: pointer;
}

	.selectedFilter i {
		font-size: 12px;
		margin-right: 5px;
	}

	.selectedFilter:hover {
		background: #e9e9e9;
	}

		.selectedFilter:hover i {
			color: red;
		}

/********************************************Wiki********************/
.pnlDetails .popover {
	max-width: 100%;
	width: 550px;
}

.pnlDetails .popover-title {
	display: none;
}

.wiki-box {
	background-image: url(../Images/WordPedia.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.wiki-title {
	color: #2196F3;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
}

.wiki-image-box {
	height: 110px;
	overflow: hidden;
}

	.wiki-image-box img {
		height: 100px;
		max-width: 200px;
		float: left;
	}

.wiki-description-box {
	width: 100%;
	max-height: 300px;
	margin-bottom: 20px;
	font-size: 11px;
}


.adsInCats {
	overflow: hidden;
	margin: 6px 7px;
	color: #3C3C3C;
	border-radius: 5px;
}

	.adsInCats:nth-child(3n) {
		margin-left: 0px;
	}

	.adsInCats:nth-child(1) {
		margin-right: 0px;
	}

	.adsInCats:nth-child(4) {
		margin-right: 0px;
	}

	.adsInCats img {
	}

.adsInCatTitle {
	width: 100%;
	padding: 5px;
	text-align: center;
	color: white;
	font-size: 11px;
	margin-top: -10px;
}

.adsInCatCover {
	width: 100%;
	height: 165px;
	position: relative;
	background: #333;
	color: white;
	display: none;
	margin-top: -165px;
	border-radius: 5px;
	text-align: center;
	font-size: 11px;
	padding-top: 50px;
	opacity: 0.9;
	transition: all .2s linear;
	-moz-transition: all .2s linear; /* firefox */
	-webkit-transition: all .2s linear; /* safari and chrome */
	-o-transition: all .2s linear; /* opera */
}

.adsInCats:hover .adsInCatCover {
	transition: all .2s linear;
	-moz-transition: all .2s linear; /* firefox */
	-webkit-transition: all .2s linear; /* safari and chrome */
	-o-transition: all .2s linear; /* opera */
	display: block;
}

#more-description {
	display: block;
	text-align: left;
	color: #555;
	font-size: 11px;
	margin-top: 5px;
	z-index: 100;
	outline: none;
}



	#more-description i {
		margin-left: 5px;
	}

	#more-description::after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 20px;
		height: 105px;
		z-index: 1;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}

	#more-description.opened::after {
		display: none;
	}


.product-relative-news {
	line-height: 2.5;
}

	.product-relative-news a {
		color: #333;
		display: block;
		margin-bottom: 10px;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 10px;
	}

	.product-relative-news li:last-child a {
		border-bottom: none;
	}

	.product-relative-news a:hover {
		color: #2196F3;
	}

	.product-relative-news img {
		height: 50px;
		margin-left: 5px;
		vertical-align: middle;
	}


#bestSellerProductDiv {
	float: right;
	width: 1150px;
}

.star-rate-box {
	text-align: right;
	width: 80px;
	float: left;
}

	.star-rate-box label {
		display: block;
		color: #777;
		font-size: 12px;
		text-align: right;
	}

	.star-rate-box .star-gray {
		background: url("../Images/stars-gray.png");
		height: 15px;
		position: relative;
		width: 76px;
		direction: ltr;
		display: inline-block;
	}

	.star-rate-box .star-gold {
		background: url("../Images/stars-gold.png");
		height: 15px;
	}

.product-name-box {
	background-color: #f5f6f7;
	text-align: right;
	padding: 10px;
}

	.product-name-box .product-title {
		width: 50%;
		display: inline-block;
	}

	.product-name-box h1 {
		height: 25px;
		font-size:18px;
	}

	.product-name-box h2 {
		height: 25px;
		line-height: 25px;
		color: #999;
		font-size:12px;
	}
/**************************************** Modal Gallery *****************************/
#GalleryModal .modal-header .close {
	border: solid 1px #888 !important;
	border-radius: 50% !important;
	width: 30px;
	height: 30px;
}

#GalleryModal .modal-header {
	background-color: #f0f1f2;
	height: 49px;
	position: relative;
	text-align: right;
	overflow: hidden;
	width: 100%;
	color: #333;
}

	#GalleryModal .modal-header .close:hover {
		background-color: #f00;
		color: #fff;
		border-color: #f00 !important;
	}

#GalleryModal .modal-body {
	padding: 5px;
}

#GalleryModal .slimScrollBar, #GalleryModal .slimScrollRail {
	left: -10px;
}

.modal-gallery-main-box {
	text-align: center;
	float: right;
	width: 680px;
	height: 500px;
	overflow: hidden;
}

	.modal-gallery-main-box img {
		max-height: 500px;
	}

.modal-gallery-thum-box {
	height: 500px;
	float: left;
	width: 190px;
	margin-left: 10px;
}

	.modal-gallery-thum-box .thum-item {
		border: solid 1px #ddd;
		border-bottom: none;
		padding: 10px 0;
		text-align: center;
		float: left;
		width: 150px;
		position: relative;
	}

		.modal-gallery-thum-box .thum-item:last-child {
			border-bottom: solid 1px #ddd;
		}

	.modal-gallery-thum-box img {
		max-width: 115px;
		cursor: pointer;
	}

	.modal-gallery-thum-box .thum-item:after, .modal-gallery-thum-box .thum-item:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.modal-gallery-thum-box .thum-item.active::before {
		border-color: #fff;
		border-left-color: #ddd;
		border-width: 21px;
		margin-top: -21px;
	}

	.modal-gallery-thum-box .active::after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 20px;
		margin-top: -20px;
	}
/************************************ Detail Summary *********************************/
.details-summary-box {
	height: 200px;
}

	.details-summary-box ul {
		line-height: 2.5;
		height: 50px;
		overflow: hidden;
	}

		.details-summary-box ul li {
			display: block;
			padding-right: 10px;
			font-size: 11px;
		}

			.details-summary-box ul li i {
				font-size: 5px;
				margin-left: 10px;
				vertical-align: middle;
				color: #777;
			}

			.details-summary-box ul li .detail-summary-title {
				color: #777;
			}

			.details-summary-box ul li .detail-summary-value {
				color: #aaa;
			}

.more-summary {
	display: block;
	font-size: 10px;
	color: #aaa;
	cursor: pointer;
	padding-right: 9px;
	margin-top: 7px;
	margin-bottom: 50px;
	transition: all .2s linear;
	-moz-transition: all .2s linear; /* firefox */
	-webkit-transition: all .2s linear; /* safari and chrome */
	-o-transition: all .2s linear; /* opera */
}

	.more-summary:hover {
		color: #0192ff;
	}

	.more-summary span {
		border-bottom: 1px dotted #aaa;
	}

	.more-summary i {
		font-size: 8px;
		margin-left: 10px;
		vertical-align: sub;
	}
/************************************ End Detail Summary *********************************/
/************************************ Pnl Tabs ******************************************/
.pnl-tabs {
}

	.pnl-tabs .panel-body {
		padding: 0;
		padding-bottom: 20px;
	}

	.pnl-tabs .nav-tabs {
		border-bottom: 1px solid #eee;
	}

		.pnl-tabs .nav-tabs li {
			width: 100%;
		}

			.pnl-tabs .nav-tabs li a {
				border-radius: 0;
				margin-right: 0;
				margin-left: 0;
				outline: none;
				padding: 10px 5px;
				cursor: pointer;
				color: #777;
			}

				.pnl-tabs .nav-tabs li a:hover {
					background-color: #f8f8f8;
				}

			.pnl-tabs .nav-tabs li:first-child.active a {
				border-right: none;
			}

			.pnl-tabs .nav-tabs li.active a {
				border-top: 2px solid blue;
				color: blue;
			}

	.pnl-tabs .tab-pane {
		/*min-height: 300px;*/
		padding: 15px;
	}

	.pnl-tabs i {
		padding-left: 10px;
	}

@media(min-width:768px) {
	.pnl-tabs .nav-tabs li {
		width: 20%;
	}
}

@media(min-width:992px) {
	.pnl-tabs .nav-tabs li {
		width: initial;
	}

		.pnl-tabs .nav-tabs li a {
			padding: 10px 30px;
		}
}
/************************************ End Pnl Tabs ******************************************/

.SpecialOfferNotStock {
	width: 100%;
	height: 260px;
	background: #ccc;
	z-index: 999;
	position: absolute;
	margin-top: -260px;
	text-align: center;
	padding-top: 90px;
	font-size: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: red;
}
/*---------------------------------------------------------------------------------------------------/ Product Slider /---------------*/
.product-slider {
	margin-bottom: 15px;
}

	.product-slider *[class^="col-"] {
		/*padding-left:5px;
   padding-right:5px;*/
	}

	.product-slider header {
		border-bottom: 1px solid #ddd;
		padding: 7px 0 0 15px;
		margin-bottom: 15px;
	}

		.product-slider header h4 {
			padding: 5px;
			color: #333;
			font-size: 16px;
			font-family: Yekan;
			display: inline-block;
			text-align: right;
			border-bottom: 4px solid #0E76BD;
		}


	.product-slider .carousel .carousel-control {
		width: 25px;
		height: 25px;
		top: -45px;
		border-radius: 25px;
		text-align: center;
		border: 1px solid #7d7e7e;
	}


		.product-slider .carousel .carousel-control span {
			font-size: 13px;
			width: 25px;
			height: 25px;
			display: block;
			text-align: center;
			line-height: 25px;
			margin: auto;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			color: #555;
		}

		.product-slider .carousel .carousel-control:hover {
			background-color: #7d7e7e;
		}

			.product-slider .carousel .carousel-control:hover span {
				color: #fff;
			}

		.product-slider .carousel .carousel-control span:before {
			line-height: 25px;
		}

		.product-slider .carousel .carousel-control.left span:before {
			padding-right: 1px;
		}

		.product-slider .carousel .carousel-control.right span:before {
			padding-left: 3px;
		}

		.product-slider .carousel .carousel-control.left {
			left: 10px;
			right: auto;
		}

		.product-slider .carousel .carousel-control.right {
			left: 40px;
			right: auto;
		}

		.product-slider .carousel .carousel-control.play,
		.product-slider .carousel .carousel-control.pause {
			left: 20px;
			right: auto;
		}

	.product-slider .carousel #play_carousel {
		visibility: hidden;
	}

	.product-slider .carousel #pause_carousel {
		visibility: visible;
	}


	.product-slider .service_image {
		border-radius: 10px;
		padding: 4px;
		background-color: white;
		padding-bottom: 40px;
	}

		.product-slider .service_image a img {
			border: 4px solid #fff;
		}

		.product-slider .service_image a h4 {
			color: #333;
			padding: 5px 10px;
			bottom: 5px;
			display: block;
			position: absolute;
		}

		.product-slider .service_image a .icon_video, .product-slider .service_image a .icon_pic {
			position: absolute;
			z-index: 999;
			font-size: 40px;
			left: 20px;
			top: 20px;
			opacity: .7;
			font-size: 20px;
			line-height: 20px;
			padding: 10px 7px;
			border-radius: 50%;
			color: white;
		}

		.product-slider .service_image a:hover .icon_video, .product-slider .service_image a:hover .icon_pic {
			opacity: 1;
		}

.drp-pagesize-box {
	margin: 10px 0;
}

.drp-sort-box {
	margin: 10px 0;
}

.avalibility-box label {
	float: right;
}

.drp-pagesize-box label, .drp-sort-box label, .avalibility-box label {
	width: 105px;
	margin-left: 5px;
}

@media(min-width:768px) {
	.drp-pagesize-box {
		margin: 0;
	}

	.drp-sort-box {
		margin: 0;
		text-align: left;
	}

		.drp-pagesize-box label, .drp-sort-box label, .avalibility-box label {
			width: initial;
		}
}
