/*******************************************************
    Template Name    : Sunrise - Bakery Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.About Section Style
    06.Product Category Section Style
    07.Shop Now Section Style
    08.Menu of The Day Section Style
    09.Press Section Style
    10.Video Section Style
    11.How to Order Section Style
    12.Contact Section Style
    13.Testimonials Section Style
    14.Choose Section Style
    15.Instagram Feed Section Style
    16.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #fff;
	color: #333;
	font-family: 'Mukta', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Mukta', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #fbc31b;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
	border-radius: 3px;
}
a:hover {
	color: #fbc31b;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #fbc31b;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Laila', serif;
}
.bg-dark {
	background: #17171b !important;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative !important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #fbc31b;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button1 {
	width:300px;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 600;
	border: 1px solid green;
	background: transparent;
	border-radius: 0px;
	cursor: pointer;
	color: green;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	will-change: transform;
}
.button1:hover {
	color: #fff;
}
.button1:before,
.button1:after {
	content: '';
	width: 0;
	height: 100%;
	background: green;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: -1;
	opacity: .4;
}
.button1:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: green;
	opacity: 1;
}
.button1:hover:before,
.button1:hover:after {
	width: 100%;
}
.button1:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.button {
		width:300px;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 600;
	border: 1px solid #febe10;
	background: transparent;
	border-radius: 0px;
	cursor: pointer;
	color: #febe10;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	will-change: transform;
}
.button:hover {
	color: #fff;
}
.button:before,
.button:after {
	content: '';
	width: 0;
	height: 100%;
	background: #febe10;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: -1;
	opacity: .4;
}
.button:after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: #febe10;
	opacity: 1;
}
.button:hover:before,
.button:hover:after {
	width: 100%;
}
.button:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.bg-gray {
	background-color: #f8f8f9;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #fbc31b;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mr-15 {
	margin-right: 15px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 65px;
}
.section-title h5 {
	color: #fbc31b !important;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 1.7px;
    line-height: unset;
}
.section-title h2 {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	font-family: 'Berkshire Swash', cursive;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #fbc31b;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ffc518;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 90%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #000;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fbc31b !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #fbc31b;
	box-shadow: 0 1px 5px #fbc31b;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #fbc31b;
	transition: .3s;
}
/**************************************
 ** - 02 - Preloader Area CSS
 **************************************/
.preloader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 999999;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fbc31b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.header-navber-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: transparent;
}

.header-navber-area .nav-top-bar {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-navber-area .nav-top-bar .call-to-action p {
  margin: 0 13px 0 0;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.header-navber-area .nav-top-bar .call-to-action p i {
  margin-right: 3px;
  font-size: 16px;
}

.header-navber-area .nav-top-bar .call-to-action p a {
  color: #ffffff;
}

.header-navber-area .nav-top-bar .call-to-action p a:hover, .header-navber-area .nav-top-bar .call-to-action p a:focus {
  color: #FFC107;
}

.header-navber-area .nav-top-bar .top-social {
  float: right;
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}

.header-navber-area .nav-top-bar .top-social li {
  display: inline-block;
}

.header-navber-area .nav-top-bar .top-social li a {
  color: #ffffff;
  font-size: 15px;
  margin-left: 5px;
}

.header-navber-area .nav-top-bar .top-social li a:hover, .header-navber-area .nav-top-bar .top-social li a:focus {
  color: #fbc31b;
}

.header-navber-area .nav-top-bar .opening-hours {
  float: right;
}

.header-navber-area .nav-top-bar .opening-hours p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.header-navber-area .nav-top-bar .opening-hours p i {
  margin-right: 3px;
  font-size: 16px;
}

.header-navber-area .nav-top-bar.template-color-bg {
  background: #fbc31b;
  border-bottom: none;
}

.header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
  color: #ffffff;
}

.header-navber-area .nav-top-bar.template-color-bg .top-social li a {
  color: #ffffff;
}

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-b.navbar-reduce {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 0px;
	padding-left: 10px;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.7px;
	padding-right: 0;
    padding-left: 25px;
	font-family: 'Mukta', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #ffc518;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #fff;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #fbc31b;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #fbc31b;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding-bottom: 40px;
}

.home-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    background: #000;
}
.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}

.home-content h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 7px;
    margin-bottom: 10px;
}

.home-area .home-content h1 {
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
	line-height: 1.5;
    font-family: 'Berkshire Swash', cursive;
}

.home-area .home-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.home-content .button {
    box-shadow: none;
}

.home-btn:hover {
    color: #000;
    background: transparent;
	border: 1px solid #ffffff;
}
.home-btn::before {
    background-color: #fff;
}
.home-btn::after {
    background-color: #fff;
}

/**************************************
 * 05.About Section Style
 *************************************/

.about-area {
}

.about-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-content-text p {
	margin-bottom: 15px;
}
.about-content-text h3 {
    color: #333;
    font-size: 22px;
	margin-bottom: 10px;
    font-family: 'Berkshire Swash', cursive;
}
.about-content-text h5 {
    color: #333;
    font-size: 20px;
    font-family: 'Berkshire Swash', cursive;
}

.about-image {
	text-align: center;
}

/**************************************
 * 06.Product Category Section Style
 *************************************/

.product-category-area {
	background-color: #fff;
	background: url(../img/slider-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.product-category-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}
.single-product-category {
	background: #ffffff;
	padding: 10px 10px;
	border-radius: 3px;
	text-align: left;
	margin-top: 30px;
	transition: .3s;
}
.single-product-category:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	transform: translate(0, -5px);
}
.single-product-category-border {
	border: 10px solid rgb(63 81 181 / 0.05);
	padding: 15px 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-product-category-border:hover {
	border-color: #795548;
	border-style: solid;
	border-width: 10px;
}
.product-category-images {
	margin-bottom: 15px;
}
.product-category-images img {
	width: 100%;
}
.product-category-text h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.product-category-feature-menu {
	margin-top: 15px;
}

/**************************************
 * 07.Product Shop Now Section Style
 *************************************/

.product-shop-area {
	background: #fff;
}
.product-shop-item {
	background: #ffffff;
	border-radius: 3px;
	padding: 10px 0;
	margin: 10px;
	border: 1px solid rgb(0, 0, 0, 0.15);
}

.product-item-content .item-image {
	position: relative;
	overflow: hidden;
}
.product-item-content .item-image img {
	width: 100%;
}
.product-shop-item .product-item-content {
	text-align: center;
}
.product-item-details .item-price {
	color: #585858;
}
.item-add-to-cart .cart li {
	display: inline-block;
	margin: 0 6px;
	-o-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
	transition: all .3s;
	visibility: visible;
	opacity: 0;
}
.product-item-shop-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #81ba00;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    display: inline-block;
    border: 0;
}
.product-item-shop-btn i {
	padding-right: 5px;
	font-size: 12px;
}
.item-add-to-cart {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-item-content:hover .item-add-to-cart li {
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.item-tag-category {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 15px;
	left: 15px;
}
.item-tag-category span {
	color: #fccf00;
	font-size: 12px;
	font-weight: 700;
	background: #f7f8fa;
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	border-radius: 30px;
	display: block;
}
.item-add-to-wishlist {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 15px;
	right: 15px;
}
.product-item-wishlist-btn {
	background: #f7f8fa;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #333;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
}
.item-add-to-wishlist .wishlist li a:before {
	font-size: 16px;
	font-family: 'FontAwesome';
	content: "\f08a";
}
.item-add-to-wishlist .wishlist li a i {
	font-size: 16px;
}
.item-add-to-wishlist:hover .wishlist li a:before {
	color: #6f64e7;
	content: "\f004";
}
.product-item-details {
	padding: 20px 20px 20px 20px;
}
.product-item-details h3 a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
}
.product-item-rating {
	margin-bottom: 0px;
}
.product-item-rating ul li {
	display: inline-block;
	margin-right: 0px;
}
.product-item-rating ul li.rating-count {
	margin-left: 5px;
}
.product-item-rating ul li i {
	color: #ffc107;
	font-size: 14px;
}
.product-item-price-box {
	padding-top: 5px;
}
.product-item-price {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	display: block;
}
.product-price-save strong {
	padding-left: 10px;
	color: #6f64e7;
}
.product-item-feature-link ul li {
	color: #444;
	font-size: 12px;
	text-align: left;
	list-style: circle;
}
.product-item-feature-link {
	display: block;
	padding-left: 30px;
}
.product-shop-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 30px;
}
.product-shop-area .owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 14px;
	margin: 0 0.3rem;
	border-radius: 10px;
	border: 2px solid rgb(111 100 231 / 0.65);
	cursor: pointer;
}
.product-shop-area .owl-theme .owl-dots .owl-dot.active {
	border: 2px solid #81ba00;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #81ba00;
}
.owl-theme .owl-dots .owl-dot span {
	width: 24px;
	height: 6px;
	margin: 0 2px;
	background: rgb(111 100 231 / 0.65);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

/**************************************
 * 08. Day of Menu Section Style
 *************************************/

.menu-day-area {
	background: url(../img/menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.menu-day-area .section-title h2 {
    color: #fff;
}

.menu-day-area .menu-day-wrapper {
	margin: 0 auto;
	padding: 70px 70px;
	background-color: rgb(15, 14, 33, 0.9);
}
.menu-day-product-content .menu-day-tab-header {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
}
.menu-day-product-content .menu-day-tab-list {
	padding: 30px 0;
}
.menu-day-product-content .menu-day-tab-list li {
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px dashed #565656;
	vertical-align: top;
}
.menu-day-product-content .menu-day-tab-list li a {
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.menu-day-product-content .menu-day-tab-list li a i {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.menu-single-tab-content.active {
	display: block;
}
.menu-single-tab-content {
	display: none;
}
.menu-day-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #565656;
	padding: 15px 0;
}
.menu-single-product-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu-single-product-horizontal .menu-product-thumbnail {
	max-width: 70px;
}
.menu-product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.menu-product-thumbnail img {
	max-width: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.menu-single-product-horizontal .menu-product-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}
.menu-single-product-horizontal .menu-product-details {
	padding-left: 6px;
}
.menu-single-product-horizontal .menu-product-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
.menu-single-product-horizontal .menu-product-details p {
	margin-bottom: 0;
	color: #eaeaea;
}
.menu-single-product-horizontal .menu-product-price {
	max-width: 80px;
	padding-left: 15px;
	text-align: right;
}
.menu-single-product-horizontal .menu-product-price span {
	color: #fccf00;
	font-size: 18px;
	font-weight: 600;
}
.menu-day-product-content .menu-day-tab-list li a:hover {
	color: #fccf00;
}
.menu-day-product-content .menu-day-tab-list li a:hover i {
	color: inherit;
}
.menu-day-product-content .menu-day-tab-list li a:hover i:before {
	color: inherit;
}
.menu-day-product-content .menu-day-tab-list li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.menu-day-product-content .menu-day-tab-list li.active a {
	color: #fccf00;
}
.menu-day-product-content .menu-day-tab-list li.active a i {
	color: inherit;
}
.menu-day-product-content .menu-day-tab-list li.active a i:before {
	color: inherit;
}
.menu-day-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #565656;
	padding: 15px 0;
}
.menu-day-product-content .menu-single-product-horizontal:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/**************************************
 * 09.Press Section Style
 *************************************/

.single-press-content {
	text-align: center;
}

/**************************************
 * 10.Video Section Style
 *************************************/

.video-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/video-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding: 200px 0;
}
.video-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .2;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}

.video-content-popup h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 35px;
	font-family: 'Berkshire Swash', cursive;
}

.video-content-popup {
    text-align: center;
}
.video-content-popup .video-btn {
	margin: auto;
}


.video-content-popup .video-btn img {
    height: 80px;
    width: 80px;
}

/**************************************
 * 11. How to Qrder Section Style
 *************************************/

.order-content-text h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.order-content-text p {
	margin-bottom: 15px;
}
.order-content-text .form-link {
	font-weight: 500;
	text-decoration: underline !important;
}
.order-images {
    text-align: center;
}

/**************************************
 * 12. Contact Section Style
 *************************************/

.contact-area {
	background: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.contact-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgb(15, 14, 33, 0.9);
}
.contact-box-title {
	padding: 25px 30px;
	text-align: center;
	margin-bottom: 50px;
	background: rgb(255, 255, 255, 0.03);
	background: linear-gradient(90deg, rgb(2, 0, 36, 0.0) 0%, rgb(63, 81, 181, 0.35) 45%, rgb(0, 212, 255, 0.0) 100%);
}
.contact-box-title h3 {
	color: #fff;
	font-size: 33px;
	font-family: 'Berkshire Swash', cursive;
}
.form-input-box {
	position: relative;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: none;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	height: 50px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	padding-left: 0;
}
.contact-area .form textarea {
	height: auto;
	max-height: 300px;
	max-width: 100%;
}
#contact-form .contact-btn {
	letter-spacing: 1px;
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}

.contact-form .form-group {
	margin-bottom: 30px;
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}
.single-store-location {
	margin-bottom: 30px;
}
.single-store-location:last-child {
	margin-bottom: 0px;
}
.single-store-location h3 {
	color: #fccf00;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.single-store-location h6 {
	color: #fff;
}
.single-store-location h6 a {
	color: #ffffff;
	letter-spacing: 1px;
}
.single-store-location p {
	color: #fff;
	letter-spacing: 1px;
	margin-top: 10px;
	font-weight: 500;
}

.social-media-icon {
	margin-top: 10px;
}
.social-media-icon li {
	display: inline-block;
	margin-right: 10px;
}
.social-media-icon li a {
	color: #fff;
	background: transparent;
	border-radius: 10px;
	width: 40px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.social-media-icon li a:hover {
	opacity: 0.4;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	margin-bottom: 15px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	margin-bottom: 15px;
}

/**************************************
 * 13.Testimonial Section Style
 *************************************/

.testimonial-area {
	position: relative;
	z-index: 1;
}

.testimonial-area .owl-stage-outer {
  margin: 0 -8px;
  padding-left: 8px;
  padding-top: .35rem;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 30px 25px;
    text-align: left;
	-webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
	box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}
.testimonial-content-inner .testimonial-text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.testimonial-content-inner .testimonial-text p {
}

.testimonial-text .rating-box {
	margin-top: 10px;
}

.testimonial-text .rating-box h6 {
    font-size: 15px;
    font-weight: 700;
    color: #777;
}

.testimonial-text .rating-box ul li {
	display: inline-block;
}

.testimonial-text .rating-box ul li i {
	color: #ffce39;
	font-size: 15px;
}
.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	padding: 30px 0;
}
.testimonial-content-inner .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 75px;
    margin: 0 auto;
	-webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}
.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
	font-weight: 700
}

.testimonial-content-inner .author-info-box span {
	font-size: 14px;
	font-weight: 500
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd;
}

/**************************************
 * 14.Choose Section Style
 *************************************/

.choose-area {
	background: #202730;
}

.choose-single-feature {
    padding: 5px 0px;
    display: inline-block;
}

.choose-features-icon {
    position: absolute;
    z-index: 1;
}

.choose-features-info {
    padding-left: 85px;
}

.choose-features-icon i {
	color: #fff;
    font-size: 60px;
}

.choose-features-info h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
    line-height: 1.7;
}

.choose-features-info p {
    margin: 0;
	color: rgb(255, 255, 255, 0.8);
}

.choose-single-feature .icon-bg-1 {
    background-color: #70d000 !important;
}
.choose-single-feature .icon-bg-2 {
    background-color: #ffaa00 !important;
}
.choose-single-feature .icon-bg-3 {
    background-color: #fd2870 !important;
}

/**************************************
 * 15. Instagram Feed Section Style
 *************************************/

.instagram-area {
	padding-top: 100px;
}
.instagram-area .section-title i {
    color: #fbc31b;
    font-size: 45px;
    margin-bottom: 15px;
}
.single-instagram {
    position: relative;
}

.single-instagram:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.single-instagram:hover:before {
  opacity: 1;
}

.single-instagram img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-instagram .instagram-content:after,
.single-instagram .instagram-content:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.single-instagram .instagram-content:before {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}

.single-instagram .instagram-content:after {
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
}

.single-instagram:hover .instagram-content:after,
.single-instagram:hover .instagram-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.single-instagram a {
    display: block;
}

.instagram-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}

.instagram-icon i {
    color: #fff;
    font-size: 40px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-instagram:hover .instagram-icon i {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/**************************************
 * 16.Footer Section Style
 *************************************/

.footer-area {
	padding: 30px 0;
	background-color: #121215;
}
.footer-copyright-text p {
	color: #fff;
}
.footer-area .footer-link ul {
    text-align: right;
    list-style-type: none;
}
.footer-area .footer-link ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.footer-area .footer-link ul li a {
    color: #ffffff;
}

.footer-area .footer-link ul li:first-child {
    padding-left: 0;
}
.footer-area .footer-link ul li::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 5px;
    background: #cccccc;
    width: 2px;
    height: 14px;
}
.footer-area ul li:first-child::before {
  display: none;
}