.rht-product-card{
	margin-bottom: 30px;
}

.rht-product-card-tag {
    position: absolute;
    top: 9px;
    right: -35px;
    transform: rotate(35deg);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 34px;
    background: #e97d1ade;
    padding: 10px 40px;
    padding-left: 80px;
    font-family: Cinzel;
}
.rht-product-card-content-header{
	margin: 20px 0;
}
.rht-product-card-highlights{
	margin: 40px 0;
	font-style: italic;
}

h3.rht-product-card-title{
	font-size: 24px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
	text-align: center;
}
.rht-product-card-price span{
	color: rgb(238,113,0) !important;
	font-weight: bold;
}
.rht-product-card-content{
	text-align: center;
	font-size: 13px;
}
.rht-product-card-content p{
	font-size: 13px!important;
	padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.rht-product-card-btn a{
	border-radius: 0;
	font-family: Cinzel!important;
	padding: 14px 30px !important;
	background-image: linear-gradient(rgb(238,113,0),rgb(238,113,0)) !important;
	color: #fff!important;
    box-shadow: rgba(0,0,0,0.25) 0px 8px 12px 0px!important;
	font-size: 15px!important;
}
.rht-product-card-btn a:hover{
	color: rgb(238,113,0) !important;
	background: #fff!important;
	font-weight: normal!important;
}
.rht-product-card-image img{
	height: 250px;
    width: 100%;
}
