@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@400;800&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600&display=swap");*/

/* cormorant-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('/main/fonts/cormorant-v21-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  src: url('/main/fonts/cormorant-v21-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  src: url('/main/fonts/cormorant-v21-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/main/fonts/montserrat-v30-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/main/fonts/montserrat-v30-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/main/fonts/montserrat-v30-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/main/fonts/montserrat-v30-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/main/fonts/roboto-v47-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/main/fonts/roboto-v47-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/main/fonts/roboto-v47-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* #BASE
   ============================= */
.breadcrumb {
  padding: 0 0 16px 0px;
  background: none; }
  .breadcrumb a {
    color: #ABABAB; }
    .breadcrumb a:hover {
      color: #700608; }
  .breadcrumb li > span {
    text-transform: uppercase;
    color: #ABABAB; }
  .breadcrumb > li + li::before {
    content: '>'; }

.pagination > span {
  box-shadow: none;
  padding: 8px;
  margin: 0 0px;
  font-size: 16px;
  color: #8F8F8F; }
  .pagination > span a {
    color: #8F8F8F; }
  .pagination > span.current {
    background: none;
    color: #700608; }

.pagination .first .icon-arrow-left {
  margin-left: -4px; }

.pagination .last .icon-arrow-right {
  margin-right: -4px; }

.pagination .icon-arrow-right,
.pagination .icon-arrow-left {
  width: 6px;
  height: 11px; }

.pagination .icon-arrow-left {
  transform: rotate(180deg); }

.button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0; }

.accordion-button {
  position: relative;
  display: none;
  visibility: hidden;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 16px 18px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  background: white !important; }
  .accordion-button._active svg {
    transform: rotate(270deg); }
  .accordion-button svg {
    height: 12px;
    width: 7px;
    margin-left: auto;
    transform: rotate(90deg); }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.checkbox label input[type="checkbox"] {
  opacity: 1;
  position: relative; }
  .checkbox label input[type="checkbox"]::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    border: 1px solid #646464;
    background: white;
    top: -2px; }

.checkbox label input[type="checkbox"]:checked {
  opacity: 1; }
  .checkbox label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    background: url(../icons/icon-check-mark.svg) no-repeat center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: -3px;
    right: -5px; }

.overflow {
  overflow: hidden; }

.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px; }

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #700608; }

.swiper-button-next,
.swiper-button-prev {
  color: #700608; }

.product-details__block-name {
  font-size: 16px;
  margin: 0 0 10px 0; }

.product-details #create_order_payment,
.product-details #create_order_dostavka {
  padding-left: 10px; }
  .product-details #create_order_payment input[type="radio"],
  .product-details #create_order_dostavka input[type="radio"] {
    margin-top: 0;
    margin-right: 6px; }
  .product-details #create_order_payment label,
  .product-details #create_order_dostavka label {
    font-weight: normal; }

/* #ICONS
   ============================= */
.icon-burger-menu {
  width: 26px;
  height: 16px; }

.icon-search {
  width: 18px;
  height: 17px; }

.icon-user {
  width: 18px;
  height: 18px; }

.icon-bag {
  width: 22px;
  height: 22px; }

.icon-close {
  width: 18px;
  height: 18px; }

/* #MOBILE
   ============================= */
.mobile {
  display: none;
  visibility: hidden;
  margin-bottom: 20px; }
  .mobile .container {
    height: 100%;
    position: relative; }

.mobile-header {
  height: 94px;
  z-index: 10;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
  .mobile-header__inner {
    display: flex;
    align-items: center;
    height: 100%; }
  .mobile-header__item._logo {
    margin: 0 auto; }
  .mobile-header__item .button {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px; }
  .mobile-header__item:last-child .button {
    margin-right: 0px; }
  .mobile-header__search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 70px);
    left: 35px;
    display: none;
    visibility: hidden; }
  .mobile-header .m-cart {
    position: relative; }
    .mobile-header .m-cart .count {
      position: absolute;
      font-size: 10px;
      color: white;
      background: #700608;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -7px;
      right: -3px; }

.mobile-search._opened {
  display: block;
  visibility: visible; }

.mobile-search .form-group {
  margin-bottom: 0;
  width: 100%; }

.mobile-search .fa {
  font-size: 18px;
  color: white; }

.mobile-search .icon-close {
  width: 16px;
  height: 16px; }

.mobile-search .search_box {
  display: flex; }

.mobile-search .button {
  background-color: #700608 !important;
  height: auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #700608 !important; }

.mobile-search .form-control {
  border-color: #700608;
  border-left: none;
  border-right: none; }

/* #SIDE NAVIGATION
   ============================= */
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  touch-action: none;
  visibility: hidden;
  opacity: 0;
  transition-delay: 400ms; }
  .sidenav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .sidenav._opened {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
    .sidenav._opened::before {
      opacity: 1; }
    .sidenav._opened .sidenav__container {
      transform: translateX(0); }
  .sidenav__container {
    max-width: 306px;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .sidenav__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }
  .sidenav .sidenav__header,
  .sidenav .subnav__header {
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
    .sidenav .sidenav__header svg,
    .sidenav .subnav__header svg {
      margin-right: 10px; }
    .sidenav .sidenav__header .icon-user,
    .sidenav .subnav__header .icon-user {
      width: 18px;
      height: 18px; }
    .sidenav .sidenav__header .icon-arrow-left,
    .sidenav .subnav__header .icon-arrow-left {
      width: 7px;
      height: 11px;
      transform: rotate(180deg); }
  .sidenav__footer {
    height: 100%;
    padding: 20px 40px 80px 40px;
    background: #FBEFE9; }
  .sidenav .footer-nav {
    margin-bottom: 22px; }
    .sidenav .footer-nav__item:not(:last-child) {
      margin-bottom: 10px; }
  .sidenav .worktime {
    margin-bottom: 10px; }
  .sidenav .button-close {
    position: absolute;
    top: 20px;
    right: 26px; }

.sidemenu__list {
  padding: 0;
  margin: 0; }

.sidemenu__item {
  border-bottom: 1px solid #DDDDDD; }

.sidemenu__link {
  display: block;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333; }
  .sidemenu__link:hover {
    color: #700608; }
  .sidemenu__link:active, .sidemenu__link:visited {
    color: #333; }

.sidemenu ._has-subnav > a {
  position: relative; }
  .sidemenu ._has-subnav > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 11px;
    transform: translateY(-50%);
    background: url("../icons/icon-arrow_right.svg") no-repeat center; }

.subnav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 1; }
  .subnav._opened {
    transform: translateX(0); }

.footer-nav__list {
  padding: 0;
  margin: 0; }

.footer-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: #333; }
  .footer-nav__link:hover {
    color: #700608; }
  .footer-nav__link:active, .footer-nav__link:visited {
    color: #333; }

.footer-phones__list {
  padding: 0;
  margin: 0; }

.footer-phones__link {
  color: #333;
  font-size: 16px;
  font-weight: 700; }
  .footer-phones__link:hover {
    color: #700608; }
  .footer-phones__link:active, .footer-phones__link:visited {
    color: #333; }

.worktime__content {
  font-size: 12px;
  font-weight: 400;
  color: #5B5B5B; }

.footer-email__link {
  color: #333;
  font-size: 14px;
  font-weight: 400; }
  .footer-email__link:hover {
    color: #700608; }
  .footer-email__link:active, .footer-email__link:visited {
    color: #333; }

/* #HOME MASSEGE section
   ============================= */
.home-message {
  display: none;
  visibility: hidden;
  margin-top: 18px;
  margin-bottom: 30px; }
  .home-message__text {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0; }

/* #HOME SLIDER
   ============================= */
.home-slide {
  display: flex; }
  .home-slide__media {
    flex: 0 0 40%;
    position: relative;
    padding-top: 40%; }
    .home-slide__media img {
      position: absolute;
      max-width: 100%;
      top: 0;
      height: 100%; }
  .home-slide__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #700608;
    padding: 30px;
    color: white; }
  .home-slide__title {
    font-family: Cormorant;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 25px 0; }
  .home-slide__descr {
    font-size: 24px;
    font-weight: 500; }
  .home-slide__message {
    font-size: 16px;
    font-weight: 400; }
.home-slide-bg
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* #PRODUCT CARD & GRID
   ============================= */
.products__grid {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }

.products__col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 40px; }

.products._new {
  margin-top: 40px;
  overflow: hidden; }
  .products._new .container {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #700608; }
  .products._new .title {
    margin-bottom: 30px; }
  .products._new .products__grid {
    margin: 0;
    flex-wrap: nowrap; }
  .products._new .products__col {
    flex: 0 0 auto;
    max-width: inherit;
    padding: 0;
    margin-bottom: 0px; }
  .products._new .swiper-container {
    margin-left: 0; }
  .products._new .swiper-pagination {
    margin: 20px auto;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center; }
  .products._new .swiper-pagination-bullet {
    margin: 0 3px; }

.products._bestsellers .container {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #700608; }

.product {
  position: relative; }
  .product__media {
    display: block;
    margin: 0 auto;
    height: 220px;
    overflow: hidden;
    margin-bottom: 14px;
    text-align: center; }
    .product__media img {
      height: 220px;
      width: auto; }
  .product__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #333; }
    .product__title:hover {
      color: #700608; }
  .product__category {
    font-size: 12px;
    color: #ABABAB;
    display: block;
    text-align: center;
    margin-bottom: 4px; }
  .product__price {
    display: block;
    font-size: 14px;
    text-align: center; }

.product-information__raiting {
  display: flex;
  align-items: center; }
  .product-information__raiting._mobile {
    display: none;
    visibility: hidden; }

.rate {
  float: left;
  height: 46px; }

.rate:not(:checked) > input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.rate:not(:checked) > label {
  float: right;
  width: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #c59495; }

.rate:not(:checked) > label:before {
  content: '★'; }

.rate > input:checked ~ label {
  color: #700608; }

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #700608; }

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #700608; }

.rate-compleate {
  position: relative; }
  .rate-compleate::before {
    content: '★★★★★';
    font-size: 30px;
    color: #c59495; }
  .rate-compleate::after {
    position: absolute;
    content: '★★★★★';
    font-size: 30px;
    color: #700608;
    left: 0;
    width: 0;
    overflow: hidden; }

.rate-result {
  margin-left: 6px; }

/* #BRANDS
   ============================= */
.brands .title {
  margin-bottom: 26px; }

.brands__container {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap; }

.brands__col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 7px;
  margin-bottom: 10px; }

.brands__link {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #333; }
  .brands__link:hover {
    color: #700608; }

/* #NEWS on home page
   ============================= */
.news {
  padding-top: 36px; }
  .news__grid {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap; }
  .news__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px; }

.news-card__media {
  display: block;
  height: 220px;
  overflow: hidden;
  margin-bottom: 14px;
  text-align: center; }
  .news-card__media img {
    width: 100%;
    object-fit: cover;
    height: 220px; }

.news-card__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #333;
  margin-bottom: 5px; }
  .news-card__title:hover {
    color: #700608; }

.news-card__date {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #ABABAB; }

/* #CATEGORY PAGE
   ============================= */
.left-sidebar {
  transition-delay: 400ms; }
  .left-sidebar__header {
    display: none;
    visibility: hidden;
    color: #333;
    font-size: 16px;
    padding: 19px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
  .left-sidebar .price-tab {
    margin-bottom: 60px; }
    .left-sidebar .price-tab__content {
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .left-sidebar .price-tab__content {
          padding: 0 20px; } }
    .left-sidebar .price-tab label {
      margin-bottom: 0;
      font-weight: normal;
      color: #646464; }
    .left-sidebar .price-tab input {
      border: 1px solid #646464;
      box-shadow: none;
      margin: 0 10px;
      padding: 4px 4px; }
    .left-sidebar .price-tab .currency-text {
      color: #646464; }
  .left-sidebar .button-tab {
    margin-top: auto;
    margin-bottom: 40px; }
  .left-sidebar .btn {
    margin-top: 40px;
    color: white;
    background: #700608;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 auto;
    width: 225px;
    display: block;
    padding: 11px 20px;
    transition: background 0.2s; }
    .left-sidebar .btn:hover {
      background: #3f0304; }
  .left-sidebar .button-close {
    position: absolute;
    display: none;
    visibility: hidden;
    top: 20px;
    left: 26px; }
  .left-sidebar #slider-range {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .left-sidebar #slider-range {
        margin: 10px 27px 20px; } }

.mobile-sort {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition-delay: 400ms; }
  .mobile-sort::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .mobile-sort._opened {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
    .mobile-sort._opened::before {
      opacity: 1; }
    .mobile-sort._opened .mobile-sort__container {
      transform: translateX(0); }
  .mobile-sort__container {
    margin-left: auto;
    max-width: 306px;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .mobile-sort__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }
  .mobile-sort__header {
    color: #333;
    font-size: 16px;
    padding: 19px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1; }
  .mobile-sort__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px; }
    .mobile-sort__list .checkbox {
      margin: 0;
      padding-right: 20px; }
    .mobile-sort__list label {
      font-size: 16px;
      color: #646464; }
    .mobile-sort__list input[type="checkbox"] {
      float: right; }
  .mobile-sort__item {
    padding: 18px 0;
    border-bottom: 1px solid #dddddd; }
  .mobile-sort .presets {
    margin-bottom: 40px; }
  .mobile-sort .preset {
    background: #700608 !important;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    border: none; }
    .mobile-sort .preset i {
      color: white; }
  .mobile-sort .button-tab {
    margin-top: auto;
    margin-bottom: 40px; }
  .mobile-sort .btn {
    margin-top: 40px;
    color: white;
    background: #700608;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 auto;
    width: 225px;
    display: block;
    padding: 11px 20px;
    transition: background 0.2s; }
    .mobile-sort .btn:hover {
      background: #3f0304; }
  .mobile-sort .button-close {
    position: absolute;
    top: 20px;
    left: 26px; }

.category-page .title {
  font-size: 20px;
  font-weight: 500; }

.categor-controll {
  display: none;
  visibility: hidden;
  justify-content: space-around;
  margin-top: -10px;
  margin-bottom: 40px; }
  .categor-controll .button {
    border: 1px solid #333;
    padding: 7px 20px;
    flex: 0 0 320px;
    transition: 0.3s; }
    .categor-controll .button:hover {
      border-color: #700608;
      color: #700608; }

.products._category {
  margin-bottom: 20px; }
  .products._category .products__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }

.products._new._sale {
  margin-top: 0;
  position: relative; }
  .products._new._sale .swiper-button-next,
  .products._new._sale .swiper-button-prev {
    top: 40%;
    height: 30px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: white; }
    .products._new._sale .swiper-button-next::after,
    .products._new._sale .swiper-button-prev::after {
      font-size: 20px; }
  .products._new._sale .swiper-button-disabled {
    pointer-events: all !important; }

/* #Product Page
   ============================= */
.product-details__title {
  margin: 0 0 30px 0; }

#product-mls tr {
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1; }

.product-mls-mobile {
  width: 100%;
  color: #000; }
  .product-mls-mobile tbody {
    width: 100%; }
  .product-mls-mobile tr {
    border-top: 1px solid #A1A1A1;
    width: 100%; }
    .product-mls-mobile tr:last-child {
      border-bottom: 1px solid #A1A1A1; }
  .product-mls-mobile td {
    padding: 10px 10px; }
  .product-mls-mobile__image {
    width: 25%;
    padding: 10px 0 !important; }
    @media (max-width: 375px) {
      .product-mls-mobile__image {
        width: auto; } }
    .product-mls-mobile__image img {
      height: 66px;
      width: auto; }
  .product-mls-mobile__title {
    width: 45%;
    font-size: 12px; }
    @media (max-width: 375px) {
      .product-mls-mobile__title {
        width: auto; } }
    .product-mls-mobile__title span {
      display: block;
      font-size: 10px;
      color: #646464; }
  .product-mls-mobile__price {
    width: 25%;
    font-size: 12px;
    font-weight: 500; }
    @media (max-width: 375px) {
      .product-mls-mobile__price {
        width: auto; } }
  .product-mls-mobile__tocard .btn {
    padding: 4px;
    background-color: white; }
  .product-mls-mobile__tocard ._icon {
    width: 28px;
    height: 34px; }

/* #FOOTER
   ============================= */
.footer .footer-phones {
  margin-top: 10px; }

.footer .worktime {
  margin-bottom: 10px; }

.footer .footer-nav__list {
  display: flex;
  flex-wrap: wrap; }

.footer .footer-nav__item {
  flex: 0 0 50%;
  margin-bottom: 8px; }

.footer__col-mid {
  padding-left: 80px; }

.footer .companyinfo-my__descr {
  margin-bottom: 20px; }

/* #MEDIA QUERIES
   ============================= */
@media (max-width: 1199.98px) {
  .home-slide__title {
    font-size: 40px; }
  .news__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px; } }

@media (max-width: 991.98px) {
  .accordion-button {
    display: flex;
    visibility: visible; }
  #header {
    display: none;
    visibility: hidden; }
  .mobile {
    display: block;
    visibility: visible; }
  .home-message {
    display: block;
    visibility: visible; }
  .home-slide__title {
    font-size: 32px;
    margin-bottom: 15px; }
  .home-slide__descr {
    font-size: 20px;
    line-height: 1.2; }
  .home-slide__message {
    font-size: 14px; }
  .products__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .left-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0; }
    .left-sidebar::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: -1;
      opacity: 0;
      transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715); }
    .left-sidebar._opened {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s; }
      .left-sidebar._opened::before {
        opacity: 1; }
      .left-sidebar._opened .left-sidebar__container {
        transform: translateX(0); }
    .left-sidebar__container {
      margin-left: auto;
      max-width: 306px;
      height: 100%;
      background: white;
      position: relative;
      overflow: hidden;
      transform: translateX(100%);
      transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .left-sidebar__content {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
      overflow-y: auto; }
    .left-sidebar__header {
      display: block;
      visibility: visible;
      position: relative;
      z-index: 1; }
    .left-sidebar .categories-filter {
      display: none; }
    .left-sidebar #presets {
      display: none; }
    .left-sidebar .list-group-item {
      border-top: 1px solid #DDDDDD;
      margin: 0;
      color: #646464;
      text-transform: capitalize;
      font-size: 16px;
      padding: 19px 20px;
      position: relative; }
      .left-sidebar .list-group-item::before, .left-sidebar .list-group-item::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 2px;
        background: #8F8F8F;
        right: 20px;
        top: calc(50% - 1px);
        transition: transform 0.3s ease-in-out; }
      .left-sidebar .list-group-item::after {
        transform: rotate(0deg); }
      .left-sidebar .list-group-item i {
        display: none; }
    .left-sidebar .list-group-item.collapsed::after {
      transform: rotate(90deg); }
    .left-sidebar .list-group-submenu {
      padding: 0 20px;
      margin-top: -10px;
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
      .left-sidebar .list-group-submenu .radio, .left-sidebar .list-group-submenu .checkbox {
        margin-top: 0;
        margin-bottom: 6px;
        padding-left: 26px; }
      .left-sidebar .list-group-submenu .radio label, .left-sidebar .list-group-submenu .checkbox label {
        color: #646464; }
    .left-sidebar .panel {
      margin-bottom: 0; }
    .left-sidebar #brands {
      height: auto; }
    .left-sidebar input[type="checkbox"] {
      margin-left: -26px; }
    .left-sidebar .button-close {
      display: block;
      visibility: visible; }
  .categor-controll {
    display: flex;
    visibility: visible; }
  .footer__col-mid {
    padding-left: 15px; }
  .footer .order-sm-1 {
    order: 1; }
  .footer .order-sm-2 {
    order: 2; }
  .footer .order-sm-3 {
    order: 3; }
  .footer .footer-nav {
    margin-bottom: 20px; }
  .footer-widget {
    margin-bottom: 30px; }
  .category-tab ul {
    display: none;
    visibility: hidden; }
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important; }
  #reviews {
    padding: 0; }
  .product-details {
    margin-bottom: 10px; }
  .product-information__raiting._desktop {
    display: none;
    visibility: hidden; }
  .product-information__raiting._mobile {
    display: flex;
    visibility: visible;
    padding: 10px 0; } }

@media (max-width: 767.98px) {
  .container {
    padding-left: 35px;
    padding-right: 35px; }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px; }
  .home-message {
    margin-bottom: 18px; }
    .home-message__text {
      font-size: 12px; }
  .home-slide__title {
    font-size: 24px;
    margin-bottom: 15px; }
  .home-slide__descr {
    font-size: 16px;
    line-height: 1.2; }
  .home-slide__message {
    font-size: 12px; }
  .products__col {
    flex: 0 0 50%;
    max-width: 50%; }
  .news {
    padding-top: 0px; }
  #not-found {
    background: transparent url(../images/smell.png) top center no-repeat;
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-style: italic;
    height: 100px; }
  .products._category .products__col {
    flex: 0 0 50%;
    max-width: 50%; }
  .categor-controll .button {
    flex: 0 0 260px; }
  .footer .footer-nav {
    margin-bottom: 0; }
  .footer .footer-phones__link {
    line-height: 1.2; }
  .footer .footer-email {
    margin-bottom: 8px; }
  .footer .social-icons .navbar-nav {
    margin: 0 0 5px 0; }
  .footer .social-icons li {
    padding: 10px 0; }
  .single-widget ul li a i {
    margin-right: 14px; }
  .shop-details-tab {
    margin-bottom: 0; }
  .rate-result__current,
  .rate-result__max {
    display: inline-block !important; } }

@media (max-width: 620px) {
  .categor-controll {
    flex-wrap: wrap; }
    .categor-controll .button {
      flex: 0 0 100%;
      margin-bottom: 14px; } }

@media (max-width: 475px) {
  .home-message__text {
    font-size: 10px; }
  .products__grid,
  .news__grid,
  .products._category__grid {
    margin: 0 -7px; }
  .products__col,
  .news__col,
  .products._category__col {
    padding: 0 7px; }
  .products._new {
    margin-bottom: 40px; }
    .products._new .title {
      margin-bottom: 18px; }
    .products._new .container {
      padding-bottom: 00px;
      margin-bottom: 00px;
      border-bottom: none; }
    .products._new .swiper-container {
      overflow: visible;
      max-width: 186px; }
    .products._new .product {
      max-width: 186px; }
    .products._new .swiper-pagination {
      margin: 0;
      margin-top: 20px; }
  .products._bestsellers .container {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none; }
  .product__media {
    height: 132px; }
    .product__media img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product__title {
    font-size: 14px; }
  .product__category {
    font-size: 10px; }
  .product__price {
    font-size: 10px; }
  .brands__col {
    margin-bottom: 10px; }
  .brands__link {
    font-size: 10px; }
  .news-card__media {
    height: 132px; }
    .news-card__media img {
      height: 132px; }
  .news-card__title {
    font-size: 14px; }
  .news-card__date {
    font-size: 10px; }
  .products._category {
    margin-bottom: 0px; }
  .products._new._sale {
    margin-bottom: 0; }
  .product-details__title {
    font-size: 24px; }
  .mobile-header__search {
    width: calc(100% - 30px);
    left: 15px; } }

@media (max-width: 414px) {
  h2.title {
    font-weight: 500;
    font-size: 20px; }
  #header {
    display: none; }
  .footer-widget {
    padding-top: 10px;
    margin-bottom: 0px; }
    .footer-widget .container {
      padding-top: 0;
      border-top: none; }
  .companyinfo-my__descr {
    line-height: 1.2;
    margin-bottom: 20px; }
  .companyinfo-my__phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px; }
  .companyinfo-my__worktime {
    color: #5B5B5B;
    font-size: 12px; }
  .companyinfo-my__mail a {
    color: #333; }
    .companyinfo-my__mail a:hover {
      color: #700608; }
  .single-widget ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .single-widget ul li a {
      font-weight: 500;
      color: #333;
      padding: 0; }
  .single-widget li {
    flex: 0 0 50%;
    padding: 5px 0; }
  .single-widget .searchform {
    display: flex; }
    .single-widget .searchform input {
      border: none;
      padding: 12px 14px 12px 14px;
      font-size: 12px;
      width: 100%; }
    .single-widget .searchform button {
      margin-top: 0;
      margin-left: 0;
      background-color: #700608;
      color: white;
      font-weight: 500;
      font-size: 12px; }
  .social-icons li {
    padding: 15px 0; } }

@media (max-width: 375px) {
  .sidenav__container,
  .left-sidebar__container,
  .mobile-sort__container {
    max-width: 80%; }
  #not-found h5 {
    text-align: left; }
  #not-found {
    background: transparent url(../images/smell.png) top left no-repeat; } }

.sbSelector::after {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-left: 2px solid #BE2315;
  border-top: 2px solid #BE2315;
  margin-left: 1.3ex;
  position: relative;
  transform: rotate(-135deg); }

.checkout-block .form-control,
.style-form .form-control {
  font-family: 'Montserrat';
  height: 5rem;
  background: #ffffff;
  border: 1px solid #BE2315;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 24px;
  line-height: 24px;
  padding: 0 2rem; }

.site-search input:focus,
.site-search input:active, .checkout-block .form-control:focus,
.checkout-block .form-control:active,
.style-form .form-control:focus,
.style-form .form-control:active {
  box-shadow: 0px 20px 50px #FFA9AB;
  border: 1px solid #BE2315; }

.sbSelector::after {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-left: 2px solid #BE2315;
  border-top: 2px solid #BE2315;
  margin-left: 1.3ex;
  position: relative;
  transform: rotate(-135deg); }

.checkout-block .form-control,
.style-form .form-control {
  font-family: 'Montserrat';
  height: 5rem;
  background: #ffffff;
  border: 1px solid #BE2315;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 24px;
  line-height: 24px;
  padding: 0 2rem; }

.site-search input:focus,
.site-search input:active, .checkout-block .form-control:focus,
.checkout-block .form-control:active,
.style-form .form-control:focus,
.style-form .form-control:active {
  box-shadow: 0px 20px 50px #FFA9AB;
  border: 1px solid #BE2315; }

body .bootstrap-select {
  display: block !important;
  width: 100% !important; }

.sbHolder,
.bootstrap-select .btn {
  display: block;
  background-color: #ffffff;
  border: solid 1px #BE2315;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  height: 5rem;
  position: relative;
  width: 100%;
  transition: border-radius 0.2s; }

.bootstrap-select .filter-option-inner-inner {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  height: 5rem; }

.bootstrap-select .filter-option-inner,
.bootstrap-select .filter-option-inner-inner {
  height: 100%;
  line-height: 190%; }

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  background: #BE2315cc;
  color: #fff; }

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:hover,
.bootstrap-select .dropdown-menu > .active > a:focus {
  background: #BE2315;
  color: #fff; }

.sbHolder.sb-opened {
  border-radius: 15px 15px 0 0; }

.sbSelector {
  display: block;
  line-height: 5rem;
  padding: 0 2rem;
  padding-right: 3rem;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 15px;
  height: 4.8rem; }

.sbSelector::after {
  display: block;
  content: ' ';
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  border-width: 1px; }

.sbHolder.sb-opened .sbSelector::after {
  transform: rotate(45deg);
  margin-top: -0.1em; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  text-decoration: none; }

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.sbHolderDisabled {
  background-color: #3c3c3c;
  border: solid 1px #515151; }

.sbOptions {
  background-color: #ffffff;
  border: solid 1px #BE2315;
  list-style: none;
  left: -1px;
  right: -1px;
  margin: -2px 0 0 0;
  padding: 0;
  position: absolute;
  top: 100% !important;
  padding-top: 0;
  z-index: 20;
  overflow-y: auto;
  border-radius: 0 0 7.5px 7.5px; }

.sbOptions li {
  padding: 0;
  padding: 0 1rem; }

.sbOptions li:hover {
  background-color: #fff; }

.sbOptions a {
  display: block;
  outline: none;
  padding: 0 1rem;
  margin-top: 1px;
  line-height: 4.8rem;
  position: relative;
  color: rgba(0, 0, 0, 0.6); }

.sbOptions a::before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #BE2315 0%, #BE231500 150%); }

.sbOptions a:hover {
  color: #BE2315; }

.sbOptions a:link, .sbOptions a:visited {
  text-decoration: none; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  display: none;
  color: #999; }

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: 700;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }

.sbSelector img {
  margin-right: 0.5em;
  height: 1.4em;
  width: auto;
  position: relative;
  top: -1px; }

.sbOptions a:visited {
  color: rgba(0, 0, 0, 0.6); }

.sbOptions a img {
  margin-right: 0.5em;
  max-height: 1.3em; }

.sb-opened .sbSelector {
  border-bottom: 0 none;
  border-radius: 15px 15px 0 0; }

.sb-opened .sbOptions {
  margin-top: 0;
  border-top: 0 none;
  border-radius: 0 0 15px 15px; }

body {
  font-family: 'Roboto', sans-serif;
  color: #000000; }

body .mobile {
  margin: 0; }

.form-control {
  border: 1px solid #BE2315; }

ul.unav {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between; }

.tpl-main {
  padding-top: 25px; }

.breadcrumb {
  font-family: 'Roboto', sans-serif; }

.breadcrumb > li + li::before {
  content: ' ';
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0px 10px 0 5px; }

.rose-breads {
  padding-bottom: 10px; }

.rose-breads .breadcrumb span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #BE2315;
  text-transform: none !important; }

.rose-breads .breadcrumb a,
.rose-breads .breadcrumb a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6); }

.rose-breads .breadcrumb > li + li::before {
  border-color: rgba(0, 0, 0, 0.6); }

.new-title {
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  padding: 0 0 80px;
  margin: 0;
  text-transform: uppercase; }

.new-title.lower {
  text-transform: initial; }

.tpl-done_order,
.tpl-fos_user_registration_register,
.tpl-my-home,
.tpl-my-profile,
.tpl-my-orders,
.tpl-my-wishlist,
.tpl-fos_user_security_login,
.tpl-fos_user_resetting_request,
.tpl-fos_user_resetting_check_email,
.tpl-custom_register,
.tpl-fos_user_resetting_reset {
  background: rgba(230, 167, 169, 0.6);
  font-family: 'Montserrat';
  padding-bottom: 50px;
  padding-top: 56px; }

.forgot-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #BE2315;
  float: right;
  margin: 2px; }

.container.fix::before,
.container.fix::after {
  display: none !important; }

.site-header {
  background: #FBEFE7; }

.top-bar {
  background: #fff; }

.top-bar .container {
  display: flex;
  justify-content: space-between;
  height: 79px;
  padding-bottom: 10px;
  align-items: center; }

.header-left,
.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1; }

.header-logo {
  padding: 0 90px; }

.header-social {
  margin: 0 64px 0 0; }

.header-social li {
  height: 30px;
  margin: 0 10px 0 0; }

.header-links {
  gap: 20px; }

.header-links .nav-link {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6); }

.header-links .nav-link.serif {
  font-family: 'Cormorant';
  font-size: 17px;
  font-weight: 700;
}

.header-fav {
  margin: 11px 16px 0 50px; }

.header-cart {
  margin: 6px 1px 0 0; }

.header-cart a {
  display: inline-block;
  position: relative; }

.header-cart .counter {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  left: -6px;
  top: -9px;
  background: #BE1931;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center; }

.site-header .unav li:hover {
  position: relative; }

.site-header .unav li:hover::after {
  display: block;
  content: ' ';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -10px;
  height: 1px;
  background: linear-gradient(270deg, #BE2315 0%, rgba(190, 35, 21, 0) 111.69%); }

.site-header .unav li:hover li::after {
  display: none; }

.site-search {
  padding-top: 51px;
  max-width: 955px;
  margin: 0 auto; }

.site-search form {
  display: flex;
  gap: 27px;
  position: relative; }

.site-search form::before {
  display: block;
  content: ' ';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("/images/search.svg") no-repeat center center;
  background-size: 100%;
  z-index: 10;
  left: 10px;
  top: 0; }

.site-search input {
  flex-basis: 90%;
  height: 35px;
  background: #FBEFE7;
  border-radius: 25px;
  padding: 0 0 0 50px; }

.site-search button.btn.btn-primary {
  background: #BE1931;
  border: 1px solid #BE2315;
  border-radius: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 0 50px;
  margin: 0;
  height: 35px; }

.site-search .dropdown-menu > .active > a,
.site-search .dropdown-menu > .active > a:hover,
.site-search .dropdown-menu > .active > a:focus {
  background: #BE2315; }

.site-welcome {
  padding-top: 50px; }

.site-welcome h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  padding-bottom: 28px;
  padding-top: 30px;
  margin: 0; }

.site-welcome h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 88px;
  margin: 0; }

.welcome-phone a {
  color: #000;
  text-decoration: none; }

.welcome-image {
  margin: 0 120px; }

.site-menu {
  padding: 43px 0 45px; }

.sine-menu .unav {
  justify-content: space-between; }

.site-menu .nav-link {
  font-family: 'Montserrat';
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 0;
  color: #000000; }

.site-menu .li:hover::after {
  left: 0;
  right: 0;
  bottom: -20px; }

.site-menu .nav-link:hover {
  position: relative; }

.site-menu a:hover {
  color: #BE2315 !important; }

.site-menu .sub-menu {
  display: none;
  padding: 5px 0;
  top: 41px;
  box-shadow: 0px 23px 40px #E6A7A9; }

.site-menu .nav-link:hover .sub-menu {
  display: block; }

.site-menu .dropdown:hover ul {
  display: block; }

.site-menu .dropdown ul a {
  font-family: 'Montserrat';
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  color: #000000; }

.slick-slider {
  position: relative; }

.slick-next.slick-arrow, .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  background: #f00;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  opacity: 0.6;
  content: ' ';
  transition: all 0.3s; }

.slick-arrow:hover, .slick-arrow:hover {
  opacity: 1 !important;
  width: 70px;
  height: 70px;
  margin-top: -25px; }

.slick-arrow::after, .slick-arrow::before {
  display: none !important; }

.slick-arrow.slick-next,
.slick-arrow.slick-next:hover {
  right: 0;
  background: url("/images/arrow-right-circle.svg") no-repeat center center;
  background-size: 100%; }

.slick-arrow.slick-prev,
.slick-arrow.slick-prev:hover {
  left: 0;
  background: url("/images/arrow-left-circle.svg") no-repeat center center;
  background-size: 100%; }

body .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 110px; }

body .slick-dots {
  bottom: 45px; }

body .slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #D9D9D9; }

body .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #BE1931; }

.home-slide {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.home-slide__img img,
.home-slide__img picture
{
  max-width: 100%;
  min-height: 38vw;
}

.home-slide__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  min-height: 100px;
  height: 39vw;
  display: flex;
  flex-direction: column;
  justify-content: center;*/
}

.home-slide__wrap .home-slide__title,
.home-slide__wrap .home-slide__subtitle,
.home-slide__wrap .home-slide__descr {
  font-family: 'Cormorant';
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  padding: 0 40px;
  text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.35); }

.home-slide__wrap .home-slide__title {
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase; }

.home-slide__wrap .home-slide__subtitle {
  font-size: 30px;
  line-height: 1.3em;
  margin-top: 0.5em; }

.home-slide__wrap .home-slide__descr {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 0.5em; }

.home-slide__wrap .slider-btn {
  display: none; }

.home-slide__wrap .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home-slider .slick-arrow.slick-next,
.home-slider .slick-arrow.slick-next:hover {
  right: 70px;
  background: url("/images/arrow-right-circle-white.svg") no-repeat center center;
  background-size: 100%;
  margin-top: -55px; }

.home-slider .slick-arrow.slick-prev,
.home-slider .slick-arrow.slick-prev:hover {
  left: 70px;
  background: url("/images/arrow-left-circle-white.svg") no-repeat center center;
  background-size: 100%;
  margin-top: -55px; }

.slider-title {
  font-family: 'Cormorant';
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin: 0;
  padding: 0 0 50px; }

.product-slider-item {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 40px;
  text-align: center; }

.product-slider-item .product__media {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  margin: 0 0 20px;
  transition: all 0.2s;
  text-align: center; }

.product-slider-item .product__media img {
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.product-slider-item:hover .product__media {
  box-shadow: 0px 23px 40px #E6A7A9;
  transform: scale(1.1); }

.product-slider-item .product__body {
  display: flex;
  flex-direction: column; }

.product-slider-item .product__title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 10px;
  color: #000;
  text-decoration: none;
  text-transform: none; }

.product-slider-item .product__category {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0 30px; }

.product-slider-item .product__price {
  font-weight: 400;
  color: #BE2315; }

.product-slider-item {
  position: relative; }

.product-slider-item.new-znak::after,
.product-slider-item.hit-znak::after,
.product-slider-item.sale-znak::after {
  display: block;
  content: 'NEW';
  position: absolute;
  background: #BE2315;
  border-radius: 11px;
  padding: 3px 17px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto; }

.product-slider-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }

.slick-slide .product-slider-wrap:last-child {
  margin-bottom: 0; }

.product-slider-wrap > * {
  flex-basis: 25%; }

.products-slider-featured .product-slider-item .product__media {
  width: 160px;
  height: 160px; }

.products-slider-featured .product-slider-item .product__media img {
  max-height: 160px;
  max-width: 160px;
  width: auto !important;
  height: auto !important;
}

.products-slider-featured .product-slider-item:hover .product__media {
  transform: scale(1.2); }

.products-slider-featured .slick-arrow {
  top: 50%;
  margin-top: -100px; }

.brands__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px; }

.brands__link {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none; }

.brands__link:hover {
  color: #BE2315;
  text-decoration: none; }

.int-news {
  margin-top: 40px; }

.int-news .news-int,
.int-news .news-int-bg {
  padding: 33px 0; }

.news-int-bg {
  background: #FBEFE7; }

.news-int-media img {
  max-width: 100%; }

.news-int-title {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  padding: 0 0 40px; }

.news-int-text {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px; }

.news-int-text p {
  margin: 0 0 1.5em; }

.order-product {
  display: flex;
  margin-bottom: 20px; }

.order-product-image {
  width: 200px; }

.order-product-info {
  display: flex;
  flex-direction: column;
  margin-left: 60px; }

.order-product-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }

.order-product-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 0 0; }

.order-product-subsubtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 0 0; }

.order-product-qty {
  margin-top: auto;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center; }

.order-product-qty-mobile {
  display: none;
  margin-top: 10px; }

.order-product-qty .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 15px;
  font-size: 20px;
  padding: 0; }

.order-product-qty .qty {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  padding: 0 10px; }

.order-product-qty-mobile .btn {
  width: 30px;
  height: 20px;
  line-height: 20px;
  background: #FFFFFF;
  border-radius: 15px;
  font-size: 20px;
  padding: 0; }

.order-product-qty-mobile .btn img {
  width: 14px;
  margin: -5px 0 0; }

.order-product-qty-mobile .qty {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  padding: 0 10px; }

.checkout-title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  padding-top: 40px; }

.checkout-title span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 62px;
  border-radius: 60px;
  text-align: center; }

.checkout-title.active span {
  background: #BE2315;
  color: #FFFFFF; }

.checkout-block .form-group,
.style-form .form-group {
  margin-bottom: 30px; }

.checkout-block label,
.style-form label {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 10px; }

.checkout-block textarea.form-control,
.style-form textarea.form-control {
  padding-top: 13px;
  padding-bottom: 13px; }

.style-form .form-group {
  margin-bottom: 50px; }

.btn-checkout,
.btn-checkout:hover,
.btn-checkout:focus {
  height: 57px;
  background: #BE2315;
  border: 1px solid #BE2315;
  border-radius: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  padding: 8px 157px; }

.style-form .btn-checkout {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px; }

.style-form .form-group ul {
  padding: 0.5em;
  margin: 0;
  color: #962b2b; }

.sex-choices > div {
  display: flex; }

.sex-choices .sex-radio {
  margin-right: 40px; }

.sex-choices .sex-radio,
.sex-choices .sex-radio input {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.sex-choices .sex-radio input {
  background: transparent;
  border: 0 none; }

.sex-choices .sex-radio {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #BE2315;
  position: relative; }

.sex-choices .sex-radio input::after {
  display: block;
  content: ' ';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  z-index: 10; }

.sex-choices .sex-radio input:checked::after {
  background: #BE2315; }

.title-order-history {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: right; }

.title-order-history span {
  color: #BE2315; }

.eye-password-toggle {
  display: block;
  content: ' ';
  width: 24px;
  height: 24px;
  background: #f00;
  float: right;
  background: url("/images/eye-off.png") no-repeat center center;
  background-size: auto 100%;
  margin-top: -35px;
  margin-right: 13px;
  cursor: pointer; }

.eye-password.open + .eye-password-toggle {
  background: url("/images/eye.png") no-repeat center center;
  background-size: auto 100%; }

.footer-widget-mobile {
  display: none; }

.footer-social {
  margin: 0 0 40px; }

.footer-social li {
  margin-right: 10px; }

.footer-contact {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between; }

footer .searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px; }

footer h5 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 0 28px 10px; }

footer .searchform input {
  background: #FFFFFF;
  border: 1px solid #BE2315;
  border-radius: 15px;
  padding: 0 20px;
  height: 50px;
  flex-basis: 90%; }

footer .searchform button {
  height: 50px;
  background: #FBEFE7;
  border: 1px solid #BE2315;
  border-radius: 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 50px;
  color: #000000;
  padding: 0 40px; }

footer .footer-phone {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }

footer .footer-nav__link {
  display: inline-block;
  padding: 5px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px; }

#scrollUp {
  background: url("/images/arrow-up-circle.svg") no-repeat center center;
  width: 70px;
  height: 70px;
  bottom: 50px;
  right: 140px;
  opacity: 0.6;
  transition: all 0.2s; }

#scrollUp:hover {
  opacity: 1;
  transform: scale(1.15); }

#scrollUp i {
  display: none; }

.burger {
  display: none; }

body.non-home .site-header {
  background: transparent; }

body.non-home .site-search {
  margin: 0;
  padding: 45px 0 0; }

body.non-home .site-search input {
  background: #fff; }

.body-delivery-page .main-header {
  display: none; }

.body-delivery-page .tpl-page_view {
  background: #FBEFE7; }

.body-delivery-page .tpl-page_view .container,
.body-delivery-page .tpl-page_view .col-sm-12,
.body-delivery-page .tpl-page_view .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100% !important; }

.body-delivery-page .section {
  padding: 30px 29vw 20px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.6); }

.body-delivery-page .section p {
  margin-bottom: 1.1em; }

.body-delivery-page .section h2 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin: 0;
  padding: 42px 0 30px; }

.body-delivery-page .sections .section:nth-child(2),
.body-delivery-page .sections .section:nth-child(4) {
  background: rgba(230, 167, 169, 0.6);
  color: #000; }

.body-delivery-page .sections .section:nth-child(3),
.body-delivery-page .sections .section:nth-child(5),
.body-delivery-page .sections .section:nth-child(8) {
  background: #fff; }

.body-delivery-page .sections .section:nth-child(6) {
  background: #FBEFE7; }

.body-delivery-page .sections .section:nth-child(7) {
  position: relative;
  background: #DDF8E4;
  color: #000;
  margin: 30px 20vw;
  padding: 20px 90px;
  z-index: 5; }

.body-delivery-page .sections .section:nth-child(7)::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #DDF8E4;
  z-index: -1; }

.body-delivery-page .sections .section:nth-child(7)::before {
  display: block;
  content: ' ';
  position: absolute;
  top: -30px;
  left: -20vw;
  right: -20vw;
  bottom: -30px;
  background: #fff;
  z-index: -1; }

.body-delivery-page .breadcrumb {
  max-width: 1217px;
  margin: 5px auto 30px;
  padding: 0 15px; }

.body-delivery-page .breadcrumb a,
.body-delivery-page .breadcrumb span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6); }

.body-delivery-page .breadcrumb li > span {
  color: #BE2315;
  text-transform: none; }

.body-delivery-page .breadcrumb > li + li:before {
  padding: 0 9px;
  color: #000; }

.delivery-page h1 {
  font-family: 'Cormorant';
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin: 0 0 0 29vw;
  padding: 0 0 80px; }

.free-delivery {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  background: #FBEFE7;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px; }

.free-delivery-mobile {
  display: none;
  text-align: center; }

.free-delivery span {
  color: #BE2315; }

ul.bootstrap-autocomplete {
  border: 1px solid #BE2315;
  border-radius: 15px;
  background: #FBEFE7;
  overflow: hidden; }

ul.bootstrap-autocomplete li {
  position: relative; }

ul.bootstrap-autocomplete li:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 1px;
  background: linear-gradient(270deg, #BE2315 0%, rgba(190, 35, 21, 0) 111.69%); }

ul.bootstrap-autocomplete li:first-child::before {
  display: none; }

ul.bootstrap-autocomplete a {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6); }

.my-home-links a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  font-family: 'Cormorant';
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #000000; }

.my-home-links a:hover {
  color: #BE2315; }

.my-home-links span {
  display: inline-block;
  padding: 0 0 0 40px; }

.my-empty-list {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  padding: 40px 0 60px;
  text-align: center; }

.my-bottom-links {
  margin-top: 50px; }

.my-bottom-links a {
  display: inline-block;
  margin-right: 80px;
  font-family: 'Cormorant';
  text-decoration: none;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #000000; }

.favorite-item,
.orderhistory-item {
  display: flex;
  font-family: 'Montserrat';
  padding-bottom: 55px; }

.favorite-item a,
.orderhistory-item a {
  color: inherit;
  text-decoration: none; }

.favorite-remove {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  width: 50px;
  margin: 0 70px 0 0; }

.orderhistory-remove {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  margin: 0 70px 0 0; }

.favorite-image,
.favorite-image img,
.orderhistory-image,
.orderhistory-image img {
  width: 202px;
  transition: all 0.2s; }

.orderhistory-image {
  margin-right: 105px; }

.favorite-item:hover .favorite-image img,
.orderhistory-item:hover .orderhistory-image img {
  box-shadow: 0px 23px 40px #E6A7A9;
  transform: scale(1.1); }

.favorite-title,
.orderhistory-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 18px; }

.favorite-subtitle,
.orderhistory-subtitle {
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 40px; }

.favorite-price,
.orderhistory-price {
  font-size: 20px;
  line-height: 24px;
  color: #BE2315; }

.orderhistory-thankyou {
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  width: 230px;
  padding: 0 20px;
  margin-left: auto; }

@media (max-width: 1024px) {
  .brands__link {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 20px; } }

@media (max-width: 992px) {
  .container,
  .body-delivery-page .breadcrumb {
    width: 95% !important; } }

@media (max-width: 768px) {
  body .header-social,
  body .header-links {
    display: none; }
  body .header-links-mobile {
    display: block;
    margin-left: auto; }
  body .header-links-mobile.header-links .nav-link {
    font-size: 13px; }
  .header-left,
  .header-right {
    flex: 1; }
  .header-logo {
    padding: 0; }
  .top-bar {
    background: transparent; }
  .header-fav,
  .header-cart,
  .header-login-mobile {
    transform: scale(0.7); }
  .header-fav {
    margin: 9px 9px 0 0; }
  .header-login-mobile {
    display: block !important;
    margin: 9px 9px 0 auto; }
  .site-menu,
  .site-search button.btn.btn-primary {
    display: none; }
  .main-header {
    padding-bottom: 20px; }
  .site-search {
    padding: 0 0 13px; }
  .site-search input {
    height: 25px;
    font-size: 12px;
    padding: 0 0 0 35px;
    flex-basis: 100%; }
  .site-search form::before {
    width: 24px;
    height: 24px; }
  body .slick-dotted.slick-slider {
    padding-bottom: 0px; }
  body .slick-dots {
    bottom: 5px; }
  body .slick-dots li,
  body .slick-dots li button {
    width: 10px;
    height: 10px; }
  body .slick-dots li button:before {
    font-size: 8px;
    width: 10px;
    height: 10px;
    top: -4px; }
  .slick-next.slick-arrow, .slick-prev.slick-arrow {
    height: 20px;
    width: 20px; }
  .home-slide__wrap h2 {
    font-size: 32px;
    line-height: 39px; }
  .home-slider .slick-arrow.slick-prev,
  .home-slider .slick-arrow.slick-prev:hover {
    left: 4px; }
  .home-slider .slick-arrow.slick-next,
  .home-slider .slick-arrow.slick-next:hover {
    right: 4px; }
  .home-slide__wrap .container {
    padding-left: 30px;
    padding-right: 30px; }
  .home-slide__wrap .home-slide__title,
  .home-slide__wrap .home-slide__subtitle,
  .home-slide__wrap .home-slide__descr {
    font-family: 'Cormorant';
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.35); }
  .home-slide__wrap .home-slide__title {
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase; }
  .home-slide__wrap .home-slide__subtitle {
    font-size: 20px;
    line-height: 0.9em;
    margin-top: 0.1em; }
  .home-slide__wrap .home-slide__descr {
    font-size: 12px;
    line-height: 1.1em;
    margin-top: 0.5em; }
  .slider-title {
    font-size: 40px;
    line-height: 48px; }
  .btn-checkout, .btn-checkout:hover {
    padding-left: 10px;
    padding-right: 10px; }
  #scrollUp {
    right: 60px; }
  .footer-widget {
    display: none; }
  .footer-widget-mobile {
    display: block;
    padding-top: 12px; }
  .footer-widget-mobile .container {
    padding-left: 10px;
    padding-right: 10px; }
  .footer-widget-mobile .footer-social {
    padding-bottom: 30px;
    justify-content: flex-start;
    gap: 40px; }
  footer .footer-widget-mobile .searchform {
    flex-wrap: wrap;
    margin-bottom: 30px; }
  footer .footer-widget-mobile .searchform input {
    flex-basis: 100%;
    margin-bottom: 10px; }
  footer .footer-widget-mobile .searchform button {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #BE2315;
    height: 23px;
    padding: 0 24px;
    border-radius: 5px; }
  .delivery-page h1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
    margin-left: auto;
    text-align: center; }
  .body-delivery-page .section {
    padding: 10px 14px 20px; }
  .body-delivery-page .sections .section:nth-child(7) {
    margin: 30px 0;
    padding: 30px 10px; }
  .body-delivery-page .sections .section:nth-child(7)::before {
    left: 0;
    right: 0; }
  .burger {
    display: block; }
  .container,
  .body-delivery-page .breadcrumb {
    width: 100% !important;
    padding: 0 10px; }
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .home-slider .slick-arrow.slick-prev,
  .home-slider .slick-arrow.slick-prev:hover {
    margin-top: 0; }
  .home-slider .slick-arrow.slick-next,
  .home-slider .slick-arrow.slick-next:hover {
    margin-top: 0; }
  body.non-home .site-search {
    padding: 5px 0 0; }
  .my-home-links a {
    font-size: 30px;
    zoom: 0.7; }
  .my-home-links span {
    padding: 0 0 0 20px; } }

@media (max-width: 550px) {
  .new-title {
    font-size: 24px;
    padding: 0 0 40px; }
  .product-slider-item {
    margin-bottom: 35px; }
  .product-slider-item .product__title {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px; }
  .product-slider-item .product__category {
    padding-bottom: 10px; }
  .btn-checkout, .btn-checkout:hover {
    display: block;
    width: 100%;
    font-size: 20px; }
  .order-product-info {
    margin-left: 12px;
    width: calc(100% - 150px); }
  .rm-from-card {
    margin-left: 10px; }
  .order-product-image {
    width: 130px; }
  .checkout-title {
    font-size: 20px;
    margin-bottom: 20px;
    justify-content: center; }
  .checkout-title span {
    width: 46px;
    height: 46px;
    font-size: 36px;
    line-height: 46px; }
  .order-product {
    flex-wrap: wrap;
    padding: 0 10px; }
  .order-product-qty {
    display: none; }
  .order-product-qty-mobile {
    display: block;
    flex-basis: 100%;
    padding: 15px; }
  body {
    overflow-x: hidden; }
  .product-slider-item {
    padding: 10px; }
  .free-delivery {
    display: none; }
  .free-delivery-mobile {
    display: block; }
  .title-order-history {
    text-align: center;
    padding-bottom: 20px; }
  .orderhistory-item,
  .favorite-item {
    flex-wrap: wrap; }
  .orderhistory-image {
    order: -1;
    margin: 0;
    flex-basis: 50%; }
  .favorite-image {
    width: 50%; }
  .favorite-remove {
    flex-basis: 40%;
    margin: 0;
    align-items: flex-start;
    padding-left: 20px; }
  .orderhistory-thankyou {
    flex-basis: 100%;
    padding: 30px 0 0 0;
    font-size: 15px;
    line-height: 18px; }
  .orderhistory-title,
  .favorite-title {
    font-size: 15px;
    line-height: 18px;
    padding: 13px 0 0 0; }
  .orderhistory-subtitle,
  .favorite-subtitle {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0 0 0; }
  .orderhistory-price,
  .favorite-price {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0 0 0; } }

@media (max-width: 440px) {
  .products-slider-featured {
    display: flex;
    flex-wrap: wrap; }
  .products-slider-featured .product-slider-item {
    flex-basis: 50%;
    padding: 0; }
  .products-slider-featured .product-slider-item .product__media {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1217px; } }
