/* table of content - start
==================================================================================================== 

Project Name 	:  Pizzle - Fast Food & Pizza HTML Template
File 			:  CSS Base
Version 		:  1.0.0
Author 			:  Evrothemes
Developer		:  Hassan Rasu

==================================================
# Default Settings
    01 - import fonts
    02 - global css
    03 - breadcrumb css
    04 - pagination css
    05 - btn top css

# Sections
    06 - header section
	07 - hero section
	08 - promo order
	09 - best pizza
	10 - pizza slider
	11 - food menu
	12 - double fun
	13 - deliver area
	14 - blog area
	15 - subscribe area
	16 - footer area
	17 - menu page
	18 - about page
	19 - gallery page
	20 - Notfound page
	21 - Login page
	22 - contact page
	23 - product page
	24 - product details page
	25 - cart page
	26 - checkout page
	27 - single news page
*/


/*================================================
01 - import fonts
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

/*================================================
02 - global css
==================================================*/

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #616161;
}

html,
body {
	height: 100%;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: 'Rubik', sans-serif;
}

a:focus {
	outline: medium none;
	color: #000000;
}

a:hover {
	color: inherit;
	color: #000000;
}

input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.cta_btn {
	display: inline-block;
	padding: 13px 30px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	background: #f7b035;
	border-radius: 40px;
}

.cta_btn i {
	margin-right: 5px
}

.small_btn {
	padding: 10px 25px
}

section {
	padding: 100px 0
}

.site_heading {
	text-align: center;
	margin-bottom: 50px
}

.sub_title {
	color: #f7b035;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Delius Unicase', cursive;
}

.section_title {
	font-weight: 700;
	font-size: 44px;
	font-family: 'Rubik', sans-serif;
	line-height: 56px;
}

.spinner-master .spinner,
.spinner-master.active .spinner {
	background: #fff
}

.header_black .spinner-master .spinner,
.header_black .spinner-master.active .spinner {
	background: #000
}


/*================================================
03 - breadcrumb css
==================================================*/

.breadcrumb_area {
	background: #FFF8EF;
	padding-top: 200px;
	position: relative;
	overflow: hidden
}

.breadcrumb_area .container {
	position: relative
}

.breadcrumb_inn {
	text-align: center
}

.breadcrumb_title {
	font-weight: 700;
	font-size: 44px;
	font-family: 'Rubik', sans-serif;
	line-height: 56px;
}

.breadcrumb_inn li a {
	color: #8c8989
}

.breadcrumb_inn li {
	display: inline-block;
	margin: 0 2px;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}

.breadcrumb_inn li.active {
	color: #f7b035;
}

.breadcrumb_inn li i {
	position: relative;
	top: 1px
}


/*================================================
04 - pagination css
==================================================*/

.pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #000;
	margin-right: 15px;
	margin-bottom: 0
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #f7b035 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #f7b035
}

.pagination li.active a:hover {
	border: 1px solid #f7b035
}

.pagination li a:hover {
	border: 1px solid #ddd
}


/*================================================
05 - btn top css
==================================================*/

.btntoTop:before {
	color: #fff;
	content: url(../img/arrow_top.svg);
	display: inline-block;
	vertical-align: middle;
}

.btntoTop {
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}


/*================================================
06 - header section
==================================================*/

.header_area {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9;
	padding: 20px 0;
}

.header_area.header_black {
	border-bottom: 1px solid #EDDFC6
}

.header_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site_logo img {
	width: 160px
}

.mainmenu {
	margin-left: 50px;
}

.mainmenu ul li {
	display: inline-block;
	padding: 0 13px;
	position: relative
}

.mainmenu ul li a,
.header_tools li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding: 13px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mainmenu ul li>ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 220px;
	background: #fff;
	box-shadow: 0 12px 30px -2px rgb(0 0 0 / 10%);
	border-radius: 5px;
	padding: 10px 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.mainmenu ul li:hover>ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li>ul li {
	display: block;
	padding: 0
}

.mainmenu ul li>ul li a {
	display: block;
	padding: 7px 20px;
	color: #000;
	text-transform: capitalize;
	line-height: 24px;
}

.mainmenu ul li>ul li a:after {
	display: none
}

.mainmenu ul li>ul li a:hover {
	padding-left: 25px
}

.mainmenu ul li a:after,
.header_tools li a:after {
	content: "";
	background: #f7b035;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 12px;
	position: absolute;
	height: 1px;
	-webkit-transition: .4s;
	transition: .4s;
}

.mainmenu ul li a:hover,
.header_tools li a:hover,
.mainmenu li.active>a {
	color: #f7b035
}

.mainmenu ul li:hover>a {
	color: #f7b035
}

.mainmenu ul li a:hover:after,
.header_tools li a:hover:after,
.mainmenu li.active>a:after,
.mainmenu ul li:hover>a:after {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	right: auto;
	left: 0;
}

.header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header_tools li {
	display: inline-block;
	padding-left: 25px
}

.header_social li a,
.header_tools li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	position: relative
}

.header_social li {
	display: inline-block;
	padding-left: 15px;
}

.header_social a {
	font-size: 18px;
	display: inline-block;
	padding: 10px;
}

.header_social a:hover {
	color: #f7b035;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.header_tools {
	padding-left: 50px
}

.header_tools img {
	width: 20px
}

.header_tools li:first-child {
	padding: 0 30px
}

.cart_count span {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f7b035;
	color: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	display: inline-block;
	font-weight: 700;
	right: -8px;
	top: 2px;
}

.cart_count:after {
	display: none
}

.header_black .mainmenu ul li a,
.header_black .header_tools li a,
.header_black .header_social li a {
	color: #000
}

.header_black li>a:hover,
.header_black .mainmenu ul li:hover>a,
.header_black .mainmenu li.active>a {
	color: #f7b035 !important
}


/*================================================
07 - hero section
==================================================*/

.hero_area {
	background: #121619;
	padding: 200px 0 100px;
	position: relative;
	z-index: 1
}

.hero_area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/chef-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.hero_title {
	line-height: 100px;
	color: #fff;
	font-weight: 700;
	font-size: 100px;
	font-family: 'Rubik', sans-serif;
}

.hero_img {
	position: relative;
	z-index: 1
}

.hero_area .shape_1 {
	position: absolute;
	right: -5%;
}

.hero_area .shape_2 {
	position: absolute;
	left: 12%;
	top: -60px;
}

.hero_area .shape_3 {
	position: absolute;
	left: -60px;
	top: 60%;
}

.hero_area .shape_4 {
	position: absolute;
	right: 10%;
	bottom: -5%;
	-webkit-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

.hero_area .shape_2,
.hero_area .shape_4,
.promo_shape,
.best_pizza_right>img.shape_17,
.fun_shape_7,
.fun_shape_4,
.fun_shape_3,
.fun_shape_1 {
	-webkit-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

.hero_area .shape_5 {
	position: absolute;
	top: 26%;
	left: 3%;
	-webkit-animation: animateOne 15s infinite ease-in-out;
	animation: animateOne 15s infinite ease-in-out;
	z-index: -1
}

@-webkit-keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.hero_text .cta_btn {
	margin-top: 20px
}

.hero_text .cta_btn:hover {
	color: #fff
}

.scroll_pizza_1 {
	position: absolute;
	top: 92px;
	left: 35px;
	z-index: -1
}

.scroll_pizza_2 {
	position: absolute;
	bottom: 80px;
	left: 32px;
	z-index: -1;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.hero_text {
	position: relative;
	z-index: 1
}


/*================================================
08 - promo order
==================================================*/

.order_promo_area {
	padding-top: 70px
}

.order_promo_box {
	position: relative;
	margin-top: 30px
}

.order_promo_box img {
	border-radius: 15px
}

.promo_order_text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 45%;
}

.promo_order_text h2 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Delius Unicase', cursive;
}

.order_promo_area .container {
	position: relative
}

.promo_shape {
	position: absolute;
	bottom: -94px;
	width: 300px;
	right: -140px;
}

.order_promo_box img {
	width: 100%
}


/*================================================
09 - best pizza
==================================================*/

.best_pizza_area {
	background: #FFF8EF;
	position: relative
}

.shape_10 {
	position: absolute;
	top: 0;
	left: 0;
}

.shape_11 {
	position: absolute;
	left: 37%;
	top: 26%;
}

.shape_12 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.shape_13 {
	position: absolute;
	left: 32%;
	top: 60%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.shape_14 {
	position: absolute;
	right: 10%;
}

.shape_15 {
	position: absolute;
	right: 30%;
	bottom: 4%;
}

.shape_16 {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.best_pizza_left h2 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 160px;
	color: #f7b035;
	line-height: 160px;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
	font-family: 'Delius Unicase', cursive;
}

.best_pizza_left h2>span {
	display: block;
	color: #000;
	font-size: 40%;
	font-weight: 500;
	line-height: 0.85em;
	letter-spacing: 0em;
}

.best_pizza_left ul li {
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: 600;
	color: #000
}

.best_pizza_left ul li:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/list_circle.png);
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.best_pizza_right {
	position: relative;
	z-index: 1
}

.shape_17 {
	position: absolute;
	left: 5%;
	bottom: -30%;
	z-index: -1;
}

.best_pizza_left .section_devider {
	margin: 0 0 30px;
	display: block;
	position: relative;
	left: 22%;
}


/*================================================
10 - pizza slider
==================================================*/

.pizza_slider_area {
	padding-bottom: 70px
}

.pizza_item {
	text-align: center;
	padding: 25px;
	border: 1px solid #e2e2e2;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 30px
}

.pizza_slide_img {
	margin: 0 15px;
}

.pizza_slide_text {
	padding-top: 30px
}

.pizza_slide_text h3 a {
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 15px
}

.product_list_inn .pizza_slide_text h3 a {
	font-size: 21px
}

.pizza_slide_text p {
	margin-bottom: 15px;
	font-size: 15px
}

.pizza_slide_img {
	position: relative
}

.pizza_slide_action {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	;
	visibility: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.pizza_item:hover .pizza_slide_action {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 50%;
}

.pizza_slide_action a {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f7b035;
	color: #fff;
}

.pizza_slide_text h3 a:hover {
	color: #f7b035
}

.pizza_slide_action i {
	margin-right: 5px
}

.pizza_slide_price {
	color: #f7b035;
	font-family: 'Delius Unicase', cursive;
	font-size: 28px !important;
	margin-bottom: 0 !important;
	font-weight: 700
}

.currencySymbol {
	position: relative;
	top: -7px;
	font-size: 20px;
	margin-right: 5px;
}

.pizza_item:hover {
	background: #fffbf1;
	box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.1);
	border: 1px solid #fffbf1
}

.pizza_slider_area .container {
	position: relative
}

.pizza_nav .prev_slide {
	position: absolute;
	top: 65%;
	left: 0;
	cursor: pointer;
}

.pizza_nav .next_slide {
	position: absolute;
	top: 65%;
	right: 0;
	cursor: pointer;
}

.pizza_nav svg g {
	fill: #f7b035;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.pizza_nav .prev_slide:hover svg g {
	fill: #000
}

.pizza_nav .next_slide:hover svg g {
	fill: #000
}


/*================================================
11 - food menu
==================================================*/

.food_menu_area {
	position: relative;
	background: url(../img/food_menu_bg.jpg) no-repeat scroll 0 0/cover;
	z-index: 1;
	overflow: hidden
}

.food_menu_area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(right bottom, rgba(2, 11, 25, 0.19), rgba(2, 6, 13, 0.58), rgba(2, 6, 16, 0.57), rgba(3, 6, 28, 0.49), rgba(0, 0, 10, 0.4));
	background-image: linear-gradient(to left top, rgba(2, 11, 25, 0.19), rgba(2, 6, 13, 0.58), rgba(2, 6, 16, 0.57), rgba(3, 6, 28, 0.49), rgba(0, 0, 10, 0.4));
	z-index: -1
}

.menu_pizza {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	display: block;
	width: 455px;
	top: 0;
}

.food_menu_box {
	margin-top: 20%;
	padding: 30px;
	border: 2px solid #f7b035;
	border-radius: 25px;
	position: relative;
}

.food_menu_title {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -1px;
	background: #f7b035;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.food_menu_title h3 {
	font-weight: 700;
	color: #fff;
	font-family: 'Delius Unicase', cursive;
	margin: 0;
	padding: 5px 30px;
}

.food_menu_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.menu-item_content-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu-item_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.menu-item_content:after {
	content: '';
	width: 100%;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-bottom: 3px dotted #d7d7d7;
}

.menu-item_title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.menu-item_price {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.food_menu_inn {
	margin-top: 50px;
}

.menu-item_content h4 {
	margin-bottom: 0;
	color: #fff;
	font-weight: 500
}

.menu-item_price h4,
.food_menu_info h3 {
	font-family: 'Delius Unicase', cursive;
	font-weight: 700
}

.food_menu_inn p {
	color: #d7d7d7
}

.food_menu_info {
	text-align: center
}

.food_menu_info h3 {
	color: #fff;
	font-size: 36px
}

.food_menu_info h2 {
	font-size: 80px;
	font-weight: 400;
	color: #fff;
	line-height: 75px;
	font-family: 'Delius Unicase', cursive;
}

.food_menu_info h2 span {
	display: block;
	color: #f7b035;
	font-weight: 700;
	font-size: 102px;
	line-height: 100px;
}

.food_menu_info p {
	color: #d7d7d7;
	line-height: 25px;
	font-size: 15px;
	margin-top: 20px;
}

.food_menu_item:hover h4 {
	color: #f7b035;
}

.food_menu_shape_1 {
	position: absolute;
	left: 12%;
	top: 5%
}

.food_menu_shape_2 {
	position: absolute;
	right: 12%;
	top: 5%
}

.food_menu_shape_3 {
	position: absolute;
	right: 52%;
	bottom: 4%;
}

.food_menu_shape_4 {
	position: absolute;
	right: 28%;
	bottom: 30%;
}

.food_menu_shape_5 {
	position: absolute;
	left: 0%;
	bottom: 35%;
}

.selected-tab {
	position: relative;
	height: 48px;
	padding: 10px 25px;
	line-height: 30px;
	color: #000;
	background-color: #ebebeb;
	text-align: left;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.selected-tab:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*================================================
12 - double fun
==================================================*/

.double_fun_area {
	padding-top: 100px;
	padding-bottom: 150px;
}

.double_fun_inn {
	text-align: center
}

.double_fun_bg img {
	margin: auto;
	display: block
}

.double_fun_inn h2 {
	text-transform: capitalize;
	margin-bottom: 20px
}

.double_fun_inn h3 {
	position: relative;
	display: inline-block;
	padding: 5px 65px;
	z-index: 1;
	font-family: 'Delius Unicase', cursive;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	font-size: 33px;
}

.double_fun_inn svg {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: -1;
	top: 0;
}

.double_fun_inn svg path {
	fill: #f7b035
}

.double_fun_bottom {
	position: relative
}

.double_fun_pizza {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -5%;
}

.double_fun_bottom .container {
	position: relative
}

.fun_shape_1 {
	position: absolute;
	left: 20%;
	top: -25%;
	-webkit-animation: bounce 4s infinite ease-in-out;
	animation: bounce 4s infinite ease-in-out;
}

.fun_shape_2 {
	position: absolute;
	right: 20%;
	top: 4%;
	z-index: 1;
}

.fun_shape_3 {
	position: absolute;
	top: 50%;
}

.fun_shape_4 {
	position: absolute;
	right: 4%;
	bottom: 4%;
	-webkit-animation: bounce 5s infinite ease-in-out;
	animation: bounce 5s infinite ease-in-out;
}

.fun_shape_5 {
	position: absolute;
	right: 0;
	top: 30%;
}

.fun_shape_6 {
	position: absolute;
	left: 0
}

.double_fun_bottom {
	padding-top: 50px
}

.fun_shape_7 {
	position: absolute;
	top: -52%;
	right: 0;
	width: 300px;
}


/*================================================
13 - deliver area
==================================================*/

.delivery_area {
	position: relative;
	background: #FFF8EF
}

.delivery_area .site_heading {
	text-align: left;
	margin-bottom: 30px
}

.order_box a {
	display: inline-block;
	padding: 14px 34px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f7b035;
	color: #fff;
	position: relative;
	font-size: 16px;
}

.order-content p {
	margin: 0;
	text-transform: capitalize;
	color: #000;
	font-weight: 700;
}

.order-content span {
	color: #f7b035;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
}

.order-content {
	margin-right: 40px
}

.order-img {
	width: 60px;
	margin-right: 10px
}

.order_box,
.delivery_left {
	position: relative
}


/*================================================
14 - blog area
==================================================*/

.blog_area {
	padding-bottom: 70px
}

.blog_item {
	margin-bottom: 30px;
	position: relative;
}

.blog_image {
	position: relative;
	overflow: hidden;
	border-radius: 30px
}

.blog_image img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	border-radius: 30px
}

.post_date {
	position: absolute;
	width: 20%;
	height: 90px;
	top: 0;
	background: #f7b035 none repeat scroll 0 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 20px 0;
	border-radius: 0 0 50px 50px;
	left: 30px;
	line-height: 24px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-weight: 700;
	font-family: 'Delius Unicase', cursive;
}

.blog_text {
	background: #fff;
	padding: 20px 0 0;
}

.blog-meta p {
	display: inline-block;
	margin-right: 20px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.blog-meta p a {
	color: #7a7a7a;
}

.blog-meta p i {
	margin-right: 3px;
	color: #f7b035;
}

.blog_text h3 a {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	display: block
}

.blog_text h3 a:hover {
	color: #f7b035
}

.blog_item:hover .blog_image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*================================================
15 - subscribe area
==================================================*/

.subscribe_area {
	background: #f7b035;
	position: relative
}

.subscribe_area .site_heading {
	position: relative;
	margin-bottom: 30px
}

.subscribe_area .section_title,
.subscribe_area .sub_title {
	color: #fff
}

.subscribe_box {
	width: 55%;
	margin: auto;
}

.subscribe_box form {
	position: relative;
	background: #fff;
	border-radius: 40px;
	height: 60px
}

.subscribe_box form input {
	position: absolute;
	top: 0;
	width: 80%;
	left: 0;
	height: 100%;
	padding: 5px 30px;
	background: transparent;
	border: none;
	border-radius: 40px;
}

.subscribe_box form button {
	position: absolute;
	right: 10px;
	height: 75%;
	padding: 5px 20px;
	background: #f7b035;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	width: 20%;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
}


/*================================================
16 - footer area
==================================================*/

.footer_top {
	padding: 30px 0;
}

.footer_top .col-md-6.col-lg-3 .footer_widget {
	border-right: 1px solid #eaeaea;
}

.footer_top .col-md-6.col-lg-3:last-child .footer_widget {
	border-right: 0px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.footer_top .footer_widget {
	padding: 40px 0;
	text-align: center;
}

.logo_footer {
	margin-bottom: 30px
}

.footer_desc p {
	margin-bottom: 2px;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
}

.footer_desc p span {
	color: #000;
	margin-left: 5px;
}

.socials_list {
	margin-top: 20px
}

.socials_list li {
	display: inline-block;
	margin: 0 2px
}

.socials_list li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #eee;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #616161;
	font-size: 18px;
}

.footer_title {
	font-weight: 700;
	font-size: 26px;
	font-family: 'Rubik', sans-serif;
	line-height: 30px;
}

.footer_top a {
	color: #616161
}

.footer_top a:hover {
	color: #f7b035
}

.socials_list li a:hover {
	border: 2px solid #f7b035;
	color: #fff;
	background: #f7b035
}

.open_hours {
	padding: 0px 35px;
}

.open_hours li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
}

.open_hours li span:last-child {
	color: #000
}

.footer_title {
	font-weight: 700;
	font-size: 26px;
	font-family: 'Rubik', sans-serif;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer_bottom {
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}

.copyright p {
	font-size: 15px;
	color: #999;
}


/*================================================
17 - menu page
==================================================*/

.menu_page_area {
	padding-bottom: 65px;
	background: url(../img/menu_pattern3-min.png) no-repeat scroll 0 0/cover;
}

.menu_page_inn .nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-line-pack: center;
	align-content: center;
	background: #ebebeb;
	border-radius: 50px;
}

.menu_nav {
	text-align: center
}

.menu_page_inn .nav-tabs li a {
	display: block;
	padding: 17px 25px;
	border-radius: 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	color: #000;
}

.menu_page_inn .nav-tabs li a.active {
	background: #f7b035;
	color: #fff;
}

.menu_page_table .menu-item_content h4 {
	color: #000
}

.menu_page_table p {
	color: #616161
}

.food_item_thumb {
	max-width: 90px;
	margin-right: 20px
}

.menu_page_table .food_menu_item {
	margin-bottom: 35px
}


/*================================================
18 - about page
==================================================*/

.about_area {
	position: relative
}

.about_shape {
	position: absolute;
	bottom: 10%;
	left: 0
}

.about_left {
	text-align: left
}

.about_right {
	position: relative;
}

.about_right:after {
	content: '';
	position: absolute;
	top: -45px;
	left: 45px;
	width: calc(100% - 45px);
	height: 100%;
	border: 15px solid rgba(255, 224, 169, 0.87);
	z-index: 0;
	border-radius: 100px
}

.about_img {
	position: relative;
	width: calc(100% - 45px);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.choose_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.choose_list li {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	;
	margin-top: 30px
}

.choose_point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.choose_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px
}

.choose_text h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 5px;
}

.choose_text p {
	font-size: 16px;
	line-height: 26px;
}

.choose_pizza {
	position: absolute;
	left: -16%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonial_area {
	position: relative;
}

.testimonial_bg {
	position: absolute;
	bottom: -2%;
	width: 75%;
	height: 80%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-slider {
	width: 65%;
	margin: 0 auto;
	text-align: center
}

.client-image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.client-image img {
	border-radius: 50%
}

.testimonial-body {
	margin-top: 10px;
}

.testimonial-meta {
	margin-top: 20px
}

.testimonial-meta h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.testimonial-body p {
	font-size: 15px
}

.testimonial-meta ul {
	margin-top: 10px
}

.testimonial-meta ul li {
	display: inline-block;
	font-size: 18px;
	color: #f9ae19;
	margin: 0 1px;
}

.testimonial-pos {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	text-align: center;
}

.testimonial-pos h3 {
	margin-bottom: 0;
	font-size: 100px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 21px;
	opacity: .05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	line-height: 1;
	display: inline-block;
	color: #040e21
}

.testimonial_area .container {
	position: relative;
}

.testimonial_area .pizza_nav .prev_slide {
	left: 10%;
}

.testimonial_area .pizza_nav .next_slide {
	right: 10%;
}


/*================================================
19 - gallery page
==================================================*/

.gallery_area {
	padding-top: 70px
}

.gallery_item {
	position: relative;
	overflow: hidden;
	margin-top: 30px
}

.gallery_item:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(10, 10, 10, .45);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 10px
}

.gallery_item img {
	border-radius: 10px
}

.gallery_item:hover:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.gallery_icon {
	position: absolute;
	top: 30px;
	left: -30px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 1
}

.gallery_icon svg {
	stroke: #fff
}

.gallery_item:hover .gallery_icon {
	left: 30px
}

.gallery_info {
	position: absolute;
	bottom: -60px;
	left: 0px;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.gallery_info h3 {
	font-weight: 700;
	font-size: 22px;
	color: #fff
}

.gallery_item:hover .gallery_info {
	bottom: 30px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


/*================================================
20 - Notfound page
==================================================*/

.notfound {
	background: #FFF8EF
}

.error-page-header-area {
	padding-top: 10px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9
}

.error-page-logo-right {
	text-align: right;
}

.error-page-logo-right a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f7b035;
	color: #fff;
	position: relative;
}

.error-page-logo-right a span {
	margin-right: 5px
}

.error-page-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	position: relative;
}

.error_bg {
	background: url(../img/gallery_8.jpg) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center center;
	display: inline-block;
	font-weight: 700;
	font-size: 200px;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
}

.error-page-box h4 {
	color: #000;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.error-page-box p {
	width: 45%;
	margin: 0 auto;
}


/*================================================
21 - Login page
==================================================*/

.login_inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-wrapper {
	padding: 2em;
	width: 25em;
	position: relative;
	text-align: center;
}

.login-wrapper h3 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
}

.login-wrapper form {
	margin: 20px 0;
}

.login-wrapper form>.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: .75em 0;
	position: relative;
}

.login-wrapper form>.form-row>input {
	-webkit-transition: 100ms ease all;
	transition: 100ms ease all;
	width: 100%;
	border: 2px solid #efdfd3;
	background: transparent;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600
}

.login-wrapper form>.form-row>button {
	border: none;
	background: #f7b035;
	padding: 10px 34px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #f7b035
}

.login-wrapper form>.form-row>button:hover {
	color: #000;
	background: transparent
}

.socials-wrapper>p {
	background: transparent;
	color: #000;
	font-size: 16px;
	position: relative;
	text-align: center;
	z-index: 10;
	font-family: 'Rubik', sans-serif;
	font-weight: 500
}

.socials-wrapper>p:after,
.socials-wrapper>p:before {
	background: #dec7b5;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 12.5%;
}

.socials-wrapper>p:before {
	left: 0;
}

.socials-wrapper>p:after {
	right: 0;
}

.socials-wrapper>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.socials-wrapper>ul>li {
	margin: .5em;
}

.socials-wrapper>ul>li>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .5em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 2em;
}

.socials-wrapper>ul>li>a.facebook {
	background-color: #3763d2;
}

.socials-wrapper>ul>li>a.twitter {
	background-color: #1abcff;
}

.socials-wrapper>ul>li>a.twitch {
	background-color: #7b5dfa;
}

.socials-wrapper>ul>li>a.youtube {
	background-color: #fd434f;
}

.socials-wrapper>ul>li>a:hover {
	-webkit-transform: translatey(-0.25em);
	transform: translatey(-0.25em);
}

.login_icon {
	margin-bottom: 30px
}

.custom-checkbox {
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 10px
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	left: -100px;
}

.custom-checkbox input[type="checkbox"]:checked+label~.checkbox {
	background-color: #f7b035;
}

.custom-checkbox input[type="checkbox"]:checked+label~.checkbox:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.custom-checkbox label {
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	font-weight: 400;
	color: #000;
	font-family: 'Rubik', sans-serif;
}

.custom-checkbox .checkbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #efdfd3;
}

.custom-checkbox .checkbox:before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 13px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	transform: translate(-50%, -50%) scale(1.1, 1.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*================================================
22 - contact page
==================================================*/

.contact_details_area {
	padding-top: 70px;
}

.single_contact_box {
	background: #FFF8EF none repeat scroll 0 0;
	padding: 30px;
	text-align: center;
	border-radius: 18px;
	margin-top: 30px;
}

.contact_head h4 {
	font-weight: 700;
	font-size: 22px;
	font-family: 'Delius Unicase', cursive;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

.contact_icon i {
	font-size: 30px;
	color: #f7b035;
}

.contact_text p {
	margin: 0;
	color: #000;
}

.contact_form_inn input,
.contact_form_inn textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.contact_form_inn textarea {
	height: 120px
}

.comment_field {
	margin-top: 15px
}

.mapCanvas iframe {
	width: 100%;
	height: 340px
}

.contact_form_inn button {
	border: none;
	background: #f7b035;
	padding: 10px 34px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #f7b035;
}


/*================================================
23 - product page
==================================================*/

.single-sidebar {
	margin-bottom: 40px;
}

.single-sidebar:last-child {
	margin-bottom: 0;
}

.single-sidebar>form {
	width: 100%;
	border: 1px solid #dddddd;
	height: 55px;
	position: relative;
	border-radius: 40px;
}

.single-sidebar>form input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
}

.single-sidebar>form button {
	position: absolute;
	right: 5px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f7b035;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.single-sidebar .sub_title {
	position: relative;
	margin-bottom: 35px;
}

.single-sidebar>.sub_title:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #f7b035 none repeat scroll 0 0;
}

.single-sidebar>.sub_title:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #000 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.category li {
	position: relative;
}

.single-sidebar>ul>li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 25px;
	overflow: hidden
}

.recent-blog>li {
	padding: 10px 0 !important
}

.category li:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
	width: 6px;
	height: 5px;
	background: #333;
}

.category a {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.category a:hover,
.recent-blog>li a:hover {
	color: #f7b035
}

.category li:hover:before {
	background: #f7b035
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #000;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #f7b035 none repeat scroll 0 0;
	color: #fff;
}

.single-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.recent-img {
	margin-right: 20px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 a {
	font-size: 18px
}

.tour-rating ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	color: #f7b035
}

.cat_post_date {
	color: #c4c4c4 !important
}

.recent-text h4 {
	margin-bottom: 5px;
}

.recent-text p {
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.tour-rating ul {
	line-height: 22px
}

.product_list_result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 70px
}

.product_list_result form {
	border: 1px solid #ddd;
	color: #777;
	padding: 10px 20px;
	height: 55px;
	border-radius: 30px;
	position: relative;
	width: 280px;
}

.product_list_result select {
	position: absolute;
	left: 50%;
	width: 90%;
	height: 100%;
	border: none;
	top: 0;
	border-radius: 40px;
	font-size: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*================================================
24 - product details page
==================================================*/

.product-details-image {
	text-align: center;
	padding: 50px;
}

.product-details-text h3 {
	margin-bottom: 5px;
	font-weight: 700;
	color: #000;
	font-size: 38px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif
}

.product-details-text .tour-rating ul {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
}

.product-details-text .tour-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #666;
	text-transform: capitalize;
}

.product-details-text .price {
	margin-top: 10px;
}

.product-details-text .price ins {
	font-size: 30px;
	text-decoration: none;
	font-weight: 700;
	color: #f7b035;
	margin-left: 10px;
}

.product-details-text .price del {
	color: #787878;
	font-size: 20px;
}

.pro_details_meta p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pro_details_meta p span,
.pro_details_meta p a {
	font-weight: 700;
	color: #000
}

.choose_option input[type="radio"] {
	display: none;
}

.choose_option label {
	padding: 9px 15px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #777;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-top: 5px;
}

.choose_option .blank-label {
	display: none;
}

.choose_option input[type="radio"]:checked+label {
	background: #f7b035;
	color: #fff;
	border-color: #f7b035
}

.choice_meta_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.choose_option {
	margin-right: 10px
}

.pro_choice_meta {
	margin-top: 20px
}

.pro_choice_meta h4 {
	font-weight: 500;
	color: #000;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10px;
	font-size: 20px
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.quantity p {
	margin-right: 10px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
}

.num-block {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.skin-2 .num-in {
	background: #e8e8e8 none repeat scroll 0 0;
	border-radius: 25px;
	height: 40px;
	width: 110px;
	float: left;
}

.skin-2 .num-in span {
	width: 40%;
	display: block;
	height: 40px;
	float: left;
	position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
	content: '';
	position: absolute;
	background-color: #000;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.skin-2 .num-in input {
	float: left;
	width: 20%;
	height: 40px;
	border: none;
	text-align: center;
	background: #e8e8e8 none repeat scroll 0 0;
	color: #000
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px;
}

.single-shop-page-btn ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	font-size: 17px;
	background: url(../img/social_bg.png) no-repeat scroll 0 0/cover;
	color: #000;
}

.single-shop-page-btn ul li a:hover {
	background: url(../img/social_bg_hover.png) no-repeat scroll 0 0/cover;
	color: #fff;
}

.single-shop-page-btn {
	margin-top: 20px
}


/*================================================
25 - cart page
==================================================*/

.cart-table-left h3,
.order-summury-box h3 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
	font-size: 26px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}

.cart-table-left thead {
	border: medium none;
}

.cart-table-left thead th {
	border: medium none;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
	border-top: 0px !important;
	color: #000;
}

.cart-preview {
	width: 115px;
	height: 100px;
	text-align: center;
}

.cart-preview img {
	width: 100%;
	height: 100%;
	border-radius: 15px
}

.table th,
.table td {
	vertical-align: middle;
	border-top: 0px;
	border-top: 1px solid #EDDFC6;
}

.cart-table-left table td p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	margin: 0
}

.cart-quantity>input {
	border: 2px solid #ddd;
	padding: 5px;
	width: 70px;
	text-align: center;
	border-radius: 25px;
}

.cart-close {
	text-align: center;
}

.cart-total {
	font-weight: 500;
}

.cart-close a {
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cart-clear a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	margin-right: 15px;
}

.cart-clear {
	margin-top: 20px;
	text-align: right
}

.cart-clear a:last-child {
	margin-right: 1px;
}

.cart-clear a:hover {
	color: #f7b035
}

.cart-close a:hover {
	background: #EDDFC6 none repeat scroll 0 0;
	border: 1px solid #EDDFC6
}

.summury-inn {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 30px
}

.order-summury-box table {
	width: 100%;
}

.order-summury-box table tr {
	border-bottom: 1px solid #EDDFC6;
}

.order-summury-box table tr:last-child {
	border-bottom: 0px solid #EDDFC6;
}

.order-summury-box table td {
	padding: 10px 0;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.checkout-action {
	text-align: right;
	margin-top: 30px
}

.checkout-action a.cta_btn {
	color: #fff;
	margin: 0;
	background: transparent
}

.checkout-action a.cta_btn:hover {
	color: #fff;
	background: #ff7a21 none repeat scroll 0 0
}

.cart_box,
.summury-inn {
	background: #FFF8EF none repeat scroll 0 0;
	padding: 20px;
	border-radius: 30px;
	margin-top: 30px;
}

.cart-preview a {
	display: block;
	position: relative;
}

.cart-preview a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7a43b;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	border-radius: 15px;
}

.cart-quantity .skin-2 .num-in {
	background: #ffead0 none repeat scroll 0 0;
}

.cart-quantity .skin-2 .num-in input {
	background: #ffead0 none repeat scroll 0 0;
}

.cart_box .table {
	margin: 0
}


/*================================================
26 - checkout page
==================================================*/

.checkout-left-box h3 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
	font-size: 26px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}

.checkout-left-box form {
	margin-top: 15px
}

.checkout-left-box form .checkout-form {
	margin-top: 30px;
}

.checkout-left-box form label {
	color: #000;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.checkout-left-box form input {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.checkout-left-box form textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	height: 140px
}

.checkout-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.checkout-payment .payment input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.checkout-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.checkout-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.checkout-payment .payment .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.checkout-payment input[type="radio"]:checked~.check {
	border: 3px solid #f7b035;
}

.checkout-payment input[type="radio"]:checked~.check:before {
	background: #f7b035;
}

.checkout-payment input[type="radio"]:checked~label {
	color: #f7b035;
}

.payment img {
	float: right;
	margin-top: 15px;
}

.payment p {
	font-size: 15px;
}

.booking-right .action-btn {
	text-align: right;
	margin-top: 30px
}

.checkout-page-area {
	padding-bottom: 80px
}


/*================================================
27 - single news page
==================================================*/

.single_news_post .blog_item {
	margin: 0
}

.single_news_post .blog-meta {
	margin-bottom: 30px
}

.single_news_post h1,
.single_news_post h2,
.single_news_post h3,
.single_news_post h4,
.single_news_post h5,
.single_news_post h6 {
	font-weight: 700;
	display: block;
	font-family: 'Rubik', sans-serif
}

.single_news_post img {
	border-radius: 10px
}

.blog-inner-image {
	margin: 15px 0
}

.single_news_post blockquote {
	margin: 20px 0;
	padding: 15px;
	border-left: 4px solid #f7b035;
	color: #111;
	font-style: italic;
	font-weight: 600
}

.comment-list {
	margin-top: 50px;
}

.comment-group-title h3,
.leave-comment h3 {
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Delius Unicase', cursive;
	position: relative;
	margin-bottom: 35px;
	display: inline-block
}

.comment-group-title h3:before,
.leave-comment h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 30%;
	height: 4px;
	width: 15px;
	background: #f7b035 none repeat scroll 0 0;
}

.comment-group-title h3:after,
.leave-comment h3:after {
	position: absolute;
	height: 4px;
	width: 24%;
	background: #000 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.single-comment-box.comment_reply {
	padding-left: 83px;
}

.main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
}

.comment-text {
	padding: 20px;
	background: #FFF8EF none repeat scroll 0 0;
	border-radius: 30px;
	position: relative;
}

.comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.comment-info ul li {
	display: inline-block;
	color: #ffa11a;
}

.comment-info p {
	display: inline-block;
	font-size: 13px;
}

.comment-info:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #FFF8EF;
	left: -12px;
}

.comment-text-inner {
	padding: 10px;
}

.comment-info h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block
}

.leave-comment {
	margin-top: 50px;
	width: 75%
}

.leave-comment input,
.leave-comment textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.leave-comment textarea {
	height: 180px
}

.comment-field {
	margin-top: 30px;
}

.leave-comment button {
	border: none;
	background: #f7b035;
	padding: 10px 34px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #f7b035;
}