/*--------------------------------------------------------------------------------------
Theme Name: Bhojon
Theme URI: http://bdtask.com
Author Name: BDTask
Author URI: http://bdtask.com
Version: 1.0

----------------------------------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
}

.font_lato {
  font-family: "Lato", sans-serif;
}

.font_libre {
  font-family: "Libre Bodoni", serif;
}

a {
  color: #3a3a3a;
  transition: all 200ms linear 0s;
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: var(--text-primary); */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3a3a;
}

p {
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.loader4 {
  width: 90px;
  height: 90px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: var(--text-primary);
  border-bottom-color: #ddd;
  border-left-color: var(--text-primary);
  border-right-color: #ddd;
  -webkit-animation: loader4 1s ease-in-out infinite;
  animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader4 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.preloader .loader-img {
  position: absolute;
}
.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_70 {
  padding-bottom: 70px;
}

.top_230 {
  top: 230px;
}

.sect_mar {
  margin: 100px 0;
}

.sect_pad {
  padding: 100px 0;
}

.sect_pad2 {
  padding: 100px 0 50px;
}

.sect_pad3 {
  padding: 100px 0 0;
}

.page_header_content {
  padding: 15px 0;
}

.opacity-p6 {
  opacity: 0.6;
}

button:focus,
.btn:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--text-primary);
}

select {
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right 0rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #fff;
  height: 36px;
  border: 1px solid #dedede;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 6px 12px;
}

.title_one {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  margin-bottom: 6px;
}

.btn-dark {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  padding: 0 30px;
  line-height: 45px;
}

.btn-dark.btn-sm {
  padding: 0 22px;
  line-height: 38px;
}

.simple_btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-top: 30px;
  padding: 0 12px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 600;
  cursor: pointer;
  background: var(--text-primary);
  border: 2px solid var(--text-primary);
  color: #fff;
}

/*-----------Cart Box CSS-----------*/

.cart-page-title {
  background: #1d1d1d;
  padding: 15px 25px;
  color: #fff;
  margin-bottom: 30px;
}

.shopping-cart-box {
  margin: 0;
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  border-top: 3px solid var(--text-primary);
}

.shopping-cart-box .shopping-cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart-box .shopping-cart-items {
  padding-top: 20px;
  list-style: none;
  padding-left: 0;
}

.shopping-cart-box .shopping-cart-items li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
}

.shopping-cart-box .shopping-cart-items img {
  margin-right: 12px;
  max-width: 55px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.shopping-cart-box .shopping-cart-items .item-price {
  color: var(--text-primary);
  margin-right: 8px;
  font-size: 13px;
}

.shopping-cart-box:after {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: var(--text-primary);
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-image {
  float: left;
  width: 150px;
  padding-right: 20px;
}

.product-details {
  width: calc(70% - 190px);
}

.product-removal {
  width: 40px;
  text-align: right;
}

.product-line-price {
  width: 30%;
  text-align: center;
}

.totals-item p {
  margin-bottom: 0;
}

.product .product-image img {
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
}

.product .product-details .product-title {
  margin-right: 20px;
}

.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}

.product .product-quantity input {
  width: 60px;
  border: 1px solid #c7c7c7;
}

.product .remove-product {
  border: 0;
  background-color: var(--text-primary);
  color: #fff;
  font-size: 11px;
  width: 25px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.product .remove-product i {
  display: block;
  line-height: 25px;
}

.product .remove-product:hover {
  background-color: #000;
}

.totals .totals-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.totals .totals-item:last-child {
  margin-bottom: 0;
}

.coupon,
.totals_area {
  border: 1px solid #ddd;
  padding: 20px 15px;
}

/* Radio Buttons */

@media (max-width: 640px) {
  .radios {
    flex-direction: column;
  }
}

.radio input {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.radio input:focus + label {
  background: #eeeeff;
}

.radio input:focus + label .checker {
  border-color: #6666ff;
}

.radio input:checked + label .checker {
  box-shadow: inset 0 0 0 6px var(--text-primary);
}

.radio label {
  display: flex;
  align-items: center;
  height: 28px;
  border-radius: 14px;
  margin: 10px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.radio label:hover .checker {
  box-shadow: inset 0 0 0 2px var(--text-primary);
}

.radio .checker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: box-shadow 0.3s ease;
}

.button {
  background: #6394f8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}

.button:hover {
  background: #729ef9;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.quantity-span {
  padding: 0 5px;
  line-height: 24px;
  display: inline-block;
}

.btn-quantity {
  line-height: 10px;
  padding: 5px;
  font-size: 11px;
  background: #ffd9d9;
  border-radius: 50%;
  color: var(--text-primary);
}

.btn-quantity:focus {
  background: var(--text-primary);
  color: #fff;
}

.btn-remove {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  font-size: 10px;
  top: calc(50% - 15px);
  cursor: pointer;
  transition-duration: 0.3s;
  transform-origin: 50% 50%;
  padding: 0;
}

.btn-remove:hover {
  transform: rotate(180deg);
}

.btn-dark:focus,
.btn-dark:hover {
  background-color: var(--text-primary);
  outline: none;
  box-shadow: none;
  color: #fff;
}

.simple_btn.btn2 {
  line-height: 50px;
  padding: 0 25px;
}

.wishlist_btn {
  display: inline-block;
  font-size: 15px;
  padding: 0 25px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid var(--text-primary);
  color: var(--text-primary);
}

.wishlist_btn:focus,
.wishlist_btn:hover {
  background: var(--text-primary);
  color: #fff;
}

.simple_btn:hover,
.simple_btn:focus {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

.btn1 {
  border: 1px solid #ccc3c3;
  background: transparent;
  color: #0b0b0b;
  padding: 0 10px;
  line-height: 33px;
}

.btn:focus,
btn1:focus {
  outline: none;
  box-shadow: none;
  /* color: #fff; */
}

.btn1:focus {
  border: 1px solid #dad;
}

/*--------- Btn Top -----------*/
.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: var(--text-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}

.cd-top:focus {
  text-decoration: none;
}

.cd-top i {
  color: #fff;
  line-height: 45px;
  display: block;
  font-size: 17px;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 0;
  bottom: 70px;
}

.cd-top.cd-fade-out {
  opacity: 1;
  z-index: 9999;
}

.cd-top:hover {
  background-color: var(--text-primary);
      opacity: 0.7;
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    border-radius: 0;
    right: 35px;
    bottom: 100px;
    transition: all 300ms linear 0s;
  }
}

.bg_two {
  background: #f9f9f9;
}

.bg_img_area {
  position: relative;
}

.bg_img_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/background/1.png) no-repeat;
}

.bg_img_left.img_2 {
  background: url(../images/background/3.png) no-repeat;
}

.bg_overlay {
  opacity: 0.3;
}

.bg_img_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/background/2.png) no-repeat 100% 100% scroll;
}

.social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #1b4e9b;
  margin: 0 2px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}

.social-links a.tw {
  background-color: #00aeef;
}

.social-links a.gp {
  background-color: #c00;
}

.social-links a.gp {
  background-color: #c00;
}

.social-links a.pr {
  background-color: #c8232c;
}

.search_box {
  position: relative;
  top: -44px;
  z-index: 1;
}

.search_box_inner {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
}

.search_box_inner .btn {
  border-radius: 0;
  font-size: 15px;
  display: block;
  line-height: 36px;
  padding: 0 14px;
  width: 100%;
}

.search_box_inner .form-control,
.search_box_inner .input-group-text {
  border-radius: 0;
}

.search_box_inner .input-group-text {
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}

.search_box_inner .form-control::placeholder {
  font-size: 14px;
}

.search_box_inner .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--text-primary);
}

.search_box_inner .input-group-text i {
  color: #fff;
}

/*--------------------
   Header 
----------------------*/
.header_top_area {
  position: relative;
  width: 100%;
}

.logo_wrapperShape {
  background: url(../img/logo-wrapper.png);
  background-size: contain;
  width: 190px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartBtn {
  border: 2px solid #ddd;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media (min-width: 992px) {
  .dropdown-menu.search_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .dropdown-menu {
    position: absolute;
    top: 72px;
    margin: 0;
  }
}

.cart-box,
.dropdown-menu {
  font-size: 14px;
  text-transform: capitalize;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--text-primary);
}

.search_box .card {
  background: #272727;
  border-radius: 0;
  border: 0;
}

.search_box .card .form-control {
  background: #444;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  color: #ececec;
}

.search_box .card .form-control::placeholder {
  color: #b3b3b3;
}

.search_box .card .btn {
  background: var(--text-primary);
  border-radius: 0;
  line-height: 30px;
  border: 1px solid var(--text-primary);
  font-size: 15px;
  color: #ffffff;
}

.hide-menu .cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  margin: 0;
  margin-left: auto;
  padding: 10px 0;
  background: transparent;
  border: 0;
  color: #212529;
  text-transform: capitalize;
  z-index: 12;
  opacity: 1;
  transform-origin: top;
  transform: scaleY(0);
  transition: ease-out 0.4s;
}

.hide-menu:hover .cart_box {
  transform: scaleY(1);
}

.hide-menu .cart_box .cart-box {
  max-height: 374px;
  overflow-y: auto;
}

.cart_btn_area .simple_btn {
  padding: 0 30px;
  line-height: 45px;
}

.coupon .simple_btn {
  display: block;
  width: 100%;
}

.cart_box p {
  color: #fff;
}

.navbar {
  border-bottom: 0;
  padding: 20px 0;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  color: #fff;
  right: 0;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 45px;
  height: 50px;
  text-align: center;
  position: absolute;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition: all 0.3s ease 0s;
  border: 1px solid #ddd;
}

.owl-nav .owl-prev {
  left: -70px;
  transform: translatey(-50%);
}

.owl-nav .owl-next {
  right: -70px;
  transform: translatey(-50%);
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  display: block;
  font-size: 21px;
  color: #ddd;
  line-height: 50px;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus {
  background: var(--text-primary);
  border: 1px solid var(--text-primary);
}

.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:focus i,
.owl-nav .owl-prev:focus i {
  color: #fff;
}

/*----------------------------
    Cart Box
------------------------------*/
.cart-header {
  border-bottom: 1px solid #ddd;
}

.cart-box {
  padding: 15px;
  list-style: none;
  border: 1px solid #ddd;
}

.cart-content {
  padding: 15px;
}

.cart-content .img-box {
  max-width: 60px;
  margin-right: 10px;
}

.cart-content .delete_box {
  max-width: 20px;
  width: 100%;
  text-align: right;
}

.cart-content .content {
  max-width: calc(100% - 90px);
  width: 100%;
}

/*----------------------------
    Metis Menu
------------------------------*/
#sidebarCollapse {
  border-radius: 0;
  border: 0;
  background: #ffe7e7;
  padding: 0 10px;
}

#sidebarCollapse i {
  font-size: 19px;
  margin-left: 0;
  color: var(--text-primary);
  line-height: 35px;
  display: block;
}

@media (min-width: 992px) {
  .sidebar-toggle-btn {
    display: none;
  }
}

.sidebar-nav {
  position: fixed;
  width: 260px;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 999;
  background: #1d1d1d;
  transition: all 0.3s;
  overflow-y: scroll;
  padding: 0 20px 20px;
  transition-duration: 0.5s;
}

.sidebar-nav.active {
  left: 0;
}

#dismiss {
  width: 0;
  height: 0;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #c1c1c1;
}

.metismenu {
  margin-top: 80px;
}

.metismenu > li {
  border-bottom: 1px solid #353535;
  padding: 12px 0;
}

.metismenu > li > a {
  font-size: 14px;
  display: block;
  padding-right: 20px;
  position: relative;
  -webkit-transition: none;
  transition: none;
  color: #c1c1c1;
  font-weight: 500;
}

.metismenu > li > a:hover,
.metismenu > li.active > a,
.metismenu > li > ul > li > a:hover,
.metismenu > li > ul > li > ul > li > a:hover,
.metismenu > li > ul > li > ul > li.active > a {
  color: #fff;
}

.metismenu > li > ul {
  padding-left: 15px;
  padding-top: 10px;
  list-style-type: none;
}

.metismenu > li > ul > li {
  padding: 6px 0;
}

.metismenu > li > ul > li > a {
  font-size: 14px;
  display: block;
  position: relative;
  color: #c1c1c1;
  font-weight: 500;
}

.metismenu > li > ul > li.active > a {
  color: #212121;
}

.metismenu > li > ul > li > ul {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 10px;
}

.metismenu > li > ul > li > ul > li {
  padding: 6px 0;
}

.metismenu > li > ul > li > ul > li > a {
  font-size: 14px;
  display: block;
  color: #adbdbb;
}

.metismenu .arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.metismenu li.active .fa.arrow::before {
  content: "\f107";
}

@media (min-width: 992px) {
  .sidebar-nav {
    display: none;
  }
}

/*----------------------------
    Page Banner
------------------------------*/

.page_header {
  position: relative;
  background: #f9f9f9;
}

.menu_banner_bg {
  background: url("../images/background/menu-banner.jpg") no-repeat scroll;
}

.page_header_content h1,
.page_header_content a {
  color: #3a3a3a;
  font-size: 14px;
}

.page_header_content a:hover {
  color: var(--text-primary);
}

.page_header_content li i {
  color: #3a3a3a;
  font-size: 14px;
  margin: 0 8px;
}

/*----------------------------
    ABOUT AREA
------------------------------*/

.about_us .area-title h2 {
  padding-bottom: 10px;
}

.about_us .area-title h2 span {
  color: #212324;
  font-family: lato;
  font-size: 48px;
  text-transform: uppercase;
}

.about_inner .img_part {
  transition-duration: 0.3s;
  position: relative;
}

@keyframes rotateAnim {
  50% {
    transform: rotate(180deg);
  }
}

.aboutus_text {
  color: #4a4d4f;
}

.aboutus_text .simple_btn {
  margin-top: 10px;
  min-width: 190px;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.aboutus_text .simple_btn:focus,
.aboutus_text .simple_btn:hover {
  color: #fff;
}

.read-more:hover {
  background: #d0963e;
  color: #fff;
  border-color: #d0963e;
}

/*-----------------------------
    Gallery 
-------------------------------*/
.gallery_inner .item .img-fluid {
  width: 100%;
}

/*-----------------------------
    Offer 
-------------------------------*/
.offer_slider .owl-stage-outer {
  padding: 15px;
}

.offer_inner .item {
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(99, 96, 96, 0.1);
  transition-duration: 0.5s;
}

.offer_inner .item .top_side {
  transform: rotate(-45deg);
  position: absolute;
  top: -14px;
  left: -62px;
  display: inline-block;
  width: 150px;
  padding-top: 28px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: var(--text-primary);
}

.offer_inner .item .img_area {
  overflow: hidden;
}

.offer_inner .item img {
  text-align: center;
  margin: 0 auto;
  transition-duration: 0.5s;
}

.offer_inner .item_content h6 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
}

.offer_inner .item_content .item_name {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 25px;
  display: block;
  position: relative;
}

.offer_inner .item_content .item_name:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 55px;
  height: 1px;
  background: var(--text-primary);
  transition: all 200ms linear 0s;
}

.offer_inner .item:hover {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.offer_inner .item:hover .item_content .item_name:before {
  width: 105px;
}

.offer_inner .item_content .simple_btn {
  margin: 0;
}

.offer_inner .item:hover .item_content .simple_btn:hover {
  color: #fff;
}

.offer_inner .item:hover img {
  transform: scale(1.1);
}

.offer_inner .item_content .simple_btn:before {
  z-index: 0;
}

.offer_inner .item_content .simple_btn i,
.offer_inner .item_content .simple_btn span {
  position: relative;
}

.offer_inner .item_content p {
  letter-spacing: 1.3px;
  font-size: 15px;
  margin: 15px 0;
}

.offer_inner .item_content .number {
  max-width: 70px;
  display: inline-block;
  padding-left: 5px;
  height: 47px;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
}

.number:focus {
  outline: none;
  box-shadow: none;
}

.post_slider .item .img_area .hover_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-duration: 0.5s;
  display: block;
  z-index: 3;
}

.post_slider .item .img_area .hover_item i {
  font-size: 30px;
  color: #fff;
}

.post_slider .item .img_area:hover .hover_item {
  opacity: 1;
}

.post_slider .item .img_area:hover img {
  filter: grayscale(100%);
}

.hover_shadow {
  position: relative;
  display: block;
}

.hover_shadow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition-duration: 0.5s;
  z-index: 2;
}

.hover_shadow:hover:before {
  opacity: 1;
}

/*--------------------------
    RESERVATION AREA
---------------------------*/
.reservation-area {
  background: url(../img/reservation-bg.jpg);
  background-size: cover;
  position: relative;
}

.reservation-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.main-reservaton-form {
  margin: 0 auto;
}

.main-reservaton-form input {
  padding: 10px 40px 10px 15px;
  line-height: 30px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #fff;
  border-radius: 9px;
  border: 1px solid #fff;
}
.main-reservaton-form input::placeholder {
  color: #959595;
  font-size: 16px;
  font-weight: 500;
}

.main-reservaton-form input:focus {
  border-color: var(--text-primary);
  box-shadow: 0 0 0;
  outline: none;
}

.main-reservaton-form label {
  z-index: 9;
  margin: 0;
  font-size: 16px;
}

.main-reservaton-form .simple_btn {
  margin-top: 10px;
  display: block;
  width: 100%;
  line-height: 50px;
  background: var(--text-primary);
  border-color: var(--text-primary);
  color: #fff;
  transition-duration: 0.3s;
}

.main-reservaton-form .simple_btn:hover {
  background: #212121;
  border-color: #212121;
}

.reservation-call-to-action,
.reservation-private-text {
  color: #212324;
  line-height: 2;
}

.reservation-call-to-action h4,
.reservation-private-text h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reservation-call-to-action a {
  color: #c1934c;
  font-size: 20px;
}

/*-----------------------------
    Stories AREA
-------------------------------*/
.stories_pad {
  padding-top: 100px;
  padding-bottom: 50px;
}
.stories_part .latest_title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; /* 145.455% */
}
.stories_part .story_badge {
  color: #ff8f27;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.stories_part .item {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.stories_part .inner-borderred {
  border: 1px solid #fff;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.inner-borderred {
  border: 1px solid #fff;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.stories_part .badge_date {
  left: 24px;
  top: 24px;
  background: var(--text-primary);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  width: 77px;
}

/*-----------------------------
    Menu AREA
-------------------------------*/
.rating_area .rate-container i {
  color: #ff8f27;
}

.food_menu_bg {
  background: url(../img/table-schedule.png);
  background-size: cover;
}

.food_menu_topper {
  background: url(../img/foodMenu/bg.jpg);
  background-size: cover;
  position: relative;
  padding-top: 90px;
}

.food_menu_topper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.food_menu_title,
.food_menu_title2 {
  position: relative;
}

.food_menu_title {
  color: #3e3e3e;
  font-size: 45px;
  line-height: 53px;
  font-weight: 800;
}

.menu_subTitle {
  font-weight: 600;
  line-height: 26px;
  max-width: 500px;
}

.food_menu_title2 {
  display: inline-block;
}

.food_menu_title2:after,
.food_menu_title2:before {
  content: "";
  position: absolute;
  width: 100px;
  display: block;
  height: 2px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

.food_menu_title2:before {
  left: -120px;
}

.food_menu_title2:after {
  right: -120px;
}

.single_item .action_part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.menu_area .tab-content {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.25);
  border-top: 4px solid #ff8f27;
}

.menu_area .card-header {
  padding: 10px 15px;
}

.menu_area .single_item {
  margin-bottom: 8px;
}

.menu_area .single_item .item_img img {
  border: 1px solid var(--text-primary);
  padding: 5px;
}

.menu_area .item_details .simple_btn {
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
}

.menu_area .item_details .simple_btn:hover,
.menu_area .item_details .simple_btn:focus {
  border: 2px solid #212121;
  color: #fff;
}

.menu_area .item_details .item_title {
  color: #0c0c0c;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.menu-tab-nav .nav-pills {
  margin-bottom: 80px;
}

.menu-tab-nav .nav-pills .nav-item {
  text-align: center;
}

.menu-tab-nav .nav-pills .nav-link {
  padding: 22px 48px;
  position: relative;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.menu-tab-nav .nav-pills .nav-link h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.menu-tab-nav .nav-pills .nav-link.active {
  background-color: var(--text-primary);
  color: #fff;
}

.menu_area .item_info h4,
.menu_area .item_info p,
.menu_area .item_details p {
  margin: 0;
}

.menu_area .item_info h6 {
  font-weight: 500;
  font-size: 14px;
}

.menu_area .sidebar .form-control {
  width: calc(100% - 42px);
  border-radius: 0;
}

.menu_area .sidebar .form-control:focus {
  border: 1px solid var(--text-primary);
}

.menu_area .sidebar .btn-success {
  border-radius: 0;
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}

.item_cost {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.cart_counter .qty {
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  height: 34px;
  vertical-align: top;
  margin: 0 -5px 0 -6px;
}

.cart_counter .qty:focus {
  outline: none;
}

.cart_counter .items-count {
  background: transparent;
  border: 1px solid #ddd;
  line-height: 32px;
  font-size: 10px;
  color: #9c9c9c;
  padding: 0 10px;
  transition-duration: 0.3s;
}

.cart_counter .items-count:hover {
  background: var(--text-primary);
  color: #fff;
  border: 1px solid var(--text-primary);
}

.cart_counter .items-count:focus,
.cart_counter .items-count:focus {
  outline: none;
}

.cart_image {
  width: 120px;
}

.menu_info {
  height: auto;
  width: 70%;
  background: #162334;
  padding: 70px;
}

.menu_info .simple_btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 0 18px;
}

.menu_info .simple_btn:hover {
  border: 2px solid var(--text-primary);
}

.menu_info .simple_btn i {
  margin-right: 5px;
}

.menu_info .simple_btn i,
.menu_info .simple_btn span {
  position: relative;
  z-index: 2;
}

.menu_info .simple_btn:before {
  z-index: 1;
}

.menu_info .h1 {
  font-weight: 700;
}

.menu_info .h1,
.menu_info p,
.menu_info h2 {
  color: #fff;
}

.menu_info p {
  max-width: 550px;
  margin-bottom: 16px;
}

.menu_info .simple_btn {
  margin-top: 10px;
}

.menu_img {
  background: #fff;
  color: #1a1a1a;
  margin-top: -150px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 38%;
  z-index: 9;
  border: 1px solid #dedede;
}

.menu_img h3 {
  font-size: 30px;
}

.menu_img a.read-more {
  margin-top: 25px;
}

.menu_img a.read-more:hover {
  background: #c1934c none repeat scroll 0 0;
  border-color: #c1934c;
  color: #fff;
}

.menu-discount-offer {
  margin: auto;
}

.menu-discount-offer .owl-dots > div {
  background: #bcbfc1 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.menu_slider .owl-nav {
  top: 0;
  left: -20px;
}

.menu_slider .owl-nav .owl-prev {
  left: -85px;
  transform: none;
}

.menu_slider .owl-nav .owl-next {
  transform: none;
  left: -40px;
}

.menu_slider .owl-nav .owl-next,
.menu_slider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
}

.menu_slider .owl-nav .owl-next i,
.menu_slider .owl-nav .owl-prev i {
  font-size: 15px;
  line-height: 40px;
}

.menu-discount-offer .owl-dots > div.active {
  background: #1a1a1a none repeat scroll 0 0;
}

/*-----------------------------
    Details
-------------------------------*/
.product-details-inner .product_img img {
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.product_review_inner .nav-pills {
  max-width: 350px;
  margin: 0 auto 40px;
  border: 1px solid #3a3a3a;
  padding: 5px;
}

.product_review_inner .nav-pills li {
  width: 50%;
  text-align: center;
  line-height: 30px;
}

.product_review_inner .nav-pills .nav-link.active {
  background-color: #212121;
}

.product-meta {
  font-size: 18px;
  line-height: 25px;
}

.product-price del {
  font-size: 34px;
  color: #ddd;
  margin-left: 10px;
}

.action_btn .simple_btn {
  line-height: 40px;
}

.lSAction {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.lSAction > a {
  background-image: none;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  font-family: "themify";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary) !important;
  width: 40px;
  height: 40px;
}

.lSAction > a:hover {
  background-color: var(--text-primary);
  color: #fff !important;
}

.lSAction > .lSPrev:before {
  content: "\e64a";
}

.lSAction > .lSNext:before {
  content: "\e649";
}

.gl-buttons .grid,
.gl-buttons .list {
  border: 1px solid #ddd;
  background: #f1f1f1;
  width: 40px;
  text-align: center;
  line-height: 35px;
  color: #585858;
  cursor: pointer;
}

.grid-container.grid .single_item {
  display: inline-block;
  width: calc(50% - 9px);
}

.xs_only,
.grid_only {
  display: none;
}

.grid-container.grid .single_item .grid_only {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-container.grid .single_item:nth-child(2n + 1) {
  margin-right: 14px;
}

.grid-container.grid .single_item .row {
  display: block;
  width: 100%;
  margin: 0;
}

.grid-container.grid .single_item .item_img img {
  border: 0;
  padding: 0;
  width: 100%;
}

.grid-container.grid .single_item .item_img {
  padding: 0;
}

.grid-container.grid .single_item .item_img,
.grid-container.grid .single_item .item_info,
.grid-container.grid .single_item .item_details {
  width: 100%;
}

.grid-container.grid .single_item .item_info {
  display: none;
}

.grid-container.grid .single_item .item_details {
  padding-right: 0;
  padding-top: 8px;
}

.grid-container .item_img {
  width: 25%;
  padding: 0 15px;
}

.grid-container .item_details {
  width: 50%;
}

.grid-container .item_info {
  width: 25%;
}

.rating-block {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px 15px 20px 15px;
  max-width: 400px;
}

.rating-point {
  position: relative;
}

.rating-point i {
  font-size: 100px;
  line-height: 97px;
  color: var(--text-primary);
}

.rating-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}

.rating-quantity,
.rating-percent,
.user-rating {
  display: inline-block;
}

.rating-quantity {
  width: 35px;
  text-align: right;
  margin-right: 5px;
}

.review-form .simple_btn {
  padding: 0 35px;
  min-width: 180px;
  text-transform: uppercase;
  line-height: 50px;
}

.user-rating {
  width: 45px;
  text-align: right;
}

.progress {
  width: 180px;
  border-radius: 0;
  height: 6px;
}

.progress-bar {
  background: var(--text-primary);
}

.review-form {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #424242;
  font-weight: 500;
}

.review-block {
  width: 75%;
}

.review-block .btn-success {
  border-radius: 0;
}

.review-block h6 {
  line-height: 30px;
}

.review-meta-inner i,
.review-meta-inner span {
  font-size: 13px;
  color: #8a8888;
}

.rating-area {
  display: block;
  overflow: hidden;
}

.rating {
  float: left;
}

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #b9b8b8;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.05);
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: var(--text-primary);
  text-shadow: 1px 1px #04c752;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.page-link {
  border: 0;
  color: #3a3a3a;
  margin: 0 2px;
}

.page-link:hover,
.page-link.active {
  color: #ffffff;
  background: var(--text-primary);
}

.table_chart a:focus img {
  filter: grayscale(100%);
}

.table_chart .modal-body label {
  font-size: 12px;
}

.table_chart .modal-body .form-control::placeholder {
  font-size: 12px;
}

.table_chart .modal-footer .btn {
  font-size: 13px;
}

.table-bordered td,
.table-bordered th {
  vertical-align: middle;
}

.modal-dialog {
  margin: 100px auto 20px;
}

.modal-open {
  padding-right: 0 !important;
}

.category_choose,
.need_booking,
.sidebar_box {
  background: #f1f1f1;
}

.need_booking a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
  border: 2px solid var(--text-primary);
}

.clockpicker-canvas-bg {
  fill: var(--text-primary);
}

.clockpicker-canvas line {
  stroke: var(--text-primary);
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  fill: var(--text-primary);
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: var(--text-primary);
  color: #fff;
}

.text-primary,
.clockpicker-popover .popover-title span {
  color: var(--text-primary) !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: var(--text-primary);
  color: #fff;
}

.datepicker table tr td.active.active {
  background: var(--text-primary);
}

.datepicker table {
  margin: 10px;
}

.datepicker td,
.datepicker th {
  width: 25px;
  height: 25px;
}

.category_choose .panel-body a {
  display: block;
  font-size: 15px;
}

.category_choose .panel-body {
  margin-bottom: 10px;
}

.category_choose .panel-body a i {
  font-size: 10px;
}

.category_choose .panel-body a span {
  margin-left: 8px;
  float: right;
  font-size: 13px;
  font-weight: 600;
}

/*-----------------------------
    Contact Area
-------------------------------*/
.contact {
  background: url(../img/contact/bg.png);
  background-size: cover;
  position: relative;
}

.contact_title {
  font-size: 24px;
  margin-bottom: 40px;
}

.contact_inner {
  margin: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  align-items: center;
}

.contact_form {
  padding: 50px;
}

.max-width-60 {
  max-width: 60px;
}

.office_area .address-inner {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 35px 25px;
  border: 1px solid #ddd;
}

.sidebar_box .contact_title {
  font-size: 22px;
  margin-bottom: 20px;
}

.sidebar_schedule {
  background: url(../img/sidebar-schedule.jpg);
  background-size: cover;
  position: relative;
}

.sidebar_schedule:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.85);
}

.sidebar_schedule p,
.sidebar_schedule .contact_title {
  color: #fff;
  position: relative;
}

.schedule {
  border: 1px solid #fff;
  position: relative;
  padding: 15px;
}

.contact p {
  font-size: 16px;
  color: #140e0a;
}

.contact h3 {
  color: #140e0a;
  font-weight: 500;
  font-size: 19px;
}

.contact h3:first-child {
  color: #ff6600;
  font-size: 25px;
  font-weight: 800;
}

.contact_area .simple_btn {
  margin-top: 8px;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  text-transform: capitalize;
}

/*-----------------------------
    Team Area
-------------------------------*/

.member-social-bookmark ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.member-social-bookmark ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 100%;
  padding-top: 8px;
  width: 100%;
}

.member-social-bookmark ul li a:hover {
  color: #d0963e;
}

.team-member-img {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  display: block;
  overflow: hidden;
}

.team-member-img:before,
.team-member-img:after {
  content: "";
  position: absolute;
  bottom: -18px;
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
}

.team-member-img:before {
  transform: rotate(15deg);
  left: -35%;
}

.team-member-img:after {
  right: -35%;
  transform: rotate(-15deg);
}

.team-member-img img {
  width: 100%;
}

.member-details {
  background: #fff;
  width: 82%;
  margin: 0 auto;
  position: relative;
  top: -50px;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15);
  -moz-box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15);
  box-shadow: 0px 1px 1px 1px rgba(88, 88, 88, 0.15);
}

.member-details .member_title {
  color: var(--text-primary);
}

.member-details h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  display: block;
  background: var(--text-primary);
}

/*--------------------
   Newsletter 
----------------------*/

.newsletter_area {
  position: relative;
  background: url(../images/background/newsletter.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.newsletter_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.85);
}

.newsletter_area h2,
.newsletter_area p {
  color: #fff;
}

.newsletter_area .newsletter-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.newsletter_area .form-control {
  height: 50px;
  border-radius: 0;
  padding: 0 25px;
  margin: 0 auto;
}

.newsletter_area .btn {
  background: var(--text-primary);
  color: #fff;
  border-radius: 0;
  padding: 0 25px;
  text-transform: capitalize;
}

.newsletter_area .btn:hover {
  background: #06a548;
}

.map_area {
  position: relative;
}

.map_area .simple_btn:before {
  z-index: 0;
}

.map_area .simple_btn span {
  position: relative;
}

#map {
  width: 100%;
  height: 390px;
}

.office_address {
  position: absolute;
  right: 60px;
  width: 30%;
  height: 100%;
  background: #1a2636;
  padding: 80px 50px;
  border: 20px solid rgba(255, 255, 255, 0.05);
}

.office_address h2,
.office_address a,
.office_address address,
.office_address .simple_btn {
  color: #fff;
}

/*------------------------------
    Cart AREA
-------------------------------*/
.shopping_cart .table thead {
  background: #f1f1f1;
}

.cart-totals h2,
.shipping-form h2,
.coupon-form h2 {
  font-size: 19px;
  color: #212121;
  margin: 0 0 5px;
  font-weight: 700;
}

.shipping-form p,
.coupon-form p {
  color: rgba(0, 0, 0, 0.74);
  margin-bottom: 20px;
}

.cart-totals .cart-totals-border {
  border: 1px solid #dedede;
}

.cart-totals .totals-item {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

.cart-totals .totals-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.cart-totals .totals-item label {
  width: 79%;
}

.cart-totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}

.checkout {
  text-align: center;
  border: 0;
  padding: 5px 15px;
  color: #fff;
  display: block;
  border-radius: 4px;
  width: 100%;
  background: var(--text-primary);
  margin-top: 20px;
  line-height: 40px;
  font-size: 17px;
}

.checkout:hover {
  background: #212121;
  color: #fff;
}

.calculate-content .form-control {
  border-radius: 0;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #999;
}

.calculate-content .btn {
  font-size: 13px;
  color: #fff;
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}

.calculate-content .btn:hover {
  background-color: #0a9246;
  border-color: #0a9246;
}

.shipping-form .form-control::placeholder {
  font-size: 14px;
  color: #999;
}

/*------------------------------
    Checkout AREA
-------------------------------*/

.total-cost tbody tr td:last-child {
  text-align: right;
}

.checkout-box .simple_btn {
  display: block;
  text-align: center;
}

.checkout_area .panel-title a {
  font-size: 13px;
}

.check_order {
  padding: 25px;
  border: 1px solid #dee2e6;
}

.checkout_area .panel-heading {
  border-bottom: 1px solid #ddd;
}

.checkout_area .panel-heading .panel-title {
  margin: 0;
  padding: 10px;
}

.checkout_area .panel-heading .panel-title a {
  color: var(--text-primary);
}

.checkout_area .panel-collapse .panel-body {
  padding: 25px 10px;
}

.checkout_area label,
.checkout_area .form-group span,
.checkout_area .form-control {
  font-size: 14px;
}

.bg_frest {
  border-radius: 30px;
  background: #212121;
  height: 217px;
}

.fmenu_title {
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
}

/*------------------------------
    Testimonial AREA
-------------------------------*/

.testImgWrapper {
  min-width: 100px;
}

/*------------------------------
    FOOTER AREA
-------------------------------*/

.footer-area {
  background: var(--footer-bg);
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
  font-family: "Prata";
}

.footer-inner {
  padding: 80px 0;
}

.footer_bottom {
  border-top: 1px solid #383739;
}

.footer-area a,
.footer-area p,
.footer-area h4,
.footer-area div
{
  color: var(--footer-text);
}


.footer-area p {
  font-size: 15px;
  font-weight: 400;
}

.footer-area .opening-time {
  color: var(--footer-text);
  font-weight: 400;
}

.footer-area .pageLink {
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
  font-family: "Prata", serif;
}

.footer-area svg path{
      stroke: var(--footer-text);
}

.footer-logo,
.footer-address {
  margin-bottom: 40px;
}

.footer-init {
  max-width: 80%;
  margin-bottom: 25px;
}

.footer_widget h4 {
  color: #fff;
  margin: 20px 0 33px;
}

.footer-social-bookmark ul,
.footer-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer-social-bookmark ul li,
.footer-menu ul li {
  display: inline;
}

.footer-social-bookmark ul li a {
  display: inline-block;
  font-size: 23px;
  width: 45px;
  background: rgb(217 217 217 / 20%);
  line-height: 45px;
}

.footer-social-bookmark a:hover {
  background: var(--text-primary);
}

.footer-menu ul {
  text-align: right;
}

.footer-menu ul li a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}

.footer-menu {
  padding: 20px 0;
}

.footer-copyright {
  letter-spacing: 1px;
  padding: 20px 0;
}

.footer-copyright p {
  margin-bottom: 0;
}

/* jobayer css start here  */

.notification-badge {
  top: 4px;
  padding: 4px;
  border-radius: 28px;
  width: 20px;
  height: 20px;
  background: var(--text-primary);
}
.btn.btn-circle.btn-play {
  width: 5rem;
  height: 5rem;
}
.btn.btn-circle {
  padding: 0;
  border-radius: 100% !important;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.testimonial-carousel-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.gallery-img-size {
  height: 375px;
  border-radius: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .video-image {
    position: absolute;
    bottom: 0%;
    right: -9%;
  }
}
@media (max-width: 767px) {
  .video-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tree_one {
  position: absolute;
  top: 15%;
  left: 4%;
}
.tree_two {
  position: absolute;
  top: 42%;
  right: -5%;
}
.tometto-slice {
  position: absolute;
  bottom: 6%;
  left: 8%;
}
.btnRed {
  background-color: #a40301;
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #a40301;
  min-width: 186px;
  text-align: center;
  color: #fff;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
  border-radius: 13px;
  line-height: 33px;
}
.btnRed:hover {
  background-color: #a40301;
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #a40301;
  min-width: 186px;
  text-align: center;
  color: #fff;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
  border-radius: 13px;
  line-height: 33px;
}
.btnRed-outline {
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #a40301;
  min-width: 186px;
  text-align: center;
  color: #000000;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
  border-radius: 13px;
  line-height: 33px;
}
.btnRed-outline:hover {
  background: #a40301;
  border: 1px solid #a40301;
  color: #fff;
}
.offer-one-bg {
  background-image: url("../img/pizza.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-two-bg {
  background-image: url("../img/combo-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay-1 {
  background-color: #0202024d;
}
.sk_title {
  color: #f7b92b;
  font-size: 20px;
  font-weight: 700;
}
.bg-festival {
  background-color: #f2c94c;
}
.bg-venetian-red {
  background-color: #c00a26;
}
.hr-line {
  border-top: 4px dashed #363636;
  width: 100%;
  margin: 12px 10px;
}
.item_title {
  color: #0c0c0c;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.testimonial-two-carousel .owl-item.active.center .testimonial-carousel-shadow {
  border: 1px solid #c00a26 !important;
}
.testimonial-two-carousel .owl-dots .owl-dot.active span {
  background: #c00a26 !important;
}
/* .testimonial-two-carousel .owl-stage-outer {
  padding: 15px 0px;
}
.testimonial-carousel .owl-stage-outer {
  padding: 15px 0px;
} */
.testimonial-carousel .owl-dots .owl-dot.active span {
  background: #ff8f27 !important;
}
.book-table-area {
  background: url(../img/book-table-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pe-300 {
  padding-right: 300px;
}
.subscribe-bg {
  background: url(../img/mural-shape-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c00a26;
}
.btn-subscribe {
  background-color: #f2c94c;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #f2c94c;
  text-align: center;
  color: #fff;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
}
.btn-subscribe:hover {
  background-color: #f2c94c;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #f2c94c;
  text-align: center;
  color: #fff;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
}
.main_slider.red_shadow .item:before {
  background: #89130a;
}
.menu-red-tab-nav .nav-pills .nav-link.active {
  background-color: #a40301;
  color: #fff;
}
.menu-red-tab-nav .nav-pills .nav-link {
  padding: 22px 48px;
  position: relative;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  color: #010101;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.item_cost_red {
  color: #a40301;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  border: 1px solid #a40301;
  border-radius: 23px;
  padding: 2px 21px;
  width: max-content;
}
.menu-two-img {
  height: 160px;
  width: 200px;
  border-radius: 10px;
}
.bg-snow {
  background: #fff6f6;
}
.offer-sec-pd {
  padding: 80px 0px 40px 0px;
}
.logo-square-shape {
  background: white;
  height: 141px;
  width: 151px;
  position: absolute;
  z-index: 1;
  border-radius: 11px;
  align-items: center;
}
.right-0 {
  right: 0;
}

.menu-breadcrumb {
  width: max-content;
  margin: auto;
}
.menu-breadcrumb li,
.menu-breadcrumb li a {
  color: var(--text-primary) !important;
  font-family: "Prata", serif;
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "-" !important;
  color: var(--text-primary) !important;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 900px) {
  .menu-cat-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
  }

  .menu-cat-title-off {
    font-size: 85px;
    font-weight: 600;
    color: #fff;
    opacity: 0.1;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .menu-cat-title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
  }

  .menu-cat-title-off {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    opacity: 0.1;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .menu-cat-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }

  .menu-cat-title-off {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    opacity: 0.1;
    width: 100%;
    text-align: center;
  }
}
.box-shadow1 {
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.25);
}
.color1 {
  color: var(--text-primary);
}
.blog-arrow-right {
  background: #f4f5f5;
  font-size: 19px !important;
  line-height: 32px !important;
  width: 35px;
  border-radius: 5px;
  color: #000 !important;
}
.blog-arrow-left {
  background: #f4f5f5;
  font-size: 19px !important;
  line-height: 32px !important;
  width: 35px;
  border-radius: 5px;
  color: #000 !important;
}
.blog_details_slider .owl-next {
  position: absolute;
  top: -38px;
  right: -15px;
}
.blog_details_slider .owl-prev {
  position: absolute;
  top: -38px;
  left: 75%;
}
.blog_details_slider .owl-nav {
  position: absolute;
  top: calc(4% - 24px);
  left: 0;
  color: #fff;
  right: 0;
}
.border_orange {
  border: 1px solid;
  border-color: var(--text-primary);
}
.tag-btn {
  border-radius: 6px;
  border: 1px solid #dadada;
  padding: 7px 29px;
}
.tag-btn.active {
  border-radius: 6px;
  border: 1px solid var(--text-primary);
  padding: 7px 29px;
}
.height-215 {
  min-height: 215px;
}
