
/* Css for offer cms strat */

#pstoffercmsblock {
	clear: both;
    padding: 10px 0;
    text-align: center;
    background-color: #bf624c;
	margin-bottom: 60px;
}

#pstoffercmsblock .offer-text {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#pstoffercmsblock .offer-text span {
    text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
    color: #ffffff;
    text-transform: capitalize;
}

#pstoffercmsblock .offer-text .text1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    font-family: 'Lora', serif;
}

#pstoffercmsblock .offer-text .text2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0;
    color: #716147;
    background-color: #ffffff;
    padding: 7px 32px 4px;
    margin: 0 30px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
	animation: "flash" 2s infinite;
	-webkit-animation: "flash" 2s infinite;
	-moz-animation: "flash" 2s infinite;
	-o-animation: "flash" 2s infinite;
}

#pstoffercmsblock .offer-text .text3 {
    line-height: 25px;
}

#pstoffercmsblock .offer-text .text3 .promocode {
    text-transform: uppercase;
}


@media (max-width: 991px) {
	#pstoffercmsblock{    margin-bottom: 30px;}
	#pstoffercmsblock .offer-text .text1 {
		font-size: 18px;
		line-height: 28px;
	}
	#pstoffercmsblock .offer-text .text2 {
		font-size: 17px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	#pstoffercmsblock .offer-text {
		flex-direction: column;
	}
	
	#pstoffercmsblock .offer-text .text1 {
		font-size: 20px;
		line-height: 30px;
	}
	
	#pstoffercmsblock .offer-text .text2 {
		font-size: 19px;
		line-height: 29px;
		margin: 20px 0;
	}
}

/* Css for offer cms end */