@import "footer.css";
@import "header.css";
@import "headerwp.css";
@import "login-register.css";
@import "blog.css";
@import "shop.css";
@import "shopitem.css";
@import "recipelist.css";
@import "recipeswp.css";
@import "recipeitem.css";
@import "coma.css";
@import "customtextbox.css";
@import "logoslider.css";
@import "homeslider.css";
@import "components.css";
/* @import "product-grid.css"; */
@import "featured-products.css";
@import "filters.css";
@import "contact.css";
@import "navigation-info.css";
@import "login-image.css";
@import "jubotron.css";
body.theme-posudjeme {
  margin-top: 0 !important;
}

body.dark-bg {
  background: #eeeeee 0% 0% no-repeat padding-box;
}
@font-face {
  font-family: OpenSans-regular;
  src: url("../../fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-semiBold;
  src: url("../../fonts/OpenSans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSans-bold;
  src: url("../../fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: Roboto-regular;
  src: url("../../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto-light;
  src: url("../../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto-bold;
  src: url("../../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto-medium;
  src: url("../../fonts/Roboto/Roboto-Medium.ttf");
}
button {
  cursor: pointer;
}

.page-template.home #main-content {
  padding-top: 0 !important;
  /* margin-top: 40px !important; */
  padding-bottom: 1px;
}
.home .navigation-info {
  margin-top: 0px!important;
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  display: none;
}
#categories {
  padding-top: 40px!important;
  padding-bottom: 60px!important;
}
@media screen AND (max-width: 767px) {
  /*.shop-container {*/
     /*margin-top: 42px; */
    /*padding-top: 10px;*/
  /*}*/
  #main-content {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row.no-glutters {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen AND (min-width: 768px) AND (max-width: 992px) {
  .home .navigation-info {
    display: block;
  }
  #main-content {
    margin-top: 166px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-template.home #main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.page-template.home #main-content {
  background: #eeeeee 0% 0% no-repeat padding-box;
}
@media screen AND (min-width: 992px) {
  .home .navigation-info {
    display: block;
  }
  #main-content {
    background: #eeeeee 0% 0% no-repeat padding-box;
    margin-top: 175px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .page-template.home #main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;

  }
  .shop-container {
    display: flex;
  }
  #categories {
    padding-bottom: 86px!important;
  }
}
.hamb-menu-black span {
  background: #000 !important;
}
.hamb-menu-white span {
  background: #fff !important;
}
.shop-wrp {
  background: #eeeeee 0% 0% no-repeat padding-box;
}
@media screen AND (min-width: 1400px) {
  #main-content .content-container {
    max-width: 1350px;
  }
  .nav-content {
    padding-left: 90px;
  }
}