/*--------------------- Copyright (c) 2018 ----------------------- 
[Master Stylesheet] 
Project: Foodiee - Html Template 
Version: 1.0.0 
Author: Kamleshyadav --------------*/

 body {
     margin: 0;
     font-family: 'Lato', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 26px;
     color: #707070;
     background-color: #ffffff;
	 position:relative;
}
/*====Normal Css Start====*/
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0;
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     line-height: 1.2;
	 font-size:36px;
     color: #222222;
}
 
 a {
     color: #89b649;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
}
 a:hover{
	 text-decoration:none;
	 color:#333;
 }

 /*====Custom Classes====*/
 .btm_marger50{
	 margin-bottom:50px;
 }
  .btm_marger20{
	 margin-bottom:20px;
 }
  .top_padder110{
	 padding-top:110px;
 }
 .top_padder35{
	 padding-top:35px;
 }
 .btm_padder100{
	 padding-bottom:100px;
 }
  .btm_padder60{
	 padding-bottom:60px;
 }
 .padding_left{
	 padding-left:0px;
 }
 
  .padding_right{
	 padding-right:0px;
 }
 .color_red{
	color:red !important;
	font-weight:600;
 }
.fd_btn, .fd_btn:focus{
	outline:none;
}
 .nice-select {
    border-radius: 10px;
    border: solid 1px #ced4da;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    width: 205px;
	line-height:49px;
	float:none;
}
.nice-select:after {
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    height: 7px;
    margin-top: -2px;
    right: 20px;
    width: 7px;
}
.nice-select .list{
	width:100%;		
	height:200px;
	border: 1px solid #ced4da;
	z-index: 100;
	font-size:15px;
	overflow:auto;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #89b649;
}
.form-control {
    height: 50px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 10px;
    width: 205px;
}
.form-control:focus{
	box-shadow:none;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*====Top Header Css Start====*/
.fd_top_header {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 38px 0px 0px;
}
.fd_top_inner {
    width: 100%;
    flex-direction: row;
    display: flex;
    place-content: flex-end;
    padding: 0px 130px 10px;
    position: relative;
    z-index: 100;
}
.top_offer {
    width: 45%;
    height: 30px !important;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    padding-right: 15px;
    /* margin-top: 5px; */
    padding-top: 4px;

}
span.top_offer_icon {
    position: absolute;
    left: 0px;
    top: 4px;
}
.fd_search_box{
	width:200px;
	height:200px;
	position:absolute;
	overflow:auto;
	padding:10px 20px;
	border-radius:0px 0px 5px 5px;
	border:1px solid #8bb74c;
	border-top:none;
	background-color:#ffffff;
	display:none;
}
.fd_search_box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.fd_search_box ul li{
	margin-bottom:5px;
}
.fd_search_box ul li:last-child{
	margin-bottom:0;
}
.fd_search_box ul li a{
	color:#333 !important;
	transition:all 0.3s ease-in-out;
}
.fd_search_box ul li:hover a{
	color:#8bb74c !important;
}
.top_offer .swiper-button-next.slider_nav_next {
    right: 0;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    transform: none;
    margin-top: 0px;
    top: 7px;
	line-height:1;
}

.top_offer .swiper-button-next.slider_nav_next i {
    transform: none;
    font-size: 10px;
    color: #d9d9d9;
}
.swiper-container{
	height:100% !important;
}
/* .top_offer .swiper-slide{ */
	/* height:auto !important; */
/* } */
.top_offer .swiper-button-prev.slider_nav_prev {
    left: auto;
    right: 0;
    background-color: transparent;
    border: none;
    transform: none;
    width: auto;
    height: auto;
    top: -3px;
    margin-top: 0;
	line-height:1;
}

.top_offer .swiper-button-prev.slider_nav_prev i {
    transform: none;
    font-size: 10px;
    color: #d9d9d9;
}
.fd_top_icons {
	padding: 0px 25px;
    position: relative;
}
.top_offer .swiper-button-prev.slider_nav_prev i:hover, .top_offer .swiper-button-next.slider_nav_next i:hover{
	color:#89b649;
}
.fd_top_icons:before, .fd_top_icons:after{
    position: absolute;
    background-color: #d9d9d9;
    height: 24px;
    width: 1px;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fd_top_icons:after{
	left:auto;
	right:0;
}
.fd_top_icons ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.fd_top_icons ul li {
    display: inline-block;
    margin: 0px 7px;
	margin-top:3px;
}
.fd_top_icons ul li a{
	color: #89b649;
}
.fd_cart {
    margin: 0px 15px;
    position: relative;
    cursor: pointer;
	z-index:1;
	    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.fd_cart > i {
    color: #89b649;
    font-size: 25px;
}

.cart_count {
	width: 19px;
    height: 19px;
    background-color: #fff;
    color: #222;
    font-size: 9px;
    border: 2px solid #89b649;
    border-radius: 100%;
    line-height: 18px;
    position: absolute;
    text-align: center;
    bottom: -1px;
    right: -5px;
}
ul.fd_cart_contents {
    position: absolute;
    left: -51px;
    top: 43px;
    padding: 9px 20px 10px 20px;
    margin: 0px;
    width: 300px;
    z-index: 99;
    background-color: #222;
    list-style: none;
    cursor: initial;
	transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform-origin: 0px 0px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
    opacity: 0;
    visibility: hidden;
}
.fd_cart:hover > ul.fd_cart_contents{
	    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    visibility: visible;
} 
ul.fd_cart_contents li {
    width: 100%;
    display: block;
    float: left;
    /* padding-bottom: 10px; */
    padding: 10px 0px;
    border-bottom: 1px solid;
    position:relative;
}
ul.fd_cart_contents li:last-child{
	border-bottom:none;
	text-align: center;
}
ul.fd_cart_contents li .cart_img {
    width: 55px;
    display: inline-block;
    float: left;
}

ul.fd_cart_contents li .cart_img img {
    max-width: 100%;
}

.cart_data {}

ul.fd_cart_contents {}

ul.fd_cart_contents .cart_data {
    width: calc(100% - 55px);
    float: left;
    padding-left: 15px;
}

ul.fd_cart_contents .cart_data h2 {
    font-size: 14px;
    text-transform: capitalize;
}
ul.fd_cart_contents .cart_data h2 a{
	color:#89b649;
}
ul.fd_cart_contents .cart_data .fd_quantity {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

ul.fd_cart_contents .cart_data .fd_p_price {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}
.cart_close {
    position: absolute;
    right: 0px;
    top: 5px;
}
ul.fd_cart_contents li .cart_total {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

ul.fd_cart_contents li .cart_ttl_amnt {
    color: #89b649;
    float: right;
    font-weight: bold;
}

.cart_btn {
    max-width: 113px;
    background-color: #89b649;
    border: 2px solid #89b649;
    color: #fff;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 32px;
    padding: 0px 20px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    margin: 10px 6px 0px;
    transition: all 0.3s ease-in-out;
}
.cart_btn:hover{
	background-color:transparent;
	color:#fff;
}
.cart_close a {
    font-size: 14px;
    color: #fff;
}
.cart_close a:hover{
	color:#89b649;
}
ul.fd_cart_contents .cart_data .fd_p_price span {
    font-size: 10px;
    position:  relative;
    top: -1px;
}
.fd_profile {
	padding-left: 15px;
    position: relative;
}
.fd_profile:before{
	position: absolute;
    background-color: #d9d9d9;
    height: 24px;
    width: 1px;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fd_profile img {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.fd_profile a {
    color: #707070;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
	padding-right:15px;
	
	}
.fd_profile > a:after{
    position: absolute;
    top: 8px;
    right: -18px;
    color: #89b649;
}
.fd_profile .dropdown-menu {
    border: none;
    margin-top: 20px;
    padding: 15px 10px;
    border-radius: 5px;
    min-width: 142px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.fd_profile .dropdown-menu > li > a {
    padding: 1px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #898a8c;
	display:block;
}
.fd_profile .dropdown-menu > li > a:hover{
	color:#89b649;
	padding-left:13px;
}
.fd_profile .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -9px;
    left: 9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.fd_top_login {
    position: relative;
    padding-left: 15px;
}

.fd_top_login a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 32px;
}

.fd_top_login a i.fa.fa-user {
    margin-right: 6px;
}
.fd_top_login:before{
    position: absolute;
    background-color: #d9d9d9;
    height: 24px;
    width: 1px;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fd_top_login a i{
	margin-right:5px;
}
.fd_menu_toggle{
	display:none;
}
/*====Loader Css Start====*/
.fd_loader_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}
.fd_loader {
	text-align: center;
	vertical-align: middle;
	display: flex;
	place-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.loaded .fd_loader_wrapper {
	opacity: 0;
	visibility: hidden;
}
/******************User Info Table*************************/
.fd_user_info_wrapper {
    padding: 100px 0px;
}
.fd_user_table {}

.fd_user_table ul.nav.nav-tabs {
    border: none;
}

.fd_user_table ul.nav.nav-tabs li {
    border: 1px solid #ccc;
    width: 33.3%;
    text-align: center;
    margin-right: -1px;
}
.fd_user_table ul.nav.nav-tabs li a.active {
	background-color:#89b649;
	color:#fff;
}
.fd_user_table ul.nav.nav-tabs li a {
    text-transform: capitalize;
    font-size: 17px;
    color: #222;
    display: block;
    padding: 10px 20px;
}

.fd_user_table ul.nav.nav-tabs li a i {
    margin-left: 5px;
}
.fd_u_pro_wrapper {
    padding: 50px 0px;
}

.fd_pro_title {
    margin-bottom: 25px;
    margin: 20px 0px;
}

.fd_pro_title h1 {
    font-size: 22px;
    text-transform: capitalize;
}

.fd_pro_inputs {
    background-color: #f7f7f7;
    padding: 10px 20px;
}

.fd_u_input_group {
    margin-bottom: 15px;
}

.fd_u_input_group label {
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
}

.fd_u_input_group img {
    margin-top: 25px;
}
.fd_u_input_group button.fd_btn, .fd_u_input_group button.fd_btn:focus {
    height: 40px;
	outline:none;
    line-height: 34px;
    padding: 0px 25px;
}

/*====custom checkbox Css Start====*/
.coupon_checkbox{
position:relative;
display:inline-block;
}
.coupon_checkbox input[type="checkbox"]{
position:absolute;
left:-999999px;
}
.coupon_checkbox > label{
display:flex;
align-items:center;
justify-content:center;
}
.Pop_c{
width:15px;
height:15px;
border:1px solid #e0e5e7;
border-radius:2px;
text-align:center;
display:block;
position:relative;
font-size:18px;
color:#89b649;
margin-right:5px;
}
.Pop_c i{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%) scale(0);
transition:all 0.1s;
}
.coupon_checkbox > input:checked ~ label > .Pop_c{
border-color:transparent;
}
.coupon_checkbox > input:checked ~ label > .Pop_c i{
transform:translate(-50%, -50%) scale(1);
}
/*====Banner Css Start====*/
.fd_banner_wrapper .fd_btn, .fd_banner_wrapper .fd_btn:focus{
	max-width:170px;
	height:50px;
	line-height:45px;
	outline:none;
	padding:0px 44px;
	font-family: 'Lato', sans-serif;
}
.fd_banner_wrapper .rev-scroll-btn{
	border-color:transparent;
}
.fd_banner_wrapper .rev-scroll-btn span{
	position: absolute;
    width: 1px !important;
    height: 43px;
    background-color: #c7c7c7;
    top: 10px;
    /* right: -60px; */
    animation: none !important;
}
.fd_banner_wrapper .rev-scroll-btn .dot_border {
    position: absolute;
    width: 1px !important;
    height: 43px;
    background-color: #c7c7c7;
    top: 10px;
    /* right: -60px; */
    animation: none !important;
}
.fd_banner_wrapper .rev-scroll-btn .dot_border:before {
    right: -4px;
}
.fd_banner_wrapper .rev-scroll-btn .dot_border:after {
    right: -7px;
	 animation: pulse 2s infinite;
	 background-color:transparent;
	
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #89b649;
}
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
    background-color: #89b649;
}
.uranus .tp-bullet {
    box-shadow: 0 0 0 2px #d4d4d4;
}
.uranus .tp-bullet-inner{
	  background-color: #d4d4d4;
	      transform: scale(0.4);
    -webkit-transform: scale(0.4);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(137, 182, 73, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px #89b649;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #89b649;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(137, 182, 73, 0.6);
    box-shadow: 0 0 0 0 rgba(137, 182, 73, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 25px rgba(204,169,44, 0);
      box-shadow: 0 0 0 25px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/*====Menu Css Start====*/
.fd_logo{
    position: absolute;
    left: 120px;
    top: -53px;
}
/* .fd_logo a{ */
    /* background-color: #ffffff; */
    /* border: 1px solid #e6e7e8; */
    /* padding: 30px 60px; */
    /* border-radius: 20px 0px 20px 0px; */
    /* display: block; */
	
/* } */

.fd_menu_wrapper {
    width: 100%;
    flex-direction: row;
    display: flex;
    place-content: flex-end;
    border-top: 1px solid #e6e7e8;
    padding: 0px 100px;
	position:relative;
	z-index:10;
}
.fd_menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.fd_menu ul li {
    display: inline-block;
	position:relative;
	    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.fd_menu ul li a {
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    margin: 10px 25px;
	display:inline-block;
}
.fd_menu ul li a:hover, .fd_menu ul li.active a{
	color:#89b649;
}
.fd_menu ul li .sub-menu {
    opacity: 0;
    z-index: 1;
    top: 100%;
    padding: 0;
    width: 220px;
    font-weight: 500;
    text-align: left;
    position: absolute;
    visibility: hidden;
    background-color: #222222;
	border-bottom: 3px solid #89b649;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform-origin: 0px 0px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    opacity: 0;
    visibility: hidden;
}
.fd_menu ul li .sub-menu > li > a {
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
    display: block;
    width: 100%;
    padding: 8px 20px;
	border-bottom: 1px solid #443f3f;
}
.fd_menu ul li .sub-menu > li{
	width:100%;
	display:block;
}
.fd_menu ul li .sub-menu > li > a:hover{
	color:#89b649;
}
.fd_menu ul li .sub-menu > li:last-child > a{
	border-bottom:none;
}
.fd_menu ul li:hover > .sub-menu{
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    visibility: visible;
}
.fd_menu ul li .sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.fd_search {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.fd_search:before{
    position: absolute;
    background-color: #e0e3e4;
    width: 1px;
    height: 24px;
    left: 0;
    top: 51%;
    content: "";
    margin-top: -15px;
}
.fd_search input[type="text"] {
    border: none;
    background-color: transparent;
}
.fd_search input[type="text"]:focus{
	outline:none;
}
/*====Service Css Start====*/
.fd_service_wrapper {
    padding: 124px 0px 100px;
}
.fd_service_box {
    text-align: center;
}

.fd_service_box .fd_ser_img {
	margin: 0px auto;
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 28px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.fd_service_box .fd_ser_img_inner {
	width: 254px;
    height: 254px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -37px;
    left: -37px;
}
.fd_service_box .fd_ser_img_inner > img {
    max-width: 100%;
	transition:all 1s ease-in-out;
}
.fd_service_box:hover .fd_ser_img_inner > img {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.fd_ser_data {
	border: 2px solid #f5f5f5;
    padding: 120px 12px 30px;
    margin-top: -89px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fd_service_box:hover .fd_ser_data, .fd_service_box:hover .fd_ser_img{
	border-color:#89b649;
	box-shadow: 0px 11px 26.46px 0.54px rgba(166, 116, 59, 0.1);
}  
/* .fd_service_box:hover .fd_ser_img img{ */
	/* transform: rotate(0deg); */
/* } */
.fd_service_box:hover .view_link{
	color:#89b649;
}
.fd_service_box h1 {
	font-size: 44px;
    color: #89b649;
    padding-bottom: 5px;
    position: relative;
	padding-top: 20px;
    font-family: 'Dancing Script', cursive;
}
.fd_service_box h1:after{
	width:46px;
	height:1px;
	background-color:#e5e5e5;
	position:absolute;
	left:50%;
	content:"";
	bottom:0;
	transform:translateX(-50%);
}
.fd_service_box p {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 10px;
    margin: 10px 0px;
}

.view_link {
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.view_link:hover{
	color:#89b649;
}
/*====About Css Start====*/
.fd_about_wrapper{
	width: 100%;
    background-image: url(../images/about_bg.jpg);
    padding: 100px 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.fd_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 244, 244, 0.92);
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
.fd_about_img > img {
    border-radius: 65px 0;
}
.fd_about_data {
    padding-top: 20px;
}
.fd_heading{
	width:100%;
}
.fd_heading h2{
    font-size: 44px;
    color: #89b649;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
}
.dot_border {
    position: absolute;
    width: 43px;
    height: 1px;
    background-color: #c7c7c7;
    top: 63%;
    right: -60px;
}
.dot_border:after{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: rgba(137, 182, 73, 0.35);
    right: -4px;
    top: 0px;
    border-radius: 100%;
    content: "";
    margin-top: -7.5px;
}
.dot_border:before{
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #89b649;
    right: -1px;
    top: 1px;
    border-radius: 100%;
    content: "";
    margin-top: -5.5px;
}
.fd_heading h1 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 0px;
}
.fd_about_data p {
    font-size: 16px;
    padding-top: 10px;
}
.fd_about_data a.view_link {
    color: #89b649;
    padding-top: 10px;
    display: inline-block;
}
a.view_link i.fa{
	transition:all 0.2s ease-in-out;
}
a.view_link:hover i.fa{
	transform:translateX(10px);
}
/*----Special Menu Css Start----*/
.fd_spcl_menu{
	padding:93px 0px 100px;
}
.fd_menu_box {
	display: flex;
	align-items: center;
    padding: 30px 0px;
	width: 100%;
	min-height: 137px;
}

.fd_menu_img {
    margin-right: 20px;
	width: 15%;
}

.fd_menu_img img {
    border-radius: 100%;
    border: 4px solid #e5e5e5;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.fd_menu_box:hover .fd_menu_img img{
	border-color:#89b649;
	/* transform:rotate(360deg); */
	/* -webkit-transform:rotate(360deg); */
	/* -moz-transform:rotate(360deg); */
	/* -ms-transform:rotate(360deg); */
} 
.fd_menu_box:hover .menu_price{
	color: #89b649;
}
.fd_menu_text {
    padding-right: 30px;
    width: 60%;
}

.fd_menu_text h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.fd_menu_text h3 a {
    color: #222222;
}
.fd_menu_box:hover .fd_menu_text h3 a{
	color:#89b649;
}
.fd_menu_text p {
    line-height: 24px;
    margin: 0px;
}
.menu_price {
    font-size: 18px;
    color: #002222;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    padding-right: 18px;
    position:relative;
	width: 10%;
}
.menu_price:after{
	position:absolute;
	width:1px;
	height:40px;
	background-color:#e5e5e5;
	content:"";
	right:0;
	top: -8px;
}
.menu_bucket a{
    padding-left: 18px;
    font-size: 20px;
    color: #89b649;
}
.menu_bucket {
    position: relative;
	width: 10%;
}
.fd_border {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
/*====Dishes Video Css Start====*/
.fd_video_wrapper{
	background-image:url(../images/video_bg.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
	padding:200px 0px;
}
.fd_video_wrapper .fd_overlay {
    background-color: rgba(244, 244, 244, 0.79);
}
.fd_video {
    position: relative;
    text-align: center;
    top: 50%;
    width: 115px;
    text-align: center;
    margin: 0 auto;
}
.fd_video:before{
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #89b649;
    left: -70px;
    content: "";
}
.fd_video:after{
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #89b649;
    right: -70px;
    content: "";
}
.fd_video_icon {
	background-color: #89b649;
	cursor:pointer;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    z-index: 2;
    line-height: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fd_video_icon img{
	width:35px;
}
.fd_video_icon:focus{
	outline:none;
}
.fd_video_icon:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  border: rgba(137, 182, 73, 0.9) 10px solid;
  z-index: 1;
}
.fd_video_icon:before {
  -webkit-animation: smallPulse 2s ease-out infinite;
          animation: smallPulse 2s ease-out infinite;
}
/* .fd_video_icon:after { */
  /* -webkit-animation: largePulse 3s ease-out infinite; */
          /* animation: largePulse 3s ease-out infinite; */
/* } */

@-webkit-keyframes smallPulse {
  from {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  95%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallPulse {
  from {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  95%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes largePulse {
  from {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes largePulse {
  from {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
/*====Booking Css Start====*/
.fd_booking_wrapper{
	padding:93px 0px 100px;
}
.fd_booking_wrapper.space_manage{
	padding:0;
}
.fd_booking_wrapper.fd_reserve_booking_table{
	padding-bottom:93px;
}
.fd_booking_form {
    padding: 43px 35px;
	height:100%;
    border: 2px solid #89b649;
    box-shadow: 0px 11px 26.46px 0.54px rgba(166, 116, 59, 0.1);
    text-align: center;
}

.fd_booking_form h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.fd_booking_form_inner {
    display: flex;
    text-align: center;
}

.fd_input_group {
    display: inline-block;
    margin-bottom: 15px;
}

.fd_input_group span.input-group-icon {
    position:  absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
	z-index:10;
}
.fd_input_group textarea.form-control {
    resize: none;
    height: 148px;
}
.fd_input_group label {
    text-align: left;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
}
.fd_input_group .input-group > .form-control{
    width: 205px;
	padding:0px 20px;
}
.fd_input_group .input-group > .form-control:focus, .fd_input_group textarea.form-control:focus{
	outline:none;
	box-shadow:none;
	border-color:#89b649;
}
.book_form_note {
    text-align: left;
    margin-top: 10px;
    color: #222;
}
.fd_btn_wrapper{
	margin-top:20px;
}
.fd_btn, a.fd_btn:not([href]):not([tabindex]) {
    max-width: 210px;
    background-color: #89b649;
	border:2px solid #89b649;
    color: #fff;
	outline:none;
    display: block;
    height: 50px;
    line-height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 15px 0px 15px 0px;
	position:relative;
	text-align: center;
	margin:auto;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.fd_btn:hover, a:not([href]):not([tabindex]):hover{
	background-color:transparent;
	color:#89b649;
}
.fd_book_img img{
	height:100%;
	border: 2px solid #89b649;
    box-shadow: 0px 11px 26.46px 0.54px rgba(166, 116, 59, 0.1);
}
.datepicker {
    padding: 0;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    border: none;
	box-shadow: 0px 0px 25px 2px #96969642;
}
.datepicker td, .datepicker th {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border: none;
    border: 1px solid #ced4da;
    border-collapse: collapse;
}
.datepicker .datepicker-switch {
}
.datepicker tr th.dow {
}
.datepicker table tr td.new{
	
}
.datepicker table tr td.old {
	background-color:#e8e8e8;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #89b649;
	color:#fff;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #89b649;
	color:#fff;
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 0px;
	background-color:#f5f5f5;
	box-shadow: 0px 0px 25px 2px #eeeeee;
}
.bootstrap-timepicker-widget.dropdown-menu:after{
	border-bottom-color:#f5f5f5;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after{
	border-top-color:#f5f5f5;
}
.bootstrap-timepicker-widget table td input {
    border: 1px solid #fff;
	background-color: #89b649;
    color: white;
	width:35px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
    font-size: 13px;
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
	border:none;
}
.bootstrap-timepicker-widget table td a {
	border:none;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #fff;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #fff;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    background-repeat: repeat-x;
    filter:none;
    border-color:none;
    border-color:#fff;
    filter:none;
    color: #222;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
/*====Food Solution Css Start====*/
.fd_sol_wrapper{
	width:100%;
	background-image:url(../images/food_sol.jpg);
	background-size:cover;
	padding:93px 0px 73px;
	position:relative;
	z-index:1;
}
.fd_sol_wrapper.fd_inner_sol_wrapper{
	padding-bottom:100px;
}
.fd_food_tab .nav-tabs {
    justify-content: center;
	border-bottom: none;
	position:relative;
}
.fd_food_tab .nav-tabs:after{
    background-color: #d9d9d8;
    height: 1px;
    width: 570px;
    position: absolute;
    bottom:0px;
    content: "";
}
.fd_food_menu {
    position: relative;
}
.fd_food_box {
    overflow: hidden;
	margin-bottom:20px;
    display: inline-block;
    position: relative;
}
.fd_food_tab .nav-justified .nav-item {
    flex-grow: initial;
}
.fd_food_tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius:0;
    border-top-right-radius:0;
    font-size: 18px;
    color: #222;
	padding: 0px 30px 20px;
}
.fd_food_tab .nav-tabs .nav-link.active, .fd_food_tab .nav-tabs .nav-item.show .nav-link {
    color: #89b649;
    background-color: transparent;
    border-color:transparent; 
	position:relative;
}

.fd_food_tab .nav-link.active:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    z-index: 1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #89b649;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fd_food_tab .tab-content {
    margin-top: 60px;
}
.fd_food_inner_menu {
    margin-top: 35px;
}
.fd_food_name {
	width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 22px 25px;
    transition: all 0.3s ease-in-out;
}
.fd_food_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.79);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.fd_food_name h3, .fd_food_detail h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
	text-transform:capitalize;
}
.fd_food_name h3 a, .fd_food_detail h3 a{
	color:#222222;
}
.fd_food_name h3 a:hover, .fd_food_detail h3 a:hover, .add_to_cart a:hover{
	color:#89b649;
}
.food_price  {
    float: right;
	color:#89b649;
	font-size:18px;
}
.fd_food_img img {
    width: 100%;
}
.food_name_arrow {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -14px;
    left: 50%;
    z-index: -1;
    width: 33px;
    height: 33px;
    background-color: #f5f5f5;
    border-radius:8px;
    transform: rotate(45deg);
    margin-left: -16px;
}
.food_name_arrow img {
    position: absolute;
    left: 3px;
    top: 6px;
    transform: rotate(-45deg);
}

.fd_food_detail {
	position: absolute;
    background-color: #ffffff;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    border: 1px solid #89b649;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transform: translateY(120%);
	transition:all 0.4s ease-in-out;
}
.fd_food_box:hover .fd_food_detail{
	transform: translateY(0);
}
.fd_food_box:hover .fd_food_name{
	opacity:0;
	visibility:hidden;
}
.fd_food_box:hover .fd_food_overlay{
	opacity:1;
	visibility:visible;
}
.fd_food_detail h3{
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}
.fd_food_detail h3:after {
    width: 54px;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    content: "";
    bottom: 0;
    transform: translateX(-50%);
}
.fd_food_detail .food_price {
    padding: 13px 0px 13px;
}
.add_to_cart a {
    color: #222222;
    text-transform: capitalize;
    font-weight: bold;
	display:flex;
	align-items:center;
	justify-content:center;
}
.add_to_cart a img{
	margin-left:5px;
}
.add_to_cart a i {
    margin-left: 10px;
    color: #89b649;
}
.fd_food_tab .tab-content > .active {
	  animation: fadeIn 1s 1 both 200ms;
	  -webkit-animation: fadeIn 1s 1 both 200ms;
	  -moz-animation: fadeIn 1s 1 both 200ms;
	  -ms-animation: fadeIn 1s 1 both 200ms;
	  -o-animation: fadeIn 1s 1 both 200ms;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*====Gallery Css Start====*/
.fd_gallery_wrapper{
	padding:93px 0px 83px;
	
}

.fd_gal_box img {
    max-width: 100%;
}
		.grid {
			display:  inline-block;
			width:  100%;
		}
		.fd_gal_wrapper {
			display:  inline-block;
			width:  100%;
			height:  100%;
		}
		.grid-sizer,
		.element-item {
		  width: 33.333%;
		}

		.element-item {
		      display: inline-block !important;
			  margin:0 0 3px 0!important;
		}

		.element-item > img {
		  display: block;
		  max-width: 100%;
		}
		.fd_gallery_img {
    display: inline-block;
    position: relative;
}
.fd_gal_box {
    overflow: hidden;
    display: inline-block;
}
.fd_img_overlay {
    background-color: #fff;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    border: 1px solid #89b649;
	transition:all 0.4s ease-in-out;
	z-index:1;
	opacity:0;
}
.fd_gal_box:hover .fd_img_overlay{
	opacity:1;
} 
.fd_gal_icon {
    position: absolute;
    top: -50%;
    left: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 55px;
    border: 2px solid #89b649;
    border-radius: 10px;
    cursor: pointer;
	opacity:0;
	transform: translate(-50%,-50%) rotate(45deg);
	transition:all 0.5s ease-in-out;
}
.fd_gal_box:hover .fd_gal_icon{
	top:50%;
}
.fd_gal_box:hover .fd_gal_icon, .fd_gal_box:hover .fd_galimg_overlay{
	opacity:1;
	visibility:visible;
}
.fd_gal_icon:hover{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fd_gal_icon:hover img{
	transform: rotate(45deg);
}
.fd_gal_icon img {
    position: absolute;
    left: 33%;
    top: 28%;
    transform: rotate(-45deg);
	transition:all 0.5s ease-in-out;
}
.fd_galimg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.60);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
	
}
/*====App Section Css Start====*/
.fd_app_wrapper{
	padding-top:100px;
	position:relative;
	background-image:url(../images/app_bg.jpg);
	background-size:cover;
	z-index:1;
}
.fd_app_img {
    text-align: center;
}
.fd_app_data p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.fd_app_data {
    margin-top: 65px;
}

.fd_app_data h3 {
    font-size: 22px;
    /* font-weight: 600; */
    margin-bottom: 15px;
}

.fd_app_btn {}

.fd_app_btn a {
    margin-right: 20px;
}
/*====Testimonial Css Star====*/
.fd_test_wrapper{
	padding:93px 0px 100px;
}
.fd_test_box {
    display: flex;
}
.fd_test_img {
    position: relative;
}

.fd_test_data {
    text-align: center;
    padding: 56px 80px 30px 40px;
    position: relative;
}
.fd_test_data p {
    font-size: 16px;
    line-height: 26px;
}
.fd_test_data:after{
    position: absolute;
    background-image: url(../images/svg/quote.svg);
    width: 223px;
    height: 158px;
    content: "";
    top: 50%;
    left: 50%;
	z-index: -1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.fd_test_footer {
    display: flex;
    place-content: center;
}
.fd_test_footer ul.fd_test_icons {
    padding: 0px;
    list-style: none;
}

.fd_test_footer ul.fd_test_icons li {
    display: inline-block;
}
.fd_test_footer h3 {
    font-size: 22px;
    margin-right: 10px;
}

.fd_test_footer span {
    font-size: 16px;
}

.fd_test_footer ul.fd_test_icons {
    margin: 0px;
    padding-left: 10px;
}

.fd_test_footer ul.fd_test_icons li a {
    padding: 0px 7px;
    font-size: 16px;
	color:#89b649;
}
.fd_test_slider .swiper-button-next, .fd_test_slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
	right: -20px;
    left: auto;
    top: 40%;
}
.fd_test_slider .swiper-button-prev, .fd_test_slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
	left: auto;
    right: -21px;
    top: 68%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:none;
}
.slider_nav_prev, .slider_nav_next{
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    text-align: center;
    line-height: 41px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	display:block;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.slider_icon_next:after, .slider_icon_prev:after{
    position: absolute;
    top: 7px;
    left: 11px;
    background-image: url(../images/svg/rightarrow.svg);
    width: 13px;
    height: 24px;
    content: "";
	    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.slider_icon_next:after{
    top: 6px;
    left: 14px;
}
.slider_icon_prev:after{
	background-image: url(../images/svg/leftarrow.svg);
}
.slider_nav_prev:hover, .slider_nav_next:hover{
	border-color:#89b649;
}
.slider_nav_next:hover .slider_icon_next:after{
	background-image: url(../images/svg/rightarrow_hover.svg);
}
.slider_nav_prev:hover .slider_icon_prev:after{
	background-image: url(../images/svg/leftarrow_hover.svg);
}
.slider_nav_prev:focus, .slider_nav_next:focus{
	outline:none;
}

.fd_test_slider {
    position: relative;
	margin-right:33px;
	    border: 2px solid #89b649;
}
.swiper-container{
	backface-visibility:hidden;
}
.slider_nav_prev {
    left: -70px;
}

.slider_nav_next {
    right: -70px;
}
/*====Blog Css Start====*/
.fd_blog_wrapper{
	padding:93px 0px 100px;
	position:relative;
	background-image:url(../images/blog/blog_bg.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}
.fd_blog_slider{
	position:relative;
}
.fd_post_data {
    background-color: #f5f5f5;
    padding: 35px 30px;
}
.fd_post_date_box {
    width: 73px;
    height: 73px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 10px;
    border: 2px solid #89b649;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.fd_date_inner {
    position: absolute;
    top: 10px;
    left: 27%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.fd_post_date_box span.pst_date {
    width: 100%;
    display: block;
    font-size: 32px;
    color: #222;
    font-weight: 900;
}
.fd_post_date_box span.pst_month{
	font-size:16px;
	text-transform:uppercase;
	color:#222222;
}
.fd_post_data h2  {
    font-size: 22px;
    padding-bottom: 15px;
}
.fd_post_data h2 a {
	color:#222222;
}
.fd_post_data h2 a:hover, .fd_post_data ul.fd_pst_info li a:hover{
	color: #89b649;
}
.fd_post_data ul.fd_pst_info {
    padding: 0px;
    list-style: none;
}

.fd_post_data ul.fd_pst_info li {
    display: inline-block;
    margin-right: 30px;
}

.fd_post_data ul.fd_pst_info li a {
    color: #707070;
    font-size: 16px;
}

.fd_post_data ul.fd_pst_info li a i, .fd_post_data ul.fd_pst_info li img {
    color: #89b649;
    margin-right: 5px;
}
.fd_post_box .fd_post_img img{
    max-width: 100%;
    width: 100%;
}
.fd_post_img {
    position: relative;
}
.fd_post_img .slider_nav_prev, .fd_post_img .slider_nav_next{
	margin-top:0px;
}
/*====Partners Css Start====*/
.fd_partners_wrapper {
    padding: 93px 0px 100px; 
}
.fd_partner_slider{
	position:relative;
}
.fd_partner_box {
    text-align: center;
}
/*====Footer Css Start====*/
.fd_footer_wrapper{
	padding:90px 0px;
	background-image:url(../images/footer_bg.jpg);
	background-size:cover;
	position:relative;
	z-index:1;
}
.fd_foo_box p.foo_about_para {
    padding-top: 15px;
    margin-bottom: 10px;
    padding-right: 25px;
}
.fd_foo_box .view_link{
	color:#89b649;
}
h1.fd_footer_title {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.fd_foo_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.fd_foo_box ul li {
    margin-bottom: 15px;
}

span.fd_con_time {
    float: right;
}
.fd_foo_box.foo_contact ul li {
    padding-left: 25px;
    position: relative;
}

.fd_foo_box.foo_contact ul li span.fd_con_icon {
    position: absolute;
    left: 0;
	top: 3px;
}

.fd_foo_box.foo_contact ul li span.fd_con_icon i {
    font-size: 16px;
    color: #89b649;
}

.fd_foo_box.foo_contact ul li a {
    color: #707070;
}
.fd_foo_box.foo_contact ul li a:hover{
	 color: #89b649;	
}
.fd_foo_box.foo_contact ul li p {
    margin-bottom: 0px;
}
.fd_foo_box.fd_opening_hours {
    padding-right: 50px;
}
.fd_footer_icons ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    position: relative;
}
.fd_footer_icons ul:before, .fd_footer_icons ul:after{
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 40%;
    top: 50%;
    background-color: #c3c3c3;
}
.fd_footer_icons ul:after{
	right:0px;
	left:auto;
}
.fd_footer_icons ul li {
    display: inline-block;
}

.fd_footer_icons ul li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 26px;
    border: 2px solid #3b5999;
    border-radius: 8px;
    color: #3b5999;
    transform: rotate(45deg);
    margin: 0px 6px;
	transition:all 0.3s ease-in-out;
}
.fd_footer_icons ul li:hover a{
	transform:rotate(0deg);
}
.fd_footer_icons ul li:hover a i{
	transform:rotate(0deg);
}
.fd_footer_icons ul li a i {
    transform: rotate(-45deg);
	transition:all 0.3s ease-in-out;
}
.fd_footer_icons ul li:nth-child(2) a{
	color:#cd201f;
	border-color:#cd201f;
}
.fd_footer_icons ul li:nth-child(3) a{
	color:#55acee;
	border-color:#55acee;
}
.fd_footer_icons ul li:last-child a{
	color:#0077b5;
	border-color:#0077b5;
}
.fd_footer_icons {
    margin-top: 20px;
}
.fd_btm_footer{
    padding: 17px 0px;
    background-color: #222222;
    position: relative;
    z-index: 1;
}
p.copyright{
	color:#ffffff;
	margin:0px;
	text-align:center;
}
p.copyright a{
	color:#89b649;
	text-transform:capitalize;
}
.fd_btm_arrow {
    width: 57px;
    height: 57px;
    background-color: #222;
    text-align: center;
    line-height: 57px;
    border-radius: 8px;
    position: absolute;
    top: -13px;
    left: 50%;
    z-index: -1;
    transform: rotate(45deg);
    margin-left: -28px;
	cursor:pointer;
}

.fd_btm_arrow i {
    position: absolute;
    transform: rotate(-45deg);
    left: 6px;
    color: #89b649;
    font-size: 18px;
    top: 3px;
}
/*====About Page Css Start====*/
.fd_bread_wrapper{
    background-image: url(../images/bread_bg.jpg);
    background-size: cover;
    padding: 100px 0px;
    padding-top: 180px;
    position: relative;
}
.fd_bread_wrapper:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.9);
    top: 0;
    left: 0;
    content: "";
}
.fd_bread {
    text-align: center;
}
.fd_bread h1.fd_page_title {
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	padding:15px 0px;
}
.fd_bread h1.fd_page_title:before, .fd_bread h1.fd_page_title:after{
    position: absolute;
    width: 58px;
    height: 1px;
    background-color: #89b649;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fd_bread h1.fd_page_title:after{
    width: 103px;
    top: 5px;
}
.fd_bread h1.fd_page_title span{
    position: relative;
    padding-bottom: 15px;
}
.fd_bread h1.fd_page_title span:before, .fd_bread h1.fd_page_title span:after{
    position: absolute;
    width: 58px;
    height: 1px;
    background-color: #89b649;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fd_bread h1.fd_page_title span:after{
	width: 103px;
    bottom: 5px;
}
.fd_bread ol.breadcrumb {
    background-color: #89b649;
    margin-top: 20px;
    height: 40px;
    display: inline-block;
    padding: 0px 20px;
    line-height: 39px;
    text-transform: capitalize;
    border-radius: 10px 0px 10px 0px;
    margin-bottom: 0px;
}

.fd_bread ol.breadcrumb li.breadcrumb-item {
    display: inline-block;
    color: #fff;
}

.fd_bread ol.breadcrumb li.breadcrumb-item a {
    color: #fff;
}
.fd_bread ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: ">";
}
.fd_about_wrapper.fd_about_page {
    background-image: none;
    background-color: #fff;
	padding-bottom:80px;
}
.fd_about_data h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0px 7px;
}
div.candidatos, div.text {
    position: relative;
    height: 44px;
		margin-bottom:20px;
}
div.text p{
    font-size: 10px;
    font-weight: 600;
    color: #9e9c9b;
    text-transform: uppercase;
}
div.text p a{
    color: #5e5c5b;
}
div.candidatos img {
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding:1px;
}
div.candidatos .parcial {
    display:inline-block;
    width:100%;
    height:40px;
    vertical-align:middle;
}
div.candidatos .parcial .info {
	height: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.candidatos .parcial .info > div {
    float:left;
}
.candidatos .parcial .info .nome {
    position: absolute;
    top: 0;
    left:0;
    font-size: 15px;
    font-weight: 600;
    color: #192D49;
}
.candidatos .parcial .info .eleito, .candidatos .parcial .info .segundo-turno {
    color: #fff;
    padding: 0 5px 2px 5px;
    border-radius: 2px;
}
.candidatos .parcial .info .percentagem-num {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.candidatos .parcial .progressBar {
    position: relative;
    width: 100%;
    height: 44px;
    /* margin: 5px 0 0px; */
    border-radius: 10px 0px 10px 0px;
    background: #fff;
    border: 2px solid #ececec;
	
	}
.candidatos .parcial .progressBar .percentagem {
    position:absolute;
    top:0;
    left:0;
    height:40px;
    border-radius: 10px 0px 10px 0px;
    background: #89b649;
    -webkit-transition: 1.5s all;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: animationProgress;
}
.candidatos.color1 .parcial .percentagem {
    background-color:#EACF00;
}
.candidatos.color2 .parcial .percentagem {
    background-color:#C44738;
}
.candidatos.color3 .parcial .percentagem {
    background-color:#4086CD;
}
.candidatos.color4 .parcial .percentagem {
    background-color:#272726;
}
.candidatos .parcial .partidas {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.percentual {
    -webkit-transition: 5s all;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
}
@-webkit-keyframes animationProgress {
    from {
        width:0;
    }
}
@keyframes animationProgress {
    from {
        width:0;
    }
}

.fd_skill_wrapper h1 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.fd_service_wrapper.fd_service_inner {
    width: 100%;
    background-image: url(../images/about_bg.jpg);
    padding: 124px 0px 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.fd_service_wrapper.fd_service_inner .fd_ser_data {
    background-color: #fff;
    border-color: #fff;
}
.fd_service_wrapper.fd_service_inner .fd_ser_data:hover{
	border-color: #89b649;
    box-shadow: 0px 11px 26.46px 0.54px rgba(166, 116, 59, 0.1);
}
/*====Team Css Start====*/
.fd_team_wrapper{
	width: 100%;
    background-image: url(../images/team_bg.jpg);
    padding: 93px 0px 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.fd_team_name {
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 22px 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fd_team_img img {
    width: 100%;
}
.fd_team_name h3, .fd_team_detail h3 {
    font-size: 22px;
    text-transform: capitalize;
}
.fd_team_name h3 a, .fd_team_detail h3 a {
	color:#222222;
}
.fd_team_name h3 a:hover, .fd_team_detail h3 a:hover, .fd_team_detail ul li a:hover {
	color:#89b649;
}
.fd_team_name p, .fd_team_detail p {
    font-size: 16px;
    margin: 0px;
}
.fd_team_detail {
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    border: 1px solid #89b649;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.fd_team_box:hover .fd_food_overlay {
    opacity: 1;
    visibility: visible;
}
.fd_team_box:hover .fd_team_detail {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.fd_team_box:hover .fd_team_name {
    opacity: 0;
    visibility: hidden;
}
.fd_team_detail ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 20px;
}

.fd_team_detail ul li {
    display: inline-block;
}

.fd_team_detail ul li a {
    margin: 0px 12px;
    font-size: 15px;
    color: #707070;
}
/*----Menu page Css Start----*/
.fd_sub_heading {
    text-align: center;
	margin-bottom:30px;
}

.fd_sub_heading h2 {
    display: inline-block;
    position: relative;
    font-size: 32px;
    color: #89b649;
    font-weight: 600;
    text-transform: capitalize;
}
.fd_sub_heading .dot_border.dot_border1 {
    left: -55px;
    right: auto;
}
.fd_sub_heading .dot_border {
    top: 54%;
    right: -55px;
}
.fd_sub_heading .dot_border.dot_border1:before {
    left: -1px;
}
.fd_sub_heading .dot_border.dot_border1:after {
    left: -4px;
}
.fd_sol_wrapper.fd_inner_sol_wrapper .tab-content {
    margin-top: 35px;
}
.fd_lunch_wrapper {
    padding: 92px 0px 20px;
}
.fd_lunch_wrapper .tab-content {
    margin-top: 35px;
}
ul.fd_menu_check {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
	margin-bottom:30px;
}
ul.fd_menu_check li {
    float: left;
    list-style: none;
    /* border: 1px solid #000; */
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ced4da;
    min-height: 90px;
    /* max-width: 155px; */
    /* padding-bottom: 10px; */
    padding: 0px 12px;
}
ul.fd_menu_check li:last-child{
	margin-right:0px;
}
ul.fd_menu_check li input[type="checkbox"] {   
    min-width: 128px;
    top: 50%;
    left: 0;
    cursor: pointer;
    visibility: hidden;
    margin: 0px;
    z-index: 10000;
}
ul.fd_menu_check li label {
    font-weight: 400;
    display: block;
    margin: 0px;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}
ul.fd_menu_check li label span{
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    display: block;
    line-height: 22px;
}
ul.fd_menu_check li label span.fd_prsn_no {
	    font-size: 22px;
}
.fd_booking_wrapper.fd_menu_booking .fd_booking_form {
    padding: 25px 35px;
}
ul.fd_menu_check li input[type=checkbox]:checked + label {
    color: #89b649 !important;
}
/*----Reservation Page Css Start----*/
.fd_booking_wrapper.fd_menu_booking.fd_table_form {
    width: 100%;
    position: relative;
    background-image: url(../images/form_bg.jpg);
    background-size: cover;
    z-index: 1;
}
.fd_booking_wrapper.fd_menu_booking.fd_table_form .fd_booking_form {
    background-color: #fff;
}
.fd_booking_wrapper.fd_reserve_booking {
    padding-bottom: 0px;
}
.fd_booking_wrapper.fd_menu_booking .fd_input_group {
    margin-bottom: 30px;
    display: block;
}

.fd_booking_wrapper.fd_menu_booking .fd_input_group textarea.form-control {
    height: 210px;
}
.fd_booking_wrapper.fd_menu_booking .book_form_note {
    margin-top: 2px;
}
.fd_booking_wrapper.fd_menu_booking .fd_btn_wrapper {
    margin-top: 0px; 
}
.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li input[type="checkbox"] {
    top: 0;
    left: 0;
    margin: 0px;
    z-index: 10000;
    position: absolute;
}
.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li label {
    min-height: 90px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li label span {
    font-size: 16px;
    text-transform: capitalize;
	width: 100% !important;

}
.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li {
    min-height: 90px;
    padding: 0px 12px;
    display: block;
    min-width: 154px;
    display: flex;
}
.fd_book_time_head {
    background-color: #89b649;
    text-align: center;
    padding-bottom: 40px;
}

.fd_book_time_head h1 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 22px;
    position: relative;
    padding-bottom: 15px;
}
.fd_book_table_time .swiper-slide {
	border-bottom: 1px solid #e4e4e4;
}
.fd_book_time_head h1:after{
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: #adcc80;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fd_book_time_head p {
	color: #fff;
    font-size: 18px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.fd_book_time_list {
    background-color: #f5f5f5;
    height: 480px;
}
.fd_time_data {
    width: 100%;
    display: inline-block;
    padding: 20px 30px 0px 30px;
}

.fd_time_data .fd_time_text {
    display: inline-block;
    float: left;
}

.fd_time_data .fd_time_btn {
	float: right;
    position: relative;
    top: 12px;
}

.fd_time_data .fd_time_text h3 {
    font-size: 20px;
    padding-bottom: 5px;
}

.fd_time_data .fd_time_text p {
    font-size: 16px;
    margin: 0px;
    text-transform: capitalize;
}

.fd_time_data .fd_time_btn a.fd_btn {
    height: 30px;
    line-height: 25px;
    padding: 0px 20px;
    border-radius: 12px 0px 12px 0px;
}
.fd_book_table_time .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fd_book_table_time .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .2;
    margin: 0px 2px;
}
.fd_book_table_time .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.fd_table_head {
    background-color: #89b649;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px 0px;
	position:relative;
}
.fd_table_head .swiper-button-next13, .fd_table_head .swiper-button-prev13 {
    position: absolute;
    left: 30px;
    top: 53%;
    font-size: 13px;
    margin-top: -13px;
    cursor: pointer;
}
.fd_table_head .swiper-button-prev13{
	right:30px;
	left:auto;
}
.fd_table_head .swiper-button-next13:focus, .fd_table_head .swiper-button-prev13:focus{
	outline:none;
}
.fd_book_table_wrapper {
    background-color: #f5f5f5;
}
.fd_book_table_wrapper {
    background-color: #f5f5f5;
}

.fd_table_box {}

.fd_table_box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.fd_table_box ul li {
    /* display: inline-block; */
    width: 25%;
    position: relative;
    text-align: center;
    padding: 42px 0px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    min-height: 194px;
    float: left;
    margin-bottom: -1px;
}
.fd_table_box ul li.table_active img, .fd_table_box ul li.table_booked img{
    opacity: 0.4;
}
.table_no {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-transform: capitalize;
    color: #adadad;
}

.fd_table_box ul li img {
    display: inline-block;
}
.fd_table_box ul li:nth-child(4n+4){
	border-right:none;
}

/* .fd_table_box ul li:nth-child(3n+0){ */
	/* border-bottom:none; */
/* } */



.fd_gallery_wrapper .fd_btn_wrapper {
    text-align: center;
    margin-top: 40px;
}

.fd_gallery_wrapper .fd_btn_wrapper a.fd_btn {
    display: inline-block;
    padding: 0px 44px;
}
.fd_gallery_wrapper.fd_inner_gallery {
    padding-bottom: 112px;
}
/*----Blog Page Css Start----*/
.fd_blog_wrapper.fd_blog_page {
    background-image: none;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 10px;
}
.fd_blog_wrapper.fd_blog_page .fd_blog_post {
    position: relative;
}
.fd_blog_wrapper.fd_blog_page .fd_post_date_box {
    z-index: 10;
}
.fd_blog_single_slider .slider_nav_next {
    right: 20px;
    z-index: 100;
    background-color: transparent;
}
.fd_blog_single_slider .slider_nav_prev {
    left: 20px;
    z-index: 1000;
	background-color:transparent;
}
.mejs__time-rail {
    height: 30px;
    margin: 0 10px;
    padding-top: 0px; 
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 20px;
}
.mejs__time-total {

    margin: 2px 0 0;
    width: 93%;
}
.mejs__time-current, .mejs__time-handle-content{
	    background: #89b649;
}
.mejs__time-loaded{
	background:transparent;
}
.mejs__button > button {
    margin: 3px 6px;
}
.mejs__time {
    height: 24px;
    overflow: hidden;
    padding: 9px 6px 0;
}
.mejs__time-handle-content {
    top: -6px;
}
.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
    height: 6px;
}
.mejs__button.mejs__playpause-button.mejs__play {
    background-color: rgba(0, 0, 0, 0.7);
    height: 30px;
    /* padding: 10px; */
    padding: 6px 10px;
    width: 40px;
    text-align: center;
    /* line-height: 30px; */
    /* border-bottom: 6px; */
    border-radius: 6px;
}

.mejs__button.mejs__playpause-button.mejs__play button {
    margin: 0px;
    display: block;
    /* width: 100%; */
    line-height: 30px;
    height: 30px;
}
/*----Sidebar Css Start----*/
.widget ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h2.widget-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
}
h2.widget-title .dot_border {
    top: 46%;
}
.widget.widget_about p {
    margin: 15px 0px;
}
.widget.widget_about {
    margin-bottom: 50px;
}
/*----Category Css Start----*/
.widget.widget_categories, .widget.widget_archives{
	margin-bottom:50px;
}
.widget.widget_categories ul li, .widget.widget_archives ul li {
    width: 100%;
    display: inline-block;
	 margin-bottom: 10px;
}

.widget.widget_categories ul li a, .widget.widget_archives ul li a {
    color: #707070;
    text-transform: capitalize;
	padding-left:15px;
	position:relative;
}
.widget.widget_categories ul li a:after, .widget.widget_archives ul li a:after{
	position: absolute;
    content: "\f054";
    top: 6px;
    left: 0;
    color: #89b649;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}
.widget.widget_categories ul li a:hover, .widget.widget_archives ul li a:hover{
	 color: #89b649;
}
.widget.widget_categories ul li a span.cat_count, .widget.widget_archives ul li a span.cat_count {
    float: right;
    color: #89b649;
}
.widget.widget_categories ul li:last-child, .widget.widget_archives ul li:last-child{
	margin-bottom:0px;
}
.widget.widget_search{
	margin-bottom:50px;
}
.widget_search_box {
    border: 1px solid #e5e5e5;
    padding: 15px 20px 22px 20px;
}

.widget_search_box span {
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
}

.widget_search_box input.search-field {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding-left: 20px;
	padding-right:40px;
    width: 100%;
    line-height: 40px;
}
.widget_input {
    position:  relative;
}

.widget_input button {
    position: absolute;
    right: 0;
    top: -1px;
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 0px 10px;
    color: #89b649;
    cursor: pointer;
}
.widget_input button:before{
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    left: 0;
    top: 12px;
    content: "";
}
.widget_input button:focus, .widget_search_box input.search-field {
	outline:none;
}
/**----Pagination Start----**/
.fd_pagination {
    margin-top: 60px;
}
.fd_pagination .pagination {
    border-radius: 0;
    margin: 0px;
}
.fd_pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fd_pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fd_pagination .page-link {
    padding: 0.5rem 20px;
    margin-left: -1px;
    line-height: 1.25;
    color: #c3c3c3;
    background-color: #fff;
    border: none;
}
.fd_pagination .pagination li:first-child a:after, .fd_pagination .pagination li:last-child a:after{
	display:none;
}

.fd_pagination .pagination li:nth-last-child(-n+2) a:after{
	display:none;
	
}

.fd_pagination .page-link.page-prev, .fd_pagination .page-link.page-next{
	width: 40px;
    height: 40px;
	padding:0px;
    background-color: #ffffff;
    border: 2px solid #89b649;
    border-radius: 10px !important;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fd_pagination .page-link.page-prev{
	margin-right:5px;
}
.fd_pagination .page-link.page-next{
	margin-left:5px;
}
.fd_pagination .page-link.page-prev span, .fd_pagination .page-link.page-next span {
    position: absolute;
    top: -2px;
    left: 11px;
    /* background-image: url(../images/svg/rightarrow.svg); */
    /* width: 13px; */
    /* height: 24px; */
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.fd_pagination .pagination {
    place-content: center;
}
.fd_pagination .page-link.page-prev span img, .fd_pagination .page-link.page-next span img {
    width: 10px;
}
.fd_pagination .page-link.page-next span {
    top: -5px;
    left: 12px;
}
.fd_pagination .fd_pgborder .page-link, .fd_pagination .page-link:hover {
    color: #89b649;
    background-color: transparent;
    border-color: #89b649;
}
.fd_pagination .page-link:focus{
    outline: none;
    box-shadow: none;
}
.page-item.active .page-link{
	background-color:transparent;
	color:#89b649;
	border-color:#89b649;
}
.page-item.active .page-link:focus,.fd_user_table .tab-content .form-control:focus{
	box-shadow:none;
	border-color:#89b649;
}
.fd_blockquote blockquote {
    padding: 25px 0px;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #222;
    font-style: italic;
    line-height: 26px;
	position:relative;
}

.fd_blockquote h2 {
    font-size: 18px;
    padding-top: 10px;
    color: #89b649;
	padding-bottom: 0px;
}
.fd_blockquote blockquote:before, .fd_blockquote blockquote:after{
    position: absolute;
    width: 405px;
    height: 1px;
    background-color: #89b649;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.fd_blockquote blockquote:after{
	top:100%;
}
.fd_blockquote {
    display: block;
    width: 100%;
    padding-top: 12px;
    position: relative;
}
.fd_blockquote:before{
    position: absolute;
    background-image: url(../images/svg/quote1.svg);
    width: 158px;
    height: 112px;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.blog_admin_img {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.blog_admin_text {
    padding-top: 35px;
}
.fd_admin_testimonial {
	width: 100%;
    display: block;
    border: 2px solid #89b649;
    float: left;
    margin-bottom: 55px;
}

.fd_admin_testimonial .fd_test_img {
    width: 160px;
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
    float: left;
    margin: 25px 0;
    margin-left: 25px;
}

.fd_admin_testimonial .fd_admin_test_data {
    padding: 28px 10px 28px 200px;
}

.fd_admin_testimonial .fd_admin_test_data ul.fd_test_icons {
    padding: 10px 0px;
    margin: 0px;
}

.fd_admin_testimonial .fd_admin_test_data ul.fd_test_icons li {
    display: inline-block;
}
.fd_admin_testimonial .fd_admin_test_data .fd_test_footer {
    place-content: inherit;
    display: flex;
}

.fd_admin_testimonial .fd_admin_test_data .fd_test_footer h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: #89b649;
    margin-right: 5px;
}

.fd_admin_testimonial .fd_admin_test_data .fd_test_footer h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.fd_admin_testimonial .fd_admin_test_data ul.fd_test_icons li a {
    /* margin: 0px 12px; */
    margin-right: 15px;
    color: #707070;
}
.fd_admin_testimonial .fd_admin_test_data ul.fd_test_icons li a:hover{
	color:#89b649;
}
.fd_admin_testimonial .fd_admin_test_data p{
	margin:0px;
}
.fd_cmnt_list ul.commentlist {
    padding: 0px;
    list-style: none;
}

.fd_cmnt_list ul.commentlist li.comment {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.fd_cmnt_list ul.commentlist li.comment:after{
    position: absolute;
    background-color: #d4d4d4;
    width: 530px;
    height: 1px;
    bottom: -25px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fd_cmnt_list ul.commentlist li.comment:last-child:after{
	display:none;
}
.fd_cmnt_list ul.commentlist li.comment .fd_cmnt_img {
    width: 50px;
    float: left;
    position: absolute;
}

.fd_cmnt_data {
    padding-left: 60px;
}
.fd_cmnt_list ul.commentlist li.comment .fd_cmnt_img img {
    border-radius: 100%;
    margin-top: 5px;
}
.fd_cmnt_info {
    display: flex;
}

.fd_cmnt_info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-right: 22px;
}
.fd_cmnt_info h3 a{
	color:#222222;
}
.fd_cmnt_info h3 a:hover, .fd_cmnt_date a:hover{
	color:#89b649;
}
.fd_cmnt_date {
    padding: 0px 10px;
    position: relative;
}
.fd_cmnt_date:before, .fd_cmnt_date:after{
    position: absolute;
    background-color: #e5e5e5;
    width: 1px;
    height: 10px;
    content: "";
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fd_cmnt_date:after{
	left:auto;
	right:0px;
}
.fd_cmnt_date a{
	color:#707070;
}
.fd_cmnt_replay {
    margin-left: 15px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.fd_cmnt_replay:hover{
	    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.fd_cmnt_replay a{
	color:#89b649;
}
.comment_input_wrapper .form-control {
    width: 100%;
    margin-bottom: 30px;
}

.comment_input_wrapper textarea#comment {
    height: 150px;
    resize: none;
}
.comment-form-submit .fd_btn {
    max-width: initial;
    padding: 0px 31px;
}
.comment_input_wrapper .form-control:focus{
	outline:none;
	border-color:#89b649;
	box-shadow:none;
}
.comment-form-submit .fd_btn:focus{
	outline:none;
}
/*----Shop Page Css Start----*/
.fd_adv_slider {
    margin-bottom: 40px;
}
.fd_shop_wrapper {
    padding-top: 100px;
}


.fd_adv_slider .slider_nav_prev {
    left: 30px;
    z-index: 1;
}
.fd_adv_slider .slider_nav_next {
    right: 30px;
    z-index: 1;
}
.fd_sidebar.fd_shop_sidebar .widget_search_box {
    margin-bottom: 35px;
	border:none;
	padding:0px;
}
.fd_sidebar.fd_shop_sidebar .widget_search_box .widget_input input.search-field {
    height: 50px;
	line-height:50px;
}
.fd_sidebar.fd_shop_sidebar .widget.widget_categories{
    margin-bottom: 30px;
}
.fd_sidebar.fd_shop_sidebar h2.widget-title {
    margin-bottom: 20px;
}
.widget.widget_brand ul li label{
    cursor: pointer;
    /* color: #fff; */
    /* font-size: 14px; */
    position: relative;
    padding-left: 28px;
    /* font-weight: 500; */
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget.widget_brand  ul li label input[type="checkbox"]{
    display: none;
}
.widget.widget_brand ul li label input[type="checkbox"] + .label-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.widget.widget_brand  ul li label input[type="checkbox"] + .label-text:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    border: none;
}
.widget.widget_brand  ul li label input[type="checkbox"]:checked + .label-text:before {
    content: "\f00c";
    color: #89b649;
    position: absolute;
    font-size: 12px;
    left: 1px;
    top: -1px;
}
.widget.widget_brand ul li {
    margin-bottom: 10px;
}
.widget.widget_brand {
    margin-bottom: 31px;
}

.widget.widget_brand ul li:last-child{
	margin-bottom:0px;
	
	}
.widget.widget_brand ul li span.cat_count {
    float: right;
    color: #89b649;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}
.ui-slider-horizontal {
    height: 10px;
}
.ui-widget-header {
    border: 1px solid #89b649;
    background: #89b649;
}
.ui-widget-content {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #89b649;
    background: #89b649;
    font-weight: normal;
    color: #454545;
}
.ui-widget-header {
    border: 1px solid #89b649;
    background: #89b649;
}
.ui-slider .ui-slider-handle {
    width: 13px;
    height: 13px;
}
.ui-slider .ui-slider-handle:focus{
	outline:none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
}
.ui-slider .ui-slider-handle:after {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(137, 182, 73, 0.55);
    right: -4px;
    top: 0px;
    border-radius: 100%;
    content: "";
    margin-top: -4px;
}
span.price-range-both.value {
    display: none;
}
span.price-range-min.value, span.price-range-max.value {
    border: 1px solid #e5e5e5;
    /* margin-top: 53px; */
    top: 40px;
    position: relative;
    left: -24px;
    height: 36px;
    padding: 8px 20px;
    font-size: 16px;
    color: #707070;
    border-radius: 0px 10px 0px 10px;
}
.fd_pro_sorting {
    width: 100%;
    display: flex;
    align-items: center;
    /* align-content: center; */
    flex-direction: row;
	margin-bottom:40px;
}
.fd_pro_sorting .fd_pro_show span {
    font-size: 18px;
    color: #222;
    /* font-weight: 500; */
}
.fd_pro_sorting .fd_pro_show {
    /* display: inline-block; */
    /* float: left; */
    display: flex;
    flex-basis: 1;
    flex-basis: 33.3%;
}

.fd_pro_select {
    /* display: inline-block; */
    /* float: left; */
    display: flex;
    flex-basis: 1;
    flex-basis: 33.3%;
    place-content: center;
}

.fd_pro_style {
    /* display: inline-block; */
    /* float: left; */
    display: flex;
    flex-basis: 1;
    flex-basis: 33.3%;
    align-content: flex-end;
    align-items: end;
    text-align: right;
    place-content: flex-end;
    font-size: 18px;
    text-transform: capitalize;
    color: #202020;
}
.fd_pro_style a {
    display: inherit;
    color: #202020;
}

.fd_pro_style_icon.active i, .fd_pro_style a:hover  {
    color: #89b649;
}
.fd_pro_select .nice-select.cusom_select {
    border: none;
    font-size: 18px;
    color: #222;
    height: auto;
    line-height: 1;
}

.fd_pro_select .nice-select ul.list {
    margin-top: 15px;
}
.fd_pro_select .fd_input_group {
    margin-bottom: 0px;
	position:relative;
}
.fd_pro_select .fd_input_group:before, .fd_pro_select .fd_input_group:after{
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    content: "";
    top: 50%;
    left: 0;
    z-index: 1;
    margin-top: -10px;
}
.fd_pro_select .fd_input_group:after{
	right:0;
	left:auto;
}
.fd_pro_style_icon {
    width: 25px;
    height: 25px;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    cursor: pointer;
}
.fd_shop_pro_wrapper .fd_food_box {
    display: block;
    margin-bottom: 30px;
}
.fd_shop_pro_wrapper .fd_food_box .fd_food_name {
    padding: 22px 15px;
}
.fd_shop_wrapper .fd_pagination {
    margin-top: 30px;
}
.fd_shop_wrapper .fd_pagination .pagination {
    place-content: center;
}
.fd_pagination .pagination li{
	position:relative;
	z-index:1;
}
.fd_pagination .pagination li.fd_pgborder:before{
	width: 40px;
    height: 40px;
    content: "";
    border: 2px solid #89b649;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
}
.fd_price_range {
    margin-top: 25px;
}
.fd_pagination .page-item.active{
	padding:5px 20px;
}
.fd_price_range input#min_price, .fd_price_range input#max_price {
    height: 36px;
    padding: 0px 4px;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    margin-right: 5px;
}
button.filter_btn {
    height: 36px;
    background-color: #89b649;
    border: 1px solid #89b649;
    color: #fff;
    padding: 0px 20px;
    border-radius: 10px 0px 10px 0px;
    text-transform: capitalize;
    cursor: pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
button.filter_btn:hover{
	background-color:transparent;
	color:#89b649;
}
.fd_price_range input#min_price:focus, .fd_price_range input#max_price:focus ,button.filter_btn:focus{
	outline:none;
}
.fd_shop_wrapper .widget_input button:before {
    height: 25px;
    top: 14px;
}
.fd_shop_wrapper .widget_input button {
    padding: 0px 13px;
}
/*-----Product List View Css Start----*/
.fd_shop_pro_wrapper.fd_shop_pro_list {}

.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box:hover .fd_food_name{
	opacity:1;
	visibility:visible;
	
}

.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_img {
    width: 180px;
    float: left;
}

.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name {
    position: relative;
    width: calc(100% - 180px);
    float: left;
	padding:14px 15px;
	z-index: initial;
}

.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name h3 {
    width: 100%;
    padding-bottom: 4px;
}

.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name span.food_price {
    width: 100%;
}
.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name p {
    padding: 7px 0px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
/*----Shop Single Css Start----*/
.fd_shop_single_wrapper {
    padding: 100px 0px 35px;
}
/* .fd_pro_img_thumnail, .fd_pro_img { */
    
/* } */
.fd_pro_thumnail{
	height:530px;
}
.swiper-slide.swiper-slide-duplicate.swiper-slide-active .fd_pro_img_thumnail img{
	border-color:#89b649;
}
.fd_pro_img img, .fd_pro_img_thumnail img {
    max-width: 100%;
	width:100%;
	border: 1px solid #d4d4d4;
}
.fd_single_pro_slider .col-lg-3 {
    padding-right: 10px;
}

.fd_single_pro_slider .col-lg-9 {
    padding-left: 0;
}
.fd_pro_single_data h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
}
.fd_pro_rating {
    margin-top: 15px;
    /* display: flex; */
    margin-bottom: 10px;
}
.fd_pro_single_data{
	margin-top:20px;
	margin-left:10px;
}
.fd_pro_rating span.rating_no {
    font-size: 18px;
    font-weight: bold;
    color: #89b649;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

ul.fd_rating {
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 15px;
}

ul.fd_rating li {
    display: inline-block;
    flex-direction: row;
}
ul.fd_rating li i.fa.fa-star{color: #d4d4d4;}

/* custum class for rating */
ul.fd_rating li i.fa.fa-star.average{color: #89b649;}

.fd_reviews {
    text-transform: capitalize;
}
.fd_pro_availability p {
    display: inline-block;
    margin-right: 35px;
}
.fd_pro_availability p.pro_available{
	position:relative;
}
.fd_pro_availability p.pro_available:after{
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #a0a0a0;
    top: 6px;
    left: -18px;
    content: "";
}
.fd_pro_prices{
    margin-bottom: 20px;
}
.fd_pro_prices:after{
	content:"";
	display:table;
	clear:both;
}
.fd_pro_prices h2 {
    display: inline-block;
    float: left;
    font-weight: 700;
}

.fd_pro_prices h3 {
    display: inline-block;
    font-size: 18px;
    color: #707070;
    margin: 0px 10px;
    text-decoration: line-through;
}

.fd_pro_prices span.fd_pro_discount {
    color: #89b649;
}
.fd_pro_delivery p {
    margin-bottom: 10px;
    color: #d4d4d4;
}

.fd_pro_delivery p span.pro_icon {
    margin-right: 10px;
    font-size: 18px;
    position:  relative;
    top: 3px;
}

.fd_pro_delivery p span.pin_check {
    padding-left: 50px;
    font-size: 18px;
    color: #89b649;
    text-transform: capitalize;
    font-weight: 600;
	position:relative;
}
.fd_pro_delivery p.pro_cod {
    color: #222;
    margin-bottom: 30px;
}
.fd_pro_delivery .pin_check:before{
	position: absolute;
    width: 1px;
    height: 15px;
    background-color: #d4d4d4;
    top: 4px;
    left: 38px;
    content: "";
}
.fd_pro_delivery p.pro_cod span.pro_iocn {
    color: #89b649;
    margin-right: 10px;
}
.quantity_wrapper {
    width: 130px;
    display: inline-block;
    float: left;
}

.quantity_wrapper .input-group span.input-group-btn button {
    background-color: transparent;
    height: 50px;
	position:relative;
	border:none;
	color:#89b649;
}
.quantity_wrapper button.quantity-left-minus.btn.btn-number:after, .quantity_wrapper button.quantity-right-plus.btn.btn-number:before{
	position: absolute;
    width: 1px;
    height: 22px;
    background-color: #d4d4d4;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -11px;
}
.quantity_wrapper button.quantity-right-plus.btn.btn-number:before{
	left:0;
	right:auto;
}
.fd_pro_add_btn {
    float: left;
	margin-left:30px;
	
	}

.quantity_wrapper input#quantity {
    border: none;
    height: 50px;
    position: relative;
    text-align: center;
}
.quantity_wrapper .input-group span.input-group-btn button:focus, .quantity_wrapper input#quantity:focus{
	outline:none;
	box-shadow:none;
}
.quantity_wrapper .input-group {
    border: 1px solid #d4d4d4;
}
.fd_pro_add_btn a.fd_btn {
    padding: 0px 41px;
}
.fd_product_details h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.fd_product_details h1 .dot_border{
	top:55%;
}
.fd_product_tab ul.nav.nav-tabs li {
    width: 18%;
    margin-right: 10px;
}

.fd_product_tab ul.nav.nav-tabs li a {
    height: 50px;
    display: block;
    padding: 0px 20px;
    background-color: transparent;
    color: #222;
    line-height: 45px;
    border: 1px solid #d4d4d4;
    /* max-width: 242px; */
    /* width: 20%; */
    text-align: center;
}
.fd_product_tab ul.nav.nav-tabs li a.active{
	background-color:#89b649;
	color:#ffffff;
	border-color:#89b649;
}
.fd_product_tab ul.nav.nav-tabs {
    border-bottom: none;
}
.fd_product_tab .tab-content {
    margin-top: 30px;
}
.fd_product_tab .tab-content ul.additional_info {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 86%;
	position:relative;
}
.fd_product_tab .tab-content ul.additional_info:after{
    position: absolute;
    width: 1px;
    height: 103px;
    background-color: #d4d4d4;
    left: 34%;
    top: 15px;
    content: "";
	
}
.fd_product_tab .tab-content ul.additional_info li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.fd_product_tab .tab-content ul.additional_info li span.info_head {
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
}
.fd_pro_cmnt_wrapper {
    margin-top: 50px;
    padding-bottom: 100px;
}
.fd_cmnt_likes {
    width: 20%;
    float: left;
    margin-top: 25px;
    text-align: right;
}
.fd_cmnt_likes ul{
	list-style:none;
}
.fd_cmnt_likes ul li{
	display:inline-block;
}
.fd_cmnt_likes a {
    text-transform: capitalize;
    margin-left: 20px;
    font-weight: 600;
	color:#707070;
}
.fd_cmnt_likes a i{
	margin-right:5px;
}
.fd_cmnt_likes a:hover{
	color:#89b649;
}
.fd_pro_cmnt_wrapper .fd_cmnt_list ul.commentlist li.comment {
    float: left;
}
.fd_pro_cmnt_wrapper .fd_cmnt_data {
    float: left;
    width: 80%;
}
.fd_pro_cmnt_wrapper .fd_cmnt_list ul.commentlist li.comment:after {
    width: 100%;
}
.fd_more_cmnt {
    width: 100%;
    float: left;
}
.fd_more_cmnt .fd_btn{
	max-width:170px;
}


.rating_review {
    text-align: center;
    width: 100%;
}

.rating_review_circle span {}

.rating_review span {
    width: 100%;
    display: block;
    margin-top: 5px;
}
.progress_circle {
  position: relative;
  display: inline-block;
  margin: 1rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ddd;
}
.progress_circle:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #fff;
}
.progress_circle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d4d4d4;
}

.progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1;
    margin-top: -0.75rem;
    text-align: center;
    font-size: 1.5rem;
    color: #707070;
}
/* .progress_circle.progress--20:after { */
  /* background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #63B8FF 50%, #ddd 50%, #ddd); */
/* } */

.progress_bar.progress_70:after {
  width: 70%;
}

.progress_circle.progress_70:after {
    background-image: linear-gradient(-18deg, #89b64a 50%, transparent 50%, transparent), linear-gradient(270deg, #89b64a 50%, #ddd 50%, #ddd);
}
.rating_star {
    text-align: center;
    position: relative;
}
.rating_star:before, .rating_star:after, .rating_pro_used:after{
    position: absolute;
    width: 1px;
    height: 45px;
    left: 0;
    top: 50%;
    content: "";
    background-color: #d4d4d4;
    margin-top: -22px;
}
.rating_star:after, .rating_pro_used:after{
	right:0px;
	left:auto;
}
.rating_star ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
    width: 300px;
    margin: 0 auto;
}

.rating_star ul li {
    display: inline-block;
    margin: 0px 5px;
    text-transform: capitalize;
}

.rating_star ul li .fd-progress {
    width: 150px;
    height: 4px;
    background-color: #d4d4d4;
    border-radius: 6px;
    position:  relative;
    top: -1px;
}

.progress-bar {
    background-color: #89b649;
    width: 90%;
    height: 4px;
    border-radius: 6px;
    position:  relative;
    /* top: 2px; */
}

.rating_star ul li i.fa.fa-star {
	color: #89b649;
}
.progress-bar.progress-bar1 {
    width: 80%;
}

.progress-bar.progress-bar2 {
    width: 70%;
}

.progress-bar.progress-bar3 {
    width: 50%;
	background-color:#ffc000;
}

.progress-bar.progress-bar4 {
    width: 20%;
	background-color:#ff4c1c;
}
.rating_star ul li.star_color1 i.fa.fa-star{
	color:#ffc000;
}
.rating_star ul li.star_color2 i.fa.fa-star{
	color:#ff4c1c;
}
.rating_pro_used {
    text-align: center;
    margin-top: 25px;
	position:relative;
}

.rating_pro_used ul.fd_rating {
    width: 100%;
    text-align: center;
	margin:0px;
}

.rating_pro_used ul.fd_rating li {
    margin: 0px 4px;
}

.rating_pro_used ul.fd_rating li i.fa.fa-star {
    color: #d4d4d4;
}
.rating_review_form textarea#comment {
    width: 100%;
    height: 88px;
    border-radius: 0px;
    resize: none;
}

.rating_review_form input#comment-submit {
    margin-top: 15px;
    max-width: 136px;
    padding: 0px 41px;
    line-height: 42px;
}

/*----Cart Page CSS Start---*/
.fd_cart_wrapper{
	padding:100px 0px 100px;
}
.fd_cart_wrapper .container{
	max-width:1170px;
}
.cart_box{
	padding:20px 0px 10px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:3px;
	margin-bottom:30px;
}
.cart_box table{
	width:100%;
}
.cart_box table tr th{
	padding:0px 20px 20px;
}
.cart_box table tr td{
	padding:10px 20px;
}
.cart_box table tr:last-child td{
	padding-bottom:0;
}
.cart_box table tr th{
	text-transform:capitalize;
	color:#69767f;
}
.cart_box table tbody tr{
	border-top:1px solid rgba(0,0,0,0.1);
}
.cart_box table .cart_block{
	padding:10px 0;
}
.cart_block .product_block .product_img, .cart_block .product_block .product_details{
	display:inline-block;
}
.cart_block .product_block .product_img img{
	width:100px;
	height:100px;
	border-radius:5px;
}
.cart_block .product_block .product_details{
	margin-left:20px;
}
.cart_block .product_block .product_details .product_name{
	text-transform:capitalize;
	margin:0;
	font-size:16px;
	font-weight:500;
}
.cart_block .product_price{
	text-transform:capitalize;
	margin:0;
	font-size:16px;
	font-weight:500;
	color:#2d2e2f;
}
.cart_block .product_quantity{
	position:relative;
	display:inline-block;
}
.cart_block .product_quantity .cart_input, .cart_block .product_quantity .cart_input:focus{
	width:80px;
	height:40px;
	border:none;
	outline:none;
	color:#939ca3;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:3px;
	text-align:center;
}
.cart_block .product_quantity .quantity_btn{
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    text-decoration: none;
    padding: 7px;
    background-color: #89b649;
    color: #fff;
    display: flex;
    align-items: center;
}
.cart_block .product_quantity .quantity_btn:last-child{
	left:unset;
	right:0;
	border-radius:0 3px 3px 0;
}
.cart_block .remove_product{
	cursor:pointer;
	font-size:16px;
	color:#89b649;
}
.promo_code, .cart_summery{
	padding:20px 0;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:3px;
}
.cart_block_heading{
	text-align:left;
	padding:0px 20px 20px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.promo_code_block{
	padding-left:20px;
}
.cart_block_heading h3{
	margin:0;
	font-size:20px;
	display:inline-block;
}
.cart_block_heading h3:after{
	content:"";
	clear:both;
	width:100%;
}
.code_input, .code_btn{
	display:inline-block;
}
.promo_code_block .code_input .promo_input{
	height:50px;
	width:350px;
	line-height:50px;
	padding-left:20px;
	border:none;
	outline:none;
	color:#939ca3;
	border:1px solid rgba(0,0,0,0.1);
	border-radius:5px;
}
.promo_code_block .code_btn{
	margin-left:10px;
}
.cart_summery_block{
	margin-bottom:30px;
	padding:0px 20px;
}
.checkout_block{
	padding:0px 20px;
	text-align:right;
}
.cart_summery .cart_block_heading{
	display:flex;
	justify-content:space-between;
}
.cart_summery .cart_block_heading h3{
	margin-top:13px;
}
.cart_summery .cart_block_heading .clear_cart{
	display:inline-block;
}
.cart_summery_block .price_summery{
	display:flex;
	justify-content:space-between;
}
.cart_summery_block .price_summery h3{
	text-transform:capitalize;
	margin:0;
	font-size:16px;
	font-weight:600;
}
.cart_summery_block .price_summery h5{
	text-transform:capitalize;
	margin:0;
	font-size:16px;
	font-weight:600;
}
.cart_summery_block .checkout_block{
	padding:10px 0;
}
.fd_cart_btn, .fd_cart_btn:focus{
	min-width: 150px;
	max-width: 150px;
    background-color: #89b649;
    border: 2px solid #89b649;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 15px 0px 15px 0px;
    position: relative;
    text-align: center;
    cursor: pointer;
	outline:none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fd_cart_btn:hover{
	background-color: #ffffff;
	color: #89b649;
}

/*----Checkout Page Start----*/
.fd_checkout_wrapper{
	padding:100px 0px;
}
.fd_checkout_wrapper .container{
	max-width:1170px;
}
.checkout_form{
	padding: 45px 62px 39px;
    background-color: #f8faff;
	border-radius:10px;
	//box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.checkout_form .checkout_heading{
	margin-top:15px;
	margin-bottom:17px;
}
.checkout_form .checkout_heading h1{
	text-transform: capitalize;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.checkout_form_block{
	margin-bottom:23px;
}
.checkout_form_block span{
	font-size:18px;
	margin-bottom:7px;
	display:inline-block;
	color:#000;
	font-weight:500;
	text-transform:capitalize;
}
.checkout_form_block input, .checkout_form_block input:focus{
	width:100%;
	height:50px;
	font-size:16px;
	background-color:#f8faff;
	line-height:45px;
	padding:0px 20px;
	border-radius:10px;
	border:none;
	outline:none;
	border:1px solid #d4d4d4;
}
.checkout_form_block input:focus, .checkout_form_block textarea:focus{
	border-color:#89b649;
}
.checkout_form_block textarea{
	width:100%;
	height:98px;
	resize:none;
	background-color:#f8faff;
	font-size:16px;
	line-height:45px;
	padding-left:20px;
	border-radius:10px;
	border:none;
	outline:none;
	border:1px solid #d4d4d4;
}
.checkout_form_block.checkout_btn{
	text-align:left;
	margin-top:7px;
}
.checkout_form_block .nice-select{
	width:100%;
	height:45px;
	line-height:45px;
	border-radius:3px;
}
.checkout_cart{
    background-color: #f8faff;
	border-radius:10px;
	//box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	padding:27px 31px;
	margin-bottom:30px;
}
.cart_summery_heading h3{
	margin:0;
	font-size:22px;
	font-weight:600;
	color:#000;
	text-transform:capitalize;
}
.cart_summery_section table{
	width:100%;
}
.cart_summery_section{
	padding:20px 0px 0px;
}
.cart_summery_img img{
	width:70px;
	height:70px;
	border-radius:3px;
}
.cart_summery_name h5, .cart_summery_quantity h5, .cart_summery_price h5{
	margin:0;
	text-transform:capitalize;
	font-size:15px;
	font-weight:600;
}
.cart_summery_quantity{
	margin-top:5px;
}
.cart_summery_quantity h5{
	text-transform:none;
	font-weight:500;
	font-size:15px;
	color:#878788;
}
.cart_summery_price{
	text-align:center;
}
.cart_summery_price h5{
	color:#89b649;
	font-weight:500;
	font-size:16px;
}
.cart_summery_section table tr td{
	padding-bottom:19px;
}
.cart_summery_section table tr:last-child td{
	padding-bottom:0;
}
.total_summery{
	margin-top:30px;
	padding-top:18px;
	border-top:1px dashed #dcdcdc;
	display:flex;
	justify-content:space-between;
}
.total_summery h3{
	margin:0;
	text-transform:capitalize;
	font-size:18px;
	font-weight:600;
}
.total_summery h5{
	margin:0;
	margin-right:5px;
	text-transform:capitalize;
	font-size:16px;
	font-weight:500;
	color:#89b649;
}
.payment_status{
	//padding:10px;
}
.payment_status .wallet{
	margin-bottom: 30px;
    background-color: #f8faff;
	border-radius:10px;
	//box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 28px 32px 7px;
    display: block;
}
.wallet_heading{
	margin-bottom:25px;
	
}
.wallet_heading h3{
	margin:0;
	font-size:22px;
	font-weight:600;
	color:#000;
	text-transform:capitalize;
}
.payment_status .payment_options{
    background-color: #f8faff;
	border-radius:10px;
    padding: 28px 32px;
	//box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.payment_status .wallet .wallet_status{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.payment_status .wallet .wallet_status h3{
	margin:0;
	font-size:18px;
	color:#000;
	font-weight:600;
	text-transform:capitalize;
}
.payment_status .wallet .wallet_status h5{
	margin:0;
	font-size:16px;
	color:#89b649;
	font-weight:600;
	text-transform:capitalize;
}
.payment_status .wallet .wallet_status h5.wallet_price{
	font-size:22px;
}
.payment_options .payment_heading{
	margin-bottom:30px;
}
.payment_options .payment_heading h3{
	margin:0;
	text-transform:capitalize;
	font-size:22px;
	font-weight:600;
}
.payment .payment_block{
	display:flex;
	align-items:center;
}
.payment_block input[type="radio"]{
	position:absolute;
	left:-9999px;
}
.payment_block label{
	margin-bottom:10px;
	position:relative;
}
.payment_block label .radio_custom{
	position:absolute;
	top:50%;
	left:-15px;
	transform:translateY(-50%);
	width:12px;
	height:12px;
	border-radius:50%;
	border:1px solid #ccc;
	cursor:pointer;
}
.payment_block label .radio_custom:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	display:inline-block;
	background-color:#ccc;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.payment_block input[type="radio"]:checked ~ label > .radio_custom{
	border-color:#89b649;
}
.payment_block input[type="radio"]:checked ~ label > .radio_custom:before{
	background-color:#89b649;
}
.payment .payment_block img{
	cursor:pointer;
}
/*----Cookie Popup Start----*/
.cookie_popup{
	width:450px;
	height:350px;
	border-radius:5px;
	position:fixed;
	bottom:50px;
	right:50px;
	text-align: center;
	padding:20px;
	background-color:#ffffff;
	z-index:998;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.close_cookie{
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #89b649;
	border-radius: 50%;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.cookie_body .cookie_img{
	text-align: center;
    margin-bottom: 0px;
}
.cookie_heading{
	margin-bottom: 10px;
}
.cookie_heading h3{
	margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
}
.cookie_heading h5{
	margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    color: #757575;
}
.cookie_heading a{
	text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #89b649;
}
/*----Privacy Policy & Terms page Start----*/
.terms_wrapper, .policy_wrapper{
	padding:100px 0px;
}
.terms_wrapper p, .policy_wrapper p{
	color:#777;
}
.terms_head, .policy_head{
	display:flex;
	justify-content:space-between;
}
.terms_heading, .policy_heading{
	text-transform:capitalize;
	font-weight:600;
	font-size:24px;
}
.fd_update_date p{
	font-weight:600;
}
/*---- Success Order Page Start ----*/
.fd_success_wrapper{
	padding:100px 0px;
}
.fd_success_wrapper .success_block{
	text-align: center;
	padding: 60px 80px;
    margin: auto;
	margin-top:200px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.success_block .success_icon{
	margin-bottom:30px;
}
.success_heading_block{
	margin-bottom:19px;
}
.success_heading_block h1{
	margin:0;
	font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
}
.success_message{
	margin-bottom: 39px;
    position: relative;
    padding-bottom: 19px;
}
.success_message:after{
	content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50%;
    height: 1px;
    background-color: #e4e4e4;
}
.success_message h3{
	font-size: 18px;
    font-weight: 700;
	margin:0;
	margin-bottom:7px;
	text-transform:capitalize;
}
.success_message p{
	line-height:23px;
}
.success_message p span.order_id{
	text-decoration: underline;
    color: #89b649;
	font-weight:600;
}
.success_bottom_content{
	margin-bottom:25px;
}
.success_bottom_content h3{
	font-size: 18px;
    font-weight: 700;
}
.success_btn_block .success_btn{
	min-width: 180px;
    border: 1px solid transparent;
    height: 62px;
	background-color:#89b649;
    color: #fff;
    display: inline-block;
    padding: 0px 43px;
    line-height: 55px;
    border-radius: 0 20px;
    text-decoration: none;
    font-weight: 500;
	text-transform:capitalize;
    transition: all 0.3s ease-in-out;
}
.success_btn_block .success_btn:hover {
    border-color: #89b649;
    background-color: #fff;
    color: #89b649;
}
/*----Contact Page Css Start----*/
.fd_contact_wrapper {
    padding-top: 0px;
    /* text-align: center; */
}

h2.fd_con_heading {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    position:  relative;
    display: inline-block;
}
.fd_con_info_box {
    background-color: #89b649;
    padding: 45px 50px;
	height:100%;
}

.fd_con_info_hours {
	padding-bottom: 135px;
	position:relative;
	
}

.fd_con_info_hours h3, .fd_con_information h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.fd_con_info_hours ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
	position:relative;
}
.fd_con_info_hours:after{
	position: absolute;
    width: 170px;
    height: 1px;
    background-color: #adcc80;
    content: "";
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.fd_con_info_hours ul li {
    width: 100%;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.fd_con_info_hours ul li span {
    float: right;
}
.fd_con_information {

	
}

.fd_con_information ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.fd_con_information ul li {
    width: 100%;
    display: block;
    color: #fff;
    position: relative;
    padding-left: 25px;
	margin-bottom:15px;
}
.fd_con_information ul li:last-child{
	margin-bottom:0px;
}
.fd_con_information ul li a {
    color: #fff;
	width:100%;
	display:block;
}

.fd_con_information ul li i.fa {}

.fd_con_information ul li span.con_icon {
    position: absolute;
    left: 0;
    top: 3px;
}
.fd_con_information ul li span {
    display: block;
}
.fd_con_form {
    border: 2px solid #89b649;
    padding: 50px 50px;
	height:100%;
    background-color: #fff;
}

.fd_con_form h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.fd_con_form textarea#comment {
    height: 237px;
}
.fd_con_form input#comment-submit {
    padding: 0px 55px;
}
.map_wrapper {
    width: 100%;
    position: relative;
}
#fd_map {
    width: 100%;
    height: 685px;
    position: relative;
}
.map_info_wrapper {
    float: left;
    width: 100%;
    background-color: #89b649;
    color: #ffffff;
    padding: 12px 9px 15px 9px;
    line-height: 26px;
    font-size: 16px;
	max-height:80px;
}
/*.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    left: 0px !important;
    top: 0px !important;
	bottom:-11px;
    background-color: #89b649;
    width: 229px !important;
}*/
.fd_con_form_wrap {
    position: relative;
    bottom: -100px;
    z-index: 1;
}
/*=====Home page Css Start=====*/
.fd_home_header .fd_logo {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 12px;
}
.fd_home_header .fd_home_menu {
    display: flex;
    place-content: center;
    /* justify-content: center; */
    /* align-content: center; */
    place-items: center;
}
.fd_top_header.fd_home_header .fd_menu_wrapper {
    padding: 30px 0px;
    display: inherit;
}
.fd_top_header.fd_home_header .fd_menu ul li a {
    margin: 0px 22px;
}
.fd_top_header.fd_home_header .fd_menu ul li .sub-menu > li > a{
	margin:0px;
	color:#fff;
}
.fd_home .fd_menu ul li .sub-menu {
    border-bottom: 3px solid #a6743b;
}
.fd_top_header.fd_home_header .fd_top_inner{
	place-content:flex-start;
	padding:0px 0px 0px;
	    place-items: center;
}
.fd_top_header.fd_home_header {
    padding: 0px;
    display: initial;
}
.fd_top_header.fd_home_header .top_offer{
    width: auto;
    padding-right: 40px;
		padding-top:0px;
}
.fd_top_header.fd_home_header .top_offer span.top_offer_icon {
    position: absolute;
    left: 0px;
    top: 0;

}
.fd_top_button {
    place-content: flex-end;
    display: flex;
    margin-left:25px;
}

.fd_top_button a {
    text-transform: capitalize;
    display: flex;
    place-content: flex-end;
    /* float: right; */
    background-color: #a6743b;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0px 50px;
    border-radius: 0px 0px 12px 12px;
    position: relative;
}
.fd_top_button a:after{
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -14px;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #a6743b;
}
.fd_top_header.fd_home_header .fd_top_icons {
    padding: 0px 32px;
    position: relative;
}
.fd_top_header.fd_home_header .fd_top_icons ul li a {
    color: #939393;
}
.fd_top_header.fd_home_header .fd_top_icons ul li a:hover{
	color:#a6743b;
}
.fd_top_header.fd_home_header .fd_search {
    margin-top: 0;
}
.fd_top_header.fd_home_header .fd_search:before{
	display:none;
}
.fd_top_header.fd_home_header .fd_menu ul li a:hover, .fd_top_header.fd_home_header .fd_menu ul li.active a {
    color: #a6743b;
}
.fd_top_header.fd_home_header .cart_count {
    width: 18px;
    height: 18px;
    font-size: 8px;
    border: 2px solid #a6743b;
    line-height: 17px;
    bottom: -10px;
    right: -5px;
}
.fd_top_header.fd_home_header .fd_profile > a:after {
    color: #a6743b;
}
.fd_home ul.fd_cart_contents .cart_data h2 a {
    color: #a6743b;
}
.fd_home .cart_btn {
    background-color: #a6743b;
    border: 2px solid #a6743b;
}
.fd_home .cart_btn:hover{
	background-color:transparent;
}
.fd_home ul.fd_cart_contents li .cart_ttl_amnt {
    color: #a6743b;
}
.fd_home .fd_profile .dropdown-menu > li > a:hover {
    color: #a6743b;
}
/*----Home Service Css----*/
.fd_home .fd_service_wrapper {
    background-color: #f8f8f8;
}
.fd_home .fd_service_wrapper .fd_ser_data {
    background-color: #fff;
}
.fd_home .fd_service_box:hover .fd_ser_data, .fd_home .fd_service_box:hover .fd_ser_img {
    border-color: #a6743b;
    box-shadow: 0px 11px 26.46px 0.54px rgba(166, 116, 59, 0.1);
}
.fd_home  .fd_service_box h1 {
    color: #a6743b;
}
.fd_home .view_link:hover, .fd_home .fd_service_box:hover .view_link {
    color: #a6743b;
}
/*----Home About Css----*/
.fd_home .fd_about_wrapper {
    background-image: none;
    background-color: #fff;
}
.fd_home .fd_heading h2 {
    color: #a6743b;
}
.fd_home .fd_about_data a.view_link{
	 color: #a6743b;
}
.fd_home  .fd_about_slider {
    text-align: center;
	position:relative;
	margin:0px 15px;
}
.fd_home .fd_about_slider .slider_nav_next {
    right: 1px;
    z-index: 1;
}
.fd_home .fd_about_slider .slider_nav_prev {
    left: 1px;
    z-index: 1;
}
.fd_home .fd_about_slider .slider_nav_prev:hover, .fd_home .fd_about_slider .slider_nav_next:hover {
    border-color: #a6743b;
}
/* .fd_about_slider_img img { */
    /* width: 100%; */
/* } */
/* .fd_about_slider_img{ */
	/* padding:0px 30px; */
/* } */
.fd_home .fd_about_slider .swiper-container{
    padding-bottom: 30px;
	margin:0px 20px;
}
.fd_about_slider_img {
    /* position: relative; */
    /* display: inline-block; */
}
.fd_about_slider_img img{
	width:100%;
}
.fd_home  .fd_about_slider:after{
    position: absolute;
    width: 495px;
    height: 157px;
    border: 4px solid #a6743b;
    content: "";
    left: 42px;
    bottom: 2px;
    z-index: -1;
	
}
/* Data Table Style*/
.fd_user_table .tab-content{
	margin-top:20px;
}
.fd_user_table .tab-content .dataTables_length select{
	width:100%;
}
.fd_user_table .tab-content .dataTables_length label,.fd_user_table .tab-content .dataTables_filter label{
	text-transform:capitalize;
	font-weight: 600;
    color: #333;
    word-spacing: 5px;
}
.page-link, .page-link:focus{
	color:#000;
	box-shadow:none;
}
/*----Complete Solution Css Start----*/
.fd_home .fd_sol_wrapper {
    background-image: none;
    background-color: #f8f8f8;
}
.add_to_cart span.add_crt_icon {
    position: relative;
    bottom: 2px;
    left: 2px;
}
.fd_home .fd_food_tab .nav-tabs .nav-link.active, .fd_home .fd_food_tab .nav-tabs .nav-item.show .nav-link {
    color: #a6743b;
}
.fd_home .fd_food_tab .nav-link.active:after {
    border-bottom: 9px solid #a6743b;
}
.fd_home .food_name_arrow {
    background-color: #eee;
}
.fd_home .fd_food_name {
    background-color: #eee;
}
.fd_home .food_price {
    color: #a6743b;
}
.fd_home .fd_food_name h3 a:hover, .fd_home .fd_food_detail h3 a:hover, .fd_home .add_to_cart a:hover {
    color: #a6743b;
}
.fd_home .slider_nav_prev:hover, .fd_home .slider_nav_next:hover {
    border-color: #a6743b;
}
.fd_home .slider_nav_next:hover .slider_icon_next:after {
    background-image: url(../images/svg/rightarrow_hover1.svg);
}
.fd_home .slider_nav_prev:hover .slider_icon_prev:after {
    background-image: url(../images/svg/leftarrow_hover1.svg);
}
.fd_home .fd_food_menu .fd_food_box .fd_food_detail {
    border: 1px solid #a6743b;
}
.fd_home .fd_menu_box:hover .fd_menu_img img{
	border-color: #a6743b;
}
.fd_home .fd_menu_box:hover .fd_menu_text h3 a {
    color: #a6743b;
}
.fd_home .fd_menu_box:hover .menu_price {
    color: #a6743b;
}
/*----Home Gallery Css Start----*/
.fd_home .fd_gallery_wrapper {
    background-color: #f8f8f8;
}
.fd_home .fd_gal_box .fd_img_overlay {
    border: 1px solid #a6743b;
}
.fd_home .fd_gal_box .fd_gal_icon {
    border: 2px solid #a6743b;
}
.fd_gal_pagination {
    /* display: flex; */
    text-align: center;
    margin-top: 35px;
}

.fd_gal_pagination ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.fd_gal_pagination ul li {
    display: inline-block;
}

.fd_gal_pagination ul li a {
    margin: 0px 15px;
    color: #222;
    position: relative;
}
.fd_gal_pagination ul li a:after{
    position: absolute;
    height: 1px;
    width: 24px;
    background-color: #d9d9d9;
    right: -29px;
    top: 53%;
    content: "";
}
.fd_gal_pagination ul li:last-child a:after{
	display:none;
}
.fd_gal_pagination ul li.active a:after{
	 background-color: #a6743b;
}
.fd_gal_pagination ul li.active a, .fd_gal_pagination ul li a:hover{
	color:#a6743b;
}
/*----Home Booking Form Css Start----*/
.fd_home .fd_booking_form{
	border: 2px solid #a6743b;
}
.fd_home ul.fd_menu_check li input[type=checkbox]:checked + label {
    color: #a6743b!important;
}
.fd_home .fd_btn {
    background-color: #a6743b;
    border: 2px solid #a6743b;
    border-radius: 10px;
}
.fd_home .fd_btn:hover {
    color: #a6743b;
	background-color:transparent;
}
.fd_home .fd_input_group .input-group > .form-control:focus, .fd_home .fd_input_group textarea.form-control:focus {
    border-color: #a6743b;
}
.fd_home .nice-select:active, .nice-select.open, .fd_home .nice-select:focus {
    border-color: #89b649;
}
.fd_home .datepicker .datepicker-switch {
    background-color: #a6743b;
}
.fd_home .datepicker td, .fd_home .datepicker th {
    border: 1px solid #222;
    background-color: #a6743b;
}
.fd_home .bootstrap-timepicker-widget.dropdown-menu {
    background-color: #a6743b;
}
.fd_home .fd_book_img img {
    border: 2px solid #a6743b;
}
.fd_home .fd_book_imgb.fd_home_book_img {
    text-align: center;
    position: relative;
    background-image: url(../images/chef_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.fd_home .fd_book_chef {
    background-color: #222222;
    position: absolute;
    width: 100%;
    bottom: -13px;
    padding: 0px 10px 10px 50px;
    text-align: left;
    z-index: 1;
}
.fd_home .fd_book_chef:after{
	position:absolute;
	background-image:url(../images/svg/name.svg);
	bottom:42px;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:-1;
}
.fd_home .fd_book_chef span {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}

.fd_home .fd_book_chef h3 {
    color: #fff;
    font-size: 32px;
}
/*--Home Team Css Start--*/
.fd_team_wrapper.fd_home_team_wrapper {
    background-image: none;
    background-color: #f8f8f8;
}
.fd_team_wrapper.fd_home_team_wrapper .fd_team_name {
    background-color: #eee;
}
.fd_team_wrapper.fd_home_team_wrapper .fd_team_box .fd_team_detail {
    border: 1px solid #a6743b;
}
.fd_team_wrapper.fd_home_team_wrapper .fd_team_name h3 a:hover, .fd_team_wrapper.fd_home_team_wrapper .fd_team_detail h3 a:hover, .fd_team_wrapper.fd_home_team_wrapper .fd_team_detail ul li a:hover {
    color: #a6743b;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_img {
    -webkit-clip-path: none;
    clip-path: none;
    /* margin: 0px auto; */
    display: flex;
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    /* border: 2px solid transparent; */
    /* transition: all 0.3s ease-in-out; */
    /* -webkit-transition: all 0.3s ease-in-out; */
    /* -moz-transition: all 0.3s ease-in-out; */
    /* -ms-transition: all 0.3s ease-in-out; */
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_inner_img {
    width: 240px;
    height: 240px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -41px;
    left: -34px;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_data {
text-align: left;
    padding: 0;
    position: relative;
    padding-left: 50px;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_footer {
    display: flex;
    place-content: start;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_box {
    /* padding: 60px 50px; */
    padding: 60px 60px 60px 100px;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_inner_img img {
    max-width: 100%;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_footer ul.fd_test_icons li a {
    color: #707070;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_footer ul.fd_test_icons li a:hover{
	color:#a6743b;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider {
    border: 2px solid #a6743b;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-prev{
    background-image: none;
    left: -21px;
    right: auto;
    top: 50%;
    margin-top: -22px;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-next {
    background-image: none;
    right: -21px;
    left: auto;
    top: 50%;
    margin-top: -22px;
}
.fd_test_wrapper.fd_home_test_wrapper .fd_test_data:after {
    background-image: url(../images/svg/quote2.svg);
}
/*----Home Blog Css Start----*/
.fd_home .fd_blog_wrapper {
    background-color: #f8f8f8;
    background-image: none;
}
.fd_home .fd_blog_wrapper .fd_post_date_box {
    border: 2px solid #a6743b;
}
.fd_home .fd_post_data h2 a:hover, .fd_home  .fd_post_data ul.fd_pst_info li a:hover {
    color: #a6743b;
}
.fd_home .fd_post_data h2 a:hover, .fd_home .fd_post_data ul.fd_pst_info li a:hover {
    color: #a6743b;
}
.fd_home .fd_post_data ul.fd_pst_info li a i, .fd_home .fd_post_data ul.fd_pst_info li img {
    color: #a6743b;
}
/*----News Letter Css Start----*/
.fd_newsletter_wrapper {
    padding: 100px 0px;
}
.fd_newsletter_box {
    width: 67%;
    margin: 0 auto;
    position: relative;
}

.fd_newsletter_box form {}

.fd_newsletter_box form input.form-control {
    width: 100%;
    padding: 0px 170px 0px 75px;
}
.fd_newsletter_box form input.form-control:focus, .fd_newsletter_box form button.fd_subs_btn:focus{
	outline:none;
	border-color:#a6743b;
	box-shadow:none;
}
.fd_newsletter_box form button.fd_subs_btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #a6743b;
    height: 50px;
    border: none;
    color: #fff;
    padding: 0px 51px;
    text-transform: capitalize;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.fd_newsletter_box form button.fd_subs_btn:hover{
	background-color:#222222;
}
.fd_newsletter_box .fd_subs_icon {
    position: absolute;
    top: 11px;
    display: inline-block;
    left: 20px;
    color: #a6743b;
}

.fd_newsletter_box .fd_subs_icon:after{
    position: absolute;
    width: 1px;
    height: 21px;
    background-color: #d4d4d4;
    right: -21px;
    top: 4px;
    content: "";
} 
/*----Home Footer Css Start----*/
.fd_home .fd_footer_wrapper{
	background-image:none;
	background-color:#f8f8f8;
	    padding-bottom: 0px;
}
.fd_home .fd_footer_wrapper .fd_foo_box .view_link {
    color: #a6743b;
}
.fd_foo_box.fd_latest_twt ul li {
    padding-left: 30px;
    position: relative;
}

.fd_foo_box.fd_latest_twt ul li span.fd_con_icon {
    left: 0;
    top: 2px;
    position: absolute;
    color: #a6743b;
}
.fd_foo_box.fd_latest_twt ul li a{
	color:#707070;
}
.fd_foo_box.fd_latest_twt ul li a:hover{
	color:#a6743b;
}


.fd_foo_box.fd_foo_insta ul li {
    width: 81px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 7px;
}

.fd_foo_box.fd_foo_insta ul li a {}

.fd_foo_box.fd_foo_insta ul li a img {
    max-width: 100%;
}
.fd_foo_box.fd_foo_insta ul li:nth-child(3){
	margin-right:0px;
}
.fd_home .fd_footer_wrapper .fd_foo_box.foo_contact ul li span.fd_con_icon i {
    color: #a6743b;
}
.fd_home .fd_foo_box.foo_contact ul li a:hover {
    color: #a6743b;
}
.fd_foo_btn a {
    background-color: #a6743b;
    height: 50px;
    display: inline-block;
    padding: 0px 27px;
    color: #fff;
    text-transform: capitalize;
    line-height: 50px;
    border-radius: 10px;
    position: relative;
}
.fd_foo_btn a span {
    padding-right: 20px;
    position: relative;
}
.fd_foo_btn a span:after{
    position: absolute;
    width: 1px;
    height: 23px;
    background-color: #fff;
    content: "";
    right: 7px;
    top: 0;
}
.fd_foo_btn {
    margin-top: 24px;
}
.fd_foo_btn a:hover{
	background-color:#222222;
}
.fd_home  .fd_btm_arrow i {
    color: #a6743b;
}
.fd_home p.copyright a {
    color: #a6743b;
}
.fd_footer_menu {
    text-align: center;
    margin-top: 50px;
}

.fd_footer_menu nav.foo_menu_section {
    /* float: left; */
    /* width: 50%; */
    display: inline-block;
    padding-right: 40px;
}

.fd_footer_menu nav.foo_menu_section ul {
    padding: 0px;
}

.fd_footer_menu nav.foo_menu_section ul li {
    display: inline-block;
}

.fd_footer_menu nav.foo_menu_section ul li a {
    text-transform: capitalize;
    padding: 0px 25px;
    font-size: 18px;
    color: #222;
}

.fd_footer_menu nav.foo_menu_section ul li a:hover{
	color:#a6743b;
}

/*=====================*/
.fd_login .modal-body {
    padding: 0px;
}
.fd_login_header{
    padding: 30px 20px;
    background-image: url(../images/login_header_bg.jpg);
    background-size: cover;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.fd_login_header h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
}
.modal-dialog:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
}
.modal-content {
    width: 600px;
    max-width: 100%;
    vertical-align: middle;
	display:inline-block;
	margin-left:-3px;
}
.fd_login_header button.close, .fd_login_header button.close:focus {
    color: #fff;
    opacity: 1;
	outline:none;
    position: relative;
    top: 4px;
    font-weight: 500;
}
.fd_login_form .form-group {
    position: relative;
}
.fd_login_body {
    padding: 50px 40px;
    float: left;
    width: 100%;
}

.fd_login_form .form-group input.form-control {
    width: 100%;
	padding-right:30px;
}

.fd_login_form .form-group span.form_icon {
    position: absolute;
    right: 15px;
    top: 12px;
}
.remember_checkbox {
    float: left;
    display: inline-block;
    position: relative;
}

.popup_forgot {
    float: right;
}

.remember_checkbox input[type="checkbox"] {
    position: absolute;
    left: -99999px;
}
.fd_login_btn {
    width: 100%;
    display: block;
    float: left;
	text-align:center;
}
.fd_login_btn .fd_btn {
    max-width: 150px;
    height: 45px;
	display:inline-block;
    line-height: 40px;
    padding: 0px 20px;
}
.fd_login_footer {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.fd_login_footer a {
    text-transform: capitalize;
}
/*rating hover class and selected class start*/

.rating_pro_used ul.fd_rating li i.fa.fa-star.selected {
   color: #89b649; 
}  
.fd_cmnt_likes ul li i.fa.fa-star{
	
	color: #d4d4d4;
}
.fd_cmnt_likes ul li i.fa.fa-star.selected{
	
	color: #89b649;
}
/*rating hover class and selected class end*/
/*----Responsive Css Start----*/
@media(max-width:1700px) {
	.top_offer {
		width: 38%;
	}
}
@media(max-width:1600px) {
	.fd_logo {
		left: 50px;
	}
	.top_offer {
		width: 47%;
	}
	.fd_menu ul li a {
		margin: 10px 14px;
	}
}
@media(max-width:1400px) {
	.slider_nav_prev {
		left: 0;
		z-index: 1;
	}
	.slider_nav_next {
		right: 0;
		z-index: 1;
	}
	.fd_top_header.fd_home_header .fd_menu ul li a {
		margin: 0px 19px;
}
/* .fd_home_header .fd_srch_icon{ */
	/* display:none;	 */
/* } */
.fd_top_header.fd_home_header ul.fd_cart_contents {
    left: auto;
    right: -57%;
}
.fd_top_header.fd_home_header .dropdown-menu.show{
	left:-17px !important;
}
.fd_team_wrapper.fd_home_team_wrapper .slider_nav_prev {
		left: 20px;
	}
.fd_team_wrapper.fd_home_team_wrapper .slider_nav_next {
		right: 20px;
	}
	.fd_top_header.fd_home_header .fd_search_wrapper:before {
    display:none;
}
}
@media(min-width:1200px) and (max-width:1400px) {
	.fd_logo {
		width: 18%;
		top: -42px;
	}
	.fd_menu ul li a {
		margin: 10px 10px;
	}
	.fd_search_wrapper:before {
		margin-top: -11px;
		top: 51%;
		left: 5px;
	}
	.slider_image{
		display:none;
	}
	.fd_srch_icon {
		top: 11px;
	}
	.top_offer {
		width: 47%;
		font-size: 13px;
	}
	.top_offer .swiper-button-prev.slider_nav_prev {
		top: 2px;
	}
	.top_offer .swiper-button-next.slider_nav_next {
		top: 11px;
	}
}
@media(max-width:1200px) {
	.responsive_logo {
		display: block;
	}
	.fd_about_img > img{
		max-width:100%;
	}
	.main_logo {
		display: none;
	}
	.fd_top_inner {
		padding: 0px 53px 10px;
		place-content: center;
		justify-content: center;
		z-index:10;
	}
	.fd_logo {
		position: relative;
		left: 0;
		top: 0;
		padding-right: 30px;
	}
	.fd_logo a img{
		width:100%;
		max-width:100%;
	}
	.slider_image{
		display:none;
	}
	.fd_menu_wrapper {
		padding: 20px 50px;
		place-content: space-between;
		justify-content: space-between;
		z-index:1;
	}
	.top_offer {
		width: 55%;
	}
	.fd_menu ul li a {
		margin: 13px 15px;
		font-size: 16px;
	}
	.fd_search:before {
		top: 45%;
		margin-top: -15px;
	}
	.fd_about_data {
		padding-top: 0;
	}
	.fd_heading h1 {
		font-size: 30px;
	}
	.fd_menu_text {
		padding-right: 20px;
	}
	.fd_menu_text h3 {
		font-size: 19px;
	}
	.fd_booking_form .nice-select {
		width: 160px;
	}
	.fd_booking_form .fd_input_group .input-group>.form-control {
		width: 160px;
	}
	.fd_booking_form .fd_input_group textarea.form-control {
		width: 160px;
	}
	.promo_code_block{
		padding-right:20px;
	}
	.code_input, .code_btn{
		display:block;
	}
	.promo_code_block .code_input .promo_input{
		width:100%;
	}
	.promo_code_block .code_btn{
		margin-left:0;
		margin-top:20px;
	}
	.fd_booking_form {
		padding: 25px 35px;
	}
	.grid-sizer,
	.element-item {
		padding: 0px 10px;
	}
	.food_price {
		font-size: 16px;
	}
	.fd_food_name h3,
	.fd_food_detail h3 {
		font-size: 14px;
	}
	.fd_food_name {
		padding: 22px 15px;
	}
	.fd_post_data h2 {
		font-size: 19px;
	}
	.fd_post_data ul.fd_pst_info li {
		margin-right: 15px;
	}
	.fd_foo_box ul li {
		font-size: 15px;
	}
	.fd_top_header.fd_home_header .main_logo {
		display: block;
	}
	.fd_home .fd_about_slider:after {
		width: 495px;
		max-width: 100%;
}
.fd_top_button a {
    padding: 0px 25px;
}
.top_offer {
    font-size: 13px !important;
}
/* .fd_top_header.fd_home_header .top_offer .swiper-slide{ */
	/* line-height:1; */
/* } */
.fd_top_header.fd_home_header .fd_menu ul li a {
    margin: 0px 15px;
}
.fd_top_header.fd_home_header .fd_top_icons {
    padding: 0px 25px;
}
.fd_top_icons ul li {
    margin: 0px 4px;
}
.fd_top_header.fd_home_header .top_offer {
    padding-right: 15px;
}
}
@media(max-width:1024px){
	.fd_srch_icon {
		top: 8px;
	}
	.slider_image{
		display:none;
	}
	.fd_menu_wrapper.open_menu{
		z-index:100;
	}
}
@media(min-width:992px) and (max-width:1199px) {
	.top_offer {
		width: 62%;
		font-size: 15px;
	}
	.slider_image{
		display:none;
	}
	.fd_menu ul li a {
		margin: 7px 6px;
		font-size: 16px;
	}
	.fd_menu_wrapper {
		padding: 20px 30px;
	}
	.fd_search_wrapper:before {
		top: 59%;
	}
	.fd_logo {
		padding-right: 15px;
		width: 17%;
	}
	.fd_search_wrapper {
		margin-left: 15px;
	}
	.fd_search {
		margin-top: 6px;
	}
	.slider_nav_prev {
		left: 6px;
		z-index: 1;
	}
	.slider_nav_next {
		right: 6px;
		z-index: 1;
	}
	.fd_food_tab .tab-content {
		text-align: center;
	}
	ul.fd_cart_contents {
		left: -100px;
	}
	.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li {
		min-width: 120px;
	}
	h2.widget-title {
		font-size: 20px;
	}
	.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_img {
		width: 100%;
	}
	.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name {
		width: 100%;
	}
	button.filter_btn {
		margin-top: 20px;
	}
	.fd_product_tab ul.nav.nav-tabs li {
		width: 25%;
	}
	.fd_pro_cmnt_wrapper .fd_cmnt_data {
		width: 75%;
	}
	.fd_cmnt_likes {
		width: 25%;
	}
	.fd_top_header.fd_home_header .dropdown-menu.show {
		left: -35px !important;
	}
	.fd_profile .dropdown-menu:after {
    top: -9px;
    right: 25px;
	left:auto;
}
	.fd_home .fd_about_slider:after {
		width:92%;
	}
	.fd_team_detail ul li a {
		margin: 0px 5px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider {
		margin: 0px 20px;
	}
	.fd_team_name h3, .fd_team_detail h3 {
		font-size: 18px;
	}
	.fd_top_header.fd_home_header .top_offer {
		width: 40%;
		margin:0px;
		text-align:left;
		padding-left:40px;
		position: relative;
		top: 3px;
	}
	.fd_top_header.fd_home_header .top_offer .swiper-slide{
		line-height:1;
	}

}
@media(max-width:991px) {
	.fd_search input[type="text"] {
		border: none;
		background-color: transparent;
		height: 50px;
		width: 600px;
		max-width: 100%;
		border: 1px solid #fff;
		padding: 0px 30px;
		font-size: 20px;
		color: #fff;
		padding-right: 50px;
	}
	.fd_about_img > img{
		max-width:100%;
	}
	.checkout_form{
		padding: 45px 20px 39px;
		margin-bottom:30px;
	}
	.slider_image{
		display:none;
	}
	.fd_srch_icon {
		cursor: pointer;
		position: relative;
		top: 1px;
		display: inline-block;
		float: right;
	}
	.cookie_popup{
		bottom: unset;
		right: unset;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		width:300px;
		height:auto;
	}
	/* .fd_menu_wrapper { */
		/* padding: 20px 40px; */
		/* display: block; */
	/* } */
	.fd_bread_wrapper{
		padding-top:100px;
	}
	.fd_menu_toggle {
		float: right;
		padding-left: 20px;
		color: #89b649;
		margin-top:50px;
		cursor: pointer;
		display: inline-table;
	}
	.fd_search_overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.9);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
	}
	.open_search .fd_search_overlay {
		opacity: 1;
		visibility: visible;
	}
	.fd_search_overlay:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.fd_search_input {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
		z-index: 1045;
	}
	.ovrly_srch {
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -11px;
		display: block;
	}
	.ovrly_srch i.fa.fa-search {
		color: #656363;
		font-size: 20px;
	}
	.fd_ovrly_close {
		position: absolute;
		top: 30px;
		right: 30px;
		color: #fff;
		font-size: 30px;
		cursor: pointer;
		display: block;
		transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
		-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.72, 0.96);
	}
	.fd_ovrly_close:hover {
		color: #89b649;
	}
	ul.fd_cart_contents {
		left: auto;
		right: -57%;
	}
	.top_offer {
		width: 85%;
		display: block;
		padding: 0px 50px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.fd_top_header {
		padding: 15px 0px 0px;
		position:relative;
		z-index: 10;
	}
	.fd_menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 250px;
		height: 100%;
		background-color: #222;
		padding-top: 10px;
		z-index: 1;
		opacity: 0;
		padding-top: 50px;
		transform: translateX(-250px);
		transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.9);
	}
	.fd_menu_wrapper.open_menu .fd_menu {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		opacity: 1;
	}
	.fd_menu ul li {
		width: 100%;
	}
	.fd_menu ul li a {
		width: 100%;
		margin: 0px;
		padding: 10px 20px;
		color: #fff;
		border-bottom: 1px solid #353232;
	}
	.fd_menu ul li ul.sub-menu li a {
		color: #fff;
	}
	.fd_menu ul li ul.sub-menu li a:hover {
		color: #89b649;
	}
	.fd_menu nav {
		margin-top: 50px;
	}
	.fd_menu_cls {
		position: absolute;
		right: 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		background-color: #89b649;
		padding: 1px 7px;
		border-radius: 100%;
		top: 10px;
	}
	.fd_logo {
		display: inline-block;
	}
	.fd_search {
		display: none;
	}
	.fd_search.open_search {
		display: block;
	}
	.fd_search_wrapper {
		display: inline-block;
		float: right;
	}
	.fd_menu ul li ul.sub-menu {
		display: none;
	}
	.dropdown-expander {
		float: right;
	}
	.fd_search_wrapper:before {
		display: none;
	}
	.fd_service_box {
		margin-bottom: 50px;
	}
	.fd_service_wrapper {
		padding-bottom: 50px;
	}
	.fd_video_wrapper {
		padding: 100px 0px 150px 0px;
	}
	.fd_video_data {
		text-align: center;
		margin-bottom: 100px;
	}
	.fd_heading h1 {
		font-size: 25px;
	}
	.fd_heading h2 {
		font-size: 35px;
	}
	.fd_booking_form .fd_input_group textarea.form-control {
		width: 100%;
	}
	.fd_booking_form .fd_input_group .input-group>.form-control {
		width: 100%;
	}
	.fd_booking_form .fd_input_group {
		width: 100%;
	}
	.fd_booking_form .nice-select {
		width: 100%;
	}
	.fd_book_img {
		text-align: center;
		margin-top: 50px;
	}
	.fd_video_data .fd_heading h1 {
		line-height: 35px;
	}
	.fd_app_wrapper {
		padding: 100px 0px;
	}
	.fd_app_data {
		text-align: center;
	}
	.fd_test_slider {
		margin-right: 0px;
	}
	.fd_test_data {
		padding: 25px 40px 30px 11px;
	}
	.fd_test_data p {
		font-size: 15px;
	}
	.fd_post_data {
		padding: 35px 20px;
	}
	.fd_post_data h2 {
		font-size: 15px;
	}
	.fd_post_data ul.fd_pst_info li a {
		font-size: 12px;
	}
	.fd_foo_box.fd_opening_hours {
		padding-top: 15px;
	}
	.fd_footer_icons ul:before,
	.fd_footer_icons ul:after {
		width: 36%;
	}
	.fd_top_inner {
		text-align: center;
		display: block;
		z-index:10;
	}
	.fd_top_icons {
		display: inline-block;
	}
	.fd_cart {
		display: inline-block;
	}
	.fd_profile {
		display: inline-block;
	}
	.dropdown-expander {
		display: block;
	}
	.top_offer_icon {
		left: 35px;
		top: 0px;
	}
	.fd_food_tab .nav-tabs .nav-link {
		font-size: 17px;
		padding: 0px 15px 20px;
	}
	.slider_nav_next {
		right: 15px;
		z-index: 1;
	}
	.slider_nav_prev {
		left: 15px;
		z-index: 1;
	}
	.fd_test_slider .slider_nav_prev,
	.fd_test_slider .slider_nav_next {
		background-image: none;
		right: 70px;
		left: auto;
		top: 10px;
		width: 36px;
		height: 36px;
	}
	.fd_test_slider .slider_nav_prev {
		right: 15px;
	}
	.fd_test_slider .slider_icon_next:after {
		top: 3px;
		left: 10px;
	}
	.fd_test_slider .slider_icon_prev:after {
		top: 5px;
		left: 8px;
	}
	.fd_food_menu {
		text-align: center;
	}
	.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li {
		min-width: 146px;
	}
	.fd_booking_wrapper.fd_menu_booking .fd_btn_wrapper {
		margin-top: 20px;
	}
	.fd_sidebar {
		margin-top: 30px;
	}
	.fd_shop_pro_wrapper {
		margin-top: 30px;
	}
	.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_img {
		width: 100%;
	}
	.fd_shop_pro_wrapper.fd_shop_pro_list .fd_food_box .fd_food_name {
		width: 100%;
	}
	button.filter_btn {
		margin-top: 20px;
	}
	.fd_pro_single_data {
		margin-top: 40px;
	}
	.fd_product_tab ul.nav.nav-tabs li {
		width: 30%;
	}
	.fd_slide_img{
		display:none;
	}
	.fd_top_header.fd_home_header .top_offer {
		width: 55%;
		margin:0px;
		text-align:left;
		padding-left:40px;
	}
	.fd_top_header.fd_home_header .top_offer .swiper-slide{
		line-height:1;
	}
	.fd_top_button {
		margin-left: 25px;
	}
	.fd_top_header.fd_home_header .fd_srch_icon {
		padding-left: 25px;
	}
	.fd_top_header.fd_home_header .fd_top_inner {
		display: flex;
	}	
		.fd_home_header .fd_home_menu {
		display: block;
	}
	.fd_cart_wrapper {
		float: none;
		padding-top: 9px;
	}
	.fd_home_header .fd_home_menu .fd_menu_toggle {
		color: #a6743b;
		padding-top: 12px;
	}
	.fd_home_header .fd_search_overlay{
		z-index:10;
	}
	.fd_home_header .fd_home_menu .fd_cart {
		z-index: initial;
	}
	.fd_home_header .fd_ovrly_close:hover {
		color: #a6743b;
	}
	.fd_top_header.fd_home_header .fd_menu ul li a {
		margin: 0px 0px;
	}
	.fd_top_header.fd_home_header .fd_menu_cls {
		background-color: #a6743b;
	}
	.fd_home .fd_menu ul li .sub-menu {
		border-bottom: 3px solid transparent;
	}
	.fd_about_data {
		margin-bottom: 30px;
	}
	.fd_home .fd_about_slider {
		margin: 0px 0px;
	}
	.fd_home .fd_about_slider:after {
		width: 95%;
	}
	.fd_home .fd_book_imgb.fd_home_book_img {
		display: inline-block;
		margin-top: 30px;
	}
	.fd_booking_wrapper {
		text-align: center;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-prev {
		left: 10px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-next {
		right: 10px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_box {
		padding: 60px 60px 60px 80px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_img {
		position: relative;
		top: 30px;
	}
	.fd_footer_menu nav.foo_menu_section {
		padding-right: 0;
	}
	.fd_banner_wrapper .fd_btn {
		max-width: 120px;
		padding: 0px 13px;
		height: 30px;
		font-size: 13px;
		line-height: 25px;
	}
	.fd_success_wrapper .success_block{
		padding:60px 50px;
		margin-top:100px;
	}
	.fd_success_wrapper{
		padding-top:0;
	}
}
@media(max-width:773px) and (orientation: landscape){
	.fd_banner_wrapper .fd_btn {
        max-width: 120px;
        padding: 0px 13px;
        position: absolute;
        top: 170px;
        height: 30px;
        left: 300px;
        font-size: 13px;
        line-height: 25px;
    }
}
@media(min-width:768px) and (max-width:991px) {
	ul.fd_cart_contents {
		position: absolute;
		left: auto;
		right: -57%;
		top: 43px;
		padding: 15px 20px 10px 20px;
		margin: 0px;
		width: 300px;
		z-index: 1000000;
		background-color: #222;
		list-style: none;
		cursor: initial;
		transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform-origin: 0px 0px;
		transform-style: preserve-3d;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.67, 0.99);
		-moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.67, 0.99);
		-ms-transition: all 0.5s cubic-bezier(0.42, 0, 0.67, 0.99);
		-o-transition: all 0.5s cubic-bezier(0.42, 0, 0.67, 0.99);
		transition: all 0.5s cubic-bezier(0.42, 0, 0.67, 0.99);
	}
	.fd_table_box ul li {
		width: 50%;
	}
	.slider_image{
		display:none;
	}
}
@media(max-width:800px) {
	.top_offer {
		width: 100%;
	}
	.top_offer .swiper-button-next.slider_nav_next {
		top: 10px;
	}
	.top_offer .swiper-button-prev.slider_nav_prev {
		top: 1px;
	}
	.slider_image{
		display:none;
	}
	.fd_test_footer {
		display: block;
	}
}
@media(max-width:767px) {
	.fd_footer_icons ul:before,
	.fd_footer_icons ul:after {
		width: 25%;
	}
	.grid-sizer, .element-item{
		width:50%;
	}
	.cart_block_heading{
		padding:0px 10px 20px;
	}
	.slider_image{
		display:none;
	}
	.fd_top_inner {
		padding: 10px 0px;
		z-index:10;
	}
	.success_btn_block .success_btn{
		padding:0px 20px;
	}
	.fd_test_box {
		display: block;
		text-align: center;
		padding-top: 50px;
	}
	.cart_summery{
		margin-top:30px;
	}
	.fd_test_data {
		padding: 25px 11px 30px 11px;
	}
	.fd_admin_testimonial .fd_test_img{
		margin-left:0;
	}
	.fd_admin_testimonial .fd_admin_test_data .fd_test_footer {
		display: block;
	}
	.fd_test_footer ul.fd_test_icons {
		padding-left: 0;
	}
	.fd_food_tab .nav-tabs:after {
		width: 100%;
	}
	.fd_about_data {
		padding-top: 30px;
		text-align: center;
	}
	.top_offer {
		width: 100%;
		padding: 0px;
		font-size: 13px;
	}
	.top_offer_icon {
		display: none;
	}
	.top_offer .swiper-button-next.slider_nav_next,
	.top_offer .swiper-button-prev.slider_nav_prev {
		display: none;
	}
	.fd_search input[type="text"] {
		width: 100%;
	}
	.fd_bread_wrapper {
		padding-top: 100px;
	}
	ul.fd_cart_contents {
		width: 250px;
	}
	ul.fd_cart_contents .cart_data h2 {
		font-size: 11px;
	}
	.cart_btn {
		max-width: 100px;
		padding: 0px 15px;
		font-size: 11px;
	}
	.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li {
		min-width: 90px;
		margin-right: 10px;
	}
	.fd_booking_wrapper.fd_menu_booking .fd_booking_form {
		padding: 25px 20px;
	}
	.fd_table_box ul li {
		width: 50%;
	}
	.fd_book_table_time {
		margin-bottom: 30px;
	}
	.fd_admin_testimonial .fd_admin_test_data {
		width: 100%;
		padding: 28px 10px 28px 10px;
	}
	.fd_admin_testimonial .fd_test_img {
		width: 100%;
	}
	.fd_admin_testimonial {
		text-align: center;
		padding-top: 30px;
	}
	.fd_product_tab ul.nav.nav-tabs li {
		width: 40%;
		margin-bottom: 15px;
	}
	.fd_product_tab .tab-content ul.additional_info {
		width: 100%;
	}
	.fd_product_tab .tab-content ul.additional_info:after {
		display: none;
	}
	.rating_star:before,
	.rating_star:after,
	.rating_pro_used:after {
		display: none;
	}
	.fd_pro_cmnt_wrapper .fd_cmnt_data {
		width: 100%;
	}
	.fd_cmnt_likes {
		width: 100%;
		text-align: left;
		padding-left: 42px;
	}
	.fd_more_cmnt .fd_btn {
		max-width: 200px;
		display: inline-block;
		padding: 0px 20px;
	}
	.fd_more_cmnt {
		text-align: center;
	}
	/* .fd_pro_thumnail { */
	/* height: auto; */
	/* margin-bottom: 30px; */
	/* } */
	.fd_single_pro_slider .col-lg-9 {
		padding-left: 15px;
	}
	.fd_pro_thumnail {
		height: 430px;
	}
	.fd_top_header.fd_home_header .top_offer {
    margin-bottom: 10px;
	width:100%;
	text-align:center;
	padding:0px;
	}
	.fd_top_header.fd_home_header {
		padding-top: 20px;
	}
	.fd_top_header.fd_home_header .fd_top_inner {
		display: block;
	}
	.fd_top_header.fd_home_header .fd_top_icons {
		float: left;
	}
	.fd_top_button a {
		height: 35px;
		line-height: 32px;
	}
	.fd_top_header.fd_home_header .fd_srch_icon {
		top: -9px;
	}
	.fd_home_header .fd_logo {
		width: 45%;
	}
	.fd_home_header .fd_home_menu .fd_cart_wrapper {
		padding-top: 0px;
	}
	.fd_home_header .fd_home_menu .fd_menu_toggle {
		padding-top: 0;
		top: 3px;
	}
	.fd_home .fd_about_slider:after {
		width: 90%;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_box {
		padding: 50px 25px 50px 25px;
		text-align:center;
	}
	.fd_test_img_div {
		display: inline-block;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-next {
		top: 100%;
		margin-top: -18px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_slider .swiper-button-prev {
		top: 100%;
		margin-top: -18px;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_data {
		text-align: center;
		padding: 0;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_footer {
		display: block;
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_footer h3{
		margin-right: 0;	
	}
	.fd_test_wrapper.fd_home_test_wrapper .fd_test_data {
		margin-top: 50px;
	}
	.fd_newsletter_box {
		width: 100%;
	}
	.fd_newsletter_box form button.fd_subs_btn {
		padding: 0px 15px;
	}
	.fd_newsletter_box form input.form-control {
		padding: 0px 105px 0px 75px;
	}
}
@media(max-width:677px){
	.cart_block .product_block .product_details{
		margin-left:0;
		margin-top:10px;
	}
}
@media(max-width:575px) {
	.fd_pro_thumnail {
		height: auto;
		margin-bottom: 30px;
		text-align: center;
	}
	.slider_image{
		display:none;
	}
}
@media(max-width:480px) {
	.fd_sol_wrapper {
		text-align: center;
	}
	.slider_image{
		display:none;
	}
	.fd_lunch_wrapper {
		text-align: center;
	}
	.fd_top_icons {
		padding: 0px 10px;
	}
	.fd_top_inner {
		padding: 0px 0px 10px;
	}
	ul.fd_cart_contents {
		width: 250px;
	}
	.cart_btn {
		font-size: 12px;
		padding: 0px 10px;
	}
	ul.fd_cart_contents .cart_data h2 {
		font-size: 10px;
	}
	ul.fd_cart_contents {
		left: -400%;
		right: 0;
	}
	.top_offer {
		width: 85%;
		line-height: 77px;
		font-size: 12px;
		padding: 0px;
	}
	.top_offer_icon {
		display: none;
	}
	.fd_heading h1 {
		font-size: 21px;
	}
	.fd_menu_img {
		margin-right: 10px;
	}
	.fd_menu_text h3 {
		font-size: 16px;
	}
	.fd_menu_text {
		padding-right: 10px;
	}
	.fd_food_tab .nav-tabs .nav-link {
		font-size: 12px;
		padding: 0px 9px 20px;
	}
	.fd_food_menu {
		text-align: center;
	}
	.fd_food_name h3 {
		float: left;
	}
	.fd_img_overlay {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
	.fd_gal_icon {
		width: 32px;
		height: 32px;
		border-radius: 5px;
	}
	.fd_gal_icon img {
		left: 24%;
		top: 22%;
	}
	.fd_app_btn a {
		padding-bottom: 10px;
		display: block;
	}
	.fd_test_box {
		display: block;
		text-align: center;
		padding-top: 50px;
	}
	.fd_test_data {
		padding: 25px 11px 30px 11px;
	}
	.fd_test_footer {
		display: block;
	}
	.fd_test_footer ul.fd_test_icons {
		padding-left: 0;
	}
	.fd_post_data {
		text-align: center;
	}
	.fd_footer_icons ul:before,
	.fd_footer_icons ul:after {
		display: none;
	}
	.fd_post_date_box {
		width: 55px;
		height: 55px;
		top: 15px;
		right: 15px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	.fd_date_inner {
		top: 6px;
		left: 25%;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	.fd_post_date_box span.pst_month {
		font-size: 12px;
		position: relative;
		top: -10px;
	}
	.fd_post_date_box span.pst_date {
		font-size: 21px;
	}
	.fd_menu_toggle {
		top: 13px;
		position: relative;
	}
	.fd_search_wrapper {
		top: 12px;
	}
	.fd_bread_wrapper {
		padding-top: 100px;
	}
	.fd_booking_form h3 {
		font-size: 20px;
	}
	ul.fd_menu_check {
		text-align: center;
	}
	.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li {
		min-width: 79px;
		margin-right: 10px;
		display: inline-block;
		float: none;
		margin-bottom: 10px;
		min-height: 65px;
	}
	.fd_booking_wrapper.fd_menu_booking ul.fd_menu_check li label {
		min-height: 60px;
	}
	.fd_blog_single_slider .slider_nav_prev,
	.fd_blog_single_slider .slider_nav_next {
		top: 100%;
	}
	.mejs__time-total {
		width: 70%;
	}
	.fd_admin_testimonial .fd_admin_test_data .fd_test_footer {
		display: block;
	}
	.fd_blockquote blockquote:before,
	.fd_blockquote blockquote:after {
		width: 100%;
	}
	.fd_cmnt_list ul.commentlist li.comment:after {
		width: 100%;
	}
	.fd_pro_sorting {
		width: 100%;
		display: block;
		align-items: center;
	}
	.fd_pro_sorting .fd_pro_show span {
		display: inline-block;
		width: 100%;
	}
	.fd_pro_sorting .fd_pro_show {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.fd_pro_select {
		margin-bottom: 15px;
	}
	.fd_pro_style {
		align-content: initial;
		align-items: end;
		text-align: center;
		place-content: center;
	}
	.fd_pro_thumnail {
		height: auto;
		margin-bottom: 30px;
	}
	.fd_single_pro_slider .col-lg-9 {
		padding-left: 15px;
	}
	.fd_product_tab ul.nav.nav-tabs li {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 0px;
	}
	.fd_product_tab .tab-content {
		text-align: center;
	}
	.fd_banner_wrapper .fd_btn {
		max-width: 135px;
		font-size: 14px;
		padding: 0px 18px;
		height: 40px;
		line-height: 37px;
	}
	.fd_home .fd_btn {
		max-width: 100%;
	}
	.fd_foo_box {
		margin-bottom: 30px;
	}
	.fd_footer_menu nav.foo_menu_section ul li a {
		padding: 0px 15px;
		font-size: 15px;
	}
		.fd_profile .dropdown-menu:after {
			display:none;
		}
}
@media(max-width:414px){
	.fd_blog_slider .slider_nav_next {
    top: 40%;
}
.fd_blog_slider .slider_nav_prev{
	top: 40%;
}
}
@media(max-width:375px) {
	.fd_menu_box {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.fd_menu_img {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	.fd_menu_text {
		padding-right: 0;
	}

}


/*=====================*/
.fd_login .modal-body {
    padding: 0px;
}
.fd_login_header{
    padding: 30px 20px;
    background-image: url(../images/login_header_bg.jpg);
    background-size: cover;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.fd_login_header h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
}
.modal-dialog:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
}

@media (max-width:1024px) and (orientation: landscape){
    .fd_btn.fd_btn_two {
        position: absolute;
        left: 340px;
    }
}

@media(min-width:667px) and (max-width:667px) and (orientation: landscape){
.fd_banner_wrapper .fd_btn {
    top: 170px;
    left: 240px;
}
.fd_btn.fd_btn_two {
    position: absolute;
    left: 315px;
}
}

@media(min-width:736px) and (max-width:736px) and (orientation: landscape){
.fd_banner_wrapper .fd_btn {
    left: 270px;
}
.fd_btn.fd_btn_two {
    position: absolute;
    left: 355px;
}
}

@media(min-width:684px) and (max-width:684px) and (orientation: landscape){
.fd_btn.fd_btn_two {
    position: absolute;
    left: 315px!important;
}
.fd_banner_wrapper .fd_btn{
    position: absolute;
    top: 184px;
    left: 260px;
}
}
@media(min-width:1024px) and (max-width:1024px) and (orientation: landscape){
.fd_banner_wrapper .fd_btn{
    position: absolute;
    left: -55px;
}
}


@media(max-width:320px) {
	ul.fd_cart_contents{
		left: -500%;
	}
	.dot_border{
		display: none;
	}
	.fd_video:before, .fd_video:after{
		display: none;
	}
}
