.aria-banner
{
	 width: 100%;
  height: 502px;
	background-image: url('../img/banner.jpg');
	 background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    /* opacity: 0.5; */
    font-size: 20px;
    font-weight: 600;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #000;
    background-color: #f0f1f3;
}
.take
{
	position: relative;
    top: -31px;
}

.take a
{
	font-size: 40px;
    background-color: #fff;
    color: #da291c;
    border: 8px solid #fff;
}

.activebtn
{
	background: #da291c !important;
    
    color: #ffffff !important;

}

.bicon
{
	width: 56px;
    border-radius: 65px;
    margin-top: -11px;
}

.cart-span
{
	position: relative;
    top: -21px;
    font-size: 15px;
    left: -11px;
    background-color: white;
    border-radius: 117px;
    padding: 1px 6px 2px 6px;
    font-weight: bolder;
    color: #dc3545;
}

.user-header
{
	color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.fixed-header
{
	position:fixed;
	width:100%;
	z-index:99;
	top:0;
}
.mobile-fixed-header
{
	    /*position: fixed;
    width: 100%;
    z-index: 9;
    */
}
.menu-margin
{
	margin-top: 60px;
}

.tipbtn
{
	border: 0;
    background-color: #6c757d;
    padding: 4px;
	color:#fff;
    border-radius: 3px;
    font-weight: 700;
    margin-left: 2px;
}

.cashback-img
{
	width:100%;
}
.cashback-bg
{
	background-image: url(../img/signup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 500px;
}
.np
{
	padding:0px !important;
}

.oh
{
overflow:hidden;	
}
.form-padding {
    padding: 86px 85px 27px 86px;
}

.form-padding2 {
    padding: 30px 85px 27px 86px;
}

.signup
{
	/*padding: 98px 0;
    background: #00cad8;*/
}

.margin-0-row
{
	margin-right: -14px;
    margin-left: -15px;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/loader.gif') no-repeat center center;
}
.processing_msg
{
	    text-align: center !important;
		margin-top: 30px;
}
.qtyprices
{
	position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 14px;
    padding-right: 10px;
}
.cart-pzza-tbl td
{
	padding: 4px 5px 3px 5px;
    font-size: 0.86em;
}
.cart-pzza-tbl
{
	    width: 100%;
    border-color: #d1d1d166;
    display: inline-table;
}

.startbtn
{
	background-color:#d90821 !important;
	color:#fff !important;
	border-radius: 18px !important;
}

.startbtn:hover
{
    background-color: #c9071f !important;	
}
.addbasketbtn
{
	background-color: #4caf50 !important;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}
.bottom-margin
{
	margin-bottom: 101px !important;
}

@media screen and (max-width: 768px) {
  #pageMessages {
    
    width: 90% !important;
    
}

#header_price
{
	position: relative;
    top: -30px;
    left: -147px;
}

.aria-banner
{
	height: 121px;
}


.mobile-fixed-header {
    padding: 0.7em !important;
	background-color: #fff;
}
.menu-margin2
{
	margin-top:0px !important;
	margin-bottom: -50px !important;
}

.qtyprices {
    //top: -15px;
}
.bicon {
    width: 35px;
    
}
.take a {
    font-size: 25px;
   
}
.form-padding2 {
    padding: 30px 19px 27px 20px;
}

}