﻿body{
	padding-top:65px;
}
.search-container {
	display: flex;
	flex-direction: row;
	background-color: #eee;
	padding: 10px;
	justify-content: space-between;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	z-index:9;
	position:fixed;
	top:0;
	width:100%;
}

.logo-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
}

	.logo-box img {
		height: 45px;
	}

.search-box, .search-box:focus {
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	background-color: #fff;
	flex: 5;
	justify-content: flex-start;
	align-items: center;
	color: #ccc;
	outline: none;
	text-decoration: none;
	padding:10px;
}

	.search-box i {
		font-size: 24px;
		margin-left: 5px;
		line-height:1;
	}

.slider-container {
	margin-bottom:50px;
}

	.slider-container .slide-item img {
		height: 100%;
		width: 100%;
		object-fit: fill;
	}

	.slider-container .slide-item {
		width: 100%; /* full width */
		height: 170px; /* height of carousel */
		margin-right: 10px;
	}

.category-container {
	padding: 0 5px;
	margin-bottom: -1px;
	overflow: auto;
}

.cat-item, .cat-item:hover, .cat-item:focus {
	margin: 10px 5px;
	background-color: #00c853;
	border-radius: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 40px;
	line-height: 1;
	width: 150px;
	text-align: center;
	text-decoration: none;
}

.flickity-page-dots {
	bottom: 20px;
	text-align: left;
}

	.flickity-page-dots .dot {
		background-color: #fff;
		opacity: 0.5;
	}

.product-slider-box {
	margin-bottom: 15px;
	margin-top: -10px;
	padding: 0 10px;
}


.product-slider-header {
	padding: 10px 5px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}


.product-slider-title {
	font-size: 16px;
	color:#7b7c98;
	font-family:ISM;
}

.product-slider-header a {
	color: #0099ff;
	font-size: 11px;
}

.product-item, .product-item:hover, .product-item:focus {
	background-color: #fff;
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #000;
	font-size: 12px;
	display: block;
	outline: none;
	text-decoration: none;
	padding-bottom: 5px;
}

.product-img-box {
	padding: 10px;
	height: 170px;
	text-align: center;
	overflow: hidden;
}

	.product-img-box img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		background-color: #fff;
	}

.product-title {
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.price-box {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
	padding:0 10px;
	margin-top: 10px;
}
.off-box:not(:empty){
	flex:1;
	padding:0 10px;
	border-radius:20px;
	height:16px;
	background-color:#ff1744;
	color:#fff;
	text-align:center;
}
.price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-end;
	height: 30px;
	margin-bottom: 5px;
	flex:3;
}

.product-price {
	padding-right: 10px;
	font-family: ISM;
	font-size:13px;
}

.product-old-price {
	padding-right: 10px;
	height: 20px;
	color: #999;
	display: block;
	text-decoration: line-through;
	font-size:11px;
}

.not-available {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	color: red;
	font-size: 14px;
}
.buy-with-call {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color:#ff1744;
	border-radius:20px;
	width:60%;
	margin: 10px 20% 5px 20%;
	font-size: 11px;
}
.buy-with-call i{
	font-size:16px;
	margin-left:5px;
}

.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;
}

.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;
}

.ads-container {
	padding: 0 10px;
	overflow: hidden;
	margin-top: -5px;
}

	.ads-container .col-xs-12 {
		padding: 0px;
	}

.ads-item {
	min-height: 100px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

	.ads-item a {
		display: block;
		height: 100%;
	}


	.ads-item img {
		height: 100%;
		width: 100%;
		/*object-fit: cover;*/
		vertical-align: middle;
	}
