@font-face {
	font-family: 'Montserrat';
	src: url('/catalog/view/font/Montserrat/static/Montserrat-Regular.ttf')  format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: 'Montserrat', Arial, sans-serif;
	background: #f5f5f5
}
header {
	/*position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	margin-bottom: 20px;*/
}
.container-fluid {
	padding: 0;
}
.header-top {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #71789b;
	height: 40px;
}
.header-top a {
	word-spacing: 5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.header-top a:hover {
	text-decoration: none;
}
.header-block-bg {
	background-color: #262d51;
	height: 80px;          
	display: flex;         
	align-items: center;  
}
.header-block {
	background-color: transparent;
	width: 100%;
}
.header-block .logo img {
	max-height: 58px;
}
.header-block-bg .row {
	display: flex;
	align-items: center;
	height: 100%;
}
.btn-brands {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 4px 12px;
	text-transform: uppercase;
	font-size: 12px;
}
.search-form {

}
.search-form .form-control {
	background-color: #fff;
	border: none;
	color: #000;
	height: 30px;
	font-size: 16px;
	box-shadow: none;

}
.search-form .form-control::-webkit-input-placeholder { color: #b9b9b9; }
.search-form .form-control::-moz-placeholder          { color: #b9b9b9; }
.search-form .input-group-btn .btn {
	background-color: #fff;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 1;
}
.header-icons a {
	color: #fff;
	margin-left: 18px;
	display: inline-block;
	vertical-align: middle;
}
.header-icons .cart-link .cart-text {
	margin-left: 6px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}
.header-icons .cart-link:hover {
	text-decoration: none;
}
.fa-placeholder::placeholder {
	font-family: "FontAwesome", Arial, sans-serif;
	font-weight: normal;
	color: #ddd; /* за потреби */
}
.fa-placeholder::-webkit-input-placeholder { font-family: "FontAwesome"; }
.fa-placeholder:-moz-placeholder          { font-family: "FontAwesome"; }
.fa-placeholder::-moz-placeholder         { font-family: "FontAwesome"; }
.fa-placeholder:-ms-input-placeholder      { font-family: "FontAwesome"; }
.header-block .fa-lg {
	font-size: 30px;
	line-height: .75em;
	vertical-align: -15%;
}

/** Header menu **/
.header-categories {
	margin-bottom: 20px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #262d51;
	border: solid #ededed;
	border-width: 1px 0;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
	height: 110px;
	display: flex;
	align-items: center;
}
.category-icons {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.category-icons li {
	position: relative;
	display: inline-block;
}
.category-icons a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #4e4e4e;
	text-decoration: none;
	font-size: 12px;
	padding: 19px 10px;
	margin: 0;
}
.category-icons img {
	width: 50px; 
	height: 50px; 
	margin-bottom: 4px;
}
.category-icons li a {
	font-weight: bold;
	font-size: 15px;
}
.category-icons li:hover > a {
	color: #72a805;
	text-decoration: none;
	font-size: 15px;
}
.category-icons li a:hover {
	color: #72a805;
	text-decoration: none;
	font-size: 15px;
}
.mega-menu {
	display: none;
	position: absolute;
	top: 100%; left: 0;
	background: #fff;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 1000;
}
.category-icons li:hover > .mega-menu {
	display: block;
}
.mega-menu__inner {
	display: flex;
}
.mega-menu__col {
	margin-right: 30px;
	min-width: 140px; 
}
.mega-menu__col:last-child {
	margin-right: 0;
}
.mega-menu__col li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	width: 240px;
}
.mega-menu__col li:last-child {
	margin-bottom: 0;
}
.mega-menu__col img {
	width: 50px; 
	height: 50px;
	margin-right: 8px;
}
.mega-menu__col a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
.mega-menu__col a:hover {
	text-decoration: underline;
}
.category-icons li .mega-menu {
	top: 105px;
}

/** Footer **/
footer {
	background: #fff;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #444;
	margin-top: 20px;
}
footer a {
	color: #444;
	font-size: 13px;
}
footer a:hover {
	text-decoration: none;
}
.footer-logo {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-logo img {
	height: 24px;
	vertical-align: middle;
	margin-right: 8px;
}
.footer-copy {
	margin: 0 0 10px;
	color: #222;
    font-size: 12px;
}
.footer-copy span {
	font-size: 16px;
	color: #262d51!important;
}
footer h4 {
	font-size: 14px;
    font-weight: bold;
    color: #a7a7a7;
    margin-bottom: 10px;
}
footer .list-unstyled li {
	margin-bottom: 8px;
}
footer .glyphicon {
	margin-right: 6px;
	color: #666;
}
footer .small {
	font-size: 12px;
	color: #888;
}

/** Latest block **/
/* бейдж “Новинка” */
.badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #00b7e4;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  z-index: 10;
}

/* підлаштування кнопок-стрілок */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: rgba(255,255,255,0.8);
  border: none;
  padding: 6px 10px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
}
.owl-nav button.owl-prev { left: -25px; }
.owl-nav button.owl-next { right: -25px; }
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #fff;
}
.product-thumb {
	/*min-height: 368px;*/
	background: #fff;
}
.bottom-block {
	padding: 0 15px 15px;
}
.caption p {
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.caption h4 a {
	margin: 0 0 6px;
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    text-align: default;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    color: #000;
}
.caption h4 a:hover {
	text-decoration: none;
	color: #72a805;
}
.article-title {
	display: inline-block;
    font-size: 11px;
    color: #000;
}
.caption h4 {
	margin-top: 5px;
	line-height: normal;
    height:30px;
}
.caption .quantity-title {
	margin-top: 10px;
    font-size: 14px;
    color: #83b224;
    font-weight: 700;
}
.btn-get-price {
	border-color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: 0;
    background: #262d51;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
/* контейнер, від якого абсолютне позиціювання */
.hover-info-container {
  position: absolute;
  top: 100%;              /* під самою картою товару */
  left: 50%;
  transform: translateX(-50%);
  display: none;          /* сховаємо за замовчуванням */
  z-index: 1000;
  margin-top: 8px;
}

/* сам блок інфи */
.hover-info {
  position: relative;
  width: 260px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 12px;
  font-size: 13px;
  color: #333;
}

/* стрілочка зверху */
.hover-info::before {
  content: "";
  position: absolute;
  top: -8px; left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

/* заголовки всередині */
.hover-info h5 {
  margin: 8px 0 6px;
  font-weight: 600;
  font-size: 14px;
}

/* each option */
.hover-option {
  margin-bottom: 8px;
}

/* атрибут у дві колонки */
.hover-attribute {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.hover-attribute strong { font-weight: 500; }

/* «пілка» для значення атрибута */
.attr-pill {
  background: #f0f0f0;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
}

/* кнопка «В бажання» */
.hover-info .btn-default {
  margin-top: 8px;
  font-size: 12px;
  padding: 4px 8px;
}

/* Показувати контейнер при hover */
.product-thumb:hover .hover-info-container {
  display: block;
}


ul.list-inline.category-icons {
  display: flex;
  justify-content: space-between; /* рівномірно розтягує всі li */
  align-items: flex-end;
  margin: 0;
  border-bottom: 2px solid #eee;
}

ul.list-inline.category-icons > li {
  flex: 1 1 0;            /* кожен li займає однакову ширину */
  min-width: 70px;        /* або свою мінімальну */
  max-width: 110px;       /* максимум щоб іконки не розтягувались */
  text-align: center;
  list-style: none;
  margin: 0 8px;
  padding: 8px 0 0 0;
  position: relative;
  transition: background 0.2s;
}

ul.list-inline.category-icons > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-size: 15px;
}

ul.list-inline.category-icons > li img {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  object-fit: contain;
}
ul.list-inline.category-icons > li span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

ul.list-inline.category-icons > li {
  display: flex;
  flex-direction: column;
  align-items: center;        /* по центру горизонтально */
  justify-content: center;    /* по центру вертикально! */
  height: 110px;              /* фіксована висота для меню */
}
ul.list-inline.category-icons > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;        /* по центру горизонтально */
  justify-content: center;    /* по центру вертикально! */
  height: 100%;
}
ul.list-inline.category-icons > li img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
ul.list-inline.category-icons > li span {
  display: block;
  height: 38px;        /* Фіксована висота під 2 рядки */
  line-height: 19px;
  margin-top: 4px;
  font-weight: normal;
}


@media (max-width: 1200px) {
  ul.list-inline.category-icons {
    padding: 0 10px;
  }
  ul.list-inline.category-icons > li {
    font-size: 13px;
    min-width: 60px;
    max-width: 95px;
    margin: 0 4px;
  }
  ul.list-inline.category-icons > li img {
    width: 40px;
    height: 40px;
  }
  ul.list-inline.category-icons > li span {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  ul.list-inline.category-icons {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }
  ul.list-inline.category-icons > li {
    flex: 0 0 80px;
    min-width: 80px;
    max-width: 100px;
  }
}
/***** Breadcrumbs *****/
ul.breadcrumb {
  padding: 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #f5f5f6;
  font-size: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.breadcrumb li {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
}
.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}
ul.breadcrumb li:not(:last-child) a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
ul.breadcrumb li a{
  color: #83b224;
  text-decoration: none;
}

ul.breadcrumb li:not(:last-child) a:hover {
  color: #83b224;
  text-decoration: none;
}
ul.breadcrumb li:last-child {
  color: #83b224;
  font-weight: 400;
}
ul.breadcrumb li:not(:last-child)::after {
  content: '›';
  margin: 0 8px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
}
ul.breadcrumb li i.fa-home {
  color: #333;
  margin-right: 6px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

/***** Images product page *****/

.thumbnails {
	padding: 0;
}

.thumbnails li {
	list-style-type: none;
}

.image-additional {
	width: 150px;
	height: 150px;
}

.image-additional a {
	height: 150px;
}

.product-title {
	margin: 0 0 10px;
  font-size: 25px;
  display: inline-block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: .5px;
  margin-bottom: 25px;
}

ul.thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px; /* Відстань між картинками */
  padding: 0 0 8px 0;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 #f5f5f6;
  max-width: 100%;
  margin-bottom: -15px;
}
.image-additional {
  flex: 0 0 auto;
  /* Якщо треба — зафіксуй розмір */
}

.image-additional img:hover {
  box-shadow: 0 2px 8px rgba(60, 200, 130, 0.14);
  border-color: #81c784;
}

.thumbnails-additional {
	margin-bottom: 25px!important;
}

.product-offers-table {
	margin:20px;
}

.product-offers-table table {
	width: 50%;
}

.product-offers-table th {
	padding: 10px;
}

.product-offers-table td {
	padding: 10px;
}

.text-right-form {
  text-align: right;
}
input[type="number"] {
  border: none !important;
  outline: none;
  box-shadow: none;
}

input[type="number"]:focus,
input[type="number"]:active {
  border: none !important;
  outline: none;
  box-shadow: none;
}
.in-stock-offer {
/*	background-color: #ddf1de !important;*/
}

.custom-tabs {
  margin-top: 24px;
  padding: 0 15px;
  font-family: inherit;
}
.custom-tabs-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 28px 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1.5px solid #ccc;
  position: relative;
}
.tab-item {
  position: relative;
  top: 2px;
  padding: 0 8px 6px 0px;
  cursor: pointer;
  font-weight: bold;
  color: #aaa;
  font-size: 16px;
  background: none;
  border: none;
  transition: color 0.15s;
  outline: none;
}
.tab-item.active {
  color: #181818;
}
.tab-item.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0px;
  height: 1.5px;
  background: #181818;
  border-radius: 0;
}
.tab-item:not(.active):hover {
  color: #555;
}
.custom-tab-content {
  padding: 18px 0 0 0;
  font-size: 18px;
}
.tab-pane { display: none; }
.tab-pane.active { display: block; }

.btn-wish-comp {
	padding: 0 15px;
}

.block-brand-article {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.block-brand-article a {
  color: #83b224;
}

.block-brand-article a:hover {
	text-decoration: none;
}

.option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-btn {
  position: relative;
  cursor: pointer;
}

.option-btn input {
  display: none; /* ховаємо стандартний чекбокс */
}

.option-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #2e235c;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s;
  padding: 10px;
}

.option-btn input:checked + span {
  background: #ff6600;  /* колір при виборі (можеш змінити) */
  transform: scale(1.05);
}


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