/*
@File: RFC Restaurant HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style


*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  color: #808080;
  font-weight: 400;
}

p {
  color: #000000;
  font-weight: 400;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #1D1D1D;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.default-btn {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: #D2401E;
  border-radius: 50px;
}

.default-btn:hover {
  color: #ffffff;
  background-color: #C3A35E;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 0;
  font-size: 17px;
  color: #C3A35E;
}

.section-title img {
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #1D1D1D;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

/*=================================
Top Header Area
====================================*/
.top-header-bg {
  background-color: #1D1D1D;
}

.top-header {
  padding: 10px 0;
}

.header-left {
  text-align: left;
}

.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-left .header-left-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 25px;
  color: #ffffff;
  margin-right: 25px;
  font-weight: 400;
  font-size: 15px;
}

.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}

.header-left .header-left-card ul li i {
  color: #C3A35E;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-left .header-left-card ul li span {
  color: #d1cdcd;
}

.header-left .header-left-card ul li span a {
  color: #d1cdcd;
}

.header-left .header-left-card ul li:hover .i {
  color: #D2401E;
}

.header-left .header-left-card ul li:hover a {
  color: #ffffff;
}

.top-header-right {
  float: right;
}

.top-header-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-header-right ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}

.top-header-right ul li:last-child {
  margin-right: 0;
}

.top-header-right ul li a {
  color: #C3A35E;
}

.top-header-right ul li a:hover {
  color: #ffffff;
}

/*=================================
Top Header Area End
====================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: transparent;
  position: absolute;
  top: 50px;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
  color: #C3A35E;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 1;
  position: relative;
  font-size: 18px;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item a:hover i, .main-nav nav .navbar-nav .nav-item a :focus i {
  color: #C3A35E;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #C3A35E;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 10px 0;
  border-radius: 0;
  background-color: #ffffff !important;
  top: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #C3A35E;
  border-bottom: 2px solid #C3A35E;
  z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: uppercase;
  color: #1D1D1D !important;
  position: relative;
  z-index: 1;
  padding: 7px 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 600;
  font-size: 15px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #C3A35E !important;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  line-height: 1;
  position: relative;
  color: #808080;
  font-size: 18px;
  top: 3px;
  float: right;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #C3A35E !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: uppercase;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-two {
  background-color: #ffffff;
  position: relative;
  top: 0;
}

.nav-two nav .navbar-nav .nav-item {
  padding: 30px 0;
}

.nav-two nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 !important;
  top: -12px;
  margin-right: 20px;
  margin-left: 20px;
}

.nav-two nav .navbar-nav .nav-item.logo .nav-item-logo2 {
  display: none;
}

.nav-two nav .navbar-nav .nav-item a {
  color: #808080;
}

.nav-three {
  background-color: transparent;
  position: absolute;
  top: 0;
}

.nav-three nav .navbar-nav .nav-item {
  padding: 30px 0;
}

.nav-three nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 !important;
  top: -12px;
  margin-right: 20px;
  margin-left: 20px;
}

.nav-three nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.menu-contact {
  position: relative;
  padding-left: 50px;
}

.menu-contact i {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #ffffff;
  background-color: #D2401E;
  border-radius: 50px;
  text-align: center;
}

.menu-contact span {
  color: #C3A35E;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
}

.menu-contact .menu-contact-btn {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
  line-height: 1;
}

.menu-contact .menu-contact-btn:hover {
  color: #C3A35E;
}

.menu-contact .menu-contact-btn-color {
  color: #ffffff;
}

.nav-bar-side {
  display: inline-block;
  position: relative;
}

.nav-bar-side .shoping-nav-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  margin-right: 30px;
  margin-left: 20px;
  position: relative;
  top: 8px;
}

.nav-bar-side .shoping-nav-btn:hover {
  color: #C3A35E;
}

.nav-bar-side .shoping-nav-btn span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #D2401E;
  border-radius: 50px;
}

.nav-bar-side .nav-btn {
  display: inline-block;
}

.nav-bar-side .shoping-nav-btn2 {
  display: inline-block;
  color: #808080;
  font-size: 26px;
  margin-right: 30px;
  margin-left: 20px;
  position: relative;
  top: 8px;
}

.nav-bar-side .shoping-nav-btn2:hover {
  color: #C3A35E;
}

.nav-bar-side .shoping-nav-btn2 span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #C3A35E;
  border-radius: 50px;
}

.nav-mobile-side {
  display: none;
  position: absolute;
  top: 8px;
  right: 60px;
}

.nav-mobile-side .shoping-mobile-btn {
  display: inline-block;
  color: #1D1D1D;
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  top: 8px;
}

.nav-mobile-side .shoping-mobile-btn:hover {
  color: #C3A35E;
}

.nav-mobile-side .shoping-mobile-btn span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #D2401E;
  border-radius: 50px;
}

.nav-mobile-side .nav-btn {
  display: inline-block;
}

.nav-mobile-side .default-btn {
  padding: 7px 10px;
  font-size: 13px;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #1D1D1D;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-two {
  background-color: #ffffff;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area End
====================================*/
.banner-slider-area {
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url(../images/home-one-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-slider-area .owl-dots {
  position: absolute;
  display: block;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.banner-slider-area .owl-dots::before {
  content: '';
  position: absolute;
  left: 5px;
  right: 0;
  top: -85px;
  width: 1px;
  height: 80px;
  background-color: #707070;
}

.banner-slider-area .owl-dots::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -85px;
  width: 1px;
  height: 80px;
  background-color: #707070;
}

.banner-slider-area .owl-dots .owl-dot {
  display: block;
  margin: 0 auto;
}

.banner-slider-area .owl-dots .owl-dot span {
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 7px auto;
  width: 7px !important;
  height: 7px !important;
  z-index: 1;
}

.banner-slider-area .owl-dots .owl-dot.active span {
  width: 12px !important;
  height: 12px !important;
}

.banner-slider-area .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
}

.banner-item-content .content-img {
  text-align: center;
  margin-bottom: 20px;
}

.banner-item-content h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.banner-item-content h3 {
  font-size: 40px;
  color: #FFA323;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-item-content h3 del {
  margin-left: 15px;
  font-size: 24px;
  color: #808080;
  font-weight: 500;
}

.banner-item-content .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.banner-item-img {
  position: relative;
  margin-right: 30px;
}

.banner-item-img .banner-item-tag {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-item-img .banner-item-lip {
  position: absolute;
  top: 0;
  right: -70px;
}

.banner-shape .shape1 {
  position: absolute;
  top: 15%;
  left: 5%;
}

.banner-shape .shape2 {
  position: absolute;
  bottom: 50px;
  left: 0%;
}

.banner-shape .shape3 {
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.hero-slider-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/home-two-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-slider-area .owl-nav {
  margin-top: 0;
}

.hero-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1%;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hero-slider-area .owl-nav .owl-prev span {
  display: none;
}

.hero-slider-area .owl-nav .owl-prev:hover::before {
  background-color: #1D1D1D;
  color: #ffffff;
}

.hero-slider-area .owl-nav .owl-prev::before {
  content: 'PREVIOUS';
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #C3A35E;
  color: #1D1D1D;
  width: 110px;
  height: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 40px;
  border-radius: 100px 100px 0 0;
}

.hero-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1%;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hero-slider-area .owl-nav .owl-next span {
  display: none;
}

.hero-slider-area .owl-nav .owl-next:hover::before {
  background-color: #1D1D1D;
  color: #ffffff;
}

.hero-slider-area .owl-nav .owl-next::before {
  content: 'NEXT';
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #C3A35E;
  color: #1D1D1D;
  width: 110px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 40px;
  border-radius: 100px 100px 0 0;
}

.hero-item-content h1 {
  font-size: 50px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.hero-item-content p {
  font-size: 26px;
  color: #808080;
  margin-bottom: 0;
}

.hero-item-content span {
  font-size: 40px;
  color: #D2401E;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.hero-item-content span del {
  margin-left: 15px;
  font-size: 22px;
  color: #808080;
  font-weight: 500;
}

.hero-item-content .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.hero-item-img {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.hero-item-img .hero-item-tag {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  text-align: center;
}

.hero-item-img .hero-item-tag img {
  width: unset !important;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.hero-bg-right {
  position: absolute;
  top: 150px;
  right: 0;
}

.hero-bg-right img {
  max-width: 600px;
}

.Hero-shape .shape-text {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
}

.Hero-shape .shape-text .lip-tag {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
}

.Hero-shape .shape1 {
  position: absolute;
  top: 40%;
  left: 0;
}

.Hero-shape .shape2 {
  position: absolute;
  bottom: 100px;
  left: 0;
}

.Hero-shape .shape3 {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 240px;
  text-align: center;
}

.banner-slider-two {
  padding-top: 100px;
  padding-bottom: 350px;
  background-image: url(../images/home-three-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.banner-slider-two .owl-nav {
  margin-top: 0;
}

.banner-slider-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1%;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-slider-two .owl-nav .owl-prev span {
  display: none;
}

.banner-slider-two .owl-nav .owl-prev:hover::before {
  background-color: #1D1D1D;
  color: #ffffff;
}

.banner-slider-two .owl-nav .owl-prev::before {
  content: 'PREVIOUS';
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #C3A35E;
  color: #1D1D1D;
  width: 110px;
  height: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 40px;
  border-radius: 100px 100px 0 0;
}

.banner-slider-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1%;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-slider-two .owl-nav .owl-next span {
  display: none;
}

.banner-slider-two .owl-nav .owl-next:hover::before {
  background-color: #1D1D1D;
  color: #ffffff;
}

.banner-slider-two .owl-nav .owl-next::before {
  content: 'NEXT';
  position: absolute;
  top: 0;
  right: -30px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #C3A35E;
  color: #1D1D1D;
  width: 110px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 40px;
  border-radius: 100px 100px 0 0;
}

.slider-area-item-content {
  max-width: 620px;
  margin-left: auto;
}

.slider-area-item-content h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 10px;
}

.slider-area-item-content p {
  font-size: 26px;
  color: #FFA323;
  margin-bottom: 0;
}

.slider-area-item-content span {
  font-size: 40px;
  color: #D2401E;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.slider-area-item-content span del {
  margin-left: 15px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}

.slider-area-item-content .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.slider-area-item-img {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  margin-left: -200px;
}

.slider-area-item-img .slider-area-item-tag {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  text-align: center;
}

.slider-area-item-img .slider-area-item-tag img {
  width: unset !important;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.banner-delivery-img {
  position: absolute;
  bottom: 245px;
  left: 0;
  right: 390px;
  text-align: center;
}

/*=================================
Main Banner Area End
====================================*/
/*=================================
Inner Banner Area 
====================================*/
.inner-banner-area {
  background-image: url(../images/banner-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.inner-banner-content {
  padding: 160px 0;
}

.inner-banner-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}

.inner-banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-banner-content ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  margin: 0 3px;
}

.inner-banner-content ul li a {
  color: #D2401E;
}

.inner-banner-content ul li a:hover {
  color: #FFA323;
}

.inner-banner-content ul li i {
  font-size: 26px;
  position: relative;
  top: 5px;
  color: #D2401E;
}

/*=================================
Inner Banner Area End
====================================*/
/*=================================
Banner Bottom Area
====================================*/
.banner-bottom {
  background-image: url(../images/banner-bottom-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 110px;
  position: relative;
  margin-top: -50px;
}

.banner-bottom-delivery {
  position: absolute;
  top: -200px;
  left: 25%;
}

.banner-bottom-card {
  text-align: center;
}

.banner-bottom-card i {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

.banner-bottom-card h3 {
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.banner-bottom-card p {
  margin-bottom: 0;
  color: #EBEBDE;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-form {
  background-color: #1D1D1D;
  padding: 50px 30px 50px;
  max-width: 1040px;
  z-index: 2;
  position: relative;
  margin-top: -50px;
}

.bottom-form .form-group {
  margin-bottom: 0;
  position: relative;
}

.bottom-form .form-group i {
  position: absolute;
  text-align: center;
  font-size: 24px;
  width: 45px;
  height: 50px;
  color: #C3A35E;
  line-height: 50px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bottom-form .form-group .form-control {
  height: 50px;
  color: #808080;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
  border: none;
}

.bottom-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-form .form-group textarea.form-control {
  height: auto;
}

.bottom-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  color: #808080;
  background-color: #1D1D1D;
}

.bottom-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #808080;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-form .nice-select .list .option:hover {
  background-color: #1D1D1D !important;
  color: #ffffff;
}

.bottom-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #808080;
}

.bottom-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #C3A35E;
  right: 23px;
}

.bottom-form .default-btn {
  border: 0;
  outline: none;
  text-align: center;
  width: 100%;
}

.bottom-form .default-btn:hover {
  background-color: #FFA323;
}

.bottom-form h3 {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}

.bottom-form input {
  color: #C3A35E;
}

.bottom-form .form-group .form-control::-webkit-input-placeholder {
  color: #808080;
}

.bottom-form .form-group .form-control:-ms-input-placeholder {
  color: #808080;
}

.bottom-form .form-group .form-control::-ms-input-placeholder {
  color: #808080;
}

.bottom-form .form-group .form-control::placeholder {
  color: #808080;
}

.banner-bottom-content {
  margin-top: 50px;
  margin-left: 30px;
  position: relative;
}

.banner-bottom-content .section-title {
  margin-bottom: 25px;
}

.banner-bottom-content p {
  margin-bottom: 0;
}

.banner-bottom-content .bottom-right-shape {
  position: absolute;
  right: 0;
  top: -50px;
}

/*=================================
Banner Bottom Area End
====================================*/
/*=================================
Offer Bottom
====================================*/
.offer-banner {
  position: relative;
}

.offer-banner-shape .shape1 {
  position: absolute;
  z-index: -1;
  bottom: 70px;
  left: 0;
}

.offer-banner-shape .shape1 img {
  max-width: 100px;
}

.offer-banner-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.offer-banner-shape .shape2 img {
  max-width: 100px;
}

.offer-banner-img {
  margin-bottom: 30px;
}

/*=================================
Offer Bottom End
====================================*/
/*=================================
About Area
====================================*/
.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-left: -100px;
  position: relative;
  margin-bottom: 30px;
  padding: 50px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}

.about-content .section-title {
  margin-bottom: 30px;
}

.about-content .about-content-img {
  position: absolute;
  top: 0;
  right: 0;
}

.about-img2 {
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.about-img2 .about-shape {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.about-content2 {
  margin-bottom: 30px;
  text-align: center;
}

.about-content2 .section-title {
  margin-bottom: 30px;
}

.about-content2 .section-title img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*=================================
About Area End
====================================*/
/*=================================
Offered Menu Area
====================================*/
.offered-menu-area {
  position: relative;
}

.offered-menu-area .section-title img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.offered-menu-area .owl-nav {
  margin-top: 0;
}

.offered-menu-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  font-size: 20px !important;
  width: 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 40px;
  border-radius: 50px;
  line-height: 45px !important;
  background-color: #EBEBDE !important;
  color: #C3A35E !important;
}

.offered-menu-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #D2401E !important;
}

.offered-menu-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  right: -30px;
  font-size: 20px !important;
  width: 40px;
  transition: 0.7s;
  height: 40px;
  border-radius: 50px;
  line-height: 45px !important;
  background-color: #EBEBDE !important;
  color: #C3A35E !important;
}

.offered-menu-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #D2401E !important;
}

.offer-tab {
  margin-top: 30px;
}

.offer-tab .tabs {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.offer-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 30px;
}

.offer-tab .tabs li:last-child {
  margin-right: 0;
}

.offer-tab .tabs li a {
  position: relative;
  color: #1D1D1D;
  font-size: 16px;
  padding: 0 24px 0 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
  border-radius: 50px;
  border: 1px solid #EBEBDE;
  font-size: 18px;
  font-weight: 600;
}

.offer-tab .tabs li a img {
  background-color: #ffffff;
  border: 1px solid #EBEBDE;
  border-radius: 50px;
}

.offer-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #D2401E;
  border-color: #D2401E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offer-tab .tabs li.active a {
  color: #ffffff;
  background-color: #D2401E;
  border-color: #D2401E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offer-tab .tabs li.current a {
  color: #ffffff;
  background-color: #D2401E;
  border-color: #D2401E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.offer-tab-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.offer-tab-item:hover::before {
  height: 65%;
  opacity: 1;
}

.offer-tab-item:hover .offer-tab-item-img .offer-shape {
  opacity: 1;
}

.offer-tab-item:hover .content h3 {
  color: #ffffff;
}

.offer-tab-item:hover .content p {
  color: #ffffff;
}

.offer-tab-item:hover .content span {
  color: #ffffff;
}

.offer-tab-item:hover .content .offer-item-action {
  background-color: #D2401E;
}

.offer-tab-item::before {
  content: '';
  position: absolute;
  opacity: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #D2401E;
}

.offer-tab-item .offer-tab-item-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.offer-tab-item .offer-tab-item-img img {
  padding: 30px 20px 20px;
}

.offer-tab-item .offer-tab-item-img .offer-shape {
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 55px;
  left: 0;
  right: 0;
  text-align: center;
}

.offer-tab-item .content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.offer-tab-item .content h3 {
  color: #C3A35E;
  margin-bottom: 5px;
  font-size: 20px;
}

.offer-tab-item .content p {
  margin-bottom: 10px;
}

.offer-tab-item .content span {
  font-size: 20px;
  color: #D2401E;
  font-weight: 600;
}

.offer-tab-item .content .offer-item-action {
  padding: 15px;
  list-style-type: none;
  z-index: -1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #C3A35E;
}

.offer-tab-item .content .offer-item-action li {
  display: inline-block;
  margin: 0 5px;
}

.offer-tab-item .content .offer-item-action li a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #C3A35E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.offer-tab-item .content .offer-item-action li a:hover {
  background-color: #FFA323;
  color: #ffffff;
}

.offer-tab-item .content .offer-item-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.offer-tab-item .content .offer-item-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.offer-tab-item .content .offer-item-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.offered-menu-shape .shape1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100px;
}

.offered-menu-shape .shape1 img {
  max-width: 100px;
}

.offered-menu-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: 50px;
}

.offered-menu-shape .shape2 img {
  max-width: 100px;
}

.offered-menu-card {
  margin-bottom: 30px;
  padding: 15px 0 15px 165px;
  position: relative;
}

.offered-menu-card img {
  position: absolute;
  top: -7px;
  left: 0;
  width: 150px;
  height: 150px;
}

.offered-menu-card .content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.offered-menu-card .content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}

.offered-menu-card .content h3::before {
  content: '';
  position: absolute;
  top: 20px;
  width: 25%;
  height: 100%;
  right: 22%;
  border-top: 2px dashed #C3A35E;
}

.offered-menu-card .content h3 b {
  font-weight: 600;
  font-size: 22px;
  color: #D2401E;
  float: right;
  font-family: "Open Sans", sans-serif;
}

.offered-menu-card .content p {
  max-width: 360px;
  margin-bottom: 0;
}

/*=================================
Offered Menu Area End
====================================*/
/*=================================
Combo Offer Area
====================================*/
.combo-offer-area {
  position: relative;
}

.combo-offer-area .section-title img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.combo-offer-shape .shape1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100px;
}

.combo-offer-shape .shape1 img {
  max-width: 100px;
}

.combo-offer-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 0;
}

.combo-offer-shape .shape2 img {
  max-width: 100px;
}

.combo-offer-shape .shape3 {
  position: absolute;
  z-index: -1;
  bottom: 30px;
  right: 0;
}

.combo-offer-shape .shape3 img {
  max-width: 140px;
}

.combo-offer-card {
  margin-bottom: 30px;
  margin-top: 40px;
  margin-right: 30px;
  padding: 25px 30px 25px 155px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.combo-offer-card img {
  width: 140px;
  height: 140px;
  background-color: #EBEBDE;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 20px;
}

.combo-offer-card h3 {
  margin-bottom: 10px;
}

.combo-offer-card h3 a {
  color: #C3A35E;
  display: block;
}

.combo-offer-card h3 a:hover {
  color: #D2401E;
}

.combo-offer-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.combo-offer-card span {
  padding-top: 15px;
  font-size: 22px;
  color: #D2401E;
  font-weight: 700;
}

.combo-offer-card span del {
  font-size: 16px;
  color: #808080;
  margin-left: 10px;
  font-weight: 600;
}

.combo-offer-card i {
  width: 40px;
  height: 30px;
  background-color: #D2401E;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.combo-offer-card i:hover {
  background-color: #FFA323;
}

.combo-offer-card .tag {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 80px;
  height: 80px;
  background-color: #D2401E;
  border-radius: 50px;
  border: 1px dashed #EBEBDE;
  text-align: center;
  padding: 10px;
}

.combo-offer-card .tag::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  border: 2px dotted #ffffff;
  background-color: transparent;
  border-radius: 50px;
}

.combo-offer-card .tag span {
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
  padding-top: 0;
}

.combo-offer-card .tag h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 23px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.combo-offer-right {
  position: relative;
  padding: 40px 30px 410px;
  background-image: url(../images/combo-offer-right.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.combo-offer-right .combo-logo {
  position: absolute;
  right: 30px;
  top: 30px;
}

.combo-offer-right .offer-tag h2 {
  font-size: 45px;
  color: #C3A35E;
  line-height: 1.2;
}

.combo-offer-right .offer-tag h2 b {
  margin-left: 20px;
  font-weight: 600;
}

.combo-offer-right .offer-tag span {
  font-size: 35px;
  color: #FFA323;
  margin-left: 165px;
  line-height: 1;
}

.combo-offer-right .delivery-img {
  position: relative;
  top: -15px;
  margin-left: 40px;
}

.combo-offer-right .get-one-offer {
  position: relative;
  top: -60px;
}

.combo-offer-right .get-one-offer h2 {
  font-size: 15px;
  color: #FFA323;
  margin-left: 230px;
}

.combo-offer-right .buy-one-offer {
  position: absolute;
  left: 30px;
  bottom: 135px;
  z-index: 1;
  padding: 15px 0;
}

.combo-offer-right .buy-one-offer h2 {
  font-size: 40px;
  color: #1D1D1D;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.combo-offer-right .buy-one-offer span {
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  margin-left: 70px;
}

.combo-offer-right .buy-one-offer::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  width: 140%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#D2401E), to(#FFD71D));
  background-image: linear-gradient(to right, #D2401E, #FFD71D);
  opacity: 0.5;
}

.combo-offer-right .order-tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding-left: 80px;
}

.combo-offer-right .order-tag i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 70px;
  color: #FFA323;
  line-height: 1;
}

.combo-offer-right .order-tag h2 {
  font-size: 30px;
  color: #FFA323;
  line-height: 1;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.combo-offer-right .order-tag a {
  color: #ffffff;
  display: block;
}

.combo-offer-right .order-tag a:hover {
  color: #C3A35E;
}

.combo-offer-item {
  position: relative;
  z-index: 1;
  padding: 38px 30px 38px 165px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  overflow: hidden;
}

.combo-offer-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 10px;
  top: 10px;
  width: 80%;
  height: 70%;
  border-top: 1.5px dashed #707070;
  border-right: 1.5px dashed #707070;
  background-color: transparent;
}

.combo-offer-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 70px;
  bottom: 10px;
  width: 60%;
  height: 70%;
  border-bottom: 1.5px dashed #707070;
  background-color: transparent;
}

.combo-offer-item .combo-offer-item-img {
  position: absolute;
  top: 60px;
  left: 15px;
}

.combo-offer-item .combo-offer-item-img img {
  width: 130px;
  height: 130px;
}

.combo-offer-item h3 {
  margin-bottom: 10px;
}

.combo-offer-item h3 a {
  color: #1D1D1D;
}

.combo-offer-item h3 a:hover {
  color: #FFA323;
}

.combo-offer-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.combo-offer-item span {
  padding-top: 25px;
  font-size: 22px;
  color: #D2401E;
  font-weight: 700;
}

.combo-offer-item span del {
  font-size: 16px;
  color: #808080;
  margin-left: 10px;
  font-weight: 600;
}

.combo-offer-item .offer-item-action {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
}

.combo-offer-item .offer-item-action li {
  display: inline-block;
  margin: 0 5px;
}

.combo-offer-item .offer-item-action li a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: #FFA323;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.combo-offer-item .offer-item-action li a:hover {
  background-color: #D2401E;
  color: #ffffff;
}

.combo-offer-item .offer-item-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.combo-offer-item .offer-item-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.combo-offer-item .offer-item-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.combo-offer-item .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #D2401E;
  border-top-left-radius: 50px;
  border: 1px solid #EBEBDE;
  text-align: center;
  padding: 10px 10px 10px 25px;
}

.combo-offer-item .tag::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  border-left: 1px solid #ffffff;
  background-color: transparent;
  border-top-left-radius: 50px;
}

.combo-offer-item .tag::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 65px;
  height: 65px;
  border-top: 1px solid #ffffff;
  background-color: transparent;
  border-top-left-radius: 50px;
}

.combo-offer-item .tag span {
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  padding-top: 0;
}

.combo-offer-item .tag h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.combo-offer-item .tag-shape-img {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: -50px;
}

.combo-offer-item .combo-offer-item-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

/*=================================
Combo Offer Area End
====================================*/
/*=================================
Order Area
====================================*/
.order-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.order-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 95%;
  background-image: url(../images/order-bg-img.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.order-content-right {
  padding-top: 100px;
  max-width: 520px;
  margin-left: auto;
}

.order-content-right .content {
  position: relative;
  padding-left: 60px;
  max-width: 240px;
  margin-left: auto;
  margin-right: 40px;
}

.order-content-right .content i {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 50px;
  color: #FFA323;
  border-radius: 50px;
  text-align: center;
}

.order-content-right .content span {
  color: #FFA323;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  font-size: 24px;
}

.order-content-right .content .phon-btn {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
  line-height: 1;
}

.order-content-right .content .phon-btn:hover {
  color: #FFA323;
}

.order-content-right img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.order-content {
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.order-content .section-title {
  margin-bottom: 30px;
}

.order-content .section-title img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.order-man {
  margin-right: -30px;
}

.order-area-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.order-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/order-bg-img.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.order-content2 {
  max-width: 770px;
}

.order-content2 .section-title {
  margin-bottom: 30px;
}

.order-content-right {
  padding-top: 100px;
  max-width: 520px;
  margin-left: auto;
}

.order-content-right .content {
  position: relative;
  padding-left: 60px;
  max-width: 240px;
  margin-left: auto;
  margin-right: 40px;
}

.order-content-right .content i {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 50px;
  color: #FFA323;
  border-radius: 50px;
  text-align: center;
}

.order-content-right .content span {
  color: #FFA323;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  font-size: 24px;
}

.order-content-right .content .phon-btn {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
  line-height: 1;
}

.order-content-right .content .phon-btn:hover {
  color: #FFA323;
}

.order-content-right img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.order-content-right-rs img {
  margin-top: 0;
  margin-bottom: 0;
}

/*=================================
Order Area End
====================================*/
/*=================================
Reservation Area End
====================================*/
.reservation-area {
  background-image: url(../images/reservation-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.reservation-form {
  background-color: #1D1D1D;
  padding: 40px 30px 48px;
  z-index: 2;
  position: relative;
  max-width: 800px;
}

.reservation-form h2 {
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
  color: #C3A35E;
}

.reservation-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.reservation-form .form-group label {
  margin-bottom: 15px;
  color: #ffffff;
}

.reservation-form .form-group i {
  position: absolute;
  text-align: center;
  font-size: 24px;
  width: 45px;
  height: 50px;
  background-color: #EBEBDE;
  color: #C3A35E;
  line-height: 50px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.reservation-form .form-group .form-control {
  height: 50px;
  color: #808080;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.reservation-form .form-group .form-control:focus {
  outline: none;
  border-color: 1px solid #1D1D1D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reservation-form .form-group textarea.form-control {
  height: auto;
}

.reservation-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #808080;
  background-color: #1D1D1D;
}

.reservation-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reservation-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #808080;
  padding-left: 20px;
  padding-right: 20px;
}

.reservation-form .nice-select .list .option:hover {
  background-color: #1D1D1D !important;
  color: #ffffff;
}

.reservation-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #808080;
}

.reservation-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #1D1D1D;
  right: 23px;
}

.reservation-form .default-btn {
  margin-top: 10px;
  border: 0;
  outline: none;
  text-align: center;
}

.reservation-form .form-group .form-control::-webkit-input-placeholder {
  color: #808080;
}

.reservation-form .form-group .form-control:-ms-input-placeholder {
  color: #808080;
}

.reservation-form .form-group .form-control::-ms-input-placeholder {
  color: #808080;
}

.reservation-form .form-group .form-control::placeholder {
  color: #808080;
}

.reservation-form-color {
  background-color: #303030;
  border: 1px solid #C3A35E;
  position: relative;
  margin-top: -250px;
}

.reservation-form-color2 {
  background-color: #303030;
  border: 1px solid #C3A35E;
  margin-bottom: 30px;
}

.booking-form-content {
  text-align: center;
  margin-bottom: 30px;
}

.booking-form-content .section-title {
  margin-bottom: 25px;
}

.booking-form-content .section-title img {
  margin-left: auto;
  margin-right: auto;
}

.booking-form-content p {
  margin-bottom: 0;
}

/*=================================
Reservation Area End
====================================*/
.choose-card {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  padding: 30px 30px 30px 12px;
  margin-bottom: 30px;
}

.choose-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 0;
  background-color: #D2401E;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}

.choose-card:hover::before {
  width: 100%;
}

.choose-card i {
  position: absolute;
  left: 30px;
  top: 50px;
  font-size: 70px;
  line-height: 1;
  color: #D2401E;
}

.choose-card h3 {
  margin-bottom: 15px;
}

.choose-card p {
  margin-bottom: 0;
}

.choose-card .number {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #D2401E;
  border-top-left-radius: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=================================
Our Chef Area
====================================*/
.our-chef-area {
  position: relative;
}

.our-chef-area .section-title img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.our-chef-shape .shape1 {
  position: absolute;
  z-index: -1;
  top: 70px;
  left: 100px;
}

.our-chef-shape .shape1 img {
  max-width: 100px;
}

.our-chef-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 0;
}

.our-chef-shape .shape2 img {
  max-width: 100px;
}

.our-chef-shape .shape3 {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 0;
}

.our-chef-shape .shape3 img {
  max-width: 100px;
}

.our-chef-shape .shape4 {
  position: absolute;
  z-index: -1;
  bottom: 30%;
  right: 0;
}

.our-chef-shape .shape4 img {
  max-width: 100px;
}

.our-chef-card {
  margin-bottom: 30px;
}

.our-chef-card:hover .our-chef-img::before {
  background-color: #D2401E;
}

.our-chef-card:hover .content {
  background-color: #D2401E;
}

.our-chef-card:hover .content h3 a {
  color: #ffffff;
}

.our-chef-card:hover .content span {
  color: #ffffff;
}

.our-chef-card:hover .content .social-link li a {
  color: #D2401E;
  background-color: #ffffff;
}

.our-chef-card .our-chef-img {
  position: relative;
  z-index: 1;
}

.our-chef-card .our-chef-img a {
  display: block;
}

.our-chef-card .our-chef-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #F8F8F8;
  -webkit-clip-path: polygon(51% 71%, 100% 30%, 100% 100%, 0 100%, 0 32%);
          clip-path: polygon(51% 71%, 100% 30%, 100% 100%, 0 100%, 0 32%);
}

.our-chef-card .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
  padding: 25px 30px 30px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.our-chef-card .content h3 {
  margin-bottom: 0;
}

.our-chef-card .content h3 a {
  color: #C3A35E;
}

.our-chef-card .content span {
  color: #808080;
}

.our-chef-card .content .social-link {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

.our-chef-card .content .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.our-chef-card .content .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #ffffff;
  background-color: #D2401E;
  border-radius: 50px;
  text-align: center;
}

.single-chef-area {
  position: relative;
  z-index: 1;
}

.single-chef-card {
  margin-bottom: 30px;
  background-color: #F8F8F8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-chef-card:hover {
  background-color: #D2401E;
}

.single-chef-card:hover .our-chef-img::before {
  background-color: #D2401E;
}

.single-chef-card:hover .content h3 a {
  color: #ffffff;
}

.single-chef-card:hover .content span {
  color: #ffffff;
}

.single-chef-card:hover .content .social-link li a {
  color: #D2401E;
  background-color: #ffffff;
}

.single-chef-card .single-chef-img {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 30px;
}

.single-chef-card .single-chef-img a {
  display: block;
}

.single-chef-card .single-chef-img a img {
  text-align: center;
  margin: 0 auto;
}

.single-chef-card .single-chef-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
  -webkit-clip-path: polygon(51% 71%, 100% 30%, 100% 100%, 0 100%, 0 32%);
          clip-path: polygon(51% 71%, 100% 30%, 100% 100%, 0 100%, 0 32%);
}

.single-chef-card .content {
  padding: 25px 30px 30px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-chef-card .content h3 {
  margin-bottom: 0;
}

.single-chef-card .content h3 a {
  color: #FFA323;
}

.single-chef-card .content span {
  color: #808080;
}

.single-chef-card .content .social-link {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}

.single-chef-card .content .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.single-chef-card .content .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #ffffff;
  background-color: #D2401E;
  border-radius: 50px;
  text-align: center;
}

.single-chef-right {
  text-align: center;
  background-color: #1D1D1D;
  padding-top: 207px;
  padding-bottom: 207px;
  position: relative;
  z-index: 1;
}

.single-chef-right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/chef-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.single-chef-right .section-title {
  margin-bottom: 30px;
}

.single-chef-right .section-title h2 {
  color: #ffffff;
}

.single-chef-right .section-title p {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  color: #EBEBDE;
}

.single-chef-right .section-title img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-chef-shape .shape1 {
  position: absolute;
  z-index: -1;
  bottom: 70px;
  left: 0;
}

.single-chef-shape .shape1 img {
  max-width: 100px;
}

.single-chef-shape .shape2 {
  position: absolute;
  z-index: -1;
  bottom: 70px;
  right: 0;
}

.single-chef-shape .shape2 img {
  max-width: 100px;
}

.single-chef-shape .shape3 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: 0;
}

.single-chef-shape .shape3 img {
  max-width: 100px;
}

.single-chef-shape .shape4 {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 0;
}

.single-chef-shape .shape4 img {
  max-width: 100px;
}

.single-chef-shape .shape5 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: 0;
}

.single-chef-shape .shape5 img {
  max-width: 100px;
}

/*=================================
Our Chef Area End
====================================*/
/*=================================
Feedbacks Area
====================================*/
.feedbacks-area {
  background-image: url(../images/feedbacks-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.feedbacks-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1D1D1D;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.feedbacks-area .section-title h2 {
  color: #ffffff;
}

.feedbacks-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.feedbacks-area .owl-dots .owl-dot span {
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.feedbacks-area .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feedbacks-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.feedbacks-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.feedbacks-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.feedbacks-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.feedbacks-item {
  background-color: #ffffff;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.feedbacks-item .content {
  padding-left: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.feedbacks-item .content .feedbacks-img {
  position: absolute;
  top: 10px;
  left: 0;
}

.feedbacks-item .content .feedbacks-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.feedbacks-item .content h3 {
  color: #C3A35E;
  margin-bottom: 0;
  position: relative;
}

.feedbacks-item .content h3 img {
  position: relative;
  top: -10px;
  width: unset !important;
  right: 0;
  display: inline-block;
}

.feedbacks-item .content span {
  color: #808080;
}

.feedbacks-item .content .rating {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #FFA323;
}

.feedbacks-item p {
  margin-bottom: 20px;
}

.feedbacks-item .tag-link {
  text-align: center;
  width: 100%;
  position: relative;
}

.feedbacks-item .tag-link::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #808080;
  width: 45%;
  height: 1.5px;
  opacity: 0.7;
}

.feedbacks-item .tag-link::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #808080;
  width: 45%;
  height: 1.5px;
  opacity: 0.7;
}

.feedbacks-item .tag-link i {
  font-size: 35px;
  color: #D2401E;
  line-height: 0;
}

.feedbacks-area-two {
  background-image: url(../images/feedbacks-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.feedbacks-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1D1D1D;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.feedbacks-area-two .section-title h2 {
  color: #ffffff;
}

.feedbacks-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.feedbacks-area-two .owl-dots .owl-dot span {
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 20px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
  border: 2px solid #ffffff !important;
  border-radius: 50px !important;
}

.feedbacks-area-two .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #C3A35E !important;
  border-color: #C3A35E !important;
}

.feedbacks-area-two .owl-dots .owl-dot:hover span {
  width: 30px !important;
  background-color: #C3A35E !important;
  border-color: #C3A35E !important;
}

.feedbacks-card {
  margin-bottom: 30px;
}

.feedbacks-card p {
  margin-bottom: 0;
  padding: 30px 55px 70px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}

.feedbacks-card p .quote-left {
  position: absolute;
  top: 30px;
  left: 30px;
}

.feedbacks-card p .quote-right {
  position: absolute;
  top: 30px;
  right: 30px;
}

.feedbacks-card .feedbacks-card-img {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #ffffff;
  width: 100px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
}

.feedbacks-card .feedbacks-card-img img {
  border-radius: 50%;
  background-color: #ffffff;
  width: 85px !important;
  height: 85px !important;
  margin: 0 auto;
  text-align: center;
}

.feedbacks-card .feedbacks-card-img .feedbacks-img-tag {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
}

.feedbacks-card .feedbacks-card-img .feedbacks-img-tag img {
  border-radius: 0;
  width: unset !important;
  height: unset !important;
}

.feedbacks-card .content {
  text-align: center;
  margin-top: 20px;
}

.feedbacks-card .content h3 {
  color: #C3A35E;
  margin-bottom: 0;
}

.feedbacks-card .content span {
  color: #ffffff;
}

/*=================================
Feedbacks Area End
====================================*/
/*=================================
Faq Area
====================================*/
.faq-content .faq-accordion {
  margin-bottom: 30px;
}

.faq-content .faq-accordion h2 {
  font-size: 28px;
  color: #1D1D1D;
  margin-bottom: 20px;
}

.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #FFA323;
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-title {
  padding: 10px 60px 10px 20px;
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #FFA323;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
  margin-top: -5px;
}

.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}

.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*=================================
Faq Area End
====================================*/
/*=================================
Brand Area
====================================*/
.brand-item img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Brand Area End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-area {
  position: relative;
}

.blog-area .section-title img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-area .owl-dots .owl-dot span {
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 20px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
  border: 2px solid #808080 !important;
  border-radius: 50px !important;
}

.blog-area .owl-dots .owl-dot.active span {
  width: 30px !important;
  background-color: #C3A35E !important;
  border-color: #C3A35E !important;
}

.blog-area .owl-dots .owl-dot:hover span {
  width: 30px !important;
  background-color: #C3A35E !important;
  border-color: #C3A35E !important;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item a {
  display: block;
}

.blog-item a img {
  margin-bottom: 20px;
}

.blog-item .content {
  position: relative;
}

.blog-item .content h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.blog-item .content h3 a {
  color: #1D1D1D;
}

.blog-item .content h3 a:hover {
  color: #C3A35E;
}

.blog-item .content .blog-tag {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-item .content .blog-tag li {
  display: inline-block;
  color: #808080;
  position: relative;
  margin-right: 30px;
}

.blog-item .content .blog-tag li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  background-color: #1D1D1D;
  width: 1px;
  height: 15px;
  opacity: 0.7;
}

.blog-item .content .blog-tag li:last-child {
  margin-right: 0;
}

.blog-item .content .blog-tag li:last-child::before {
  display: none;
}

.blog-item .content .blog-tag li a {
  color: #808080;
}

.blog-item .content .blog-tag li a:hover {
  color: #C3A35E;
}

.blog-item .content p {
  margin-top: 15px;
  display: block;
}

.blog-item .content .read-more-btn {
  color: #C3A35E;
  font-weight: 700;
  display: inline-block;
}

.blog-item .content .read-more-btn i {
  position: relative;
  top: 3px;
}

.blog-item .content .read-more-btn:hover {
  color: #D2401E;
  letter-spacing: 0.25px;
}

.blog-item .content .blog-shape {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 50px;
  text-align: center;
  z-index: -1;
}

.blog-item .content .blog-shape img {
  width: unset !important;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.blog-item .content .social-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.blog-item .content .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.blog-item .content .social-link li.title {
  color: #1D1D1D;
  font-weight: 600;
  position: relative;
  top: -3px;
}

.blog-item .content .social-link li a {
  font-size: 20px;
  color: #C3A35E;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item img {
  margin-bottom: 20px;
}

.blog-details-item .content {
  position: relative;
}

.blog-details-item .content h3 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #1D1D1D;
}

.blog-details-item .content .blog-tag {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-details-item .content .blog-tag li {
  display: inline-block;
  color: #808080;
  position: relative;
  margin-right: 30px;
}

.blog-details-item .content .blog-tag li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  background-color: #1D1D1D;
  width: 1px;
  height: 15px;
  opacity: 0.7;
}

.blog-details-item .content .blog-tag li:last-child {
  margin-right: 0;
}

.blog-details-item .content .blog-tag li:last-child::before {
  display: none;
}

.blog-details-item .content .blog-tag li a {
  color: #808080;
}

.blog-details-item .content .blog-tag li a:hover {
  color: #C3A35E;
}

.blog-details-item .content p {
  margin-top: 20px;
  display: block;
  margin-bottom: 0;
}

.article-content p {
  margin-bottom: 30px;
}

.article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #EBFBF5;
  padding: 20px;
}

.article-content .blockquote p {
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-details-tag {
  position: relative;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 60px;
}

.blog-details-tag .blog-tag-area {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-tag .blog-tag-area li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-tag .blog-tag-area li a {
  padding: 5px 16px;
  border: 1px solid #D4D4D4;
  color: #808080;
}

.blog-details-tag .blog-tag-area li a:hover {
  color: #ffffff;
  background-color: #D2401E;
}

.blog-details-tag .social-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 15px;
  right: 0;
}

.blog-details-tag .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.blog-details-tag .social-link li.title {
  color: #1D1D1D;
  font-weight: 600;
  position: relative;
  top: -3px;
}

.blog-details-tag .social-link li a {
  font-size: 20px;
  color: #C3A35E;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
}

.article-img {
  margin-bottom: 30px;
}

.comments-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}

.comments-wrap h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-wrap .comment-form li {
  margin-bottom: 30px;
  padding-left: 120px;
  position: relative;
}

.comments-wrap .comment-form li.ml-60 {
  margin-left: 60px;
}

.comments-wrap .comment-form li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 98px;
  background-color: #D4D4D4;
  width: 1px;
  height: 123px;
}

.comments-wrap .comment-form li:last-child {
  margin-bottom: 0;
}

.comments-wrap .comment-form li img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.comments-wrap .comment-form li .content span {
  margin-bottom: 0;
}

.comments-wrap .comment-form li .content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comments-wrap .comment-form li .content a {
  position: absolute;
  top: 0px;
  right: 0;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 24px;
  border: 1px solid #FFA323;
  border-radius: 50px;
}

.comments-wrap .comment-form li .content a:hover {
  background-color: #FFA323;
  color: #ffffff;
}

.comments-form {
  margin-bottom: 35px;
}

.comments-form .comments-title {
  margin-bottom: 30px;
}

.comments-form .comments-title .title {
  font-size: 22px;
  margin-bottom: 0;
  color: #1D1D1D;
  font-weight: 600;
}

.comments-form .contact-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 50px 30px;
  background-color: #F8F8F8;
  max-width: 100%;
  border: none;
}

.comments-form .contact-form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #D4D4D4;
}

.comments-form .default-btn {
  width: unset;
  border-radius: 0;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.search-widget .search-form {
  position: relative;
  border: none;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  width: 100%;
  color: #1D1D1D;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 58px;
}

.search-widget .search-form button i {
  color: #808080;
  font-size: 24px;
}

.search-widget .search-form button:hover {
  background-color: #C3A35E;
}

.search-widget .search-form button:hover i {
  color: #ffffff;
}

.side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.side-bar-widget .title {
  font-size: 20px;
  color: #1D1D1D;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.side-bar-widget .side-bar-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #D4D4D4;
}

.side-bar-widget .side-bar-categories ul li a {
  color: #1D1D1D;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #FFA323;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 100px;
  height: 110px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #808080;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog-img4.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  max-width: 245px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #1D1D1D;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #C3A35E;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 18px;
  margin-bottom: 5px;
  color: #1D1D1D;
  font-weight: 700;
}

.side-bar-widget .widget-popular-post .item .info .rating {
  font-size: 15px;
  color: #FFA323;
}

.side-bar-widget .side-bar-widget-tag {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.side-bar-widget .side-bar-widget-tag li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.side-bar-widget .side-bar-widget-tag li a {
  padding: 5px 16px;
  border: 1px solid #D4D4D4;
  color: #1D1D1D;
  font-weight: 600;
}

.side-bar-widget .side-bar-widget-tag li a:hover {
  color: #ffffff;
  background-color: #D2401E;
}

.side-bar-profile {
  background-image: url(../images/bg-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 35px 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 35px;
}

.side-bar-profile h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 22px;
}

.side-bar-profile .profile-img {
  margin-bottom: 10px;
}

.side-bar-profile .profile-img img {
  border-radius: 50%;
  border: 2px solid #FFA323;
}

.side-bar-profile p {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.side-bar-profile .profile-social-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-profile .profile-social-link li {
  display: inline-block;
  margin-right: 5px;
}

.side-bar-profile .profile-social-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50px;
  background-color: #FFA323;
}

.side-bar-profile .profile-social-link li a:hover {
  background-color: #D2401E;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Contact Area
====================================*/
.contact-area {
  position: relative;
}

.contact-area-form {
  padding: 100px 40px 70px;
  background-color: #303030;
}

.contact-area-form .section-title {
  margin-bottom: 30px;
}

.contact-area-form .section-title img {
  margin-left: auto;
  margin-right: auto;
}

.contact-area-form .section-title h2 {
  color: #ffffff;
  font-size: 30px;
}

.contact-card {
  padding: 20px;
  border: 1px dashed #C3A35E;
  text-align: center;
  margin-bottom: 30px;
}

.contact-card i {
  font-size: 70px;
  color: #C3A35E;
  line-height: 1;
}

.contact-card p {
  color: #ffffff;
  margin-bottom: 0;
}

.contact-card span {
  color: #D2401E;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 775px;
  margin-bottom: 30px;
}

.contact-form {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form h3 {
  color: #1D1D1D;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1;
}

.contact-form p {
  margin-bottom: 30px;
}

.contact-form .section-title-two {
  margin-bottom: 20px;
}

.contact-form .section-title {
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: #1D1D1D;
}

.contact-form .form-group.checkbox-option p a {
  color: #C3A35E;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #D2401E;
}

.contact-form .form-group .form-control {
  height: 45px;
  color: #1D1D1D;
  border: 1px solid #C3A35E;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #FFA323;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #gridCheck {
  position: absolute;
  top: 5px;
  left: 25px;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #ffffff;
  margin-left: 15px;
  display: block;
}

.contact-form .agree-label label a {
  color: #C3A35E;
}

.contact-form .agree-label label a:hover {
  color: #1D1D1D;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
  border-radius: 5px;
}

.contact-form .default-btn i {
  font-size: 18px;
  top: 3px;
  position: relative;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #808080;
  font-weight: 600;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #808080;
  font-weight: 600;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #808080;
  font-weight: 600;
}

.contact-form .form-group .form-control::placeholder {
  color: #808080;
  font-weight: 600;
}

.contact-shape .shape1 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 10%;
}

.contact-shape .shape1 img {
  max-width: 100px;
}

.contact-shape .shape2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 15%;
}

.contact-shape .shape2 img {
  max-width: 100px;
}

/*=================================
Contact Area End
====================================*/
/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-form {
  background-image: url(../images/bg-shape.png);
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  padding: 50px 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.user-all-form .contact-form .section-title {
  margin-bottom: 25px;
}

.user-all-form .contact-form .section-title h2 {
  font-size: 26px;
  color: #ffffff;
}

.user-all-form .contact-form .agree-label {
  position: relative;
}

.user-all-form .contact-form .agree-label label {
  font-weight: 500;
  color: #ffffff;
  margin-left: 15px;
  display: inline-block;
}

.user-all-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
  color: #C3A35E;
  font-weight: 500;
}

.user-all-form .contact-form .agree-label .forget:hover {
  color: #FFA323;
}

.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}

.user-all-form .contact-form .account-desc a {
  color: #C3A35E;
}

.user-all-form .contact-form .account-desc a:hover {
  color: #FFA323;
}

/*=================================
User All Form End
====================================*/
/*=================================
Product Area
====================================*/
.product-area {
  position: relative;
}

.product-shape .shape1 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 40%;
}

.product-shape .shape1 img {
  max-width: 100px;
}

.product-shape .shape2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 20%;
}

.product-shape .shape2 img {
  max-width: 100px;
}

.product-topper {
  margin-bottom: 40px;
}

.product-topper .product-topper-title h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.product-topper .product-category .form-group {
  margin-bottom: 0;
  position: relative;
}

.product-topper .product-category .form-group .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #1D1D1D;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
}

.product-topper .product-category .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.product-topper .product-category .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 52px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 0;
  background-color: transparent;
  color: #808080;
  border-radius: 5px;
  z-index: 99;
}

.product-topper .product-category .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-topper .product-category .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #1D1D1D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.product-topper .product-category .form-group .nice-select .list .option:hover {
  background-color: #FFA323 !important;
  color: #ffffff;
}

.product-topper .product-category .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.product-topper .product-category .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #C3A35E;
  top: 45%;
  right: 30px;
}

.product-card {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #EBEBDE;
  border-radius: 10px;
}

.product-card:hover .product-card-img::before {
  height: 100%;
  background-color: #FFA323;
}

.product-card:hover .product-card-img a {
  display: block;
}

.product-card:hover .product-card-img a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-card:hover .product-card-img .product-card-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.product-card .product-card-img {
  position: relative;
  z-index: 1;
  margin: 10px;
}

.product-card .product-card-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
  height: 40%;
  background-color: #FFD59B;
  border-radius: 10px;
}

.product-card .product-card-img a {
  display: block;
}

.product-card .product-card-img a img {
  padding: 40px 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-card .product-card-img .product-card-tag {
  position: absolute;
  top: 30px;
  left: 20px;
}

.product-card .product-card-img .product-card-tag h3 {
  background-color: #1D1D1D;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.product-card .product-card-img .product-card-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: auto;
  margin-bottom: 0;
}

.product-card .product-card-img .product-card-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.product-card .product-card-img .product-card-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #D2401E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.product-card .product-card-img .product-card-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.product-card .product-card-img .product-card-action li a:hover {
  color: #FFA323;
}

.product-card .product-card-img .product-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.product-card .product-card-img .product-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.product-card .product-card-img .product-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.product-card .content {
  padding-top: 10px;
  position: relative;
}

.product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.product-card .content h3 a {
  display: block;
  color: #1D1D1D;
}

.product-card .content h3 a:hover {
  color: #FFA323;
}

.product-card .content span {
  font-size: 18px;
  color: #FFA323;
  font-weight: 600;
}

.product-card .content span del {
  color: #808080;
  margin-left: 15px;
}

.product-card .content .rating {
  color: #FFA323;
  margin-bottom: 15px;
}

.shop-details-desc .shop-details-image {
  margin-bottom: 30px;
}

.shop-details-desc .shop-details-image img {
  width: 100%;
}

.shop-details-desc .shop-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-details-desc .shop-details-image .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-details-desc .shop-details-image .slick-dots li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.shop-details-desc .shop-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shop-details-desc .shop-details-image .slick-dots li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-desc .shop-details-image .slick-dots li:hover img, .shop-details-desc .shop-details-image .slick-dots li.slick-active img {
  opacity: .4;
}

.shop-details-desc .shop-details-image .slick-thumbs {
  display: none;
}

.shop-desc-content {
  margin-bottom: 30px;
}

.shop-desc-content h3 {
  font-size: 30px;
  color: #1D1D1D;
  margin-bottom: 0px;
}

.shop-desc-content .rating {
  padding-right: 5px;
  color: #ffbc2d;
}

.shop-desc-content h4 {
  font-size: 30px;
  color: #D2401E;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.shop-desc-content .shop-desc-content-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}

.shop-desc-content .shop-desc-content-list li {
  font-size: 16px;
  color: #1D1D1D;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.shop-desc-content .shop-desc-content-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #FFA323;
  font-size: 20px;
}

.shop-desc-content .shop-desc-content-list li:last-child {
  margin-bottom: 0;
}

.shop-desc-content .shop-desc-content-title {
  margin-bottom: 15px;
}

.shop-desc-content .shop-desc-content-title h3 {
  font-size: 20px;
  color: #1D1D1D;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.shop-desc-content .shop-desc-content-title h3::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 16%;
  width: 60%;
  height: 100px;
  border-bottom: 1px dashed #1D1D1D;
}

.shop-desc-content .shop-add-btn {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D4D4;
}

.shop-desc-content .shop-add-btn .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #FFA323;
  border-radius: 50px;
}

.shop-desc-content .shop-add-btn .input-counter span {
  position: absolute;
  top: 2px;
  cursor: pointer;
  color: #ffffff;
  width: 50px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-desc-content .shop-add-btn .input-counter span:hover {
  color: #D2401E;
}

.shop-desc-content .shop-add-btn .input-counter .minus-btn {
  left: 0;
}

.shop-desc-content .shop-add-btn .input-counter .plus-btn {
  right: 0;
}

.shop-desc-content .shop-add-btn .input-counter input {
  height: 50px;
  color: #ffffff;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
}

.shop-desc-content .shop-add-btn .default-btn {
  border: none;
  margin-right: 20px;
  border-radius: 0;
  border-radius: 50px;
}

.shop-desc-content .social-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.shop-desc-content .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.shop-desc-content .social-link li a {
  font-size: 24px;
  color: #C3A35E;
  background-color: transparent;
  border-radius: 50px;
  line-height: 1;
}

.shop-desc-content .social-link li a i {
  position: relative;
  top: 5px;
}

.shop-desc-content .social-link li a:hover {
  color: #D2401E;
}

.product-tab-area {
  margin-bottom: 30px;
}

.product-tab-area .product-tab {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product-tab-area .product-tab .product-tab-item {
  display: block;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 1px solid #D4D4D4;
}

.product-tab-area .product-tab .product-tab-item:last-child {
  margin-bottom: 0;
}

.product-tab-area .product-tab .product-tab-title {
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.product-tab-area .product-tab .product-tab-title.active {
  padding-bottom: 20px;
}

.product-tab-area .product-tab .product-tab-content {
  display: none;
  position: relative;
  margin-top: -5px;
  background-color: #ffffff;
  padding: 15px 0 0;
  border-top: 1px solid #D4D4D4;
}

.product-tab-area .product-tab .product-tab-content p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
}

.product-tab-area .product-tab .product-tab-content.show {
  display: block;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab {
  margin-bottom: 30px;
  margin-top: 20px;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li:last-child {
  margin-bottom: 0;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li span {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #1D1D1D;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li span i {
  margin-right: 5px;
  color: #FFA323;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li p {
  margin-bottom: 10px;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li .content h4 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li .content h4 a {
  color: #1D1D1D;
}

.product-tab-area .product-tab .product-tab-content .products-review-tab ul li .content h4 a:hover {
  color: #FFA323;
}

.product-tab-area .product-tab .product-tab-content .reviews-form {
  margin-bottom: 30px;
}

.product-tab-area .product-tab .product-tab-content .reviews-form .contact-form h3 {
  font-size: 24px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.product-tab-area .product-tab .product-tab-content .reviews-form p {
  color: #808080;
  margin-bottom: 10px;
}

.product-tab-area .product-tab .product-tab-content .reviews-form .rating {
  color: #FFA323;
  position: relative;
  margin-bottom: 30px;
}

.related-products-area .related-products-title h2 {
  font-size: 30px;
  color: #1D1D1D;
}

.related-products-area .owl-nav {
  margin-top: 0;
}

.related-products-area .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: -15px;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #F9F7F0 !important;
  color: #1D1D1D !important;
  border-radius: 50px;
}

.related-products-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #D2401E !important;
}

.related-products-area .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  right: -15px;
  color: #808080 !important;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #F9F7F0 !important;
  color: #1D1D1D !important;
  border-radius: 50px;
}

.related-products-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #D2401E !important;
}

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area {
  position: relative;
}

.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr {
  border: 1px solid #C3A35E;
  margin-bottom: 15px;
}

.cart-wraps-area .cart-table table thead tr th {
  vertical-align: middle;
  padding: 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr {
  border: none !important;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #808080;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border: none !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: inline-block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 140px;
  background-color: #F8F8F8;
  margin-right: 20px;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail .content {
  display: inline-block;
  vertical-align: middle;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail .content h3 {
  color: #808080;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail .content h3:hover {
  color: #da691f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail .content p {
  max-width: 260px;
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-price {
  text-align: center;
}

.cart-wraps-area .cart-table table tbody tr td.product-price span {
  font-weight: 700;
  color: #D2401E;
  font-size: 20px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal {
  text-align: center;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 700;
  color: #D2401E;
  font-size: 20px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .add-cart-btn {
  color: #ffffff;
  background-color: #D2401E;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  vertical-align: middle;
  margin: 0 auto;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .add-cart-btn i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .add-cart-btn:hover {
  color: #ffffff;
  background-color: #C3A35E;
}

.cart-wraps-area .cart-table table tbody tr td.product-remove {
  text-align: right;
}

.cart-wraps-area .cart-table table tbody tr td.product-remove .remove {
  color: #D2401E;
  background-color: #F8F8F8;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

.cart-wraps-area .cart-table table tbody tr td.product-remove .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-remove .remove:hover {
  color: #ffffff;
  background-color: #D2401E;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity {
  text-align: center;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #D2401E !important;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #1D1D1D !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #FFA323 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #FFA323 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #808080;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .text {
  color: #1D1D1D;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}

.cart-wraps-area .cart-table .table > :not(:first-child) {
  border-top: 0;
}

.cart-wraps-shape .shape1 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: 0;
}

.cart-wraps-shape .shape1 img {
  max-width: 100px;
}

.cart-wraps-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 0;
}

.cart-wraps-shape .shape2 img {
  max-width: 100px;
}

.cart-wraps-another {
  background-color: #F8F8F8;
}

.cart-wraps-from-area {
  margin-bottom: 30px;
}

.cart-wraps-from-area h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cart-wraps-from-area .cart-wraps-from {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-color: #EEEEEE;
  padding: 40px;
}

.cart-wraps-from-area .cart-wraps-from .form-control {
  background: #F8F8F9;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #FFA323;
  padding: 0 25px;
  max-width: 540px;
}

.cart-wraps-from-area .cart-wraps-from .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.cart-wraps-from-area .cart-wraps-from .subscribe-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #FFA323;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.cart-wraps-from-area .cart-wraps-from .subscribe-btn:hover {
  background: #1D1D1D;
  color: #ffffff;
}

.cart-wraps-from-area .cart-wraps-from-btn {
  margin-top: 30px;
}

.cart-wraps-from-area .cart-wraps-from-btn .default-btn {
  background-color: #EEEEEE;
  color: #1D1D1D;
  margin-right: 20px;
}

.cart-wraps-from-area .cart-wraps-from-btn .default-btn:hover {
  background-color: #FFA323;
  color: #ffffff;
}

.cart-totals {
  border-radius: 0;
  margin-bottom: 30px;
}

.cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
  border: 1px solid #C3A35E;
}

.cart-totals ul li {
  border-bottom: 1px solid #D4D4D4;
  padding: 10px 15px;
  margin: 0 10px;
  color: #808080;
  overflow: hidden;
  font-weight: 500;
}

.cart-totals ul li:nth-child(4) {
  color: #1D1D1D;
  font-weight: 600;
  border-bottom: none;
}

.cart-totals ul li:nth-child(4) span {
  color: #1D1D1D;
  font-weight: 600;
}

.cart-totals ul li span {
  float: right;
  font-weight: normal;
}

.cart-totals .default-btn {
  width: 100%;
  text-align: center;
}

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Checkout Area
===================================*/
.checkout-area {
  position: relative;
}

.checkout-shape .shape1 {
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 0;
}

.checkout-shape .shape1 img {
  max-width: 100px;
}

.checkout-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 0;
}

.checkout-shape .shape2 img {
  max-width: 100px;
}

.checkout-shape .shape3 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: 0;
}

.checkout-shape .shape3 img {
  max-width: 100px;
}

.checkout-area-content {
  background-color: #303030;
  padding: 45px;
  margin-bottom: 30px;
}

.billing-details {
  margin-bottom: 30px;
}

.billing-details h3 {
  font-size: 24px;
  color: #C3A35E;
  margin-bottom: 30px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 20px;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #ffffff;
  border: 1px solid #C3A35E;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus, .billing-details .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #808080;
}

.billing-details .form-group textarea.form-control {
  height: auto;
}

.billing-details .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #cbc2c2;
  background-color: #303030;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #808080;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #1D1D1D !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
  color: #808080;
}

.billing-details .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #C3A35E;
  right: 23px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #808080;
  margin-left: 5px;
  font-weight: 500;
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #cbc2c2;
}

.billing-details .form-group .form-control:-ms-input-placeholder {
  color: #cbc2c2;
}

.billing-details .form-group .form-control::-ms-input-placeholder {
  color: #cbc2c2;
}

.billing-details .form-group .form-control::placeholder {
  color: #cbc2c2;
}

.billing-details-totals {
  border-radius: 0;
}

.billing-details-totals h2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #C3A35E;
}

.billing-details-totals h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #1D1D1D;
  background-color: #C3A35E;
  padding: 12px 20px 10px;
}

.billing-details-totals h3 span {
  float: right;
}

.billing-details-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.billing-details-totals ul li {
  border-bottom: 1px solid #C3A35E;
  padding: 10px 15px;
  margin: 0 10px;
  color: #808080;
  overflow: hidden;
  font-weight: 500;
}

.billing-details-totals ul li:nth-child(6) {
  color: #D2401E;
  font-weight: 600;
  border-bottom: none;
}

.billing-details-totals ul li:nth-child(6) span {
  color: #D2401E;
  font-weight: 600;
}

.billing-details-totals ul li span {
  float: right;
  font-weight: normal;
}

.billing-payment-tab h2 {
  font-size: 24px;
  color: #C3A35E;
  margin-bottom: 30px;
  font-weight: 600;
}

.billing-payment-tab .billing-payment {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.billing-payment-tab .billing-payment .billing-payment-item {
  display: block;
  margin-bottom: 15px;
}

.billing-payment-tab .billing-payment .billing-payment-item:last-child {
  margin-bottom: 0;
}

.billing-payment-tab .billing-payment .billing-payment-title {
  padding: 10px 60px 10px 20px;
  color: #1D1D1D;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  background-color: #C3A35E;
}

.billing-payment-tab .billing-payment .billing-payment-title i {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #1D1D1D;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}

.billing-payment-tab .billing-payment .billing-payment-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 5px;
}

.billing-payment-tab .billing-payment .billing-payment-content {
  display: none;
  position: relative;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.billing-payment-tab .billing-payment .billing-payment-content p {
  line-height: 1.8;
  margin-bottom: 0;
}

.billing-payment-tab .billing-payment .billing-payment-content.show {
  display: block;
}

/*=================================
Checkout Area End
===================================*/
.tracking-order-img {
  margin-bottom: 30px;
}

.tracking-order-form {
  margin-bottom: 30px;
}

.tracking-order-form .contact-form {
  padding: 0;
  background-color: #ffffff;
}

.tracking-order-form .contact-form p {
  margin-bottom: 20px;
}

.tracking-order-form .contact-form .form-group label {
  color: #1D1D1D;
  font-weight: 600;
}

/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 700;
  color: #1D1D1D;
}

.error-area .error-content h1 span {
  color: #FFA323;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #1D1D1D;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px 70px;
  background-color: #f8f8f8;
  border-radius: 0;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #1D1D1D;
  font-size: 50px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #1D1D1D;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 5px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #1D1D1D;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #1D1D1D;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1D1D1D;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
}

.pagination-area .page-numbers:hover {
  background-color: #FFA323;
  color: #ffffff;
}

.pagination-area .page-numbers.current {
  background-color: #FFA323;
  color: #ffffff;
}

.pagination-area .page-arrow {
  color: #1D1D1D;
  font-size: 15px;
}

.pagination-area .page-arrow:hover {
  color: #FFA323;
}

.pagination-area .page-arrow i {
  position: relative;
  font-size: 20px;
  top: 4px;
}

.pagination-area .page-arrow.prev {
  position: absolute;
  top: 7px;
  left: 0;
}

.pagination-area .page-arrow.next {
  position: absolute;
  top: 7px;
  right: 0;
}

/*==============================
Pagination Area End
=================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 0;
}

/*=================================
Footer Area
====================================*/
.footer-bg {
  background-color: #1D1D1D;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #C3A35E;
  font-weight: 600;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 320px;
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 0;
  margin-bottom: 20px;
}

.footer-widget .newsletter-form .form-control {
  border: 1px solid #C3A35E;
  height: 50px;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
}

.footer-widget .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  color: #1D1D1D;
}

.footer-widget .newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 65px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  color: #C3A35E;
  line-height: 53px;
  border-radius: 0;
  font-size: 30px;
  background-color: #ffffff;
}

.footer-widget .newsletter-form .submit-btn:hover {
  background-color: #C3A35E;
  color: #ffffff;
}

.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-widget .social-link li {
  margin-right: 10px;
  display: inline-block;
}

.footer-widget .social-link li a {
  font-size: 24px;
  color: #C3A35E;
  background-color: transparent;
  border-radius: 50px;
  line-height: 1;
}

.footer-widget .social-link li a:hover {
  color: #ffffff;
}

.footer-widget .contact-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.footer-widget .contact-list li {
  display: block;
  text-align: left;
  position: relative;
  color: #808080;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
}

.footer-widget .contact-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  color: #C3A35E;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.footer-widget .contact-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .contact-list li a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  margin-left: 5px;
}

.footer-widget .contact-list li:hover a {
  color: #C3A35E;
}

.footer-widget .open-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .open-hours-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.footer-widget .open-hours-list li::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 20%;
  height: 100%;
  left: 32%;
  right: 25%;
  border-top: 1px dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
  float: right;
  color: #C3A35E;
}

.footer-widget .footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.footer-widget .footer-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}

.footer-widget .footer-gallery li a img {
  width: 100%;
}

.footer-widget .footer-gallery li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.footer-widget .footer-gallery li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.copy-right-bg {
  background-color: #363636;
}

.copy-right-text {
  text-align: center;
  padding: 15px 0;
}

.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #ffffff;
}

.copy-right-text p a:hover {
  color: #C3A35E;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Modal CSS 
====================================*/
.productsQuickView .modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}

.productsQuickView .modal-content {
  border: none;
  padding: 40px 25px;
  border-radius: 0;
}

.productsQuickView .modal-content .btn-close-on {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}

.productsQuickView .modal-content .btn-close-on:hover {
  background-color: #D2401E;
  color: #ffffff;
}

.productsQuickView .products-image {
  background-color: #d1cdcd;
  padding: 100px 20px;
}

.productsQuickView .product-content h3 {
  font-size: 24px;
  color: #1D1D1D;
  margin-bottom: 15px;
}

.productsQuickView .product-content .product-text p {
  margin-bottom: 20px;
}

.productsQuickView .product-content .price-status {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.productsQuickView .product-content .price-status .price {
  display: inline-block;
  max-width: 120px;
  position: relative;
  margin-right: 30px;
}

.productsQuickView .product-content .price-status .price::before {
  content: '';
  position: absolute;
  top: 8px;
  right: -15px;
  width: 1px;
  height: 50px;
  background-color: #D2401E;
}

.productsQuickView .product-content .price-status .price .new-price {
  font-size: 20px;
  color: #D2401E;
  margin-bottom: 0;
  display: block;
}

.productsQuickView .product-content .price-status .price .rating {
  display: block;
  color: #D2401E;
}

.productsQuickView .product-content .price-status .price .rating i {
  display: inline-block;
}

.productsQuickView .product-content .price-status .availability-status {
  display: inline-block;
  position: relative;
  top: -3px;
}

.productsQuickView .product-content .price-status .availability-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.productsQuickView .product-content .price-status .availability-status ul li {
  display: block;
  font-size: 16px;
  color: #1D1D1D;
  font-weight: 400;
}

.productsQuickView .product-content .price-status .availability-status ul li span {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart {
  margin-top: 20px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter {
  max-width: 70px;
  min-width: 70px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1D1D1D;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.minus-btn {
  left: -10px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.plus-btn {
  right: -10px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span:hover {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input {
  height: 50px;
  color: #D2401E;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  border: 1px solid #D2401E;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::placeholder {
  color: #D2401E;
}

.productsQuickView .product-content .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  margin-right: 15px;
}

.productsQuickView .product-content .product-add-to-cart .default-btn:last-child {
  margin-right: 0;
}

.productsQuickView .product-content .advantage-list {
  margin-top: 20px;
}

.productsQuickView .product-content .advantage-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.productsQuickView .product-content .advantage-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.productsQuickView .product-content .advantage-list ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.productsQuickView .product-content .advantage-list ul li:last-child {
  margin-bottom: 0;
}

.productsQuickView .product-content .advantage-list ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D2401E;
  border-radius: 50px;
}

.productsQuickView .product-content .products-share {
  margin-top: 20px;
}

.productsQuickView .product-content .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.productsQuickView .product-content .products-share .social li {
  display: inline-block;
}

.productsQuickView .product-content .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.productsQuickView .product-content .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #D2401E;
  color: #ffffff;
  border: 1px solid #D2401E;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}

.productsQuickView .product-content .products-share .social li a:hover, .productsQuickView .product-content .products-share .social li a:focus {
  color: #D2401E;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.facebook:hover, .productsQuickView .product-content .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.twitter:hover, .productsQuickView .product-content .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.linkedin:hover, .productsQuickView .product-content .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.instagram:hover, .productsQuickView .product-content .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*=================================
Modal CSS End
====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.loader {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.loader::before, .loader::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  border-top-color: #D2401E;
  border-bottom-color: #D2401E;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: rotate-into 2.5s ease-in-out infinite;
          animation: rotate-into 2.5s ease-in-out infinite;
}

.loader:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #D2401E;
  border-right-color: #D2401E;
  -webkit-animation: 2.5s rotate-into360 ease-in-out infinite;
          animation: 2.5s rotate-into360 ease-in-out infinite;
}

@-webkit-keyframes rotate-into {
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
            transform: rotateY(180deg) rotateX(0);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
            transform: rotateY(0) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
}

@keyframes rotate-into {
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
            transform: rotateY(180deg) rotateX(0);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
            transform: rotateY(0) rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
}

@-webkit-keyframes rotate-into360 {
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
  25% {
    -webkit-transform: rotateY(-180deg) rotateX(0);
            transform: rotateY(-180deg) rotateX(0);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  75% {
    -webkit-transform: rotateY(-180deg) rotateX(0);
            transform: rotateY(-180deg) rotateX(0);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
}

@keyframes rotate-into360 {
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
  25% {
    -webkit-transform: rotateY(-180deg) rotateX(0);
            transform: rotateY(-180deg) rotateX(0);
  }
  50% {
    -webkit-transform: rotateY(360deg) rotateX(360deg);
            transform: rotateY(360deg) rotateX(360deg);
  }
  75% {
    -webkit-transform: rotateY(-180deg) rotateX(0);
            transform: rotateY(-180deg) rotateX(0);
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
            transform: rotateY(0) rotateX(0);
  }
}

/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #C3A35E;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #D2401E;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*# sourceMappingURL=style.css.map */