﻿.slider-container {
}


	.slider-container a {
		width: 100%; /* full width */
		height: 250px; /* height of carousel */
		margin-right: 10px;
		display: block;
		text-align: center;
		background-color: #fff;
	}

		.slider-container a img {
			height: 100%;
		}

.product-title-box {
	padding: 10px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.title1 {
	font-size: 16px;
	color: #000;
}

.title2 {
	margin-top: 10px;
	color: #999;
}

.flickity-page-dots {
	bottom: 20px;
	text-align: left;
}

	.flickity-page-dots .dot {
		background-color: #999;
		opacity: 0.5;
		width: 7px;
		height: 7px;
		vertical-align: middle;
	}

		.flickity-page-dots .dot.is-selected {
			width: 10px;
			height: 10px;
		}

.button-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10px;
}

	.button-box a {
		background-color: #fff;
		padding: 12px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		width: 48%;
		color: #000;
		text-align: center;
		text-decoration: none;
		outline: none;
		font-size: 13px;
	}

		.button-box a i {
			font-size: 20px;
			vertical-align: middle;
			margin-left: 5px;
			color: #999;
			line-height: 1;
		}

.description-box {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #000;
	text-align: justify;
	margin: 4px 10px;
	padding: 15px;
	line-height: 2.5;
}

.btn-more, .btn-close {
	color: #0099ff;
	display: block;
	text-align: center;
	cursor: pointer;
}

.rate-box {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	margin: 10px;
	font-size: 11px;
}

.rate-summary {
	display: flex;
	padding: 10px;
}

.rate-count {
	color: #999;
	flex: 3;
}

.rate-average {
	flex: 1;
	font-family: ISM;
	text-align: center;
}

.rate-star-box {
	flex: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rate-stars {
	position: relative;
	width: 75px;
	height: 15px;
	overflow: hidden;
}

.star-gray {
	background-image: url(../Images/stars-gray.png);
	height: 15px;
	width: 75px;
	position: absolute;
	left: 0;
}

.star-gold {
	background-image: url(../Images/stars-gold.png);
	height: 15px;
	position: absolute;
	left: 0;
}

.rate-item-box {
	display: flex;
	flex-direction: row;
	padding: 10px;
}

.rate-title-box {
	flex: 2;
}

.rate-title {
	display: flex;
	height: 20px;
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: center;
}

.rate-value-box {
	flex: 3;
}

.rate-value-row {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.rate-value-empty {
	background-color: #eee;
	height: 10px;
	margin-bottom: 20px;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	display: flex;
	position: relative;
}

.rate-value-fill {
	background-color: #00e676;
	position: absolute;
	right: 0;
	height: 10px;
}

.rate-spacer {
	background-color: #fff;
	width: 5px;
	height: 10px;
	z-index: 2;
}

.config-box {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	margin: 10px;
	padding: 20px 15px;
}
.config-box.ua{
	box-shadow: none;
	padding: 0;
	margin:0;
}
.feature-name {
	font-family: ISM;
	display: block;
}

.option-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.option-item {
	padding: 0px 10px;
	border: 1px solid #ccc;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 15px;
	font-size: 11px;
}

	.option-item.selected {
		border: 1px solid #0099ff;
	}

.config-des-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.config-des {
	display: block;
	margin-bottom: 10px;
}

.config-multiple {
	display: block;
	color: #f00;
}

.color-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.color-header {
	font-family: ISM;
	display: block;
}

.color-item {
	padding: 0px 10px;
	border: 1px solid #ccc;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 15px;
	font-size: 11px;
}



	.color-item.selected {
		border: 1px solid #0099ff;
	}

.color-bullet {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-left: 5px;
	border-radius: 7px;
	vertical-align: sub;
}

.warranty {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

	.warranty img {
		height: 26px;
		vertical-align: middle;
		margin-left: 5px;
	}

.price-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}

.btn-add {
	border: none;
	background-color: #00c853;
	height: 36px;
	color: #fff;
	font-size: 13px;
	width: 160px;
	border-radius: 4px;
	padding: 0;
	outline: none;
}

.price-txt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.old-price {
	text-decoration: line-through;
	display: inline-block;
	color: #ff1744;
	margin-bottom: 7px;
}

.price {
	font-size: 20px;
	font-family: ISM;
	display: inline-block;
}

	.price .toman {
		font-size: 12px;
		font-weight: normal;
		margin-right: 5px;
	}

.unavailable {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #ff1744;
}

.btn-basket-add {
	height: 30px;
	width: 30px;
	overflow: hidden;
	float: left;
	border: none;
	background-image: url(../Images/cart-add.png);
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	margin-left: 10px;
	cursor: pointer;
}

#AddToBasketModal .modal-header {
	border: none;
}

#AddToBasketModal .modal-dialog {
	width: 95%;
	margin: 100px auto 0 auto;
}

.basket-product-title {
	text-align: center;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: ISM;
}

.double-value-box {
	text-align: center;
	margin-bottom: 20px;
}

.double-value-item {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 3px 10px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
}

	.double-value-item.selected {
		border: 1px solid #0099ff;
		color: #0099ff;
	}

.add-to-basket-box {
	background-color: #fff;
	height: 40px;
	width: 150px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 10px;
	justify-content: space-between;
	flex-direction: row;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.btn-change-count, btn-change-count:focus {
	color: #ff1744;
	width: 38px;
	height: 38px;
	border: none !important;
	outline: none !important;
	background: none;
}

	.btn-change-count i {
		line-height: 1;
		font-size: 24px;
		display: inline-block;
	}

		.btn-change-count i:before {
			margin: 0;
		}

.count-error-box {
	height: 20px;
	color: #ff1744;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: ISM;
}

.basket-success-msg {
	color: #00aa00;
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}
