@font-face {
  font-family: 'FontAwesome5ProLight';
  src: url("../FontAwesome5ProLight/FontAwesome5ProLight.eot");
  src: url("../FontAwesome5ProLight/FontAwesome5ProLight.eot?#iefix") format("embedded-opentype"), url("../FontAwesome5ProLight/FontAwesome5ProLight.woff") format("woff"), url("../FontAwesome5ProLight/FontAwesome5ProLight.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome5BrandsRegular';
  src: url("../../custom-fonts/FontAwesome5BrandsRegular/FontAwesome5BrandsRegular.eot");
  src: url("../../custom-fonts/FontAwesome5BrandsRegular/FontAwesome5BrandsRegular.eot?#iefix") format("embedded-opentype"), url("../../custom-fonts/FontAwesome5BrandsRegular/FontAwesome5BrandsRegular.woff") format("woff"), url("../../custom-fonts/FontAwesome5BrandsRegular/FontAwesome5BrandsRegular.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome5ProRegular';
  src: url("../../custom-fonts/FontAwesome5ProRegular/FontAwesome5ProRegular.eot");
  src: url("../../custom-fonts/FontAwesome5ProRegular/FontAwesome5ProRegular.eot?#iefix") format("embedded-opentype"), url("../../custom-fonts/FontAwesome5ProRegular/FontAwesome5ProRegular.woff") format("woff"), url("../../custom-fonts/FontAwesome5ProRegular/FontAwesome5ProRegular.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome5ProSolid';
  src: url("../../custom-fonts/FontAwesome5ProSolid/FontAwesome5ProSolid.eot");
  src: url("../../custom-fonts/FontAwesome5ProSolid/FontAwesome5ProSolid.eot?#iefix") format("embedded-opentype"), url("../../custom-fonts/FontAwesome5ProSolid/FontAwesome5ProSolid.woff") format("woff"), url("../../custom-fonts/FontAwesome5ProSolid/FontAwesome5ProSolid.ttf") format("truetype"); }
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../Neue/HelveticaNeue-Bold.eot");
  src: url("../Neue/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../Neue/HelveticaNeue-Bold.woff") format("woff"), url("../Neue/HelveticaNeue-Bold.ttf") format("truetype"); }
.fal {
  font-family: 'FontAwesome5ProLight'; }

body {
  font-family: "Merriweather", serif; }

h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  transition: all 0.3s ease-in; }

h2 {
  transition: all 0.3s ease-in; }

h3 {
  font-size: 28px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  transition: all 0.3s ease-in; }

p {
  font-size: 18px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  transition: all 0.3s ease-in; }

a {
  font-family: "Merriweather", serif; }

@media only screen and (max-width: 1025px) {
  h1 {
    font-size: 28px; }

  h3 {
    font-size: 20px; }

  p {
    font-size: 18px; } }
.post-3 h1, .post-3 h2, .post-3 h3, .post-3 h4 {
  font-weight: 700;
  font-family: "Roboto Slab", serif; }
.post-3 li, .post-3 p, .post-3 a {
  font-weight: 300;
  font-family: "Roboto Slab", serif; }
.post-3 h3 {
  margin: 30px 0; }

.woocommerce-info {
  font-family: "Roboto Slab", serif; }
  .woocommerce-info span {
    font-family: "Roboto Slab", serif; }
  .woocommerce-info a {
    font-family: "Roboto Slab", serif; }
  .woocommerce-info p {
    font-family: "Roboto Slab", serif; }

form {
  margin-top: 60px; }

.form-control, .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  font-family: 'Monda', sans-serif;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 8px;
  padding-left: 15px;
  margin-bottom: 8px;
  color: #ab8c50;
  background: white;
  background-image: none;
  border-radius: 0;
  border: 1px solid #ab8c502e;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .form-control::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 textarea::placeholder {
    color: #a3a3a3; }
  .form-control:hover, .form-control:focus, .form-control:active, .wpcf7 input[type=text]:hover, .wpcf7 input[type=text]:focus, .wpcf7 input[type=text]:active, .wpcf7 input[type=email]:hover, .wpcf7 input[type=email]:focus, .wpcf7 input[type=email]:active, .wpcf7 textarea:hover, .wpcf7 textarea:focus, .wpcf7 textarea:active {
    background: white;
    border: 1px solid #ab8c502e; }

.wpcf7 input:focus, .wpcf7 textarea:focus {
  color: #ab8c50 !important;
  background: transparent !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  /* box-shadow: 0 0 0 0.2rem rgba(85,51,255,.25); */ }

.wpcf7 textarea {
  height: 150px; }

.wpcf7 {
  max-width: 100% !important; }

.f1 {
  z-index: 5; }

.wpcf7 input[type=submit] {
  background-color: transparent;
  color: #024682;
  border-color: #ab8c50;
  margin-top: 10px;
  font-family: "Merriweather", serif;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 14px;
  padding: 0 30px;
  transition: all .3s ease-in;
  text-transform: uppercase; }
  .wpcf7 input[type=submit]:hover {
    color: white;
    background-color: #ab8c50; }

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
  color: white;
  background-color: #ab8c50; }

.align-center {
  text-align: center; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #ab8c50;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 15px;
  font-size: 14px; }

#error-404-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }

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

.konkakt_form_flieds {
  float: left; }

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #024682 !important;
  border-color: #024682 !important; }

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit], .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
  color: white !important;
  background-color: #024682; }

.btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.woocommerce .woocommerce-breadcrumb a {
  color: #024682 !important; }

#wpcf7-f44-o1 .col-md-12 {
  padding: 0 !important; }
#wpcf7-f44-o1 .widget_media_image {
  text-align: center; }
#wpcf7-f44-o1 form {
  margin-top: 30px; }

.woocommerce ul#shipping_method li input[type=radio] {
  margin: 8px 0.4375em 0 0 !important; }

.woocommerce .woocommerce-customer-details address {
  border: none; }

.woocommerce form .form-row label {
  font-size: 16px;
  color: black;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700; }

.woocommerce .form-control, .woocommerce .wpcf7 input[type=text], .woocommerce .wpcf7 input[type=email], .woocommerce .wpcf7 textarea {
  font-family: "Roboto Slab", serif;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 8px;
  padding-left: 15px;
  margin-bottom: 8px;
  color: #024682;
  border: 1px solid #e4e4e4;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .woocommerce .form-control::placeholder, .woocommerce .wpcf7 input[type=text]::placeholder, .woocommerce .wpcf7 input[type=email]::placeholder, .woocommerce .wpcf7 textarea::placeholder {
    color: #a3a3a3; }
  .woocommerce .form-control:hover, .woocommerce .form-control:focus, .woocommerce .form-control:active, .woocommerce .wpcf7 input[type=text]:hover, .woocommerce .wpcf7 input[type=text]:focus, .woocommerce .wpcf7 input[type=text]:active, .woocommerce .wpcf7 input[type=email]:hover, .woocommerce .wpcf7 input[type=email]:focus, .woocommerce .wpcf7 input[type=email]:active, .woocommerce .wpcf7 textarea:hover, .woocommerce .wpcf7 textarea:focus, .woocommerce .wpcf7 textarea:active {
    background: white;
    border: 1px solid #ab8c502e; }

.woocommerce form .form-row .required {
  color: #024682; }

.desktop {
  display: block; }

.mobile {
  display: none; }

body {
  transition: all 0.3s ease-in;
  overflow-x: hidden;
  visibility: hidden;
  overflow-y: initial; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.no-padding {
  padding: 0; }

.padding-10 {
  padding: 10px; }

.custom-padded {
  width: 90%;
  position: relative; }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0; }

.nav-social-icon {
  transition: all 0.3s ease-in;
  position: absolute;
  /* margin-top: 10px; */
  /* width: min-content; */
  right: 10px;
  /* text-align: right; */
  margin-right: 100px; }
  .nav-social-icon li {
    margin-left: 15px; }
    .nav-social-icon li a:hover .fa {
      background-color: white;
      color: #ab8c50; }
    .nav-social-icon li .fa {
      transition: all 0.3s ease-in;
      background-color: #ab8c50;
      border: 1px solid #ab8c50;
      color: white;
      font-size: 20px;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px; }

.dummy_menu_height {
  height: 127px; }

.custom_btn_div {
  margin-top: 30px; }
  .custom_btn_div a {
    padding: 12px 16px;
    background-color: transparent;
    color: black !important;
    text-transform: uppercase;
    border: 3px solid #ab8c50; }
    .custom_btn_div a:hover {
      text-decoration: none;
      color: white !important;
      background-color: #ab8c50; }

.inner_column {
  float: left; }

.referral, .juicer-feed h1.referral {
  display: none !important; }

.juicer-feed {
  margin-top: 80px !important;
  margin-bottom: 40px !important; }

.juicer-button {
  font-family: "Merriweather", serif !important;
  background: white !important;
  color: #024682 !important;
  font-size: 18px !important;
  transition: all .3s ease-in !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
  border: 1px solid #ab8c50 !important;
  padding: 10px 20px !important;
  font-weight: 100; }
  .juicer-button:hover {
    color: #ab8c50 !important;
    background: white !important; }

.breadcrumbs {
  transition: all .3s ease-in;
  background: #ed1c23;
  background: linear-gradient(180deg, rgba(237, 28, 35, 0.6446953782) 12%, rgba(237, 28, 35, 0.4) 95%);
  color: black;
  padding: 20px 15px;
  margin-top: -122px; }
  .breadcrumbs h1 {
    color: black; }
  .breadcrumbs a {
    color: black; }

.no-results {
  margin: 40px 0; }

.search-results .site-main {
  margin-top: 30px;
  margin-bottom: 80px; }

.fa-plus {
  margin-top: 30px;
  background-color: #ab8c50;
  color: white;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 60px; }

.entry-header, .wp-post-image {
  display: none; }

.entry-content {
  margin-top: 40px; }
  .entry-content p {
    font-size: 18px; }
  .entry-content h2 {
    margin-bottom: 20px; }
  .entry-content h3 {
    margin-bottom: 20px;
    font-size: 26px;
    color: #024682; }
  .entry-content li {
    font-size: 18px; }
  .entry-content hr {
    border-top: 2px dotted rgba(237, 28, 35, 0.7);
    margin-top: 20px; }

hr {
  border-top: 5px solid #ab8c50;
  margin-top: 20px;
  width: 30%; }

a {
  color: #024682;
  background-color: transparent;
  transition: all 0.3s ease-in; }
  a:hover {
    text-decoration: none;
    color: #ab8c50; }

.menuDashes {
  transition: all 0.3s ease-in;
  position: absolute;
  margin-top: 10px;
  width: min-content;
  right: 0;
  text-align: right; }
  .menuDashes h4 {
    transition: all 0.3s ease-in;
    font-size: 18px; }

.menuDashes .menuIcon {
  transition: all 0.3s ease-in;
  height: 4px;
  background-color: #ab8c50;
  margin-bottom: 7px;
  float: right; }

.menuDashes .menuIcon-1 {
  width: 55px; }

.menuDashes .menuIcon-2 {
  width: 65px; }

.menuDashes .menuIcon-3 {
  width: 45px; }

.sticky .menuDashes {
  margin-top: 7px; }
  .sticky .menuDashes h4 {
    font-size: 16px; }
  .sticky .menuDashes .menuIcon {
    height: 4px;
    background-color: #ab8c50;
    margin-bottom: 5px;
    float: right; }

.borderRightStyle {
  border-left: 1px solid #ab8c502e; }

.woocommerce-products-header__title {
  margin: 20px 0;
  color: #024682; }

.entry-content h2 {
  color: #024682; }

.custom-select:focus {
  border-color: #024682;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  transition: all .3s ease-in;
  color: #fff;
  background-color: #024682;
  border-color: #024682; }
  .btn-primary:hover {
    color: #024682;
    background-color: #fff;
    border-color: #024682; }
  .btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.woocommerce .quantity .qty {
  height: 38px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin: 30px 0;
  color: #024682;
  font-family: 'Roboto Slab', serif; }
.woocommerce .orderby {
  color: #024682; }
.woocommerce .woocommerce-Tabs-panel--description ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px; }
.woocommerce .woocommerce-Tabs-panel--description li {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px; }
.woocommerce .woocommerce-Tabs-panel--description p {
  font-size: 18px; }
.woocommerce .woocommerce-Tabs-panel--description li:before {
  margin-right: 21px;
  content: '\f2e7';
  color: #024682;
  font-family: 'FontAwesome5ProLight';
  position: absolute;
  left: -8px;
  font-weight: 100; }

a:hover {
  color: #024682; }

.innerImage {
  height: 450px;
  margin-bottom: 40px;
  position: relative;
  /* make keyframes that tell the start state and the end state of our object */ }
  .innerImage .dummy-wrapper {
    position: absolute;
    top: 120px;
    width: 100%; }
    .innerImage .dummy-wrapper .pageTitle {
      font-family: 'Roboto Slab', serif;
      text-align: center;
      color: white;
      background-color: rgba(0, 0, 0, 0.4);
      background: linear-gradient(to bottom, rgba(15, 12, 8, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
      width: fit-content;
      margin: 0 auto;
      padding: 20px 100px;
      /* border-radius: 10px; */ }
      .innerImage .dummy-wrapper .pageTitle h1 {
        font-size: 56px;
        color: white;
        font-family: 'Roboto Slab', serif; }
      .innerImage .dummy-wrapper .pageTitle .fa-utensils {
        font-size: 52px;
        margin-bottom: 20px; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .innerImage .fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s; }
  .innerImage .fade-in.one {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }

.center_col {
  width: 30%;
  margin: 0 1% 30px 1%;
  display: inline-block;
  float: none;
  text-align: left; }
  .center_col h3 {
    font-family: 'Roboto Slab', serif; }
  .center_col a:hover h3 {
    background-color: #024682;
    color: white; }
  .center_col .sub-catergory {
    height: 350px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    position: relative; }
    .center_col .sub-catergory .countCover {
      font-size: 16px;
      position: absolute;
      background-color: black;
      color: white;
      padding: 20px;
      right: 0;
      top: 0; }
  .center_col h3 {
    transition: all .3s ease-in;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 15px 0; }

.woocommerce div.product .product_title {
  font-family: 'Roboto Slab', serif; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  width: 28%;
  margin: 0 1.25% 40px 1.25% !important; }

.woocommerce-loop-product__title {
  text-align: center;
  font-size: 26px !important;
  font-family: 'Roboto Slab', serif; }

.woocommerce ul.products li.product .price {
  text-align: center;
  color: #024682;
  font-size: 16px !important;
  font-family: 'Roboto Slab', serif; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  font-size: 26px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    color: white !important;
    font-family: 'Roboto Slab', serif; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #024682 !important; }

.slick-track li {
  display: none !important; }

.wc-tabs-wrapper {
  padding-top: 0px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #0246828a;
  height: 21px; }

div.woocommerce-tabs div.woocommerce-Tabs-panel h2:first-child {
  display: none !important; }

.woocommerce-Tabs-panel {
  padding: 0 30%; }

a.wpgis-popup {
  color: white !important; }

.woocommerce div.product span.price, .woocommerce div.product p.price {
  color: #024682;
  text-transform: capitalize;
  font-family: 'Roboto Slab', serif; }

.posted_in a {
  font-family: 'Roboto Slab', serif;
  border: 1px solid #024682;
  background-color: white;
  color: #024682;
  padding: 8px;
  transition: all .3s ease-in;
  font-size: 14px; }
  .posted_in a:hover {
    background-color: #024682;
    color: white; }

.add-to-cart-container a {
  color: #024682 !important;
  background-color: white;
  border-radius: 0;
  font-family: 'Roboto Slab', serif; }

.related h2 {
  margin: 40px 0;
  text-align: center;
  color: #024682; }
.related ul.columns-4 {
  text-align: center;
  width: fit-content;
  margin: 0 auto; }
  .related ul.columns-4 .product .add-to-cart-container a {
    color: #024682 !important;
    background-color: white;
    border-radius: 0;
    font-family: 'Roboto Slab', serif; }
  .related ul.columns-4 .product:hover .add-to-cart-container a {
    color: white !important;
    background-color: #024682; }
  .related ul.columns-4 .product .woocommerce-loop-product__title {
    font-size: 20px !important;
    font-family: 'Roboto Slab', serif; }

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 4px !important; }

button.minus, button.plus {
  background-color: white;
  color: #024682;
  border: 1px solid #024682;
  transition: all 0.3s ease-in;
  padding: 6px 13px; }
  button.minus:hover, button.plus:hover {
    background-color: #024682;
    color: white; }

.btn-outline-primary {
  border-radius: 0;
  margin-bottom: 4px; }

button.minus {
  margin-right: 30px; }

.added_to_cart {
  position: absolute !important;
  padding: 0 5px 5px 5px; }

.woocommerce-Price-currencySymbol {
  text-transform: capitalize !important; }

.woocommerce div.product form.cart {
  margin: 10px 0; }

.product:hover .add-to-cart-container a {
  color: white !important;
  background-color: #024682; }

.custom_content_box {
  padding-left: 0;
  padding-right: 0; }

.archive #non_sticky, .product-template-default #non_sticky, .others #non_sticky {
  padding: 10px 0; }
  .archive #non_sticky img, .product-template-default #non_sticky img, .others #non_sticky img {
    max-width: 80%; }

.breadC {
  margin-top: 10px;
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
  color: rgba(0, 0, 0, 0.4); }
  .breadC a {
    transition: all 0.3s ease-in;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Roboto Slab', serif; }
    .breadC a:hover {
      color: black; }
      .breadC a:hover span {
        color: black; }
  .breadC span {
    transition: all 0.3s ease-in;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-transform: uppercase; }

.woocommerce div.product div.summary {
  border-top: 1px solid #00000042;
  padding-top: 10px; }

.sku_wrapper, .posted_in {
  font-size: 14px; }

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  margin-top: 30px; }

body.page-id-24, body.page-id-25 {
  font-family: 'Roboto Slab', serif; }

.wooac-popup .wooac-action a {
  margin-bottom: 10px; }

.mfp-content {
  font-family: 'Roboto Slab', serif; }
  .mfp-content a {
    font-family: 'Roboto Slab', serif; }
  .mfp-content .wooac-popup .wooac-action a {
    border: 1px solid #024682 !important;
    background-color: #024682 !important;
    color: white !important; }
    .mfp-content .wooac-popup .wooac-action a:hover {
      background-color: white !important;
      color: #024682 !important; }

.woocommerce div.product {
  margin-top: 50px; }

.entry-content h3 {
  font-size: 26px;
  color: #024682; }

.xoo-wsc-items-count {
  background-color: #024682 !important; }

.xoo-wsc-modal {
  font-family: "Roboto Slab", serif; }
  .xoo-wsc-modal span {
    font-family: "Roboto Slab", serif; }
  .xoo-wsc-modal a {
    font-family: "Roboto Slab", serif; }

#customer_details h3 {
  font-family: "Roboto Slab", serif; }

#customer_details h3, #order_review_heading {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase; }

#order_review_heading {
  margin-top: 40px; }

#ship-to-different-address-checkbox {
  width: auto;
  display: inline; }

.woocommerce-privacy-policy-text, .payment_box {
  font-family: "Roboto Slab", serif; }
  .woocommerce-privacy-policy-text p, .payment_box p {
    font-family: "Roboto Slab", serif; }
    .woocommerce-privacy-policy-text p strong, .payment_box p strong {
      font-family: "Roboto Slab", serif;
      font-weight: 700; }
  .woocommerce-privacy-policy-text a, .payment_box a {
    font-family: "Roboto Slab", serif; }

#payment label {
  font-family: "Roboto Slab", serif;
  font-weight: 700; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  padding: 10px;
  height: 50px;
  margin-top: 50px; }

#non_sticky.sticky img {
  max-width: 60%; }

#wrapper-navbar {
  width: 100%;
  z-index: 89;
  position: fixed; }

.d-wrapper {
  margin-top: 0px;
  z-index: 90 !important;
  position: absolute;
  width: 100%; }

#non_sticky {
  transition: all 0.3s ease-in;
  background-color: #fff !important;
  padding: 20px 0;
  width: 100%;
  z-index: 89;
  box-shadow: 0px 1px 5px #00000069; }
  #non_sticky img {
    transition: all 0.3s ease-in;
    max-width: 100%; }
  #non_sticky a {
    transition: all 0.3s ease-in;
    color: #ab8c50;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 16px; }
    #non_sticky a:hover {
      color: #024682; }
  #non_sticky .active a {
    color: #ab8c50; }
  #non_sticky #main-menu {
    transition: all 0.3s ease-in;
    margin-right: 250px; }
  #non_sticky .custom_btn_div {
    transition: all 0.3s ease-in;
    position: absolute;
    right: 8vw; }

.sticky {
  transition: all 0.3s ease-in;
  padding: 10px 0 !important;
  background-color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }

.navbar-dark .navbar-toggler {
  transition: all 0.3s ease-in;
  border-color: #e9e9e9; }

.nav-link {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in; }

.nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ab8c50;
  height: 3px;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.nav-link:hover:before {
  left: 8px;
  right: 8px; }

.current-menu-item .nav-link:before, .current_page_parent > .nav-link:before {
  left: 8px !important;
  right: 50% !important; }

.collapse:not(.show) {
  display: block;
  transition: all 0.3s ease-in; }

.custom_menu {
  transition: all 0.3s ease-in;
  background-color: white; }
  .custom_menu .navbar-nav {
    transition: all 0.3s ease-in;
    flex-direction: initial;
    flex-wrap: wrap; }
  .custom_menu #navbarNavDropdown {
    transition: all 0.3s ease-in;
    padding: 15px 0; }
  .custom_menu li {
    padding-right: 15px; }
  .custom_menu a {
    transition: all 0.3s ease-in;
    color: black;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 22px;
    width: fit-content;
    width: -moz-fit-content; }
    .custom_menu a:hover {
      color: #ab8c50; }
  .custom_menu .current-menu-item .nav-link:before, .custom_menu .current_page_parent > .nav-link:before {
    left: 0 !important; }
  .custom_menu .nav-link:hover:before {
    left: 0;
    right: 0; }
  .custom_menu .active a {
    color: #ab8c50; }

.menu_btn {
  right: 15vw !important;
  display: none; }

#desktop_menu {
  display: block;
  width: 100%; }

@media only screen and (max-width: 1366px) {
  #non_sticky.sticky img {
    max-width: 50%; }

  #non_sticky img {
    max-width: 60%; } }
@media only screen and (max-width: 1200px) {
  #non_sticky a {
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  #non_sticky {
    position: relative; }

  .sticky {
    padding: 18px 0 !important; } }
@media only screen and (max-width: 767px) {
  #non_sticky {
    padding: 10px 0; }
    #non_sticky .container {
      padding: 5px 15px; }
    #non_sticky .logo_A {
      width: 70%; }
      #non_sticky .logo_A img {
        max-width: 100%;
        margin-top: 0; }
    #non_sticky .navbar-toggler {
      padding-right: 15px;
      margin-top: 10px; }

  .current-menu-item .nav-link:before, .current_page_parent > .nav-link:before {
    left: 1px !important;
    right: 1px !important; } }
.megaMenu {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding-bottom: 30px; }
  .megaMenu a {
    transition: all 0.3s ease-in;
    color: #024682;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase; }
    .menu_item_a {
      transition: all 0.3s ease-in;
      padding: 10px 18px;
      border-bottom: 2px solid #ab8c50; }
    .megaMenu a:hover {
      color: #ab8c50; }
      .megaMenu a:hover .menu_item_a {
        padding: 10px 18px; }
      .megaMenu a:hover img {
        opacity: 1;
        transform: scale(1.1); }
  .megaMenu .item_row {
    padding-top: 40px; }
  .megaMenu .menu_item {
    margin-top: 30px; }
    .megaMenu .menu_item img {
      display: none;
      transition: all 0.3s ease-in;
      border: 1px solid #ab8c50;
      width: 200px;
      height: 123px;
      margin-right: 20px;
      opacity: .8; }
    .megaMenu .menu_item .menu_item_image {
      width: 200px;
      height: 123px; }
  .megaMenu .image-box {
    padding: 30px 40px; }
    .megaMenu .image-box .background-image {
      height: 300px;
      transition: all .25s ease-in; }

.homepage-banner {
  position: relative;
  background-attachment: fixed; }
  .homepage-banner .content-head {
    position: absolute;
    bottom: 10vh; }
    .homepage-banner .content-head .banner-content {
      text-transform: uppercase;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 40px; }
      .homepage-banner .content-head .banner-content span, .homepage-banner .content-head .banner-content h2 {
        color: #024682;
        text-transform: uppercase; }
      .homepage-banner .content-head .banner-content span {
        font-size: 20px; }
      .homepage-banner .content-head .banner-content h2 {
        font-size: 32px;
        margin: 8px 0 0 0; }

.dishes_category_box {
  margin-top: 120px; }
  .dishes_category_box .dcb {
    margin-bottom: 30px; }
  .dishes_category_box a:hover .overlay_box {
    padding: 10px;
    width: 96%;
    text-align: center; }
  .dishes_category_box .dishes_category_text .content {
    background-color: #f3efec;
    padding: 60px 25px;
    text-align: center; }
    .dishes_category_box .dishes_category_text .content h1 {
      color: #ab8c50;
      font-weight: 300;
      font-size: 30px; }
    .dishes_category_box .dishes_category_text .content p {
      line-height: 26px;
      font-weight: 100;
      font-size: 18px; }
    .dishes_category_box .dishes_category_text .content strong p {
      margin: 40px 0;
      font-weight: 700; }
  .dishes_category_box .dishes_category_image {
    position: relative; }
    .dishes_category_box .dishes_category_image .overlay_box {
      width: 50%;
      text-align: center;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      padding: 50px;
      position: absolute;
      bottom: 15px;
      left: 15px;
      background-color: rgba(255, 255, 255, 0.8); }
      .dishes_category_box .dishes_category_image .overlay_box h2 {
        font-weight: 300;
        padding: 10px;
        font-size: 32px;
        color: #024682;
        text-transform: uppercase;
        border-bottom: 2px solid #ab8c50; }

.social-media-feed {
  text-align: center;
  margin-top: 80px; }
  .social-media-feed h1 {
    color: #024682;
    font-weight: 300;
    font-size: 32px; }
  .social-media-feed hr {
    width: 15%; }
  .social-media-feed .juicer-feed p {
    font-size: 14px; }
  .social-media-feed .juicer-feed li.feed-item {
    border: .03px solid #ab8c502e; }
  .social-media-feed .juicer-feed a {
    transition: all 0.3s ease-in; }
  .social-media-feed .juicer-feed a:hover {
    color: #ab8c50 !important; }

.introduction {
  margin-top: 40px; }
  .introduction .content {
    text-align: center;
    padding: 0 10%; }
    .introduction .content h2 {
      color: #024682;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 50px; }
    .introduction .content img {
      margin-bottom: 35px; }
    .introduction .content p {
      line-height: 26px;
      font-weight: 100;
      font-size: 18px; }
    .introduction .content strong p {
      margin: 50px 0;
      font-weight: 500; }
    .introduction .content h1 {
      text-transform: inherit;
      font-size: 36px;
      color: #ab8c50;
      font-weight: 100; }

.dish_list {
  margin-top: 80px;
  background-color: #f3efec;
  padding: 100px 0; }
  .dish_list .dish_list_image {
    height: 600px; }
  .dish_list .dish_list_content {
    position: relative; }
    .dish_list .dish_list_content .content {
      text-align: center;
      position: relative;
      margin-top: 50px;
      margin-left: -50px;
      background-color: white;
      width: 100%;
      padding-top: 40px; }
      .dish_list .dish_list_content .content h2 {
        font-weight: 300;
        padding: 10px;
        font-size: 28px;
        color: #024682;
        text-transform: uppercase; }
      .dish_list .dish_list_content .content hr {
        width: 15%; }
      .dish_list .dish_list_content .content .listing {
        padding: 20px 10%;
        padding-top: 0;
        margin-top: 40px;
        margin-bottom: 30px; }
        .dish_list .dish_list_content .content .listing ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .dish_list .dish_list_content .content .listing ul a {
            font-size: 20px;
            text-decoration: none;
            font-weight: 100;
            color: black;
            transition: all 0.3s ease-in; }
            .dish_list .dish_list_content .content .listing ul a:hover {
              color: #024682; }
            .dish_list .dish_list_content .content .listing ul a li {
              padding: 5px;
              margin-bottom: 15px;
              text-align: left;
              width: 70%;
              border-bottom: 1px solid #ab8c50; }
    .dish_list .dish_list_content h1 {
      text-transform: inherit;
      position: relative;
      margin-top: 15px;
      margin-left: 50px;
      color: #ab8c50;
      font-weight: 300;
      font-size: 36px; }

.footer-custom {
  transition: all .3s ease-in;
  background: #024682;
  background: linear-gradient(90deg, #024682 50%, #f3efec 50%);
  padding: 120px 0;
  margin-top: 80px; }
  .footer-custom .footer-col {
    float: left; }
  .footer-custom .footer-left-side {
    padding-top: 80px; }
    .footer-custom .footer-left-side h3 {
      color: white;
      font-size: 22px;
      position: relative;
      margin-bottom: 40px;
      font-weight: 100;
      text-transform: uppercase; }
    .footer-custom .footer-left-side h3:before {
      content: "";
      position: absolute;
      width: 15%;
      height: 1px;
      bottom: -10px;
      border-bottom: 4px solid #ab8c50; }
    .footer-custom .footer-left-side p, .footer-custom .footer-left-side a {
      color: white;
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 300;
      text-decoration: none; }
    .footer-custom .footer-left-side img {
      margin-bottom: 100px; }
  .footer-custom .footer-right-side-form form {
    padding: 0 10%;
    margin-top: 40px !important; }
  .footer-custom .footer-right-side-form h2 {
    text-align: center;
    color: #024682;
    font-size: 36px;
    font-weight: 100; }
  .footer-custom .footer-right-side-form p {
    color: black;
    text-align: center;
    font-size: 22px; }
  .footer-custom a {
    transition: all 0.3s ease-in; }
    .footer-custom a .fab {
      transition: all 0.3s ease-in;
      background: #ab8c50;
      border: 1px solid #ab8c50;
      color: white;
      padding: 15px;
      font-size: 20px;
      font-family: 'FontAwesome'; }
    .footer-custom a:hover {
      color: #ab8c50; }
      .footer-custom a:hover .fab {
        background: white;
        color: #ab8c50; }
  .footer-custom .mc4wp-response p {
    font-size: 13px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides {
  margin: 0 auto;
  transition: all 0.3s ease-in; }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  transition: all 0.3s ease-in; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  display: none; }

.centered-btns_nav:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%; }

.transparent-btns_nav.next {
  left: auto;
  right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px; }

.large-btns_nav:active {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 9;
  margin: 0 auto;
  text-align: center; }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  transition: all 0.3s ease-in;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent;
  display: inline-block;
  border: 0.5px solid rgba(241, 60, 39, 0.6);
  display: inline-block;
  _display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(241, 60, 39, 0.6);
  -moz-box-shadow: inset 0 0 2px 0 rgba(241, 60, 39, 0.6);
  box-shadow: inset 0 0 2px rgba(241, 60, 39, 0.6);
  width: 15px;
  height: 15px; }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(241, 60, 39, 0.6);
  transform: scale(1.2);
  transition: all 0.3s ease-in; }

html {
  transition: all 0.3s ease-in;
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464; }

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  cursor: pointer; }

::-webkit-scrollbar-button {
  background-color: #ab8c50;
  cursor: pointer; }

::-webkit-scrollbar-track {
  background-color: #646464;
  cursor: pointer; }

::-webkit-scrollbar-track-piece {
  background-color: #000;
  cursor: pointer; }

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ab8c50;
  cursor: pointer; }

::-webkit-scrollbar-corner {
  background-color: #646464;
  cursor: pointer; }

::-webkit-resizer {
  background-color: #666;
  cursor: pointer; }

#scroll {
  transition: all 0.3s ease-in;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(237, 28, 35, 0.5);
  border: 0.5px solid #ab8c50;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: white; }

#scroll:hover {
  background-color: transparent; }
  #scroll:hover span {
    border-bottom-color: #ab8c50; }

.main_div_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table; }
  .main_div_wrapper .content_div_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 1025px) {
  .homepage-banner .content-head .banner-content h2, .homepage-banner .content-head .banner-content span {
    font-size: 18px; }

  .homepage-banner .content-head .banner-content p {
    font-size: 14px; }

  .dishes_category_box .dishes_category_image .overlay_box {
    width: 60%;
    padding: 20px; }
    .dishes_category_box .dishes_category_image .overlay_box h2 {
      font-size: 22px; }

  .dish_list .dish_list_content .content .listing ul a {
    font-size: 16px; }

  .dish_list .dish_list_content .content .listing ul a li {
    width: 100%;
    margin-bottom: 5px; }

  .dish_list .dish_list_content .content h2 {
    font-size: 26px; }

  .dish_list .dish_list_content h1 {
    font-size: 28px; }

  .footer-custom .footer-left-side p, .footer-custom .footer-left-side a {
    word-break: break-all; }

  .footer-custom .footer-right-side-form h2 {
    font-size: 26px; }

  .footer-custom .footer-right-side-form p {
    font-size: 16px; } }
@media only screen and (max-width: 768px) {
  .dish_list .dish_list_content .content .listing {
    padding: 20px 4px;
    margin: 0; }

  .dish_list .dish_list_content .content .listing ul a {
    font-size: 11px; }

  .dish_list .dish_list_content .content h2 {
    font-size: 20px; }

  .dish_list .dish_list_content h1 {
    font-size: 22px;
    margin-left: 10px; }

  .dish_list .dish_list_image {
    height: 500px; }

  .footer-custom .footer-left-side {
    padding-top: 0; }

  .footer-custom .footer-left-side h3 {
    font-size: 18px; }

  .footer-custom .footer-right-side-form h2 {
    font-size: 20px; }

  .footer-custom .footer-right-side-form p {
    font-size: 14px; }

  .footer-custom .footer-right-side-form form {
    padding: 0 5%; }

  .custom-padded {
    width: 95%; }

  .megaMenu .item_row {
    padding-top: 20px; }

  .megaMenu .menu_item {
    margin-top: 0;
    margin-bottom: 10px; }

  .megaMenu .image-box .background-image {
    height: 200px; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 30px 1% !important;
    width: 47% !important; }

  .center_col {
    width: 48%; }

  .center_col .sub-catergory {
    height: 300px; }

  .breadC {
    padding-left: 0;
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 20px; }

  .innerImage .dummy-wrapper .pageTitle .fa-utensils {
    font-size: 26px; }

  .innerImage .dummy-wrapper .pageTitle h1 {
    font-size: 26px; }

  .innerImage .dummy-wrapper {
    bottom: 0 !important;
    top: auto; }

  .others #non_sticky img, .archive #non_sticky img, .product-template-default #non_sticky img {
    max-width: 60%; }

  .others #non_sticky img, .archive #non_sticky, .product-template-default #non_sticky {
    padding: 5px 0; }

  .custom_content_box {
    padding-left: 15px;
    padding-right: 15px; }

  #ship-to-different-address h3 {
    margin-top: 40px; }

  .woocommerce ul.order_details li {
    width: 100%;
    margin-bottom: 20px; }

  .added_to_cart {
    position: relative !important;
    padding: 8px 6px; } }
@media only screen and (max-width: 767px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .dishes_category_box .dishes_category_text .content p {
    font-size: 16px; }

  .dishes_category_box .dishes_category_text .content h1 {
    font-size: 22px; }

  .dishes_category_box .dishes_category_image .overlay_box {
    left: 4%;
    width: 80%; }

  .dishes_category_box a:hover .overlay_box {
    width: 92%; }

  p {
    font-size: 16px; }

  .introduction .content h2 {
    font-size: 22px; }

  .introduction .content h1 {
    font-size: 24px; }

  .dish_list {
    padding: 50px 0; }

  .dish_list .dish_list_image {
    height: 400px; }

  .dish_list .dish_list_content .content {
    margin-top: 20px;
    margin-left: 0; }

  .footer-custom {
    padding: 0;
    background: transparent;
    background-color: transparent; }
    .footer-custom .custom-padded {
      width: 100%;
      padding: 0; }

  .footer-custom .footer-left-side {
    background-color: #024682;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center; }

  .footer-custom .footer-left-side img {
    margin-bottom: 20px; }

  .footer-custom .footer-left-side h3 {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px; }
    .footer-custom .footer-left-side h3:before {
      width: 100%;
      left: 0; }

  .footer-custom .footer-left-side p {
    font-size: 16px; }

  .footer-right-side-form {
    background-color: #f3efec;
    padding-top: 70px;
    padding-bottom: 40px; }

  .footer-custom .footer-right-side-form form {
    padding: 0 1%;
    margin-top: 20px !important; }

  .navbar-toggler, .nav-social-icon {
    display: none; }

  .megaMenu .item_row {
    padding-top: 10px; }

  .megaMenu .menu_item {
    margin-top: 0;
    margin-bottom: 10px; }

  .megaMenu a .menu_item_a {
    text-align: center; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.5% 20px 2.5% !important;
    width: 95% !important; }

  .center_col {
    margin: 0 2.5% 20px 2.5% !important;
    width: 95% !important; }

  .center_col .sub-catergory {
    height: 200px; }

  .pageTitle h1 {
    font-size: 22px; }

  .center_col h3 {
    font-size: 18px; }

  #primary {
    padding-right: 15px; }

  .innerImage {
    height: 250px; }

  .innerImage .dummy-wrapper .pageTitle {
    padding: 20px 0;
    width: 100%; }

  #non_sticky #main-menu {
    margin-right: 0;
    margin-top: 20px; }

  .menuDashes {
    margin-top: 10px;
    right: 10px; }

  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    margin: 10px 0;
    float: left;
    text-align: center; }

  .sku_wrapper {
    font-size: 13px; }

  .posted_in {
    line-height: 35px;
    font-size: 13px; }
    .posted_in a {
      padding: 5px;
      font-size: 13px; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #024682 !important;
    font-size: 16px; }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 15px; }

  .related h2 {
    font-size: 26px; }

  .woocommerce div.product form.cart {
    margin: 10px 0; }

  .wc-tabs-wrapper {
    padding-top: 20px; } }

/*# sourceMappingURL=default.css.map */
