/*================ 
    Common CSS 
===============*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

img {
	border: none;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/*================ 
    Navbar CSS 
===============*/

.navbar-brand > img {
	margin-top: -15px;
}

.navbar-nav > li > a {
	color: #fff;
	transition: all linear .5s;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.navbar-nav > li > a:hover {
	background: none;
	color: #da7e29;
}

.nav > li > a:focus {
	background: none;
}

.navbar-nav .active a {
	color: #da7e29;
}

.nav_margin {
	margin-top: 10px !important;
}

#header .form-control {
	background: transparent;
	border-radius: 0;
	color: #fff;
}

#header .input-group-btn > .btn {
	background: transparent;
	border-radius: 0;
}

#header .input-group-btn > .btn i {
	color: #fff;
}

.form-control:focus {
	border-color: #da7e29;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0), 0 0 8px rgba(0);
	box-shadow: inset 0 1px 1px rgba(0), 0 0 8px rgba(0);
}

.form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}

/*================ 
    Banner CSS 
===============*/
.banner_bg {
	padding-bottom: 115px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.banner_bg .overlay {
	padding: 98px 0px 113px 0px;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: -1;
}

.banner_text {
	z-index: 2;
	margin-top: 60px;
}

.banner_text h2 {
	font-size: 60px;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding-top: 145px;
}

.banner_text h3 {
	font-size: 90px;
	color: #FFFFFF;
	margin: 0px;
	padding: 30px 0;
	font-family: 'Great Vibes', cursive;
}

.banner_text p {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 27px;
	margin-bottom: 60px;
	line-height: 24px;
}

.banner_text a {
	padding: 0 20px;
	height: 52px;
	display: inline-block;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 5px;
	color: #5f3213;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border: 1px solid transparent;
	margin-right: 20px;
	transition: all linear .5s;
	line-height: 52px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

.banner_text a:hover {
	color: #FFFFFF;
	background: none;
	border: 1px solid #FFFFFF;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
}

.submit-btn {
	background: #5f3213 none repeat scroll 0 0;
	border-color: #5f3213;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.purchase {
	background: #603813 !important;
	color: #ffffff !important;
	border: 1px solid #FFFFFF !important;
}

.purchase:hover {
	background: #603813 !important;
	color: #fff !important;
}

/*================ 
    About CSS 
===============*/
#about_part {
	padding-top: 50px;
}

.upper_part h4 {
	text-align: center;
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	position: relative;
	color: #5f3213;
}

.upper_part h4:after {
	content: url('../images/shaperight.png');
	position: relative;
	padding-left: 30px;
	top: -10px;
}

.upper_part h4:before {
	position: relative;
	top: -10px;
	content: url('../images/shapeleft.png');
	padding-right: 30px;
	margin-top: -10px;
}

.about_part_text p,
.menu_part_text p {
	margin: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.flavour {
	max-width: 365px;
	margin: auto;
}

.flavour h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #5f3213;
	margin-top: 45px;
}

.flavour p {
	font-family: 'Open Sans', sans-serif;
}

.flavour i {
	color: #5f3213;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #5f3213;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50%;
	top: 200px;
	left: 555px;
	z-index: 999;
	background: #fff;
	transition: all linear .5s;
}

.hygienic h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: right;
	margin-top: 90px;
}

.hygienic p {
	margin: auto;
	max-width: 550px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 19px;
}

.hygienic i {
	color: #5f3213;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #5f3213;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50%;
	top: 126px;
	right: -135px;
	z-index: 999;
	background: #fff;
	transition: all linear .5s;
}

.discount {
	margin-right: 30px;
}

.discount h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: right;
	margin-top: 54px;
}

.discount p {
	margin: auto;
	max-width: 550px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 19px;
}

.discount i {
	color: #5f3213;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #5f3213;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50%;
	right: -49px;
	z-index: 999;
	background: #fff;
	text-align: center;
	top: 302px;
	transition: all linear .5s;
}

.coffee {
	width: 100%;
	height: 520px;
	border: 2px solid #5f3213;
	margin: 0px auto;
	border-radius: 50%;
	margin-top: 85px;
	position: relative;
	z-index: 1;
}

.coffee img {
	margin: auto;
	padding: 92px 92px 0px 92px;
}

.service h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	margin-top: 102px;
}

.section-padding {
	margin-top: 50px;
	margin-bottom: 50px;
}

.service p {
	margin: auto;
	max-width: 550px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 19px;
}

.service i {
	color: #5f3213;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #5f3213;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50%;
	top: 130px;
	left: -123px;
	z-index: 999;
	background: #fff;
	transition: all linear .5s;
}

.behaved {
	margin-left: 30px;
}

.behaved h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	margin-top: 54px;
}

.behaved p {
	margin: auto;
	max-width: 550px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 19px;
}

.behaved i {
	color: #5f3213;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #5f3213;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	border-radius: 50%;
	top: 300px;
	left: -48px;
	z-index: 999;
	background: #fff;
	transition: all linear .5s;
}

.flavour:hover i {
	background: #5f3213;
	color: #fff;
}

.hygienic:hover i {
	background: #5f3213;
	color: #fff;
}

.discount:hover i {
	background: #5f3213;
	color: #fff;
}

.service:hover i {
	background: #5f3213;
	color: #fff;
}

.behaved:hover i {
	background: #5f3213;
	color: #fff;
}

/*================ 
    Counter CSS 
===============*/
.counter {
	width: 100%;
	background: url(../images/counter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	margin-top: -183px;
	z-index: 999;
}

.counter .counter_overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
}

.p-y-2 {
	padding-top: 10px;
}

.p-y-3 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.m-b-1 {
	margin-bottom: 18px;
}

.m-t-1 {
	margin-top: 18px;
}

.single_counter {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

/*================ 
Today's Menu CSS 
===============*/
#manu_part {
	padding-top: 50px;
}

.margin_top {
	margin-top: 60px;
}

.margin_top_1 {
	margin-top: 10px;
}

.cold_coffee {
	float: left;
	max-width: 261px;
	text-align: right;
	padding-bottom: 30px;
}

.cold_coffee p {
	font-size: 20px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.cold_coffee p span {
	color: #222222;
	font-size: 20px;
	margin-left: 92px;
}

.cold_coffee i {
	color: #ff3a3a;
	font-size: 14px;
	margin-right: 120px;
}

.cold_coffee i span {
	color: #353535;
	margin-left: 7px;
}

.star_bg span {
	color: #5f3213;
}

.cold_coffee h6 {
	text-align: right;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	color: #555555;
}

.cold_coffee_img {
	margin-top: 82px;
	float: right;
}

.chocolate_coffee_img {
	float: right;
	margin-top: 30px;
}

.americano_coffee_img {
	float: right;
	margin-top: 20px;
}

.cup {
	margin-top: 55px;
}

.tahsan3 {
	float: left;
}

.tahsan4 {
	float: right;
}

.black_caffee {
	margin-left: 300px;
}

.black_caffee p {
	font-size: 20px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.black_caffee p span {
	color: #222222;
	font-size: 20px;
}

.black_caffee i {
	color: #ff3a3a;
	font-size: 14px;
	margin-right: 120px;
}

.black_caffee i span {
	color: #353535;
	margin-left: 7px;
}

.star_bg span {
	color: #5f3213;
}

.black_caffee h6 {
	text-align: left;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-left: 15px;
	color: #555555;
}

.black_caffee_img {
	margin-top: 82px;
	float: left;
}

/*================ 
    Gallery CSS 
===============*/
#gallery_part {
	padding-top: 50px;
	padding-bottom: 20px;
}

.galley-bg {
	background: url(../images/gallery-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

#gallery_part .col-md-12 p {
	padding-bottom: 40px;
}

.img2 {
	margin-bottom: 10px;
}

.img1 {
	position: relative;
}

.img1:hover .port-overlay1 {
	opacity: 1;
}

.img1 img {
	width: 100%;
}

.port-overlay1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all linear .3s;
}

.margin-port {
	margin-bottom: 30px;
}

.port-overlay1 i {
	font-size: 20px;
	color: #5f3213;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
}

.slick_prev {
	position: absolute;
	left: 46%;
	bottom: -50px;
	border: 1px solid #5f3213;
	color: #5f3213;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	font-weight: lighter;
	transition: all linear .3s;
}

.slick_next {
	position: absolute;
	left: 51%;
	bottom: -50px;
	border: 1px solid #5f3213;
	color: #5f3213;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	font-weight: lighter;
	transition: all linear .3s;
}

.slick_next:hover {
	background: #5f3213;
	color: #fff;
}

.slick_prev:hover {
	background: #5f3213;
	color: #fff;
}

/*================ 
    Chef CSS 
===============*/
#chef_part {
	padding-top: 100px;
}

.shap_info_text h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}

.shap_info_text p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #353535;
}

.shap_info_text h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #353535;
	line-height: 30px;
	max-width: 440px;
}

.shap_info_text i {
	color: #5f3213;
}

.shap_info_text h3 {
	margin-top: 20px;
	font-family: 'Great Vibes', cursive;
	font-size: 20px;
	text-align: right;
	margin-right: 5px;
}

.shap_info_text h5 {
	margin-top: 34px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #353535;
}

.shap_info_text span {
	width: 30px;
	height: 30px;
	border: 1px solid #5f3213;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #353535;
	transition: all linear .3s;
	margin-right: 10px;
}

.shap_info_text span:hover {
	color: #fff;
	background: #5f3213;
}

.image1 {
	margin-top: 80px;
	margin-right: 8px;
	margin-left: 8px;
	opacity: .5;
	transition: all .5s;
}

.image1 img {
	width: 100%;
}

.image1.slick-center {
	opacity: 1;
	box-shadow: 0px 0px 10px #555;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

/*================ 
  Testimonial CSS 
===============*/
#testimonial_part {
	padding-top: 50px;
}

.testimonial_background {
	background: url(../images/testimonial_background.png) no-repeat center;
	background-size: cover;
	position: relative;
	height: 430px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

.image_background {
	margin: auto;
	margin-top: 30px;
}

.image_background img {
	margin: auto;
	border: 7px solid #80776d;
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateX(-50%);
}

.clent .col-md-6 {
	margin-top: 70px;
}

.text_background {
	background: #fff;
	padding-top: 55px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.menu_part_text p {
	padding-bottom: 50px;
}

.text_background h4 {
	text-align: center;
	z-index: -1;
}

.text_background span {
	color: #5f3213;
	text-align: center;
}

.text_background h6 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

.text_background p {
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 20px;
}

.slick_prev2 {
	position: absolute;
	left: 46%;
	bottom: -70px;
	border: 1px solid #fff;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	font-weight: lighter;
	transition: all linear .3s;
}

.slick_next2 {
	position: absolute;
	left: 51%;
	bottom: -70px;
	border: 1px solid #fff;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	font-weight: lighter;
	transition: all linear .3s;
}

.slick_prev2:hover {
	background: #fff;
	color: #5f3213;
}

.slick_next2:hover {
	background: #fff;
	color: #5f3213;
}


/*================ 
    Contact CSS 
===============*/
#contact_part {
	padding-top: 50px;
}



/*================ 
    Footer CSS 
===============*/
#footer_part {
	background: #FFF9F3;
	padding-bottom: 30px;
	margin-top: 40px;
	position: relative;
}

.footer {
	padding-top: 50px;
}

.contact_part h5 {
	font-size: 20px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.contact_part i {
	font-size: 14px;
	margin-bottom: 5px;
}

.contact_part i span {
	font-size: 14px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	margin-left: 24px;
	line-height: 24px;
}

.contact_part a {
	text-decoration: none;
	color: #222222;
	transition: all linear .5s;
}

.contact_part a:hover {
	color: #da7e29;
}

.contact_part p {
	color: #222222;
	font-family: 'Raleway', sans-serif;
}

.twitter-part h5 {
	font-size: 20px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.t-icon {
	float: left;
}

.t-details {
	float: right;
	width: 235px;
}

.t-icon i {
	font-size: 14px;
	color: #2ba5f2;
}

.t-details span {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	font-weight: 500;
	line-height: 24px;
}

.t-details p {
	color: #353535;
	font-weight: 600;
	font-size: 14px;
}

.opening h5 {
	font-size: 20px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.day {
	float: left;
}

.day p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	line-height: 24px;
}

.day span {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	line-height: 24px;
	margin-left: 10px;
}

.back-top-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	z-index: 999;
	display: none;
	background: #da7e29;
	color: #fff;
	transition: all .5s;
}

.back-top-btn:hover {
	background: #353535;
	color: #fff;
}

.back-top-btn:focus {
	color: #fff;
}

/*================ 
    Foot-bottom CSS 
===============*/
#footer-btm {
	background: #5f3213;
	height: 55px;
}

.footer-btm p {
	font-size: 14px;
	color: #fefefe;
	font-family: 'Open Sans', sans-serif;
	padding-top: 20px;
}


/*================ 
    Preloader CSS 
===============*/

body {
	position: relative;
}

#spinners {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999;
	left: 0;
	top: 0;
}

#preloader_1 {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 60px;
	transform: translateX(-50%) translateY(-50%);
}

#preloader_1 span {
	display: block;
	bottom: 0px;
	width: 9px;
	height: 5px;
	position: absolute;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-moz-animation: preloader_1 1.5s infinite ease-in-out;
	-ms-animation: preloader_1 1.5s infinite ease-in-out;
	-o-animation: preloader_1 1.5s infinite ease-in-out;
	animation: preloader_1 1.5s infinite ease-in-out;

}

#preloader_1 span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;

}

#preloader_1 span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}

#preloader_1 span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}

#preloader_1 span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}

@-webkit-keyframes preloader_1 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0px);
		background: #e6a24a;
	}

	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		background: #cf680a;
	}

	50% {
		height: 5px;
		-webkit-transform: translateY(0px);
		background: #e6a24a;
	}

	100% {
		height: 5px;
		-webkit-transform: translateY(0px);
		background: #e6a24a;
	}
}

@-moz-keyframes preloader_1 {
	0% {
		height: 5px;
		-moz-transform: translateY(0px);
		background: #e6a24aed;
	}

	25% {
		height: 30px;
		-moz-transform: translateY(15px);
		background: #cf680a;
	}

	50% {
		height: 5px;
		-moz-transform: translateY(0px);
		background: #e6a24a;
	}

	100% {
		height: 5px;
		-moz-transform: translateY(0px);
		background: #e6a24ad;
	}
}

@-ms-keyframes preloader_1 {
	0% {
		height: 5px;
		-ms-transform: translateY(0px);
		background: #e6a24a;
	}

	25% {
		height: 30px;
		-ms-transform: translateY(15px);
		background: #cf680a;
	}

	50% {
		height: 5px;
		-ms-transform: translateY(0px);
		background: #e6a24a;
	}

	100% {
		height: 5px;
		-ms-transform: translateY(0px);
		background: #e6a24a;
	}
}

@keyframes preloader_1 {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #e6a24a;
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #cf680a;
	}

	50% {
		height: 5px;
		transform: translateY(0px);
		background: #e6a24a;
	}

	100% {
		height: 5px;
		transform: translateY(0px);
		background: #cf680a;
	}
}

.heading {
	font-weight: bold;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
	color: #da7e29;
}

.product-heading-1 {
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #da7e29;
}
.other-box{
	margin-bottom: 30px;
	text-align: center;
}

.product-heading {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #da7e29;
}

.product-right > .head-main > span {
	font-size: 16px;
	font-weight: bold;
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	padding: 5px 0;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
}

.mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mobile-bottom-nav__item--active {
	color: #f13169;
}

.mobile-bottom-nav__item-content a i {
	font-size: 25px;
	display: block;
	color: #e5ab1b;
}

.mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
}

.brw {
	color: #882600;
}



/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row {
	position: relative;
	background-image: url(../images/breadcrumb.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.ttm-page-title-row {
	display: block;
	padding-top: 90px;
	padding-bottom: 45px;
	z-index: 11;
}

.title-box .page-title-heading h1 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 43px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
}

.title-box .page-title-heading {
	position: relative;
}

.title-box .page-title-heading .title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
}

.breadcrumb-wrapper a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
