
/*-----------------------------------------------------------------------------------

    Theme Name: Yumy
    Theme URI: http://
    Description: Restaurant & Food HTML Template
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- shop
        |- contact-form
        |- footers
        |- extra
        |- overlay

    |--- BASE

        |- responsive



---------------------------------------------------------------- */
/* ====================== [ Start Typography  ] ====================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #343332;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  font-family: "Barlow", sans-serif;
}
body.dark {
  background: #121217;
  color: #fff;
}
body.dark p {
  color: #babbbb;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
}
body.dark .bg-gray {
  background: #18181d;
}
body.dark .blog .item .cont .info span {
  background: #18181d;
}
body.dark #ui-datepicker-div {
  background: #18181d;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  color: inherit;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Cormorant", serif;
}

p {
  color: #777;
  font-size: 17px;
  line-height: 2;
  margin: 0;
}

a, span {
  display: inline-block;
}
a:hover, span:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}
.container.wide {
  max-width: 1300px;
}

.custom-font {
  font-family: "Pinyon Script", cursive !important;
}

.scfont {
  font-family: "Amatic SC", cursive !important;
}

.playfont {
  font-family: "Cormorant", serif;
}

.bg-blc {
  background: #16191e;
  color: #fff;
}
.bg-blc p {
  color: #ccc;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #b7b095 !important;
}

.bg-gray {
  background-color: #f9f9f7;
}
.bg-gray .primery-shadow {
  -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #141414 !important;
}
.bg-dark .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
  background-color: #b7b095 !important;
}
.bg-color .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.clorful {
  color: #b7b095;
}

.sub-bg {
  background: #11141b;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-padding {
  padding: 120px 0;
}

.box-padding {
  padding: 120px 5%;
}

.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

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

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

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

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
  position: relative;
  margin: 0 auto 80px;
}
.sec-head h6 {
  color: #b7b095;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-bottom: 5px;
}
.sec-head h3 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 2px;
}
.sec-head .scfont {
  font-weight: 400;
  letter-spacing: 20px;
}
.sec-head .tbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10vw;
  opacity: 0.05;
}
.sec-head .icon {
  margin-top: 30px;
  position: relative;
}
.sec-head .icon:after, .sec-head .icon:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #999;
  top: 50%;
  right: -100px;
  opacity: 0.5;
}
.sec-head .icon:after {
  right: auto;
  left: -100px;
}
.sec-head .icon img {
  width: 15px;
}

.sub-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sub-title h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sub-title span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b7b095;
  position: absolute;
  left: 6px;
  bottom: 5px;
}
.sub-title span:first-of-type {
  bottom: 11px;
}
.sub-title span:last-of-type {
  left: 0px;
}

.main-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.extra-title {
  font-weight: 700;
}

.sm-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #1e1e1e;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-curve img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-curve.btn-mdr {
  border: 0;
  padding: 17px 50px;
}
.btn-curve:focus {
  outline: none;
}
.btn-curve:hover {
  outline: none;
}
.btn-curve:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #b7b095;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-color {
  background: #b7b095;
  border-color: #b7b095;
}
.btn-curve.btn-color:after {
  background: #fff;
}
.btn-curve.btn-color span {
  color: #0c0f16;
}
.btn-curve.btn-color:hover span {
  color: #b7b095;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}
.btn-curve.btn-radius {
  border-radius: 30px;
}

.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
}
.simple-btn:after {
  content: "";
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}
.simple-btn.right:after {
  left: auto;
  right: 0;
}

.btn-skew {
  background: transparent;
  padding: 14px 60px;
  min-width: 120px;
  position: relative;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.btn-skew i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn-skew i:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #b7b095;
}
.btn-skew i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b7b095;
}
.btn-skew span {
  position: relative;
  z-index: 2;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
  min-height: 80px;
}
.navbar.bg-lit.nav-scroll {
  background: #fff;
  border-color: #eee;
}
.navbar.bg-lit.nav-scroll .container {
  margin-top: -10px;
}
.navbar.bg-lit.nav-scroll .container .shape-bottom {
  display: none;
}
.navbar.bg-lit .container {
  background-color: #fff;
  padding-left: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.navbar.bg-lit .container .shape-bottom {
  -webkit-transform: rotatex(180deg) translateY(-100%);
      -ms-transform: rotatex(180deg) translateY(-100%);
          transform: rotatex(180deg) translateY(-100%);
  bottom: 2px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar.bg-lit .navbar-nav .nav-link {
  color: #000;
}
.navbar.bg-lit .search {
  color: #000;
}
.navbar.bg-lit .dropdown-menu {
  background: #fff;
}
.navbar.bg-lit .dropdown-menu .dropdown-item {
  color: #000 !important;
}
.navbar.bg-lit .icon-bar {
  color: #333;
}
.navbar.bg-blc .cart .cart-side {
  background: #18181d;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .butn {
  background: #b7b095;
}
.navbar .navbar-nav .nav-link {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 15px 7px;
  margin: 10px 15px;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
}
.navbar .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: 0.9;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #b7b095;
}
.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #fff;
  background: #1a1e25;
  min-width: 185px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}
.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #b7b095;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}
.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}
.navbar .cart {
  padding: 20px 15px;
  position: relative;
}
.navbar .cart:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.navbar .cart:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.navbar .cart .cart-icon {
  position: relative;
  display: inline-block;
}
.navbar .cart .cart-icon .mad-count {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #b7b095;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.navbar .cart .icon {
  font-size: 16px;
  cursor: pointer;
}
.navbar .cart .cart-side {
  position: absolute;
  top: 50px;
  right: 0;
  width: 320px;
  background: #fff;
  padding: 30px;
  z-index: 3;
  display: none;
}
.navbar .cart .cart-side .clos {
  margin-bottom: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #b7b095;
  position: absolute;
  top: -50px;
  right: 0;
}
.navbar .cart .cart-side .titl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #b7b095;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .cart .cart-side .titl h6 {
  font-family: "Cormorant", serif;
}
.navbar .cart .cart-side .titl span {
  color: #888;
  font-size: 13px;
  margin-left: auto;
}
.navbar .cart .cart-side .prods {
  max-height: 260px;
  overflow: auto;
}
.navbar .cart .cart-side .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.navbar .cart .cart-side .item:last-of-type {
  border-bottom: 1px solid #b7b095;
}
.navbar .cart .cart-side .item .img {
  width: 70px;
}
.navbar .cart .cart-side .item .cont {
  padding-left: 20px;
}
.navbar .cart .cart-side .item .cont h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.navbar .cart .cart-side .item .cont .price {
  color: #777;
  font-size: 13px;
}
.navbar .cart .cart-side .item .cont .price span {
  font-size: 15px;
  color: #b7b095;
  font-family: "Cormorant", serif;
  margin-left: 5px;
}
.navbar .cart .cart-side .item .count {
  padding-left: 20px;
}
.navbar .cart .cart-side .item .del {
  margin-left: auto;
}
.navbar .cart .cart-side .item .del span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.navbar .cart .cart-side .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant", serif;
  margin-top: 15px;
}
.navbar .cart .cart-side .total p {
  margin-left: auto;
}
.navbar .cart .cart-side .btn-skew {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.navbar .search {
  padding: 20px 15px;
}
.navbar .search .icon {
  font-size: 16px;
  cursor: pointer;
}
.navbar .search .search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3;
  display: none;
}
.navbar .search .search-form form {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 30px;
}
.navbar .search .search-form form input {
  padding: 15px 0;
  width: 100%;
  max-width: 600px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
.navbar .search .search-form .close {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #fff;
  font-size: 40px;
  opacity: 1;
  cursor: pointer;
}
.navbar .logo {
  width: 80px;
}
.navbar .icon-bar {
  font-size: 13px;
}

.nav-scroll {
  background: #18181d;
  border-color: #161718;
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
  height: 100vh;
  position: relative;
}
.slider .item-img {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.slider .item-img .bord:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 80px;
  left: 80px;
  bottom: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 3;
}
.slider .item-img .bord:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0px;
  left: 0px;
  bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 3;
}
.slider.mdrn-slid .caption.bold h4, .slider.clasc-slid .caption.bold h4 {
  font-size: 60px;
  color: #b7b095;
}
.slider.mdrn-slid .caption.bold h1, .slider.clasc-slid .caption.bold h1 {
  font-size: 65px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.slider.mdrn-slid .caption.bold h6, .slider.clasc-slid .caption.bold h6 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 15px;
}
.slider .btm-curv {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 888;
}
.slider.ctrl-one .swiper-nav-ctrl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
.slider.ctrl-one .swiper-nav-ctrl:hover:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}
.slider.ctrl-one .swiper-nav-ctrl:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dashed #b7b095;
  background: none;
}
.slider.ctrl-one .swiper-nav-ctrl:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.slider.ctrl-one .swiper-pagination-bullets {
  bottom: 30px;
}
.slider.ctrl-one .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #b7b095;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 15px;
  position: relative;
  opacity: 1;
}
.slider.ctrl-one .swiper-pagination-bullet:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #b7b095;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
  opacity: 0;
}
.slider.ctrl-one .swiper-pagination-bullet-active:after {
  opacity: 1;
}
.slider.pages {
  height: 75vh;
}
.slider.pages h1 {
  font-size: 120px;
  font-style: italic;
}

.shape-top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.shape-top img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shape-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.shape-bottom img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.intro-cls .cont h5 {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.intro-cls .cont h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-cls .imgsth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-cls .imgsth .img1, .intro-cls .imgsth .img2, .intro-cls .imgsth .img3 {
  border-radius: 30px;
}
.intro-cls .imgsth .img1 img, .intro-cls .imgsth .img2 img, .intro-cls .imgsth .img3 img {
  border: 15px solid #fff;
  border-radius: 30px;
}
.intro-cls .imgsth .img2 img {
  border-bottom: 0;
}
.intro-cls .imgsth .img2 img, .intro-cls .imgsth .img3 img {
  border-right: 0;
}
.intro-cls .imgsth .img3 img {
  width: 120%;
}
.intro-cls .best-feat .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #fff;
  border-radius: 40px;
}
.intro-cls .best-feat .item:hover .icon:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 5s linear;
  -o-transition: all 5s linear;
  transition: all 5s linear;
}
.intro-cls .best-feat .item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(244, 242, 231, 0.8);
}
.intro-cls .best-feat .item .icon:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px dashed #b7b095;
  z-index: 2;
}
.intro-cls .best-feat .item .text {
  padding-left: 20px;
}
.intro-cls .best-feat .item .text h6 {
  font-size: 16px;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.feat-sec {
  position: relative;
  color: #fff;
}
.feat-sec:after, .feat-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 65%;
  width: 100%;
  background: #18181d;
  z-index: -1;
}
.feat-sec:before {
  top: auto;
  bottom: 0;
  height: 35%;
  background: #e5e1dc;
}
.feat-sec .square-flip {
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.feat-sec .square-flip {
  min-height: 350px;
}
.feat-sec .square,
.feat-sec .square2 {
  width: 100%;
  height: 100%;
}
.feat-sec .square {
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feat-sec .square h4 {
  color: #fff;
  font-size: 22px;
  text-align: left;
}
.feat-sec .square-flip .square {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1;
}
.feat-sec .square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.feat-sec .square2 {
  background: #16191e;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.feat-sec .square2:after, .feat-sec .square2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  z-index: 3;
  opacity: 0.4;
}
.feat-sec .square2:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}
.feat-sec .square2 p {
  font-size: 13px;
  color: #fff;
}
.feat-sec .square2 .icon img {
  width: 45px;
  -webkit-filter: invert(95%) sepia(0%) saturate(7492%) hue-rotate(347deg) brightness(107%) contrast(102%);
          filter: invert(95%) sepia(0%) saturate(7492%) hue-rotate(347deg) brightness(107%) contrast(102%);
}
.feat-sec .square2 .title {
  margin: 15px 0 20px;
  text-transform: capitalize;
}
.feat-sec .square2 .btn-skew {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.feat-sec .square-flip .square2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1;
}
.feat-sec .square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.feat-sec .square-container {
  padding: 40px;
  text-align: center;
  height: 350px;
  position: relative;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateX(0px) scale(1);
      -ms-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
}
.feat-sec .square-container .box-title {
  width: 100%;
}
.feat-sec .square-flip:hover .square-container {
  -webkit-transform: translateX(-650px) scale(0.88);
      -ms-transform: translateX(-650px) scale(0.88);
          transform: translateX(-650px) scale(0.88);
}
.feat-sec .square-container2 {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
          transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
}
.feat-sec .square-flip:hover .square-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
          transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.feat-sec .flip-overlay {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.services-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-box .item .icon {
  color: #b7b095;
  margin-right: 30px;
}
.services-box .item .icon:before {
  font-size: 50px;
}
.services-box .item h6 {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.services-box .item p {
  font-size: 13px;
}

.feat-prod .item {
  padding: 15px;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.feat-prod .item .img {
  height: 220px;
  width: 100%;
  background-position: center center;
}
.feat-prod .item .cont {
  padding: 15px 20px;
  background: #18181d;
  text-align: center;
}
.feat-prod .item .cont h6 {
  margin-bottom: 5px;
}
.feat-prod .item .cont .tags a {
  position: relative;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.feat-prod .item .cont .tags a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
}
.feat-prod .item .cont .tags a:last-of-type:after {
  display: none;
}
.feat-prod .item .cont .price {
  color: #b7b095;
  font-size: 16px;
  margin-top: 10px;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.portfolio .items {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio .items.width2 {
  width: 25%;
}
.portfolio .items .item-img {
  overflow: hidden;
}
.portfolio .items .item-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio .items .item-img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */
/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.menu {
  position: relative;
}
.menu .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu .tab-icons li {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 2px;
}
.menu .tab-icons li a {
  position: relative;
  font-family: "Cormorant", serif;
}
.menu .tab-icons li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  bottom: -31px;
  left: calc(50% - 10px);
  opacity: 0;
  display: none;
}
.menu .tab-icons li a span {
  font-size: 14px;
  color: #b7b095;
  margin-right: 5px;
}
.menu .tab-icons .ui-tabs-active {
  color: #b7b095;
}
.menu .tab-icons .ui-tabs-active a:after {
  opacity: 1;
}
.menu .list .box .combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
.menu .list .box .img {
  width: 80px;
  position: relative;
  z-index: 2;
}
.menu .list .box .img:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
}
.menu .list .box .text {
  padding-left: 30px;
  width: 100%;
}
.menu .list .box .text h6 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 20px;
}
.menu .list .box .flex h6,
.menu .list .box .flex .dot-line,
.menu .list .box .flex .price {
  display: table-cell;
}
.menu .list p {
  font-size: 13px;
  margin-top: 10px;
}
.menu .list .price {
  padding-left: 20px;
  white-space: nowrap;
}
.menu .list .price h4 {
  font-size: 22px;
  color: #b7b095;
}
.menu .list .price span {
  font-size: 20px;
  color: #b7b095;
}
.menu .list .dot-line {
  width: 100%;
}
.menu .list .dot-line .dots {
  height: 4px;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.menu.menu-book .tab-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.menu.menu-book .box-bord {
  padding: 80px 40px;
  position: relative;
}
.menu.menu-book .box-bord:after, .menu.menu-book .box-bord:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.menu.menu-book .box-bord:before {
  top: 5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
}
.menu.menu-book .box-bord .lins {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.menu.menu-book .box-bord .lins span {
  width: 70px;
  height: 35px;
  border-top-left-radius: 260px;
  border-top-right-radius: 260px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.menu.menu-book .box-bord .lins span:nth-of-type(2) {
  top: 50px;
}
.menu.menu-book .box-bord .lins span:nth-of-type(3) {
  top: 100px;
}
.menu.menu-book .box-bord .lins span:after, .menu.menu-book .box-bord .lins span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.menu.menu-book .box-bord .lins span:before {
  right: auto;
  left: -5px;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.staff .item {
  position: relative;
}
.staff .item:hover .info {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.staff .item:hover .img {
  opacity: 0;
}
.staff .item .img {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.staff .item .img:after, .staff .item .img:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #b7b095;
  opacity: 0.7;
  z-index: 3;
}
.staff .item .img:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}
.staff .item .info {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #1a1c1b;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.staff .item .info:after, .staff .item .info:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #b7b095;
  opacity: 0.4;
  z-index: 3;
}
.staff .item .info:before {
  top: 25px;
  left: 15px;
  right: 15px;
  bottom: 25px;
}
.staff .item .info h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
.staff .item .info h6 {
  font-size: 20px;
  font-family: "Pinyon Script", cursive !important;
  color: #b7b095;
  margin-bottom: 5px;
}
.staff .item .info .social a {
  color: #b7b095;
  font-size: 11px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonials {
  position: relative;
}
.testimonials .background {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials .item .quote-icon {
  width: 40px;
}
.testimonials .item p {
  font-size: 22px;
}
.testimonials .item .info {
  margin-top: 30px;
}
.testimonials .item .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials .item .info .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .item .info .fxright {
  margin-left: 20px;
  padding-top: 5px;
}
.testimonials .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #b7b095;
}
.testimonials .item .info .author-details {
  font-size: 13px;
}
.testimonials .control {
  float: right;
  overflow: hidden;
}
.testimonials.classic {
  padding-top: 90px;
}
.testimonials.classic .item {
  position: relative;
  text-align: center;
  padding: 0 50px;
  z-index: 2;
}
.testimonials.classic .item .icon {
  width: 40px;
  margin-bottom: 20px;
}
.testimonials.classic .item .info {
  margin-top: 20px;
}
.testimonials.classic .item .info .author {
  display: block;
}
.testimonials.classic .item .info .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.testimonials.classic .item .info .fxright {
  margin-top: 15px;
  margin-left: 0px;
  padding-top: 0px;
}
.testimonials.classic .item .info .author-name {
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}
.testimonials.classic .item .info .author-details {
  font-size: 13px;
  color: #b7b095;
}
.testimonials.classic .item p {
  font-size: 24px;
  font-weight: 100;
  color: #eee;
}
.testimonials.classic .item .info,
.testimonials.classic .item p {
  position: relative;
  z-index: 3;
}
.testimonials.classic .control {
  float: none;
  overflow: visible;
}
.testimonials.classic .control span {
  left: 30px;
}
.testimonials.classic .control span.next {
  left: auto;
  right: 30px;
}
.testimonials.classic.clis-lit .item .info .author-name {
  color: #222;
}
.testimonials.classic.clis-lit .item p {
  color: #777;
}

.control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.control span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: -30px;
}
.control span:hover {
  background: #b7b095;
  border-color: #b7b095;
}
.control span.next {
  left: auto;
  right: -30px;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog .background {
  opacity: 0.3;
}
.blog .item .img {
  min-height: 250px;
}
.blog .item .cont {
  padding-top: 30px;
}
.blog .item .cont .tags {
  overflow: hidden;
}
.blog .item .cont .tags .tag {
  padding: 2px 10px;
  background: #b7b095;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  float: right;
}
.blog .item .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.blog .item .cont .info .author span,
.blog .item .cont .info .date span,
.blog .item .cont .info .coments span {
  font-size: 12px;
  padding: 5px;
  background: #f0f0f0;
  font-family: "Cormorant", serif;
}
.blog .item .cont .info .author span i {
  font-style: normal;
  color: #b7b095;
  font-size: 10px;
  margin-right: 5px;
}
.blog .item .cont .info .date span {
  margin: 0 5px;
}
.blog .item .cont .text {
  margin-bottom: 20px;
}
.blog .item .cont .text h4 {
  font-size: 26px;
  font-family: "Cormorant", serif;
}
.blog .item .cont .text p {
  font-size: 14px;
  margin-top: 10px;
}
.blog .item .cont .more a {
  color: #b7b095;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
}
.blog .item .cont .more a:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #b7b095;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0.1;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.block-parallax {
  padding: 220px 0;
}
.block-parallax h2.scfont {
  font-size: 70px;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-us .map-info .map {
  width: 100%;
  height: 300px;
}
.contact-us .map-info .con-info .item h4 {
  color: #b7b095;
  margin-bottom: 30px;
}
.contact-us .map-info .con-info .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.contact-us .map-info .con-info .item li .icon {
  font-size: 20px;
  color: #b7b095;
  margin-top: 8px;
}
.contact-us .map-info .con-info .item li p {
  font-size: 16px;
  margin-left: 20px;
}
.contact-us .map-info .con-info .item li a:hover {
  color: #b7b095;
}
.contact-us .opening {
  padding: 60px 40px;
  position: relative;
  color: #fff;
  background: #18181d;
  text-align: center;
  position: relative;
}
.contact-us .opening:after, .contact-us .opening:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.contact-us .opening:before {
  top: 20px;
  left: 10px;
  right: 10px;
  bottom: 20px;
}
.contact-us .opening h6 {
  color: #b7b095;
  text-transform: capitalize;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.contact-us .opening h4 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-us .opening .open-hour li {
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  text-align: left;
}
.contact-us .opening .open-hour li span {
  float: right;
}
.contact-us .opening .call-us h5 {
  color: #b7b095;
  letter-spacing: 5px;
}
.contact-us .opening .call-us a {
  font-size: 25px;
  font-weight: 500;
}
.contact-us .contact-form input,
.contact-us .contact-form textarea,
.contact-us .contact-form .nice-select {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  height: 52px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px rgba(201, 171, 129, 0.4);
}
.contact-us .contact-form textarea {
  padding: 15px;
  height: 140px;
  line-height: 2;
}
.contact-us .contact-form button {
  text-align: center;
  border: 0;
}

.booking .nice-select .list {
  height: 200px;
  overflow-y: auto;
}
.booking .nice-select .list li:first-of-type {
  display: none;
}
.booking .nice-select .list li.selected {
  color: #b7b095;
}
.booking .nice-select,
.booking .datepic {
  border: 1px solid #fff;
  background: transparent;
  height: 52px;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 18px;
  padding-right: 30px;
}
.booking .datepic {
  border: 1px solid #fff;
  background: transparent;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  color: #fff;
}
.booking .datepic::-webkit-input-placeholder {
  color: #fff;
}
.booking .datepic::-moz-placeholder {
  color: #fff;
}
.booking .datepic:-ms-input-placeholder {
  color: #fff;
}
.booking .datepic::-ms-input-placeholder {
  color: #fff;
}
.booking .datepic::placeholder {
  color: #fff;
}
.booking a {
  width: 100%;
  height: 52px;
  text-align: center;
}
.booking.lit .nice-select,
.booking.lit .datepic {
  border-color: #333;
  color: #222;
}
.booking.lit .nice-select::-webkit-input-placeholder, .booking.lit .datepic::-webkit-input-placeholder {
  color: #222;
}
.booking.lit .nice-select::-moz-placeholder, .booking.lit .datepic::-moz-placeholder {
  color: #222;
}
.booking.lit .nice-select:-ms-input-placeholder, .booking.lit .datepic:-ms-input-placeholder {
  color: #222;
}
.booking.lit .nice-select::-ms-input-placeholder, .booking.lit .datepic::-ms-input-placeholder {
  color: #222;
}
.booking.lit .nice-select::placeholder,
.booking.lit .datepic::placeholder {
  color: #222;
}

.booking-box {
  padding: 100px 0;
}
.booking-box .container {
  background: #d2cdb7;
  padding: 80px;
}
.booking-box .toup {
  position: relative;
  z-index: 2;
}
.booking-box .opening {
  padding: 60px 40px;
  position: relative;
  background: #18181d;
  text-align: center;
  position: relative;
}
.booking-box .opening:after, .booking-box .opening:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}
.booking-box .opening:before {
  top: 20px;
  left: 10px;
  right: 10px;
  bottom: 20px;
}
.booking-box .opening h6 {
  color: #b7b095;
  text-transform: capitalize;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.booking-box .opening h4 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.booking-box .opening .open-hour li {
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  text-align: left;
}
.booking-box .opening .open-hour li span {
  float: right;
}
.booking-box .opening .call-us h5 {
  color: #b7b095;
  letter-spacing: 5px;
}
.booking-box .opening .call-us a {
  font-size: 25px;
  font-weight: 500;
}
.booking-box .box-book {
  padding-left: 45px;
}
.booking-box .box-book .form .form-group {
  margin-bottom: 30px;
}
.booking-box .box-book .form input,
.booking-box .box-book .form textarea,
.booking-box .box-book .form .nice-select {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  background: transparent;
  border: 1px solid #18181d;
  border-radius: 0;
  color: #18181d;
}
.booking-box .box-book .form input::-webkit-input-placeholder, .booking-box .box-book .form textarea::-webkit-input-placeholder, .booking-box .box-book .form .nice-select::-webkit-input-placeholder {
  color: #18181d;
}
.booking-box .box-book .form input::-moz-placeholder, .booking-box .box-book .form textarea::-moz-placeholder, .booking-box .box-book .form .nice-select::-moz-placeholder {
  color: #18181d;
}
.booking-box .box-book .form input:-ms-input-placeholder, .booking-box .box-book .form textarea:-ms-input-placeholder, .booking-box .box-book .form .nice-select:-ms-input-placeholder {
  color: #18181d;
}
.booking-box .box-book .form input::-ms-input-placeholder, .booking-box .box-book .form textarea::-ms-input-placeholder, .booking-box .box-book .form .nice-select::-ms-input-placeholder {
  color: #18181d;
}
.booking-box .box-book .form input::placeholder,
.booking-box .box-book .form textarea::placeholder,
.booking-box .box-book .form .nice-select::placeholder {
  color: #18181d;
}
.booking-box .box-book .form textarea {
  height: 120px;
}
.booking-box .box-book .form button {
  width: 100%;
  text-align: center;
  border: 0;
}
.booking-box .box-book .form button i:after {
  background: #18181d;
}
.booking-box .box-book .form button i:before {
  border-color: #18181d;
}

.ui-widget-content,
.ui-widget.ui-widget-content,
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button, .ui-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
}

.ui-widget-content a {
  color: inherit;
}

.ui-widget-header {
  background: transparent;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #b7b095;
}

.ui-widget-header {
  font-weight: 400;
  font-size: 14px;
}

.ui-datepicker td {
  font-size: 13px;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: 600;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 5px;
}

.ui-icon-circle-triangle-w {
  background-position: -97px 0px;
}

.ui-icon-circle-triangle-e {
  background-position: -32px 0px;
}

#ui-datepicker-div {
  background: #fff;
}

/* ====================== [ End contact ] ====================== */
/* ====================== [ Start Shop ] ====================== */
.main-shop .products-shop .topline {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .products-shop .topline .sortby {
  margin-left: auto;
}
.main-shop .products-shop .topline .sortby .nice-select {
  border: 1px solid #eee;
  background: transparent;
  height: 52px;
  line-height: 50px;
  border-radius: 0px;
  padding-left: 18px;
  padding-right: 30px;
  min-width: 220px;
}
.main-shop .products-shop .topline .sortby .nice-select .list {
  height: 200px;
  overflow: auto;
  border-radius: 0;
}
.main-shop .products-shop .item {
  margin-bottom: 30px;
}
.main-shop .products-shop .item .img {
  overflow: hidden;
  position: relative;
}
.main-shop .products-shop .item .img .addcart {
  padding: 10px 20px;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.main-shop .products-shop .item .img .addcart span {
  margin-left: 5px;
}
.main-shop .products-shop .item .img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-shop .products-shop .item .img:hover .addcart {
  opacity: 1;
}
.main-shop .products-shop .item .img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.main-shop .products-shop .item .cont {
  padding: 25px 20px;
  background: #f9f9f9;
  border: 1px dashed #eee;
}
.main-shop .products-shop .item .cont h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.main-shop .products-shop .item .cont .tags a {
  position: relative;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.main-shop .products-shop .item .cont .tags a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
}
.main-shop .products-shop .item .cont .tags a:last-of-type:after {
  display: none;
}
.main-shop .products-shop .item .cont .info p {
  color: #666;
  font-size: 14px;
}
.main-shop .products-shop .item .cont .price {
  color: #b7b095;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.main-shop .products-shop .item .cont .botm {
  overflow: hidden;
  margin-top: 20px;
}
.main-shop .products-shop .item .cont .botm .price {
  float: left;
}
.main-shop .products-shop .item .cont .botm .tags {
  float: right;
  margin: 0;
}
.main-shop .shop-sidebar .item {
  margin-bottom: 30px;
  padding: 25px 20px;
  background: #f9f9f9;
  border: 1px dashed #eee;
}
.main-shop .shop-sidebar .item:last-of-type {
  margin-bottom: 0;
}
.main-shop .shop-sidebar .item .tit {
  margin-bottom: 30px;
}
.main-shop .shop-sidebar .item .tit h4 {
  font-size: 22px;
}
.main-shop .shop-sidebar .item .search .form-group {
  position: relative;
  margin: 0;
}
.main-shop .shop-sidebar .item .search input {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.main-shop .shop-sidebar .item .search .icon {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.main-shop .shop-sidebar .item .range {
  /* Style toddler input range */
  /* Style track input range */
}
.main-shop .shop-sidebar .item .range .filter-price {
  border: 0;
  padding: 0;
  margin: 0;
}
.main-shop .shop-sidebar .item .range .price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background: #b7b095;
  padding: 15px;
}
.main-shop .shop-sidebar .item .range .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin-right: 60px;
  width: 100%;
}
.main-shop .shop-sidebar .item .range .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range] {
  position: absolute;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range] {
  width: 100%;
  height: 7px;
  border: 1px solid #b7b095;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]:active,
.main-shop .shop-sidebar .item .range .price-field input[type=range]:focus {
  outline: 0;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-ms-track {
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  border-radius: 5px;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: #222;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #222;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #242424;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  height: 4px;
  cursor: pointer;
  background: #b7b095;
  border-radius: 5px;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  height: 4px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]::-ms-track {
  /* IE */
  height: 4px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
.main-shop .shop-sidebar .item .range .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 0px;
}
.main-shop .shop-sidebar .item .range .price-wrap-1,
.main-shop .shop-sidebar .item .range .price-wrap-2 {
  margin-left: 0px;
}
.main-shop .shop-sidebar .item .range .price-title {
  margin-right: 5px;
}
.main-shop .shop-sidebar .item .range .price-wrap_line {
  margin: 6px 10px 5px 0px;
}
.main-shop .shop-sidebar .item .range .price-wrap #one,
.main-shop .shop-sidebar .item .range .price-wrap #two {
  width: 30px;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
}
.main-shop .shop-sidebar .item .range .price-wrap label {
  margin-top: 6px;
  padding-left: 5px;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #242424;
          box-shadow: 0 0 0 0.5px #242424;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main-shop .shop-sidebar .item .range .price-field input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #242424;
          box-shadow: 0 0 0 0.5px #242424;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main-shop .shop-sidebar .item .pop-prod .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.main-shop .shop-sidebar .item .pop-prod .product:last-of-type {
  margin-bottom: 0;
}
.main-shop .shop-sidebar .item .pop-prod .product .img {
  width: 100px;
}
.main-shop .shop-sidebar .item .pop-prod .product .info {
  padding-left: 20px;
}
.main-shop .shop-sidebar .item .pop-prod .product .info .price {
  margin-bottom: 5px;
}
.main-shop .shop-sidebar .item .pop-prod .product .info .rate i {
  font-size: 12px;
  color: #b7b095;
}
.main-shop .shop-sidebar .item .ctg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.main-shop .shop-sidebar .item .ctg li:last-of-type {
  margin-bottom: 0;
}
.main-shop .shop-sidebar .item .ctg li a {
  padding-right: 15px;
}
.main-shop .shop-sidebar .item .ctg li span {
  margin-left: auto;
  padding-left: 15px;
  font-size: 14px;
  color: #b7b095;
}
.main-shop .shop-sidebar .item .ctg li .dots {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin-top: 15px;
}
.main-shop .shop-sidebar .item .tags a {
  font-size: 13px;
  font-family: "Playfair Display", serif;
  padding: 7px 15px;
  margin-bottom: 4px;
  color: #b7b095;
  background: #242424;
}
.main-shop .single-product .prod-title {
  margin-bottom: 30px;
}
.main-shop .single-product .prod-title h4 {
  margin-bottom: 10px;
}
.main-shop .single-product .prod-title .info, .main-shop .single-product .prod-title .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .single-product .prod-title .price span {
  font-weight: 500;
  font-size: 14px;
}
.main-shop .single-product .prod-title .price strong {
  color: #b7b095;
  font-family: "Playfair Display", serif;
  margin-left: 5px;
}
.main-shop .single-product .prod-title .review {
  margin-left: 60px;
}
.main-shop .single-product .prod-title .review span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 2;
}
.main-shop .single-product .prod-title .review i {
  font-size: 10px;
  color: #b7b095;
}
.main-shop .single-product .prod-img .img-slider {
  position: relative;
}
.main-shop .single-product .prod-img .img-slider .item {
  width: 100%;
  padding-right: 10px;
}
.main-shop .single-product .prod-img .thum {
  margin-top: 10px;
}
.main-shop .single-product .prod-img .thum .item {
  padding-right: 10px;
}
.main-shop .single-product .text-inf {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.main-shop .single-product .text-inf .order-tags {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .single-product .text-inf .gat span {
  font-weight: 500;
  font-size: 13px;
  margin-right: 10px;
}
.main-shop .single-product .text-inf .gat a {
  padding: 5px 10px;
  font-size: 12px;
  color: #b7b095;
  background: #f7f7f7;
}
.main-shop .single-product .text-inf .order {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .single-product .text-inf .order .order-count input {
  margin-right: 5px;
  padding: 13px 0px 13px 15px;
  border: 1px solid #ccc;
  font-family: "Playfair Display", serif;
}
.main-shop .single-product .text-inf .order button {
  border: 0;
}
.main-shop .single-product .text-inf p {
  font-size: 15px;
  margin-top: 20px;
}
.main-shop .single-product .comments {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.main-shop .single-product .comments .item {
  padding: 25px;
  background: #f9f9f9;
  border: 1px dashed #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .single-product .comments .item .client-img {
  margin-right: 30px;
}
.main-shop .single-product .comments .item .client-img .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.main-shop .single-product .comments .item .cont .client-info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-shop .single-product .comments .item .cont .client-info h6 {
  font-size: 17px;
  margin-right: 10px;
}
.main-shop .single-product .comments .item .cont .client-info .rate {
  color: #b7b095;
  font-size: 10px;
  margin-top: 4px;
}
.main-shop .single-product .comments .item .cont .client-info span {
  font-size: 13px;
}
.main-shop .single-product .comments .item .cont p {
  font-size: 14px;
  margin-top: 15px;
}
.main-shop .single-product .add-review {
  border-bottom: 1px solid #eee;
}
.main-shop .single-product .add-review .form-group {
  margin-bottom: 30px;
}
.main-shop .single-product .add-review input,
.main-shop .single-product .add-review textarea {
  padding: 15px;
  width: 100%;
  font-size: 14px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}
.main-shop .single-product .add-review textarea {
  height: 140px;
}
.main-shop .single-product .add-review button {
  border: 0;
}

.main-cart .line {
  padding: 0;
  text-align: center;
}
.main-cart .line.even {
  background: #f9f9f9;
}
.main-cart .line.bord {
  border-right: 1px solid #eee;
}
.main-cart .line .title {
  padding: 10px;
  height: 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.main-cart .line .title h6 {
  line-height: 40px;
  font-size: 16px;
}
.main-cart .line .item-img .img {
  height: 40px;
  width: 50px;
  margin: 15px auto;
}
.main-cart .line .item-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-cart .line .item-count input {
  padding: 10px 0 10px 20px;
  border: 0;
  margin-top: 10px;
}
.main-cart .line .cont {
  padding: 10px;
  height: 90px;
  border-bottom: 1px solid #eee;
}
.main-cart .line .cont p,
.main-cart .line .cont a {
  color: #222;
  line-height: 60px;
  font-size: 15px;
}
.main-cart .line .remove-item .cont a {
  font-size: 24px;
}

/* ====================== [ end Shop ] ====================== */
/* ====================== [ Start Footer ] ====================== */
.main-footer {
  color: #fff;
  padding-top: 80px;
  background-color: #18181d;
}
.main-footer:before {
  background: #000;
  opacity: 0.75;
}
.main-footer .ftop {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.main-footer .flogo {
  display: inline-block;
}
.main-footer .flogo img {
  width: 100px;
}
.main-footer .social {
  float: right;
}
.main-footer .social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #b7b095;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer .item .ftitle h6 {
  color: #b7b095;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.main-footer .item ul {
  margin: 0;
}
.main-footer .item ul li .tit,
.main-footer .item ul li .dots,
.main-footer .item ul li span {
  display: table-cell;
  white-space: nowrap;
}
.main-footer .item ul li {
  margin-bottom: 20px;
  font-size: 14px;
}
.main-footer .item ul li:last-of-type {
  margin-bottom: 0;
}
.main-footer .item ul li span {
  white-space: nowrap;
  padding-left: 10px;
}
.main-footer .item ul li .tit {
  padding-right: 10px;
}
.main-footer .item ul li .dots {
  height: 4px;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  top: -7px;
}
.main-footer .subscribe p {
  font-size: 13px;
  margin-bottom: 10px;
}
.main-footer .subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-footer .subscribe form .fleft {
  width: 100%;
}
.main-footer .subscribe form input {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer .subscribe form button {
  border: 0;
  padding: 13px 25px;
  min-width: auto;
}
.main-footer .subscribe form button span {
  white-space: nowrap;
  font-family: "Playfair Display", serif;
}
.main-footer .ftail {
  padding: 30px 0;
  margin-top: 80px;
  background: #161718;
  position: relative;
  z-index: 2;
}
.main-footer .ftail p {
  font-size: 13px;
}
.main-footer .ftail p a {
  color: #b7b095;
}

.insta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
}
.insta .img {
  position: relative;
}
.insta .img:hover i {
  opacity: 1;
}
.insta .img:hover:after {
  opacity: 0;
}
.insta .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b7b095;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.1;
}
.insta .img i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.insta .follow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #b7b095;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader:after, #preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #252531;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.loading-text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #b7b095;
  font-family: "Teko", sans-serif;
  z-index: 9999;
}
.loading-text.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
          animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
          animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
body {
  cursor: none;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #b7b095;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #b7b095;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #b7b095;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #b7b095;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #b7b095;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 5;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #02050b;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }

  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px;
  }

  .md-mb60 {
    margin-bottom: 60px;
  }

  .md-mb70 {
    margin-bottom: 70px;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-pb10 {
    padding-bottom: 10px;
  }

  .md-pb20 {
    padding-bottom: 20px;
  }

  .md-pb30 {
    padding-bottom: 30px;
  }

  .md-pb40 {
    padding-bottom: 40px;
  }

  .md-pb50 {
    padding-bottom: 50px;
  }

  .md-pb60 {
    padding-bottom: 60px;
  }

  .md-pb70 {
    padding-bottom: 70px;
  }

  .md-pb80 {
    padding-bottom: 80px;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .container {
    max-width: 720px;
  }

  .del-md {
    display: none;
  }

  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .cart {
    padding: 10px 0;
  }
  .navbar .cart:before, .navbar .cart:after {
    display: none;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }

  .navbar .search .search-form {
    background: #eee;
  }

  .navbar .search .search-form form input {
    color: #000;
    border: 0;
  }

  .navbar .search {
    border: 0;
    padding: 0;
  }

  .navbar .search .search-form {
    display: block;
    position: static;
    height: auto;
  }

  .navbar .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .navbar .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }

  .navbar .search .icon,
.navbar .search .search-form .close {
    display: none;
  }

  .navbar .cart {
    position: static;
  }

  .navbar .cart .cart-side {
    width: 100%;
    top: 50px;
    min-height: 300px;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #b7b095;
  }

  .slider.mdrn-slid .caption.bold h1,
.slider.clasc-slid .caption.bold h1 {
    font-size: 50px;
  }

  .slider.mdrn-slid .caption.bold h6,
.slider.clasc-slid .caption.bold h6 {
    letter-spacing: 10px;
  }

  .intro-cls .cont,
.menu .tab-icons,
.feat-sec .square-flip {
    margin-bottom: 50px;
  }

  .feat-sec {
    padding-bottom: 70px;
  }

  .intro-cls .imgsth .img2 img,
.intro-cls .imgsth .img3 img {
    border-left: 0;
  }

  .menu .tab-icons {
    text-align: center;
  }

  .menu .tab-icons li {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }

  .menu .btn-skew {
    display: none;
  }

  .testimonials .background {
    width: 100%;
    opacity: 0.5;
  }

  .testimonials .tesim-img {
    display: none;
  }

  .block-parallax h2.scfont {
    font-size: 40px;
  }

  .booking-box .box-book {
    padding: 0;
    margin-top: 50px;
  }

  .portfolio .items {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .testimonials.classic {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb60 {
    margin-bottom: 60px;
  }

  .sm-mb70 {
    margin-bottom: 70px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-pb10 {
    padding-bottom: 10px;
  }

  .sm-pb20 {
    padding-bottom: 20px;
  }

  .sm-pb30 {
    padding-bottom: 30px;
  }

  .sm-pb40 {
    padding-bottom: 40px;
  }

  .sm-pb50 {
    padding-bottom: 50px;
  }

  .sm-pb60 {
    padding-bottom: 60px;
  }

  .sm-pb70 {
    padding-bottom: 70px;
  }

  .sm-pb80 {
    padding-bottom: 80px;
  }

  .container {
    max-width: 540px;
  }

  .del-sm {
    display: none;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }

  .navbar .logo {
    width: 40px;
  }

  .sec-head h6 {
    letter-spacing: 5px;
  }

  .sec-head h3 {
    font-size: 40px;
  }

  .sec-head .scfont {
    font-size: 30px;
    letter-spacing: 15px;
  }

  .slider.mdrn-slid .caption.bold h1,
.slider.clasc-slid .caption.bold h1 {
    font-size: 32px;
  }

  .slider.mdrn-slid .caption.bold h6,
.slider.clasc-slid .caption.bold h6 {
    letter-spacing: 7px;
  }

  .slider.pages h1 {
    font-size: 80px;
  }

  .menu .tab-icons li {
    margin-bottom: 15px;
  }

  .insta .btn-skew,
.menu .list .box .img {
    display: none;
  }

  .portfolio .items {
    width: 100% !important;
  }

  .block-parallax h2.scfont {
    font-size: 34px;
    letter-spacing: 15px;
  }

  .menu.menu-book .box-bord {
    padding: 50px 30px;
  }

  .menu .list .box .text {
    padding-left: 0;
  }

  .menu.menu-book .tab-icons {
    display: block;
  }

  .testimonials.classic .item {
    padding: 30px;
  }

  .testimonials.classic .control {
    top: auto;
    bottom: 0;
  }

  .testimonials.classic .control span {
    left: calc(50% - 50px);
  }

  .testimonials.classic .control span.next {
    right: calc(50% - 50px);
  }

  .testimonials.classic .item:after,
.testimonials.classic .item .bord {
    display: none;
  }

  .main-cart .line .item-des {
    background: #f9f9f9;
  }
}
@media screen and (max-width: 480px) {
  .slider.mdrn-slid .caption.bold h4,
.slider.clasc-slid .caption.bold h4 {
    font-size: 40px;
  }

  .slider.mdrn-slid .caption.bold h1,
.slider.clasc-slid .caption.bold h1 {
    font-size: 16px;
  }

  .slider.mdrn-slid .caption.bold h6,
.slider.clasc-slid .caption.bold h6 {
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 10px;
  }

  .slider.pages h1 {
    font-size: 60px;
  }

  .intro-cls .cont h2 {
    font-size: 24px;
  }

  .menu .list .box .img:after {
    display: none;
  }

  .feat-sec .square-container {
    padding: 30px;
  }

  .insta {
    display: none;
  }

  .booking-box .container {
    padding: 60px 30px;
  }

  .testimonials.classic .item {
    padding: 30px 0;
  }

  .main-cart .line .title,
.main-cart .line .cont {
    padding: 10px 0;
  }

  .main-shop .shop-sidebar .item .range .price-wrap,
.main-shop .single-product .text-inf .order-tags {
    display: block;
  }

  .main-shop .single-product .text-inf .order {
    margin-top: 15px;
  }

  .main-shop .single-product .comments .item .client-img .img {
    width: 50px;
    height: 50px;
  }

  .main-shop .single-product .comments .item .client-img {
    margin-right: 15px;
  }
}
/* ====================== [ End Responsive ] ====================== */