﻿/*************************************** Main Sidebar **********************/
.main_sidebar {
	/*padding: 5px;*/
	/*float: right;*/
	z-index: 9;
	padding-left: 5px;
}

.btn-filter {
	position: fixed;
	bottom: 32px;
	left: 15px;
	z-index: 10;
	background-color: #1B75BB;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	cursor: pointer;
	color: #fff;
}

	.btn-filter img {
		height: 30px;
		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;
	}
}

@media (min-width: 992px) {

	.btn-filter {
		display: none;
	}
}

.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;
		background-color: #1B75BB;
		color: #fff;
	}

	.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;
}

.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;
}
/**********************************************************************/
.inner-product {
	/*overflow: hidden;*/
}

@media only screen and (max-width : 480px) {
	.inner-product {
		padding-top: 25px;
	}
}

.inner-product .panel {
	box-shadow: none;
	border: none;
}

.inner-product .panel-body {
	padding: 0;
}

.inner-product .panel-heading {
	background-color: #fff !important;
	border: none;
	padding: 0;
}

	.inner-product .panel-heading .panel-title {
		display: inline-block;
		position: relative;
		font-size: 20px;
		font-family: IRANSans-Medium;
		margin-bottom: 20px;
	}

		.inner-product .panel-heading .panel-title span {
			display: block;
			margin-top: 15px;
			font-size: 14px;
			color: #555;
			font-family: IRANSans;
		}

.ios-switch-container {
	display: block;
	overflow: auto;
	height: auto;
	text-align: center;
}

.ios-switch-box {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	margin-top: 10px;
	width: 80%;
}

	.ios-switch-box label {
		width: 140px;
		font-size: 12px;
	}

.txt-filter-keyword {
	height: 34px !important;
}

.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: 13px;
		color: #555;
		transition: all .15s ease;
	}

	.collapse-title i {
		float: left;
		margin-top: 0;
		color: #777;
		font-size: 18px;
	}

.search-filter-group {
	margin-bottom: 0;
}

.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;
	}

	.brand-list-box a {
		color: #333;
		font-size: 11px;
	}

.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;
	}

.price-slider-box {
	margin-top: 20px;
	position: relative;
}

.price-slider-txt {
	width: 90px;
	text-align: center;
	padding: 3px;
	height: 26px !important;
	border-radius: 0;
	border-color: #ddd;
	float: right;
	font-size: 12px;
}

.price-slider-lbl {
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: right;
	margin: 0 15px;
}

	.price-slider-lbl:first-child {
		margin-right: 0;
	}

.price-slider-box .btn {
	margin-top: 20px;
	border-radius: 0;
}
/*********************************** 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 {
		cursor: pointer;
		padding: 0px 5px;
		display: inline-block;
		text-align: center;
		font-size: 12px;
		color: #444;
		height: 32px;
		line-height: 32px;
		min-width: 22px;
		margin: 0 1px;
		position: relative;
	}

		.pagination-box li.next,
		.pagination-box li.prev,
		.pagination-box li.first,
		.pagination-box li.last {
		}

		.pagination-box li:first-child {
			margin-right: 0;
		}

		.pagination-box li:last-child {
			margin-left: 0;
		}

		.pagination-box li.dots {
			cursor: default;
			padding: 0;
		}

		.pagination-box li.active {
			border-bottom: 1px solid #1B75BB;
			color: #1B75BB;
		}

		.pagination-box li.deactive {
			color: gray;
			cursor: not-allowed;
		}

		.pagination-box li i {
			font-size: 14px;
			vertical-align: sub;
		}



@media(min-width:768px) {
	.pagination-box li {
		padding: 0px 10px;
		font-size: 14px;
		margin: 0 5px;
		min-width: 34px;
	}

		.pagination-box li i {
			font-size: 18px;
			vertical-align: text-top;
		}
}
/*************************************************************************/
.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: 3px;
		padding-left: 3px;
	}

.col-product-box {
	transition: width .1s;
}

.product-box {
	border: 1px solid rgba(0, 0, 0, 0.20);
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	/*height: 290px;*/
	background-color: #fff;
	border-radius: 4px;
	color: #555;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

@media (min-width : 768px) {
	.product-box {
		width: 100%;
		margin-bottom: 20px;
	}
}

.product-box:hover {
	border: 1px solid rgba(0, 0, 0, 0.40);
}


.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: #000;
	outline: none;
	text-decoration: none;
}

.product-img-box {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
}

	.product-img-box img {
		height: 100%;
		object-fit: cover;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-o-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
	}

	.product-img-box .img-special {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		bottom: auto;
	}

	.product-img-box .img-discount {
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		bottom: auto;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}


	.product-img-box .discount-text {
		position: absolute;
		right: 5px;
		top: 25px;
		left: auto;
		bottom: auto;
		color: #fff;
		-moz-transform: rotate(48deg);
		-webkit-transform: rotate(48deg);
		transform: rotate(48deg);
		font-size: 12px;
	}

.other-covers-box {
	height: 30px;
	margin-bottom: 10px;
}

	.other-covers-box ul {
		text-align: center;
		display: none;
	}

.product-box:hover .other-covers-box ul {
	display: block;
}

.other-covers-box li {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}

	.other-covers-box li:hover {
		border: 1px solid #555;
	}

.other-covers-box img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	vertical-align: middle;
	height: 25px;
	width: 25px;
}

.product-title-box {
	height: 50px;
	position: relative;
	text-align: right;
	font-size: 12px;
	line-height: 2;
	font-family: IRANSans-Light;
	display: block;
}

.codebox {
	height: 25px;
	display: block;
}

.product-code {
	text-align: right;
	font-size: 12px;
	font-family: IRANSans-Light;
	color: rgba(0, 0, 0, 0.50);
	display: block;
	margin-top: 5px;
}

	.product-code code {
		color: rgba(0, 0, 0, 0.50);
		background: none;
		font-family: Tahoma;
		font-size: 14px;
	}

@media (max-width : 480px) {
	.product-title-box {
		height: 50px;
	}
}

.product-brandname {
	text-align: center;
	font-size: 11px;
	display: block;
	margin-top: 25px;
}

.product-buy-box {
	text-align: center;
	position: relative;
	border-top: 1px solid #d9d9d9;
	margin-top: 5px;
}

	.product-buy-box .btn-buy {
		background-color: #144930;
		color: #fff;
		border: none;
		outline: none;
		height: 30px;
		line-height: 30px;
		padding: 0;
		font-size: 12px;
		width: 50%;
		margin-top: 10px;
	}

.product-price-box {
	text-align: right;
	/*background-image: url(../Images/basket-add.png);*/
	background-repeat: no-repeat;
	background-position: left 13px;
	background-size: auto 26px;
	position: relative;
	border-top: 1px solid #d9d9d9;
	margin-top: 5px;
}

	.product-price-box .product-price {
		color: #655656;
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 18px;
		text-align: center;
	}

		.product-price-box .product-price .toman {
			margin-right: 3px;
			font-size: 14px;
		}

	.product-price-box .product-old-price {
		color: #acacac;
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		font-size: 13px;
	}

		.product-price-box .product-old-price .old-price {
			text-decoration: line-through;
		}


		.product-price-box .product-old-price .toman {
			margin-right: 3px;
			color: #a5a5a5;
			font-size: 9px;
		}

	.product-price-box .off {
		background-color: #1B75BB;
		color: #fff;
		height: 18px;
		display: inline-block;
		line-height: 18px;
		padding: 0 7px;
		border-radius: 5px;
		font-size: 12px;
		font-family: IRANSans;
		position: absolute;
		left: -3px;
		top: 20px;
		direction: ltr;
		letter-spacing: 1px;
	}

.product-unavailable {
	text-align: center;
	border-top: 1px solid #d9d9d9;
	margin-top: 5px;
	padding-top: 16px;
	color: #999;
}


.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 **********/
.relative-product-container {
	background-color: #f7f7f7;
	padding: 50px 0;
	margin-bottom: 20px;
}

@media(min-width:768px) {
}

/************************************************************************** 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: 30px;
		background-color: #fff;
		font-weight: normal;
		font-size: 16px;
	}

	.pnlDetails tr:first-child th {
		padding-top: 0;
	}

	.pnlDetails tr {
		background-color: #e9e9e9;
	}

		.pnlDetails tr:nth-child(2n) {
			background-color: #f5f5f5;
		}

		.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 {
	color: #555;
	width: 40%;
}

@media only screen and (min-width : 768px) {
	.right-cell {
		width: 20%;
	}
}

.tcleft-success {
	background-color: #e7ffe7;
}

.tcleft-danger {
	background-color: #fff0f0;
}

	.tcleft-success:hover, .tcleft-danger:hover {
		background-color: #e9e9e9;
	}


.discount-box {
	margin-right: 40px;
	width: 100px;
	display: inline-block;
}

.discount-title {
	color: #999;
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 10px;
}



.discount-value {
	background-color: #f6565f;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	position: relative;
	border-radius: 20px;
}

.price-box {
	color: #333;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	padding: 5px 0;
	overflow: auto;
}



	.price-box .price-title {
		color: #303030;
		display: inline-block;
		width: 40%;
		font-size: 13px;
	}

	.price-box .price-value {
		font-size: 24px;
		color: #0c6a3a;
		display: inline-block;
		width: 60%;
	}

	.price-box .toman {
		font-size: 18px;
		margin-right: 10px;
	}

.old-price-box {
	font-size: 16px;
	color: #999;
	display: block;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-decoration: line-through;
}

	.old-price-box label {
		margin-left: 10px;
	}

.discount-box {
	clear: both;
	text-align: center;
}
/****************** Color Box*******************/
.color-container {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
	overflow: auto;
}

.color-box {
}

.btn-more-color:not(:empty) {
	text-align: left;
	line-height: 1;
	margin-bottom: 5px;
}

.btn-more-color, .btn-close-color {
	color: #0192ff;
	font-size: 10px;
	outline: none;
	cursor: pointer;
	float: left;
	margin-top: 15px;
	width: 70px !important;
	text-align: left;
}

.color-box h5 {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding-top: 10px;
}

.color-box ul {
	display: inline-block;
	width: 80%;
}

.color-box .color-item {
	padding: 5px 10px;
	color: #777;
	cursor: pointer;
	text-align: right;
	display: inline-block;
	font-size: 11px;
	background-color: #f5f5f5;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	min-width: 110px;
}

	.color-box .color-item:hover {
		color: #333;
		border-color: #888;
	}

	.color-box .color-item.selected {
		border: 1px solid #1B75BB;
		box-shadow: 0 2px 5px rgba(27,117,187,0.5);
	}

	.color-box .color-item span {
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: middle;
		margin-left: 5px;
		border-radius: 3px;
	}

	.color-box .color-item.selected label {
		font-weight: bold;
		color: #000;
	}

.color-box .dropdown {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.color-box .dropdown-toggle {
	display: block;
	cursor: pointer;
	font-size: 12px;
}

	.color-box .dropdown-toggle span {
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		margin-left: 5px;
		border-radius: 3px;
	}

	.color-box .dropdown-toggle i {
		position: absolute;
		font-size: 20px;
		left: 0px;
		top: 0px;
		line-height: 32px;
		display: block;
		width: 32px;
		height: 32px;
		text-align: center;
	}

.color-box .dropdown-menu {
	border-radius: 0;
	padding: 0;
	width: 100%;
}

.colorpop-img-box {
	height: 150px;
	width: 150px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	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;
	border-radius: 10px;
}

.colorpop-title-box {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	direction: ltr;
}

	.colorpop-title-box .purple {
		color: #1B75BB;
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
		font-size: 11px;
	}
/************************************ Warranty Box ***************************/
.warranty-box {
}

	.warranty-box img {
		height: 26px;
		margin-left: 5px;
	}

	.warranty-box h5 {
		margin-bottom: 10px;
		color: #999;
	}

	.warranty-box .warranty-item {
		padding: 5px 10px;
		border-bottom: 1px solid #eee;
		color: #777;
		cursor: pointer;
		text-align: right;
		display: block;
		font-size: 11px;
	}

		.warranty-box .warranty-item:hover {
			color: #333;
			background-color: #f5f5f5;
		}

		.warranty-box .warranty-item:last-child {
			border-bottom: none;
		}

	.warranty-box .dropdown {
		border: 1px solid #ddd;
		padding: 2px 10px;
	}

	.warranty-box .dropdown-toggle {
		display: block;
		cursor: pointer;
		font-size: 12px;
	}

		.warranty-box .dropdown-toggle i {
			position: absolute;
			font-size: 20px;
			left: 0px;
			top: 0px;
			line-height: 32px;
			display: block;
			width: 32px;
			height: 32px;
			text-align: center;
		}

	.warranty-box .dropdown-menu {
		border-radius: 0;
		padding: 0;
		width: 100%;
	}
/**************************/
.option-box {
	padding: 15px 0;
	border-bottom: 1px solid #d1d1d1;
}

	.option-box h5 {
		margin-left: 10px;
		display: inline-block;
		font-size: 12px;
	}

	.option-box ul {
		display: inline-block;
	}

	.option-box .option-item {
		padding: 0px 22px;
		color: #707070;
		cursor: pointer;
		text-align: right;
		display: inline-block;
		position: relative;
	}

		.option-box .option-item:hover {
			color: #333;
		}

		.option-box .option-item::after {
			content: "";
			height: 16px;
			width: 16px;
			background-color: #f5f5f5;
			border: 1px solid #b8b8b8;
			border-radius: 8px;
			position: absolute;
			right: 0;
			top: 5px;
			z-index: 1;
		}

		.option-box .option-item.selected::after {
			background-color: #fff;
			border: 1px solid #1B75BB;
		}

		.option-box .option-item.selected::before {
			content: "";
			height: 10px;
			width: 10px;
			background-color: #1B75BB;
			border-radius: 8px;
			position: absolute;
			right: 3px;
			top: 8px;
			z-index: 2;
		}
/*******************************************/
.unit-price-box {
	margin-bottom: 15px;
	padding: 5px 10px;
	overflow: auto;
	color: #FCEFC7;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background-color: #144930;
}

	.unit-price-box .unit-price-title {
		font-size: 16px;
	}

	.unit-price-box .unit-price {
		font-size: 22px;
	}

		.unit-price-box .unit-price .toman {
			font-size: 16px;
			margin-right: 5px;
		}




	.unit-price-box .unit-old-price {
		font-size: 14px;
		color: #ccc;
		text-decoration: line-through;
		display: block;
		text-align: left;
	}

	.unit-price-box .unit-discount {
		background-color: #1B75BB;
		color: #fff;
		height: 18px;
		display: inline-block;
		line-height: 18px;
		padding: 0 7px;
		border-radius: 5px;
		font-size: 12px;
		font-family: IRANSans;
		direction: ltr;
		letter-spacing: 1px;
		margin-right: 5px;
	}

	.unit-price-box .unit {
		float: left;
		line-height: 40px;
	}

		.unit-price-box .unit label {
			color: #0c6a3a;
		}

.unit-box {
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d1d1d1;
	overflow: auto;
}

	.unit-box .unit-item {
		float: right;
	}

		.unit-box .unit-item:last-child {
			float: left;
		}

	.unit-box .change-price-percent {
		background-color: #1B75BB;
		color: #fff;
		height: 18px;
		display: inline-block;
		line-height: 18px;
		padding: 0 7px;
		border-radius: 5px;
		font-size: 12px;
		font-family: IRANSans;
		direction: ltr;
		letter-spacing: 1px;
	}

		.unit-box .change-price-percent.gray {
			background-color: #656565;
		}
/************************************ Question Container ***************************/
.question-container {
	margin-top: 10px;
}

.question-row {
	margin-bottom: 10px;
}

	.question-row textarea {
		border: 1px solid #b8b8b8;
		padding: 2px 10px;
		border-radius: 5px;
		position: relative;
		background-color: #f5f5f5;
		font-size: 12px;
	}

		.question-row textarea::-webkit-input-placeholder {
			color: #aaa;
			font-size: 11px;
		}

		.question-row textarea::-moz-placeholder {
			color: #aaa;
			font-size: 11px;
		}

		.question-row textarea::-ms-input-placeholder {
			color: #aaa;
			font-size: 11px;
		}

		.question-row textarea::-webkit-input-placeholder {
			color: #aaa;
			font-size: 11px;
		}

		.question-row textarea::-moz-placeholder {
			color: #aaa;
			font-size: 11px;
		}

		.question-row textarea::-ms-input-placeholder {
			color: #aaa;
			font-size: 11px;
		}

.question-help {
	display: inline-block;
	left: 0;
	top: 8px;
	border: 1px solid #656565;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 5px;
	z-index: 9;
}

@media (min-width : 992px) {
	.question-help {
		left: -25px;
		position: absolute;
		margin-right: 0;
	}
}

.question-title {
	font-size: 12px;
	position: relative;
	line-height: 28px;
}

.question-help:hover {
	color: #fff;
	background-color: #1B75BB;
	border-color: #1B75BB;
}


.question-row .dropdown {
	border: 1px solid #b8b8b8;
	padding: 4px 10px;
	border-radius: 5px;
	position: relative;
	background-color: #f5f5f5;
}

.question-row .dropdown-millimeter:before {
	content: "+";
	position: absolute;
	right: -22px;
	top: -7px;
	font-size: 20px;
	color: #656565;
}

.question-row .dropdown-toggle {
	display: block;
	cursor: pointer;
	font-size: 11px;
}

	.question-row .dropdown-toggle i {
		position: absolute;
		font-size: 16px;
		left: 0px;
		top: 0px;
		line-height: 28px;
		display: block;
		width: 28px;
		height: 28px;
		text-align: center;
	}

.question-row .dropdown-menu {
	border-radius: 0;
	padding: 0;
	width: 100%;
	max-height: 180px;
	overflow: auto;
}

	.question-row .dropdown-menu li {
		padding: 2px 10px;
		text-align: right;
		font-size: 11px;
		overflow: auto;
		position: relative;
	}

		.question-row .dropdown-menu li:hover {
			color: #fff;
			background-color: #1B75BB;
			cursor: pointer;
		}

.question-item {
}

	.question-item img {
		height: 50px;
		width: 50px;
		float: left;
	}

	.question-item span {
		float: right;
		height: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.question-item small {
		display: block;
		font-size: 9px;
		color: #999;
	}
/*******************************/
.config-option-row {
	margin-bottom: 10px;
}

.config-option-help {
	display: inline-block;
	left: 0;
	top: 6px;
	border: 1px solid #656565;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	border-radius: 8px;
	cursor: pointer;
	z-index: 999;
	margin-right: 5px;
}

@media (min-width : 768px) {
	.config-option-help {
		left: -25px;
		position: absolute;
		margin-right: 0;
	}
}

.config-option-title {
	font-size: 12px;
	line-height: 28px;
	position: relative;
}

.config-option-help:hover {
	color: #fff;
	background-color: #1B75BB;
	border-color: #1B75BB;
}

.config-option-row .dropdown {
	border: 1px solid #b8b8b8;
	padding: 2px 10px;
	border-radius: 5px;
	position: relative;
	background-color: #f5f5f5;
}

.config-option-row .dropdown-toggle {
	display: block;
	cursor: pointer;
	font-size: 11px;
}

	.config-option-row .dropdown-toggle i {
		position: absolute;
		font-size: 16px;
		left: 0px;
		top: 0px;
		line-height: 28px;
		display: block;
		width: 28px;
		height: 28px;
		text-align: center;
	}

.config-option-row .dropdown-menu {
	border-radius: 0;
	padding: 0;
	width: 100%;
	max-height: 180px;
	overflow: auto;
}

	.config-option-row .dropdown-menu li {
		padding: 10px 5px;
		text-align: right;
		font-size: 11px;
		overflow: auto;
		cursor: pointer;
		border-bottom: 1px solid #ddd;
	}

		.config-option-row .dropdown-menu li input[type=checkbox] {
			margin-left: 10px;
		}

.option-title {
	float: right;
	width: 180px;
}

	.option-title .toman {
		margin-right: 5px;
		color: #144930;
		white-space: nowrap;
	}

.option-img {
	float: left;
	width: 40px;
	height: 40px;
}

/********************************************/
.zoomContainer {
	z-index: 1001;
}

/**************************/
.gift-box {
}

	.gift-box .gift-icon {
		margin-left: 10px;
		color: #ff878e;
		display: inline-block;
		font-size: 24px;
	}

	.gift-box .gift-item img {
		max-width: 40px;
		max-height: 40px;
		vertical-align: middle;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.gift-box h4 {
		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: 10px;
	overflow: auto;
	text-align: center;
}

	.inner-product-buttons .btn {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 13px;
	}

@media (min-width : 768px) {
	.inner-product-buttons .btn {
		/*width: 49%;*/
	}
}

.inner-product-buttons .btn-success {
	background-color: #144930;
	border-color: #144930;
}

.inner-product-buttons .btn-danger, .inner-product-buttons .btn-danger:focus {
	background-color: #1B75BB;
	border-color: #1B75BB;
	height: 50px;
	font-size: 16px;
	outline: none;
}

.inner-product-buttons .btn-success:hover {
	background-color: #1f784e;
	border-color: #1f784e;
}

.inner-product-buttons .btn-danger:hover {
	background-color: #931e5c;
	border-color: #931e5c;
}

.count-box {
	position: relative;
	display: inline-block;
	background-color: #f5f5f5;
	border: 1px solid #b8b8b8;
	height: 32px;
	border-radius: 5px;
}

	.count-box .txt-count {
		width: 70px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		float: right;
		border-right: 1px solid #b8b8b8;
		border-left: 1px solid #b8b8b8;
		color: #707070;
	}

	.count-box .count-inc {
		cursor: pointer;
		color: #707070;
		float: right;
		width: 40px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-size: 20px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.count-box .count-dec {
		cursor: pointer;
		color: #707070;
		float: right;
		width: 40px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		font-size: 20px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		.count-box .count-inc:hover, .count-box .count-dec:hover {
			color: #333;
		}

@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;
	}
}

.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 {
	border: 1px solid #ddd;
	padding: 5px 2px 10px 2px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

	.compare-item-box img {
		max-height: 100px;
		max-width: 100px;
		margin-bottom: 10px;
	}

	.compare-item-box .closeCompare {
		font-size: 18px;
		cursor: pointer;
		/*margin-top: -8px;*/
		width: 100%;
		text-align: right;
		color: #777;
		position: absolute;
		right: 5px;
		top: 0;
	}

		.compare-item-box .closeCompare:hover {
			color: red;
		}

	.compare-item-box a {
		color: #333;
		font-size: 11px;
		display: block;
	}

		.compare-item-box a:hover {
			color: #ee1c21;
		}


#collapseContainer .btn {
	margin-bottom: 10px;
}

.compare-item-col {
	width: 120px;
	padding: 0px;
	float: right;
	margin-left: 3px;
	margin-bottom: 10px;
}

.panel.m2.collapse .panel-body {
	padding: 10px;
	border: 1px solid #ddd;
}

.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, .compare-box, .chart-box {
	cursor: pointer;
	float: right;
	margin-left: 10px;
	font-weight: normal;
	width: 30px;
	text-align: center;
}

	.like-box:hover, .share-box:hover, .favorite-box:hover, .notification-box:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

.favorite-box {
	float: right;
}

	.favorite-box span {
		/*display: inline-block;
		height: 25px;
		width: 30px;
		vertical-align: middle;
		background-size: 28px 25px;
		background-repeat: no-repeat;
		background-position: center;*/
	}

	.favorite-box .heart {
		display: inline-block;
		width: 30px;
		height: 25px;
		background-image: url(../Images/product-icons.png);
		background-repeat: no-repeat;
		background-position: -207px 0;
	}

	.favorite-box .heart-empty {
		display: inline-block;
		width: 30px;
		height: 25px;
		background-image: url(../Images/product-icons.png);
		background-repeat: no-repeat;
		background-position: -169px 0;
	}

		.favorite-box .heart-empty:hover {
			background-position: -134px 0;
		}

.share-box {
	display: inline-block;
	width: 30px;
	height: 25px;
	background-image: url(../Images/product-icons.png);
	background-repeat: no-repeat;
	background-position: -102px 0;
}

	.share-box:hover {
		background-position: -70px 0;
	}

.share-container {
	position: absolute;
	right: -10px;
	top: 45px;
	background-color: #fff;
	padding: 20px;
	width: 350px;
	z-index: 99;
	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: -5px;
		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;
	width: 100%;
}

.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;
	color: #fff;
	padding: 0 20px;
}

	.share-box-icons img {
		height: 26px;
		margin-right: 10px;
	}

.compare-box {
	display: inline-block;
	width: 30px;
	height: 25px;
	background-image: url(../Images/product-icons.png);
	background-repeat: no-repeat;
	background-position: -241px 0;
}

	.compare-box:hover {
		background-position: -281px 0;
	}

.chart-box {
	display: inline-block;
	width: 30px;
	height: 25px;
	background-image: url(../Images/product-icons.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
}

	.chart-box:hover {
		background-position: -40px 0;
	}

.notification-box {
	color: #FFDE00;
	float: right;
}

.right-sidebar {
	/*width: 70px;*/
}

.request-panel {
	margin-bottom: 10px;
	/*background-color: #fafafa;*/
	text-align: right;
	padding: 0;
}

@media only screen and (max-width : 480px) {
	.request-panel {
		margin-bottom: 0;
	}

		.request-panel .tooltip {
			display: none !important;
		}
}

.request-panel div[id^="MainBodyPlaceHolder"] {
	float: right;
}

.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;
	overflow: auto;
	position: relative;
}

.advantage-container {
	padding-left: 20px;
	text-align: justify;
	width: 49.8%;
	float: right;
}

	.advantage-container i, .disadvantage-container i {
		margin-left: 3px;
		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;
	width: 49.8%;
	padding-right: 20px;
	float: right;
}

	.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;
}

.advantage-spacer {
	height: 85%;
	width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px dashed #ccc;
}

.rate-container {
	margin-bottom: 50px;
}

.pnl-rate-result .progress {
	height: 8px;
	box-shadow: none;
	background-color: #e5e5e5;
	position: relative;
	border-radius: 0;
	overflow: initial;
}

.pnl-rate-result .progress-bar {
	background-color: #1B75BB;
}

.rate-drp-box {
	height: 52px;
	padding-top: 16px;
	margin-right: 10px;
}

	.rate-drp-box:last-child {
		margin-bottom: 15px;
	}

	.rate-drp-box select {
		display: block;
		height: 20px;
		font-size: 12px;
		width: 50px;
		padding: 0;
	}

.lbl-rate-val {
	position: absolute;
	top: -10px;
	left: -14px;
	font-size: 13px;
}
/*=====================================================================================/ Product Info ==============*/
.product-info-box {
	overflow: auto;
	padding-right: 10px;
}

.product-info {
	margin-top: 25px;
	padding-bottom: 30px;
	text-align: center;
}

	.product-info span {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}


		.product-info span.purple {
			color: #1B75BB;
		}


.description {
	text-align: justify;
	line-height: 2.5;
}

@media only screen and (min-width :992px) {
	.product-info {
		text-align: right;
	}

	.product-info-box {
		border-right: 1px solid #ddd;
	}
}

/******************************************* 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: 350px;
		text-align: center;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}

		#product-gallery .product-main-image img {
			max-height: 100%;
		}

		#product-gallery .product-main-image .product-ribbon {
			position: absolute;
			right: 0;
			top: 0;
		}

	#product-gallery .product-thumbnails {
		overflow: hidden;
		text-align: center;
	}

	#product-gallery .thum-box {
		display: inline-block;
		margin: 0px 5px;
		text-align: center;
		height: 50px;
		width: 50px;
		overflow: hidden;
		border: 1px solid #eee;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		cursor: pointer;
		position: relative;
	}

		#product-gallery .thum-box:hover {
			border: 1px solid #999;
		}

		#product-gallery .thum-box i {
			position: absolute;
			color: #fff;
			background-color: #1B75BB;
			font-size: 18px;
			height: 24px;
			width: 24px;
			text-align: center;
			left: 13px;
			top: 13px;
			line-height: 28px;
			border-radius: 25px;
			opacity: 0.7;
		}

			#product-gallery .thum-box i:before {
				line-height: 1;
				margin-right: 0;
			}

		#product-gallery .thum-box:hover i {
			opacity: 1;
		}

	#product-gallery .product-thumbnails img {
		height: 100%;
		cursor: pointer;
		object-fit: contain;
	}

	#product-gallery .product-thumbnails [class^="col-"] {
		padding: 5px 2px;
	}

	#product-gallery .product-thumbnails .item {
		height: 50px;
		margin: auto;
	}

	#product-gallery .product-thumbnails .carousel-control {
		width: 30px;
		height: 30px;
		top: 50%;
		transform: translateY(-50%);
		text-shadow: none;
		overflow: hidden;
		line-height: 1;
		color: #333;
		font-size: 26px;
		opacity: 1;
	}

		#product-gallery .product-thumbnails .carousel-control span {
		}

	#product-gallery .product-thumbnails .right.carousel-control {
		right: -5px;
	}

	#product-gallery .product-thumbnails .left.carousel-control {
		left: 0;
	}

@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;
	text-decoration: 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;
		outline: none;
	}

	.product-relative-news li:last-child a {
		border-bottom: none;
	}

	.product-relative-news a:hover {
		color: #ee1c21;
	}

	.product-relative-news img {
		height: 50px;
		margin-left: 5px;
		vertical-align: middle;
	}


#bestSellerProductDiv {
	float: right;
	width: 1150px;
}

.star-rate-box {
	text-align: center;
	width: 70px;
}




	.star-rate-box label {
		display: block;
		color: #777;
		font-size: 12px;
		text-align: right;
	}

	.star-rate-box .star-gray {
		background: url("../Images/stars-empty.png");
		height: 17px;
		position: relative;
		width: 99px;
		direction: ltr;
		display: inline-block;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}

	.star-rate-box .star-gold {
		background: url("../Images/stars.png");
		height: 17px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}

.product-name-box {
	text-align: right;
	padding: 10px 10px 15px 10px;
	position: relative;
	border-bottom: 1px solid #d1d1d1;
}

	.product-name-box .code:not(:empty) {
		color: #656565;
		margin-top: 10px;
		display: block;
	}

.product-brand {
	position: absolute;
	overflow: hidden;
	left: 10px;
	bottom: 0;
	width: 70px;
	text-align: center;
}

	.product-brand a {
		color: #555;
	}

		.product-brand a:hover {
			color: #ee1c21;
		}

.product-country-box {
	position: absolute;
	width: 32px;
	height: 24px;
	overflow: hidden;
	right: 10px;
	bottom: 10px;
}

	.product-country-box img {
		height: auto;
		width: 100%;
	}

@media (min-width : 768px) {

	.product-name-box {
		padding: 10px 0;
	}
}

.product-name-box .product-title {
	/*width: 50%;
	display: inline-block;*/
}

.product-name-box h1 {
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width : 768px) {
	.product-name-box h1 {
		font-size: 18px;
		line-height: 1.4;
	}
}

.product-name-box h2 {
	line-height: 1.4;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
	font-family: Tahoma;
}

.btn-not-available {
	text-align: center;
	background-color: #fffde4;
	border: 1px solid #f6e8a1;
	height: 70px;
	line-height: 70px;
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 15px;
}

	.btn-not-available i {
		color: #f6e8a1;
		margin-left: 10px;
		font-size: 24px;
		vertical-align: sub;
	}

@media (min-width : 768px) {
	.btn-not-available {
		font-size: 18px;
	}

		.btn-not-available i {
			font-size: 30px;
		}
}
/**************************************** Modal Gallery *****************************/
#GalleryModal .modal-dialog {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#GalleryModal .close {
	border-radius: 50% !important;
	font-size: 30px;
	left: 0;
	top: 5px;
	position: absolute;
}

#GalleryModal .modal-header {
	background-color: #fff;
	border: none;
	position: relative;
	text-align: right;
	width: 100%;
}

#GalleryModal .close:hover {
}

#GalleryModal .modal-body {
	padding-top: 30px;
}

#GalleryModal .modal-title {
	font-size: 14px;
}

#GalleryModal .modal-content {
	border-radius: 14px;
}

#GalleryModal .slimScrollBar, #GalleryModal .slimScrollRail {
	left: -10px;
}

.gallery-modal-title {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}

.modal-gallery-main-box {
	text-align: center;
	height: 500px;
	width: 500px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 10px auto;
	background-position: center;
	background-size: contain;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

	.modal-gallery-main-box img {
		height: 100%;
		object-fit: cover;
	}

.modal-gallery-thum-box {
	height: 500px;
	float: left;
	width: 190px;
	margin-left: 10px;
}

	.modal-gallery-thum-box .thum-item {
		border: solid 1px #ddd;
		padding: 0;
		text-align: center;
		float: left;
		width: 100px;
		height: 100px;
		position: relative;
		margin-bottom: 2px;
		margin-left: 15px;
	}

		.modal-gallery-thum-box .thum-item:last-child {
			border-bottom: solid 1px #ddd;
		}

	.modal-gallery-thum-box img {
		height: 100%;
		cursor: pointer;
		object-fit: contain;
	}

	.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;
		margin-left: 1px;
	}

	.modal-gallery-thum-box .thum-item.active::before {
		border-color: #fff;
		border-left-color: #999;
		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;
	}

.carousel-gallery-item {
	height: 450px;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

	.carousel-gallery-item img {
		height: 100%;
		width: 100%;
		max-height: 400px;
		max-width: 400px;
		object-fit: cover;
	}

@media only screen and (max-width: 480px) {
	#GalleryModal .modal-dialog {
		width: 95%;
	}

	.carousel-gallery-item {
		height: 250px;
		width: 100%;
		overflow: hidden;
		margin: auto;
	}

		.carousel-gallery-item img {
			height: 100%;
			width: 100%;
			max-height: 200px;
			max-width: 250px;
			object-fit: cover;
		}

	.gallery-modal-title {
		font-size: 14px;
	}
}
/************************************ Detail Summary *********************************/
.details-summary-box {
	margin-bottom: 10px;
}

	.details-summary-box ul {
		line-height: 2.5;
		height: 60px;
		overflow: hidden;
	}

		.details-summary-box ul li {
			display: block;
			padding-right: 10px;
		}

			.details-summary-box ul li .fa-circle {
				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: 10px;
	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 #c1c1c1;
	}

		.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: #303030;
				border: none;
				font-size: 11px;
			}

@media only screen and (min-width : 768px) {
	.pnl-tabs .nav-tabs li a {
		font-size: 13px;
	}
}

.pnl-tabs .nav-tabs li a:hover, .pnl-tabs .nav-tabs li a:focus {
	background-color: transparent;
	border: none;
}

.pnl-tabs .nav-tabs li:first-child.active a {
	border-right: none;
}

.pnl-tabs .nav-tabs li.active a, .pnl-tabs .nav-tabs li.active a:hover, .pnl-tabs .nav-tabs li.active a:focus {
	border: none;
	border-bottom: 2px solid #1B75BB;
	cursor: pointer;
	color: #303030;
}

.pnl-tabs .tab-pane {
	min-height: 300px;
	padding: 30px 0;
}

.pnl-tabs a 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: 20px 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: 50px;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

	.product-slider *[class^="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.product-slider .panel-body {
		padding: 0;
	}

	.product-slider .panel-heading {
		background-color: transparent !important;
		border: none;
		color: #000;
		border-radius: 0;
		padding: 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}

		.product-slider .panel-heading .line {
			flex: 1;
			height: 1px;
			background-color: rgba(0, 0, 0, 0.20);
		}

		.product-slider .panel-heading h4 {
			background-color: #fff;
			z-index: 2;
			padding-left: 40px;
			position: relative;
			font-family: IranSans-Medium;
			font-size: 24px;
			color: #1B75BB;
		}

			.product-slider .panel-heading h4.relative {
				background-color: #f7f7f7;
			}

		.product-slider .panel-heading a {
			color: #1B75BB;
			z-index: 2;
			background-color: #fff;
			padding-right: 40px;
			position: relative;
			font-size: 14px;
		}

			.product-slider .panel-heading a i {
				vertical-align: middle;
			}

	.product-slider .carousel-cell {
		width: 56%;
		text-align: center;
		margin: 0 12px;
	}

	.product-slider .flickity-prev-next-button, .product-slider .flickity-prev-next-button:focus {
		background-color: transparent;
		box-shadow: none;
	}

		.product-slider .flickity-prev-next-button.next {
			left: -25px;
		}

		.product-slider .flickity-prev-next-button.previous {
			right: -40px;
		}

@media only screen and (max-width : 480px) {
	.product-slider .panel-heading {
		display: block;
		text-align: center;
	}

		.product-slider .panel-heading h4 {
			padding-left: 0;
			font-size: 20px;
		}
}

@media only screen and (min-width : 768px) {
	.product-slider .carousel .carousel-inner {
		padding: 0 25px;
	}

	.product-slider .carousel-cell {
		width: 18%;
		text-align: center;
		margin: 0 12px;
	}
}

.product-slider .carousel .carousel-control {
	width: 30px;
	/*height: 25px;*/
	/*top: -45px;*/
	border-radius: 25px;
	text-align: center;
}

	.product-slider .carousel .carousel-control.right {
		text-align: left;
	}


	.product-slider .carousel .carousel-control span {
		font-size: 30px;
	}

	.product-slider .carousel .carousel-control:hover {
	}


	.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: 0;
	}

	.product-slider .carousel .carousel-control.right {
		right: 0;
	}

	.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;
}


.drp-pagesize-box {
	margin: 10px 0;
	border-radius: 8px;
	border: 1px solid #ccc;
}

.avalibility-box label {
	float: right;
}

.drp-pagesize-box label, .avalibility-box label {
	width: 105px;
	margin-left: 5px;
}

@media(min-width:768px) {
	.drp-pagesize-box {
		margin: 0;
	}



		.drp-pagesize-box label, .avalibility-box label {
			width: initial;
		}
}

.sort-box {
}

	.sort-box .sort-item {
		display: block;
		cursor: pointer;
		text-align: right;
		padding: 5px;
		font-size: 12px;
	}

		.sort-box .sort-item:hover {
			background-color: #eee;
		}

	.sort-box .dropdown {
		display: inline-block;
		vertical-align: middle;
		width: 160px;
	}

	.sort-box .dropdown-toggle,
	.sort-box .dropdown-toggle:hover,
	.sort-box .dropdown-toggle:focus,
	.sort-box .dropdown-toggle:active {
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
		text-align: right;
		width: 100%;
		border-radius: 0;
		border: 1px solid #ddd;
		background-color: transparent;
		position: relative;
		font-size: 12px;
	}

		.sort-box .dropdown-toggle i {
			font-size: 18px;
			color: #bbb;
			position: absolute;
			left: 10px;
			top: 3px;
		}

	.sort-box .dropdown-menu {
		border-radius: 0;
	}

	.sort-box label {
		margin-left: 5px;
	}

@media(min-width:768px) {
	.sort-box {
		margin: 0;
		text-align: left;
	}

		.sort-box label {
			width: initial;
		}
}
/**************************** Blind Gallery *****************/
.carousel-gallery-container {
	margin: auto;
	margin-bottom: 20px;
	background-color: #f1f2f3;
	padding: 20px 0 10px 0;
	width: 94%;
}

.carousel-gallery-header {
	text-align: center;
	margin-bottom: 20px;
}

.carousel-gallery {
	text-align: center;
}

	.carousel-gallery .flickity-prev-next-button {
		background-color: rgba(255, 255, 255, 0.30);
		height: 40px;
		width: 40px;
		display: block !important;
	}
	.carousel-gallery .flickity-prev-next-button svg path{
		fill:#000;
	}

	.carousel-gallery li {
		width: 23%;
		cursor: pointer;
		border: 2px solid transparent;
		padding: 5px;
		margin: 5px;
		transition: all .2s ease-in-out;
		display: inline-block;
	}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.carousel-gallery li {
		width: 100%;
	}

	.carousel-gallery .flickity-prev-next-button.next {
		left: -10px;
	}

	.carousel-gallery .flickity-prev-next-button.previous {
		right: -10px;
	}
}

.carousel-gallery li:hover {
	opacity: .9;
}

.carousel-gallery li .img-box {
	height: 100px;
	margin-bottom: 10px;
}

	.carousel-gallery li .img-box img {
		height: 100%;
		object-fit: cover;
	}

.carousel-gallery li.selected .img-box img {
	border: 2px solid #1B75BB;
}

.carousel-gallery li h5 {
	color: #303030;
	height: 38px;
	line-height: 1.5;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel-gallery li.selected h5 {
	color: #1B75BB;
}

.gallery-container {
	margin-left: -4px;
	margin-right: -4px;
}

	.gallery-container .col-md-3 {
	}

	.gallery-container .ug-tile .btn-select {
		position: absolute;
		background-color: rgba(0,0,0,.7);
		color: #fff;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 0;
		font-size: 11px;
		z-index: 999999;
		text-align: center;
		height: 30px;
	}

		.gallery-container .ug-tile .btn-select:hover {
			background-color: #1B75BB;
			color: #fff;
		}

	.gallery-container .ug-tile .btn-select-xs {
		position: absolute;
		background-color: #1B75BB;
		color: #fff;
		bottom: 0;
		left: 0;
		border-radius: 0;
		font-size: 11px;
		z-index: 999999;
		text-align: center;
		height: 30px;
		width: 30%;
	}

@media only screen and (min-device-width : 320px) and (max-device-width : 992px) {
	.gallery-container .ug-tile .btn-select {
		position: absolute;
		background-color: rgba(0,0,0,.7);
		color: #fff;
		bottom: 0;
		right: 0;
		left: auto;
		border-radius: 0;
		font-size: 11px;
		z-index: 999999;
		text-align: center;
		height: 30px;
		width: 70%;
	}
}

.selected-blind-gallery {
	direction: ltr;
	font-family: Tahoma;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.btn-more-cat, .btn-close-cat {
	cursor: pointer;
	text-align: center;
	margin-bottom: 25px;
	font-size: 11px;
	color: #0099ff;
}

.cat-description:not(:empty) {
	line-height: 2.5;
	text-align: justify;
	margin: 50px 0;
}

@media (max-width: 768px) {
	#product-gallery {
		clear: both;
	}

	.pnl-tabs .nav-tabs li {
		text-align: center;
	}
}

.show-type-box {
	text-align: center;
	margin-bottom: 15px;
}

.btn-show-type {
	font-size: 22px;
	border: 1px solid #ddd;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #ccc;
}

	.btn-show-type.selected {
		border: 1px solid #555;
		color: #555;
	}

.gallery-search-box {
	padding: 0px 10px;
	background-color: #fff;
	border: 1px solid #303003;
	margin: 15px auto;
	overflow: hidden;
	border-radius: 20px;
}

@media (min-width : 768px) {
	.gallery-search-box {
		width: 50%;
	}
}

.gallery-search-box .btn-search {
	background-color: transparent;
	border: none;
	width: 24px;
	height: 24px;
	background-image: url(../Images/search.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-search-box input[type=text] {
	border: none;
	margin: 0;
	z-index: 1;
	position: initial;
	box-shadow: none;
	color: #333;
}

	.gallery-search-box input[type=text]::-webkit-input-placeholder {
		color: #ccc !important;
		font-size: 11px;
	}

	.gallery-search-box input[type=text]:-moz-placeholder {
		color: #ccc !important;
		font-size: 11px;
	}

	.gallery-search-box input[type=text]::-moz-placeholder {
		color: #ccc !important;
		font-size: 11px;
	}

	.gallery-search-box input[type=text]:-ms-input-placeholder {
		color: #ccc !important;
		font-size: 11px;
	}

	.gallery-search-box input[type=text]:active,
	.gallery-search-box input[type=text]:focus {
		box-shadow: none;
	}

.no-blind-gallery {
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	border: 1px #1B75BB solid;
	width: 50%;
	color: #1B75BB;
	margin: 20px auto;
	border-radius: 4px;
}

#BasketMessageModal .modal-dialog {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

#BasketMessageModal h5 {
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	color: #144930;
}

#BasketMessageModal .btn {
	height: 34px;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}

#VideoModal .modal-header {
	border: none;
	background: none;
}

#VideoModal .modal-body {
	overflow: initial;
}

.video-container {
	text-align: center;
}

.play-box {
	height: 220px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width : 768px) {
	.play-box {
		height: 360px;
	}
}

.play-box video {
	max-width: 100%;
	max-height: 100%;
}

.play-box-embedded {
	padding: 0 90px;
}
