/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../../../../wp-content/themes/bebio/css/714099-bootstrap-grid.css';
@import '../../../../wp-content/themes/bebio/css/326004-hamburgers.css';
@import '../../../../wp-content/themes/bebio/css/384057-slick.css';
@import '../../../../wp-content/themes/bebio/css/650630-jquery.fancybox.css';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "CocogoosePro", sans-serif;
}

button {
  font-family: "CocogoosePro", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #50555B;
  margin-bottom: 24px;
  font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #EF8F97;
}

h1 {
  font-size: 2rem;
  line-height: 3.125rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.625rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #50555B;
  text-decoration: underline;
}
a:hover, a:link:hover, a:focus:hover, a:visited:hover {
  text-decoration: none;
}
a strong, a:link strong, a:focus strong, a:visited strong {
  color: #FFB2C0;
  font-weight: 700;
}

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
  color: #50555B;
}
p strong {
  color: #FFB2C0;
  font-weight: 700;
}

table td, table th {
  color: #50555B;
}

p.section-header {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #50555B;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  p.section-header {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  p.section-header {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}

ul {
  margin-bottom: 24px;
  list-style: disc;
  padding-left: 20px;
}
ul li {
  color: #50555B;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
ul li ul, ul li ol {
  padding-top: 12px;
  margin-bottom: 12px;
}

ol {
  margin-bottom: 24px;
  list-style: decimal;
  padding-left: 30px;
}
ol li {
  color: #50555B;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
ol li::marker {
  font-weight: 700;
}
ol li ul, ol li ol {
  padding-top: 12px;
  margin-bottom: 12px;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1545px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
.container.container-thin {
  max-width: 1292px;
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.slick-dots {
  padding: 0;
  /*position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;*/
  pointer-events: none;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid #FFB2C0;
  background-color: #FEE5E9;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 9px;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #FFB2C0;
}
.slick-dots li button {
  display: none;
}

select {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  background-color: #fff;
  border: 1px solid #CBC8C8;
  padding: 14px 40px 14px 20px;
}

.selectize-control {
  z-index: 15;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #CBC8C8;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  background-color: #fff;
  background-image: none;
}

.selectize-control.single .selectize-input {
  padding: 14px 40px 14px 20px;
}

.selectize-dropdown .create, .selectize-dropdown .no-results, .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
  padding: 8px 40px 8px 20px;
  line-height: 1.375rem;
}
.selectize-dropdown .create:hover, .selectize-dropdown .create.active, .selectize-dropdown .no-results:hover, .selectize-dropdown .no-results.active, .selectize-dropdown .optgroup-header:hover, .selectize-dropdown .optgroup-header.active, .selectize-dropdown .option:hover, .selectize-dropdown .option.active {
  background-color: #FEF8FB;
}
.selectize-dropdown .create.selected, .selectize-dropdown .no-results.selected, .selectize-dropdown .optgroup-header.selected, .selectize-dropdown .option.selected {
  background-color: #FFB2C0;
  color: #fff;
}

.selectize-control.single .selectize-input::after {
  border-color: transparent;
  background-image: url(../../../../wp-content/themes/bebio/images/567646-chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 7px;
  right: 10px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  transform: rotate(180deg);
  margin-top: 0;
  border-color: transparent;
}

.hamburger-overlay {
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
.hamburger-overlay.active {
  display: block;
}

/*div[style="margin-top: -60px;"]{
  display: none;
}
div[style="margin-top: -60px;"] + br {
  display: none;
}*/
@font-face {
  font-family: "AuthenticSignature";
  src: url("../fonts/Authentic Signature.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CocogoosePro";
  src: url("../fonts/Zetafonts - CocogooseProVariable.ttf");
  font-weight: normal;
  font-style: normal;
}
/*@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../../../../wp-content/themes/bebio/fonts/622138-CORBEL.TTF', 400);*/
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #FFB2C0;
  border-radius: 5px;
  color: #fff;
  background-color: #FFB2C0;
  padding: 12px 20px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  min-width: 235px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .btn, .btn:link, .btn:focus, .btn:visited {
    padding: 16px 20px;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #FFB2C0;
  background-color: #fff;
  border: 1px solid #FFB2C0;
}
.btn.btn-white, .btn:link.btn-white, .btn:focus.btn-white, .btn:visited.btn-white {
  border: 1px solid #FFB2C0;
  color: #FFB2C0;
  background-color: #fff;
}
.btn.btn-white:hover, .btn:link.btn-white:hover, .btn:focus.btn-white:hover, .btn:visited.btn-white:hover {
  color: #fff;
  background-color: #FFB2C0;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.add_to_cart_button, .add_to_cart_button:link, .add_to_cart_button:focus, .add_to_cart_button:visited, .product_type_simple, .product_type_simple:link, .product_type_simple:focus, .product_type_simple:visited {
  padding: 13px 7px;
  display: inline-block;
  border: 1px solid #FFB2C0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include devices(large){
    padding: 13px 10px;
  }*/
}
@media only screen and (min-width: 1600px) {
  .add_to_cart_button, .add_to_cart_button:link, .add_to_cart_button:focus, .add_to_cart_button:visited, .product_type_simple, .product_type_simple:link, .product_type_simple:focus, .product_type_simple:visited {
    padding: 13px 20px;
  }
}
.add_to_cart_button.unavailable svg, .add_to_cart_button:link.unavailable svg, .add_to_cart_button:focus.unavailable svg, .add_to_cart_button:visited.unavailable svg, .product_type_simple.unavailable svg, .product_type_simple:link.unavailable svg, .product_type_simple:focus.unavailable svg, .product_type_simple:visited.unavailable svg {
  display: none;
}
.add_to_cart_button.unavailable span, .add_to_cart_button:link.unavailable span, .add_to_cart_button:focus.unavailable span, .add_to_cart_button:visited.unavailable span, .product_type_simple.unavailable span, .product_type_simple:link.unavailable span, .product_type_simple:focus.unavailable span, .product_type_simple:visited.unavailable span {
  margin-right: 0;
}
.add_to_cart_button:hover, .add_to_cart_button:link:hover, .add_to_cart_button:focus:hover, .add_to_cart_button:visited:hover, .product_type_simple:hover, .product_type_simple:link:hover, .product_type_simple:focus:hover, .product_type_simple:visited:hover {
  background-color: #FFB2C0;
}
.add_to_cart_button:hover span, .add_to_cart_button:link:hover span, .add_to_cart_button:focus:hover span, .add_to_cart_button:visited:hover span, .product_type_simple:hover span, .product_type_simple:link:hover span, .product_type_simple:focus:hover span, .product_type_simple:visited:hover span {
  color: #fff;
}
.add_to_cart_button:hover svg path, .add_to_cart_button:link:hover svg path, .add_to_cart_button:focus:hover svg path, .add_to_cart_button:visited:hover svg path, .product_type_simple:hover svg path, .product_type_simple:link:hover svg path, .product_type_simple:focus:hover svg path, .product_type_simple:visited:hover svg path {
  stroke: #fff;
}
.add_to_cart_button.full-width, .add_to_cart_button:link.full-width, .add_to_cart_button:focus.full-width, .add_to_cart_button:visited.full-width, .product_type_simple.full-width, .product_type_simple:link.full-width, .product_type_simple:focus.full-width, .product_type_simple:visited.full-width {
  width: 100%;
}
.add_to_cart_button span, .add_to_cart_button:link span, .add_to_cart_button:focus span, .add_to_cart_button:visited span, .product_type_simple span, .product_type_simple:link span, .product_type_simple:focus span, .product_type_simple:visited span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #FFB2C0;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
@media only screen and (min-width: 1600px) {
  .add_to_cart_button span, .add_to_cart_button:link span, .add_to_cart_button:focus span, .add_to_cart_button:visited span, .product_type_simple span, .product_type_simple:link span, .product_type_simple:focus span, .product_type_simple:visited span {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 10px;
  }
}
.add_to_cart_button svg, .add_to_cart_button:link svg, .add_to_cart_button:focus svg, .add_to_cart_button:visited svg, .product_type_simple svg, .product_type_simple:link svg, .product_type_simple:focus svg, .product_type_simple:visited svg {
  vertical-align: middle;
}
.add_to_cart_button svg path, .add_to_cart_button:link svg path, .add_to_cart_button:focus svg path, .add_to_cart_button:visited svg path, .product_type_simple svg path, .product_type_simple:link svg path, .product_type_simple:focus svg path, .product_type_simple:visited svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav {
  position: relative;
}
nav .nav-top {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  nav .nav-top {
    border-bottom: 1px solid #CBC8C8;
  }
}
@media only screen and (min-width: 992px) {
  nav .nav-top .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .nav-top .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) {
  nav .nav-top .row .col {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .nav-top .row .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
nav .logo-wrap {
  border-bottom: 1px solid #CBC8C8;
}
@media only screen and (min-width: 992px) {
  nav .logo-wrap {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  nav .logo-wrap {
    display: block;
  }
}
nav .img-wrap {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap {
    margin-bottom: 0;
  }
}
nav .img-wrap img {
  max-height: 92px;
}
nav .search-wrap {
  display: inline-block;
  position: relative;
  padding-top: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  nav .search-wrap {
    padding-top: 34px;
    width: auto;
  }
}
nav .search-wrap .search {
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 16px;
  height: 16px;
}
nav .search-wrap .search svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav .search-wrap form {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  nav .search-wrap form {
    width: auto;
  }
}
nav .search-wrap form .search-field {
  border: 1px solid #CBC8C8;
  min-height: 38px;
  min-width: 100%;
  padding: 5px 35px 5px 15px;
}
@media only screen and (min-width: 992px) {
  nav .search-wrap form .search-field {
    min-width: 265px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .search-wrap form .search-field {
    min-width: 365px;
  }
}
nav .search-wrap form .search-field::placeholder {
  color: #CBC8C8;
  opacity: 1;
  font-style: italic;
  font-weight: 300;
  font-size: 0.875rem;
}
nav .menu-icons-wrap {
  padding-top: 24px;
  float: right;
}
@media only screen and (min-width: 992px) {
  nav .menu-icons-wrap {
    padding-top: 32px;
  }
}
nav .menu-icons-wrap .menu-icon {
  display: block;
  float: left;
  text-align: center;
  margin-left: 30px;
  text-decoration: none;
}
nav .menu-icons-wrap .menu-icon:first-of-type {
  margin-left: 0;
}
nav .menu-icons-wrap .menu-icon.inactive .img-wrap .number {
  background-color: #E4E4E4;
}
nav .menu-icons-wrap .menu-icon .img-wrap {
  margin-bottom: 12px;
  position: relative;
}
nav .menu-icons-wrap .menu-icon .img-wrap svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
nav .menu-icons-wrap .menu-icon .img-wrap .number {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  background-color: #FFB2C0;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav .menu-icons-wrap .menu-icon p {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 300;
  color: #636269;
  margin-bottom: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  nav .menu-icons-wrap .menu-icon p {
    display: block;
  }
}
nav .menu-icons-wrap .polylang-menu-item-wrap {
  float: left;
  margin-left: 30px;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .menu-item-has-children {
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .menu-item-has-children {
    padding-bottom: 30px;
  }
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .menu-item-has-children::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../../../wp-content/themes/bebio/images/377354-arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .menu-item-has-children > a {
  pointer-events: none;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  padding-top: 12px;
  z-index: 3;
}
nav .menu-icons-wrap .polylang-menu-item-wrap .lang-menu a img {
  border-radius: 5px;
  width: 30px !important;
  height: 20px !important;
  object-fit: cover;
}
nav .menu:not(.mobile-menu, .menu-mega) {
  list-style: none;
  float: right;
  margin-bottom: 0;
  padding-left: 0;
}
nav .menu:not(.mobile-menu, .menu-mega) li {
  float: left;
  padding: 0 9px;
  line-height: 4.625rem;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu, .menu-mega) li {
    padding: 0 10px;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu, .menu-mega) li {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .menu:not(.mobile-menu, .menu-mega) li {
    padding: 0 25px;
  }
}
nav .menu:not(.mobile-menu, .menu-mega) li.current-menu-item > a {
  color: #FFB2C0;
  font-weight: 700;
}
nav .menu:not(.mobile-menu, .menu-mega) li:last-of-type {
  padding-right: 0;
}
nav .menu:not(.mobile-menu, .menu-mega) li a {
  font-size: 0.75rem;
  color: #50555B;
  text-transform: uppercase;
  letter-spacing: 6%;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu, .menu-mega) li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu, .menu-mega) li a {
    font-size: 1.125rem;
  }
}
nav .menu:not(.mobile-menu, .menu-mega) li a:hover {
  color: #FFB2C0;
  font-weight: 700;
}
nav .menu:not(.mobile-menu, .menu-mega) li.menu-item-has-children {
  position: relative;
  /*&:hover{
      >.sub-menu{
          display: block;
      }
  }*/
}
nav .menu:not(.mobile-menu, .menu-mega) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  z-index: 3;
}
nav .menu:not(.mobile-menu, .menu-mega) .sub-menu li a {
  color: #fff;
}
nav .hamburger {
  padding: 29px 0;
}
@media only screen and (min-width: 992px) {
  nav .hamburger {
    padding: 32px 0;
  }
}
nav .hamburger-box {
  width: 18px;
  height: 12px;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #50555B;
  width: 18px;
  height: 2px;
}
nav .hamburger-inner::after {
  bottom: -6px;
}
nav .hamburger-inner::before {
  top: -6px;
}

.sidenav {
  position: fixed;
  background-color: #FEF8FB;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .sidenav {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .sidenav {
    max-width: 30%;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav {
    max-width: 25%;
  }
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 0;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #50555B;
}
.sidenav .sidenav-top-wrap {
  padding: 0 20px;
}
.sidenav .sidenav-top-wrap .wrapper {
  border-bottom: 1px solid #CBC8C8;
  padding: 20px 0;
}
.sidenav .sidenav-top-wrap .wrapper span {
  font-weight: 700;
  color: #FFB2C0;
  margin-right: 15px;
}
.sidenav .sidenav-top-wrap .wrapper .account-btn {
  text-decoration: none;
}
.sidenav .sidenav-top-wrap .wrapper .account-btn svg {
  vertical-align: middle;
  margin-right: 6px;
}
.sidenav .sidenav-top-wrap .wrapper .account-btn span {
  vertical-align: middle;
  color: #50555B;
  font-weight: 500;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  overflow: auto;
  padding-top: 25px;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
  padding-left: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #50555B;
  padding: 10px 24px 10px 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../../../../wp-content/themes/bebio/images/402362-arrow-mobile-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&:hover{
      background-color: $black;
  }*/
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55px;
  background-image: url(../../../../wp-content/themes/bebio/images/272489-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #50555B;
  position: relative;
  padding-left: 55px;
  padding-right: 40px;
  border-bottom: 1px solid #CBC8C8;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
  padding: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../../../../wp-content/themes/bebio/images/402362-arrow-mobile-menu.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #50555B;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .sidenav-contact .btn-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .sidenav .sidenav-contact .btn-wrap .btn {
    padding: 16px 20px;
  }
}
.sidenav .sidenav-contact .phone-wrap .phone span {
  font-size: 2rem;
  line-height: 3.125rem;
}
.sidenav .sidenav-sm-wrap {
  padding: 37px 20px;
}
.sidenav .sidenav-sm-wrap .header {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding-bottom: 17px;
  margin-bottom: 25px;
}
.sidenav .sidenav-sm-wrap .sm-wrap .sm svg {
  width: 32px;
  height: 32px;
}

.sidenav-contact {
  background-color: #FFB2C0;
  padding: 37px 20px;
  position: relative;
}
.sidenav-contact::before {
  content: "";
  display: block;
  position: absolute;
  right: -72px;
  bottom: 0;
  height: 152px;
  width: 214px;
  background-image: url(../../../../wp-content/themes/bebio/images/972611-sidenav-flower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidenav-contact .header {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.sidenav-contact .btn-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .sidenav-contact .btn-wrap {
    margin-bottom: 30px;
  }
}
.sidenav-contact .btn-wrap .btn {
  width: 100%;
  border: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .sidenav-contact .btn-wrap .btn {
    padding: 16px 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav-contact .btn-wrap .btn {
    padding: 16px 20px;
  }
}
.sidenav-contact .phone-wrap {
  margin-bottom: 20px;
}
.sidenav-contact .phone-wrap .phone {
  text-decoration: none;
}
.sidenav-contact .phone-wrap .phone svg {
  vertical-align: middle;
  margin-right: 5px;
}
.sidenav-contact .phone-wrap .phone span {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .sidenav-contact .phone-wrap .phone span {
    font-size: 2rem;
    line-height: 3.125rem;
  }
}
.sidenav-contact p {
  color: #fff;
  margin-bottom: 0;
}

.sidenav-sm-wrap {
  padding: 37px 0 0 0;
}
.sidenav-sm-wrap .header {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #50555B;
  text-transform: uppercase;
  padding-bottom: 17px;
  border-bottom: 1px solid #CBC8C8;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .sidenav-sm-wrap .header {
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav-sm-wrap .header {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-bottom: 17px;
    margin-bottom: 25px;
  }
}
.sidenav-sm-wrap .sm-wrap {
  text-align: left;
}
.sidenav-sm-wrap .sm-wrap .sm {
  display: inline-block;
  margin-right: 40px;
}
.sidenav-sm-wrap .sm-wrap .sm:last-of-type {
  margin-right: 0;
}
.sidenav-sm-wrap .sm-wrap .sm svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .sidenav-sm-wrap .sm-wrap .sm svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav-sm-wrap .sm-wrap .sm svg {
    width: 32px;
    height: 32px;
  }
}

.added-to-cart-info-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
.added-to-cart-info-popup .text-wrap {
  background-color: #FFB2C0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
}

.custom-sub-menu-wrap {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 100%;
  display: none;
  background-color: #FEF8FB;
  padding: 27px 0 0 0;
}
.custom-sub-menu-wrap .row .col {
  margin-bottom: 53px;
}
@media only screen and (min-width: 992px) {
  .custom-sub-menu-wrap .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .custom-sub-menu-wrap .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.custom-sub-menu-wrap .row .col.custom-sub-column {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .custom-sub-menu-wrap .row .col.custom-sub-column {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .custom-sub-menu-wrap .row .col.custom-sub-column {
    padding-left: 20px;
  }
}
.custom-sub-menu-wrap .row .col.custom-sub-column.hidden-col {
  display: none !important;
}
.custom-sub-menu-wrap .sub-menu-header {
  color: #FFB2C0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 17px;
  border-bottom: 1px solid #CBC8C8;
  margin-bottom: 12px;
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) {
  .custom-sub-menu-wrap .sub-menu-header {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .custom-sub-menu-wrap .sub-menu-header {
    padding-left: 38px;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.custom-sub-menu-wrap .menu, .custom-sub-menu-wrap .sub-menu {
  padding-left: 0;
  list-style: none;
}
.custom-sub-menu-wrap .menu .menu-item:hover > a, .custom-sub-menu-wrap .sub-menu .menu-item:hover > a {
  background-color: #fff;
  color: #FFB2C0;
  font-weight: 700;
}
.custom-sub-menu-wrap .menu .menu-item:hover > a::after, .custom-sub-menu-wrap .sub-menu .menu-item:hover > a::after {
  background-image: url(../../../../wp-content/themes/bebio/images/330869-arrow-right-menu-active.svg);
}
.custom-sub-menu-wrap .menu .menu-item > a, .custom-sub-menu-wrap .sub-menu .menu-item > a {
  display: block;
  padding: 8px 40px 8px 20px;
  font-weight: 500;
  color: #636269;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) {
  .custom-sub-menu-wrap .menu .menu-item > a, .custom-sub-menu-wrap .sub-menu .menu-item > a {
    padding: 8px 60px 8px 38px;
  }
}
.custom-sub-menu-wrap .menu .menu-item-has-children.active > a, .custom-sub-menu-wrap .sub-menu .menu-item-has-children.active > a {
  background-color: #fff;
  color: #FFB2C0;
  font-weight: 700;
}
.custom-sub-menu-wrap .menu .menu-item-has-children.active > a::after, .custom-sub-menu-wrap .sub-menu .menu-item-has-children.active > a::after {
  background-image: url(../../../../wp-content/themes/bebio/images/330869-arrow-right-menu-active.svg);
}
.custom-sub-menu-wrap .menu .menu-item-has-children > a, .custom-sub-menu-wrap .sub-menu .menu-item-has-children > a {
  position: relative;
}
.custom-sub-menu-wrap .menu .menu-item-has-children > a::after, .custom-sub-menu-wrap .sub-menu .menu-item-has-children > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../../../../wp-content/themes/bebio/images/770920-arrow-right-menu.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  top: 11px;
}
@media only screen and (min-width: 1600px) {
  .custom-sub-menu-wrap .menu .menu-item-has-children > a::after, .custom-sub-menu-wrap .sub-menu .menu-item-has-children > a::after {
    right: 35px;
  }
}
.custom-sub-menu-wrap .menu-item-has-children .sub-menu {
  display: none;
}

.newsletter {
  background-color: #FFB2C0;
  padding: 66px 0 55px 0;
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .newsletter {
    margin-bottom: 65px;
  }
}
.newsletter::after {
  content: "";
  display: block;
  width: 370px;
  height: 199px;
  background-image: url(../../../../wp-content/themes/bebio/images/892695-newsletter-flower.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 18px;
  pointer-events: none;
}
.newsletter .row {
  margin-left: -40px;
  margin-right: -40px;
}
.newsletter .row .col {
  padding-left: 40px;
  padding-right: 40px;
}
.newsletter .text-wrap {
  position: relative;
}
.newsletter .text-wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -40px;
}
.newsletter h2, .newsletter p {
  color: #fff;
}
.newsletter .sm-wrap {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  /*@include devices(large){

  }*/
}
@media only screen and (min-width: 768px) {
  .newsletter .sm-wrap {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.newsletter .sm-wrap .sm {
  display: inline-block;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) {
  .newsletter .sm-wrap .sm {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter .sm-wrap .sm {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter .sm-wrap .sm {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter .sm-wrap .sm {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1920px) {
  .newsletter .sm-wrap .sm {
    margin-right: 40px;
  }
}
.newsletter .sm-wrap .sm:last-of-type {
  margin-right: 0;
}
.newsletter .sm-wrap .sm svg {
  width: 40px;
  height: 33px;
  object-fit: contain;
}
.newsletter .mailerlite-form h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .newsletter .mailerlite-form h3 {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter .mailerlite-form h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter .mailerlite-form .mailerlite-form-field {
    float: left;
    width: calc(100% - 260px);
  }
}
.newsletter .mailerlite-form .mailerlite-form-field label {
  display: none;
}
.newsletter .mailerlite-form .mailerlite-form-field input[type=email] {
  padding: 12px 17px;
  width: 100%;
}
.newsletter .mailerlite-form .mailerlite-subscribe-button-container {
  float: left;
}
.newsletter .mailerlite-form .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
  width: 140px;
  height: 48px;
  background-color: #fff;
  color: #FFB2C0;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 16px 6px;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .newsletter .mailerlite-form .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
    width: 235px;
    margin-left: 24px;
  }
}
.newsletter .mailerlite-form .mailerlite-subscribe-button-container .mailerlite-subscribe-submit:hover {
  background-color: #FFB2C0;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .logos {
    margin-bottom: 42px;
  }
}
.logos .logos-wrap {
  border-top: 1px solid #CBC8C8;
  padding-top: 52px;
}
.logos .img-wrap {
  opacity: 0.5;
  /*img{
      opacity: 0.5;
  }*/
}
.logos .row .col {
  margin-bottom: 56px;
}
@media only screen and (min-width: 1200px) {
  .logos .row .col {
    margin-bottom: 0;
  }
}

.footer-top {
  padding: 99px 0 27px 0;
  background-color: #FEE5E9;
}
.footer-top .logo-wrap {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-top .logo-wrap img {
  max-width: 220px;
}
.footer-top .text-wrap {
  margin-bottom: 38px;
}
.footer-top .sm-wrap {
  margin-bottom: 63px;
}
.footer-top .sm-wrap .sm {
  display: inline-block;
  margin-right: 25px;
}
.footer-top .sm-wrap .sm svg {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.footer-top .menu-header {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-top ul {
  padding-left: 0;
  list-style: none;
}
.footer-top ul li {
  margin-bottom: 5px;
}
.footer-top ul li a {
  text-decoration: none;
}
.footer-top .certificates-wrap {
  margin-bottom: 26px;
  width: 100%;
}
.footer-top .certificates-wrap .img-wrap {
  float: left;
  margin-right: 20px;
}
.footer-top .payments {
  padding-bottom: 22px;
  border-bottom: 1px solid #CBC8C8;
  color: #50555B;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-bottom {
  background-color: #50555B;
  padding: 24px 0;
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    padding: 32px 0;
  }
}
.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1rem;
}
@media only screen and (min-width: 992px) {
  .footer-bottom p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.footer-bottom p a {
  color: #fff;
}

.single-page-title-wrap {
  padding: 15px 0;
  background-color: #FEF8FB;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .single-page-title-wrap {
    padding: 41px 0;
  }
}
.single-page-title-wrap .page-title {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .single-page-title-wrap .page-title {
    font-size: 2rem;
    line-height: 3.125rem;
  }
}
.single-page-title-wrap.single-page-title-wrap-woocommerce {
  text-align: center;
  position: relative;
}
.single-page-title-wrap.single-page-title-wrap-woocommerce::before, .single-page-title-wrap.single-page-title-wrap-woocommerce::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #FEF8FB;
  width: 100%;
  height: 100%;
}
.single-page-title-wrap.single-page-title-wrap-woocommerce::before {
  left: 100%;
}
.single-page-title-wrap.single-page-title-wrap-woocommerce::after {
  right: 100%;
}

.breadcrumbs-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs-wrap {
    margin-bottom: 50px;
  }
}
.breadcrumbs-wrap span, .breadcrumbs-wrap a {
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 400;
  color: #50555B;
  text-transform: uppercase;
  text-decoration: none;
}

.fp-top-slider {
  margin-bottom: 43px;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider {
    margin-bottom: 64px;
  }
}
.fp-top-slider:not(.slick-initialized) .slide-single {
  display: none;
}
.fp-top-slider:not(.slick-initialized) .slide-single:first-of-type {
  display: block;
}
.fp-top-slider .slide-single .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .row {
    flex-direction: row;
  }
}
.fp-top-slider .slide-single .row .col {
  padding-left: 0;
  padding-right: 0;
}
.fp-top-slider .slide-single .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .fp-top-slider .slide-single .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-top-slider .slide-single .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fp-top-slider .slide-single .text-wrap {
  background-color: #FEF8FB;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 42px 20px 70px 20px;
}
@media only screen and (min-width: 768px) {
  .fp-top-slider .slide-single .text-wrap {
    padding: 32px 20px 70px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .text-wrap {
    text-align: left;
    justify-content: start;
    padding: 32px 20px 30px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .fp-top-slider .slide-single .text-wrap {
    padding: 32px 20px 30px 65px;
  }
}
@media only screen and (min-width: 1545px) {
  .fp-top-slider .slide-single .text-wrap {
    padding: 32px 20px 100px 92px;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-top-slider .slide-single .text-wrap {
    padding: 32px 20px 80px 52px;
  }
}
@media only screen and (min-width: 1920px) {
  .fp-top-slider .slide-single .text-wrap {
    padding: 0;
  }
}
.fp-top-slider .slide-single .text-wrap::before {
  content: "";
  position: absolute;
  background-color: #FEF8FB;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: -1;
}
.fp-top-slider .slide-single .text-wrap::after {
  content: "";
  position: absolute;
  background: rgb(254, 248, 251);
  background: linear-gradient(90deg, rgb(254, 248, 251) 0%, rgb(254, 248, 251) 50%, rgba(254, 248, 251, 0) 100%);
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .text-wrap::after {
    display: block;
  }
}
.fp-top-slider .slide-single .text-wrap .sub-header {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .text-wrap .sub-header {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .fp-top-slider .slide-single .text-wrap .sub-header {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-top-slider .slide-single .text-wrap .sub-header {
    margin-bottom: 60px;
  }
}
.fp-top-slider .slide-single .text-wrap .header {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .text-wrap .header {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .fp-top-slider .slide-single .text-wrap .header {
    font-size: 1.75rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-top-slider .slide-single .text-wrap .header {
    font-size: 2rem;
    line-height: 3.125rem;
    margin-bottom: 50px;
  }
}
.fp-top-slider .slide-single .text-wrap .btn-wrap .btn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .text-wrap .btn-wrap .btn {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .img-wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1545px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 104.2%;
    max-width: 104.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 104.7%;
    max-width: 104.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1610px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 105.2%;
    max-width: 105.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1620px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 105.7%;
    max-width: 105.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1630px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 106.2%;
    max-width: 106.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1640px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 107%;
    max-width: 107%;
    height: 100%;
  }
}
@media only screen and (min-width: 1650px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 107.2%;
    max-width: 107.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1660px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 107.7%;
    max-width: 107.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1670px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 108.2%;
    max-width: 108.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1680px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 108.7%;
    max-width: 108.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1690px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 109.2%;
    max-width: 109.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1700px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 109.7%;
    max-width: 109.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1710px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 110.2%;
    max-width: 110.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1720px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 110.7%;
    max-width: 110.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1730px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 111.2%;
    max-width: 111.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1740px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 111.7%;
    max-width: 111.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1750px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 112.2%;
    max-width: 112.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1760px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 112.7%;
    max-width: 112.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1770px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 113.2%;
    max-width: 113.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1780px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 113.7%;
    max-width: 113.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1790px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 114.2%;
    max-width: 114.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 114.7%;
    max-width: 114.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1810px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 115.2%;
    max-width: 115.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1820px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 115.7%;
    max-width: 115.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1830px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 116.2%;
    max-width: 116.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1840px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 116.7%;
    max-width: 116.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1850px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 117.2%;
    max-width: 117.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1860px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 117.7%;
    max-width: 117.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1870px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 118.2%;
    max-width: 118.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1880px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 118.7%;
    max-width: 118.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1890px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 119.2%;
    max-width: 119.2%;
    height: 100%;
  }
}
@media only screen and (min-width: 1900px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 119.7%;
    max-width: 119.7%;
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .fp-top-slider .slide-single .img-wrap img {
    width: 120%;
    max-width: 120%;
    height: 100%;
  }
}
.fp-top-slider .slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .fp-top-slider .slick-dots {
    left: 5.7%;
    bottom: 0;
    width: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .fp-top-slider .slick-dots {
    left: 5%;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .fp-top-slider .slick-dots {
    left: 5.5%;
    bottom: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .fp-top-slider .slick-dots {
    left: 10%;
    bottom: 37px;
  }
}

.blog-news {
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) {
  .blog-news {
    padding-top: 20px;
    margin-bottom: 98px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-news .text-wrap {
    max-width: 260px;
  }
}
.blog-news .row .col {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .blog-news .row .col {
    margin-bottom: 0;
  }
}
.blog-news .blog-post-loop-block .row {
  margin-left: 0;
  margin-right: 0;
}
.blog-news .blog-post-loop-block .row .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.blog-news .blog-post-loop-block .img-wrap {
  display: block;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) {
  .blog-news .blog-post-loop-block .img-wrap {
    max-width: 250px;
    margin-bottom: 0;
  }
}
.blog-news .blog-post-loop-block .img-wrap:hover .overlay {
  opacity: 1;
}
.blog-news .blog-post-loop-block .img-wrap .aspect-ratio {
  width: 100%;
  padding-top: 56%;
  position: relative; /* If you want text inside of it */
}
.blog-news .blog-post-loop-block .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 178, 192, 0.8);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-news .blog-post-loop-block .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .blog-news .blog-post-loop-block .text-wrap {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-news .blog-post-loop-block .text-wrap {
    padding-left: 0;
  }
}
.blog-news .blog-post-loop-block .text-wrap .date {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #CBC8C8;
  margin-bottom: 7px;
}
.blog-news .blog-post-loop-block .text-wrap .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .blog-news .blog-post-loop-block .text-wrap .title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-news .blog-post-loop-block .text-wrap .title {
    margin-bottom: 20px;
  }
}
.blog-news .blog-post-loop-block .text-wrap .title a {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .blog-news .blog-post-loop-block .text-wrap .title a {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-news .blog-post-loop-block .text-wrap .title a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.blog-news .blog-post-loop-block .text-wrap .excerpt {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .blog-news .blog-post-loop-block .text-wrap .excerpt {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-news .blog-post-loop-block .text-wrap .excerpt {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.blog-news .blog-post-loop-block .text-wrap .link-wrap a {
  color: #FFB2C0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .blog-news .blog-post-loop-block .text-wrap .link-wrap a {
    text-decoration: none;
  }
}
.blog-news .button-wrap .btn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .blog-news .button-wrap .btn {
    width: auto;
  }
}

.insta-posts-slider {
  background-color: #FEF8FB;
  padding: 41px 0 35px 0;
  /*.sbi_item{
      padding: 0 23px;
      .sbi_photo_wrap{
          .sbi_photo{
              width: 100%;
              padding-top: 100%; 
              position: relative;
              display: block;
              img{
                  position: absolute;
                  top: 0;
                  left: 0;
                  bottom: 0;
                  right: 0;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
              }
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider {
    padding: 41px 0 117px 0;
  }
}
.insta-posts-slider .section-header {
  margin-bottom: 53px;
  padding-left: 90px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider .section-header {
    padding-left: 0;
  }
}
.insta-posts-slider .section-header img {
  vertical-align: middle;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider .section-header img {
    position: static;
  }
}
.insta-posts-slider .section-header span {
  vertical-align: middle;
}
.insta-posts-slider .insta-feed-arrows-wrap {
  position: relative;
}
.insta-posts-slider .insta-feed-arrows-wrap .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: #E4E4E4;
  padding: 8px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider .insta-feed-arrows-wrap .slick-arrow {
    padding: 0;
    background-color: transparent;
    width: 9px;
    height: 16px;
  }
}
.insta-posts-slider .insta-feed-arrows-wrap .slick-arrow.left {
  left: -10px;
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider .insta-feed-arrows-wrap .slick-arrow.left {
    left: -35px;
  }
}
.insta-posts-slider .insta-feed-arrows-wrap .slick-arrow.right {
  right: -10px;
}
@media only screen and (min-width: 992px) {
  .insta-posts-slider .insta-feed-arrows-wrap .slick-arrow.right {
    right: -35px;
  }
}
.insta-posts-slider .insta-feed-arrows-wrap .slick-arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.insta-posts-slider .slick-list {
  margin-left: -23px;
  margin-right: -23px;
}
.insta-posts-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 48px;
  text-align: center;
}

.bestsellers {
  margin-bottom: 67px;
}
@media only screen and (min-width: 992px) {
  .bestsellers {
    margin-bottom: 73px;
  }
}
@media only screen and (min-width: 992px) {
  .bestsellers .text-wrap {
    max-width: 260px;
  }
}
.bestsellers .bestsellers-slider-arrows-wrap {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .bestsellers .bestsellers-slider-arrows-wrap {
    margin-top: 0;
  }
}
.bestsellers .bestsellers-slider-arrows-wrap .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: #E4E4E4;
  z-index: 2;
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .bestsellers .bestsellers-slider-arrows-wrap .slick-arrow {
    padding: 0;
    background-color: transparent;
    width: 9px;
    height: 16px;
  }
}
.bestsellers .bestsellers-slider-arrows-wrap .slick-arrow.left {
  left: -10px;
}
@media only screen and (min-width: 992px) {
  .bestsellers .bestsellers-slider-arrows-wrap .slick-arrow.left {
    left: -35px;
  }
}
.bestsellers .bestsellers-slider-arrows-wrap .slick-arrow.right {
  right: -10px;
}
@media only screen and (min-width: 992px) {
  .bestsellers .bestsellers-slider-arrows-wrap .slick-arrow.right {
    right: -35px;
  }
}
.bestsellers .bestsellers-slider-arrows-wrap .slick-arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bestsellers .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
.bestsellers .product-loop-wrap-slider {
  padding: 0 20px;
}

.photo-text-columns {
  background-color: #FEF8FB;
  margin-bottom: 56px;
  padding-top: 45px;
}
@media only screen and (min-width: 992px) {
  .photo-text-columns {
    padding-top: 0;
    margin-bottom: 94px;
  }
}
.photo-text-columns .row {
  margin-left: 0;
  margin-right: 0;
}
.photo-text-columns .row .col {
  padding-left: 0;
  padding-right: 0;
}
.photo-text-columns .text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 40px 20px 40px 0;
}
.photo-text-columns .text-wrap::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../../../wp-content/themes/bebio/images/402527-flower-2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 201px;
  height: 147px;
  bottom: 125px;
  right: -35px;
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .text-wrap::before {
    bottom: 36px;
    right: 0;
  }
}
.photo-text-columns .text-wrap .flex-wrap {
  max-width: 563px;
}
.photo-text-columns .text-wrap ul {
  list-style: none;
}
.photo-text-columns .text-wrap ul li {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .text-wrap ul li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.photo-text-columns .text-wrap ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: -18px;
  top: 6px;
  background-image: url(../../../../wp-content/themes/bebio/images/660336-heart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.photo-text-columns .text-wrap .button-wrap {
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .text-wrap .button-wrap {
    margin-bottom: 0;
  }
}
.photo-text-columns .text-wrap .button-wrap .btn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .text-wrap .button-wrap .btn {
    width: auto;
  }
}
.photo-text-columns .img-wrap {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .photo-text-columns .img-wrap {
    width: calc(100% + 140px);
    margin-left: -70px;
  }
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .img-wrap {
    width: 127%;
    margin-left: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .photo-text-columns .img-wrap img {
    height: 100%;
    object-fit: cover;
  }
}

.products-slider-with-header {
  margin-bottom: 41px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header {
    margin-bottom: 80px;
  }
}
.products-slider-with-header .section-header {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .section-header {
    margin-bottom: 60px;
  }
}
.products-slider-with-header .products-slider-arrows-wrap {
  position: relative;
}
.products-slider-with-header .products-slider-arrows-wrap .slick-arrow {
  position: absolute;
  top: 30%;
  width: 33px;
  height: 33px;
  background-color: #E4E4E4;
  z-index: 2;
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .products-slider-arrows-wrap .slick-arrow {
    background-color: transparent;
    width: 9px;
    height: 16px;
    padding: 0;
  }
}
.products-slider-with-header .products-slider-arrows-wrap .slick-arrow.left {
  left: -10px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .products-slider-arrows-wrap .slick-arrow.left {
    left: -35px;
  }
}
.products-slider-with-header .products-slider-arrows-wrap .slick-arrow.right {
  right: -10px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .products-slider-arrows-wrap .slick-arrow.right {
    right: -35px;
  }
}
.products-slider-with-header .products-slider-arrows-wrap .slick-arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-slider-with-header .products-slider-arrows-wrap .slick-list {
  margin-left: -9px;
  margin-right: -9px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .products-slider-arrows-wrap .slick-list {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider-with-header .products-slider-arrows-wrap .slick-list {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.products-slider-with-header .products-slider-arrows-wrap .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
}
.products-slider-with-header .products-slider-arrows-wrap .product-loop-wrap-slider {
  margin-bottom: 30px;
  padding: 0 9px;
}
@media only screen and (min-width: 992px) {
  .products-slider-with-header .products-slider-arrows-wrap .product-loop-wrap-slider {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .products-slider-with-header .products-slider-arrows-wrap .product-loop-wrap-slider {
    padding: 0 24px;
  }
}

.blog-archive-wrap {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .blog-archive-wrap {
    margin-bottom: 86px;
  }
}

.row-block-archive {
  margin-left: -20px;
  margin-right: -20px;
}
.row-block-archive .col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .row-block-archive .col {
    margin-bottom: 60px;
  }
}

.blog-post-loop .img-wrap {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 30px;
}
.blog-post-loop .img-wrap:hover .overlay {
  opacity: 1;
}
.blog-post-loop .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 178, 192, 0.8);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-post-loop .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-loop .date {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #CBC8C8;
  margin-bottom: 16px;
}
.blog-post-loop .title {
  margin-bottom: 11px;
}
.blog-post-loop .title a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .blog-post-loop .title a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.blog-post-loop .excerpt {
  margin-bottom: 30px;
}
.blog-post-loop .button-wrap .read-more {
  text-decoration: none;
}
.blog-post-loop .button-wrap .read-more span {
  vertical-align: middle;
  color: #FFB2C0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-post-loop .button-wrap .read-more svg {
  vertical-align: middle;
  margin-left: 10px;
}

.pagination {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .pagination {
    margin-bottom: 77px;
  }
}
.pagination .page-numbers {
  margin: 0 4px;
  font-weight: 700;
  text-decoration: none;
  width: 27px;
  height: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.current {
  background-color: #FEE5E9;
}

.tags-wrap {
  border-top: 1px solid #CBC8C8;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .tags-wrap {
    padding-top: 39px;
  }
}
.tags-wrap .tags-header {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tags-wrap .tags-header {
    margin-bottom: 36px;
  }
}
.tags-wrap .tags-wrap-inside {
  font-size: 0;
}

.tag-single, .tag-single:link, .tag-single:focus, .tag-single:visited {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFB2C0;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: 1px solid #FFB2C0;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-bottom: 13px;
  padding: 12px 20px;
}
@media only screen and (min-width: 992px) {
  .tag-single, .tag-single:link, .tag-single:focus, .tag-single:visited {
    font-size: 1rem;
    line-height: 1rem;
    padding: 13px 20px;
    margin-right: 20px;
  }
}
.tag-single:hover, .tag-single:link:hover, .tag-single:focus:hover, .tag-single:visited:hover {
  background-color: #FFB2C0;
  color: #fff;
}

.wp-block-image {
  margin-bottom: 67px;
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image figcaption {
  padding-top: 10px;
}

.wp-block-quote {
  margin-bottom: 28px;
  background-color: #FEF8FB;
  border-left: 8px solid #FFB2C0;
  padding: 20px 43px 20px 29px;
}
@media only screen and (min-width: 992px) {
  .wp-block-quote {
    padding: 34px 43px 34px 29px;
  }
}
.wp-block-quote p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #50555B;
  font-style: italic;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .wp-block-quote p {
    margin-bottom: 20px;
  }
}
.wp-block-quote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #FFB2C0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .wp-block-quote cite {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.thumbnail-wrap {
  margin-bottom: 29px;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-wrap .date-post-single {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #CBC8C8;
  margin-bottom: 16px;
}
.single-post-wrap .title-post-single {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CBC8C8;
}
@media only screen and (min-width: 992px) {
  .single-post-wrap .title-post-single {
    font-size: 1.5rem;
    line-height: 2.375rem;
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
.single-post-wrap .post-tags-wrap {
  padding-top: 10px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .single-post-wrap .post-tags-wrap {
    padding-top: 40px;
    margin-bottom: 62px;
  }
}

.latest-news {
  border-top: 1px solid #CBC8C8;
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .latest-news {
    padding-top: 62px;
  }
}
.latest-news > .section-header {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .latest-news > .section-header {
    margin-bottom: 68px;
  }
}

.single-product-row {
  margin-left: -21px;
  margin-right: -21px;
  margin-bottom: 35px;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .single-product-row {
    margin-bottom: 50px;
    flex-direction: row;
  }
}
.single-product-row .col {
  padding-left: 21px;
  padding-right: 21px;
}
.single-product-row .custom-badges-wrap img {
  display: none;
}
.single-product-row .custom-badges-wrap .container-image-and-badge .yith-wcbm-badge {
  position: static;
  display: inline-block;
  margin-bottom: 20px;
}
.single-product-row .custom-badges-wrap .onsale {
  position: static;
  background-color: #FFB2C0;
  padding: 10px 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
  min-height: 0;
  min-width: 0;
  top: auto;
  left: auto;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.single-product-row .custom-badges-wrap .sale-badge {
  display: inline-block;
}
.single-product-row .custom-badges-wrap .bestseler-label {
  display: inline-block;
}
.single-product-row .custom-badges-wrap .label-wrap {
  margin-bottom: 20px;
}

.slider-wrap-product-single .slider-top {
  margin-bottom: 20px;
}
.slider-wrap-product-single .slider-top .slick-dots {
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
.slider-wrap-product-single .slider-top .slide-img-single {
  display: block;
  width: 100%;
  padding-top: 86.6%; /* aspect ratio */
  position: relative; /* If you want text inside of it */
  background-color: #F5F5F5;
}
.slider-wrap-product-single .slider-top .slide-img-single img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap {
  padding: 0 25px;
  margin-bottom: 30px;
  position: relative;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .arrow.prev {
  left: 0;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .arrow.next {
  right: 0;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap {
  padding: 0 13px;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap .aspect-ratio-wrap {
  width: 100%;
  padding-top: 86.6%; /* aspect ratio */
  position: relative; /* If you want text inside of it */
  background-color: #F5F5F5;
  cursor: pointer;
}
.slider-wrap-product-single .product-slider-nav-arrows-wrap .slider-nav-img-wrap .aspect-ratio-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce .star-rating {
  width: 7.7em;
  letter-spacing: 10px;
}
.woocommerce .star-rating::before {
  content: "SSSSS";
  color: #D9D9D9;
}
.woocommerce .star-rating span::before {
  color: #FFB2C0;
}

.summary-custom .top-cat {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.summary-custom .product_title {
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 700;
}
.summary-custom .woocommerce-product-rating .woocommerce-review-link {
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: none;
  margin-left: 15px;
}
.summary-custom .price {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: start;
  margin-bottom: 27px;
}
.summary-custom .price del {
  margin-left: 18px;
  color: #CBC8C8;
}
.summary-custom .price del bdi {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #CBC8C8;
}
.summary-custom .price ins {
  text-decoration: none;
}
.summary-custom .price ins bdi {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: #636269;
  text-decoration: none;
}
.summary-custom .stock.in-stock {
  font-weight: 700;
  color: #FFB2C0 !important;
}
.summary-custom .quantity-wrap {
  margin-bottom: 37px;
}
.summary-custom .quantity-wrap .quantity .minus, .summary-custom .quantity-wrap .quantity .plus {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #CBC8C8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.summary-custom .quantity-wrap .quantity .minus:hover, .summary-custom .quantity-wrap .quantity .plus:hover {
  background-color: #FFB2C0;
}
.summary-custom .quantity-wrap .quantity .minus svg, .summary-custom .quantity-wrap .quantity .plus svg {
  width: 11px;
  height: 11px;
}
.summary-custom .quantity-wrap .quantity .minus svg {
  width: 8px;
  height: 8px;
}
.summary-custom .quantity-wrap .quantity input[name=quantity] {
  float: left;
  width: auto;
  width: 32px;
  height: 32px;
  border: none;
  text-align: center;
  background-color: none;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #636269;
  -moz-appearance: textfield;
}
.summary-custom .quantity-wrap .quantity input[name=quantity]::-webkit-outer-spin-button, .summary-custom .quantity-wrap .quantity input[name=quantity]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.summary-custom .product_meta {
  margin-bottom: 20px;
}
.summary-custom .product_meta span {
  font-size: 0.75rem;
  line-height: 1rem;
}
.summary-custom .product_meta .posted_in {
  display: none;
}
.summary-custom .product_meta .tagged_as {
  display: none;
}

.quantity-wrap {
  min-width: 100px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #CBC8C8;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 45px;
    margin-bottom: 75px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 54px;
  border-bottom: 1px solid #CBC8C8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: auto;
    margin: 0 10px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: #FEF8FB;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #FFB2C0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 16px 44px;
}

@media only screen and (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 130px;
  }
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  text-align: center;
  margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 43px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  border: none;
  border-bottom: 1px solid #CBC8C8;
  padding: 0;
  padding-bottom: 18px;
  border-radius: 0;
}

.woocommerce-Reviews #comments {
  margin-bottom: 60px;
}

.comment-text .name-wrap .meta .woocommerce-review__author {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  margin-bottom: 17px;
}
.comment-text .name-wrap .meta .woocommerce-review__dash, .comment-text .name-wrap .meta .woocommerce-review__published-date {
  display: none;
}
.comment-text .stars-title {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  color: #636269;
  margin-bottom: 5px;
}
.comment-text .stars-and-score-wrap .numeric-rating {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  float: left;
  margin-right: 10px;
}
.comment-text .stars-and-score-wrap .star-rating {
  float: left;
  height: 1.2em;
  width: 8.4em;
  letter-spacing: 10px;
}
.comment-text .stars-and-score-wrap .star-rating::before {
  content: "SSSSS";
  color: #D9D9D9;
}
.comment-text .stars-and-score-wrap .star-rating span::before {
  color: #FFB2C0;
}

.total-rating-tile {
  background-color: #FEF8FB;
  text-align: center;
  padding: 42px 10px 38px 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .total-rating-tile {
    margin-bottom: 0;
  }
}
.total-rating-tile p {
  margin-bottom: 0;
}
.total-rating-tile .title {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  margin-bottom: 7px;
}
.total-rating-tile .score-number {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: #636269;
  margin-bottom: 7px;
}
.total-rating-tile .woocommerce-product-rating {
  margin-bottom: 0 !important;
}
.total-rating-tile .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
.total-rating-tile .woocommerce-product-rating .woocommerce-review-link {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  color: #636269;
  float: none;
}

.woocommerce #review_form #respond .comment-reply-title {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #636269;
  margin-bottom: 20px;
  display: block;
}

.comment-form-rating #comment-form-rating-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #636269;
  float: left;
  margin-right: 10px;
}
.comment-form-rating .stars {
  float: left;
}

.woocommerce .comment-form p.stars.selected a::before, .woocommerce .comment-form p.stars:hover a::before {
  content: "\e020";
  color: #FFB2C0;
}
.woocommerce .comment-form p.stars a {
  color: #CBC8C8;
  height: 1.4em;
  width: 1.4em;
}
.woocommerce .comment-form p.stars a.active::before {
  color: #FFB2C0;
}
.woocommerce .comment-form p.stars a.active ~ a::before {
  content: "\e020";
  color: #CBC8C8;
}
.woocommerce .comment-form p.stars a:hover ~ a::before {
  content: "\e020";
  color: #CBC8C8;
}
.woocommerce .comment-form p.stars a::before {
  content: "\e020";
  color: #CBC8C8;
}

.comment-form .info {
  margin-bottom: 25px;
}
.comment-form .info p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #636269;
}
.comment-form .info p a {
  color: #FFB2C0;
  text-decoration: none;
}
.comment-form .form-submit input[type=submit] {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFB2C0;
  border-radius: 5px;
  color: #fff;
  background-color: #FFB2C0;
  padding: 12px 20px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  min-width: 235px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .comment-form .form-submit input[type=submit] {
    padding: 16px 20px;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
.comment-form .form-submit input[type=submit]:hover {
  color: #FFB2C0;
  background-color: #fff;
  border: 1px solid #FFB2C0;
}
.comment-form input[type=text], .comment-form input[type=email] {
  width: 100%;
}

.about-us-two-columns {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-two-columns {
    margin-bottom: 122px;
  }
}
.about-us-two-columns .img-wrap {
  position: relative;
}
.about-us-two-columns .img-wrap::before, .about-us-two-columns .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-us-two-columns .img-wrap::before {
  background-image: url(../../../../wp-content/themes/bebio/images/476011-flower-3.svg);
  right: 100%;
  top: 20%;
  width: 193px;
  height: 126px;
}
.about-us-two-columns .img-wrap::after {
  background-image: url(../../../../wp-content/themes/bebio/images/518871-flower-4.svg);
  width: 66px;
  height: 60px;
  right: 20%;
  top: 25%;
}
.about-us-two-columns .text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.about-us-two-columns .text-wrap h1, .about-us-two-columns .text-wrap h2, .about-us-two-columns .text-wrap h3, .about-us-two-columns .text-wrap h4, .about-us-two-columns .text-wrap h5, .about-us-two-columns .text-wrap h6 {
  color: #54565A;
}
.about-us-two-columns .text-wrap .pink-bg-text {
  background-color: #FFB2C0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  padding: 20px 20px 25px 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .about-us-two-columns .text-wrap .pink-bg-text {
    padding: 38px 58px 38px 58px;
  }
}

.about-us-five-columns {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .about-us-five-columns {
    margin-bottom: 102px;
  }
}
.about-us-five-columns .section-header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .about-us-five-columns .section-header {
    margin-bottom: 67px;
  }
}
.about-us-five-columns .row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) {
  .about-us-five-columns .row {
    justify-content: center;
  }
}
.about-us-five-columns .row .col {
  padding-left: 30px;
  padding-right: 30px;
}
.about-us-five-columns .col-custom {
  text-align: center;
}
@media only screen and (min-width: 1600px) {
  .about-us-five-columns .col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.about-us-five-columns .col-custom .img-wrap {
  margin-bottom: 34px;
}
.about-us-five-columns .col-custom .col-title {
  color: #FFB2C0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.about-us-five-columns .col-custom .text {
  border-top: 1px solid #CBC8C8;
  padding-top: 24px;
}

.about-two-columns .row {
  margin-left: 0;
  margin-right: 0;
}
.about-two-columns .row .col {
  padding-left: 0;
  padding-right: 0;
}
.about-two-columns .text-wrap {
  height: 100%;
  background-color: #FEF8FB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .about-two-columns .text-wrap {
    padding-right: 40px;
  }
}
.about-two-columns .text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  background-color: #FEF8FB;
}
.about-two-columns .text-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  background-color: #FEF8FB;
}
@media only screen and (min-width: 992px) {
  .about-two-columns .text-wrap::after {
    display: none;
  }
}
.about-two-columns .text-wrap ul {
  list-style: none;
}
.about-two-columns .text-wrap ul li {
  position: relative;
}
.about-two-columns .text-wrap ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: -18px;
  top: 6px;
  background-image: url(../../../../wp-content/themes/bebio/images/660336-heart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-two-columns .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-two-columns .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../wp-content/themes/bebio/images/547930-leaf.svg);
  left: 100%;
  top: 20%;
  width: 151px;
  height: 102px;
}
.about-two-columns .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-circle-columns {
  background-color: #FFB2C0;
  margin-bottom: 45px;
  padding: 45px 0 30px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-circle-columns {
    padding: 87px 0 70px 0;
    margin-bottom: 95px;
  }
}
.about-circle-columns::before, .about-circle-columns::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-circle-columns::before {
  background-image: url(../../../../wp-content/themes/bebio/images/508004-flower-white-2.svg);
  left: 10%;
  top: 14%;
  width: 66px;
  height: 60px;
}
.about-circle-columns::after {
  background-image: url(../../../../wp-content/themes/bebio/images/249231-flower-white.svg);
  width: 262px;
  height: 303px;
  right: 0;
  bottom: 0;
}
.about-circle-columns .circle-header {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .about-circle-columns .circle-header {
    margin-bottom: 80px;
  }
}
.about-circle-columns .row {
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .about-circle-columns .row {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .about-circle-columns .row {
    margin-bottom: 59px;
  }
}
.about-circle-columns .row .col {
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-circle-columns .row .col {
    margin-bottom: 0;
  }
}
.about-circle-columns .circle-wrap {
  border-radius: 100%;
  background-color: rgba(254, 229, 233, 0.6);
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.about-circle-columns .circle-wrap .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}
@media only screen and (min-width: 992px) {
  .about-circle-columns .circle-wrap .text-wrap {
    padding: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-circle-columns .circle-wrap .text-wrap {
    padding: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-circle-columns .circle-wrap .text-wrap {
    padding: 72px;
  }
}
.about-circle-columns .circle-wrap .text-wrap p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .about-circle-columns .circle-wrap .text-wrap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about-circle-columns .circle-wrap .text-wrap p {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about-circle-columns .circle-wrap .text-wrap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.about-circle-columns .circle-wrap .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-circle-columns .circle-wrap .img-wrap img {
  max-width: 120%;
}

.about-three-columns-text {
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .about-three-columns-text {
    margin-bottom: 78px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-three-columns-text .text-wrap {
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.about-three-columns-text .row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1600px) {
  .about-three-columns-text .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-three-columns-text .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.about-three-columns-text .row .col {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about-three-columns-text .row .col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-three-columns-text .row .col {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .about-three-columns-text .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-three-columns-text .col-wrap {
  background-color: #FEF8FB;
  padding: 30px 35px 16px 35px;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .about-three-columns-text .col-wrap {
    padding: 56px 50px 16px 50px;
  }
}

.quote-and-photo-columns {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .quote-and-photo-columns {
    margin-bottom: 62px;
  }
}
.quote-and-photo-columns .row {
  margin-left: -20px;
  margin-right: -20px;
}
.quote-and-photo-columns .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
.quote-and-photo-columns .img-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .quote-and-photo-columns .img-wrap {
    margin-bottom: 0;
  }
}
.quote-and-photo-columns .img-wrap img {
  display: block;
}
.quote-and-photo-columns .text-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quote-and-photo-columns .text-wrap .quote {
  background-color: #FEF8FB;
  border-left: 8px solid #FFB2C0;
  padding: 20px 20px 25px 30px;
}
@media only screen and (min-width: 992px) {
  .quote-and-photo-columns .text-wrap .quote {
    padding: 46px 71px 46px 55px;
  }
}
.quote-and-photo-columns .text-wrap .quote cite {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #FFB2C0;
  display: block;
  margin-bottom: 20px;
}
.quote-and-photo-columns .text-wrap .quote p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #50555B;
  font-style: italic;
  margin-bottom: 0;
}

.contact-page-wrap {
  padding-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-page-wrap {
    margin-bottom: 150px;
  }
}
.contact-page-wrap .contact-header {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #CBC8C8;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-page-wrap .contact-header {
    font-size: 1.5rem;
    line-height: 2.375rem;
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
}
.contact-page-wrap .row-contact {
  margin-left: -32px;
  margin-right: -32px;
}
.contact-page-wrap .row-contact > .col {
  padding-left: 32px;
  padding-right: 32px;
}
.contact-page-wrap .row-contact .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 768px) {
  .contact-page-wrap .row-contact .row {
    margin-top: -155px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-page-wrap .row-contact .row {
    margin-top: 0;
  }
}
.contact-page-wrap .row-contact .row .col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-page-wrap .row-contact .row .col {
    margin-bottom: 0;
  }
}
.contact-page-wrap .text-wrap p strong {
  color: #50555B;
}
.contact-page-wrap .col-wrap {
  text-align: center;
}
.contact-page-wrap .col-wrap .img-wrap {
  margin-bottom: 39px;
}
.contact-page-wrap .col-wrap .header {
  color: #EF8F97;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.contact-page-wrap .col-wrap p strong {
  color: #50555B;
}

.page-not-found {
  padding: 80px 0;
}
.page-not-found .header {
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #FFB2C0;
}
@media only screen and (min-width: 1600px) {
  .page-not-found .header {
    font-size: 5rem;
    line-height: 5.75rem;
  }
}
.page-not-found .sub-header {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.product-loop-wrap .img-wrap {
  width: 100%;
  padding-top: 120%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
.product-loop-wrap .img-wrap.out-of-stock .overlay {
  display: block;
}
.product-loop-wrap .img-wrap .container-image-and-badge {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product-loop-wrap .img-wrap .overlay {
  display: none;
  opacity: 0.7;
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.product-loop-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-loop-wrap .img-wrap .onsale {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.product-loop-wrap .img-wrap .sale-badge {
  position: absolute;
  top: 40px;
  left: 0;
  color: #fff;
}
.product-loop-wrap .img-wrap .out-of-stock-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #CBC8C8;
  padding: 13px 10px;
  color: #CBC8C8;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1rem;
  z-index: 2;
  width: 100%;
  text-align: center;
  z-index: 12;
}
.product-loop-wrap .img-wrap .bestseler-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #CBC8C8;
}
.product-loop-wrap .img-wrap .bestseler-label.new {
  right: 0;
  left: auto;
  text-transform: uppercase;
}
.product-loop-wrap .img-wrap span {
  color: inherit;
}
.product-loop-wrap .img-wrap span strong {
  color: inherit;
}
.product-loop-wrap .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-decoration: none;
}
.product-loop-wrap .woocommerce-loop-product__title {
  color: #50555B;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1600px) {
  .product-loop-wrap .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.product-loop-wrap .product-tags {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.product-loop-wrap .star-rating {
  margin-bottom: 10px;
}
.product-loop-wrap .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: start;
  margin-bottom: 23px;
}
.product-loop-wrap .price ins {
  text-decoration: none;
}
.product-loop-wrap .price bdi {
  color: #50555B;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .product-loop-wrap .price bdi {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-loop-wrap .price bdi {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-right: 20px;
  }
}
.product-loop-wrap .price del {
  color: #CBC8C8;
}
.product-loop-wrap .price del bdi {
  font-weight: 400;
  color: #CBC8C8;
}
.product-loop-wrap .price .pwp-omnibus-price__info {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.product-loop-wrap .price .pwp-omnibus-price__info bdi {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
}

.sale-badge {
  background-color: #FFB2C0;
  padding: 8px 15px;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1rem;
  z-index: 2;
}

.onsale {
  background-color: #FFB2C0;
  padding: 10px 15px;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1rem;
  min-height: 0;
  min-width: 0;
  top: auto;
  left: auto;
  border-radius: 0;
}

.woocommerce span.onsale {
  background-color: #FFB2C0;
  padding: 10px 15px;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1rem;
  min-height: 0;
  min-width: 0;
  top: auto;
  left: auto;
  border-radius: 0;
}

.bestseler-label {
  background-color: #fff;
  color: #CBC8C8;
  border: 1px solid #CBC8C8;
  padding: 6px 8px;
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 0.875rem;
  z-index: 2;
  text-align: center;
  z-index: 3;
  font-family: "CocogoosePro", sans-serif;
}
@media only screen and (min-width: 768px) {
  .bestseler-label {
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 8px 10px;
  }
}

/*.yith-wcbm-badge-text{
    span{
        font-size: 10px !important;
        @include line-height(14);
        @include devices(medium){
            font-size: 14px !important;
            @include line-height(15);
        }
    }
}*/
.woocommerce-breadcrumbs-custom .woocommerce-breadcrumb {
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 400;
  color: #50555B;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-breadcrumbs-custom .woocommerce-breadcrumb {
    margin-bottom: 50px;
  }
}
.woocommerce-breadcrumbs-custom .woocommerce-breadcrumb span, .woocommerce-breadcrumbs-custom .woocommerce-breadcrumb a {
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 400;
  color: #50555B;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 70px;
}

@media only screen and (min-width: 1600px) {
  .woocommerce ul.row-products {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.woocommerce ul.row-products .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .woocommerce ul.row-products .col {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce ul.row-products .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #50555B;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  padding: 13px 7px;
  display: inline-block;
  border: 1px solid #FFB2C0;
  text-decoration: none;
  line-height: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    padding: 13px 20px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #FFB2C0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover span {
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover svg path {
  stroke: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.full-width, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.full-width, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.full-width, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.full-width, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.full-width, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.full-width, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.full-width, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.full-width {
  width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #FFB2C0;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
@media only screen and (min-width: 1600px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button span, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button span {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: 10px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button svg, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button svg, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button svg, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit svg, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button svg, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button svg, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button svg {
  vertical-align: middle;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button svg path, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button svg path, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 77px;
  }
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 4px;
  font-weight: 700;
  text-decoration: none;
  width: 27px;
  height: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:active {
  background-color: inherit;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #FEE5E9;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 0;
  background-position: center;
  background-size: 9px 16px;
  background-repeat: no-repeat;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  background-image: url(../../../../wp-content/themes/bebio/images/272489-arrow-left.svg);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  background-image: url(../../../../wp-content/themes/bebio/images/315244-arrow-right.svg);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  width: 100%;
  background-color: #fff;
  color: #FFB2C0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #FFB2C0;
  color: #fff;
}

.woocommerce-Reviews .show-more-wrap .btn {
  line-height: 1.5rem;
  color: #FFB2C0;
  padding: 8px 40px;
}
.woocommerce-Reviews .show-more-wrap .btn:hover {
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.add_to_cart_button):not(.product_type_simple), .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.add_to_cart_button):not(.product_type_simple), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(.add_to_cart_button):not(.product_type_simple), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:not(.add_to_cart_button):not(.product_type_simple), :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:not(.add_to_cart_button):not(.product_type_simple) {
  color: #fff;
  background-color: #FFB2C0;
  padding: 12px 20px;
  border-radius: 5px;
  line-height: 1.5rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(.add_to_cart_button):not(.product_type_simple):hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.add_to_cart_button):not(.product_type_simple):hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(.add_to_cart_button):not(.product_type_simple):hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:not(.add_to_cart_button):not(.product_type_simple):hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:not(.add_to_cart_button):not(.product_type_simple):hover {
  color: #FFB2C0;
  background-color: #fff;
}

.woocommerce-info {
  border-top-color: #FFB2C0;
}
.woocommerce-info::before {
  color: #FFB2C0;
}

.my-account-wrapper {
  padding: 40px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  color: #636269;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #FEF8FB;
  color: #FFB2C0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}

.woocommerce-account .addresses .title .edit {
  float: none;
}
.woocommerce-account .addresses address {
  padding-top: 10px;
  font-size: 0.75rem;
}

.shop_table.cart .product-quantity {
  text-align: center;
}
.shop_table.cart .quantity {
  display: inline-block;
}
.shop_table.cart .quantity .minus, .shop_table.cart .quantity .plus {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #CBC8C8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop_table.cart .quantity .minus:hover, .shop_table.cart .quantity .plus:hover {
  background-color: #FFB2C0;
}
.shop_table.cart .quantity .minus svg, .shop_table.cart .quantity .plus svg {
  width: 11px;
  height: 11px;
}
.shop_table.cart .quantity .minus svg {
  width: 8px;
  height: 8px;
}
.shop_table.cart .quantity input[type=number] {
  float: left;
  width: auto;
  width: 32px;
  height: 32px;
  border: none;
  text-align: center;
  background-color: none;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #636269;
  -moz-appearance: textfield;
}
.shop_table.cart .quantity input[type=number]::-webkit-outer-spin-button, .shop_table.cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.awdr_free_product_text {
  line-height: 1.25rem;
  padding: 2px 10px;
  background-color: #FFB2C0;
}

.woocommerce-page table.cart td.actions .input-text[name=coupon_code] {
  text-align: center;
  width: 125px;
  min-height: 50px;
}

.vc_custom_1553152634983 {
  background-size: cover;
}

.checkout.woocommerce-checkout .selectize-control.single .selectize-input {
  padding: 19px 40px 19px 20px;
}

.woocommerce-checkout-review-order {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout-review-order {
    margin-bottom: 100px;
  }
}

.wpb-content-wrapper {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .wpb-content-wrapper {
    margin-bottom: 100px;
  }
}

.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-button {
  margin-right: 10px;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid #CBC8C8;
}

.woocommerce table.shop_table {
  border: 1px solid #CBC8C8;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #CBC8C8;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid #CBC8C8;
}

.woocommerce-MyAccount-content .woocommerce-Address:last-of-type .woocommerce-Address-title.title {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .woocommerce-MyAccount-content .woocommerce-Address:last-of-type .woocommerce-Address-title.title {
    padding-top: 0;
  }
}

.woocommerce-checkout .checkout .shipping_address {
  display: none;
}

.woocommerce-billing-fields .select2-container .select2-dropdown, .woocommerce-billing-fields .select2-container .select2-selection {
  border: 1px solid #CBC8C8;
  border-radius: 0;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 17px;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__arrow {
  right: 1.3em;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../../../wp-content/themes/bebio/images/567646-chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  /*top: 7px;
  right: 10px;*/
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border: 1px solid #CBC8C8;
  border-radius: 0;
}

.easypack_show_geowidget {
  margin-left: 0;
  max-width: 90px;
  font-size: 16px !important;
  padding: 4px 4px 4px 4px;
}
@media only screen and (min-width: 768px) {
  .easypack_show_geowidget {
    font-size: 19px !important;
    max-width: 200px;
    padding: 7px 10px 12px 10px;
  }
}

.cwg_popup_submit {
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  color: #FFB2C0;
  border: 1px solid #FFB2C0;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 13px 20px;
  font-family: "CocogoosePro", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cwg_popup_submit {
    font-size: 1rem;
  }
}
.cwg_popup_submit:hover {
  background-color: #FFB2C0;
  color: #fff;
}

.cwgstock_button {
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  color: #FFB2C0;
  border: 1px solid #FFB2C0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  padding: 13px 20px;
  font-family: "CocogoosePro", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cwgstock_button:hover {
  background-color: #FFB2C0;
  color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
  color: #50555B;
}
.woocommerce-tabs .woocommerce-Tabs-panel strong {
  color: #FFB2C0;
  font-weight: 700;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
  display: block;
}

textarea {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  min-height: 176px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
}
textarea::placeholder {
  color: #CBC8C8;
  opacity: 1;
}

select {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
  margin-bottom: 17px;
  border-radius: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
  margin-bottom: 17px;
  border-radius: 0;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder {
  color: #CBC8C8;
  opacity: 1;
}

.woocommerce form .form-row textarea {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  min-height: 170px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
}
.woocommerce form .form-row textarea::placeholder {
  color: #CBC8C8;
  opacity: 1;
}
.woocommerce form .form-row select {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
  margin-bottom: 17px;
  border-radius: 0;
}
.woocommerce form .form-row .input-text[type=text], .woocommerce form .form-row input[type=email], .woocommerce form .form-row input[type=tel], .woocommerce form .form-row input[type=password] {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: italic;
  color: #636269;
  font-family: "CocogoosePro", sans-serif;
  margin-bottom: 17px;
  border-radius: 0;
}
.woocommerce form .form-row .input-text[type=text]::placeholder, .woocommerce form .form-row input[type=email]::placeholder, .woocommerce form .form-row input[type=tel]::placeholder, .woocommerce form .form-row input[type=password]::placeholder {
  color: #CBC8C8;
  opacity: 1;
}

.woocommerce form .form-row .input-text {
  padding: 16px 17px;
  border: 1px solid #CBC8C8;
  border-radius: 0;
}

.my-account-wrapper .selectize-control.single .selectize-input {
  padding: 19px 40px 19px 20px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 38%;
}/*# sourceMappingURL=main.min.css.map */