/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 1, ../sass/layout/_base.scss */
html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

/* line 7, ../sass/layout/_base.scss */
.imce-page .dialog-off-canvas-main-canvas {
  height: auto; }

/* line 12, ../sass/layout/_base.scss */
body {
  background: linear-gradient(89.68deg, #9ac7bd -0.84%, #81b4a9 48.01%, #7ebaad 100%); }

/* line 16, ../sass/layout/_base.scss */
.layout-content {
  padding: 0 15px;
  width: 1250px; }
  @media only screen and (max-width: 850px) {
    /* line 16, ../sass/layout/_base.scss */
    .layout-content {
      padding: 0 20px; } }

/* line 25, ../sass/layout/_base.scss */
.group--grid {
  display: grid; }

/* line 29, ../sass/layout/_base.scss */
.grid--text-and-form {
  grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
  grid-gap: 30px; }

/* line 34, ../sass/layout/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600; }

/* line 41, ../sass/layout/_base.scss */
h1, h1.page-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px; }
  /* line 47, ../sass/layout/_base.scss */
  .product-info h1, .product-info h1.page-title {
    font-size: 24px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      /* line 47, ../sass/layout/_base.scss */
      .product-info h1, .product-info h1.page-title {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 57, ../sass/layout/_base.scss */
  .user-login h1, .user-register h1, .user-password h1, .user-restore-password h1, body[class*="user-reset-"] h1, .user-phone-number-confirm h1, .user-login h1.page-title, .user-register h1.page-title, .user-password h1.page-title, .user-restore-password h1.page-title, body[class*="user-reset-"] h1.page-title, .user-phone-number-confirm h1.page-title {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    /* line 66, ../sass/layout/_base.scss */
    body.shop-cart h1, body.shop-cart h1.page-title {
      margin-bottom: 0; } }
  @media only screen and (max-width: 650px) {
    /* line 41, ../sass/layout/_base.scss */
    h1, h1.page-title {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 15px;
      text-align: center; } }

/* line 82, ../sass/layout/_base.scss */
h2 {
  font-size: 20px;
  margin-bottom: 20px; }
  /* line 86, ../sass/layout/_base.scss */
  h2.block-title {
    font-size: 26px;
    margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    /* line 82, ../sass/layout/_base.scss */
    h2 {
      font-size: 16px;
      text-align: center; } }

/* line 97, ../sass/layout/_base.scss */
h3 {
  font-size: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    /* line 97, ../sass/layout/_base.scss */
    h3 {
      font-size: 16px;
      text-align: center; } }

/* line 107, ../sass/layout/_base.scss */
h4 {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    /* line 107, ../sass/layout/_base.scss */
    h4 {
      font-size: 16px;
      text-align: center; } }

/* line 118, ../sass/layout/_base.scss */
.path-user .page-container, .path-checkout .page-container {
  overflow: visible; }

/* line 126, ../sass/layout/_base.scss */
header.page-header-container {
  color: #FFFFFF;
  padding: 15px 0 38px; }
  @media only screen and (max-width: 999px) {
    /* line 126, ../sass/layout/_base.scss */
    header.page-header-container {
      padding: 20px 0; } }

/* line 136, ../sass/layout/_base.scss */
.narrow-screen-menu-container {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media only screen and (max-width: 999px) {
    /* line 144, ../sass/layout/_base.scss */
    .main-menu-open .narrow-screen-menu-container {
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 1;
      width: 100%;
      height: 100%;
      z-index: 10001; } }

/* line 156, ../sass/layout/_base.scss */
.page-wrapper {
  background: #FFFBF1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0;
  padding: 40px 0 60px; }
  @media only screen and (max-width: 650px) {
    /* line 156, ../sass/layout/_base.scss */
    .page-wrapper {
      padding: 30px 0 40px; } }

/* line 167, ../sass/layout/_base.scss */
.page-main-container {
  margin: 0; }

/* line 171, ../sass/layout/_base.scss */
.page-main-container__layout-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 999px) {
    /* line 171, ../sass/layout/_base.scss */
    .page-main-container__layout-content {
      -webkit-flex-direction: column;
      flex-direction: column; } }

/* line 179, ../sass/layout/_base.scss */
.sidebar {
  width: 310px; }
  /* line 182, ../sass/layout/_base.scss */
  .sidebar.sidebar_left {
    padding-right: 30px; }
    @media only screen and (max-width: 999px) {
      /* line 182, ../sass/layout/_base.scss */
      .sidebar.sidebar_left {
        -webkit-order: 1;
        order: 1;
        padding: 0; } }
  /* line 191, ../sass/layout/_base.scss */
  .sidebar.sidebar_right {
    padding-left: 30px; }
    @media only screen and (max-width: 999px) {
      /* line 191, ../sass/layout/_base.scss */
      .sidebar.sidebar_right {
        -webkit-order: 2;
        order: 2;
        padding: 0; } }
  @media only screen and (max-width: 999px) {
    /* line 179, ../sass/layout/_base.scss */
    .sidebar {
      margin: 40px auto 0;
      width: 280px; } }

/* line 206, ../sass/layout/_base.scss */
.main-content-container {
  max-width: 100%; }
  @media only screen and (min-width: 1000px) {
    /* line 209, ../sass/layout/_base.scss */
    .with-sidebar-first .main-content-container {
      max-width: calc(100% - 310px); } }
  @media only screen and (max-width: 999px) {
    /* line 216, ../sass/layout/_base.scss */
    .main-content-container.sidebar_left {
      -webkit-order: 0;
      order: 0; } }

/* line 226, ../sass/layout/_base.scss */
footer.page-footer-container {
  color: #FFFFFF;
  font-weight: 400;
  padding: 30px 0; }
  /* line 231, ../sass/layout/_base.scss */
  footer.page-footer-container a {
    color: #FFFFFF; }

/* line 1, ../sass/layout/_formated_texts.scss */
.text-formatted {
  line-height: 1.8;
  -webkit-text-size-adjust: none; }
  /* line 5, ../sass/layout/_formated_texts.scss */
  .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    line-height: 1;
    margin: 0 0 20px; }
  /* line 12, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items) {
    margin-bottom: 30px; }
    /* line 15, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items) li {
      margin-bottom: 20px; }
      /* line 18, ../sass/layout/_formated_texts.scss */
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items) li:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      /* line 12, ../sass/layout/_formated_texts.scss */
      .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items) {
        margin-bottom: 20px; } }
  /* line 32, ../sass/layout/_formated_texts.scss */
  .text-formatted ul.ya-site-suggest-items li:before {
    display: none; }
  @media only screen and (min-width: 1000px) {
    /* line 41, ../sass/layout/_formated_texts.scss */
    .text-formatted .two-col .col-1 {
      padding-right: 15px;
      width: 50%; } }
  @media only screen and (min-width: 1000px) {
    /* line 49, ../sass/layout/_formated_texts.scss */
    .text-formatted .two-col .col-2 {
      padding-left: 15px;
      width: 50%; } }
  @media only screen and (max-width: 850px) {
    /* line 49, ../sass/layout/_formated_texts.scss */
    .text-formatted .two-col .col-2 {
      margin-top: 20px; } }
  @media only screen and (min-width: 1000px) {
    /* line 39, ../sass/layout/_formated_texts.scss */
    .text-formatted .two-col {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

@media print {
  /* line 2, ../sass/layout/_print.scss */
  * {
    margin: 0;
    padding: 0; }

  /* line 7, ../sass/layout/_print.scss */
  html, body {
    height: auto; }

  /* line 11, ../sass/layout/_print.scss */
  .layout-content {
    width: 100%; } }
/* line 1, ../sass/layout/_regions.scss */
.region--header-top {
  -webkit-align-items: center;
  align-items: center; }

/* line 5, ../sass/layout/_regions.scss */
.region--header {
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0; }
  @media only screen and (max-width: 999px) {
    /* line 5, ../sass/layout/_regions.scss */
    .region--header {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  @media only screen and (max-width: 999px) {
    /* line 15, ../sass/layout/_regions.scss */
    .region--header:after {
      content: '';
      -webkit-flex: 0 1 100%;
      flex: 0 1 100%;
      -webkit-order: 3;
      order: 3; } }

/* line 23, ../sass/layout/_regions.scss */
.region--header-bottom {
  -webkit-align-items: center;
  align-items: center; }

/* line 27, ../sass/layout/_regions.scss */
.region--footer-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

/* line 31, ../sass/layout/_regions.scss */
.region--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 1000px) {
    /* line 31, ../sass/layout/_regions.scss */
    .region--footer {
      border-top: 1px solid #ACDBD1;
      margin-top: 35px;
      padding-top: 15px; } }
  @media only screen and (max-width: 999px) {
    /* line 31, ../sass/layout/_regions.scss */
    .region--footer {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; } }

/* line 46, ../sass/layout/_regions.scss */
.narrow-screen-menu-regioins-container {
  background: linear-gradient(89.68deg, #9ac7bd -0.84%, #81b4a9 48.01%, #7ebaad 100%);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
  left: -260px;
  padding: 25px 25px 25px 20px;
  width: 260px;
  height: 100%;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  /* line 56, ../sass/layout/_regions.scss */
  .main-menu-open .narrow-screen-menu-regioins-container {
    left: 0; }

/* line 61, ../sass/layout/_regions.scss */
.region--narrow-screen-menu-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

/* line 65, ../sass/layout/_regions.scss */
.region--narrow-screen-menu {
  margin-top: 25px; }

/* line 69, ../sass/layout/_regions.scss */
.region--narrow-screen-menu-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 45px; }

/* line 76, ../sass/layout/_regions.scss */
.user-login .region--breadcrumb, .user-register .region--breadcrumb, .user-password .region--breadcrumb, body[class*="user-reset-"] .region--breadcrumb, .user-restore-password .region--breadcrumb, .user-phone-number-confirm .region--breadcrumb {
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 650px) {
  /* line 74, ../sass/layout/_regions.scss */
  .region--breadcrumb {
    -webkit-justify-content: center;
    justify-content: center; } }

/* line 92, ../sass/layout/_regions.scss */
body.shop-cart .region--title {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    /* line 92, ../sass/layout/_regions.scss */
    body.shop-cart .region--title {
      display: grid;
      grid-column-gap: 20px;
      grid-template-areas: 'breed sale' 'title sale';
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (min-width: 1000px) {
    /* line 92, ../sass/layout/_regions.scss */
    body.shop-cart .region--title {
      max-width: calc(100% - 330px); } }

@media only screen and (min-width: 1000px) {
  /* line 112, ../sass/layout/_regions.scss */
  .path-user .region--sidebar-right, .path-checkout .region--sidebar-right {
    position: sticky;
    top: 40px; } }

/*# sourceMappingURL=layout.css.map */
