.offer-radius {
	border-radius: 7px;
}
.shape {
	border-style: solid;
	border-width: 0 80px 60px 0;
	float: right;
	height: 0px;
	width: 0px;
	-ms-transform: rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	transform: rotate(360deg);
}
.offer {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow: hidden;
}
.offer-success {
	border-color: #5cb85c;
}
.offer-success .shape {
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape-text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	right: -35px;
	top: 2px;
	white-space: nowrap;
	-ms-transform: rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform: rotate(30deg); /* Safari and Chrome */
	transform: rotate(35deg);
}
.offer-content {
	padding: 0 20px 10px;
}
.specialOffersBox {
	background-color: #ffea00;
	padding: 5px 10px 10px 10px;
	border-radius: 15px 15px 5px 5px;
	border: 2px solid #DDDDDD;
}
.specialOffersBox h4 {
	color: #FF0004;
	font-family: 'Raleway';
	font-weight: 600;
	text-align: center;
	font-size: 1.6em;
	text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
}
/***********************

OFFER PRODS

*/

.col-item {
	border: 2px solid #e64343;
	border-radius: 10px;
	background: #FFF;
	font-family: Raleway;
	margin-top:3px;
	margin-bottom:3px;
	
}
.col-item2 {
	border: 3px solid #6607d3;
	background: #F9DFFF;
}
.col-item:hover {
	box-shadow: 0px 2px 5px -1px #000;
	-moz-box-shadow: 0px 2px 5px -1px #000;
	-webkit-box-shadow: 0px 2px 5px -1px #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid #52A1D5;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item .separator {
	border-top: 1px solid #D1D1D1;
	margin: 4px 0px 00px 0px;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}
/*
Hover the image
*/
.post-img-content {
	position: relative;
}
.post-title {
	vertical-align: bottom;
	z-index: 2;
	position: relative;
	margin-top: 5px;
	font-family: Raleway;
	font-weight: 400;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	text-shadow: 2px 2px 4px #FFFFFF;
}

.savePercent {
	font-size: 12px;
}
.wasPrice {
	color: #004577;
	padding: 0px 0px 0px 0px;
}
.wasPriceStrike {
	color: #004577;
	text-decoration: line-through;
}
.clearPrice {
	color: #ed005f;
	font-weight: 700;
}
.priceTextColor {
	background-color: #f7f5e4;
	border: 1px solid #c8332a;
	border-radius: 7px;
	padding: 3px;
}
.priceTextColor2 {
	background-color: #853dd7;
	color: #FFFFFF;
}
.goingFastPrice {
	color: #FBFF64;
	font-weight: 700;
}
.addCartBtn {
	margin-top: 4px;
	width: 100%;
}
.inCartQty {
	border-top: 1px solid #c8332a;
	margin-top: 5px;
	color: #3aa085;
	font-weight: bold;
	padding-top: 5px;
}
.stockLeftDisplay {
	position: absolute;
	width: 125px;
	text-align: center;
	background-color: #3ace00;
	padding: 3px 12px 3px 9px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 5px 0px 0px 5px;
	z-index: 10;
}

.offerProdsHolder {
	background-color: #ffea00;
	padding: 5px 10px 10px 10px;
	border-radius: 15px 15px 5px 5px;
	border: 2px solid #DDDDDD;
	
}
.offerProdsHolder h1 {
	color: #EF0000;
	font-family: 'Righteous', cursive;
	font-size: 3.0em;
	font-weight: normal;
	
	margin: 4px 0 16px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
	text-decoration: underline;
}
.offerProdsHolder h2 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #DFBF84;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
}
.offerProdsHolder p {
	color: #f6f6f6;
	font-family: 'Orienta', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px;
	text-align: center;
}
/****************/


.input-groupBox {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
.main-center {
	margin-top: 30px;
	margin: 0 auto;
	max-width: 400px;
	padding: 10px 40px;
	background: #009edf;
	color: #FFF;
	text-shadow: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.blankInput {
	font-size: 1.2em;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-family: 'Righteous', sans-serif;
}
.offersHeader2 {
	color: #EF0000;
	font-size: 2.2em;
	font-family: 'Righteous', cursive;
	font-weight: normal;
	margin: 12px 0 8px;
	text-align: center;
	text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
	text-decoration: underline;
}

img.prodImg {
	max-height: 100%;	
	padding: 1px;
	border-radius: 10px 10px 0 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
