body {
  font-family: "Inter", sans-serif;
  color: #2d2d2d;
  font-size: 14px;
}
p {
  font-size: 14px;
  margin: 0 0 15px;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 0;
}
.hidden-body {
  overflow: hidden;
}
#logo {
  margin-bottom: 0;
  margin-right: 25px;
}
.well h2 {
  margin-top: 0;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #495c80;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
}
.swiper-pagination {
  display: none !important;
}
.swiper-pager {
  display: none !important;
}
.btn-primary {
  color: #4a5b80;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  background-image: none;
  border-color: #4a5b80;
  text-shadow: none;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 8px;
  box-sizing: border-box;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #ba5b56;
  border: 1px solid #ba5b56;
  text-shadow: none;
  background-position: 0 -15px;
  box-shadow: none;
  text-shadow: none;
  box-sizing: border-box;
}
#cart {
  margin-bottom: 0;
  /*position: relative;*/
}
.header__search #search {
  display: flex;
  margin-bottom: 0;
}
.menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list div {
  margin-right: 15px;
}
.menu-list .active {
  font-weight: 600;
}
#menu {
  background: #f4f4f4;
  border: none;
  padding: 25px 0;
  margin-top: 0;
  overflow-x: auto;
  padding: 25px 80px;
}
.menu-list div a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #4a5a80;
  font-size: 15px;
}
.menu-list div a p {
  margin-bottom: 0;
}
.menu-list div a img {
  margin-right: 15px;
}
.header-nav__side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav__side-col {
  display: flex;
  flex-direction: row;
}
.header-nav__mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100svh;
  z-index: 999;
  border-radius: 8px;
  padding: 20px;
}
.header-nav__mobile-inner__scroll {
  overflow-x: scroll;
}
.header-nav__mobile-inner {
  background: #fff;
  height: 100%;
  width: 100%;
  border: 1px solid #4a5b80;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 0;
}
.header-nav__mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav__mobile-header p {
  margin-bottom: 0;
  font-size: 16px;
}
.header-nav__mobile-close {
  border: 1px solid #4a5b80;
  border-radius: 8px;
  display: flex;
  padding: 10px;
}
.header-nav__mobile-close svg {
  width: 20px;
  height: 20px;
}
.nav-btn.header__burger {
  display: none;
}
.menuburger {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.menuburger-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 49%;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #4a5b80;
  margin-bottom: 10px;
  background: #ffffff;
}
.menuburger-category a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  color: #000;
}
.menuburger-category p {
  margin-bottom: 0;
}
.menuburger-category.active {
  background: #f4f4f4;
}
.menuburger-category a img {
  width: 30px;
  height: 32px;
}
.header-nav__mobile-content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.header-nav__mobile-content p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.header-nav__mobile-content-link {
  font-size: 14px;
  color: #000;
  padding: 15px 15px;
  border: 1px solid #58688b;
  border-radius: 8px;
}
.header__phone a {
  font-weight: 500;
  font-size: 19px;
  color: #4a5a80;
  display: flex;
  align-items: center;
}
.header__phone svg {
  margin-right: 10px;
}
.nav-btn {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4a5b80;
  border-radius: 8px;
  margin-left: 10px;
}
#cart .dropdown-toggle {
  background: none;
  border: none;
  margin-bottom: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  position: relative;
}
#cart .dropdown-menu {
  right: 0;
  top: 50px;
  min-width: 314px;
  background: #fff;
  border: 1px solid #4a5b80;
  padding: 15px 20px;
  border-radius: 8px;
}
span#cart-total {
  position: absolute;
  top: 0;
  right: 0;
}
span#cart-total {
  position: absolute;
  top: -13px;
  right: -15px;
  background: #4a5b80;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.header__search #search {
  display: flex;
  margin-bottom: 0;
}
#search .input-lg,
#input-search.input-lg {
  height: 44px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #4a5a80;
  box-shadow: none;
}
#search .input-lg {
  border-left: 0;
}
button.search-btn {
  border: 1px solid #4a5a80;
  border-radius: 8px 0px 0px 8px;
  background: none;
  border-right: 0;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 11px;
}
.dropdown-cart {
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}
.dropdown-cart__item {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dropdown-cart__item:last-child {
  margin-bottom: 0;
}
.dropdown-cart__item-img {
  width: 25%;
}
.dropdown-cart__item-caption {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  font-size: 14px;
  color: #000105;
}
.dropdown-cart__item-caption button {
  width: 26px;
  height: 26px;
  background: #f4f4f4;
  border: 1px solid #f5f4f5;
  font-weight: 500;
  text-shadow: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000105;
}
.dropdown-cart__item-name a {
  color: #000105;
}
.dropdown-cart__item-img img {
  background: #f4f4f4;
  border: none;
}
.dropdown-cart__item {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dropdown-cart__item-remove button {
  padding: 0;
}
.dropdown-cart__item-remove.btn-danger:hover svg path {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.dropdown-cart__item-quantity span {
  padding: 0 10px;
}
.dropdown-cart__item-name {
  width: 40%;
  padding-right: 10px;
}
.dropdown-cart__item-total {
  width: 25%;
  text-align: center;
}
#cart .dropdown-menu li > div {
  min-width: max-content;
  padding: 0;
}
#cart .dropdown-menu p {
  font-size: 14px;
}
.dropdown-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dropdown-cart__footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.dropdown-cart__total {
  display: flex;
  flex-direction: row;
}
.dropdown-cart__total p:not(:nth-last-of-type(-n + 2)) {
  display: none;
}
.dropdown-cart__total-checkout {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropdown-cart__total {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #000105;
}
.dropdown-cart__total-btncheckout {
  padding: 10px 15px;
  border: 1px solid #4a5b80;
  border-radius: 8px;
  color: #4a5b80;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.dropdown-cart__total-btncheckout:hover {
  background: #b95b55;
  color: #fff;
  border: 1px solid #b95b55;
}
.dropdown-cart__item-quantity {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown-cart__item-remove button {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5b80;
  box-shadow: none;
  aspect-ratio: 1 / 1;
  margin-left: 10px;
}
.header__account,
.header__info {
  position: relative;
}
.nav-btn.header__account button,
.nav-btn.header__info button {
  background: none;
  border: none;
}
.header__account .dropdown-menu.dropdown-menu-right,
.header__info .dropdown-menu.dropdown-menu-right {
  right: 0;
  top: 50px;
  min-width: auto;
  background: #fff;
  border: 1px solid #4a5b80;
  padding: 10px;
  text-align: center;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #4a5b81;
  background-color: transparent;
  background-image: none;
}
.nav-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-cart__item-caption button {
  width: 25px !important;
  height: 25px;
  padding: 0;
  border-radius: 8px;
}
.nav-btn.open svg path,
.nav-btn.open svg circle {
  stroke: #4a5b80;
}
.breadcrumb {
  display: none !important;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  margin-top: 20px;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb > li {
  text-shadow: none;
  padding: 0 15px 0 20px;
  position: relative;
  line-height: 40px;
}
.breadcrumb > li > a {
  color: #4a5b80;
  padding: 10px 15px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  background: #f4f4f4;
  font-size: 14px;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: -5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li:last-child::after {
  display: none;
}
.product-layout.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
.product-thumb .caption {
  padding: 0;
  min-height: auto;
}
.product-thumb {
  border-radius: 8px;
  width: 100%;
  padding: 23px;
  min-height: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #f4f4f4;
  justify-content: center;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
.product-thumb:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.product-thumb__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-thumb__bagdes {
  position: absolute;
  top: -13px;
  display: flex;
}
.product-thumb__bagdes > div {
  padding: 8px 15px;
  line-height: 11px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 11px;
}
.product-thumb__bagdes .hot {
  background: #ba5b56;
  color: #fff;
}
.product-thumb__bagdes .vegan {
  background: #00ab45;
  color: #fff;
}
.product-thumb__bagdes .discount {
  background: #4a5b80;
  color: #fff;
}
.product-page .product-page__badges .discoun {
  background: #4a5a80;
  color: #fff;
}
.product-thumb__bagdes .new {
  background: #ffc700;
  color: #000;
}
.product-thumb__characters {
  font-size: 17px;
  margin-bottom: 13px;
  margin-top: 5px;
  font-weight: 500;
  color: #ba5b56;
}
.product-thumb__top a {
  font-size: 16px;
  color: #000105;
  font-weight: 400;
  line-height: 25px;
}
.product-thumb__description {
  color: #000105;
  font-size: 15px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  white-space: normal;
  word-break: break-word;
}
.product-thumb__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}
.product-thumb__top button,
.product-thumb__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #4a5b80;
  border-radius: 8px;
  flex-shrink: 0;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.product-thumb .price {
  color: #000105;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 0;
}
p.product-page__right-price__old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 0;
}
p.product-page__right-price__special {
  margin-bottom: 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-thumb__btn {
  border-radius: 8px;
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #4a5b80;
  flex: 1;
  margin-left: 15px;
  background-color: #f0f0f0;
  text-align: center;
}
.product-thumb__btn:hover {
  color: #ffffff;
  background: #ba5b56;
}
.category-controls label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px !important;
  width: 44px;
  margin-bottom: 0;
}
.category-controls .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.category-controls select,
.search-field select {
  height: 44px !important;
  font-size: 14px !important;
  color: #000105;
  padding: 10px !important;
  border-radius: 8px !important;
  box-sizing: border-box;
}
.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 0;
}
.category-cat-items ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.category-cat-items ul li {
  list-style: none;
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
}
.category-top h1 {
  margin: 0;
}
.category-description {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000105;
  margin-top: 30px;
}
.category-description b {
  font-weight: 500;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
  margin-right: 10px;
  font-weight: 400;
}
.alert-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
}
.alert {
  padding: 20px 30px 20px 20px;
  width: 100%;
  background: #ffffff;
  color: #000105;
  border: 1px solid #4a5b80;
  font-size: 14px;
  line-height: 25px;
  z-index: 99;
  position: relative;
}
.alert a {
  color: #000105;
}
footer {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
  border-top: none;
  color: #e2e2e2;
}
.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
  background: #f4f4f4;
  padding: 30px;
  border-radius: 12px;
}
.footer-info {
  width: 49%;
  display: flex;
  gap: 30px;
}
.footer-map {
  width: 49%;
}
.footer-map iframe {
  border-radius: 8px;
}
.footer-info__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  align-items: flex-start;
}

#search .input-group .form-control {
  width: 100%;
}
.header__search {
  flex: 1;
}
.product-page__buttons-buy {
  width: auto;
  height: 44px;
  font-size: 16px;
  padding: 0 40px;
  background: #f4f4f4;
  color: #4a5b80;
  font-weight: 500;
  text-shadow: none;
  border: none;
}
.product-page__buttons-buy.not-stock {
  background: #fff;
  color: #4a5b80;
  border: 1px solid #4a5b80;
  pointer-events: none;
}
.product-page__buttons-buy.not-stock:hover {
  background: #fff;
  color: #4a5b80;
}
.product-page {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  justify-content: space-between;
}
.product-page__right h1 {
  font-weight: 500;
  text-shadow: none;
  margin-bottom: 15px;
}
.product-page__right {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page__right-description {
  font-size: 15px;
  line-height: 30px;
  color: #000105;
}
.product-page__right-price {
  font-size: 20px;
  font-weight: 500;
  color: #000105;
}
.product-page__controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-page__right-price__notspecial {
  margin-bottom: 0;
  font-size: 18px;
}
.form-group.product-page__buttons {
  margin-bottom: 0;
  margin-left: 20px;
}
.product-page__left .thumbnail {
  border: none;
  margin-bottom: 0;
}
.module-products h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
}
.product-page__buttons-buy:hover {
  color: white;
  background: #ba5b56;
  border: none;
  box-shadow: none;
}
.product-page__badges div {
  padding: 0 18px;
  line-height: 26px;
  width: fit-content;
  border-radius: 8px;
  margin-right: 11px;
  font-size: 11px;
  font-weight: 600;
}
.product-page__badges div.hot {
  background: #ba5b56;
  color: #fff;
}
.product-thumb__related-name {
  font-size: 18px;
  color: #000105;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.menu-list div:last-child {
  margin-right: 0;
}
.module-products {
  position: relative;
  margin-top: 30px;
}
.owl-dots {
  display: none;
}
.module-products .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  gap: 10px !important;
  display: flex;
}
.module-products .owl-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid #f4f4f4 !important;
  border-radius: 8px;
}
.module-products .owl-nav button span {
  font-size: 20px;
}
.product-thumb__btn.incart {
  background: #b95b55;
  color: #fff;
}
.product-thumb__btn.not-stock {
  background: #fff;
  color: #4a5a80;
  border: 1px solid #4a5a80;
  pointer-events: none;
}
.product-thumb__btn.not-stock:hover {
  color: #4a5a80;
}
.owl-carousel .owl-stage-outer {
  padding: 20px 15px 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.dropdown-cart__header-title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.free-ship-info.active-free-ship {
  color: #4a5a80 !important;
  font-weight: 400 !important;
  border: 1px dashed #4a5a80 !important;
}
.active-subcategory {
  background-color: #4a5b80 !important;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1600px) {
  .container {
    width: 95%;
  }
  .product-layout.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1280px;
  }
  .product-layout.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1399px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: auto;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 95%;
  }
  .product-layout.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .category-cat-items ul {
    width: 100%;
    overflow-x: scroll;
  }
  .category-cat-items ul li {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .container {
    width: 95%;
  }

  .product-layout.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-list div:last-child {
    padding-right: 25px;
  }

  .category-cat-items ul {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: flex-start;
    padding-left: 0;
  }
  .category-cat-items ul li {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .product-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .product-page__left .thumbnail {
    border: none;
    margin-bottom: 0;
  }

  .product-layout.product-grid {
    display: flex;
    grid-column-gap: 0;
    flex-wrap: wrap;
    grid-row-gap: 0;
  }
  .product-page__right {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .product-thumb:not(.bestseller-products__owl .product-thumb) {
    width: 48%;
  }
  #menu {
    background: #f4f4f4;
    border: none;
    padding: 25px 0;
    margin-top: 15px;
    overflow-x: scroll;
    padding: 15px;
    white-space: nowrap;
  }
  .menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-thumb .image img {
    width: 100%;
  }
  .header-nav__side {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-controls {
    justify-content: flex-end;
  }
  #cart.open .dropdown-menu {
    display: flex;
  }
  #cart .dropdown-menu {
    display: none;
    position: fixed;
    left: 4%;
    top: 20px;
    width: 92%;
    min-width: 92%;
    background: #fff;
    border: 1px solid #4a5b80;
    border-radius: 8px;
    padding: 15px 20px;
    z-index: 99999;
    height: calc(100svh - 40px);
    flex-direction: column;
    justify-content: space-between;
  }
  .dropdown-cart__item-img {
    width: auto;
    aspect-ratio: 3 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 8px;
  }
  .dropdown-cart__item-caption {
    flex: auto;
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    font-size: 14px;
    color: #000105;
    flex-wrap: wrap;
    position: relative;
  }
  .dropdown-cart__item-name {
    width: 100%;
    padding-right: 29px;
    margin-bottom: 8px;
  }
  .dropdown-cart__item-total {
    width: 50%;
    text-align: center;
    height: 27px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .dropdown-cart__item-remove {
    position: absolute;
    right: 0;
    top: 0px;
  }
  #cart .dropdown-menu li > div {
    min-width: fit-content;
    padding: 0;
  }
  .dropdown-cart__header-title {
    font-size: 14px !important;
  }
}
@media (min-width: 540px) {
  #banner-wrapper0 {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 541px) {
  #slideshow-wrapper0 {
    display: none !important;
  }
  #banner-wrapper0 {
    display: flex !important;
  }
}
@media (max-width: 540px) {
  .container {
    width: 97%;
  }
  .product-thumb:not(.bestseller-products__owl .product-thumb) {
    width: 100%;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0 0;
    flex-direction: column;
  }
  .nav-btn.header__burger {
    display: flex;
  }
  .header-nav__side-col .nav-btn {
    width: 100%;
  }
  .header-nav__side:first-child {
    margin-bottom: 20px;
  }
  .header-nav__side:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    width: 100%;
  }
  .header-nav__side-col {
    display: flex;
    width: 100%;
    position: relative;
  }
  .nav-btn.header__info {
    display: none;
  }
  .header-nav__side-col .nav-btn:first-child {
    margin-left: 0;
  }
  .header__search {
    flex: 1;
  }
  .header__logo {
    width: 40%;
  }
  .header__phone a {
    font-size: 18px;
  }
  #logo {
    margin-bottom: 0;
    margin-right: 15px;
  }
  div#account-login {
    margin-top: 15px;
  }
}
@media (max-width: 420px) {
  #menu {
    padding: 15px 15px;
  }
}
@media (max-width: 380px) {
  .header__logo {
    width: 40%;
  }
  #menu {
    padding: 15px 15px;
  }
  .menu-list img {
    width: 30px;
  }
}
@media (max-width: 360px) {
  .header__logo {
    width: 40%;
  }
  .header__phone a {
    font-size: 16px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ----------------------------------FOR PAGES------------------------------- */

a {
  color: inherit;
}

label {
  font-size: inherit;
}

/* SECTION */

.section-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.section-legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding: 15px 0px 7px;
}

/* FORM */

.form-control,
.form-control:focus {
  box-shadow: none;
}

.form-control {
  height: 44px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
}

.form-control:focus {
  border-color: #4a5a80;
}

.form-group .form-control:not(#input-sort.form-control) {
  margin-bottom: 15px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control {
  font-size: 14px;
}

.form-group {
  margin-bottom: 0;
}

.form-horizontal .control-label {
  text-align: left;
}

/* ADDITIONAL */

.well p {
  margin-bottom: 15px;
}

.list-unstyled,
.list-unstyled li {
  display: flex;
}

.list-unstyled {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.list-unstyled li {
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #4a5b80;
  padding: 25px 20px;
  text-align: center;
  border-radius: 15px;
  width: 23%;
}

.table-responsive {
  border: none;
}

@media screen and (max-width: 992px) {
  .list-unstyled li {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .list-unstyled li {
    width: 100%;
  }
}

/* BUTTONS */

.buttons {
  margin: 2em 0;
}

@media screen and (max-width: 540px) {
  .btn,
  .buttons div {
    width: 100%;
  }

  .buttons {
    margin: 1em 0;
  }

  .buttons .btn {
    margin-top: 15px;
  }
}

/* TEXTS */

.text-danger {
  margin-bottom: 10px;
}

/* PRODUCT THUMB */

.product-thumb__top button.active {
  min-width: 22px;
  min-height: 19px;
  max-width: 22px;
  max-height: 19px;
}

.product-thumb__top button svg {
  min-width: 22px;
  min-height: 19px;
  max-width: 22px;
  max-height: 19px;
}

/* ALERT */

.close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

/* HEADER */

.header__logo {
  min-width: 99px;
}

.header__phone {
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .header__search {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .header__account {
    position: static;
  }

  .header__account .dropdown-menu.dropdown-menu-right {
    width: 100%;
  }
}

/* DROPDOWN CART */

button.dropdown-cart__header-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 1px solid #4a5b80;
  border-radius: 8px;
  padding: 10px;
  background-color: transparent;
  width: auto;
  height: auto;
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .category-cat-items ul {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-cart {
    max-height: none;
  }
  .category-cat-items ul {
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 420px) {
  .dropdown-cart__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-cart__total-checkout,
  .dropdown-cart__total-btncheckout {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .dropdown-cart__item-total {
    justify-content: flex-start;
  }
}

/* OWL CAROUSEL */

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #ba5b56;
}

.owl-carousel .owl-nav button.owl-next:hover span,
.owl-carousel .owl-nav button.owl-prev:hover span {
  color: #fff;
}

/* PAGINATION */

.pagination {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination > li > a,
.pagination > li > span {
  height: 44px !important;
  display: flex;
  align-items: center;
  aspect-ratio: 1 / 1;
  justify-content: center;
  border-radius: 5px;
  color: #000105;
  border-color: #4a5b80;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ba5b56;
  border-color: #ba5b56;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
}

/* FOOTER */

footer a,
.footer-title {
  color: #000;
}

footer a:hover {
  color: #ba5b56;
}

.footer-info__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.footer-phone {
  color: #4a5a80;
  font-size: 19px;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }

  .footer-info,
  .footer-map {
    width: 100%;
  }

  .footer-info {
    flex-wrap: wrap;
  }

  .footer-info__contacts,
  .footer-info__links {
    flex-grow: 1;
  }
}

/* -------------------------------PRODUCT PAGE------------------------------ */

.product-page__badges {
  display: flex;
}

.product-page__badges div.vegan {
  background-color: #00ab45;
  color: #fff;
}

.product-page__badges div.new {
  background-color: #ffc700;
  color: #000;
}

.product-page__characters {
  font-size: 17px;
  margin-bottom: 13px;
  margin-top: 5px;
  font-weight: 500;
  color: #ba5b56;
}

.product-page__right-description span {
  text-wrap-mode: wrap !important;
}

@media screen and (min-width: 768px) {
  .product-page__left {
    max-width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .form-group.product-page__buttons {
    flex-grow: 1;
  }
}

/* ----------------------------------SEARCH PAGE----------------------- */

.search-field,
.search-checkboxes {
  margin-bottom: 20px;
}

.search-field {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.search-field .btn {
  width: 100%;
}

/* ------------------------ACCOUNT PAGE----------------------- */

.account-title {
  margin-bottom: 40px;
}

.account-table {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #4a5a80;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* -------------------------------------LOGIN PAGE--------------------------- */

.login-group-password {
  margin-bottom: 15px;
}

/* -------------------------ADDRESS PAGE----------------------- */

.account-table-address {
  min-width: 340px;
}

.account-table-address form,
.account-table-address__buttons {
  display: flex;
}

.account-table-address form {
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-table-address form + form {
  border-top: 1px solid #4a5a80;
}

.account-table-address__info {
  width: 80%;
}

.account-table-address__buttons {
  flex-direction: column;
}

/* ------------------------------------ORDER PAGE------------------------- */

/* ORDER LIST */

.account-table__row {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-table__row:not(:last-child) {
  border-bottom: 1px solid #4a5a80;
}

.account-table__row div {
  width: 21%;
  white-space: nowrap;
  flex-grow: 1;
}

.account-table__button a {
  width: 100%;
}

.account-table__button i {
  display: none;
}

@media screen and (max-width: 767px) {
  .account-table__row div {
    width: auto;
  }

  .account-table__button span {
    display: none;
  }

  .account-table__button i {
    display: block;
  }
}

/* ORDER INFO */

.account-table-order {
  display: flex;
  gap: 10px;
}

.account-table-order__details,
.account-table-order__comment {
  flex-basis: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-table-order__title {
  padding-bottom: 20px;
}

.account-table-order__list {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 540px) {
  .account-table-order {
    flex-direction: column;
    gap: 20px;
  }

  .account-table-order__details {
    padding-bottom: 0;
  }

  .account-table-order__comment {
    padding-top: 0;
  }
}

/* ------------------------------------ONEPCHECKOUT PAGE--------------------------------- */

.cart-list,
.checkout-сustomer,
.checkout-delivery-time,
.checkout-shipping-method,
.checkout-payment-method,
.checkout-comment,
.totals-inner,
.checkout-address {
  border: 1px solid #4a5a80;
}

@media screen and (max-width: 619px) {
  .cart-totals {
    margin-right: 15px;
  }
}

.payment-block__wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
}

.payment-block {
  width: 50%;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 12px;
}

.payment-block h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
}

.payment-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 580px) {
  .payment-block__wrapper {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .payment-block {
    width: 100%;
  }
}

.addon-text {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 20px;
    background: #f4f4f4;
    gap: 15px;
    border-radius: 8px;
    align-items: flex-start;
}

.addon-text p {
    margin-bottom: 0;
}

.addon-text div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.addon-text div svg {
    width: 30px;
    height: auto;
}

