/*!
Theme Name: alpha child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    overflow-x: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
  font-family: 'Helvetica' !important;
}
ul {
  padding: 0;
  margin: 0;
}
.section {
  padding: 50px 0;
}
a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}
a,
input,
button {
  outline: 0 !important;
}
.post,
.page {
  margin: 0;
}
body,
p {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.kandani .elementor-heading-title{
    font-family: 'Kandani' !important;
    font-weight: normal;

}
.home .entry-title {
  display: none;
}
ul li,
li {
  list-style: none;
}
.skip-link.screen-reader-text {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}
#sidebar {
  display: none;
}
.entry-footer {
  clear: both;
}
#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

body.error404 {
    background-color: #000;
}

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}
.not_found_inner {
  max-width: 100%;
}
.error404 #masthead,
.error404 #colophon {
  display: block;
	position: relative;
}
.logo a {
  outline: 0 !important;
}
.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
	display: none;
}
.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #FED404;
  margin: 30px 0;
  font-weight: 800;
}
.error-404.not-found h1 span {
  color: #fff;
}
.page-header h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}
.page-header p {
  font-size: 22px !important;
  color: #fff;
  margin-bottom: 20px;
}
.page-content .return_home {
  background-color: #FED404;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #FED404;
}
.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #fff;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

body.search {
    background-color: #000;
}

.search-results article.product,
.search-results article.page {
  display: block;
}
.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}
.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
	color: #fff;
}
.search-results .page-header {
  width: 100%;
}
.search-results #primary {
  display: flex;
  flex-wrap: wrap;
	padding: 50px 0 50px;
}
.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}
.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}
.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}
.modal-footer {
  display: none !important;
}
.modal-header {
  border-bottom: 0px !important;
}
.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}
.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}
.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}
.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}
.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}
.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}
.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}
.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}
.asl_nores_header {
  margin-bottom: 10px !important;
}
/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
/*#primary-menu {*/
/*  text-align: center;*/
/*}*/
#primary-menu li {
  display: inline-block;
  padding: 0 10px;
}
#primary-menu li a {
  padding: 10px 0;
  color: #000;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}
#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}
#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}
.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}
#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}
#mml {
  padding: 0 15px;
  color: #ffffff;
}
#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}
.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}
#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}
#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}
#mm #primary-menu a:hover {
  background-color: #0b204d;
}
.mm,
#mm {
  display: none;
}
/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}
.woocommerce td.product-name a:hover {
  color: #0b204d;
}
input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}
.coupon .button {
  height: 45px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}
.actions button {
  height: 45px;
}
.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}
.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}
.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}
.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}
a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 22px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}
.woocommerce-cart-form {
  width: 62%;
  float: left;
}
.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}
.woocommerce table.shop_table {
  border: 0;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}
.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}
.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}
.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}
.qib-container button {
  cursor: pointer;
}
.woocommerce-shipping-destination {
  font-size: 14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}
input[type="radio"]::before {
  background: #0b204d;
}
.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}
input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}
.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}
input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}
input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}
.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}
#calc_shipping_city_field {
  margin-bottom: 2px;
}
.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}
.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}
.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}
#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}
#order_review_heading {
  display: none;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  .product-total {
  text-align: right;
}
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  th,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  border: none;
  vertical-align: top;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}
span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 10px;
}
form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}
#order_comments {
  height: 100px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}
#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}
.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}
.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}
.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}
.woocommerce-error {
  border-color: #0b204d !important;
}
.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}
.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}
.woocommerce-message a {
  margin-top: 0 !important;
}
.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}
.woocommerce-order-received
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}
.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}
.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}
.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}
.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}
.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}
.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}
#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}
.tinv-wishlist .product-action {
  width: 165px;
}
#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}
.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}
.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}
.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}
.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}
.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}
.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tfoot
  th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tbody
  tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}
.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}
.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 400px;
}
/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}
form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}
/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}
.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}
.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}
.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}
.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}
.lost_password a {
  color: #252525 !important;
}
.lost_password a:hover {
  color: #0b204d !important;
}
.woocommerce-info::before {
  color: #0b204d;
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}
.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}
.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}
.woocommerce form .form-row .required {
  color: #0b204d;
}
a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}
.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}
.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}
.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}
.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}
.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}
.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: 10px !important;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
  position: relative;
  top: -10px !important;
}
/* Woo Commerce End Here */

header#masthead {
  position: absolute;
  width: 100%;
  /*top: 40px;*/
}
.row.header-mid {
  align-items: center;
}
.hearder-serach {
  width: 100%;
}

.hearder-serach div.asl_w {
  border: 0 solid #fff !important;
  box-shadow: 0 1px 0 0 #fff !important;
  background-color: transparent !important;
}

.hearder-serach div.asl_w .probox .promagnifier .innericon svg {
  fill: #FED404;
  width: 18px;
}

.hearder-serach div.asl_w .probox .promagnifier {
  box-shadow: unset;
}

.hearder-serach div.asl_m .probox .proinput {
  margin: 0 0 0 0px;
  padding: 0 5px 0 0px;
}

.hearder-serach #ajaxsearchlite1 .probox .proinput input,
.hearder-serach div.asl_w .probox .proinput input {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  /*letter-spacing: 0.2em;*/
  color: #fff !important;
}

.hearder-serach #ajaxsearchlite1 .probox .proinput input::placeholder {
  color: #fff !important;
}

.site-branding {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}

#site-navigation #primary-menu {
  margin-bottom: 0;
  position: relative;
}

/*#site-navigation #primary-menu:before, #site-navigation #primary-menu:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 105%;*/
/*    height: 1px;*/
/*    background: #a1a1a1;*/
/*    right: 0;*/
/*}*/

/*#site-navigation #primary-menu:before {*/
/*    top: 15px;*/
/*}*/

/*#site-navigation #primary-menu:after {*/
/*    bottom: 15px;*/
/*}*/

#primary-menu li a {
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: #fff;
  text-transform: capitalize;
}

#site-navigation #primary-menu li {
  margin-right: 0px;
  padding: 15px 10px;
}

/*#site-navigation #primary-menu li:last-child {*/
/*    margin-right: 0;*/
/*    padding-right: 0;*/
/*}*/

/*#site-navigation #primary-menu li:last-child a {*/
/*    background: #58aa28;*/
/*    width: 152px;*/
/*    height: 63px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    padding: 22px 15px;*/
/*    font-weight: 600;*/
/*    font-size: 16px;*/
/*    letter-spacing: normal;*/
/*}*/

/*#site-navigation #primary-menu li:last-child a:hover, #site-navigation #primary-menu li.current-menu-item:last-child a {*/
/*    background: #8e5be1;*/
/*    color: #fff !important;*/
/*}*/

/*#primary-menu li.current-menu-item a, #primary-menu li a:hover {*/
/*    color: #D30000 !important;*/
/*}*/

#primary-menu li.current-menu-item a {
  position: relative;
  transition: 0.3s;
}

#primary-menu li.current-menu-item a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FED404;
  border-radius: 50%;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
}

#primary-menu li a {
  position: relative;
  transition: 0.3s;
}

#primary-menu li a:hover::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FED404;
  border-radius: 50%;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
}

/*FOOTER CSS START*/

footer#colophon {
  padding: 150px 0px 0px 0px;
  background-size: cover;
}

p.copyright {
  font-family: 'Helvetica';
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
	margin-bottom: 0;
}

.copyrights a {
  color: #FED404;
}

.copyrights {
  background: rgb(0 0 0 / 60%);
/*   opacity: 0.6; */
  padding: 10px;
}

.footer1 {
  text-align: center;
}

.footer2 h3 {
  text-align: center;
  font-family: 'Helvetica';
  letter-spacing: 0.8px;
  color: #FED404;
  text-transform: uppercase;
  padding-top: 35px;
  font-weight: bold;
  font-size: 40px;
}
.footer2 h3:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: white;
  left: 0;
  bottom: -5px;
  right: 0;
  margin: auto;
}
.tnp.tnp-subscription form {
  display: grid;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr auto;
  grid-column-gap: 0px;
}
.tnp-subscription div.tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
input#tnp-1 {
  background-color: #fff;
  border: 1px solid #273980;
  border-radius: 25px 25px 25px 25px;
  height: 41px !important;
}
.tnp-subscription div.tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

.tnp-subscription {
  max-width: 743px !important;
  padding-top: 25px !important;
}

.tnp-subscription input.tnp-submit {
  background-color: #FED404 !important;
  color: #9C0003;
  width: 148px !important;
  height: 41px !important;
  margin: 0;
  border-radius: 30px 30px 30px 30px !important;
  cursor: pointer;
  margin-left: -5em !important;
  transition: 0.3s;
}

.tnp-subscription input.tnp-submit:hover {
  background-color: #000 !important;
  color: #fff;
}

.tnp.tnp-subscription .tnp-field label {
  display: none !important;
}
.footer3 p {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.footer3 p span {
  color: #FED404;
}

.footer3 p span a {
  color: #FED404;
}

.footer3 p span a:hover {
  color: #fff;
}

.footer3 {
  padding-bottom: 25px;
}

.footer-info {
    position: absolute !important;
    width: 44%;
    top: -480px;
    right: 40px;
    height: 522px;
}

.footer-info > div {
	height: 100%;
}

/*FOOTER CSS ENDED*/

/*HEADER CSS START*/
.site-branding img {
  width: 100%;
}
.site-branding {
  position: relative;
  top: 60px;
  z-index: 2;
  left: 0;
  padding: 15px 0px 0px 0px;
}
p.site-title a {
  display: none;
}
header#masthead {
  height: 113px;
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 38%);
  z-index: 99;
}
header#masthead .col-md-8 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header#masthead .col-md-2 {
  display: flex;
  align-items: center;
}
/*HEADER CSS ENDED*/

/*HOME PAGE BANNER SLIDER START*/

.home-bannner-slider {
  height: 860px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  padding-top: 130px;
}

.banner-sec-slider .slick-dots button {
  /*border: 1px solid #D30000;*/
  border-radius: 20px;
  background: #fff;
  width: 10px;
  height: 10px;
  margin-right: 0px;
  padding: 5px;
}

.banner-sec-slider .slick-dots button:before {
	top: 1px;
}

.banner-sec-slider .slick-dots {
  right: -15%;
  top: 0;
  transform: rotate(90deg) !important;
}

.banner-sec-slider .slick-dots .slick-active button {
  background: #FED404;
}

.banner-sec-slider .slick-dots li {
  margin: 0px 10px;
}

.banner-sec-slider .slick-dots li.slick-active {
  position: relative;
  display: inline-flex;
	align-items: center;
	justify-content: center;
  /*margin: 0px 10px;*/
  padding: 0;
  border: 2px solid #FED404;
  border-radius: 20px;
  width: 26px;
  height: 26px;
}

.title h2 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.sub-heading p {
  font-family: 'Kandani';
  font-weight: normal;
  font-size: 85px;
  letter-spacing: 0.02em;
  line-height: 60px;
  text-align: center;
  color: #FED404;
  padding-top: 25px;
}

.description p {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.services-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.services-btn a {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: center;
  color: #9C0003;
  width: 148px;
  height: 41px;
  background: #FED404;
  border-radius: 30px;
  margin: 0 auto;
  padding: 9px 30px;
}

.services-btn a:hover {
  color: #FED404;
  background: #fff;
}

/*.product-speciality {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    row-gap: 55px;*/
/*}*/

.product-speciality .product-thumbnail {
  width: 361px;
  height: 317px;
  border-radius: 30px;
}

.product-speciality .product-titlle {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-speciality .product-titlle h3 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.product-speciality .product-price h6 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.item-box {
  margin: 0 auto;
}

.home-feature-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

.home-feat-products .item {
  width: 100%;
  height: 100%;
}

.home-feat-products .product-item {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-column-gap: 10px;
  align-items: center;
  height: 100%;
}

.home-feat-products .product-thumbnail img {
  object-fit: cover;
}

.home-feat-products {
  width: 100%;
  height: 223px;
  background: #f4f5f9;
  /*padding: 50px 50px;*/
  transition: 0.5s;
  border-radius: 35px;
}

.our-products-detail {
    width: 97%;
}

.home-feature-products .product-titlle h3 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2d2d2d;
}

.feature-product-des {
    height: 90px;
    overflow-y: auto;
}

.feature-product-des p {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 15px;
  /* letter-spacing: 0.02em; */
  line-height: 24px;
  text-align: left;
  padding-right: 15px;
  color: #2d2d2d;
}

.home-feature-products .product-price h6 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #9C0003;
}

.product-category-main {
  width: 189.62px;
  height: 293.27px;
  background: #fff;
  /*border: 1px solid #fff;*/
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.product-category-main:hover {
  background: #FED404;
}

.product-category-main:hover .product-cat-image {
  filter: brightness(0) invert(1);
}

.product-category-main:hover .product-cat-title a {
  color: #9C0003;
}

.home-product-category .slick-list {
  overflow: visible !important;
}

.product-cat-title a {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #a1a1a1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.product-cat-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-product-category .slick-next:before {
  font-family: "slick";
  font-size: 45px;
  line-height: 1;
  opacity: 0.75;
  color: black;
}

.home-product-category .slick-next:before {
  content: "\279D";
  font-weight: 900;
}

.home-product-category .slick-next {
  right: 0px;
  top: 130px;
}

.home-product-category .slick-prev {
  display: none !important;
}

.item-box {
  position: relative;
}

.item-box:before {
  /* background: #dd0808; */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 20px;
  top: 0;
  background: #00000075;
  opacity: 0.65;
  transition: all 0.5s ease;
  opacity: 0;
}

.home-product-category .slick-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #FED404;
  border-radius: 50%;
  top: -4px;
  left: 14px;
  right: 0;
  z-index: -1;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  background-color: transparent !important;
}

input.orig::placeholder {
  font-family: 'Helvetica', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
}

/*HOME PAGE BANNER SLIDER ENDED*/

.menu-bg:before {
  background: url(/wp-content/uploads/2023/02/Mask-Group-5.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  right: 0;
  background-repeat: no-repeat;
  top: -398px;
  bottom: 0;
  z-index: -1;
}

.quality-bg:before {
  background: url(/wp-content/uploads/2023/02/Group-13003.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 53%;
  content: "";
  right: 0;
  background-repeat: no-repeat;
  top: 65%;
  bottom: 0;
}

.cus-button {
  transform: rotate(270deg);
  left: 52%;
  top: -65%;
}

.cus-icons {
  top: -30%;
  left: 20px;
}

.cus-icons .elementor-grid {
  display: flex !important;
  flex-direction: column !important;
}

.product-cat-image img {
  width: 117.79px;
  height: 103.04px;
}

.home-product-category .slick-slide {
  opacity: 0.2;
}

.home-product-category .slick-slide.slick-active {
  opacity: 1;
}

.product-speciality .item-box {
  height: 320px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.product-speciality {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-gap: 30px;
}

.item-box:nth-child(5) {
  margin-top: 85px;
}

.item-box:nth-child(2) {
  margin-top: 50px;
}

.home-product-category .slick-next:before {
  font-family: "slick";
  font-size: 45px;
  line-height: 1;
  opacity: 1;
  color: #9C0003;
}

.product-speciality .product-price {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-speciality .item-box:hover:before {
  opacity: 1;
}

.product-speciality .item-box:hover .product-titlle,
.item-box:hover .product-price {
  opacity: 1;
}

.description p:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: white;
  left: 75px;
  bottom: 0px;
  right: 0;
  top: 27px;
  /* margin: 0 auto; */
}

.description p:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: white;
  bottom: 0px;
  right: 80px;
  top: 29px;
  /* margin: 0 auto; */
}

.mobmenu-content li.current-menu-item {
  background: #FED404 !important;
}

#mobmenuright li a:hover {
  color: #FED404 !important;
}

.mobmenur-container i {
  color: #FED404 !important;
}


/* Start Inner Pages */

/* Start Catering Pages */

.inner-banner, .inner-banner > .elementor-container, .inner-banner-col > div {
	height: 631px;
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 0;
}

.inner-banner-heading {
    position: relative;
    width: fit-content;
	left: 80px;
}

.inner-banner-heading h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -18px;
}

.inner-banner-heading h2 {
    font-family: "Alex Brush";
    font-weight: normal;
    font-size: 90px;
    letter-spacing: 0.02em;
    line-height: 60px;
    text-align: center;
    color: #FED404;
    margin-bottom: 0;
    width: fit-content;
    position: relative;
}

.inner-banner-heading h2:after {
    content: '';
    position: absolute;
    width: 97px;
    height: 1px;
    background: transparent;
    border: 1.5px solid #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-banner-img {
	margin-bottom: -60px;
}

.catering-sec {
	position: relative;
	padding: 50px 0px 10px 0px;
}

.catering-sec:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/catering-bg1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 190%;
	z-index: -1;
}

.elementor-636 .elementor-element.elementor-element-e3bc8d2 .eael-gravity-form .gfield .gfield_description {
    text-align: center;
}

.corporate-sec {
	position: relative;
}

.corporate-sec:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/catering-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -300px;
}

/*.catering-gallery {*/
/*	margin-top: 70px;*/
/*}*/

/*.catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n+2) {*/
/*     margin-top: 70px; */
/*}*/

/*.catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n), .catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {*/
/*   margin-top: -60px;*/
/*}*/

.corporate-sec .cus-button {
    top: -53%;
}

/* End Catering Pages */

/* start Contact Pages */

.contact-info-sec {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 50px;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px;
	width: 90%;
}

.contact-info .info-wrapper:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.contact-info .info-wrapper:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.contact-info .info-wrapper:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
	width: 95%;
}

.contact-info .info-wrapper {
    width: 90%;
    height: 145px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #9a9a9a;
	position: relative;
	margin-left: auto;
	transition: 0.5s ease;
}

.contact-info .info-wrapper .info-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    padding: 50px;
}

.contact-info .info-wrapper .info-inner-wrapper .icon {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    left: -30px;
	transition: 0.5s ease;
}

.contact-info .info-wrapper .info-inner-wrapper .icon:before {
    content: '';
    position: absolute;
    border: 1px solid #000;
    width: 63px;
    height: 63px;
    border-radius: 50%;
	transition: 0.5s ease;
}

.info-inner-wrapper .icon i {
    font-family: "FontAwesome";
    font-weight: 900;
    font-style: normal;
	transition: 0.5s ease;
}

.contact-info .info-wrapper .info-inner-wrapper .txt h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
}

.contact-info .info-wrapper .info-inner-wrapper a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
}


.contact-info .info-wrapper .info-inner-wrapper a:hover {
    color: #FED404;
}

.contact-info .info-wrapper:hover .info-inner-wrapper .icon {
	background: #FED404;
}

.contact-info .info-wrapper:hover .info-inner-wrapper .icon i {
	color: #fff;
}

.contact-info .info-wrapper:hover .info-inner-wrapper .icon:before {
	border-color: #FED404;
}

.contact-form-sec {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 85%;
    padding-top: 100px;
    margin-top: -180px;
}

.contact-form-sec .img1 img {
    height: 812px !important;
    object-fit: cover;
    border-radius: 40px;
}

.contact-form-sec .img2 {
	text-align: right !important;
	margin-top: -220px;
}

.contact-form-sec .img2 img {
    width: 412px;
    height: 348px !important;
    object-fit: cover;
    border: 10px solid #fff;
    border-radius: 40px;
	object-position: left;
}

.contact-form-inner-sec2-right-col {
    position: absolute !important;
    width: 701px !important;
    height: 832px;
    background: #fff;
    filter: drop-shadow(0px 3px 24px rgba(0, 0, 0, 0.16));
    right: 0;
    top: 200px;
    border-radius: 40px;
    padding: 70px 40px 40px;
}

.contact-form-inner-sec2-right-col .gfield input {
    margin-bottom: 15px !important;
}

.contact-form-inner-sec2-right-col input#choice_2_5_1 {
	margin-bottom: 0px !important;
}

.contact-form-inner-sec2-right-col .gform_validation_errors, .contact-form-inner-sec2-right-col .validation_message {
    display: none;
}

.contact-form-inner-sec2-right-col .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

input#gform_submit_button_2 {
    cursor: pointer !important;
}


/* End Contact Pages */

/* Start Reservation Pages */

.reservation-sec {
	position: relative;
	padding: 50px 0px 80px 0px;
}

.reservation-sec:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/catering-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 140%;
    top: -200px;
    z-index: -1;
}

.reservation-sec .ginput_container {
    position: relative;
}

.reservation-sec .ginput_container:before {
    content: '';
    position: absolute;
    width: 69px;
    height: 75%;
    border-radius: 20px;
    background: #FED404;
    top: 0;
    left: 0;
    z-index: 12;
}

.reservation-sec .msg .ginput_container:before {
	height: 95%;
}

.reservation-sec select {
    border-radius: 20px;
    padding: 11px 20px 11px 80px !important;
    -webkit-print-color-adjust: exact;
    /* background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjNmI3MjgwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdtNiA4IDQgNCA0LTQnLz48L3N2Zz4=) !important; */
    background-position: right 1rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1em 1em !important;
    padding-right: 2.5rem !important;
    appearance: none;
    background-image: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
	margin-bottom: 15px !important;
	position: relative;
}

.reservation-sec .ginput_container:after {
    content: '\f0c0';
    position: absolute;
    width: 69px;
    height: 47px;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-style: normal;
    transition: 0.5s ease;
    color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-sec .day .ginput_container_select:after {
    content: '\f073';
}

.reservation-sec .time .ginput_container_select:after {
    content: '\f017';
}

.reservation-sec .msg .ginput_container:after {
    content: '\f249';
	height: 95%;
}

.reservation-sec select:focus-visible {
    outline: none;
}

.reservation-sec .msg .ginput_container textarea {
	padding: 11px 20px 11px 80px !important;
}

input#gform_submit_button_3 {
    cursor: pointer !important;
}
/* End Reservation Pages */

/* Start Our Specialty Pages */

.our-most-sec {
	padding-top: 50px;
	padding-bottom: 200px;
}

.our-most-sec:before {
	 content: "";
    background: url(/wp-content/uploads/2023/02/Mask-Group-5.png);
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    top: -398px;
    bottom: 0;
    z-index: -1;
	pointer-events: none;
}

.our-most-sec:after {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/food-love-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.love-food {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
	padding: 80px 0 50px;
}

.love-food .love-food-wrapper {
	width: 360px;
	margin: 0 auto;
}

.love-food-list {
	display: none;
}

.love-food-img img {
    width: 100%;
    height: 317px !important;
    border-radius: 30px !important;
	object-fit: cover;
}

.love-food-wrapper .love-food-title {
    width: 100%;
    height: 110px;
    border-radius: 0px 0px 30px 30px;
    background: #fff;
    margin-top: -30px;
    padding: 30px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.5s ease;
}

.love-food-wrapper .love-food-title h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #FED404;
	transition: 0.5s ease;
}

.love-food-wrapper:hover .love-food-title h3 {
	color: #fff;
}

.love-food-wrapper:hover .love-food-title {
    background: #FED404;
}

.love-food .love-food-wrapper:nth-of-type(3n+2) {
	width: 429px;
}

.love-food .love-food-wrapper:nth-of-type(3n+2) .love-food-img img {
    height: 337px !important;
}

.love-food .love-food-wrapper:nth-of-type(3n), .love-food .love-food-wrapper:nth-of-type(3n+1) {
   margin-top: -60px;
}

.love-food-load-more {
    text-align: center;
}

.love-food-load-more a {
    border-radius: 20.5px;
    background: #FED404;
    padding: 13px 33px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.love-food-load-more a:hover {
	background: #fff;
	color: #FED404;
}


.tasty-meals-sec {
	padding-bottom: 80px;
	margin-top: -110px;
}

.food-we-love-sec {
    margin-top: -310px;
    padding-top: 300px;
	padding-bottom: 70px;
}

.food-we-love-sec:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/we-love-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 75%;
    top: 0;
    z-index: -1;
}

.home-feature-products .product-thumbnail, .home-feature-products .product-thumbnail img {
    height: 100% !important;
    border-radius: 35px;
}
/* End Our Specialty Pages */

/* Start About Pages */

.about-sec1 {
	padding-bottom: 100px;
}

.about-sec1:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/our-story.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200%;
    top: 0;
    z-index: -1;
}

.about-img1 {
    position: absolute !important;
    left: -180px;
    top: -70px;
    width: 792px !important;
    height: 773px;
}

.about-sec4 {
	position: relative;
}

.about-sec4:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/abou-our-special-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -270px;
    z-index: -1;
}

.testimonials-sec {
	position: relative;
	padding: 50px 0;
}

.testimonials-sec:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/testimonials-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130%;
    top: -140px;
    z-index: -1;
}

.testimonial-slider {
    padding: 80px 0 0;
    height: 600px;
}

.testimonial-wrapper {
    width: 88%;
    height: 317px;
    background: linear-gradient(#ab0505 0%, #000 100%);
    border-radius: 30px;
	padding: 20px 30px 30px 30px;
	margin: 0 auto;
	transition: 0.5s ease;
}

.testimonial-wrapper .testimonial-inner-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-wrapper .quote {
    margin-bottom: 30px;
}

.testimonial-wrapper .testimonial-wrapper-cont {
    height: 90px;
    overflow-y: auto;
}

.testimonial-wrapper .testimonial-wrapper-cont p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.testimonial-wrapper span.checked {
    color: #FFC107;
}

.testimonial-wrapper .rating-star {
    position: relative;
    z-index: 9999;
    text-align: left;
	margin-bottom: 10px;
}

.testimonial-wrapper .rating-star span {}

.testimonial-wrapper .rating-star span.fas.fa-star::before {
    color: #ccc;
    font-family: 'Font Awesome 5 Free';
}

.testimonial-wrapper .rating-star span.fas.fa-star.checked::before {
    color: #FFC107;
}

.testimonial-wrapper-info {
    display: grid;
    grid-template-columns: 70px auto;
	align-items: center;
}

.testimonial-img img {
    width: 56px;
    height: 56px !important;
    object-fit: cover;
    border-radius: 50% !important;
}

.testimonial-title h3 {
    width: fit-content;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
}

.testimonial-title h4 {
    width: fit-content;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    margin: 0;
}

.testimonial-slider .slick-slide.slick-center .testimonial-wrapper {
    position: relative;
    width: 100%;
    height: 391px;
    margin-top: 50px;
	transition: 0.5s ease;
}

.testimonial-slider .slick-dots {
    bottom: 0px;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.testimonial-slider .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 10px;
}

.testimonial-slider .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: transparent;
    border: 0.3px solid #FED404;
    border-radius: 50%;
    display: block;
    top: -6px;
    left: -7px;
    transition: 0.5s;
}

.testimonial-slider .slick-dots li button {
    width: 100%;
    height: 100%;
}

.testimonial-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    border-radius: 50px;
	top: 1px;
}

.testimonial-slider .slick-dots li.slick-active button:before, .testimonial-slider .slick-dots li:hover button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D30000;
    opacity: 1;
}


/* End About Pages */

/* Start Our Menu Pages */

.our-menu-sec1 {
	position: relative;
	padding: 50px 0px 80px 0px;
}

.our-menu-sec1:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/our-menu-sec1-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 170%;
    top: -250px;
    z-index: -1;
}

.our-menu-sec2 {
	position: relative;
}

.our-menu-sec2:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/our-menu-sec2-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 130%;
    top: 0;
    z-index: -1;
}

.our-menu-sec3 {
    padding: 10px 10px 100px;
}

.our-menu-sec3:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/03/our-menu-sec3-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 80%;
    top: 400px;
    z-index: -1;
}

.products-tab-list {
    display: inline-flex;
    align-items: baseline;
}

.products-cat-list li {
    display: inline-block;
    padding-right: 32px;
}

.products-tab-list .search-icon {
    padding-right: 0px;
    padding-left: 10px;
    border-left: 1px solid #fff;
	height: fit-content;
}

.products-cat-list li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 60px;
    text-align: left;
    color: #fff;
}

.products-tab-list .search-icon i {
    color: #fff;
}

.products-cat-list li.active a, .products-cat-list li a:hover {
    color: #FED404;
}

.products-tabs .products-content li {
    display: none;
}

.products-tabs .products-content li.showfirst {
    display: block;
}

.products-tabs .products-content .tab-heading {
    width: fit-content;
    margin: 30px auto 80px;
    text-align: center;
	position: relative;
}

.products-tabs .products-content .tab-heading:after {
    content: '';
    position: absolute;
    width: 97px;
    height: 1px;
    background: transparent;
    border: 1.5px solid #fff;
    left: 0;
    right: 0;
	bottom: -10px;
    margin: 0 auto;
}

.products-tabs .products-content .tab-heading h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -24px;
}

.products-tabs .products-content .tab-heading h2 {
    font-family: "Alex Brush";
    font-weight: normal;
    font-size: 90px;
    letter-spacing: 0.02em;
    line-height: 60px;
    text-align: center;
    color: #FED404;
	margin-bottom: 0;
}

.tab-product-list {
	display: none;
}

.tab-load-more {
    text-align: center;
	margin-top: 40px;
}

.tab-load-more a {
    border-radius: 20.5px;
    background: #FED404;
    padding: 13px 33px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.tab-load-more a:hover {
	background: #fff;
	color: #FED404;
}
.products-tabs-home .products-content{
    margin-top: 100px;
}
.products-tabs-home .products-content li {
  display: none;
}
.products-tabs-home .products-content li.showfirst {
  display: block;
}
.products-tabs-home .product-cat-title span.active a{
    color: #9C0003;
}

/* End Our Menu Pages */

.newsletter-sec {
	padding: 30px 0;
	text-align: center;
}

.newsletter-sec p {
	color: #fff;
}

/* End Inner Pages */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #FED404;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.special-sauces .elementor-tabs-wrapper{
    justify-content: flex-start !important;
}
.special-sauces .elementor-tab-title {
  border: 1px solid #fff !important;
  border-radius: 40px;
  padding: 12px 50px !important;
  margin-right: 20px;
}
.special-sauces .elementor-tab-title.elementor-active {
  background: #FED404;
  border-color: #FED404 !important;
}
.special-sauces .elementor-tab-content {
  margin-top: 30px;
}
.special-sauces .elementor-tab-content ul {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.special-sauces .elementor-tab-content ul li {
  margin: 30px 0;
}
.special-sauces .elementor-tab-content ul li i{
    color: #FED404;
    margin-right: 5px;
}










/* ============================================================================================================
                                           / MEDIA QUERY STARTS /
/* =============================================================================================================*/




/* 
  ##Device = HD Desktops
  ##Screen = 1600px to higher resolution desktops
*/

@media (min-width: 1600px) {
  .home-product-category .slick-next {
    right: 0px;
    top: 130px;
  }

  .quality-bg:before {
    left: 66%;
  }
	
	.catering-sec:before {
		background-size: 100% 100%;
	}
	
	.our-most-sec:after {
		z-index: -2;
	}
	
	.about-sec1:before {
		background-size: 100% 100%;
	}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 767px) {
  .mm,
  #mm {
    display: none;
  }
  #primary-menu {
    display: none;
  }
}

/* 
  ##Device = Ipads, Ipad Pro 
  ##Screen = B/w 1024px to 1365px
*/
@media only screen and (min-width: 1024px) and (max-width: 1365px) {


} /* 1024px to 1365px Dont delete this bracket! */




/* 
  ##Device = Tablets, Ipads 
  ##Screen = B/w 768px to 1023px
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

} /* 768px to 1023px  Dont delete this bracket! */



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.error-404.not-found h1 {
		font-size: 150px;
	}
	
  .sub-heading p {
    font-size: 75px;
    padding-top: 0px;
  }

  .title h2 {
    font-size: 30px;
  }

  .banner-sec-slider .slick-dots {
    display: none !important;
  }

  .home-bannner-slider {
    padding-top: 0px;
    height: 600px;
    background-size: cover;
  }

  .description p:before {
    width: 55px;
    left: 1px;
    top: 27px;
  }

  .description p:after {
    width: 50px;
    right: 5px;
    top: 29px;
  }

  .cus-icons {
    top: -10%;
    left: 0px;
    margin: 0 auto;
  }

  .cus-icons .elementor-grid {
    display: flex !important;
    flex-direction: row !important;
  }

  .home-product-category .slick-list {
    overflow: hidden !important;
  }

  .product-category-main {
    margin: 0 auto;
  }

  .home-feature-products {
    grid-template-columns: 1fr;
  }

  .home-feat-products .product-item {
    display: grid;
    grid-template-columns: 100%;
  }

  .home-feat-products {
    height: auto;
  }

  .home-feat-products .product-thumbnail img {
    margin: 0 auto;
    height: 329px;
    width: 100%;
    object-fit: contain;
  }

  .home-feature-products .product-titlle h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
  }

  .feature-product-des p {
    padding: 0px 15px;
    text-align: center;
  }

  .home-feature-products .product-price h6 {
    text-align: center;
  }

  .product-speciality {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .item-box:nth-child(5) {
    margin-top: 0px;
  }

  .item-box:nth-child(2) {
    margin-top: 0px;
  }

  .cus-button {
    transform: unset;
    left: 0%;
    top: 0%;
  }
	
	.footer-map-left-col {
		width: 100% !important;
		padding: 10px;
	}
	
	.footer-info {
		position: relative !important;
		width: 95%;
		top: auto;
		right: auto;
		height: auto;
		margin: 0 auto;
	}
	
	.footer-info-col > div {
		padding: 50px 30px 50px 30px !important;
	}
	
	.footer-info-img, .footer-info-txt, .footer-info-heading, .footer-info-list {
		text-align: center !important;
	}

  footer#colophon {
    padding: 55px 0px 0px 0px;
  }

  .footer2 h3 {
    font-size: 30px;
  }

  .footer1 img {
    text-align: center;
    margin: 0 auto;
    display: flex;
    height: 120px;
  }

  .footer2 h3:after {
    width: 110px;
    height: 2px;
    bottom: -18px;
  }

  .footer3 {
    padding-bottom: 5px;
  }
	
	/* Start Our Menu */
	
	.inner-banner {
		padding: 50px 0 0;
	}
	
	.inner-banner, .inner-banner > .elementor-container, .inner-banner-col > div {
		height: auto;
		background-size: 100% 50%;
	}
	
	.inner-banner-heading {
		left: auto;
		margin: 0 auto 50px;
	}
	
	.inner-banner-heading h3 {
		font-size: 30px;
	}
	
	.inner-banner-heading h2 {
		font-size: 70px;
	}
	
	.inner-banner-img {
		margin-bottom: auto;
	}
	
	.img-522 {
		margin-bottom: 20px;
	}
	
	.img-522 img {
		height: auto !important;
	}
	
	.products-cat-list li {
		display: block;
		padding-right: 0;
		width: fit-content;
		margin: 0 auto;
	}
	
	.products-cat-list li:last-child {
		border-left: none;
	}
	/* End Our Menu */
	
	/* Start About */
	
	.about-img1 {
		position: relative !important;
		left: auto;
		top: auto;
		width: 100% !important;
		height: auto;
		margin-bottom: 20px;
	}
	
	.love-food {
		grid-template-columns: repeat(1, 1fr);
		padding: 0px 0 0px;
	}
	
	.love-food .love-food-wrapper:nth-of-type(3n), .love-food .love-food-wrapper:nth-of-type(3n+1) {
		margin-top: auto;
	}
	.love-food .love-food-wrapper {
		width: 429px;
	}
	
	.testimonial-slider {
		padding: 0px 0 0;
		height: auto;
	}
	
	.testimonial-slider .slick-list {
		padding: 0px 0 50px;
	}
	
	.testimonial-wrapper {
		width: 95%;
	}
	
	.testimonial-slider .slick-slide.slick-center .testimonial-wrapper {
		width: 95%
		height: 371px;
		margin-top: 0px;
	}
	/* End About */
	
	
	/* Start Our Specialty */
	
	.our-most-sec {
		padding-bottom: 10px;
	}
	
	.love-food-load-more {
		margin-top: 50px;
	}
	
	.tasty-meals-sec {
		padding-bottom: 40px;
		margin-top: auto;
	}
	
	.food-we-love-sec {
		margin-top: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}
	/* End Our Specialty */
	
	/* Start Reservation */
	
	.img-703 img {
		height: auto !important;
	}
	/* End Reservation */
	
	/* Start Catering */
	
	.img-598 img {
		height: auto !important;
	}
	
	.catering-gallery {
		margin-top: 0px;
	}
	
	.catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n), .catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		margin-top: auto;
	}
	
	.corporate-sec .cus-button {
		top: 0;
	}
	/* End Catering */	
	
	/* Start Contact */
	
	.contact-info-sec {
		padding-bottom: 0px;
	}
	
	.contact-info {
		display: block;
		width: 100%;
	}
	
	.contact-info .info-wrapper {
		width: 93%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.contact-info .info-wrapper:last-child {
		width: 93%;
		margin-bottom: 0;
	}
	
	.contact-form-sec {
		padding-top: 50px;
		margin-top: auto;
	}
	
	.contact-form-sec .img1 img {
		height: 500px !important;
	}
	
	.contact-form-sec .img2 {
		margin-top: -150px;
	}
	
	.contact-form-sec .img2 img {
		width: 350px;
		height: 250px !important;
	}
	
	.contact-form-inner-sec2-right-col {
		position: relative !important;
		width: 100% !important;
		height: auto;
		top: auto;
		margin-top: 50px;
	}
	/* End Contact */
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.error-404.not-found h1 {
		font-size: 150px;
	}
	
  .sub-heading p {
    font-size: 75px;
    padding-top: 0px;
  }

  .title h2 {
    font-size: 30px;
  }

  .banner-sec-slider .slick-dots {
    display: none;
  }

  .home-bannner-slider {
    padding-top: 0px;
    height: 600px;
    background-size: cover;
  }

  .description p:before {
    width: 55px;
    left: 1px;
    top: 27px;
  }

  .description p:after {
    width: 50px;
    right: 5px;
    top: 29px;
  }

  .cus-icons {
    top: -30%;
    left: 20px;
  }

  .cus-icons {
    top: -10%;
    left: 0px;
    margin: 0 auto;
  }

  .cus-icons .elementor-grid {
    display: flex !important;
    flex-direction: row !important;
  }

  .home-product-category .slick-list {
    overflow: hidden !important;
  }

  .product-category-main {
    margin: 0 auto;
  }

  .home-feature-products {
    grid-template-columns: 1fr;
  }

  .home-feat-products .product-item {
    display: grid;
    grid-template-columns: 100%;
  }

  .home-feat-products {
    height: 500px;
  }

  .home-feat-products .product-thumbnail img {
    margin: 0 auto;
    height: 329px;
    width: 100%;
    object-fit: cover;
  }

  .home-feature-products .product-titlle h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
  }

  .feature-product-des p {
    padding: 0px 15px;
    text-align: center;
  }

  .home-feature-products .product-price h6 {
    text-align: center;
  }

  .product-speciality {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .item-box:nth-child(5) {
    margin-top: 0px;
  }

  .item-box:nth-child(2) {
    margin-top: 0px;
  }

  .cus-button {
    transform: unset;
    left: 0%;
    top: 0%;
  }
	
	.footer-map-left-col {
		width: 100% !important;
		padding: 10px;
	}
	
	.footer-info {
		position: relative !important;
		width: 95%;
		top: auto;
		right: auto;
		height: auto;
		margin: 0 auto;
	}
	
	.footer-info-col > div {
		padding: 50px 10px 50px 10px !important;
	}
	
	.footer-info-img, .footer-info-txt, .footer-info-heading, .footer-info-list {
		text-align: center !important;
	}

  footer#colophon {
    padding: 55px 0px 0px 0px;
  }

  .footer2 h3 {
    font-size: 30px;
  }

  .footer1 img {
    text-align: center;
    margin: 0 auto;
    display: flex;
    height: 120px;
  }

  .footer2 h3:after {
    width: 110px;
    height: 2px;
    bottom: -18px;
  }

  .footer3 {
    padding-bottom: 5px;
  }

  .services-btn a {
    font-size: 15px;
    width: 141px;
    height: 32px;
    height: 40px;
    margin: 0 auto 18px;
    padding: 10px 30px;
  }
	
	/* Start Our Menu */
	
	.inner-banner {
		padding: 50px 0 0;
	}
	
	.inner-banner, .inner-banner > .elementor-container, .inner-banner-col > div {
		height: auto;
		background-size: 100% 50%;
	}
	
	.inner-banner-heading {
		left: auto;
		margin: 0 auto 50px;
	}
	
	.inner-banner-heading h3 {
		font-size: 20px;
	}
	
	.inner-banner-heading h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.inner-banner-heading h2:after {
		bottom: 0px;
	}
	
	.inner-banner-img {
		margin-bottom: auto;
	}
	
	.img-522 {
		margin-bottom: 20px;
	}
	
	.img-522 img {
		height: auto !important;
	}
	
	.our-menu-sec3 {
		padding: 10px 10px 50px;
	}
	
	.products-cat-list li {
		display: block;
		padding-right: 0;
		width: fit-content;
		margin: 0 auto;
	}
	
	.products-cat-list li:last-child {
		border-left: none;
	}
	.products-tabs .products-content .tab-heading h3 {
		font-size: 30px;
	}
	
	.products-tabs .products-content .tab-heading h2 {
		font-size: 60px;
	}
	/* End Our Menu */
	
	/* Start About */
	
	.about-img1 {
		position: relative !important;
		left: auto;
		top: auto;
		width: 100% !important;
		height: auto;
		margin-bottom: 20px;
	}
	
	.love-food {
		grid-template-columns: repeat(1, 1fr);
		padding: 0px 0 0px;
	}
	
	.love-food .love-food-wrapper:nth-of-type(3n), .love-food .love-food-wrapper:nth-of-type(3n+1) {
		margin-top: auto;
	}
	.love-food .love-food-wrapper {
		width: 100%;
	}
	
	.love-food .love-food-wrapper:nth-of-type(3n+2) {
		width: 100%;
	}
	
	.testimonial-slider {
		padding: 0px 0 0;
		height: auto;
	}
	
	.testimonial-slider .slick-list {
		padding: 0px 0 50px;
	}
	
	.testimonial-wrapper {
		width: 95%;
	}
	
	.testimonial-slider .slick-slide.slick-center .testimonial-wrapper {
		width: 95%
		height: 371px;
		margin-top: 0px;
	}
	/* End About */
	
	/* Start Our Specialty */
	
	.our-most-sec {
		padding-bottom: 10px;
	}
	
	.love-food-load-more {
		margin-top: 50px;
	}
	
	.tasty-meals-sec {
		padding-bottom: 40px;
		margin-top: auto;
	}
	
	.food-we-love-sec {
		margin-top: auto;
		padding-top: 0;
		padding-bottom: 20px;
	}
	/* End Our Specialty */
	
	/* Start Reservation */
	
	.img-703 img {
		height: auto !important;
	}
	/* End Reservation */
	
	/* Start Catering */
	
	.img-598 img {
		height: auto !important;
	}
	
	.catering-gallery {
		margin-top: 0px;
	}
	
	.catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n), .catering-gallery .eael-filter-gallery-wrapper > div .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		margin-top: auto;
	}
	
	.corporate-sec .cus-button {
		top: 0;
	}
	/* End Catering */	
	
	/* Start Contact */
	
	.contact-info-sec {
		padding-bottom: 0px;
	}
	
	.contact-info {
		display: block;
		width: 100%;
	}
	
	.contact-info .info-wrapper {
		width: 93%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.contact-info .info-wrapper:last-child {
		width: 93%;
		margin-bottom: 0;
	}
	
	.contact-form-sec {
		padding-top: 50px;
		margin-top: auto;
	}
	
	.contact-form-sec .img1 img {
		height: 500px !important;
	}
	
	.contact-form-sec .img2 {
		margin-top: -150px;
	}
	
	.contact-form-sec .img2 img {
		width: 350px;
		height: 250px !important;
	}
	
	.contact-form-inner-sec2-right-col {
		position: relative !important;
		width: 100% !important;
		height: auto;
		top: auto;
		margin-top: 50px;
	}
	/* End Contact */
}


/* 
  ##Device = Galaxy Fold (Portrait)
  ##Screen = 280px
*/
@media (max-width: 280px) {



} /* 280px (Portrait) Dont delete this bracket! */



