/* line 32, ../sass/mix.scss */
.vertical-block-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

/* line 1, ../sass/default.scss */
body {
  padding-top: 54px;
}

/* line 5, ../sass/default.scss */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Lilly-Brush";
  margin-bottom: 30px;
}

/* line 11, ../sass/default.scss */
h2, .h2 {
  font-size: 40px;
}
/* line 14, ../sass/default.scss */
h2 small, .h2 small {
  font-size: 12px;
  font-family: "Raleway-Regular";
}

/* line 20, ../sass/default.scss */
h3, .h3 {
  font-size: 25px;
}

/* line 24, ../sass/default.scss */
h4, .h4 {
  font-size: 22px;
  color: #f7002a;
  margin-bottom: 10px;
}

/* line 30, ../sass/default.scss */
h5, .h5 {
  font-size: 14px;
  font-family: "Raleway-Bold";
}

/* line 35, ../sass/default.scss */
p {
  font-family: "Raleway-Regular";
  font-size: 14px;
}

/* line 40, ../sass/default.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #323232;
  overflow: hidden;
}
/* line 46, ../sass/default.scss */
a:hover {
  text-decoration: none;
  color: #f7002a;
}

/* line 52, ../sass/default.scss */
ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: "Raleway-Regular";
}
/* line 59, ../sass/default.scss */
ul.line li {
  display: block;
  float: left;
}
/* line 66, ../sass/default.scss */
ul.margin-bottom li {
  margin-bottom: 5px;
}

/* line 72, ../sass/default.scss */
hr {
  border-top: 2px dotted #ddd;
}

/* line 76, ../sass/default.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 80, ../sass/default.scss */
strong {
  font-family: "Raleway-Bold";
}

/* line 84, ../sass/default.scss */
.p-80 {
  padding: 80px;
}

/* line 88, ../sass/default.scss */
.p-25 {
  padding: 25px;
}

/* line 92, ../sass/default.scss */
.p-15 {
  padding: 15px;
}

/* line 96, ../sass/default.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 100, ../sass/default.scss */
.p-40-80 {
  padding: 40px 80px;
}

/* line 104, ../sass/default.scss */
.pl-20 {
  padding-left: 20px;
}

/* line 108, ../sass/default.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 112, ../sass/default.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 116, ../sass/default.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 120, ../sass/default.scss */
.mx-w-none {
  max-width: none !important;
}

/* line 124, ../sass/default.scss */
.border-r {
  border-right: 2px dotted #ddd;
}

@font-face {
  font-family: "Raleway-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Raleway-Bold.eot?") format("eot"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url('../fonts/Raleway-Bold.svg#str-replace("Raleway-Bold", " ", "_")') format("svg");
}
@font-face {
  font-family: "Raleway-Light";
  font-weight: normal;
  src: url("../fonts/Raleway-Light.eot?") format("eot"), url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype"), url('../fonts/Raleway-Light.svg#str-replace("Raleway-Light", " ", "_")') format("svg");
}
@font-face {
  font-family: "Raleway-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Raleway-Regular.eot?") format("eot"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url('../fonts/Raleway-Regular.svg#str-replace("Raleway-Regular", " ", "_")') format("svg");
}
@font-face {
  font-family: "Lilly-Brush";
  font-weight: normal;
  src: url("../fonts/Lilly-Brush.eot?") format("eot"), url("../fonts/Lilly-Brush.woff2") format("woff2"), url("../fonts/Lilly-Brush.woff") format("woff"), url("../fonts/Lilly-Brush.ttf") format("truetype"), url('../fonts/Lilly-Brush.svg#str-replace("Lilly-Brush", " ", "_")') format("svg");
}
/* line 1, ../sass/input.scss */
label {
  float: left;
}

/* line 4, ../sass/input.scss */
.check-wrap {
  overflow: hidden;
  text-align: left;
  font-size: 10px;
}

/* line 10, ../sass/input.scss */
input.uncustom, select.uncustom, textarea.uncustom {
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #92a4b5;
}
/* line 15, ../sass/input.scss */
input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

/* line 20, ../sass/input.scss */
.form-select {
  margin-left: 15px;
}
/* line 22, ../sass/input.scss */
.form-select label {
  padding-top: 6px;
  padding-right: 15px;
}

/* line 29, ../sass/input.scss */
.checkbox-list li {
  margin-bottom: 5px;
}

/* line 35, ../sass/input.scss */
.custom-checkbox label::before {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: 1px solid #92a4b5;
  border-radius: 0 !important;
  background: transparent;
}
/* line 45, ../sass/input.scss */
.custom-checkbox input[type=checkbox]:checked + label::before {
  background: #f7002a;
  border-color: #f7002a;
}
/* line 49, ../sass/input.scss */
.custom-checkbox input[type=checkbox]:checked + label::after {
  background-image: none !important;
}
/* line 53, ../sass/input.scss */
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f7002a;
  box-shadow: none;
}
/* line 60, ../sass/input.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #f7002a;
}

/* line 65, ../sass/input.scss */
.form-group label {
  font-size: 12px;
}

/* line 2, ../sass/icon.scss */
.icon-doc-btn {
  background-image: url("../img/icon-doc-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
/* line 6, ../sass/icon.scss */
.icon-search {
  background-image: url("../img/icon-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
/* line 10, ../sass/icon.scss */
.icon-search-red {
  background-image: url("../img/icon-search-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
/* line 14, ../sass/icon.scss */
.icon-doc {
  background-image: url("../img/icon-doc.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin-top: 5px;
}
/* line 19, ../sass/icon.scss */
.icon-doc-red {
  background-image: url("../img/icon-doc-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin-top: 5px;
}
/* line 24, ../sass/icon.scss */
.icon-profile {
  background-image: url("../img/icon-profile.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin-top: 5px;
}
/* line 29, ../sass/icon.scss */
.icon-profile-red {
  background-image: url("../img/icon-profile-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin-top: 5px;
}
/* line 34, ../sass/icon.scss */
.icon-cooking-a {
  background-image: url("../img/porc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-size: 17px;
}
/* line 39, ../sass/icon.scss */
.icon-cooking-b {
  background-image: url("../img/czas.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-size: 17px;
}
/* line 44, ../sass/icon.scss */
.icon-cooking-c {
  background-image: url("../img/trud.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-size: 17px;
}
/* line 49, ../sass/icon.scss */
.icon-cooking-a-xl {
  background-image: url("../img/cooking-a-xl.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
/* line 53, ../sass/icon.scss */
.icon-cooking-b-xl {
  background-image: url("../img/cooking-b-xl.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
/* line 57, ../sass/icon.scss */
.icon-cooking-c-xl {
  background-image: url("../img/cooking-c-xl.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
/* line 61, ../sass/icon.scss */
.icon-plus {
  background-image: url("../img/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
/* line 65, ../sass/icon.scss */
.icon-check-end {
  background-image: url("../img/check-end.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
/* line 69, ../sass/icon.scss */
.icon-cancel {
  background-image: url("../img/icon-cancel.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  margin-top: -14px;
}
/* line 74, ../sass/icon.scss */
.icon-arrow-pagination {
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-top: -2px;
}
/* line 79, ../sass/icon.scss */
.icon-video {
  background-image: url("../img/video.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
/* line 83, ../sass/icon.scss */
.icon-white-doc {
  background-image: url("../img/white-doc.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}
/* line 87, ../sass/icon.scss */
.icon-print {
  background-image: url("../img/print.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}

/* line 1, ../sass/button.scss */
.btn {
  border-radius: 40px;
  padding: 5px 25px;
}
/* line 4, ../sass/button.scss */
.btn.uncustom {
  background: #f7002a;
  color: white;
}
/* line 8, ../sass/button.scss */
.btn.border {
  border: 1px solid white;
  background: transparent;
  color: white;
  margin-bottom: 30px;
}
/* line 13, ../sass/button.scss */
.btn.border.color {
  color: #f7002a;
  border-color: #f7002a !important;
}
/* line 17, ../sass/button.scss */
.btn.border.red {
  color: #f7002a;
  border-color: #f7002a !important;
}
/* line 22, ../sass/button.scss */
.btn.icon {
  background: transparent;
}

/* line 26, ../sass/button.scss */
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 30, ../sass/button.scss */
.btn-dropdown-select,
.btn-dropdown-select:focus,
.btn-dropdown-select:hover {
  outline: none;
  box-shadow: none;
  text-align: left;
  border-radius: 20px;
  background: none;
  padding: 5px 15px;
  border: 1px solid #92a4b5;
}

/* line 41, ../sass/button.scss */
.btn-link {
  text-decoration: none;
  color: #323232;
}
/* line 44, ../sass/button.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #f7002a;
}

/* line 49, ../sass/button.scss */
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #f7002a;
}

/* line 2, ../sass/nav.scss */
.navbar .navbar-brand {
  position: absolute;
  top: 0;
}
/* line 5, ../sass/nav.scss */
.navbar .navbar-brand img {
  max-height: 115px;
}
/* line 10, ../sass/nav.scss */
.navbar .navbar-nav li {
  padding-right: 8px;
}
/* line 12, ../sass/nav.scss */
.navbar .navbar-nav li a {
  font-size: 16px;
  color: white;
  font-family: "Raleway-Regular";
}
/* line 17, ../sass/nav.scss */
.navbar .navbar-nav li.nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  /* line 17, ../sass/nav.scss */
  .navbar .navbar-nav li.nav-item:last-child {
    margin: 0 auto;
    padding: 30px 0;
    border-top: 2px dotted #ddd;
    margin-top: 80px;
  }
}
/* line 29, ../sass/nav.scss */
.navbar span.icon-search-red, .navbar span.icon-doc-red, .navbar span.icon-profile-red {
  display: none;
}
@media (max-width: 991px) {
  /* line 34, ../sass/nav.scss */
  .navbar .button-toggler {
    overflow: hidden;
    width: 100%;
  }
  /* line 37, ../sass/nav.scss */
  .navbar .button-toggler button {
    position: static;
    float: right;
    overflow: hidden;
  }
  /* line 41, ../sass/nav.scss */
  .navbar .button-toggler button span {
    background-image: url(../img/burger.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    display: block;
  }
  /* line 51, ../sass/nav.scss */
  .navbar .navbar-collapse {
    text-align: center;
    padding-top: 80px;
  }
}
/* line 56, ../sass/nav.scss */
.navbar.light {
  background: white;
}
/* line 60, ../sass/nav.scss */
.navbar.light .button-toggler button span {
  background-image: url(../img/burger-black.png);
}
/* line 66, ../sass/nav.scss */
.navbar.light .navbar-nav a {
  color: #323232;
}
/* line 71, ../sass/nav.scss */
.navbar.light .search-container input {
  border-radius: 60px;
  border-color: #c8c8c8;
  color: #323232;
  padding: 5px 40px 5px 15px;
  background: #fafafa;
  border: 1px solid #c8c8c8;
}
/* line 82, ../sass/nav.scss */
.navbar.light span.icon-search, .navbar.light span.icon-doc, .navbar.light span.icon-profile {
  display: none;
}
/* line 85, ../sass/nav.scss */
.navbar.light span.icon-search-red, .navbar.light span.icon-doc-red, .navbar.light span.icon-profile-red {
  display: inline-block;
}
/* line 90, ../sass/nav.scss */
.navbar.light .search-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c8c8c8;
}
/* line 93, ../sass/nav.scss */
.navbar.light .search-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8c8c8;
}
/* line 97, ../sass/nav.scss */
.navbar.light .search-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c8c8c8;
}

/* line 1, ../sass/carousel.scss */
.carousel {
  overflow: hidden;
}

/* line 4, ../sass/carousel.scss */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../img/q-bg.jpg");
}
/* line 13, ../sass/carousel.scss */
.carousel-item.bg-none {
  background-image: none;
}
/* line 16, ../sass/carousel.scss */
.carousel-item.auto {
  height: auto;
}
/* line 19, ../sass/carousel.scss */
.carousel-item.a {
  background-image: url("../img/header_a.jpg");
}
/* line 22, ../sass/carousel.scss */
.carousel-item.b {
  background-image: url("../img/header_b.jpg");
}
/* line 25, ../sass/carousel.scss */
.carousel-item.c {
  background-image: url("../img/header_a.jpg");
}
/* line 28, ../sass/carousel.scss */
.carousel-item .carousel-title {
  padding-top: 160px;
  color: white;
  max-width: 380px;
}

/* line 34, ../sass/carousel.scss */
.carousel-indicators {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  bottom: 10%;
  justify-content: left;
}
/* line 40, ../sass/carousel.scss */
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid white;
}
/* line 45, ../sass/carousel.scss */
.carousel-indicators li.active {
  background: #f7002a;
  border-color: #f7002a;
}
/* line 51, ../sass/carousel.scss */
.carousel-indicators.color li {
  border-color: #92a4b5;
}
/* line 53, ../sass/carousel.scss */
.carousel-indicators.color li.active {
  border-color: #f7002a;
}
@media (max-width: 1199px) {
  /* line 34, ../sass/carousel.scss */
  .carousel-indicators {
    width: 930px;
  }
}
@media (max-width: 991px) {
  /* line 34, ../sass/carousel.scss */
  .carousel-indicators {
    width: 690px;
  }
}
@media (max-width: 767px) {
  /* line 34, ../sass/carousel.scss */
  .carousel-indicators {
    width: 510px;
  }
}

/* line 68, ../sass/carousel.scss */
.carousel-control-prev-icon {
  background-image: url(../img/icon_preview.svg);
}

/* line 71, ../sass/carousel.scss */
.carousel-control-next-icon {
  background-image: url(../img/icon_next.svg);
}

/* line 11, ../sass/admin.scss */
.card {
  background: #fffbf2;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
}

/* line 19, ../sass/admin.scss */
.search-container {
  position: relative;
  display: block;
  float: left;
}
/* line 24, ../sass/admin.scss */
.search-container input {
  border-radius: 60px;
  color: white;
  padding: 5px 40px 5px 15px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 32, ../sass/admin.scss */
.search-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}
/* line 36, ../sass/admin.scss */
.search-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
/* line 40, ../sass/admin.scss */
.search-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
/* line 44, ../sass/admin.scss */
.search-container button {
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  border: none;
  padding: 4px 15px;
}

/* line 54, ../sass/admin.scss */
header {
  margin-top: -56px;
}

/* line 58, ../sass/admin.scss */
.text-black {
  color: #323232;
}

/* line 62, ../sass/admin.scss */
.section-a-b {
  background: url("../img/sectiona-a-b-bg.jpg");
  background-repeat: no-repeat;
}

/* line 67, ../sass/admin.scss */
.golden-cereals {
  background: #f6f0e3;
  /*    background-image: url('../img/golden-fee.jpg');*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 120px 80px;
  margin-bottom: 30px;
  border-right: 4px;
  margin-top: -15px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.23);
}
/* line 84, ../sass/admin.scss */
.golden-cereals.dough {
  /*        background-image: url(../img/dough.jpg)*/
  padding: 85px 80px;
  background-size: cover;
}
@media (max-width: 991px) {
  /* line 67, ../sass/admin.scss */
  .golden-cereals {
    background-image: none !important;
  }
}

/* line 95, ../sass/admin.scss */
.section-c {
  background: #fffbf2;
  background-image: url(../img/family.png);
  background-position: right;
  background-repeat: no-repeat;
}

/*.section-d {
    background-repeat: no-repeat;
}*/
/* line 106, ../sass/admin.scss */
.cooking {
  text-align: center;
  /*    li {
          display: inline-block;
          vertical-align: middle;
          border-right: 2px dotted #ddd;
          font-size: 12px;
          margin-right: 5px;
          padding-right: 5px;
          max-width: 33%;
          span {
              display: block;
              float: left;
          }
          &:last-child {
              margin-right: 0;
              padding: 0;
              border: none;
          }
      }*/
}
/* line 109, ../sass/admin.scss */
.cooking span {
  display: block;
  float: left;
}
/* line 132, ../sass/admin.scss */
.cooking strong {
  overflow: hidden;
  display: inline-block;
}

/* line 138, ../sass/admin.scss */
.section-e {
  background: url(../img/secret.jpg);
  background-repeat: no-repeat;
  padding: 40px 0;
}

/* line 144, ../sass/admin.scss */
.section-f {
  background: url(../img/newsletter-bg.jpg);
  background-repeat: no-repeat;
  padding: 40px 0;
}

/* line 151, ../sass/admin.scss */
.video {
  width: 100%;
}
/* line 155, ../sass/admin.scss */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
/* line 162, ../sass/admin.scss */
.video-placeholder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 172, ../sass/admin.scss */
.video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 181, ../sass/admin.scss */
.footer {
  background: #f6f0e3;
  font-size: 11px;
  padding-bottom: 15px;
}
/* line 186, ../sass/admin.scss */
.footer .border-wrap {
  border-left: 2px dotted #ddd;
  padding-left: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 193, ../sass/admin.scss */
  .footer img {
    margin: 0 auto;
    display: block;
  }
  /* line 197, ../sass/admin.scss */
  .footer .border-wrap {
    text-align: center;
    padding-left: 0;
    border-left: 0;
    border-bottom: 2px dotted #ddd;
    height: auto;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  /* line 206, ../sass/admin.scss */
  .footer .border-wrap.last {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 214, ../sass/admin.scss */
.footer-address {
  padding: 15px 5px;
  font-size: 12px;
  background: #dfd6c2;
}

/* line 220, ../sass/admin.scss */
address {
  margin-bottom: 0;
}

/* line 224, ../sass/admin.scss */
.full-stars-example {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-bottom-left-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
/* line 232, ../sass/admin.scss */
.full-stars-example .rating-group {
  display: inline-flex;
}
/* line 237, ../sass/admin.scss */
.full-stars-example .rating__icon {
  pointer-events: none;
}
/* line 242, ../sass/admin.scss */
.full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
/* line 248, ../sass/admin.scss */
.full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 15px;
  margin: 0;
}
/* line 256, ../sass/admin.scss */
.full-stars-example .rating__icon--star {
  background: url(../img/heard-full.png) center center no-repeat;
  height: 30px;
  width: 30px;
  display: block;
}
/* line 264, ../sass/admin.scss */
.full-stars-example .rating__icon--none {
  color: #eee;
}
/* line 269, ../sass/admin.scss */
.full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  background: url(../img/heard-full.png) center center no-repeat;
}
/* line 274, ../sass/admin.scss */
.full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  background: url(../img/heard-border.png) center center no-repeat;
}
/* line 279, ../sass/admin.scss */
.full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  background: url(../img/heard-full.png) center center no-repeat;
}
/* line 284, ../sass/admin.scss */
.full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  background: url(../img/heard-border.png) center center no-repeat;
}
/* line 289, ../sass/admin.scss */
.full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
/* line 294, ../sass/admin.scss */
.full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}
/* line 298, ../sass/admin.scss */
.full-stars-example.static {
  position: unset;
}
/* line 301, ../sass/admin.scss */
.full-stars-example.static .rating__label {
  font-size: 25px;
}

/* line 307, ../sass/admin.scss */
.social-media {
  margin: 0;
}
/* line 310, ../sass/admin.scss */
.social-media li {
  margin-right: 15px;
}
/* line 311, ../sass/admin.scss */
.social-media li a {
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: white;
  padding: 6px 0;
  text-align: center;
  padding: 6px 0;
}
/* line 321, ../sass/admin.scss */
.social-media li a.f {
  background: #3b5998;
}
/* line 325, ../sass/admin.scss */
.social-media li a.p {
  background: #cb2027;
}
/* line 329, ../sass/admin.scss */
.social-media li a.y {
  background: #f61c0d;
}
/* line 333, ../sass/admin.scss */
.social-media li a i {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  transition: 1s;
}
/* line 340, ../sass/admin.scss */
.social-media li a:hover i {
  color: white;
}
/* line 348, ../sass/admin.scss */
.social-media li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  /* line 307, ../sass/admin.scss */
  .social-media {
    display: none;
  }
}

/* line 358, ../sass/admin.scss */
.video-indicator {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  border-bottom-right-radius: 4px;
  position: absolute;
  color: #f7002a;
  left: 0;
  top: 0;
}

/* line 373, ../sass/admin.scss */
.nav-menu-accordion .menu-body {
  padding-left: 20px;
}

/* line 379, ../sass/admin.scss */
hr.dotted {
  border-top: 2px dotted #ccc;
  margin-bottom: 25px;
}

/* line 384, ../sass/admin.scss */
.product-wrap {
  min-height: 305px;
}
/* line 387, ../sass/admin.scss */
.product-wrap .p-hover {
  display: none !important;
}
/* line 392, ../sass/admin.scss */
.product-wrap:hover .p-hover {
  display: block !important;
  position: absolute;
  box-shadow: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 403, ../sass/admin.scss */
.product-wrap h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* line 407, ../sass/admin.scss */
.product-wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 776px) {
  /* line 384, ../sass/admin.scss */
  .product-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 419, ../sass/admin.scss */
.menu-header .btn-link {
  position: relative;
}
/* line 422, ../sass/admin.scss */
.menu-header .btn-link::before {
  content: " ";
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 12px;
  display: block;
  left: 8px;
  transform: rotate(180deg);
}
/* line 437, ../sass/admin.scss */
.menu-header .btn-link.collapsed::before {
  transform: rotate(0deg);
}

/* line 444, ../sass/admin.scss */
.form-accordion {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
/* line 449, ../sass/admin.scss */
.form-accordion .accordion-form-header {
  position: relative;
}
/* line 452, ../sass/admin.scss */
.form-accordion .accordion-form-header .icon-check-end {
  margin-top: -22px;
}
/* line 457, ../sass/admin.scss */
.form-accordion .accordion-form-header h2 .btn-link {
  font-size: 32px;
  padding-bottom: 25px;
  color: #f7002a;
}
/* line 462, ../sass/admin.scss */
.form-accordion .accordion-form-header h2 .btn-link::before {
  content: " ";
  display: block;
  height: 15px;
  width: 15px;
  background: url(../img/arrow-down-form.png) center center no-repeat;
  position: absolute;
  top: 25px;
  left: 5px;
  transform: rotate(180deg);
}
/* line 474, ../sass/admin.scss */
.form-accordion .accordion-form-header h2 .btn-link.collapsed {
  color: #323232;
}
/* line 477, ../sass/admin.scss */
.form-accordion .accordion-form-header h2 .btn-link.collapsed::before {
  transform: rotate(0deg);
}

/* line 486, ../sass/admin.scss */
.file-prev-img-wrap {
  cursor: pointer;
  height: 170px;
  background: url(../img/img-no.png) center center no-repeat;
  overflow: hidden;
  margin: 0;
}
/* line 493, ../sass/admin.scss */
.file-prev-img-wrap img {
  max-width: 100%;
}

/* line 498, ../sass/admin.scss */
.file-plus {
  padding-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

/* line 507, ../sass/admin.scss */
.select-list {
  padding: 15px 0 0 20px;
}

/* line 513, ../sass/admin.scss */
.pagination-wrap .page-item .page-link {
  color: #323232;
  border: 1px solid #a0a0a0;
}
/* line 518, ../sass/admin.scss */
.pagination-wrap .page-item .page-link.next span {
  transform: rotate(180deg);
}
/* line 525, ../sass/admin.scss */
.pagination-wrap .page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
/* line 530, ../sass/admin.scss */
.pagination-wrap .page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* line 536, ../sass/admin.scss */
.cookie-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  border-radius: 6px;
  height: 165px;
  padding: 20px;
}
/* line 545, ../sass/admin.scss */
.cookie-wrap h3 {
  color: #fff;
  position: absolute;
  bottom: 5px;
}
/* line 551, ../sass/admin.scss */
.cookie-wrap.a {
  background-image: url("../img/cookie-a.png");
}
/* line 555, ../sass/admin.scss */
.cookie-wrap.b {
  background-image: url("../img/cookie-b.png");
}
/* line 559, ../sass/admin.scss */
.cookie-wrap.c {
  background-image: url("../img/cookie-c.png");
}
@media (max-width: 767px) {
  /* line 536, ../sass/admin.scss */
  .cookie-wrap {
    margin-bottom: 30px;
  }
}

/* line 568, ../sass/admin.scss */
.title-border {
  position: relative;
}
/* line 571, ../sass/admin.scss */
.title-border h2 {
  overflow: hidden;
}
/* line 574, ../sass/admin.scss */
.title-border h2::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #ddd;
  margin-left: 10px;
  margin-right: -100%;
}
/* line 587, ../sass/admin.scss */
.title-border .btn-absolute-wrap {
  position: absolute;
  right: 0;
  top: 13px;
  background: #fff;
  padding-left: 16px;
}
@media (max-width: 767px) {
  /* line 587, ../sass/admin.scss */
  .title-border .btn-absolute-wrap {
    display: none;
  }
}

/* line 600, ../sass/admin.scss */
.filter-labels a {
  padding: 3px 15px;
  border: 1px solid #f7002a;
  color: #f7002a;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
}
/* line 611, ../sass/admin.scss */
.filter-labels a:last-child {
  margin-right: 0;
}
@media (max-width: 460px) {
  /* line 600, ../sass/admin.scss */
  .filter-labels a {
    display: block;
    float: none;
    margin-right: 0;
  }
}

/* line 623, ../sass/admin.scss */
.comment {
  margin-bottom: 40px;
}
/* line 626, ../sass/admin.scss */
.comment .avatar {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 30px;
}
/* line 634, ../sass/admin.scss */
.comment h5, .comment .h5 {
  display: inline-block;
}
/* line 638, ../sass/admin.scss */
.comment .form-comment, .comment .comment-user {
  display: block;
  overflow: hidden;
}

/* line 644, ../sass/admin.scss */
.bg-my-basia {
  background: url(../img/my-basia.jpg) center bottom no-repeat;
  background-size: contain;
}

/* line 650, ../sass/admin.scss */
.product-select-top-wrap .form-select {
  display: block;
  float: right;
}
@media (max-width: 991px) {
  /* line 649, ../sass/admin.scss */
  .product-select-top-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  /* line 660, ../sass/admin.scss */
  .product-select-top-wrap .form-select {
    display: inline-block;
    float: none;
  }
}

/***********Internal*******************/
/* line 670, ../sass/admin.scss */
.content-main-wrap {
  min-height: calc(100vh - 463px);
}

/* line 674, ../sass/admin.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url(/assets/img/check-checked.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 681, ../sass/admin.scss */
.section-a-b {
  background-position: bottom;
  background-color: #fff;
}

/* line 686, ../sass/admin.scss */
.carousel-control-next, .carousel-control-prev {
  opacity: .75;
}

/* line 690, ../sass/admin.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 33px;
  height: 33px;
}

/* line 696, ../sass/admin.scss */
.bottom-0 {
  bottom: 0;
}

/* line 700, ../sass/admin.scss */
.navbar.light,
.title-border .btn-absolute-wrap {
  /*background-color: #fffbf2;*/
}

/* line 705, ../sass/admin.scss */
.social-media li a.i {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

/* line 710, ../sass/admin.scss */
.footer-address {
  background: #452d19;
  color: #fff;
  font-size: 11px;
}

/* line 716, ../sass/admin.scss */
.footer a,
.footer div,
.footer strong {
  font-size: 11px;
  padding-bottom: 3px;
}

/* line 723, ../sass/admin.scss */
.footer {
  background: #54361e;
  color: #fff;
}

/* line 728, ../sass/admin.scss */
.footer h4 {
  color: #fff;
}

/* line 732, ../sass/admin.scss */
.custom-checkbox [name='rules'] + .custom-control-label {
  font-size: 10px;
}

/* line 736, ../sass/admin.scss */
.custom-checkbox .custom-control-label {
  text-align: left;
  padding-top: 5px;
  padding-right: 5%;
}

/* line 742, ../sass/admin.scss */
body {
  /*background-color: #fffbf2;*/
  font-family: "Raleway-Regular";
  font-size: 14px;
}

/* line 748, ../sass/admin.scss */
.custom-checkbox label::before {
  background-color: #fff;
}

/* line 752, ../sass/admin.scss */
.product-wrap:hover .p-hover .card-body {
  height: 100%;
}

/* line 756, ../sass/admin.scss */
.product-wrap .hovered-box-wrap {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 15px;
  left: 0;
}

/* line 766, ../sass/admin.scss */
.card {
  background: #f7f1e3;
  border: 0;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 6, 0.18) !important;
  border-radius: 5px;
}

/* line 773, ../sass/admin.scss */
._da-trix-wrap.no-header trix-toolbar {
  display: none;
}

/* line 777, ../sass/admin.scss */
._da-trix-wrap trix-editor {
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #92a4b5;
}

/* line 783, ../sass/admin.scss */
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 788, ../sass/admin.scss */
.btn-dropdown-select,
.btn-dropdown-select:focus,
.btn-dropdown-select:hover {
  outline: none;
  box-shadow: none;
  text-align: left;
  border-radius: 20px;
  background: none;
  padding: 5px 15px;
  border: 1px solid #92a4b5;
}

/* line 800, ../sass/admin.scss */
label.danger {
  color: red;
}

/* line 804, ../sass/admin.scss */
.cursor-default {
  cursor: default;
}

/* line 808, ../sass/admin.scss */
.fs-12 {
  font-size: 12px;
}

/*   .cropper-modal img{
       max-width: 100%;
   }*/
/* line 816, ../sass/admin.scss */
.flours-page-list-wrap a.active {
  color: #f7002a;
}

/* line 820, ../sass/admin.scss */
.full-stars-example .rating__label.empty .rating__icon--star {
  background-image: url(/assets/img/heard-border.png);
}

/**********alerts****************/
/* line 825, ../sass/admin.scss */
.alert.custom {
  position: fixed;
  bottom: 0;
  width: calc(100% - 30px);
  left: 0;
  margin: 0 auto;
  left: 0;
  margin: 5px 15px;
  border-radius: 13px;
  z-index: 99;
  background: #fffbf2;
}

/* line 838, ../sass/admin.scss */
.alert.custom .close {
  padding-top: 9px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  padding: .55rem 1.25rem;
}

/*danger*/
/* line 849, ../sass/admin.scss */
.alert.custom.alert-danger,
.alert.custom.danger {
  border: 1px solid #f7002a;
  color: #f7002a;
}

/* line 855, ../sass/admin.scss */
.alert.custom.alert-danger .close,
.alert.custom.danger .close {
  color: #f7002a;
}

/*success*/
/* line 861, ../sass/admin.scss */
.alert.custom.alert-success,
.alert.custom.success {
  border: 1px solid #24b60b;
  color: #24b60b;
}

/* line 867, ../sass/admin.scss */
.alert.custom.alert-success .close,
.alert.custom.success .close {
  color: #24b60b;
}

/**********end*alerts**************/
/* line 873, ../sass/admin.scss */
#homeMainCarousel .carousel-indicators {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  bottom: 21%;
  justify-content: left;
}

/* line 881, ../sass/admin.scss */
#homeMainCarousel .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  height: auto;
  padding-bottom: 150px;
  background-size: 1920px auto;
  height: 750px;
  background-position: center top;
}

/* line 893, ../sass/admin.scss */
#homeMainCarousel .carousel-item.active,
#homeMainCarousel .carousel-item-next.carousel-item-left,
#homeMainCarousel .carousel-item-prev.carousel-item-right {
  opacity: 1;
  display: flex;
}

/* line 900, ../sass/admin.scss */
#homeMainCarousel .active.carousel-item-left,
#homeMainCarousel .active.carousel-item-right {
  opacity: 0;
}

/* line 905, ../sass/admin.scss */
#homeMainCarousel .carousel-item-next,
#homeMainCarousel .carousel-item-prev,
#homeMainCarousel .carousel-item.active,
#homeMainCarousel .active.carousel-item-left,
#homeMainCarousel .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/* line 914, ../sass/admin.scss */
#carouselExampleIndicators2 .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}

/* line 920, ../sass/admin.scss */
#carouselExampleIndicators2 .carousel-item.active,
#carouselExampleIndicators2 .carousel-item-next.carousel-item-left,
#carouselExampleIndicators2 .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 926, ../sass/admin.scss */
#carouselExampleIndicators2 .active.carousel-item-left,
#carouselExampleIndicators2 .active.carousel-item-right {
  opacity: 0;
}

/* line 931, ../sass/admin.scss */
#carouselExampleIndicators2 .carousel-item-next,
#carouselExampleIndicators2 .carousel-item-prev,
#carouselExampleIndicators2 .carousel-item.active,
#carouselExampleIndicators2 .active.carousel-item-left,
#carouselExampleIndicators2 .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/* line 940, ../sass/admin.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 944, ../sass/admin.scss */
.full-stars-example.small i.rating__icon {
  height: 20px;
  width: 20px;
  background-size: contain;
}

/* line 950, ../sass/admin.scss */
.card .card-img-top {
  max-height: 100%;
}

/* line 954, ../sass/admin.scss */
.full-stars-example.small .rating__input:checked ~ .rating__label .rating__icon--star {
  height: 20px;
  width: 20px;
  background-size: contain;
}

/* line 960, ../sass/admin.scss */
._slick-slider .slick-list h3 {
  height: 86px;
}

/* line 964, ../sass/admin.scss */
._slick-slider .slick-list {
  overflow: visible;
  margin: 0 -80px;
  width: calc(100% + 135px);
}

/* line 970, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide:focus {
  outline: none;
}

/* line 974, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide {
  /*opacity: 0.8;*/
}

/* line 978, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide {
  position: relative;
}

/* line 982, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide:not(.slick-active) .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 5px;
}

/* line 991, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide.slick-active .overlay {
  display: none;
}

/* line 995, ../sass/admin.scss */
._slick-slider .slick-list .slick-slide.slick-active {
  opacity: 1;
}

/* line 999, ../sass/admin.scss */
._slick-slider .slick-arrow.slick-prev {
  left: -85px;
}

/* line 1003, ../sass/admin.scss */
._slick-slider .slick-arrow.slick-next {
  right: -85px;
}

/* line 1007, ../sass/admin.scss */
._slick-slider .slick-arrow {
  width: 33px;
  height: 33px;
  z-index: 99;
}

/* line 1013, ../sass/admin.scss */
._slick-slider .slick-arrow:before {
  background: url(/assets/img/icon_preview-red.svg) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  content: "";
}

/* line 1021, ../sass/admin.scss */
._slick-slider .slick-arrow.slick-next::before {
  background-image: url(/assets/img/icon_next-red.svg);
}

/** new **/
/* line 1026, ../sass/admin.scss */
h2, .h2 {
  font-size: 60px;
  text-shadow: 1px 1px 0px white, 3px 3px 0px #ffa502;
}

/* line 1032, ../sass/admin.scss */
h2.no-shadow, .h2.no-shadow {
  text-shadow: none;
}

/* line 1036, ../sass/admin.scss */
h3, .h3 {
  font-size: 36px;
}

/* line 1040, ../sass/admin.scss */
label {
  margin-bottom: .3rem;
}

/* line 1044, ../sass/admin.scss */
::placeholder {
  font-style: italic;
}

/* line 1048, ../sass/admin.scss */
.golden-cereals {
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 6, 0.18) !important;
  border-radius: 5px;
}

/* line 1053, ../sass/admin.scss */
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 1058, ../sass/admin.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 1062, ../sass/admin.scss */
.pl-half {
  padding-left: 50%;
}

/* line 1066, ../sass/admin.scss */
.product-wrap {
  margin-bottom: 0;
  height: 100%;
  min-height: 0;
}

/* line 1072, ../sass/admin.scss */
.product-wrap h3 {
  font-size: 28px;
  /*height: 72px;*/
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  padding-bottom: 6px;
  line-height: 1.4;
}

/* line 1082, ../sass/admin.scss */
select.uncustom {
  padding-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/img/select-arrow.svg) calc(100% - 10px)/15% no-repeat;
  background-size: 8px 5px;
  padding-right: 25px;
  background-color: #fff;
}

/**********recipe-params-aligner***************/
/* line 1095, ../sass/admin.scss */
.fs-22 {
  font-size: 22px;
}

/* line 1099, ../sass/admin.scss */
.line-height-1-4 {
  line-height: 1.4;
}

/* line 1103, ../sass/admin.scss */
.section-c {
  background-color: #f7f1e3;
}

/* line 1107, ../sass/admin.scss */
.carousel-item .carousel-title {
  max-width: 415px;
}

/* line 1111, ../sass/admin.scss */
.title-border h2 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* line 1116, ../sass/admin.scss */
.golden-cereals.dough {
  padding: 70px 25px;
}

/**********end-recipe-params-aligner***********/
/* line 1122, ../sass/admin.scss */
.section-c.no-bg-in-mobile .container {
  background-size: contain !important;
}

/* line 1126, ../sass/admin.scss */
.bg-my-basia h3 {
  /*min-height: 86px;*/
}

/* line 1130, ../sass/admin.scss */
body.bg-white .navbar.light {
  background-color: #fff;
}

/* line 1134, ../sass/admin.scss */
.insta-section-wrap {
  /*background: url(/assets/img/insta/instagram_bg.jpg) center center no-repeat;*/
  min-height: 570px;
  /*background-size: 1920px auto;*/
}

/* line 1140, ../sass/admin.scss */
#productMainCarousel .carousel-item {
  background-image: none !important;
}

/* line 1144, ../sass/admin.scss */
.border-l {
  border-left: 2px dotted #ddd;
}

/* line 1148, ../sass/admin.scss */
.xxl-content-hider.left {
  left: 0;
}

/* line 1152, ../sass/admin.scss */
.xxl-content-hider.right {
  right: 0;
}

/* line 1156, ../sass/admin.scss */
.xxl-content-hider {
  display: none;
  background: #fff;
  /*background: rgba(0,0,0,.6);*/
  position: fixed;
  width: calc((100vw - 1920px) / 2);
  height: 100vh;
  top: 0;
}

@media (min-width: 1920px) {
  /* line 1167, ../sass/admin.scss */
  .xxl-content-hider {
    display: block;
  }

  /* line 1171, ../sass/admin.scss */
  .section-e {
    background-position-x: center;
  }
}
@media (min-width: 1231px) {
  /* line 1177, ../sass/admin.scss */
  .container {
    max-width: 1200px;
  }
}
/* line 1182, ../sass/admin.scss */
#homeMainCarousel .carousel-control-prev,
#homeMainCarousel .carousel-control-next {
  max-width: 60px;
}

@media (min-width: 1301px) {
  /* line 1189, ../sass/admin.scss */
  #homeMainCarousel .carousel-control-next-icon {
    /*margin-right: -115px;*/
  }

  /* line 1193, ../sass/admin.scss */
  #homeMainCarousel .carousel-control-prev-icon {
    /*margin-left: -115px;*/
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  /* line 1200, ../sass/admin.scss */
  #homeMainCarousel .carousel-control-next-icon,
  #homeMainCarousel .carousel-control-prev-icon {
    margin-top: 300px;
  }
}
@media (min-width: 992px) {
  /* line 1207, ../sass/admin.scss */
  .mr-lg-minus-hulf {
    margin-right: -50%;
  }

  /* line 1211, ../sass/admin.scss */
  .mt-lg-70 {
    margin-top: 70px !important;
  }

  /* line 1215, ../sass/admin.scss */
  .h-150px {
    height: 150px !important;
  }

  /* line 1219, ../sass/admin.scss */
  .h-565px {
    height: 565px !important;
  }

  /* line 1223, ../sass/admin.scss */
  .mt-lg-140px {
    margin-top: 140px;
  }
}
@media (max-width: 991px) {
  /* line 1229, ../sass/admin.scss */
  .h-150px {
    height: 140px !important;
  }

  /* line 1233, ../sass/admin.scss */
  #homeMainCarousel .carousel-item h2,
  #homeMainCarousel .carousel-item p,
  #homeMainCarousel .carousel-item div {
    color: #212529;
  }

  /* line 1239, ../sass/admin.scss */
  #homeMainCarousel .carousel-item {
    background-size: auto 370px;
    padding-top: 260px;
    background-position: 60% 40px;
    color: #212529;
    background-color: #fff;
    padding-bottom: 40px;
    height: auto;
  }

  /* line 1250, ../sass/admin.scss */
  #homeMainCarousel .carousel-title {
    max-width: 100%;
  }

  /* line 1255, ../sass/admin.scss */
  #homeMainCarousel .carousel-indicators {
    bottom: auto;
    top: 360px;
  }

  /* line 1261, ../sass/admin.scss */
  .border-l,
  .border-r {
    border-right: 0;
    border-left: 0;
    border-bottom: 2px dotted #ddd;
  }

  /* line 1268, ../sass/admin.scss */
  #productMainCarousel .carousel-item {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  /* line 1275, ../sass/admin.scss */
  #carouselExampleIndicators2 .carousel-item {
    background-image: none !important;
  }

  /* line 1279, ../sass/admin.scss */
  .bg-my-basia {
    background-size: 1500px auto !important;
  }

  /* line 1283, ../sass/admin.scss */
  .golden-cereals,
  .golden-cereals.dough {
    padding: 40px 25px;
  }

  /* line 1288, ../sass/admin.scss */
  h2, .h2 {
    font-size: 32px;
  }

  /* line 1292, ../sass/admin.scss */
  h3, .h3 {
    font-size: 24px;
  }

  /* line 1296, ../sass/admin.scss */
  .section-f {
    background-size: cover;
  }

  /* line 1300, ../sass/admin.scss */
  footer form button.uncustom {
    width: 100%;
  }

  /* line 1304, ../sass/admin.scss */
  .p-80 {
    padding: 40px;
  }

  /* line 1308, ../sass/admin.scss */
  .section-c.no-bg-in-mobile .container {
    background-image: none !important;
  }

  /* line 1312, ../sass/admin.scss */
  .bg-my-basia h3, .bg-my-basia .h3 {
    min-height: 0;
  }

  /***@todo-params-time-qty-dificult***/
}
@media (max-width: 560px) {
  /* line 1321, ../sass/admin.scss */
  #homeMainCarousel .carousel-indicators {
    bottom: auto;
    top: 200px;
  }

  /* line 1326, ../sass/admin.scss */
  #homeMainCarousel .carousel-item {
    background-size: auto 200px;
    padding-top: 100px;
    background-position: 60% 40px;
    color: #212529;
    background-color: #fff;
    padding-bottom: 40px;
  }

  /* line 1336, ../sass/admin.scss */
  .carousel-control-next, .carousel-control-prev {
    align-items: start;
  }

  /* line 1340, ../sass/admin.scss */
  .carousel-control-next .carousel-control-next-icon, .carousel-control-prev .carousel-control-prev-icon {
    margin-top: 150px;
  }
}
/* line 1346, ../sass/admin.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #452d19;
}

/* line 1361, ../sass/admin.scss */
h2, .h2 {
  text-shadow: none;
  color: #452d19;
}

/* line 1366, ../sass/admin.scss */
#homeMainCarousel h2,
#homeMainCarousel .h2 {
  color: #fff;
}

/* line 1371, ../sass/admin.scss */
footer .social-media li a {
  background: #fff !important;
}

/* line 1375, ../sass/admin.scss */
footer .social-media li a i {
  color: #54361e !important;
}

/* line 1379, ../sass/admin.scss */
.navbar .navbar-brand img {
  max-height: 150px;
}

/* line 1383, ../sass/admin.scss */
.carousel-indicators li {
  border: 1px solid #92a4b5;
}

/* line 1387, ../sass/admin.scss */
#homeMainCarousel .carousel-item.active {
  display: flex;
}

/* line 1391, ../sass/admin.scss */
.bg-my-basia._slide-bg {
  background: center bottom no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  /* line 1397, ../sass/admin.scss */
  .bg-small-none {
    background-image: none;
  }

  /* line 1401, ../sass/admin.scss */
  .btn.border {
    background: #f7002a;
    color: white;
    border: 0 !important;
  }
}
/* line 1408, ../sass/admin.scss */
#newsletterModal .modal-content {
  background: #f7f1e5 url("/assets/img/popup_bg.jpg") top right no-repeat;
  background-size: contain;
}

/* line 1413, ../sass/admin.scss */
#newsletterModal .modal-content .close {
  opacity: 1 !important;
  outline: none !important;
}

/* line 1418, ../sass/admin.scss */
#newsletterModal .modal-content .close span {
  color: #f7002a;
}

/* line 1423, ../sass/admin.scss */
.no-focus:focus {
  border: 0 !important;
  outline: none !important;
}

@media (max-width: 991px) {
  /* line 1429, ../sass/admin.scss */
  .insta-section-wrap {
    margin-bottom: 30px;
  }

  /* line 1432, ../sass/admin.scss */
  .insta-section-wrap a:not(.btn) {
    margin-bottom: 15px;
    display: block;
  }

  /* line 1436, ../sass/admin.scss */
  footer .social-media {
    display: block;
    text-align: center;
  }

  /* line 1440, ../sass/admin.scss */
  footer .social-media li {
    display: inline-block;
    float: none;
  }
}
