/*
*   Colors
*/
/*
*   Fonts
*/
@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaNeueLTPro-Bd.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaItalic";
  src: url("../fonts/HelveticaNeueLTPro-It.otf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaRegular";
  src: url("../fonts/HelveticaNeueLTPro-Roman.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IsidoraBlack";
  src: url("../fonts/Isidora-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IsidoraBold";
  src: url("../fonts/Isidora-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IsidoraMedium";
  src: url("../fonts/Isidora-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadProRegular";
  src: url("../fonts/MyriadPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
*   Responsive
*/
/*
*   General styles
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "IsidoraMedium", sans-serif;
}

body {
  font-size: 1.31vw;
  line-height: 1.75;
  font-family: "IsidoraMedium", sans-serif;
}

section {
  padding: 50px 0;
}

@media (max-width: 576px) {
  section {
    padding: 40px 0;
  }
}

.fixedPosition {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 7%;
  padding-right: 7%;
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.img-border {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 -20px 73px rgba(1, 1, 1, 0.16);
          box-shadow: 0 -20px 73px rgba(1, 1, 1, 0.16);
}

.desktop {
  display: block;
}

@media (min-width: 577px) and (max-width: 992px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 576px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (min-width: 577px) and (max-width: 992px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .mobile {
    display: block;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #9700a2;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.bg-purple {
  background-color: #9700a2 !important;
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9300 !important;
  color: #fff !important;
}

.bg-gray {
  background-color: #f4f4ee;
}

.font-purple {
  color: #9700a2 !important;
}

.font-white {
  color: #fff !important;
}

.font-family {
  font-family: "mascot-mvb";
}

.font-family span {
  font-size: 2.5vw;
}

.border-line {
  width: 100%;
  height: 1px;
  background-color: #f4f4ee;
}

.img-margin-70 {
  margin-top: -4vw;
}

@media (max-width: 576px) {
  .img-margin-70 {
    margin-top: 0;
  }
}

.owl-nav button {
  outline: none !important;
  background-color: transparent !important;
  color: #9700a2;
}

.owl-nav button:hover {
  color: #010101;
}

ul.pagination {
  margin-top: 2vw;
}

ul.pagination li.page-item a.page-link {
  border: 0;
  color: #9700a2;
  padding: 0;
  margin: 0 .5vw;
}

@media (max-width: 576px) {
  ul.pagination li.page-item a.page-link {
    font-size: 5vw;
    margin: 0 2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  ul.pagination li.page-item a.page-link {
    font-size: 2.5vw;
    margin: 0 1vw;
  }
}

ul.pagination li.page-item a.page-link:hover {
  background-color: transparent;
}

ul.pagination li.page-item a.page-link.active {
  border-bottom: 1px solid #9700a2;
}

ul.pagination li.page-item.prev {
  margin-right: 1vw;
}

@media (max-width: 576px) {
  ul.pagination li.page-item.prev {
    margin-right: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  ul.pagination li.page-item.prev {
    margin-right: 1.5vw;
  }
}

ul.pagination li.page-item.next {
  margin-left: 1vw;
}

@media (max-width: 576px) {
  ul.pagination li.page-item.next {
    margin-left: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  ul.pagination li.page-item.next {
    margin-left: 1.5vw;
  }
}

h1 {
  margin-bottom: 1.2vw;
  font-size: 4.653vw;
  line-height: 1.17;
}

@media (min-width: 1700px) {
  h1 {
    font-size: 4vw;
  }
}

h2 {
  font-size: 3.8vw;
  line-height: 1.25;
}

@media (max-width: 576px) {
  h2 {
    font-size: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  h2 {
    font-size: 6vw;
  }
}

@media (min-width: 1700px) {
  h2 {
    font-size: 3.2vw;
  }
}

h3 {
  font-size: 2.5vw;
}

@media (max-width: 576px) {
  h3 {
    font-size: 8vw !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  h3 {
    font-size: 4vw !important;
  }
}

h4 {
  font-size: 1.25vw;
  line-height: 1.2;
}

p {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  p {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  p {
    font-size: 2vw;
  }
}

@media (max-width: 576px) {
  ol li {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  ol li {
    font-size: 2.5vw;
  }
}

/*
*   Forms
*/
.form-group {
  margin-bottom: 30px;
}

input.form-control,
select.form-control,
textarea.form-control {
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  padding: 16px;
  color: #010101;
  padding-left: 24px;
  height: 60px;
  font-family: "IsidoraMedium";
  font-weight: 500;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control {
  padding: 0;
}

textarea.form-control {
  height: 170px;
}

.custom-radio {
  padding-left: 2.5vw;
  margin-right: 2vw;
  cursor: pointer;
}

.custom-radio .custom-control-label {
  cursor: pointer;
}

@media (max-width: 576px) {
  .custom-radio .custom-control-label {
    font-size: 4vw;
    margin-left: 25px;
    margin-top: 4px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .custom-radio .custom-control-label {
    font-size: 2vw;
    margin-left: 16px;
    margin-top: 4px;
  }
}

.custom-radio .custom-control-label::before {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 1px solid #010101;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  border-radius: 50%;
  background-color: #9700a2;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 4px;
}

/*
*   Buttons
*/
.btn {
  text-transform: uppercase;
  border: 1px solid;
  font-weight: 700;
  padding: 0 2.639vw;
  border-radius: 150px;
  height: 3.472vw;
  font-size: 1vw;
  letter-spacing: 0.292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  .btn {
    height: 12.5vw;
    font-size: 4vw;
    padding: 0 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .btn {
    height: 6.5vw;
    font-size: 2vw;
    padding: 0 5vw;
  }
}

.btn-purple {
  background-color: #9700a2;
  border-color: #9700a2;
  color: #fff;
}

.btn-purple:hover {
  color: #fff;
  opacity: .8;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9700a2;
}

.btn-product {
  text-transform: uppercase;
  font-size: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9700a2;
  color: #fff;
  border-radius: 50px;
  width: 14vw;
  padding: 0;
}

@media (max-width: 576px) {
  .btn-product {
    font-size: 6vw;
    width: 55vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .btn-product {
    font-size: 2.5vw;
    width: 30vw;
  }
}

.btn-product:hover {
  color: #fff !important;
}

.btn-product span.text {
  padding: .8vw;
  width: 70%;
}

.btn-product .icon-wrapper {
  width: 30%;
  padding: .8vw;
  background-color: #ab0bb7;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.btn-product .icon-wrapper i:hover {
  color: #fff !important;
}

.btn-arrow {
  font-size: 1.1vw;
  color: #9700a2;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  .btn-arrow {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .btn-arrow {
    font-size: 2vw;
  }
}

.btn-arrow:hover {
  color: #9700a2;
}

.btn-arrow:hover i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-arrow:hover i::before {
  color: #9700a2 !important;
}

.btn-arrow i {
  color: #9700a2;
  font-size: 2vw;
  margin-left: 1.7vw;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  .btn-arrow i {
    font-size: 7vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .btn-arrow i {
    font-size: 3.5vw;
  }
}

/*
*   Header image
*/
#header-image-text .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1000px) {
  #header-image-text .container-fluid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .bg-orange,
  #header-image-text .container-fluid .row .bg-purple {
    padding: 10vw 0 !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .bg-orange,
  #header-image-text .container-fluid .row .bg-purple {
    padding: 5vw 0 !important;
  }
}

#header-image-text .container-fluid .row .bg-orange h1,
#header-image-text .container-fluid .row .bg-purple h1 {
  font-size: 4.4vw;
  font-weight: 700;
  margin-bottom: 1.5vw;
  font-family: "mascot-mvb";
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .bg-orange h1,
  #header-image-text .container-fluid .row .bg-purple h1 {
    font-size: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .bg-orange h1,
  #header-image-text .container-fluid .row .bg-purple h1 {
    font-size: 6vw;
  }
}

#header-image-text .container-fluid .row .bg-orange h2,
#header-image-text .container-fluid .row .bg-purple h2 {
  font-size: 3.28vw;
  font-weight: 500;
  margin-bottom: 1.5vw;
  font-family: "mascot-mvb";
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .bg-orange h2,
  #header-image-text .container-fluid .row .bg-purple h2 {
    font-size: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .bg-orange h2,
  #header-image-text .container-fluid .row .bg-purple h2 {
    font-size: 6vw;
  }
}

#header-image-text .container-fluid .row .bg-orange p,
#header-image-text .container-fluid .row .bg-purple p {
  font-size: 2.3vw;
  line-height: 1.3;
  font-family: "IsidoraMedium";
  font-weight: 500;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .bg-orange p,
  #header-image-text .container-fluid .row .bg-purple p {
    font-size: 5.2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .bg-orange p,
  #header-image-text .container-fluid .row .bg-purple p {
    font-size: 2.7vw;
  }
}

#header-image-text .container-fluid .row img {
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  #header-image-text .container-fluid .row img {
    height: auto;
  }
}

#header-image-text .container-fluid .row .owl-nav button {
  border: 0;
  background: transparent;
  margin: 1vw 1.2vw 0;
  outline: none;
  cursor: pointer;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .owl-nav button {
    margin: 3vw 4vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .owl-nav button {
    margin: 1.5vw 2vw 0;
  }
}

#header-image-text .container-fluid .row .owl-nav button i {
  color: #fff;
  font-size: 2vw;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .owl-nav button i {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .owl-nav button i {
    font-size: 4vw;
  }
}

#header-image-text .container-fluid .row .header-image-video {
  position: relative;
}

#header-image-text .container-fluid .row .header-image-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.25);
}

#header-image-text .container-fluid .row .header-image-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

#header-image-text .container-fluid .row .header-image-video .play i {
  width: 8vw;
  height: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9700a2;
  border-radius: 50%;
  font-size: 4vw;
  padding-left: .5vw;
  border: 2px solid #fff;
  color: #fff;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .header-image-video .play i {
    width: 25vw;
    height: 25vw;
    font-size: 10vw;
    margin-left: 1vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .header-image-video .play i {
    width: 18vw;
    height: 18vw;
    font-size: 7vw;
    margin-left: .5vw;
  }
}

#header-image-text .container-fluid .row .recipe-detials-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

#header-image-text .container-fluid .row .recipe-detials-icons .item {
  padding: 1vw;
  border-left: 1px solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item {
    padding: 2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item {
    padding: 2vw;
  }
}

#header-image-text .container-fluid .row .recipe-detials-icons .item:first-child {
  border-left: 0;
}

#header-image-text .container-fluid .row .recipe-detials-icons .item i {
  margin-right: 8px;
  color: #fff;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item i {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item i {
    font-size: 3vw;
  }
}

#header-image-text .container-fluid .row .recipe-detials-icons .item span {
  font-size: 1.1vw;
  margin-left: 1vw;
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item span {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .recipe-detials-icons .item span {
    font-size: 3vw;
  }
}

@media (max-width: 576px) {
  #header-image-text .container-fluid .row .d-flex a i {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image-text .container-fluid .row .d-flex a i {
    font-size: 3.5vw;
  }
}

#header-text {
  background-color: #9700a2;
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-text h2 {
  color: #fff;
}

#header-image {
  height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 576px) {
  #header-image {
    height: 30vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image {
    height: 30vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#header-image h1 {
  font-size: 6vw;
  color: #9700a2;
}

@media (max-width: 576px) {
  #header-image h1 {
    font-size: 12vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-image h1 {
    font-size: 10vw;
  }
}

/*
*   Navigation
*/
#header-top {
  background-color: #9700a2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 2.8vw;
  font-weight: 700;
  font-size: 1.1vw;
  font-family: "HelveticaBold";
}

@media (max-width: 576px) {
  #header-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 13vw;
    height: 13vw;
    font-size: 3.5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #header-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
    height: 8vw;
    font-size: 2.5vw;
  }
}

@media (min-width: 1700px) {
  #header-top {
    font-size: 1vw;
  }
}

#header-top span {
  font-family: "HelveticaRegular";
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 1000px) {
  #header-top span {
    display: contents;
  }
}

.navbar {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  height: 6.6vw;
  background-color: #fff !important;
}

@media (max-width: 576px) {
  .navbar {
    height: 18vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .navbar {
    height: 12vw;
  }
}

@media (min-width: 1700px) {
  .navbar {
    height: 6.2vw;
  }
}

@media (max-width: 576px) {
  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .navbar .container-fluid {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}

.navbar .menu-btn-burger {
  display: none;
}

.navbar .mobile-menu {
  display: none;
}

.navbar .navbar-brand img {
  width: 8.8vw;
}

@media (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 25.5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .navbar .navbar-brand img {
    width: 14vw;
  }
}

@media (min-width: 1700px) {
  .navbar .navbar-brand img {
    width: 8vw;
  }
}

.navbar ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 1.1vw;
  line-height: 2.4vw;
  padding: 0 1.3vw;
  font-weight: 500;
  color: #010101;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "MyriadProRegular";
}

.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #9700a2;
}

.navbar ul.navbar-nav li.nav-item.active {
  position: relative;
}

.navbar ul.navbar-nav li.nav-item.active::after {
  content: '\f175';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
  color: #9700a2;
  font-size: 30px;
}

.navbar ul.navbar-icons li.nav-item a.nav-link {
  padding: 0 1vw;
  position: relative;
}

.navbar ul.navbar-icons li.nav-item a.nav-link .cart-badge {
  background-color: #9700a2;
  color: #fff;
  border-radius: 50%;
  width: 1.7vw;
  height: 1.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -4px;
  left: 4px;
  font-size: 0.8vw;
}

@media (max-width: 576px) {
  .navbar ul.navbar-icons li.nav-item a.nav-link .cart-badge {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .navbar ul.navbar-icons li.nav-item a.nav-link .cart-badge {
    width: 2vw;
    height: 2vw;
    font-size: 1.5vw;
  }
}

.navbar ul.navbar-icons li.nav-item a.nav-link i {
  width: 2.8vw;
  height: 2.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4ee;
  color: #010101;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar ul.navbar-icons li.nav-item a.nav-link i:hover {
  background-color: #9700a2;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  .navbar ul.navbar-icons li.nav-item a.nav-link i {
    width: 10.4vw;
    height: 10.4vw;
    font-size: 4vw;
    margin-right: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .navbar ul.navbar-icons li.nav-item a.nav-link i {
    width: 5.4vw;
    height: 5.4vw;
    font-size: 2vw;
    margin-right: 3.5vw;
  }
}

.navbar-fixed-top {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/*
*   Home
*/
#h-category {
  padding: 40px 0;
}

@media (max-width: 576px) {
  #h-category .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #h-category .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

#h-category .item {
  text-align: center;
}

#h-category .item i {
  color: #9700a2;
  font-size: 3vw;
  margin-bottom: 2vw;
}

@media (max-width: 576px) {
  #h-category .item i {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #h-category .item i {
    font-size: 5vw;
  }
}

#h-category .item p {
  color: #9700a2;
  font-family: "IsidoraBold";
  font-weight: 700;
}

@media (max-width: 576px) {
  #h-category .item p {
    font-size: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #h-category .item p {
    font-size: 2vw;
  }
}

@media (max-width: 576px) {
  #our-story {
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #our-story {
    text-align: center;
  }
}

@media (max-width: 576px) {
  #our-story h3 {
    margin-top: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #our-story h3 {
    margin-top: 2.5vw;
  }
}

@media (max-width: 576px) {
  #our-story a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #our-story a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#our-story a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2vw;
}

@media (max-width: 576px) {
  #our-story a.btn {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #our-story a.btn {
    margin-top: 2.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5vw;
  }
}

#ingredients {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  #ingredients {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.7)), to(rgba(1, 1, 1, 0.7)));
    background: linear-gradient(rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.7));
    height: 60vh;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #ingredients {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.7)), to(rgba(1, 1, 1, 0.7)));
    background: linear-gradient(rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.7));
    height: 50vh;
  }
}

#ingredients h2 {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  #ingredients h2 {
    font-size: 6vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #ingredients h2 {
    font-size: 5vw;
  }
}

#ingredients h3 {
  margin-top: 0;
  margin-bottom: 1.5vw;
}

@media (max-width: 576px) {
  #ingredients h3 {
    font-size: 5vw !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #ingredients h3 {
    font-size: 2.5vw !important;
  }
}

@media (max-width: 576px) {
  #ingredients a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #ingredients a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#ingredients a.btn-arrow:hover i::before {
  color: #fff !important;
}

@media (max-width: 576px) {
  #featured-products .row-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #featured-products .row-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8vw;
  }
}

@media (max-width: 576px) {
  #featured-products .col-lg-6 {
    text-align: center !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #featured-products .col-lg-6 {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  #featured-products .col-lg-6 a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #featured-products .col-lg-6 a.btn-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 576px) {
  #featured-products .col-lg-6 img {
    margin-bottom: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #featured-products .col-lg-6 img {
    margin-bottom: 4vw;
  }
}

#recipe-book .owl-recipe-book .item {
  text-align: center;
}

#recipe-book .owl-recipe-book .item p {
  margin-top: 1vw;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "IsidoraBold";
}

#recipe-book .owl-recipe-book .owl-nav button {
  color: #9700a2;
}

@media (max-width: 576px) {
  #recipe-book .owl-recipe-book .owl-nav button {
    margin: 0 4vw;
  }
}

#recipe-book .owl-recipe-book .owl-nav button i {
  font-size: 2vw;
}

@media (max-width: 576px) {
  #recipe-book .owl-recipe-book .owl-nav button i {
    font-size: 8vw;
  }
}

#recipe-book .owl-recipe-book .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -3.75vw;
}

@media (max-width: 576px) {
  #recipe-book .owl-recipe-book .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#recipe-book .owl-recipe-book .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -3.75vw;
}

@media (max-width: 576px) {
  #recipe-book .owl-recipe-book .owl-nav .owl-next {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#recipe-book a.btn-purple {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#testimonials {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  #testimonials {
    background-image: none !important;
    background-color: #f4f4ee;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials {
    background-image: none !important;
    background-color: #f4f4ee;
    height: 50vh;
  }
}

@media (max-width: 576px) {
  #testimonials .font-white {
    color: #010101 !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .font-white {
    color: #010101 !important;
  }
}

@media (max-width: 576px) {
  #testimonials .owl-carousel {
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel {
    text-align: center;
  }
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .item h2 {
    color: #9700a2 !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .item h2 {
    color: #9700a2 !important;
  }
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .item .d-flex {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .item .d-flex {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#testimonials .owl-carousel .item .d-flex img {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1vw;
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .item .d-flex img {
    width: 18vw;
    height: 18vw;
    margin-right: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .item .d-flex img {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
}

#testimonials .owl-carousel .item .d-flex h4 {
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .item .d-flex h4 {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .item .d-flex h4 {
    font-size: 4vw;
  }
}

#testimonials .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  margin-top: 1.5vw;
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .owl-nav {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .owl-nav {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

#testimonials .owl-carousel .owl-nav button {
  margin: 0 1vw;
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .owl-nav button {
    color: #9700a2;
    margin: 0 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .owl-nav button {
    color: #9700a2;
    margin: 0 4vw;
  }
}

#testimonials .owl-carousel .owl-nav button:first-child {
  margin-left: 0;
}

#testimonials .owl-carousel .owl-nav button i {
  font-size: 2vw;
}

@media (max-width: 576px) {
  #testimonials .owl-carousel .owl-nav button i {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #testimonials .owl-carousel .owl-nav button i {
    font-size: 8vw;
  }
}

/*
*   About
*/
#about h2 {
  font-size: 2.7vw;
}

@media (max-width: 576px) {
  #about h2 {
    font-size: 7vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #about h2 {
    font-size: 3.5vw;
  }
}

#about h2 span {
  font-size: 3.7vw;
}

@media (max-width: 576px) {
  #about h2 span {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #about h2 span {
    font-size: 4vw;
  }
}

#about-ingredients h3 {
  margin: 1.5vw 0 1vw;
  font-size: 2.8vw;
}

@media (max-width: 576px) {
  #about-ingredients h3 {
    margin: 5vw 0 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #about-ingredients h3 {
    margin: 2.5vw 0 1.5vw;
  }
}

@media (max-width: 576px) {
  #about-ingredients .col-lg-4 {
    margin: 3vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #about-ingredients .col-lg-4 {
    margin: 1.5vw 0;
  }
}

#category-product h4 {
  font-size: 2.2vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

@media (max-width: 576px) {
  #category-product h4 {
    font-size: 7.5vw;
    margin: 4vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #category-product h4 {
    font-size: 4.75vw;
    margin: 4vw 0;
  }
}

@media (max-width: 576px) {
  #category-product .col-lg-6 {
    margin: 4vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #category-product .col-lg-6 {
    margin: 4vw 0;
  }
}

/*
*   Recipe
*/
@media (min-width: 577px) and (max-width: 992px) {
  #recipe-filter .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-filter .col-md-6 {
    display: none;
  }
}

#recipe-filter .form-group {
  margin: 0;
  position: relative;
}

@media (max-width: 576px) {
  #recipe-filter .form-group {
    margin: 2vw 0;
  }
}

#recipe-filter .form-group i {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 576px) {
  #recipe-filter .form-group i {
    font-size: 5vw;
  }
}

@media (max-width: 576px) {
  #recipe-filter .form-group i {
    font-size: 2.5vw;
  }
}

#recipe-filter .form-group input.form-control,
#recipe-filter .form-group select.form-control {
  background-color: transparent;
  border-radius: 150px;
  border: 1px solid #9700a2;
  color: #010101;
  height: 52px;
  padding: 0 16px;
}

#recipe-filter .form-group input.form-control::-webkit-input-placeholder,
#recipe-filter .form-group select.form-control::-webkit-input-placeholder {
  color: #010101;
}

#recipe-filter .form-group input.form-control:-ms-input-placeholder,
#recipe-filter .form-group select.form-control:-ms-input-placeholder {
  color: #010101;
}

#recipe-filter .form-group input.form-control::-ms-input-placeholder,
#recipe-filter .form-group select.form-control::-ms-input-placeholder {
  color: #010101;
}

#recipe-filter .form-group input.form-control::placeholder,
#recipe-filter .form-group select.form-control::placeholder {
  color: #010101;
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#recipe .col-lg-4 .recipe-item {
  text-align: center;
  -webkit-box-shadow: 0 13px 73px rgba(1, 1, 1, 0.09);
          box-shadow: 0 13px 73px rgba(1, 1, 1, 0.09);
  margin-bottom: 2vw;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item {
    margin-bottom: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item {
    margin-bottom: 2vw;
  }
}

#recipe .col-lg-4 .recipe-item .image {
  padding: 2vw;
  padding-bottom: 1.5vw;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item .image {
    padding: 4vw;
    padding-bottom: 3.5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item .image {
    padding: 2vw;
    padding-bottom: 1.75vw;
  }
}

#recipe .col-lg-4 .recipe-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#recipe .col-lg-4 .recipe-item .image h4 {
  margin-top: 1.5vw;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item .image h4 {
    margin-top: 3vw;
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item .image h4 {
    margin-top: 1.5vw;
    font-size: 2.5vw;
  }
}

#recipe .col-lg-4 .recipe-item .recipe-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e7e7e7;
}

#recipe .col-lg-4 .recipe-item .recipe-info .item {
  padding: 1vw;
  border-left: 1px solid #e7e7e7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item {
    padding: 2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item {
    padding: 1vw;
  }
}

#recipe .col-lg-4 .recipe-item .recipe-info .item:first-child {
  border-left: 0;
}

#recipe .col-lg-4 .recipe-item .recipe-info .item i {
  margin-right: 8px;
  color: #888888;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item i {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item i {
    font-size: 2vw;
  }
}

#recipe .col-lg-4 .recipe-item .recipe-info .item span {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item span {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe .col-lg-4 .recipe-item .recipe-info .item span {
    font-size: 2vw;
  }
}

#recipe #recipe-bg {
  margin-bottom: 2vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

@media (max-width: 576px) {
  #recipe #recipe-bg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.7)), to(rgba(1, 1, 1, 0.7)));
    background: linear-gradient(rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.7));
    height: 30vh;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe #recipe-bg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.7)), to(rgba(1, 1, 1, 0.7)));
    background: linear-gradient(rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0.7));
    height: 50vh;
  }
}

#recipe #recipe-bg h2 {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  #recipe #recipe-bg h2 {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe #recipe-bg h2 {
    font-size: 4vw;
  }
}

#recipe #recipe-bg a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5vw;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 576px) {
  #recipe #recipe-bg a.btn {
    margin: 4vw auto 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe #recipe-bg a.btn {
    margin: 4vw auto 0;
  }
}

@media (max-width: 576px) {
  #recipe-details-intro .row {
    text-align: center;
  }
}

#recipe-details-intro h3 {
  max-width: 90%;
  margin-bottom: 1.5vw;
}

@media (max-width: 576px) {
  #recipe-details-intro h3 {
    max-width: 100%;
    font-size: 7vw !important;
    margin-bottom: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-details-intro h3 {
    max-width: 100%;
    font-size: 3.5vw !important;
    margin-bottom: 2vw;
  }
}

#recipe-details-intro a.btn {
  margin-top: 2vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 576px) {
  #recipe-details-intro a.btn {
    margin: 0 auto;
    margin-bottom: 5vw !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-details-intro a.btn {
    margin: 0 auto;
    margin-bottom: 3vw !important;
  }
}

#recipe-description .recipe-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 0;
}

@media (max-width: 576px) {
  #recipe-description .recipe-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-description .recipe-step {
    margin: 0 auto;
    margin-bottom: 3vw !important;
  }
}

#recipe-description .recipe-step .number {
  color: #9700a2;
  font-weight: 700;
  font-size: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  #recipe-description .recipe-step .number {
    font-size: 7vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-description .recipe-step .number {
    font-size: 3.5vw;
  }
}

@media (max-width: 576px) {
  #recipe-description .recipe-step .description {
    font-size: 4.1vw;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-description .recipe-step .description {
    font-size: 2vw;
  }
}

#recipe-description .recipe-image {
  margin: 0 auto;
  display: block;
  text-align: center;
}

#recipe-instructions h2 {
  font-size: 3.3vw;
}

@media (max-width: 576px) {
  #recipe-instructions h2 {
    font-size: 11vw;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-instructions h2 {
    font-size: 6vw;
    text-align: center;
  }
}

#recipe-instructions .list-recipe {
  list-style: none;
  padding: 0;
  margin: 0;
}

#recipe-instructions .list-recipe li {
  margin: 1vw 0;
  border-bottom: 1px dotted #010101;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4vw 0;
}

@media (max-width: 576px) {
  #recipe-instructions .list-recipe li {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-instructions .list-recipe li {
    font-size: 2vw;
  }
}

#recipe-instructions .list-recipe li:last-child {
  border: 0;
}

@media (max-width: 576px) {
  #recipe-instructions .list-recipe li {
    width: 100%;
  }
}

#recipe-instructions .list-recipe li i {
  color: #9700a2;
  width: 2vw;
  height: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2vw;
          flex: 0 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vw;
  margin-right: .8vw;
}

@media (max-width: 576px) {
  #recipe-instructions .list-recipe li i {
    width: 10vw;
    height: 10vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #recipe-instructions .list-recipe li i {
    width: 4vw;
    height: 4vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4vw;
            flex: 0 0 4vw;
    font-size: 2.5vw;
  }
}

#recipe-instructions a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#recipe-instructions .bg-gray {
  padding: 2vw;
  height: 100%;
}

/*
*   Products
*/
#h-products h3 {
  font-family: "IsidoraMedium";
  font-weight: 500;
}

.products .category-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 576px) {
  .products .category-radio .custom-radio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 16px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .products .col-lg-4,
  .products .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .products h3 {
    font-size: 7vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .products h3 {
    font-size: 3.5vw;
  }
}

.products .product-item {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 2vw .5vw;
}

@media (max-width: 576px) {
  .products .product-item {
    padding: 8vw;
    margin-bottom: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .products .product-item {
    padding: 4vw;
    margin-bottom: 2.5vw;
  }
}

.products .product-item:hover {
  -webkit-box-shadow: 0 -20px 73px rgba(1, 1, 1, 0.16);
          box-shadow: 0 -20px 73px rgba(1, 1, 1, 0.16);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products .product-item:hover .description a.btn-product {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products .product-item .image {
  margin-bottom: 1vw;
}

.products .product-item .description {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products .product-item .description h4 {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  .products .product-item .description h4 {
    font-size: 6vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .products .product-item .description h4 {
    font-size: 3vw;
  }
}

.products .product-item .description p.price span {
  color: #999999;
  text-decoration: line-through;
}

.products .product-item .description a.btn-product {
  margin: 1vw auto 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#accordion-good-stuff #accordion .card {
  border-radius: 0;
  margin: 1.2vw 0;
  background-color: transparent;
  border: 0;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card {
    margin: 3vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card {
    margin: 2vw 0;
  }
}

#accordion-good-stuff #accordion .card .card-header {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#accordion-good-stuff #accordion .card .card-header h5 {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card .card-header h5 {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card .card-header h5 {
    font-size: 2vw;
  }
}

#accordion-good-stuff #accordion .card .card-header h5 button {
  outline: none !important;
  font-size: 1.2vw;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 1.25vw;
  text-align: left;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card .card-header h5 button {
    font-size: 4vw;
    padding: 4vw;
    padding-right: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card .card-header h5 button {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#accordion-good-stuff #accordion .card .card-header h5 button::before {
  content: '';
  background-color: #fff;
  height: 1px;
  width: 60%;
  position: absolute;
  right: 48px;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card .card-header h5 button::before {
    width: 30%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card .card-header h5 button::before {
    width: 60%;
  }
}

#accordion-good-stuff #accordion .card .card-header h5 button::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 1.1vw;
  color: #fff;
  position: absolute;
  right: .5vw;
  top: 50%;
  -webkit-transform: translate(-0.5vw, -50%);
          transform: translate(-0.5vw, -50%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card .card-header h5 button::after {
    font-size: 4vw;
    padding: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card .card-header h5 button::after {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#accordion-good-stuff #accordion .card .card-header h5 button.collapsed::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 1.1vw;
  color: #fff;
  position: absolute;
  right: .5vw;
  top: 50%;
  -webkit-transform: translate(-0.5vw, -50%);
          transform: translate(-0.5vw, -50%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card .card-header h5 button.collapsed::after {
    font-size: 4vw;
    padding: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card .card-header h5 button.collapsed::after {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#accordion-good-stuff #accordion .card .card-body {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  #accordion-good-stuff #accordion .card:first-child {
    margin-top: 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #accordion-good-stuff #accordion .card:first-child {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  #product-add-cart .product-cart-details {
    text-align: center;
  }
}

#product-add-cart .product-cart-details h4 {
  font-size: 1.9vw;
  font-weight: 700;
  margin-bottom: 2vw;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  #product-add-cart .product-cart-details h4 {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-add-cart .product-cart-details h4 {
    font-size: 2.5vw;
  }
}

#product-add-cart .product-cart-details p {
  margin-bottom: 2vw;
}

#product-add-cart .product-cart-details .number-input {
  background-color: #f4f4ee;
  border: 1px solid #010101;
  border-radius: 150px;
  width: 6vw;
  margin-right: 16px;
  text-align: center;
}

@media (max-width: 576px) {
  #product-add-cart .product-cart-details .number-input {
    width: 20vw;
    padding: 0;
  }
}

@media (max-width: 576px) {
  #product-add-cart .product-cart-details .bg-gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 576px) {
  #product-add-cart .product-cart-details .bg-gray .custom-radio .custom-control-label {
    font-size: 3vw;
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  #product-slider.bg-gray .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  #product-slider.bg-gray .row img {
    margin-bottom: 5vw;
  }
}

@media (max-width: 576px) {
  #product-slider.bg-gray .row p {
    font-size: 4vw !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-slider.bg-gray .row p {
    font-size: 2.7vw !important;
  }
}

#product-slider .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1000px) {
  #product-slider .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#product-slider .container .row h3 {
  margin-bottom: 2vw;
}

@media (max-width: 576px) {
  #product-slider .container .row p {
    font-size: 5.2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-slider .container .row p {
    font-size: 2.7vw;
  }
}

#product-slider .container img {
  width: 100%;
  height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  #product-slider .container img {
    height: auto;
  }
}

#product-slider .container .owl-nav {
  margin-top: 5vw;
}

#product-slider .container .owl-nav button {
  border: 0;
  background: transparent;
  margin: 1vw 1.2vw 0;
  outline: none;
  cursor: pointer;
}

#product-slider .container .owl-nav button:first-child {
  margin-left: 0;
}

@media (max-width: 576px) {
  #product-slider .container .owl-nav button {
    margin: 3vw 4vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-slider .container .owl-nav button {
    margin: 1.5vw 2vw 0;
  }
}

#product-slider .container .owl-nav button i {
  color: #9700a2;
  font-size: 2vw;
}

@media (max-width: 576px) {
  #product-slider .container .owl-nav button i {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-slider .container .owl-nav button i {
    font-size: 4vw;
  }
}

@media (max-width: 576px) {
  #product-slider .container .d-flex a i {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #product-slider .container .d-flex a i {
    font-size: 3.5vw;
  }
}

/*
*   Reviews
*/
#reviews .reviews-header {
  border-bottom: 2px solid #010101;
  padding: 2.5vw 0;
}

#reviews .reviews-header .reviews-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  #reviews .reviews-header .reviews-stats {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#reviews .reviews-header .reviews-stats .item {
  padding-right: 3vw;
}

#reviews .reviews-header .reviews-stats .item h2 {
  font-size: 2.95vw;
  font-family: "IsidoraBold";
  font-weight: 700;
}

@media (max-width: 576px) {
  #reviews .reviews-header .reviews-stats .item h2 {
    font-size: 8vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #reviews .reviews-header .reviews-stats .item h2 {
    font-size: 5vw;
  }
}

#reviews .reviews-header .reviews-stats .item h2 .stars {
  font-size: 1.2vw;
  margin-bottom: .5vw;
  margin-left: .5vw;
}

@media (max-width: 576px) {
  #reviews .reviews-header .reviews-stats .item h2 .stars {
    font-size: 3.5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #reviews .reviews-header .reviews-stats .item h2 .stars {
    font-size: 2.5vw;
  }
}

#reviews .reviews-header .reviews-stats .item h4 {
  font-size: 1.65vw;
  font-family: "IsidoraBold";
  font-weight: 700;
}

@media (max-width: 576px) {
  #reviews .reviews-header .reviews-stats .item h4 {
    font-size: 4.2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #reviews .reviews-header .reviews-stats .item h4 {
    font-size: 2.5vw;
  }
}

#reviews .reviews-header .reviews-filters .form-group {
  width: 45%;
}

#reviews .reviews-header .reviews-filters .form-group input.form-control,
#reviews .reviews-header .reviews-filters .form-group select.form-control {
  background-color: transparent;
  border-radius: 150px;
  border: 1px solid #010101;
  color: #010101;
  height: 52px;
  padding: 0 16px;
}

#reviews .reviews-header .reviews-filters .form-group input.form-control::-webkit-input-placeholder,
#reviews .reviews-header .reviews-filters .form-group select.form-control::-webkit-input-placeholder {
  color: #010101;
}

#reviews .reviews-header .reviews-filters .form-group input.form-control:-ms-input-placeholder,
#reviews .reviews-header .reviews-filters .form-group select.form-control:-ms-input-placeholder {
  color: #010101;
}

#reviews .reviews-header .reviews-filters .form-group input.form-control::-ms-input-placeholder,
#reviews .reviews-header .reviews-filters .form-group select.form-control::-ms-input-placeholder {
  color: #010101;
}

#reviews .reviews-header .reviews-filters .form-group input.form-control::placeholder,
#reviews .reviews-header .reviews-filters .form-group select.form-control::placeholder {
  color: #010101;
}

#reviews .reviews-item {
  padding: 3vw;
  border-bottom: 1px solid #f4f4ee;
}

#reviews .reviews-item h4 {
  font-weight: 700;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  #reviews .reviews-item h4 {
    font-size: 4.2vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #reviews .reviews-item h4 {
    font-size: 2.5vw;
  }
}

@media (max-width: 576px) {
  #reviews .stars {
    font-size: 3.5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #reviews .stars {
    font-size: 2.5vw;
  }
}

#reviews .stars i {
  color: #fec600;
}

/*
*   Contact
*/
#contact h2 {
  font-size: 3.5vw;
  font-weight: 700;
  color: #9700a2;
  margin-bottom: 1vw;
}

@media (max-width: 576px) {
  #contact h2 {
    font-size: 10vw;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #contact h2 {
    font-size: 6vw;
    text-align: center;
  }
}

#contact p {
  font-size: 1.6vw;
  max-width: 85%;
}

@media (max-width: 576px) {
  #contact p {
    font-size: 6vw;
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #contact p {
    font-size: 3vw;
    text-align: center;
    max-width: 100%;
  }
}

#contact ul.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2vw;
}

@media (max-width: 576px) {
  #contact ul.contact-info {
    margin-bottom: 42px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #contact ul.contact-info {
    margin-bottom: 42px;
  }
}

#contact ul.contact-info li {
  margin: 0.9vw 0;
  border-bottom: 1px dotted #010101;
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  #contact ul.contact-info li {
    width: 100%;
  }
}

#contact ul.contact-info li i {
  color: #9700a2;
  width: 2vw;
  height: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2vw;
          flex: 0 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vw;
  margin-right: .8vw;
}

@media (max-width: 576px) {
  #contact ul.contact-info li i {
    width: 10vw;
    height: 10vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #contact ul.contact-info li i {
    width: 4vw;
    height: 4vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4vw;
            flex: 0 0 4vw;
    font-size: 2.5vw;
  }
}

#contact ul.contact-info li a {
  padding: 0.8vw 0;
  color: #606060;
  display: block;
  font-size: 1.35vw;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  #contact ul.contact-info li a {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #contact ul.contact-info li a {
    font-size: 2.5vw;
  }
}

#contact ul.contact-info li a:hover {
  color: #9700a2;
}

@media (max-width: 576px) {
  #contact form button[type="submit"] {
    display: block;
    margin: 0 auto;
  }
}

/*
*   Join the club
*/
#join-the-club h3 {
  font-size: 3.15vw;
  color: #fff;
  margin-bottom: 2vw;
  font-weight: 700;
}

@media (max-width: 576px) {
  #join-the-club h3 {
    font-size: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #join-the-club h3 {
    font-size: 6vw;
  }
}

#join-the-club p {
  font-size: 1.35vw;
}

@media (max-width: 576px) {
  #join-the-club p {
    font-size: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #join-the-club p {
    font-size: 2.5vw;
  }
}

#join-the-club .input-group {
  margin: 2vw auto 0;
  position: relative;
}

@media (max-width: 576px) {
  #join-the-club .input-group {
    width: 100% !important;
  }
}

#join-the-club .input-group input.form-control {
  border-radius: 26px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #424242;
  padding-right: 24px;
}

#join-the-club .input-group input.form-control::-webkit-input-placeholder {
  color: #424242;
}

#join-the-club .input-group input.form-control:-ms-input-placeholder {
  color: #424242;
}

#join-the-club .input-group input.form-control::-ms-input-placeholder {
  color: #424242;
}

#join-the-club .input-group input.form-control::placeholder {
  color: #424242;
}

#join-the-club .input-group button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 200;
}

#join-the-club .input-group button:hover {
  cursor: pointer;
}

#join-the-club .input-group button:focus {
  outline: none;
}

#join-the-club .input-group button i {
  font-size: 30px;
  color: #9700a2;
}

/*
*   Partners
*/
@media (max-width: 576px) {
  #partners {
    padding: 40px 0 !important;
  }
}

@media (max-width: 576px) {
  #partners .row:first-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #partners .row:first-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 576px) {
  #partners .mb-5 {
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #partners .mb-5 {
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
  }
}

/*
*   Instragram feed
*/
@media (max-width: 576px) {
  #instagram-feed {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  #instagram-feed .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  #instagram-feed .container-fluid .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: scroll;
  }
}

@media (max-width: 576px) {
  #instagram-feed .container-fluid .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

/*
*   Return
*/
#return .return-item {
  padding-bottom: 4vw;
}

#return .return-item:last-child {
  padding-bottom: 0;
}

#return .return-item h3 {
  font-size: 2.5vw;
  font-weight: 700;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  #return .return-item h3 {
    font-size: 7.2vw !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #return .return-item h3 {
    font-size: 3.6vw !important;
  }
}

/*
*   Faq
*/
#faq {
  padding: 40px 0;
}

#faq .faq-accordion .card {
  border-radius: 0;
  margin: 1.2vw 0;
  background-color: #f4f4ee;
  border: 0;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card {
    margin: 3vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card {
    margin: 2vw 0;
  }
}

#faq .faq-accordion .card .card-header {
  border: 0;
  padding: 0;
}

#faq .faq-accordion .card .card-header h5 {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card .card-header h5 {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card .card-header h5 {
    font-size: 2vw;
  }
}

#faq .faq-accordion .card .card-header h5 button {
  outline: none !important;
  font-size: 1.2vw;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 1.25vw;
  text-align: left;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card .card-header h5 button {
    font-size: 4vw;
    padding: 4vw;
    padding-right: 10vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card .card-header h5 button {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#faq .faq-accordion .card .card-header h5 button::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 1.1vw;
  color: #9700a2;
  position: absolute;
  right: .5vw;
  top: 50%;
  -webkit-transform: translate(-0.5vw, -50%);
          transform: translate(-0.5vw, -50%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card .card-header h5 button::after {
    font-size: 4vw;
    padding: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card .card-header h5 button::after {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#faq .faq-accordion .card .card-header h5 button.collapsed::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 1.1vw;
  color: #9700a2;
  position: absolute;
  right: .5vw;
  top: 50%;
  -webkit-transform: translate(-0.5vw, -50%);
          transform: translate(-0.5vw, -50%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card .card-header h5 button.collapsed::after {
    font-size: 4vw;
    padding: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card .card-header h5 button.collapsed::after {
    font-size: 2vw;
    padding: 1.5vw;
  }
}

#faq .faq-accordion .card .card-body {
  font-size: 1.1vw;
}

@media (max-width: 576px) {
  #faq .faq-accordion .card:first-child {
    margin-top: 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #faq .faq-accordion .card:first-child {
    margin-top: 0;
  }
}

/*
*   Near you
*/
#near-you h3 {
  font-size: 2.3vw;
}

#near-you h2 {
  color: #9700a2;
}

@media (max-width: 576px) {
  #near-you .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/*
*   Find us
*/
#find-us .find-us-form {
  background-color: #f4f4ee;
  padding: 2vw;
  margin-bottom: 2vw;
}

#find-us .find-us-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  #find-us .find-us-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#find-us .find-us-form form .form-group {
  margin: 0;
}

@media (max-width: 576px) {
  #find-us .find-us-form form .form-group {
    margin: 4vw 0;
  }
}

@media (max-width: 576px) {
  #find-us .find-us-form form .form-group label {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #find-us .find-us-form form .form-group label {
    font-size: 4vw;
  }
}

#find-us .find-us-form form .fu-location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

@media (max-width: 576px) {
  #find-us .find-us-form form .fu-location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#find-us .find-us-form form .fu-radius {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-left: 1vw;
}

#find-us .find-us-form form .fu-radius label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 576px) {
  #find-us .find-us-form form .fu-radius {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#find-us .find-us-form form .fu-results {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  margin-left: 1vw;
}

#find-us .find-us-form form .fu-results label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 576px) {
  #find-us .find-us-form form .fu-results {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#find-us .find-us-form form .fu-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-left: 1vw;
}

@media (max-width: 576px) {
  #find-us .find-us-form form .fu-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#find-us .find-us-form form .fu-btn button {
  cursor: pointer;
  background-color: #f4f4ee;
  border: 1px solid #010101;
  padding: 0 16px;
  -webkit-box-shadow: 0 1px 2px 2px rgba(244, 244, 238, 0.8);
          box-shadow: 0 1px 2px 2px rgba(244, 244, 238, 0.8);
}

@media (max-width: 576px) {
  #find-us .find-us-form form .fu-btn button {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #find-us .find-us-form form .fu-btn button {
    font-size: 2vw;
  }
}

#find-us .find-us-item {
  border-bottom: 1px dotted #f4f4ee;
  padding: 1vw 0;
}

@media (max-width: 576px) {
  #find-us .find-us-item {
    padding: 2vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #find-us .find-us-item {
    padding: 2vw 0;
  }
}

#find-us .find-us-item p {
  font-size: 1vw;
  margin-bottom: 0.3vw;
}

@media (max-width: 576px) {
  #find-us .find-us-item p {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #find-us .find-us-item p {
    font-size: 2vw;
  }
}

@media (max-width: 576px) {
  #find-us .find-us-item a {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  #find-us .find-us-item a {
    font-size: 2vw;
  }
}

#find-us .find-us-item:last-child {
  border-bottom: 0;
}

/*
*   Footer
*/
footer {
  border-top: 1px solid rgba(151, 0, 162, 0.2);
  padding: 2vw 0;
}

@media (max-width: 576px) {
  footer {
    padding: 10vw 0;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer {
    padding: 5vw 0;
  }
}

footer img {
  margin-bottom: 2vw;
  width: 13.5vw;
}

@media (max-width: 576px) {
  footer img {
    width: 50vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer img {
    width: 25vw;
  }
}

footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: .3vw;
  line-height: 1.2;
}

@media (max-width: 576px) {
  footer ul li {
    margin-bottom: 3vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer ul li {
    margin-bottom: 3vw;
  }
}

footer ul li a {
  font-size: 1.1vw;
  color: #676767;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  footer ul li a {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer ul li a {
    font-size: 2.5vw;
  }
}

footer ul li a:hover {
  color: #9700a2;
}

footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  footer ul.social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer ul.social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5vw;
  }
}

footer ul.social li {
  margin: 0 1.5vw;
}

@media (max-width: 576px) {
  footer ul.social li {
    margin: 0 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer ul.social li {
    margin: 0 2vw;
  }
}

footer ul.social li:first-child {
  margin-left: .85vw;
}

footer ul.social li a i {
  font-size: 1.7vw;
  color: #9700a2;
}

@media (max-width: 576px) {
  footer ul.social li a i {
    font-size: 7vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer ul.social li a i {
    font-size: 3.5vw;
  }
}

footer h4 {
  text-transform: uppercase;
  color: #010101;
  font-weight: 700;
  font-size: 1.2vw;
  margin-bottom: 1vw;
  font-family: "IsidoraBold";
}

@media (max-width: 576px) {
  footer h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}

footer h4 i {
  margin-left: .45vw;
}

footer p {
  font-size: 1.1vw;
  margin: 0;
}

@media (max-width: 576px) {
  footer p {
    font-size: 4vw;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  footer p {
    font-size: 2.5vw;
  }
}

@media (max-width: 1000px) {
  footer .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  footer ul.footer-information,
  footer ul.footer-product,
  footer ul.footer-extras {
    display: none;
  }
}

@media (max-width: 1000px) {
  footer .footer-information-title::after,
  footer .footer-product-title::after,
  footer .footer-extras-title::after {
    content: '\f067';
    font-family: 'FontAwesome';
    margin-left: 2vw;
  }
}

@media (max-width: 1000px) {
  footer .footer-information-title.active::after,
  footer .footer-product-title.active::after,
  footer .footer-extras-title.active::after {
    content: '\f068';
    font-family: 'FontAwesome';
    margin-left: 2vw;
  }
}

footer ul.footer-information.active,
footer ul.footer-product.active,
footer ul.footer-extras.active {
  display: block;
}

@media (max-width: 1000px) {
  footer ul.footer-information.active,
  footer ul.footer-product.active,
  footer ul.footer-extras.active {
    display: block;
  }
}

@media only screen and (max-width: 999px) {
  .navbar .menu-btn-burger {
    display: block !important;
    position: absolute;
    right: 7%;
    z-index: 1030;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .navbar .menu-btn-burger #nav-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 30px;
    height: 30px;
    z-index: 99999;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navbar .menu-btn-burger #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #9700a2;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .navbar .menu-btn-burger #nav-icon span:nth-child(1) {
    top: 5px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .navbar .menu-btn-burger #nav-icon span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .navbar .menu-btn-burger #nav-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .navbar .menu-btn-burger #nav-icon.open-custom-menu span {
    background-color: #fff;
  }
  .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px;
    right: 0;
  }
  .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .navbar .menu-btn-burger #nav-icon.open-custom-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 27px;
    right: 0;
  }
  .navbar .mobile-menu {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(151, 0, 162, 0.6);
    background: rgba(151, 0, 162, 0.85) 0% 0% no-repeat padding-box;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  .navbar .mobile-menu #primary-menu-mobie {
    width: 100%;
    text-align: center;
  }
  .navbar .mobile-menu #primary-menu-mobie li {
    margin: 12px 0;
  }
  .navbar .mobile-menu #primary-menu-mobie li a {
    color: #fff !important;
    font-size: 28px;
    display: block;
    line-height: 1;
  }
  .navbar .mobile-menu #primary-menu-mobie li.active::after {
    display: none;
  }
  .navbar .mobile-menu.sliding-open {
    right: 0;
  }
}
/*# sourceMappingURL=main.css.map */