/******************************************
 *************   Rajput's    **************
 ******************************************/

/*	Default Css
 _________________*/

html, body {
	font-family: geom, sans-sarif;
}
.fgeo {
	font-family: geom, sans-sarif;
}
.f5 {
	font-size: 5px;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f15 {
	font-size: 15px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f25 {
	font-size: 25px;
}
.f28 {
	font-size: 28px;
}
.f30 {
	font-size: 30px;
}

.p0 {
	padding: 0
}
.ml0 {
	margin-left: 0;
	margin-right: 0
}
.mt15 {
	margin-top: 15px;
}

/*	Header Css
 _________________*/

header {
	background-color: #9f2728;
	padding: 35px 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.header-options {
	color: #fff;
}
.header-options + .header-options {
	margin-left: 10px;
}
.header-options:hover {
	text-decoration: none
}
.header-options .circle-block {
	display: inline-block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #8d1d1c;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.header-options .text {
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}
.header-options:hover .circle-block {
	background-color: rgba(255,255,255,.2)
}
.header-options.social-block .circle-block {
	font-size: 16px;
}

.logo-menu-options {
	background-color: #8d1d1c;
	border-top: 2px solid rgba(255,255,255,.3);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 25px 30px 0;
}

.email-option {
}
.email-option a {
	display: -webkit-flex;
	display: flex;
}
.email-option a, .email-option a:hover {
	text-decoration: none;
	color: #fff;
}
.email-option .far {
	font-size: 44px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.email-option .text-block {
	font-size: 18px;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6;
}
.email-option .text-block small {
	font-size: 12px;
	display: block;
	line-height: 15px;
}
.email-option .text-block .text {
	font-size: 22px;
	line-height: 25px;
	word-break: break-all;
}
.hidelogo {
	display: none
}
#rajputs-logo {
	width: 180px;
	height: 180px;
	display: block;
	margin: -110px auto 0;
	border: 8px solid #fff;
	background-color: #9f2728;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 50px 0 0;
	text-align: center;
}

.contact-option {
}
.contact-option a, .contact-option a:hover {
	text-decoration: none
}
.contact-option a {
	display: -webkit-flex;
	display: flex;
	color: #fff;
	width: auto;
	float: right
}
.contact-option a .faicon {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	text-align: right;
	top: 5px;
	right: 5px;
}
.contact-option a .fas {
	font-size: 32px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.contact-option a .text-block {
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
}
.contact-option a .text-block small {
	font-size: 12px;
	display: block;
	line-height: 15px;
}
.contact-option a .text-block .text {
	font-size: 22px;
	line-height: 32px;
}

.navbar-expand-lg .navbar-nav {
	margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: .94em;
	color: #fff;
	font-family: geob;
	text-transform: uppercase;
	padding:   .4rem 1.5 rem;
	margin: 0 .2rem;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px
}
.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.active:hover {
	background-color: #770e0e;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color: rgba(255,255,255,.1)
}
.navbar.navbar-expand-lg .navbar-toggler {
	width: 100%;
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	position: relative;
	padding: .5rem;
	border-radius: 0
}
.navbar {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
	position: absolute;
	top: 3px;
	left: 8px;
	color: #fff;
}

/*	Special Block Css
 _____________________*/

#special-block {
	background-color: #f6f6f6;
	padding: 30px 25px;
}
#special-block .bx-wrapper {
	background: transparent
}
#special-block h3 {
	font-size: 26px;
	color: #9f2728;
	font-family: geom;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 30px;
	padding: 0
}
#special-block figure a {
	display: block;
	padding: 0 0 25px;
	min-height: 280px;
}
#special-block figure img {
	display: block;
	margin: 0 auto
}
.btn-view {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 95%;
	position: relative;
	background-color: #9f2728;
	border: 0;
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	text-transform: uppercase;
	font-size: 15px;
	margin: 15px auto 0;
	display: block;
}
.btn-view:before {
	content: "";
	position: absolute;
	left: -36px;
	top: 0;
	border-width: 18px;
	border-style: solid;
	border-color: transparent #9f2728 transparent transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-view:after {
	content: "";
	position: absolute;
	right: -36px;
	top: 0;
	border-width: 18px;
	border-style: solid;
	border-color: transparent transparent transparent #9f2728;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-view:hover {
	background-color: #901b1c;
}
.btn-view:hover:before {
	border-color: transparent #901b1c transparent transparent;
}
.btn-view:hover:after {
	border-color: transparent transparent transparent #901b1c;
}
.btn-view:focus {
	background-color: #bd2130;
	outline: none;
	box-shadow: none !important
}
.btn-view:focus:before {
	border-color: transparent #bd2130 transparent transparent;
}
.btn-view:focus:after {
	border-color: transparent transparent transparent #bd2130;
}

.tab-view-section .right {
	float: right;
	width: 30%;
	background-color: #9f2728;
	padding: 15px 0;
	height: 463px;
	position: relative
}
.tab-view-section .left {
	float: left;
	width: 70%
}

.tab-view-section .right .nav.flex-column.nav-pills .nav-link {
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: geom;
	padding: 10px 15px 10px 25px;
	position: relative
}
.tab-view-section .right .nav.flex-column.nav-pills .nav-link.active:before {
	position: absolute;
	left: 0;
	top: 25%;
	content: "";
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent transparent #fff;
}
.tab-view-section .right .nav.flex-column.nav-pills .nav-link.active {
	background-color: #8d1d1c;
}
.btn-tab-view {
	position: absolute;
	bottom: 15px;
	width: 85%;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 0;
	background-color: #8d1d1c;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-tab-view:hover, .btn-tab-view:focus, a.btn-tab-view:hover {
	background-color: rgba(255,255,255,.1);color #fff;
}
.right-block-button {
	display: none
}
.right-block-button .btn {
	border-radius: 0;
	margin: 0 auto;
	width: 90%;
	background-color: transparent;
	font-size: 15px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.2)
}
.right-block-button .btn .fas {
	margin-right: 10px;
}

#welcome-section {
	background-color: #f6f6f6;
	padding: 30px 25px;
	background-image: url(../images/welcome-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 32%
}
#welcome-section h2 {
	text-align: center;
	margin: 10px 0 25px;
	padding: 0;
	font-family: Great Vibes;
	font-size: 60px;
	color: #5e5e5e;
}
#welcome-section p {
	text-align: center;
	font-size: 17px;
	color: #5e5e5e;
	padding: 0 0 15px
}
.btn-welcome-view {
	border-radius: 0;
	padding: 5px 4rem;
	position: relative;
	background-color: #9f2728;
	border: 0;
	font-size: 15px;
}
.btn-welcome-view:before {
	content: "";
	position: absolute;
	top: 0;
	left: -32px;
	border-width: 16px;
	border-style: solid;
	border-color: transparent #9f2728 transparent transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-welcome-view:after {
	content: "";
	position: absolute;
	top: 0;
	right: -32px;
	border-width: 16px;
	border-style: solid;
	border-color: transparent transparent transparent #9f2728;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-welcome-view:hover:before {
	border-color: transparent #c82333 transparent transparent;
}
.btn-welcome-view:hover:after {
	border-color: transparent transparent transparent #c82333;
}

footer {
	background-color: #8d1d1c;
}
footer .navbar {
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .navbar-expand-lg .navbar-nav .nav-link {
	padding:   .2rem 1.5 rem;
}
#footer-bottom {
	background-color: #9f2728;
	text-align: center;
	padding: 8px;
	color: #fff;
	font-size: 12px;
}
#footer-bottom a {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -2px
}

.page h2 {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 25px;
	margin: 30px 0 30px;
	color: #737373;
}
.gallery-item {
	margin-bottom: 30px;
}
.gallery-item a {
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.08);
	display: block;
	padding: 10px 0 0
}
.gallery-item h6 {
	color: #333;
	font-size: 15px;
	font-family: geob;
	text-align: center;
	padding: 15px 0 10px
}
.enquiry-page table td {
	font-size: 17px;
}
.enquiry-page table td .location, .enquiry-page table td .phone, .enquiry-page table td .email {
	font-size: 20px;
	position: relative;
	top: 2px;
}
.enquiry-page table td .location {
	font-size: 22px;
}
.enquiry-page table td .phone {
	font-size: 18px;
	transform: rotate(128deg);
	margin-left: -10px;
	margin-top: 10px;
}
.enquiry-page table td a {
	color: #8d1d1c
}

.enquiry-form .enquiry-content {
	background-color: #f7f7f7;
	padding: 35px 50px;
	border: 1px dashed #d3d3d3;
}
.enquiry-content .col-form-label {
	font-size: 15px;
	color: #737373
}
.enquiry-content .btn.btn-danger {
	background-color: #8d1d1c;
	border: 0
}
.enquiry-content .btn.btn-reset {
	background-color: #DDDDDD;
	border: 0
}
.enquiry-content .form-control::-webkit-input-placeholder, .enquiry-content .form-control::-moz-placeholder, .enquiry-content .form-control:-ms-input-placeholder, .enquiry-content .form-control::-ms-input-placeholder, .enquiry-content .form-control::placeholder {
	color: #6c757d;
	font-style: italic
}

.map-content {
	border: 1px solid #ccc;
	padding: 5px;
}

/*	Product Page Css
 ________________________*/

.product-page {
	background-color: #f7f7f7;
	padding: 30px 0
}
.product-nav .breadcrumb {
	background-color: transparent;
	padding: 0 0 15px;
	font-size: 15px;
	font-family: Pridi;
	font-weight: 300;
}
#product-category-menu {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#product-category-menu h3 {
	text-align: center;
	padding: 15px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
	font-family: geob;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #f0f0f0;
	position: relative
}
#product-category-menu .product-menu {
	padding: 10px 0
}
#product-category-menu .product-menu ul {
	margin: 0;
	padding: 0 20px
}
#product-category-menu .product-menu ul > li {
	list-style: none;
	padding: 0
}
#product-category-menu .product-menu ul > li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 10px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 3px;
	font-family: Pridi;
	font-weight: 400;
	font-size: 15px;
}
#product-category-menu .product-menu ul > li.active a {
	color: #9f2728;
}
#product-category-menu .product-menu ul > li a:hover {
	background-color: #9f2728;
	color: #fff;
	padding-left: 20px;
}
#product-category-menu .product-menu ul > li .fas {
	margin-right: 10px;
}
#product-category-menu .product-menu ul > li + li {

}

#product-list-block {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 20px
}
#product-list-block h2 {
	font-family: Pridi;
	font-weight: 400;
	font-size: 19px;
	padding: 5px 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ececec;
}
#product-list-block .product-grid article {
	margin-bottom: 15px;
}
#product-list-block .product-grid .product-item a {
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid transparent;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	min-height: 320px
}
#product-list-block .product-grid .product-item a figure img {
	margin: 0 auto;
	display: block;
}
#product-list-block .product-grid .product-item .product-item-description h3 {
	font-size: 17px;
	font-family: Pridi;
	font-weight: 400;
	color: #9f2728;
	margin: 0;
	padding: 0 0 5px
}
#product-list-block .product-grid .product-item .product-item-description p {
	font-size: 13px;
	font-family: Pridi;
	font-weight: 300;
	color: #666;
	line-height: 20px;
}

#product-list-block .product-grid .product-item a:hover {
	border-color: rgba(159,39,40,.5);
	box-shadow: 0 0 5px rgba(159,39,40,.2);
}

#product-list-block .product-grid .product-item .btn {
	width: 100%;
	font-family: Pridi;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #efefef
}

#product-list-block .product-grid .product-item a:hover .btn {
	background-color: #9f2728;
	color: #fff;
	border-color: #9f2728;
}

#category-menubar {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: #9f2728;
	color: #fff;
	border-radius: 0;
	top: 0;
	left: 0;
	border: 0;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#category-menubar .fas {
	float: left;
	margin-left: 15px;
	font-size: 16px;
	position: relative;
	top: 2px;
}
#category-menubar .text {
	font-family: Pridi;
	font-size: 18px;
	font-weight: 400
}

#product-description-gallery {
	background-color: #efefef;
	text-align: center;
	border: 0px solid #dfdfdf;
	border-radius: 0 0 3px 3px;
}

#product-description-block {
	background-color: #fff;
	padding: 25px;
	height: 322px;
	border-radius: 3px;
}
#product-description-block h3 {
	font-family: Pridi;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
#product-description-block .descriptions {
	padding: 15px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	font-family: Pridi;
	font-size: 15px;
	color: #666;
	font-weight: 300
}
#product-description-block .descriptions ul {
	margin: 0;
	padding: 0;
}
#product-description-block .descriptions ul li {
	margin: 0;
	padding: 0 0 7px 25px;
	list-style: none;
	position: relative
}
#product-description-block .descriptions ul li:before {
	content: "\f35a";
	position: absolute;
	top: 2px;
	left: 0;
	font-family: Font Awesome\ 5 Free;
	font-size: 12px;
}

#product-description-block .price-details {
	font-family: Pridi;
	font-size: 25px;
	font-weight: 500;
	padding: 9px 0;
	color: #9f2728;
}
#product-description-block .price-details .fas {
	font-size: 21px;
}

#product-text-details {
	background-color: #fff;
	padding: 15px;
}
#product-text-details .nav.nav-tabs {
	border-bottom: 1px solid #efefef;
	margin-bottom: 25px;
}
#product-text-details .nav.nav-tabs li.nav-item {
}
#product-text-details .nav.nav-tabs li.nav-item a.nav-link {
	font-family: Pridi;
	font-size: 17px;
	font-weight: 300;
	color: #333
}
#product-text-details .nav.nav-tabs li.nav-item a.nav-link:hover {
	border-color: transparent
}
#product-text-details .nav.nav-tabs li.nav-item a.nav-link.active {
	border: 0;
	border-bottom: 2px solid #9f2728;
	color: #9f2728;
}
#product-text-details .tab-content {
	padding: 0 20px;
	font-family: Pridi;
	font-weight: 300
}
#product-text-details .tab-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0
}

#product-text-details .tab-content ul {
	margin: 20px 0;
	padding: 0;
}
#product-text-details .tab-content ul li {
	margin: 0;
	padding: 0 0 7px 25px;
	list-style: none;
	position: relative;
	font-weight: 300
}
#product-text-details .tab-content ul li:before {
	content: "\f35a";
	position: absolute;
	top: 2px;
	left: 0;
	font-family: Font Awesome\ 5 Free;
	font-size: 12px;
}

#product-text-details .tab-content .table th {
	background-color: #efefef;
	font-weight: 400
}

.boxItemBlocks .boxItem a {
	width: 100%;
	background-color: #ccc;
	position: relative;
	display: block;
	cursor: pointer
}
.boxItemBlocks .boxItem .overlyContent {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #e3d191;
	color: #8d1d1c;
}
.boxItemBlocks .boxItem img {
	object-fit: cover;
	width: 100%;
}
.boxItemBlocks .boxItem .overlyContent h5 {
	padding: 20px 15px;
	margin: 0;
	text-align: center;
	font-family: geob
}
.infobar {
	margin: 20px 0;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #eedfa8;
	border-bottom: 1px solid #eedfa8;
	background-color: #fff;
	color: #92834a;
	font-family: geob;
	font-size: 20px;
}
.boxItemBlocks.redGoldenBox .boxItem .overlyContent {
	position: relative;
	background-color: #e5e5e5;
	text-align: left
}
.rateBox {
	padding: 10px 20px 10px;
	font-size: 16px;
	color: #333;
	font-family: geob;
	background-color: #fff;
	border-bottom: 1px solid #d5d5d5
}
.rateBox .rate {
	float: right
}
.subitems {
	margin-top: 5px;
}
.sibox {
	margin: 25px 0 0
}
.sibox a {
	display: block;
	cursor: pointer
}
.sibox .siboxDetails h5 {
	background-color: #e5e5e5;
	margin: 0;
	padding: 10px 15px;
}
.sibox .siboxDetails .rate {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px;
}
.dropdown-menu {
	background-color: transparent;
	border: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	padding-top: 8px;
}
.naveinset {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #d5d5d5;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 8px 0
}
.naveinset a:hover {
	background-color: #8d1d1c;
	color: #fff;
}
.productPageHeading {
	font-family: geob;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #eedfa8;
	border-bottom: 1px solid #eedfa8;
	background-color: #fff;
	color: rgba(141,29,28,.9);
	margin: 0 0 15px;
}
.bhajiBoxInforRight {
	background-color: #fff;
	padding: 25px 30px;
}
.bhajiBoxInforRight h4 {
	font-family: geob;
	font-size: 18px;
	padding: 0 0 15px 25px;
	margin: 0;
}
.bhajiBoxInforRight .bhajiboxList {
	padding: 0 0 0 25px;
}
.bhajiBoxInforRight .bhajiboxList ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.bhajiBoxInforRight .bhajiboxList ul .fas {
	margin-right: 8px;
	font-size: 14px;
}
.bhajiBoxInforRight .bhajiboxList ul li {
	font-size: 16px;
	padding: 25px 0 0;
	display: block;
	width: 50%;
	float: left;
	transition: all .3s ease-in-out
}
.bhajiBoxInforRight .bhajiboxList ul li:hover {
	color: #8d1d1c;
	cursor: pointer;
	font-family: geob;
	padding-left: 10px;
}
.boxItemsRowPanel {
	margin: 0;
	padding: 35px 15px 0
}
.boxItemsRow {
	padding: 25px 0;
	background-color: #fff;
	margin-bottom: 15px;
}
.boxItemCol {
	padding: 0 5%;
}
.boxItemCol.left {
	padding: 0 25px;
	position: relative
}
.boxItemCol.left h5 {
	font-size: 20px;
	font-family: geob;
	text-align: center;
	margin: 0;
	color: #333;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.boxItemCol a {
	display: block
}
.boxItemCol h6 {
	font-size: 18px;
	font-family: geob;
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
	color: #8d1d1c
}

.boxItemColHeading h6 {
	text-align: left;
}

.colText h5 {
	font-size: 30px;
}
.boxItemCol .priceBlock {
	background-color: #9f2728;
	padding: 15px 15px;
	text-align: center;
	border-radius: 3px;
	color: #fff !important;
	font-size: 18px;
	font-family: geob;
	border: 1px solid #9f2728;
	cursor: pointer
}
.boxItemCol .priceBlock:hover {
	background-color: #fff;
	color: #9f2728 !important;
}
.boxItemCol .rateBlock {
	background-color: #9f2728;
	margin: 10px 0 0;
	padding: 8px 15px;
	text-align: center;
	border-radius: 3px;
	color: #fff !important;
	font-size: 15px;
	font-family: geob;
	cursor: pointer;
	border: 1px solid #9f2728
}
.boxItemCol .rateBlock:hover {
	background-color: #fff;
	color: #9f2728 !important;
}
.boxItemCol .priceBlock .fas {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
.boxItemCol .fas {
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}

.erormsg {
	font-family: Calibri;
	font-size: 13px;
	color: #f00;
	clear: both;
	width: 100%;
	display: inline-table
}

.required {
	font-family: Calibri;
	font-size: 13px;
	color: #f00;
	clear: both;
	width: 100%;
	padding-left: 5px;
}
.notes{
	font-family: Calibri;
	color: #8d1d1c;
	clear: both;
	width: 100%;
	padding-left: 5px;
}

.mithaipageHeading h4{
	font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0;
    color: #8d1d1c;
}

/*	Media Css
 __________________*/
@media (max-width: 500px) {
	.header-options .text {
		display: none
	}
	.email-option .text-block .text, .email-option .text-block small {
		padding-left: 25px;
	}
	.email-option {
		margin-top: 10px;
	}

	#product-text-details .nav.nav-tabs {
		border-bottom: 1px solid #efefef;
		margin-bottom: 25px;
	}
	#product-text-details .nav.nav-tabs li.nav-item {
		width: 100%;
	}
	#product-text-details .nav.nav-tabs li.nav-item + li.nav-item {
		margin-top: 5px;
	}
	#product-text-details .nav.nav-tabs li.nav-item a.nav-link {
		font-family: Pridi;
		font-size: 17px;
		font-weight: 300;
		color: #9f2728;
		border-radius: 3px
	}
	#product-text-details .nav.nav-tabs li.nav-item a.nav-link:hover {
		border-color: transparent
	}
	#product-text-details .nav.nav-tabs li.nav-item a.nav-link.active {
		border: 0;
		border-bottom: 0;
		background-color: #9f2728;
		color: #fff
	}
	.bhajiBoxInforRight .bhajiboxList ul li {
		float: none;
		width: 100%
	}
}
@media (max-width: 600px) {
	.logo-menu-options .col, .logo-menu-options .col-2 {
		width: 100%;
		display: block;
		-webkit-box-flex: unset;
		flex: none;
		max-width: 100%;
	}
	.logo-menu-options .col-2 {
		float: left;
		display: none
	}
	#rajputs-logo {
		height: auto;
		width: auto;
		border: 0;
		background-color: transparent;
		box-shadow: none;
		margin-top: 0;
		padding: 0
	}
	.hidelogo {
		display: block
	}
	.contact-option a {
		float: left;
		padding: 20px 0 0
	}
	.contact-option a .faicon {
		right: -6px;
	}
	.contact-option a .text-block {
		margin-left: 33px;
	}
}
@media (max-width: 767px) {
	.hidelogo {
		display: block;
		flex: none;
	}
	.logo-menu-options .col-2 {
		display: none
	}
	.navbar-expand-lg .navbar-nav {
		margin: 24px auto 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		margin: .1rem .2rem;
		padding:   .5rem 1.5 rem;
	}
	.right-block-button {
		display: block
	}
	.tab-view-section .right {
		float: left;
		width: 100%;
		height: auto
	}
	.tab-view-section .left {
		float: left;
		width: 100%
	}
	.tab-view-section {
		margin: 20px 0 0
	}
	.nav.flex-column.nav-pills {
		display: none;
		padding: 15px 25px;
	}
	.btn-tab-view {
		position: relative;
		bottom: 0;
		margin: 0 auto;
		display: block;
		width: 95%;
	}
	.tab-view-section .right .nav.flex-column.nav-pills .nav-link.active:before {
		content: none
	}
	.enquiry-form {
		padding-left: 15px !important
	}
	.enquiry-form .col-form-label span {
		display: none
	}
	.enquiry-form .enquiry-content {
		padding: 35px 25px;
		margin-top: 25px;
	}
	#product-list-block {
		margin-top: 25px;
	}
	#category-menubar {
		display: block
	}
	.product-menu {
		display: none
	}
	#product-list-block .product-grid .product-item a {
		border-bottom: 1px solid #ccc
	}
	#product-description-block {
		height: auto
	}
	.boxItemCol .priceBlock {
		margin-bottom: 10px;
	}
}

/*	Font Face
 __________________*/

@font-face {
	font-family: 'geom';
	src: url('../fonts/geo/geom.eot?#iefix') format('embedded-opentype'), url('../fonts/geo/geom.woff') format('woff'), url('../fonts/geo/geom.ttf') format('truetype'), url('../fonts/geo/geom.svg#geom') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'geob';
	src: url('../fonts/geo/geob.eot?#iefix') format('embedded-opentype'), url('../fonts/geo/geob.woff') format('woff'), url('../fonts/geo/geob.ttf') format('truetype'), url('../fonts/geo/geob.svg#geob') format('svg');
	font-weight: normal;
	font-style: normal;
}

