
.AddedToBasket {
	padding: 5px 10px;
}

 .AddedToBasket .buttons {
	padding-top: 30px;
}


.shop-container {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-size: 0;
	text-align: center;
}

.shop-container .image-container {
	position: relative;	
	text-align: center;
	display:inline-block;
	margin:5px;
}

.shop-container .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease-in-out;
}

.shop-container .overlay:hover {
	background-color:transparent;
}

.shop-container .overlay > .text {
	position: relative;
	top:50%;
	transform:translateY(-50%);	
	font-size: 25px;
	color: #000;
	padding: 3px 0;
	background-color: rgba(255, 255, 255);
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}


.shop-container .overlay:hover .text {
	top: 85%;
	color: #ffF;	
	/*background-color: rgba(255, 255, 255, 0.8);*/
	background-color: rgba(17,71,86, 0.85);
	border-top: 1px solid rgba(17,71,86, 0.85);
	border-bottom: 1px solid rgba(17,71,86, 0.85);
}

.info-banner-container-holder {
	padding-bottom:30px;	
}

.info-banner-container  {
	margin-top:50px;
	font-size: 0;
	background-color: #114756;
}

.info-banner-container .item {
	display: inline-block;
	width: 20%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	padding: 30px 0 25px 0;
}

.info-banner-container .item > i {
	font-size: 30px;
}

.info-banner-container .item > h4 {
	margin: 8px 0 0 0;
}

.info-banner-container .item > a {
	color: #fff; 
	text-decoration: none;
}

.info-banner-container .item > a:hover {
	color: #fff; 
	text-decoration: underline;
}

.filter-holder {
	margin-bottom: 30px;
}

.filter-holder .filterline {
	display: inline-block;
	padding: 5px;
	line-height: 32px;
	background-color: #fff;
	margin-right: 5px;
	border: 1px solid #e0e0e0;
	margin-top: 10px;
}

.filter-holder .filterline label {
	display: block;
    padding: 0 8px 0 3px;
    cursor: pointer;
    text-align: left;

}

.filter-holder .filterline label .input-holder {
	display: inline-block;
}
.filter-holder .filterline label .text {
	display:inline-block;
	padding-left: 3px;
}

.prod-holder {
	font-size: 0;
	position: relative;
	min-height:400px;
}

.prod-holder .prodhider,
.prod-holder .prodloader {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.prod-holder .prodloader {
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	padding-top: 150px;
}

.prod-holder .product {
	display: inline-block;
	font-size: 15px;
	text-align:center;
	/*width: calc(25% - 33px);*/
	background:#fff;
	padding:10px;
	margin-right:30px;
	margin-bottom:33px;
	overflow:hidden;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 5px 2px rgba(176, 176, 176, 0);
	box-shadow: 0 0 5px 2px rgba(176, 176, 176, 0);
	transition: all 0.2s ease-in-out;
	height:445px;
	position:relative;
}

.prod-holder .product .discount-sticker {
	position:absolute;
	right:30px;
	top:30px;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border-radius:50%;
	background:rgba(120,198,219,0.95);
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	font-size:1.2em;
	
}


.prod-holder .paging {
	font-size: 15px;
	margin-bottom:20px;
	text-align:center;
}

.prod-holder .stbox  {
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight:bold;
}

.prod-holder .product:nth-child(4n+4) {
	margin-right:0;	
}

.prod-holder .product .bottom-info {
	position: relative;
	background-color: #fff;
	bottom:0px;
	transition: all 0.2s ease-in-out;
}

.prod-holder .product .bottom-info .available-sizes {
	height: 0;
	width: 100%;
	color: #737373;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position:absolute;
	font-size: 11px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.prod-holder .product:hover .bottom-info {
	bottom: 20px;
}
.prod-holder .product:hover .bottom-info .available-sizes {
	opacity: 1;
	height:40px;
	
	white-space:nowrap;
	text-overflow:ellipsis;
}

.prod-holder .product:hover {
	-webkit-box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0.4);
	box-shadow: 0 0 7px 2px rgba(176, 176, 176, 0.4);
}

.prod-holder .product .bottom-info .title {
	white-space: nowrap; 
	text-decoration: none;
	padding-top: 10px;
	max-width: 250px;
  	overflow: hidden;
  	text-overflow: ellipsis; 
}

.prod-holder .product .bottom-info .price {
	padding: 3px 0 4px 0;
	font-size: 18px;
	font-weight: bold;
}

.prod-holder .product .bottom-info .price .price-before {
	display:block;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:line-through;
	font-style:italic;	
}

.prod-holder .product a {
	display:block;	
}

.product-info {
	font-size: 0;
}

.product-info .images {
	float: left;	
	max-width: 350px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}

.product-info .images .big-image {
	text-align:center;
	padding: 8px;
}

.product-info .images .thumbnails {
	padding: 0 4px 4px 4px;
}

.product-info .images .thumbnails .thumbnail {
	display: inline-block;
	padding: 5px;
	width: 85px;
}

.product-info .product-info-content {
	float: right;
	width: calc(100% - 365px);
	background-color: #fff;
	font-size: 16px;
	border: 1px solid #ebebeb;
	padding: 10px 35px 10px 30px;
}

.product-info .product-info-content h1 {
	margin:0;
}
.product-info .product-info-content .prodnumber {
	font-size:12px;
	font-style:italic;
	color:rgba(0,0,0,0.5);
	position:relative;
	top:-5px;
}

.product-info .product-info-content .product-text .wrapper .price {
	font-size: 25px;
	font-weight: bold;
	padding-top: 30px;
	
}

.product-info .product-info-content .product-text .wrapper .price .actualprice {
	font-weight:normal;
	font-size:0.6em;
	font-style:italic;
	text-decoration:line-through;
		
}


.placeholder-wrapper {
	position: relative;
}

.placeholder-wrapper .placeholder {
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 11px;
    color: rgba(0,0,0,0.7);
    pointer-events: none;
    z-index: 2;
}

.product-info .product-info-content .product-text .wrapper form {
	padding-top: 30px;
}

.product-info .product-info-content .product-text .wrapper form > div {
	display:inline-block;
	padding-bottom: 20px;
	margin-right: 10px;
}

.product-info .product-info-content .product-text .wrapper form select:not([name=quantity]) {
	min-width: 150px;
}

.product-info .product-info-content .product-text .wrapper form select[name=quantity] {
	min-width: 90px;
}

.product-info .product-info-content .product-text .wrapper form input[type=submit] {
	vertical-align: top;
	height: 40px;
}

.product-info .product-info-content .product-text .description {
	padding: 20px 0;
}

.product-info .product-text .description .uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

.product-info .product-text .description .actual-description {
	/*text-align:justify;*/
}

.searchform {
	float:right;
	padding-top:10px;
}
.searchform input[type=submit] {
	line-height:normal;
	min-width:0;
	margin-left:5px;
	margin-right:5px;
}








