#categoryOffer{
	background:white;
	min-height:481px;
	position: relative;
	padding:64px;
	cursor: pointer;
	margin-bottom:30px;
}

#categoryOffer *{
	padding:0px;
	margin:0px;
}

#categoryOffer .boxContainer {
    width: 144px;
    height: 144px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 10;
}

	#categoryOffer .boxContainer .boxSell {
	    width: 200px;
	    height: 37px;
	    background: #ff5001;
	    display: block;
	    -webkit-transform: rotate(43deg);
	    -moz-transform: rotate(43deg);
	    -ms-transform: rotate(43deg);
	    -o-transform: rotate(43deg);
	    transform: rotate(43deg);
	    left: -13px;
	    position: absolute;
	    top: 37px;
	    box-shadow: 1px 0px 6px rgba(0,0,0,0.30);
	    text-align: center;
	}

		#categoryOffer .boxContainer .boxSell h4{
			color:white;
		    margin-top: 9px;
		}


	#categoryOffer .productTitle{
		font-size: 36px;
		font-weight: bold;
	}

	#categoryOffer .productSpecs{
		font-size: 25px;
		font-weight: bold;
		font-family: Oswald;
		line-height: 33px;
		text-transform: uppercase;
	}

	#categoryOffer .price{
		font-size: 82px;
		font-weight: bold;
		color:#ff5001;
		margin-top:111px;
		font-family: Oswald;
	}

		#categoryOffer .convertPrice{
		    text-transform: uppercase !important;
		}

		#categoryOffer .beforePrice{
			font-size: 23px;
			margin-top:35px;
		}

			#categoryOffer .beforePrice .linethrough{
				text-decoration: line-through;
			}

	#categoryOffer .featuredImage{
		max-width: 100%;
		max-height: 100%;
	}


#categoryOffer #subText{
	width:100%;
	height:50px;
	font-size: 25px;
	font-weight: normal;
	color:white;
	background:#ff5001;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom:0px;
	left:0px;
}

	#categoryOffer #subText *{
		font-family: Oswald;
		line-height: 50px;
	}

/* Responsive */
@media screen and (max-width: 1200px) {
	#categoryOffer .price{
		font-size: 60px;
	}
}

@media screen and (max-width: 991px) {

#contegoryOffer{
	text-align: center;
}
	#categoryOffer .price{
		font-size: 60px;
		margin-top:60px;
	}

	#categoryOffer .col-sm-5{
		width: 100%;
	}

	#categoryOffer #subText{
		height:auto;		
	}

	#categoryOffer{
		padding-bottom: 130px;
	}
}