
#bundle_title {
	font-family: "Comfortaa",cursive;
    font-size: 30px;
	color: #0d631b;
	padding-top:20px;
	margin-bottom:20px;
}


#noProductAvailable {
	font-family: calibri_light !important;
	font-size: 16px;
	font-weight: bold;
	color: #0c6319;
	text-decoration: none;
	padding:15px;
}


#breadcrumb_path {
	width: 100%;
	height: auto;
	margin-top:10px;
	line-height:20px;
	font-family: 'Comfortaa', cursive; /* Trebuchet MS */
	font-size: 20px;
	font-weight: normal;
	color: #555;
	text-align: left;
	text-transform: lowercase;
}

#product_container {
	width: auto;/*width: 1195px;*/ 
	height: auto;
}

#product_box a{
	text-decoration:none;
}

#product_box {
	display:inline-block;
	width:280px;
	height: 470px;
	overflow:hidden;
	text-align:left;
	background-color:#FFFFFF;
	margin-right:9px;
	border:1px solid #D3D3D3;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	z-index:99999;
}

#product_box:hover {
	/*-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);*/
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

#productsPhoto {
	border:none !important;
	height:213px;
	text-align:center;
}

#productsPhoto img {
	border:none !important;
	/*width:100%;*/
	height:100%;
}

#product_details{
	background-color:#ffffff;
	height:205px;
	position: relative;
}


#productName {
	/*float:right;*/
	font-family: calibri_light !important;
	font-size: 16px;
	font-weight: normal;
	color: #18280e;
	background-color:#f4f4f4;
	text-decoration: none;
	text-transform: uppercase;
	padding:15px;
	height: 68px;
	text-align:center;
}

#subTitle {
	/*float:right;*/
	font-family: oxygenregular !important;
	font-size: 15px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	text-align:center;
	height: auto;
	width:100%;
	position:absolute;
	padding:5px;
}



#price {
	/*display:none;*/
	position:absolute;
	bottom:80px;
	left:20px;
	font-family: oxygenregular !important;
	font-size: 20px;
	font-weight: bold;
	color: #0c6319;
	height: auto;
}

.discountCircle{
	/*display:none;*/
	position:absolute;
	bottom:80px;
	left:65px;
}

#discount{
	font-family: oxygenregular !important;
	font-size: 20px;
	font-weight: bold;
	color: #0c6319;
	text-decoration: none;
	height: auto;
}


#quantity_section {
	/*display:none;*/
	position:absolute;
	bottom:80px;
	right:-165px;
	height: auto;
	width:100%;
	vertical-align:middle;
}

#quantity{
	font-size: 16px;
	/*padding:5px;*/
}

.quantityList{
	width:35px;
	height:29px;
	position:relative;
	top:0px;
	border:1px solid #D2D2D2;
	padding-left:2px;
	padding-right:2px;
}

.inc {
	display:inline-block;
	line-height:27px;
	width:25px;
	height:29px;
	font-size:15px;
	color:#000000;
	border:1px solid #D2D2D2;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
	padding-left:1px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.inc:hover {
	background-color:#0c6319;
	color:#FFFFFF;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}


.dec {
	display:inline-block;
	line-height:27px;
	width:25px;
	height:29px;
	font-size:15px;
	color:#000000;
	border:1px solid #D2D2D2;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
	padding-right:1px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.dec:hover {
	background-color:#0c6319;
	color:#FFFFFF;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}




#product_functions {
	font-family: calibri_light !important;
}


.fa-chevron-right{
	margin-right:2px;
	position:relative;
}

.btn_details_container{
	position:absolute;
	bottom:30px;
	left:10px;
}

.btn_details{
	width: 125px;
	padding:12px;
	background-color:#0c6319;
	color:#FFFFFF;
	font-weight:bold;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	text-align:center;
	
}

.btn_details:hover {
	background-color:#108321;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}

.add_to_cart_container{
	position:absolute;
	bottom:30px;
	right:10px;
}

.addToCart_Btn {
	width: 120px;
	padding:12px;
	background-color:#0c6319;
	color:#FFFFFF;
	font-weight:bold;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	text-align:center;
}

.addToCart_Btn:hover {
	background-color:#108321;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}

#btn_back .fa-chevron-left{
	margin-right:4px;
}


.requestQuotation_container{
	position:absolute;
	bottom:30px;
	right:10px;
}

#requestQuotation_Btn {
	width: 125px;
	line-height:41px;
	max-height:41px;
	background-color:#0c6319;
	color:#FFFFFF;
	font-weight:bold;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	text-align:center;
}

#requestQuotation_Btn:hover {
	background-color:#108321;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}




#inclVAT{
	float:left;
	width:100%;
	height:20px;
	font-family: OpenSans_Regular !important;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	margin-top:10px;
	margin-left:20px;
	padding-left:0px;
	text-align: left;
}



#outOfStock {
	margin: 0 auto;
	width: auto;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0c6319;
	text-align: center;
	margin-bottom:5px;
}

/*******************  PAGING  *******************/
#sortPaging {
	float:left;
	width: 350px;
	height: 25px;
	text-align: left;
	margin-left: 0px; 
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	color: #555;
}
#sortList {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	color: #555;
}

#productPaging {
	float:right;
	width: 100%;
	height: 30px;
	text-align: right;
}

a.prevNext_btn:link, a.prevNext_btn:visited {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: bold;
	color: #0d631b;
	padding: 1px 10px;
	text-decoration: none;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
a.prevNext_btn:hover {
	color: #000000;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.currentPg {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color:#0d631b;  /* ed008b */
	padding: 1px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pages {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
}