/****************************/
/***Besic Setup****/
/****************************/
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Dancing Script', cursive;*/
}

ul li {
  list-style: none;
}

/****************************/
/***Navber****/
/****************************/
.sticky.scroll-header {
  position: fixed;
  left: 0;
  right: 0;
  background: #000;
  z-index: 9999;
}

header .navbar .logo {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 800;
  font-family: 'Roboto';
  font-size: 35px;
  text-decoration: none;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 10px;
  text-transform: uppercase;
}

.single_page_btn {
  display: inline-block;
  padding: 9.5px 28px;
  border-radius: 50px;
  background-color: #ff6426;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border: 2px solid transparent;
  text-decoration: none !important;
}

.single_page_btn:hover {
  color: #ff6426;
  background-color: #fff;
  border: 2px solid #ff6426;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/****************************/
/***Owl Carousel****/
/****************************/
.owl-carousel .owl-item {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .2;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  opacity: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: none;
  background: #fff;
  opacity: .5;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.centernonloop .owl-dots,
.owl-carousel.centernonloop2 .owl-dots {
  margin-top: 50px;
}

.owl-carousel.centernonloop .owl-dots.disabled,
.owl-carousel.centernonloop2 .owl-dots.disabled {
  display: block !important;
}

.owl-carousel.centernonloop .owl-dots .owl-dot,
.owl-carousel.centernonloop2 .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel.centernonloop .owl-dots .owl-dot>span,
.owl-carousel.centernonloop2 .owl-dots .owl-dot>span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.owl-carousel.centernonloop .owl-dots .owl-dot.active>span,
.owl-carousel.centernonloop2 .owl-dots .owl-dot.active>span {
  background: #ff7404;
  -webkit-box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
  box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
}

.owl-carousel.centernonloop .owl-dots .owl-dot:active,
.owl-carousel.centernonloop .owl-dots .owl-dot:focus,
.owl-carousel.centernonloop2 .owl-dots .owl-dot:active,
.owl-carousel.centernonloop2 .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel.home-slider,
.owl-carousel.home-slider-loop-false {
  position: relative;
}

.owl-carousel.home-slider .btn-link,
.owl-carousel.home-slider-loop-false .btn-link {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav,
.owl-carousel.home-slider-loop-false .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button,
.owl-carousel.home-slider-loop-false .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav,
.owl-carousel.home-slider-loop-false:focus .owl-nav,
.owl-carousel.home-slider-loop-false:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item,
.owl-carousel.home-slider-loop-false .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item:before,
.owl-carousel.home-slider-loop-false .slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.owl-carousel.home-slider .slider-item .slider-text,
.owl-carousel.home-slider-loop-false .slider-item .slider-text {
  color: #fff;
  height: calc(100vh);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text .child-name,
.owl-carousel.home-slider-loop-false .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text h1,
.owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {

  .owl-carousel.home-slider .slider-item .slider-text h1,
  .owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p,
.owl-carousel.home-slider-loop-false .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item .slider-text a,
.owl-carousel.home-slider-loop-false .slider-item .slider-text a {
  color: #fff;
  text-decoration: underline;
}

.owl-carousel.home-slider .slider-item .slider-text .btn,
.owl-carousel.home-slider-loop-false .slider-item .slider-text .btn {
  text-decoration: none;
}

.owl-carousel.home-slider.inner-page .slider-item,
.owl-carousel.home-slider-loop-false.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 550px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text,
.owl-carousel.home-slider-loop-false.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 550px;
}

.owl-carousel.home-slider .owl-dots,
.owl-carousel.home-slider-loop-false .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span,
.owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}

.slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.slider-item .slider-text {
  color: #fff;
  height: calc(100vh);
  min-height: 700px;
}

.slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.slider-item .slider-text h1 {
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.slider-item .slider-text a {
  color: #fff;
  text-decoration: underline;
}

.slider-item .slider-text .btn {
  text-decoration: none;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000 !important;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.navbar-toggler-icon .fa {
  color: #fff;
}

/****************************/
/***About Us****/
/****************************/
.about {
  margin-top: 50px;
}

.choose_us_text h1 {
  font-family: 'Dancing Script';
  font-size: 55px;
  color: #c7a75b;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  line-height: 65px;
  padding-bottom: 15px;
  margin-top: 40px;
}

.choose_us_text h2 {
  font-size: 50px;
  color: #4e4e4e;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  background-image: url(../images/about_heading.jpg);
  background-repeat: no-repeat;
  background-position: center 118px;
  padding: 0 0 30px 0;
}

.choose_us_text h4 {
  margin-bottom: 25px;
  font-family: 'Lora';
  color: #ff6426;
  font-size: 24px;
  font-weight: 300;
}

.about_button .btn {
  color: #fff;
  background: #FF6426;
  border: none;
  border-radius: 0;

}

.about_button .btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  transition: 1s;
}

/****************************/
/***Services****/
/****************************/
.Services {
  margin-bottom: 10%;
}

.Services .services_icon .fa {
  color: #c8a97e;
  font-size: 55px;
  margin-bottom: 10px;
}

/****************************/
/***Footer****/
/****************************/

footer {
  background: #36201a;
  color: #fff;
  padding-top: 40px;
}

footer .block {
  color: #FFF;
}

footer .block p i {
  color: #FFF;
  margin-right: 10px;
  background: #555;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

footer .block h4 {
  margin-bottom: 20px;
  color: #fff;
}

footer .block .logo img {
  text-align: left;
  display: block;
}

footer .block .media-object {
  border: 1px solid #747474;
  padding: 2px;
  height: 75px;
}

footer .block .media>.pull-left {
  margin-bottom: 10px;
}

footer .block span {
  color: #fff;
}

.footer-bottom {
  width: 100%;
  margin-top: 70px;
  border-top: 1px solid #2C2C2C;
  box-shadow: 0 -1px 0 #575656;
  padding-top: 10px;
  background: #141313;
}

.copyright-text {
  margin-top: 12px;
  color: #B6B6B6;
}

.copyright-text a {
  color: #90c322;
}

.copyright-text a:hover {
  text-decoration: underline;
}




/*Super Cart style*/
/* The container */
.form_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b9b9b9;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form_container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form_container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form_container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form_container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}




/****************************/
/***Social Icon Start****/
/****************************/
.footer-bottom {
  text-align: center;

}

.social-icon {
  margin: 0 auto;
  display: inline-block;
  padding: 25px 0px;
}

.social-icon li {
  float: left;
  margin-right: 5px;
}

.social-icon li a i {
  color: #fff;
}

.social-icon li a {
  padding: 5px;
  background: #686868;
  margin-left: 15px;
  width: 50px;
  display: block;
  text-align: center;
  font-size: 27px;
  border-radius: 50%;
  margin-bottom: 15px;
  height: 50px;
}

.social-icon li :hover {
  background: red;
}

.copyright_text {
  color: #8a8989;
  text-align: center;
}


/*default animation*/
#lightgallery li,
.gallery_cap {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

img {
  max-width: 100%
}

.gallery_cap {
  margin: 0;
  border: 1px solid #DDD;
  border-top: 0;
  padding: 5px;
  color: #36201A;
  background: #FFF;
}

.gallery_thumb {
  border: 6px solid #36201A;
}

#lightgallery li {}

#lightgallery li:hover .gallery_cap {
  background: #36201A;
  border-color: #36201A;
  color: #FFF
}

#lightgallery li:hover {
  transform: scale(1.4);
  z-index: 999
}

.lg-backdrop {
  z-index: 9999;
}

.lg-outer {
  z-index: 99999;
}


/****************************/
/***Cash Out****/
/****************************/
.cash-out {
  padding: 0;
  margin-bottom: 0px;
}

.cash-out li {
  float: left;
}

.cash-out li a {
  padding-right: 10px;
}

.cash-out li a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cash-out li a img:hover {
  opacity: 0.7;
}

.product img {
  border: 1px solid #747474;
  height: 75px;
  padding: 2px;
}

/****************************/
/***back-top****/
/****************************/
#back-top {
  position: fixed;
  bottom: 30px;
  width: 40px;
  color: #bbb;
  height: 50px;
  right: 30px;
  display: block;
  text-align: center;
  background: url("../images/top.png") no-repeat;
}

/****************************/
/***About Us page****/
/****************************/
.header_img {
  background-image: url('../images/bg_3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: auto;
}

.text-dark {
  text-align: center;
  margin-top: 150px;
  ;
  color: #fff !important;
  font-size: 50px;
  font-weight: 900;
}

.media p {
  padding-left: 15px;
}



.heading-wrap {
  position: relative;
}

.heading-wrap h2 {
  font-size: 50px;
  position: relative;
  padding-top: 30px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-wrap h2:before {
  width: 80px;
  height: 2px;
  background: #cf1d16;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


.heading-wrap .back-text-dark {
  color: #e3e3e3 !important;
}

.section.element-animate {
  margin-top: 50px;
}

.con {
  color: red;
  padding-right: 20px;
  margin-top: 3px;
  font-size: 25px;
}


.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.btn.btn-primary {
  background: #e9362f;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  border-color: #e9362f;
  background: #e9362f;
}

.gallery {
  margin-bottom: 100px;
}


ul li a:hover {
  list-style: none;
  text-decoration: none;
}

/*simple animation*/
.sticky.scroll-header .navbar,
a.cart_button {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.sticky .navbar {
  background: #000000b3;
}

a.cart_button {
  border-radius: 50px;
  background-color: #ff6426;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  border: 2px solid transparent;
  text-decoration: none !important;
  padding: 9.5px 28px !important;
}

a.cart_button:hover {
  color: #ff6426 !important;
  background-color: #fff;
  border: 2px solid #ff6426;
}

a.mobile_cart_button {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-transform: uppercase;
  position: absolute;
  right: 40px;
  top: 4px;
}

.mobile_nav_toggler {
  position: absolute;
  right: 0px;
  top: 20px;
}

.home_drop_button {
  font-size: 60px;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
}

.home_drop_button:hover {
  color: #ff6426
}

.cart_header {}


.food_menu_section {
  padding: 50px 0px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  color: #444;
}

.left_cat_bar {}

.left_cat_bar ul {}

.left_cat_bar ul li.list-group-item {}

.left_cat_bar ul li.list-group-item a {
  color: #444;
  font-weight: bold;
}

.left_cat_bar ul li.list-group-item .badge-primary {
  background-color: #e00000;
}

.food_menu_section .card-title {
  color: #686868;
  font-weight: bold;
}

.all_products strong.price {
  font-weight: bold;
  font-size: 16px;
  color: #c80000;
}

.all_products .button button {
  background: #EAE9E9;
  float: right;
}

.all_products .button button i {
  color: teal;
}

.top_popup {
  position: fixed;
  top: 76px;
  width: 100%;
  background: #e5058c;
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 99999999;
}

.top_popup h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.top_popup button.close {
  color: #FFF;
  font-size: 25px;
  opacity: 8;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.input-group.date {
  z-index: 2051 !important;
}

.bootstrap-timepicker .input-group-addon:last-child {
  display: none
}


/*This stylefor right mini cart*/
.right_mini_cart {}

.cart_item_row {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}

.cart_item_row button {
  padding: 0px 3px;
}


.table.footer_table {
  margin: 0;
  padding: 0;
  width: 100%;
}

.table.footer_table tr {}

.table.footer_table tr td,
.table.footer_table tr th {
  border-color: #595959;
  color: #F0F0F0;
  padding: 3px 29px;
  font-size: 14px;
}



.modal-mask {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal_loading {
  color: #FFF;
  background: #0000008f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  padding-top: 50px;
  font-size: 50px;
  color: #ececec;
}

.product_buttons {
  display: block
}

.product_buttons a {}


[v-cloak]>* {
  display: none
}

[v-cloak]::before {
  content: "loading…"
}

.add_ons .list-group {
  display: block;
}

.add_ons .list-group-item {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
  margin-right: 10px;
  background: #00a65a12;
}

.info-title span {
  color: red
}

.user_sidebar li.list-group-item {
  padding: 0;
}

.user_sidebar li.list-group-item a {
  display: block;
  padding: .75rem 1.25rem;
}

.user_sidebar li.list-group-item.active {
  padding: .75rem 1.25rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
  width: 200px;
  left: auto;
}


.small_table_padding.table>tbody>tr>td,
.small_table_padding.table>tbody>tr>th,
.small_table_padding.table>tfoot>tr>td,
.small_table_padding.table>tfoot>tr>th,
.small_table_padding.table>thead>tr>td,
.small_table_padding.table>thead>tr>th {
  padding: 2px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.small_table_padding p {
  margin: 0px;
  font-size: 14px;
}


#restaurant_copy .small_table_padding.table>tbody>tr>td {
  font-weight: normal;
  text-transform: capitalize
}


.contacts_validation {
  color: #000 !important
}

.contacts_validation p {
  color: #000 !important
}

.contacts_validation a {
  color: #000 !important
}

.border_bottom {
  border-bottom: 1px solid #DDD;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.add_boxes .card-header {
  padding: 0px
}

.add_boxes .card-header a {
  padding: .75rem 1.25rem;
  color: #FFF;
  background: #00a65a;
  display: block;
  cursor: pointer;
}

.add_boxes .card {
  margin-bottom: 5px;
}

.added_addon {
  color: #00a65a;
  border: 1px solid #DDD;
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.added_addon i {
  color: red;
  margin-left: 10px;
  cursor: pointer;
  padding: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-right: -5px;
}



.separator {
  widows: 100%;
  border: 1px solid #DDD;
  display: block;
  overflow: hidden
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (min-width: 769px) {
  /* .collapse.show.dont-collapse-sm {
    display: none;
    height: 0;
    visibility: hidden;
  }*/
}



/*THis style for responsive mobile deveice*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .choose_us_text h2 {
    line-height: 40px;
    font-size: 30px;
  }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}