body{
	background:#ffffff !important;
}
.borrad-10{
	border-radius:10px;
}

.borrad-20{
	border-radius:20px;
}

.borrad-30{
	border-radius:30px;
}

.ffshadow{
	box-shadow:2px 2px 7px -4px #a9890e;
}

.fffshadow{
	box-shadow:2px 6px 30px -6px #a4a39d;
}

.mshow{
	display:none;
}

.borrad-x{
	border-radius:0px 20px;
}

.borrad-top{
	border-radius:10px 10px 0px 0px;
}

.btn-round{
	border-radius:25px;
	width:45px;
	height:45px;
	border:0.2rem solid white;
}
.btn-round:hover{
	border-radius:25px;
	width:45px;
	height:45px;
	border:0.2rem solid white;
	box-shadow:0px 0px 4px 1px #e8e3ff;
}
.text-yellow{
	color:yellow;
}
.theme-header{
	background:#2b244e;
}

.order-btn-outline{
	color:yellow;
	border: 0.2rem solid yellow;
	font-weight:600;
	background:#0b0432;
}
.order-btn-outline:hover{
	color:#d4af37;
	border: 0.2rem solid yellow;
	font-weight:600;
	background:#0b0432;
	box-shadow:0px 0px 4px 1px #d4af37;
}
.theme-btn-outline{
	color:white;
	border: 0.2rem solid white;
	font-weight:600;
}

.theme-btn-outline:hover{
	color:white;
	border: 0.2rem solid white;
	font-weight:600;
	box-shadow:0px 0px 4px 1px #e8e3ff;
}

.theme-btn-outline-r{
	color:#002173;
	border: 2px solid #002173;
	font-weight:600;
	background:yellow;
}

.theme-btn-outline-r:hover{
	color:#002173;
	border: 2px solid #002173;
	font-weight:600;
	background:#ffff5b;
}

.navbar-dark .navbar-nav .nav-link{
	color:#0b0432  !important;
}

.navbar-dark .navbar-nav .nav-link:hover{
	color:#0e0445   !important;
}
.theme-text{
	color:#0b0432 !important;
}
.menu-2-bg{
	background: #eec4ff !important;
	background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
	background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
	background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
	background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
	background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
	border: 1px solid #B69119;
	/*box-shadow: inset 0 1px 0 #E3BE46; */
	-webkit-box-shadow: inset 0 1px 0 #E3BE46;
	-moz-box-shadow: inset 0 1px 0 #E3BE46;
	box-shadow:1px 8px 9px 1px #777;
}

.borrad-20{
  border-radius: 20px;
}

.otpnumber{
  text-align: center;
}

.respo-margin{
	margin:1.3rem 0rem;
		
}

.whatsapp-icon{
	display:block;
	position:fixed;
	bottom:70px;
	right:5px;
	padding:9px 12px;
	margin:10px;	
	width:50px;
	height:50px;
	background:#41c152;
	border-radius:25px;
	box-shadow:0px 0px 0px 5px #1816165e;
}

.payoption {
	background-color: #0b0432;
	padding:5px;
	border:2px solid yellow;
	border-radius:5px;
	color:yellow;
	font-weight:600;
}

.radio {
	background-color: #cccccc;
	padding:5px 0px;
	
}

.prodaddedsec{
	width:80%;
	padding:12px 0px;
	text-align:center;
	font-weight:600;
	position:fixed;
	margin-left:10%;
	margin-bottom:5px;
	bottom:25px;
	background:#d4af37;
	color:#0b0432;
}

#confirmorder .form-label{
	color:#2710e4;
	font-weight:600;
}

#confirmorder .error{
	color:#f90404;
	font-weight:600;
}

.article-container{
    background:#d4f2f9;
    border:2px dashed #2b244e;
    border-radius:0.5rem;
}
.gold-text{
    color:#D4AF37 !important;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}



@media only screen and (max-width: 600px) {
	.mhide{
		display:none;    
	}
	.mshow{
		display:block;
	}
	
	.respo-padding{
		padding:0.1rem;
	}

	.respo-margin{
		margin:0.3rem 0rem;
		
	}
	
	.whatsapp-icon{
		display:block;
		position:fixed;
		bottom:0px;
		right:0px;
		padding:10px 11px;
		margin:10px;	
		width:50px;
		height:50px;
		background:#41c152;
		border-radius:25px;
	}
}