@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background-image: url(/catalog/view/theme/default/image/bg/tiles.png);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a:hover {
  text-decoration: none;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-control {
  border-radius: 0;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
  font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #008c8c;
  background-image: linear-gradient(to bottom, #07a1a1, #057878);
  background-repeat: repeat-x;
}

.dropdown-menu {
  border-radius: 0;
}

a {
  color: #008c8c;
}

a:focus, a:hover {
  color: #057878;
  text-decoration: none;
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  /*margin-bottom: 10px;*/
}

#search .input-lg {
  height: 34px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  /*margin-bottom: 10px;*/
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 0;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #333333;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background: inherit;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li > a {
  color: #008c8c;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 120px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
  display: flex;
}

.product-thumb .price-new {
  font-weight: 600;
  color: red;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 15px;
  gap: 10px;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  border: none;
  display: inline-block;
  float: left;
  background-color: #0f8c8b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background-color: #0c6261;
  text-decoration: none;
  cursor: pointer;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

#slideshow0.owl-carousel {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
}

#slideshow0.owl-carousel .item img {
  width: 100%;
  object-fit: cover;
}

.owl-wrapper-outer {
  border: none !important;
  box-shadow: none !important;
}

header {
  padding-top: 10px;
}

.header-top__line {
  border-bottom: 3px solid #008c8c;
}

.header-top__line,
header,
.product-thumb {
  background: #fff;
}

@media (min-width: 1480px) {
  .container {
    width: 1410px;
  }
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
}

.header-top__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top__adress {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header-top__adress a {
  color: black;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials i {
  font-size: 22px;
}
.actions i {
  font-size: 15px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header__logo {
  flex: 0 0 20%;
}
.header__logo img {
  width: 120px;
}
.header__center {
  flex: 1 0 50%;
}
@media (max-width: 768px) {
  .header__center {
    display: none;
  }
}
.header__items {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
}
@media (max-width: 768px) {
  .header__items {
    display: none;
  }
}
.header__item {
  padding: 0;
}
.header__nubmer {
  display: flex;
  flex-direction: column;
}

.header-bottom {
  position: relative;
  background-color: #333333;
}
.header-bottom__body {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  gap: 15px;
}
.header-bottom__menu {
  position: relative;
}
.header-bottom__item {
  list-style: none;
}
.header-bottom__link:hover .catalog-menu {
  display: flex;
}

.header-bottom {
  /* Меняем гамбургер иконку, когда меню открыто */
}
.header-bottom__link {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 15px;
  font-weight: 600;
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .header-bottom__link {
    display: none;
  }
}
.header-bottom__menu {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  height: 50px;
  background: #008c8c;
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  .header-bottom__menu {
    flex: 0 0 auto;
  }
}
.header-bottom .header-bottom__burger-icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: inherit;
  border: none;
}
.header-bottom .header-bottom__burger-icon .bar {
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.header-bottom .header-bottom__burger-icon .bar:nth-of-type(2) {
  top: calc(50% - 9px);
}
.header-bottom .header-bottom__burger-icon .bar:nth-of-type(3) {
  top: calc(50% + 9px);
}
.header-bottom .header-bottom__burger-icon.active .bar:nth-of-type(1) {
  display: none;
}
.header-bottom .header-bottom__burger-icon.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.header-bottom .header-bottom__burger-icon.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.header-bottom__item {
  display: flex;
  align-items: center;
}
.header-bottom__item--catalog {
  padding: 0 15px;
  width: 100%;
}
.header-bottom__item--catalog .catalog-menu {
  display: none;
  background: #fff;
  color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5000;
}
.header-bottom__item--catalog .catalog-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 276px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  --webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  --moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.header-bottom__item--catalog .catalog-menu__item:hover .catalog-submenu {
  display: flex;
}
.header-bottom__item--catalog .catalog-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.header-bottom__item--catalog .catalog-menu__link:hover {
  background: #008c8c;
  color: white;
}
.header-bottom__item--catalog .catalog-menu__link--active {
  background: #f5f5f5;
}
.header-bottom__item--catalog .catalog-menu__burger {
  width: 16px;
  height: 2px;
  background: #fff;
  margin-right: 8px;
}
.header-bottom__item--catalog .catalog-menu__burger::before, .header-bottom__item--catalog .catalog-menu__burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: #fff;
}
.header-bottom__item--catalog .catalog-menu__burger::before {
  top: -5px;
}
.header-bottom__item--catalog .catalog-menu__burger::after {
  top: 5px;
}
.header-bottom__item--catalog .catalog-menu__icon {
  width: 20px;
  height: 20px;
}
.header-bottom__item--catalog .catalog-submenu {
  display: none;
  gap: 10px;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  --webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  --moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
}
.header-bottom__item--catalog .catalog-submenu__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.header-bottom__item--catalog .catalog-submenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-bottom__item--catalog .catalog-submenu__image {
  margin-top: auto;
}
.header-bottom__item--catalog .catalog-submenu__image img {
  max-width: 100%;
  height: auto;
}

.catalog-link-btn {
  display: flex;
  align-items: center;
  height: 50px;
}
.catalog-link-btn a {
  color: white;
}

.search-header {
  width: 100%;
  flex: 0 1 100%;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.header-cart {
  background: inherit;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

.aboutus__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.aboutus__image img {
  max-width: 600px;
  width: 100%;
}
.aboutus__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 45%;
}
.products {
  padding: 20px;
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.products__item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.products__item .products__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.products__item .products__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.products__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  background: #008c8c;
  padding: 5px 10px;
  border-radius: 0;
}
.products__brands {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.products__brands .products__brand {
  background: #fff;
  border-radius: 0;
  padding: 5px 10px;
  max-height: 40px;
  object-fit: contain;
}

.product-layout {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-layout__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  align-items: stretch;
}
.product-layout__item {
  background: #fff;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.product-layout__image {
  margin: 0 auto;
}
.product-layout__image img {
  width: 100%;
}
.product-layout__about {
  flex-grow: 1;
}
.product-layout__actions {
  margin-top: auto;
}
.product-layout__cart {
  border: none;
  background: inherit;
  display: flex;
  gap: 5px;
}
.product-layout__wishlist {
  border: none;
  background: inherit;
}
.product-layout__compare {
  border: none;
  background: inherit;
}

.price {
  display: flex;
  flex-direction: column;
}

.product-list .product-thumb {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 15px;
  flex-direction: row;
}

.product-list .product-thumb .image img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.product-list .product-list__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  gap: 20px;
}

.product-list .caption {
  flex: 1;
}

.product-list .prod-article {
  font-size: 13px;
  margin-bottom: 8px;
}

.product-list .caption {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
}

.product-list .price {
  font-size: 22px;
  margin-top: 10px;
}

.product-list .button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.product-list .btn-left {
  margin-bottom: 5px;
}

.product-list .btn-right {
  display: flex;
  gap: 5px;
}

.product-list .btn-right button {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .product-list .product-thumb {
    flex-direction: column;
  }
  .product-list .product-thumb .image {
    width: 100%;
    padding: 0;
  }
  .product-list .product-list__body {
    flex-direction: column;
    width: 100%;
  }
  .product-list .button-group {
    flex-direction: row;
    width: 100%;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 320px));
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}

.btn-right {
  display: flex;
  gap: 10px;
}

.offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1050;
  transition: left 0.3s ease;
  overflow: auto;
  box-shadow: 0px 0px 5px black;
}
.offcanvas.active {
  left: 0;
}
.offcanvas__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 305px;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.offcanvas.active .offcanvas__overlay {
  display: block;
}
.offcanvas__body {
  position: relative;
  z-index: 1050;
  padding: 20px;
}
.offcanvas__close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #008c8c;
}
.offcanvas__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.offcanvas__item {
  margin-bottom: 15px;
}
.offcanvas__link {
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.offcanvas__link:hover {
  color: #008c8c;
}

.offcanvas__header-body {
  background: #333333;
}

.offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offcanvas__logo {
  padding-left: 20px;
}
.offcanvas__logo img {
  filter: grayscale(1) invert(1) brightness(2);
  width: 80px;
}

.offcanvas__list.active {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas-catalog {
  display: none;
}

.offcanvas-catalog.active {
  display: block;
}

body.offcanvas-open {
  overflow: hidden;
  padding-right: 14px;
}

.offcanvas__list li a {
  color: black;
  font-weight: 600;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  margin-bottom: 10px;
}

.mobile-menu__btn,
.mobile-submenu__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: black;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
}

.mobile-menu__submenu,
.mobile-submenu__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 33px;
}

.mobile-menu__submenu.open,
.mobile-submenu__list.open {
  display: block;
}

.mobile-submenu__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.back-to-main {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: black;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
}

.mobile-submenu__list li a {
  color: black;
  font-weight: 600;
}

.cart_modal_items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cart_modal_item {
  display: flex;
  color: #333;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.cart_modal_item_left {
  display: flex;
  gap: 20px;
}

.cart_modal_item_right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cart_modal_item_name {
  gap: 5px;
}
.cart_modal_item_name a {
  font-size: 18px;
}
.cart_modal_item_name .cart_modal_item_quantity {
  font-weight: bold;
}

.cart_modal_item_qty {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.cart_modal_item_qty input {
  flex: 0 1;
  max-width: 40px;
}

.cart_modal_item_total {
  font-size: 18px;
  font-weight: 600;
}

.cart_modal_item_thumb {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.btn-link {
  color: inherit;
}

.footer {
  background-image: url(/catalog/view/theme/default/image/bg/tiles_dark.png);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__brand {
  flex: 0 0 35%;
}
.footer__social-link img {
  width: 25px;
  height: 25px;
}
.footer__title {
  color: #008c8c;
}
.footer__list {
  list-style: none;
  padding: 0;
}
.footer__bottom {
  text-align: center;
}
ol, ul {
  margin-bottom: 0px;
}

.button-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 34px;
  border: none;
  background: #008c8c;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.button-new:hover {
  background: #007373;
  color: #ffffff;
}
.button-new:active {
  transform: translateY(1px) scale(0.98);
}

.button-new-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  min-height: 34px;
  border: none;
  background: #008c8c;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.button-new-text:hover {
  background: #007373;
  color: #ffffff;
}
.button-new-text:active {
  transform: translateY(1px) scale(0.98);
}

.button-new-second {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  min-height: 34px;
  border: none;
  background: #ddd;
  color: #008c8c;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.button-new-second:hover {
  background: #c5c1c1;
  color: #007373;
}
.button-new-second:active {
  transform: translateY(1px) scale(0.98);
}

.m-r-l {
  margin-right: 0;
  margin-left: 0;
}

.prod-article {
  font-size: 12px;
  font-weight: 400;
}

.hidden__price {
  position: absolute;
  top: 48%;
  left: 75%;
}

.hidden__price span {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.hidden__price span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
}

.hidden__price-icon:hover + span {
  opacity: 1;
  visibility: visible;
}