body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
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 {
	color: #041318;

}
a:hover {
	text-decoration: none;

}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
















/* ===== Simple Modern Top Bar ===== */
:root{
  --top-bg:#fa1111;
  --top-fg:#444;
  --top-muted:#888;
  --top-border:#e6e6e6;
  --top-accent:#0ea5e9;
}

/* Контейнер шапки */
#top{
  background:var(--top-bg);
  color:var(--top-fg);
  position: fixed;
  margin:0 0 20px 0;
  width: 100%;
  z-index: 9998;
}
#top .container{
  min-height:48px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

/* Валюта / Язык */
#top #form-currency,
#top #form-language{
  display:flex;
  align-items:center;
  gap:8px;
}
#top #form-currency .currency-select,
#top #form-language .language-select{
  font:inherit;
  color:var(--top-fg);
  background:#fff;
  border:1px solid var(--top-border);
  border-radius:8px;
  padding:6px 10px;
  cursor:pointer;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover{
  border-color:var(--top-accent);
  background:rgba(14,165,233,.06);
}

/* Ссылки справа */
#top-links{
  display:flex;
  align-items:center;
  gap:12px;
  list-style:none;
  margin:0;
  padding:0;
}
#top .btn-link,
#top-links a,
#top-links li{
  color:var(--top-muted);
  text-decoration:none;
}
#top .btn-link{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid transparent;
}
#top .btn-link:hover,
#top-links a:hover{
  color:var(--top-fg);
}
#top .btn-link:hover{
  border-color:rgba(14,165,233,.25);
  background:rgba(14,165,233,.06);
}

/* Мелкие правки типографики */
#top .btn-link strong{
  font-size:14px;
  line-height:1;
}

/* Дропдауны (если есть) */
#top-links .dropdown-menu{
  background:#fff;
  border:1px solid var(--top-border);
  border-radius:8px;
  padding:6px;
}
#top-links .dropdown-menu a{
  display:block;
  padding:6px 10px;
  color:var(--top-fg);
  text-decoration:none;
}
#top-links .dropdown-menu a:hover{
  background:rgba(14,165,233,.08);
}

/* Адаптив: узкие экраны */
@media (max-width:480px){
  #top .container{gap:8px}
  #top-links{flex-wrap:wrap; row-gap:6px}
}




















/* logo */
#logo {
	margin: 0 0 10px 0;
	
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}







/* cart */
#cart {
	margin-bottom: 10px;
}
/* ---------- Контейнер корзины ---------- */
#cart {
  position: relative;
  width: 100%;
}

/* ---------- Кнопка корзины ---------- */
#cart > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
	
  height: 42px;
  padding: 0 14px;

  font-size: 15px;
 
  color: #fff;

  background: #252625; 
  
  border-radius: 12px;      /* скругления как в поиске */
  
  cursor: pointer;
  
}

/* Иконка корзины */
#cart .btn i {
  font-size: 18px;
  color: #fff;
}

/* ---------- Счётчик товаров ---------- */
#cart-total {
  
  
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  min-width: 26px;
  text-align: center;
}



/* ---------- Active эффект ---------- */
#cart > .btn:active {
  background: red;
}

#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: 4px;
	}
	#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: #303030;
	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.bright {
  --bc-bg: linear-gradient(90deg, #4dabf7, #9775fa); /* голубой → фиолетовый */
  --bc-color: #fff;
  --bc-muted: rgba(255,255,255,0.75);
  --bc-hover: #ffe066;  /* жёлтый акцент при ховере */
  --bc-border: #222;    /* ЧЁТКАЯ ОБВОДКА контейнера */
  --bc-font: 'Inter', system-ui, sans-serif;
}

/* ---------- Контейнер ---------- */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;

  font: 15px/1.3 var(--bc-font);
  color: var(--bc-color);

  
  border: 1px solid var(--bc-border); /* <-- обводка */
  border-radius: 10px;

  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  white-space: nowrap;
}
.breadcrumb::-webkit-scrollbar { display: none; }

/* ---------- Элементы ---------- */
.breadcrumb li {
  flex: 0 0 auto;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  color: var(--bc-color);
}

.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color .25s ease, transform .25s ease;
}
.breadcrumb a:hover {
  color: var(--bc-hover);
  transform: scale(1.05);
}

.breadcrumb li[aria-current="page"] {
  color: var(--bc-muted);
  font-weight: 600;
}

/* ---------- Разделители ---------- */
.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  flex: 0 0 auto;
  opacity: .9;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='8 4 16 12 8 20'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='8 4 16 12 8 20'/></svg>") center/contain no-repeat;
}

/* ---------- Иконки ---------- */
.breadcrumb i {
  font-size: 16px;
  margin-right: 6px;
  opacity: .9;
}













.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(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 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #28a745, #218838); /* зеленый градиент */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #218838, #1e7e34); /* чуть темнее при наведении */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}

.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;
}



/* ================================
   Modern OpenCart product styles
   keep default grid/list
   ================================ */

/* Design tokens */
:root {
  --card-bg: #ffffff;
  --card-border: #e6e8ec;
  --card-radius: 16px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 6px 18px rgba(0,0,0,.08);
  --text: #1f2937;
  --muted: #6b7280;
  --accent: #0ea5e9;
  --accent-600: #0284c7;
  --price: #111827;
  --price-old: #9ca3af;
  --rating-on: #f59e0b;
  --rating-off: #e5e7eb;
  --btn-bg: #111827;
  --btn-fg: #ffffff;
  --btn-muted-bg: #f3f4f6;
  --btn-muted-fg: #374151;
}

/* ========== CARD ========== */
.product-thumb {
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  background: var(--card-bg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  margin-bottom: 20px;
}

.product-thumb:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(14,165,233,.35);
}

/* ========== IMAGE ========== */
.product-thumb .image {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
}

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

.product-thumb .image img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform .35s ease, opacity .25s ease;
}

.product-thumb:hover .image img { transform: scale(1.04); }

/* ========== CAPTION / TEXT ========== */
.product-thumb .caption {
  padding: 16px;
  min-height: auto;
  color: var(--text);
}

.product-thumb h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.product-thumb h4 a {
  color: inherit;
  text-decoration: none;
}

.product-thumb h4 a:hover { color: var(--accent); }

.product-thumb .description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0 0;
}

/* ========== RATING ========== */
.product-thumb .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
}

.rating .fa-stack { font-size: 10px; line-height: 1; }
.rating .fa-star     { color: var(--rating-on); font-size: 16px; }
.rating .fa-star-o   { color: var(--rating-off); font-size: 16px; }
.rating .fa-star + .fa-star-o { color: #f2c144; }

/* ========== PRICE ========== */
h2.price, .product-thumb .price {
  margin: 10px 0 0;
  color: var(--price);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.product-thumb .price-new { font-weight: 700; font-size: 18px; }
.product-thumb .price-old { color: var(--price-old); text-decoration: line-through; font-size: 14px; }
.product-thumb .price-tax { color: var(--muted); font-size: 12px; width: 100%; }

/* ========== BUTTONS ========== */
.product-thumb .button-group {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  border-top: 1px solid var(--card-border);
  padding: 12px;
  background: #fcfcfd;
  overflow: hidden;
}



.product-thumb .button-group button {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .06s ease;
  white-space: nowrap;
  background: var(--btn-muted-bg);
  color: var(--btn-muted-fg);
}

/* Primary (Add to cart) – первый */
.product-thumb .button-group button:first-child {
  background: var(--btn-bg);
  color: var(--btn-fg);
}

.product-thumb .button-group button:first-child:hover {
  background: #0b1220;
}

.product-thumb .button-group button:active { transform: translateY(1px); }

.product-thumb .button-group button + button:hover {
  background: #ebeef2;
  color: #111827;
}

/* ========== Убираем старые float из grid/list ========== */
.product-grid .product-thumb .image,
.product-list .product-thumb .image,
.product-list .product-thumb .caption { float: none; padding: 0; margin: 0; }

/* Product-list view адаптив */
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-list .product-thumb .caption {
  margin-left: 0;
  padding: 16px;
  min-height: auto;
}

/* Ограничение названия в 2 строки */
.product-thumb h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Фокус для accessibility */
.product-thumb a:focus,
.product-thumb button:focus {
  outline: 2px solid rgba(14,165,233,.5);
  outline-offset: 2px;
}




.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-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-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-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;
}



.page-heading {
  font-size: 2rem;          /* размер шрифта */
  font-weight: 600;         /* полужирный */
  color: #222;              /* цвет текста */
  text-align: center;       /* выравнивание по центру */
  margin: 20px 0;           /* отступы сверху и снизу */
  padding-bottom: 10px;     /* отступ снизу */
  border-bottom: 2px solid #eee; /* линия под заголовком */
  letter-spacing: 1px;      /* расстояние между буквами */
  
}



table {
      border-collapse: collapse;
      width: 80%;
      max-width: 800px;
      background: white;
      border-radius: 12px;
      overflow: hidden;
      
    }

    thead {
      background: #f4f6f9;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    th, td {
      padding: 14px 18px;
      text-align: left;
    }

    tr:nth-child(even) {
      background: #f4f6f9;
    }

    tr:hover {
      background: #eaf3ff;
      transition: background 0.3s ease;
    }

    th {
      font-weight: 600;
      font-size: 12px;
    }

    td {
      font-size: 13px;
      color: #333;
    }


    .logoimg {
    max-height: 50px;
    height: auto;
    width: auto;
}










.mini-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
  color: #333;
  
  
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.mini-btn:hover {
  background-color: #e9e9e9;
}


.mini-btn1 {
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
  color: #333;
  
  
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.mini-btn1:hover {
  background-color: #e9e9e9;
}


 .container2 {
      max-width: 1100px;
      
      padding: 0 16px;
    }

    /* Сетка из 2 колонок */
    .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
                    /* расстояние между блоками */
      align-items: stretch;    /* одинаковая высота карточек по самой высокой */
    }

    /* Карточка/блок */
    .card {
      
      border-radius: 16px;
      
      
    }

    .card h2 {
      margin: 0 0 8px;
      font-size: 20px;
    }

    .card p {
      margin: 0;
      opacity: .85;
    }


.price-tag-1 {
    display: inline-block;
    position: relative;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff4d4f;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.price-tag-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 24px 24px 0;
    border-style: solid;
    border-color: #c0392b transparent transparent transparent;
    border-radius: 0 0 0 6px;
}



.category-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}