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: #23a1d1;
}
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;
}
/* 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: 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 > .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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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 */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-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: 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 {
	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: auto;
}
.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;
}
.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: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
/* === BOOKNOVA RESKIN START === (brand colors: accent #ec4802 orange, secondary #023276 blue) */
:root{ --bn-accent:#ec4802; --bn-accent-dark:#c93c02; --bn-blue:#023276; --bn-blue-dark:#01225a; --bn-muted:#8f90a6; --bn-line:#e7e7e7; }
body{ font-family:'Montserrat',sans-serif; color:#1c1c28; background:#f2f4f8; }
h1,h2,h3,h4,h5,h6{ font-family:'Montserrat',sans-serif; font-weight:600; color:var(--bn-blue); }
a{ color:var(--bn-blue); }
a:hover{ color:var(--bn-accent); }
#top{ background:#fff; border-bottom:1px solid var(--bn-line); }
header{ background:#fff; }
#logo{ padding-top:6px; }
#logo img{ max-height:78px; width:auto; }
#logo a{ font-family:'Montserrat',sans-serif; font-weight:700; font-size:30px; color:var(--bn-blue); text-decoration:none; }
/* search button — orange */
#search .btn-default{ background:var(--bn-accent); color:#fff; border-color:var(--bn-accent); }
#search .btn-default:hover{ background:var(--bn-accent-dark); border-color:var(--bn-accent-dark); }
/* cart — blue, hover orange */
#cart>.btn{ background:var(--bn-blue); color:#fff; border:none; border-radius:8px; }
#cart.open>.btn, #cart>.btn:hover{ background:var(--bn-accent); }
/* main menu — blue bar, orange hover */
#menu{ background:var(--bn-blue); border:none; border-radius:10px; margin-bottom:18px; min-height:46px; }
#menu .nav>li>a{ color:#fff; font-weight:600; font-size:13px; padding:13px 14px; background:none; }
#menu .nav>li>a:hover, #menu .nav>li.open>a{ color:#fff; background:var(--bn-accent); border-radius:6px; }
#menu .dropdown-menu{ border-top:3px solid var(--bn-accent); }
#menu .dropdown-menu a{ color:var(--bn-blue); }
#menu .dropdown-menu a:hover, #menu .dropdown-inner ul li a:hover{ color:var(--bn-accent); }
#menu .see-all, #menu #button-cart{ color:#fff; }
/* buttons */
.btn-primary{ background:var(--bn-accent); border-color:var(--bn-accent); color:#fff; border-radius:8px; font-weight:600; }
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{ background:var(--bn-accent-dark); border-color:var(--bn-accent-dark); }
.buttons .btn, #button-cart{ background:var(--bn-accent); border-color:var(--bn-accent); color:#fff; border-radius:8px; font-weight:600; }
.buttons .btn:hover, #button-cart:hover{ background:var(--bn-accent-dark); border-color:var(--bn-accent-dark); }
.btn-default{ border-radius:8px; }
/* product cards */
.product-thumb{ border:1px solid var(--bn-line); border-radius:12px; background:#fff; transition:.2s; overflow:hidden; }
.product-thumb:hover{ box-shadow:0 8px 28px rgba(2,50,118,.14); transform:translateY(-3px); }
.product-thumb .caption h4 a{ color:var(--bn-blue); font-weight:600; }
.product-thumb .caption h4 a:hover{ color:var(--bn-accent); }
.product-thumb .price{ color:var(--bn-blue); font-weight:700; }
.product-thumb .price-new{ color:var(--bn-accent); }
.product-thumb .button-group{ border-top:1px solid var(--bn-line); }
.product-thumb .button-group button{ background:#fff; color:var(--bn-blue); }
.product-thumb .button-group button:hover{ background:var(--bn-accent); color:#fff; }
/* product page price */
.product-info .price-new, ul.list-unstyled .price, .price-new{ color:var(--bn-accent); }
/* sidebar categories */
.list-group-item{ border-color:var(--bn-line); }
.list-group-item:hover, a.list-group-item:hover{ color:var(--bn-accent); }
/* breadcrumb */
.breadcrumb{ background:#fff; border:1px solid var(--bn-line); border-radius:8px; }
.breadcrumb>li a{ color:var(--bn-muted); }
/* footer — brand blue */
footer{ background:var(--bn-blue); color:#cdd6e6; margin-top:40px; padding-top:34px; border:none; }
footer h5{ color:#fff; font-weight:600; }
footer a{ color:#cdd6e6; }
footer a:hover{ color:var(--bn-accent); }
footer hr{ border-color:rgba(255,255,255,.10); }
/* product tabs */
.nav-tabs>li.active>a{ color:var(--bn-accent); border-top:2px solid var(--bn-accent); font-weight:600; }
.nav-tabs>li>a:hover{ color:var(--bn-accent); }
/* tables of attributes */
.table-bordered>tbody>tr>td{ color:#1c1c28; }
/* pagination */
.pagination>.active>span,.pagination>.active>span:hover{ background:var(--bn-accent); border-color:var(--bn-accent); }
.pagination>li>a{ color:var(--bn-blue); }
/* refine/category tiles */
.refine-search a:hover{ color:var(--bn-accent); }
/* === BOOKNOVA RESKIN END === */
/* === BOOKNOVA MENU START === */
html,body{ overflow-x:clip; }
@media (min-width:1200px){ .container{ width:96%; max-width:1600px; } }
#top{ display:none; }
/* header row1 */
header .container{ padding-top:0; }
.bn-row1{ display:flex; align-items:center; gap:26px; padding:14px 0 10px; flex-wrap:wrap; }
.bn-logo img{ max-height:72px; width:auto; }
.bn-logo-text{ font-weight:700; font-size:28px; color:var(--bn-blue); text-decoration:none; }
.bn-topnav{ flex:1 1 auto; display:flex; gap:20px; flex-wrap:wrap; }
.bn-topnav a{ color:var(--bn-blue); font-weight:600; font-size:13px; }
.bn-topnav a:hover{ color:var(--bn-accent); }
.bn-contacts{ display:flex; align-items:center; gap:18px; white-space:nowrap; }
.bn-contacts .bn-tel{ color:var(--bn-blue); font-weight:700; }
.bn-contacts .bn-callback{ color:var(--bn-accent); font-weight:600; text-decoration:underline; }
.bn-contacts .bn-lang .btn-link{ color:var(--bn-blue); }
/* header row2 */
.bn-row2{ display:flex; align-items:center; padding-bottom:16px; }
.bn-menu-col{ /* col-sm-3 управляет шириной */ }
.bn-search-col{ flex:1 1 auto !important; width:auto !important; max-width:none !important; }
.bn-search-col #search{ margin:0; }
.bn-icons-col{ display:flex; justify-content:flex-end; flex:0 0 auto !important; width:auto !important; }
.bn-icons{ display:flex; gap:16px; margin:0; padding:0; list-style:none; align-items:flex-start; }
.bn-icons>li{ text-align:center; }
.bn-icons>li>a{ display:block; color:var(--bn-blue); font-size:11px; }
.bn-icons>li>a:hover{ color:var(--bn-accent); }
.bn-icons>li>a i{ display:block; font-size:20px; margin-bottom:3px; }
.bn-icons .bn-cart-li #cart>.btn{ background:var(--bn-accent); border:none; padding:9px 14px; border-radius:8px; }
/* category button + dropdown (inner pages) */
#bn-catmenu{ position:relative; }
.bn-cat-btn{ width:100%; height:48px; background:var(--bn-accent); color:#fff; border:none; border-radius:8px; font-weight:600; font-size:15px; cursor:pointer; white-space:nowrap; }
.bn-cat-btn:hover{ background:var(--bn-accent-dark); }
.bn-cat-btn .fa{ margin-right:8px; }
.bn-cat-panel{ position:absolute; top:100%; left:0; width:100%; background:#fff; border:1px solid var(--bn-line); border-top:none; border-radius:0 0 10px 10px; box-shadow:0 14px 34px rgba(2,50,118,.16); z-index:1095; padding:6px 0; display:none; }
#bn-catmenu:hover .bn-cat-panel{ display:block; }
.bn-cat-root{ list-style:none; margin:0; padding:0; }
.bn-cat-root>li{ position:relative; }
.bn-cat-root>li>a, .bn-cat-flyout li>a{ display:block; padding:9px 18px; color:var(--bn-blue); font-size:13px; font-weight:500; text-decoration:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bn-cat-root>li:hover>a{ background:#fff3ec; color:var(--bn-accent); }
.bn-arr{ float:right; opacity:.5; margin-top:3px; }
.bn-cat-flyout{ position:absolute; left:100%; top:-3px; width:300px; background:#fff; border:1px solid var(--bn-line); border-radius:0 10px 10px 0; box-shadow:0 14px 34px rgba(2,50,118,.16); padding:6px 0; display:none; z-index:1096; max-height:calc(100vh - 30px); overflow-y:auto; overflow-x:hidden; }
.bn-cat-root>li.has-children:hover>.bn-cat-flyout, .bn-side-root>li.has-children:hover>.bn-cat-flyout, .bn-cat-flyout li.has-children:hover>.bn-cat-flyout3{ display:block; }
.bn-cat-flyout li{ position:relative; list-style:none; }
.bn-cat-flyout ul{ margin:0; padding:0; }
.bn-cat-flyout li>a:hover{ background:#fff3ec; color:var(--bn-accent); }
.bn-cat-flyout3{ top:-3px; }
/* HOME side menu (catmenu module) */
.bn-side{ background:#fff; border:1px solid var(--bn-line); border-radius:10px; overflow:visible; }
.bn-side-head{ background:var(--bn-blue); color:#fff; font-weight:600; padding:13px 18px; border-radius:10px 10px 0 0; }
.bn-side-head .fa{ margin-right:8px; }
.bn-side-root{ list-style:none; margin:0; padding:6px 0; }
.bn-side-root>li{ position:relative; }
.bn-side-root>li>a{ display:block; padding:9px 18px; color:var(--bn-blue); font-size:13px; font-weight:500; text-decoration:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bn-side-root>li:hover>a{ background:#fff3ec; color:var(--bn-accent); }
/* on home: hide header dropdown (sidebar visible instead) */
body.bn-home #bn-catmenu:hover .bn-cat-panel{ display:none; }
/* dim overlay */
#bn-overlay{ position:fixed; inset:0; background:rgba(2,20,50,.55); z-index:1080; display:none; }
body.bn-cats-active #bn-overlay{ display:block; }
body.bn-cats-active #column-left{ position:relative; z-index:1100; }
body.bn-cats-active .bn-menu-col{ position:relative; z-index:1100; }
/* search */
#search .input-lg{ height:48px; border-radius:8px 0 0 8px; border-color:var(--bn-line); }
#search .btn-lg{ height:48px; border-radius:0 8px 8px 0; padding:0 22px; }
/* hover characteristics */
/* (битый media-запрос удалён) */
/* hover characteristics as OVERLAY (no layout shift) */
.product-grid .product-thumb{ position:relative; margin-bottom:22px; }
.product-grid .product-thumb:hover{ z-index:60; }
.bn-card-specs{ display:none; }
.product-grid .product-thumb:hover .bn-card-specs{
  display:block; position:absolute; left:-1px; right:-1px; top:100%;
  background:#fff; border:1px solid var(--bn-line); border-top:1px dashed var(--bn-line);
  box-shadow:0 16px 30px rgba(2,50,118,.18); padding:10px 14px 12px; margin:0; z-index:60;
  border-radius:0 0 12px 12px; list-style:none; font-size:11px; line-height:1.55; color:#555;
}
.bn-card-specs li{ padding:1px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bn-card-specs span{ color:#9aa; }
/* === BOOKNOVA MENU END === */
/* === BOOKNOVA FONT START === typography matched to donor */
/* base size like donor (14px) */
body{ font-size:14px; line-height:1.55; }
/* universal Montserrat, icons excluded (FontAwesome 4) */
*:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not(.glyphicon):not([class*="glyphicon-"]){
  font-family:'Montserrat',-apple-system,'Segoe UI',Roboto,sans-serif !important;
}
.fa,.fa::before,[class^="fa-"]::before,[class*=" fa-"]::before{ font-family:'FontAwesome' !important; }
/* sizes from donor */
h1,.page-header h1{ font-size:30px; font-weight:700; }
h2{ font-size:24px; font-weight:700; } h3{ font-size:19px; } h4{ font-size:16px; }
.bn-topnav a{ font-size:12px; font-weight:600; }
.bn-contacts{ font-size:14px; }
.bn-cat-btn{ font-size:15px; }
.bn-side-head{ font-size:15px; }
.bn-side-root>li>a, .bn-cat-root>li>a, .bn-cat-flyout li>a{ font-size:14px; font-weight:500; }
.bn-icons>li>a{ font-size:12px; }
/* product tiles */
.product-thumb .caption h4{ font-size:14px; line-height:1.35; margin:0 0 8px; }
.product-thumb .caption h4 a{ font-weight:600; }
.product-thumb .caption p{ font-size:13px; color:#7a8290; }
.product-thumb .price{ font-size:20px; font-weight:800; color:var(--bn-blue); }
.product-thumb .price-new{ font-size:20px; font-weight:800; color:var(--bn-accent); }
.product-thumb .price-tax{ font-size:11px; font-weight:400; color:#9aa; }
.bn-card-specs{ font-size:11px; }
/* product page */
.product-info h1{ font-size:24px; }
.product-info .list-unstyled .price, ul.list-unstyled.price-block{ font-size:22px; }
/* breadcrumb / misc */
.breadcrumb{ font-size:13px; }
/* === BOOKNOVA FONT END === */
/* === BOOKNOVA CONTROLS START === clean sort/filter/view like default theme */
.product-filter{ background:#fff; border:1px solid var(--bn-line); border-radius:10px; padding:8px 12px; margin-bottom:18px; }
#input-sort, #input-limit{ height:40px; border-radius:8px; border-color:var(--bn-line); font-size:13px; box-shadow:none; }
.input-group-addon{ border-radius:8px 0 0 8px; border-color:var(--bn-line); background:#f7f8fa; font-size:13px; }
#compare-total{ font-size:13px; color:var(--bn-blue); }
.btn-group>.btn[id$="-view"]{ border-radius:8px; margin-right:4px; border:1px solid var(--bn-line); background:#fff; color:var(--bn-blue); width:40px; height:40px; }
.btn-group>.btn[id$="-view"]:hover, .btn-group>.btn[id$="-view"].active{ background:var(--bn-accent); color:#fff; border-color:var(--bn-accent); }
/* filter panel */
#column-left .panel{ border:1px solid var(--bn-line); border-radius:10px; box-shadow:none; overflow:hidden; }
#column-left .panel-heading{ background:var(--bn-blue); color:#fff; padding:13px 18px; border:none; }
#column-left .panel-heading .panel-title{ font-size:15px; font-weight:600; }
#column-left .panel-body{ padding:14px 16px; }
#column-left .panel-body > div{ margin-bottom:14px; }
#column-left .panel-body strong{ display:block; font-size:13px; font-weight:700; color:var(--bn-blue); margin-bottom:6px; }
#column-left .checkbox{ margin:5px 0; }
#column-left .checkbox label{ font-size:13px; color:#3a4250; padding-left:6px; }
#column-left #button-filter{ width:100%; background:var(--bn-accent); border:none; border-radius:8px; padding:10px; font-weight:600; margin-top:8px; }
#column-left #button-filter:hover{ background:var(--bn-accent-dark); }
/* refine-search subcategory tiles */
.refine-search ul{ display:flex; flex-wrap:wrap; gap:8px 18px; list-style:none; padding:0; }
.refine-search ul li{ font-size:13px; }
.refine-search a{ color:var(--bn-blue); }
.refine-search a:hover{ color:var(--bn-accent); }
/* === BOOKNOVA CONTROLS END === */
/* === BOOKNOVA TILE START === tidy product tile like donor */
.product-grid .product-thumb{ display:flex; flex-direction:column; height:100%; }
/* image: padding so it doesn't stick to edges, uniform height */
.product-thumb .image{ padding:18px 18px 8px; text-align:center; }
.product-thumb .image a{ display:block; }
.product-thumb .image img{ display:inline-block; width:auto; max-width:100%; height:215px; object-fit:contain; }
.product-thumb .caption{ padding:6px 16px 14px; text-align:left; flex:1 1 auto; }
.product-thumb .caption h4{ font-size:14px; line-height:1.35; margin:0 0 8px; min-height:38px; }
.product-thumb .caption h4 a{ font-weight:600; color:var(--bn-blue); }
.product-thumb .caption h4 a:hover{ color:var(--bn-accent); }
.product-thumb .caption p{ font-size:13px; color:#7a8290; margin:0 0 10px; }
/* PRICE — large bold, fix specificity over .caption p */
.product-thumb .caption .price{ font-size:21px; font-weight:800; color:var(--bn-blue); margin:8px 0 0; padding:0; }
.product-thumb .caption .price .price-new{ color:var(--bn-accent); }
.product-thumb .caption .price .price-old{ font-size:14px; font-weight:500; color:#9aa; text-decoration:line-through; margin-left:6px; }
.product-thumb .caption .price .price-tax{ display:none; }
.product-thumb .button-group{ border-top:1px solid var(--bn-line); margin-top:auto; }
/* === BOOKNOVA TILE END === */
/* === BOOKNOVA FIX START === */
/* фильтр: list-group структура — отступы */
#column-left .panel .list-group{ border:none; }
#column-left .panel .list-group-item{ border:none; border-top:1px solid var(--bn-line); padding:12px 18px; background:#fff; }
#column-left .panel .list-group-item:first-child{ border-top:none; }
#column-left .panel a.list-group-item{ font-size:13px; font-weight:700; color:var(--bn-blue); text-transform:uppercase; letter-spacing:.02em; }
#column-left .panel .checkbox{ margin:6px 0; padding-left:2px; }
#column-left .panel .checkbox label{ font-size:13px; color:#3a4250; padding-left:24px; position:relative; }
#column-left .panel .checkbox input{ margin-left:-20px; }
#column-left #button-filter{ width:100%; background:var(--bn-accent); border:none; border-radius:8px; padding:11px; font-weight:600; color:#fff; margin:14px 16px; width:calc(100% - 32px); }
#column-left #button-filter:hover{ background:var(--bn-accent-dark); }
/* равная высота карточек */
.bn-products{ display:flex; flex-wrap:wrap; }
.bn-products .product-layout{ display:flex; }
.bn-products .product-thumb{ width:100%; }
.product-thumb .caption h4{ min-height:38px; line-height:19px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 0 8px; }
.product-thumb .caption p{ min-height:40px; line-height:20px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 0 10px; }
/* === BOOKNOVA FIX END === */
/* === BOOKNOVA UI START === */
/* боковое меню: убран head, скролл при переполнении */
.bn-side{ background:#fff; border:1px solid var(--bn-line); border-radius:10px; }
.bn-side-root{ list-style:none; margin:0; padding:6px 0; max-height:calc(100vh - 230px); overflow-y:auto; overflow-x:hidden; }
.bn-side-root::-webkit-scrollbar{ width:7px; } .bn-side-root::-webkit-scrollbar-thumb{ background:#cfd6e4; border-radius:4px; }
/* dropdown в шапке тоже со скроллом */
.bn-cat-panel{ max-height:calc(100vh - 180px); overflow-y:auto; overflow-x:hidden; }
/* фильтр: аккордеон показать все */
#column-left .checkbox.bn-hidden{ display:none; }
#column-left .bn-more{ display:inline-block; margin-top:6px; font-size:12px; font-weight:600; color:var(--bn-accent); cursor:pointer; }
#column-left .bn-more:hover{ text-decoration:underline; }
/* корзина: иконка + счётчик */
.bn-cart-wrap{ position:relative; display:inline-block; }
.bn-cart-btn{ display:block; position:relative; color:var(--bn-blue); font-size:11px; text-align:center; }
.bn-cart-btn i{ font-size:22px; }
.bn-cart-btn:hover{ color:var(--bn-accent); }
.bn-cart-count{ position:absolute; top:-6px; right:-10px; min-width:18px; height:18px; padding:0 5px; background:var(--bn-accent); color:#fff; border-radius:9px; font-size:11px; line-height:18px; font-weight:700; text-align:center; }
.bn-icons .bn-cart-li{ position:relative; }
/* DRAWER */
#bn-cart-drawer{ position:fixed; top:0; right:0; width:400px; max-width:92vw; height:100%; background:#fff; box-shadow:-12px 0 40px rgba(2,20,50,.22); z-index:1200; transform:translateX(100%); transition:transform .28s ease; display:flex; flex-direction:column; }
body.bn-drawer-open #bn-cart-drawer{ transform:translateX(0); }
#bn-overlay-drawer{ position:fixed; inset:0; background:rgba(2,20,50,.5); z-index:1190; opacity:0; visibility:hidden; transition:.25s; }
body.bn-drawer-open #bn-overlay-drawer{ opacity:1; visibility:visible; }
.bn-drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:16px 20px; background:var(--bn-blue); color:#fff; }
.bn-drawer-head span{ font-size:17px; font-weight:600; }
.bn-drawer-close{ background:none; border:none; color:#fff; font-size:28px; line-height:1; cursor:pointer; opacity:.85; }
.bn-drawer-close:hover{ opacity:1; }
.bn-drawer-body{ flex:1 1 auto; overflow-y:auto; padding:14px 16px; }
.bn-drawer-body table{ width:100%; }
.bn-drawer-body .table-striped img{ width:54px; border:1px solid var(--bn-line); border-radius:6px; }
.bn-drawer-body .table>tbody>tr>td{ padding:8px 6px; vertical-align:middle; font-size:13px; border-color:var(--bn-line); }
.bn-drawer-body a{ color:var(--bn-blue); } .bn-drawer-body a:hover{ color:var(--bn-accent); }
.bn-cart-actions{ display:flex; gap:10px; margin-top:14px; }
.bn-cart-actions .btn{ flex:1; border-radius:8px; }
.bn-cart-actions .btn-primary{ background:var(--bn-accent); border-color:var(--bn-accent); }
.bn-cart-empty{ text-align:center; color:#8a93a5; padding:40px 0; }
@media(max-width:991px){ .bn-side-root{ max-height:380px; } }
/* === BOOKNOVA UI END === */
/* === BOOKNOVA CARTITEMS START === clean drawer items */
.bn-drawer-body{ padding:0; }
.bn-cart-items{ padding:6px 18px; }
.bn-cart-item{ display:flex; gap:12px; padding:14px 0; border-bottom:1px solid var(--bn-line); align-items:flex-start; }
.bn-cart-item:last-child{ border-bottom:none; }
.bn-ci-img{ flex:0 0 auto; }
.bn-ci-img img{ width:54px; height:72px; object-fit:contain; border:1px solid var(--bn-line); border-radius:6px; background:#fff; }
.bn-ci-info{ flex:1 1 auto; min-width:0; }
.bn-ci-name{ display:block; font-size:13px; font-weight:600; color:var(--bn-blue); line-height:1.35; margin-bottom:6px; text-decoration:none; }
.bn-ci-name:hover{ color:var(--bn-accent); }
.bn-ci-opt{ font-size:11px; color:#8a93a5; margin-bottom:4px; }
.bn-ci-meta{ display:flex; align-items:center; justify-content:space-between; }
.bn-ci-qty{ font-size:13px; color:#8a93a5; }
.bn-ci-total{ font-size:16px; font-weight:800; color:var(--bn-accent); }
.bn-ci-remove{ flex:0 0 auto; background:none; border:none; color:#c4ccd8; font-size:15px; cursor:pointer; padding:4px; align-self:center; }
.bn-ci-remove:hover{ color:#e3342f; }
.bn-cart-totals{ margin:0 18px; padding:14px 0; border-top:2px solid var(--bn-line); }
.bn-ct-row{ display:flex; align-items:center; justify-content:space-between; font-size:17px; font-weight:700; color:var(--bn-blue); }
.bn-ct-row .bn-ct-val{ color:var(--bn-accent); font-weight:800; }
.bn-cart-actions{ display:flex; flex-direction:column; gap:10px; padding:4px 18px 22px; }
.bn-cart-actions .btn{ border-radius:8px; padding:13px; font-weight:600; font-size:14px; }
.bn-cart-actions .btn-primary{ background:var(--bn-accent); border-color:var(--bn-accent); color:#fff; }
.bn-cart-actions .btn-primary:hover{ background:var(--bn-accent-dark); border-color:var(--bn-accent-dark); }
.bn-cart-actions .btn-default{ background:#fff; border:1px solid var(--bn-line); color:var(--bn-blue); }
.bn-cart-actions .btn-default:hover{ border-color:var(--bn-blue); }
.bn-cart-empty{ text-align:center; color:#8a93a5; padding:60px 20px; font-size:15px; }
/* === BOOKNOVA CARTITEMS END === */
/* === BOOKNOVA FLAT START === flat buttons, no volume/inset */
.btn, .btn-primary, .btn-default, .btn-inverse, .buttons .btn, #button-cart, .bn-cat-btn, .bn-cart-actions .btn{
  box-shadow:none !important; text-shadow:none !important; background-image:none !important;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-default:hover, .btn-default:focus, .btn-default:active,
.bn-cart-actions .btn:hover, .bn-cart-actions .btn:focus, .bn-cart-actions .btn:active,
#button-cart:focus, #button-cart:active, .bn-cat-btn:focus, .bn-cat-btn:active{
  box-shadow:none !important; outline:none !important; background-image:none !important;
}
.bn-cart-actions .btn-primary, .bn-cart-actions .btn-primary:hover, .bn-cart-actions .btn-primary:focus, .bn-cart-actions .btn-primary:active{
  border:none !important; background:var(--bn-accent); color:#fff;
}
.bn-cart-actions .btn-primary:hover{ background:var(--bn-accent-dark); }
.bn-cart-actions .btn-default{ border:1px solid var(--bn-line) !important; }
.bn-cart-actions .btn-default:hover{ border-color:var(--bn-blue) !important; background:#fff; }
.btn,.btn:focus,.btn:active,.bn-cart-actions .btn,.bn-cart-actions .btn:focus{ outline:0 !important; outline:none !important; }
/* === BOOKNOVA FLAT END === */
/* === BOOKNOVA NOFOCUS === убрать рамку обводки при клике/фокусе ссылок и кнопок */
a, a:focus, a:active, a:hover,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active,
.bn-cat-btn:focus, .bn-cart-btn:focus, .bn-icons a:focus,
[role="button"]:focus, .dropdown-toggle:focus{ outline:0 !important; outline:none !important; box-shadow:none; }
a:focus{ text-decoration:none; }
/* === BOOKNOVA NOFOCUS END === */
/* === BOOKNOVA CARTICON START === */
.bn-cart-wrap{ display:inline-block; }
.bn-cart-btn{ display:block; text-align:center; color:var(--bn-blue); font-size:11px; text-decoration:none; line-height:1.2; }
.bn-cart-btn:hover{ color:var(--bn-accent); }
.bn-cart-ico{ position:relative; display:inline-block; }
.bn-cart-ico i{ display:block; font-size:20px; margin-bottom:3px; }
.bn-cart-count{ position:absolute; top:-7px; right:-12px; min-width:18px; height:18px; padding:0 5px; background:var(--bn-accent); color:#fff; border-radius:9px; font-size:11px; line-height:18px; font-weight:700; text-align:center; }
.bn-cart-label{ display:block; }
/* === BOOKNOVA CARTICON END === */
/* === BOOKNOVA CHECKOUT START === */
.bn-co-title{ margin:8px 0 22px; }
.bn-co-box{ background:#fff; border:1px solid var(--bn-line); border-radius:12px; padding:20px 22px; margin-bottom:22px; }
.bn-co-h{ font-size:15px; font-weight:700; color:var(--bn-blue); text-transform:uppercase; margin:0 0 16px; }
.bn-co-h i{ color:var(--bn-accent); margin-right:8px; }
.bn-co-radio{ display:flex; align-items:center; gap:8px; padding:9px 0; font-weight:500; cursor:pointer; }
.bn-co-summary{ position:sticky; top:16px; }
.bn-co-trow{ display:flex; justify-content:space-between; padding:6px 0; color:var(--bn-blue); }
.bn-co-total{ font-size:18px; font-weight:800; border-top:2px solid var(--bn-line); margin-top:8px; padding-top:12px; }
.bn-co-total span:last-child{ color:var(--bn-accent); }
.bn-co-agree{ display:flex; align-items:center; gap:8px; margin:16px 0; font-size:13px; }
#bn-place-order{ background:var(--bn-accent); border:none; padding:14px; font-weight:700; font-size:15px; border-radius:8px; color:#fff; }
#bn-place-order:hover{ background:var(--bn-accent-dark); }
.bn-co-item{ display:flex; gap:10px; padding:10px 0; border-bottom:1px solid var(--bn-line); }
.bn-co-item:last-child{ border-bottom:none; }
.bn-co-item img{ width:46px; height:60px; object-fit:contain; border:1px solid var(--bn-line); border-radius:5px; }
.bn-co-iname{ font-size:12px; font-weight:600; color:var(--bn-blue); line-height:1.3; }
.bn-co-imeta{ font-size:12px; color:#8a93a5; margin-top:4px; }
.bn-co-imeta b{ color:var(--bn-accent); }
/* === BOOKNOVA CHECKOUT END === */
/* === BOOKNOVA MOBILE START === */
@media (max-width:991px){ .bn-topnav{ display:none !important; } }
@media (max-width:767px){
  .container{ width:100% !important; padding-left:12px; padding-right:12px; }
  /* row1: лого + телефон/язык компактно */
  .bn-row1{ flex-wrap:wrap; gap:8px; padding:10px 0 6px; }
  .bn-logo{ flex:1 1 auto; }
  .bn-logo img{ max-height:48px; }
  .bn-contacts{ flex:0 0 auto; gap:10px; }
  .bn-contacts .bn-callback{ display:none; }
  .bn-contacts .bn-tel span, .bn-tel{ font-size:13px; }
  /* row2: всё в столбик на всю ширину */
  .bn-row2{ flex-wrap:wrap; gap:10px; padding-bottom:12px; }
  .bn-menu-col, .bn-search-col, .bn-icons-col{ flex:0 0 100% !important; max-width:100% !important; width:100% !important; padding:0 !important; }
  .bn-icons{ width:100%; justify-content:space-around; gap:0; }
  .bn-icons>li>a{ font-size:11px; }
  .bn-cat-btn{ height:48px; }
  /* мобильное меню: панель статичная, по тапу */
  #common-home #column-left{ display:none; }
  body.bn-home #bn-catmenu .bn-cat-panel{ display:none; }
  #bn-catmenu .bn-cat-panel{ position:static; width:100%; max-height:none; box-shadow:none; border:1px solid var(--bn-line); border-radius:0 0 10px 10px; }
  #bn-catmenu:hover .bn-cat-panel{ display:none; }
  #bn-catmenu.bn-open .bn-cat-panel{ display:block !important; }
  .bn-cat-flyout, .bn-cat-flyout3{ position:static !important; left:auto !important; top:auto !important; width:100% !important; box-shadow:none; border:none; border-left:3px solid var(--bn-accent); margin:0 0 4px 14px; display:none !important; max-height:none; }
  li.bn-exp > .bn-cat-flyout, li.bn-exp > .bn-cat-flyout3{ display:block !important; }
  .bn-arr{ transition:transform .2s; } li.bn-exp > a .bn-arr{ transform:rotate(90deg); }
  /* товары 2 в ряд */
  .product-grid.col-lg-3, .bn-products .product-layout{ }
  .bn-products .product-layout{ flex:0 0 50%; max-width:50%; }
  .product-thumb .caption h4{ font-size:13px; }
  .product-thumb .caption p{ display:none; }
  .product-thumb .image img{ height:170px; }
  /* dropdown категорий на тач — поверх контента */
  /* фильтр: показывать кнопкой */
  #column-left.col-sm-3{ width:100%; }
  /* чекаут в столбик */
  .bn-co-summary{ position:static; }
  /* дровер на всю ширину */
  #bn-cart-drawer{ width:100%; max-width:100%; }
}
@media (max-width:480px){
  .product-thumb .image img{ height:150px; }
  .product-thumb .caption h4{ font-size:12px; }
  .product-thumb .caption .price{ font-size:17px; }
  .bn-co-title{ font-size:24px; }
}
/* === BOOKNOVA MOBILE END === */
/* === BOOKNOVA LANGTOGGLE === стилизованный переключатель языков */
.bn-lang-toggle{ display:inline-flex; border:1px solid var(--bn-line); border-radius:8px; overflow:hidden; background:#fff; vertical-align:middle; }
.bn-lang-btn{ display:inline-flex; align-items:center; gap:6px; background:none; border:none; padding:6px 12px; font-size:12px; font-weight:700; color:var(--bn-blue); cursor:pointer; line-height:1; box-shadow:none !important; outline:none !important; }
.bn-lang-btn + .bn-lang-btn{ border-left:1px solid var(--bn-line); }
.bn-lang-btn img{ width:18px; height:12px; object-fit:cover; border-radius:2px; }
.bn-lang-btn.active{ background:var(--bn-accent); color:#fff; }
.bn-lang-btn:not(.active):hover{ background:#fff3ec; color:var(--bn-accent); }
/* === BOOKNOVA LANGTOGGLE END === */
/* === BOOKNOVA MODAL === callback popup */
#bn-callback-overlay{ position:fixed; inset:0; background:rgba(2,20,50,.55); z-index:1300; opacity:0; visibility:hidden; transition:.25s; }
body.bn-cb-open #bn-callback-overlay{ opacity:1; visibility:visible; }
.bn-modal{ position:fixed; top:50%; left:50%; transform:translate(-50%,-46%); width:460px; max-width:94vw; background:#fff; border-radius:14px; z-index:1310; box-shadow:0 24px 60px rgba(2,20,50,.3); opacity:0; visibility:hidden; transition:.25s; overflow:hidden; }
body.bn-cb-open .bn-modal{ opacity:1; visibility:visible; transform:translate(-50%,-50%); }
.bn-modal-head{ display:flex; align-items:center; justify-content:space-between; padding:18px 22px; border-bottom:1px solid var(--bn-line); }
.bn-modal-head span{ font-size:19px; font-weight:700; color:var(--bn-blue); }
.bn-modal-close{ background:none; border:none; font-size:26px; line-height:1; color:#9aa; cursor:pointer; }
.bn-modal-close:hover{ color:var(--bn-accent); }
.bn-modal-body{ padding:20px 22px 24px; }
.bn-modal-sub{ color:#7a8290; font-size:13px; margin-bottom:16px; }
.bn-modal-body label{ font-weight:600; font-size:13px; color:var(--bn-blue); }
.bn-modal-body .form-control{ border-radius:8px; }
#bn-cb-send{ background:var(--bn-accent); border:none; padding:13px; font-weight:700; font-size:15px; border-radius:8px; margin-top:6px; }
#bn-cb-send:hover{ background:var(--bn-accent-dark); }
/* === BOOKNOVA MODAL END === */
/* === BOOKNOVA CONTACT === */
.bn-contact-q{ font-size:22px; font-weight:700; color:var(--bn-blue); text-align:center; margin:0 0 4px; }
.bn-contact-sub{ text-align:center; color:#8a93a5; margin-bottom:22px; }
.bn-contact-form label{ font-weight:600; font-size:13px; color:var(--bn-blue); }
.bn-contact-form .form-control{ border-radius:8px; }
.bn-contact-form .buttons{ margin-top:8px; }
.bn-contact-form .btn-primary{ background:var(--bn-accent); border:none; border-radius:8px; padding:12px 34px; font-weight:600; }
.bn-contact-name{ font-size:20px; font-weight:700; color:var(--bn-blue); margin:0 0 12px; }
.bn-contact-addr{ color:#5b6472; }
.bn-contact-addr i{ color:var(--bn-accent); margin-right:6px; }
.bn-contact-cols{ margin:18px 0; }
.bn-contact-h{ font-weight:700; color:var(--bn-blue); margin-bottom:8px; }
.bn-contact-h i{ color:var(--bn-accent); margin-right:6px; }
.bn-contact-open{ color:#5b6472; font-size:13px; line-height:1.7; }
.bn-contact-tel{ display:block; color:var(--bn-accent); font-weight:700; padding:2px 0; }
.bn-contact-tel:hover{ color:var(--bn-accent-dark); }
.bn-contact-map{ margin-top:8px; border-radius:10px; overflow:hidden; border:1px solid var(--bn-line); }
.bn-contact-map iframe{ width:100%; height:280px; border:0; display:block; }
/* === BOOKNOVA CONTACT END === */
/* === BOOKNOVA PRODUCT === donor-style product page */
.bn-ptabs{ position:sticky; top:0; z-index:600; display:flex; background:#fff; border:1px solid var(--bn-line); border-radius:10px; margin-bottom:22px; overflow:hidden; }
.bn-ptab{ flex:1; text-align:center; padding:16px 10px; font-weight:600; color:var(--bn-blue); border-bottom:3px solid transparent; text-decoration:none; white-space:nowrap; }
.bn-ptab i{ color:#9aa; margin-right:6px; } .bn-ptab.active{ color:var(--bn-accent); border-bottom-color:var(--bn-accent); } .bn-ptab.active i{ color:var(--bn-accent); } .bn-ptab:hover{ background:#fff7f0; }
.bn-psec{ background:#fff; border:1px solid var(--bn-line); border-radius:12px; padding:24px; margin-bottom:22px; scroll-margin-top:90px; }
.bn-sec-h{ font-size:20px; font-weight:700; color:var(--bn-blue); margin:0 0 18px; } .bn-sec-h i{ color:var(--bn-accent); margin-right:8px; }
.bn-pimage{ border:1px solid var(--bn-line); border-radius:10px; overflow:hidden; }
.bn-pimage-main{ display:block; overflow:hidden; cursor:zoom-in; } .bn-pimage-main img{ width:100%; transition:transform .08s ease-out; display:block; }
.bn-pthumbs{ display:flex; gap:8px; list-style:none; padding:0; margin:12px 0 0; flex-wrap:wrap; }
.bn-pthumbs a{ display:block; width:60px; height:78px; border:1px solid var(--bn-line); border-radius:6px; overflow:hidden; cursor:pointer; } .bn-pthumbs a.active{ border-color:var(--bn-accent); } .bn-pthumbs img{ width:100%; height:100%; object-fit:contain; }
.bn-pmeta{ font-size:12px; color:#8a93a5; margin-bottom:8px; } .bn-pmeta span{ margin-right:14px; }
.bn-pname{ font-size:22px; font-weight:700; color:var(--bn-blue); margin:0 0 14px; line-height:1.3; }
.bn-pprice{ font-size:30px; font-weight:800; color:var(--bn-blue); margin-bottom:18px; } .bn-pprice-new{ color:var(--bn-accent); } .bn-pprice-old{ font-size:18px; color:#9aa; text-decoration:line-through; font-weight:500; margin-left:8px; }
.bn-pbuy{ display:flex; gap:12px; margin-bottom:14px; }
.bn-qty{ display:flex; align-items:center; border:1px solid var(--bn-line); border-radius:8px; overflow:hidden; }
.bn-qty button{ width:40px; height:46px; background:#f7f8fa; border:none; font-size:20px; color:var(--bn-blue); cursor:pointer; } .bn-qty input{ width:46px; height:46px; border:none; text-align:center; font-weight:600; }
.bn-addcart{ flex:1; background:var(--bn-accent); border:none; border-radius:8px; font-weight:700; font-size:15px; height:46px; color:#fff; } .bn-addcart:hover{ background:var(--bn-accent-dark); }
.bn-oneclick{ display:flex; border:1px solid var(--bn-line); border-radius:8px; overflow:hidden; margin-bottom:6px; transition:border-color .15s, box-shadow .15s; }
.bn-oneclick:focus-within{ border-color:var(--bn-accent); box-shadow:0 0 0 3px rgba(232,98,30,.15); }
.bn-oneclick input{ flex:1; border:none; padding:0 14px; height:46px; outline:none !important; box-shadow:none !important; background:#fff; } .bn-oneclick button{ background:var(--bn-accent); border:none; color:#fff; font-weight:700; padding:0 18px; white-space:nowrap; cursor:pointer; } .bn-oneclick button:hover{ background:var(--bn-accent-dark); }
.bn-oneclick input.bn-phone-bad{ color:#c9402b; }
.bn-pspecs-short{ margin-top:18px; } .bn-pspecs-head{ font-weight:700; color:var(--bn-blue); margin-bottom:8px; } .bn-see-all{ color:var(--bn-accent); font-weight:600; }
.bn-pspecs-tbl{ width:100%; } .bn-pspecs-tbl td{ padding:9px 10px; font-size:13px; border-bottom:1px solid var(--bn-line); }
.bn-pspecs-tbl tr td:first-child{ color:#7a8290; width:48%; } .bn-pspecs-tbl tr td:last-child{ color:var(--bn-blue); font-weight:500; } .bn-pspecs-tbl tr:nth-child(even){ background:#f7f8fa; }
.bn-pinfo-box{ background:#f7f8fa; border:1px solid var(--bn-line); border-radius:10px; padding:14px 16px; margin-bottom:14px; }
.bn-pinfo-h{ font-weight:700; font-size:12px; color:var(--bn-blue); margin-bottom:8px; } .bn-pinfo-h i{ color:var(--bn-accent); margin-right:6px; } .bn-pinfo-box p{ font-size:12px; color:#5b6472; margin:0; line-height:1.6; }
.bn-pdesc{ color:#3a4250; line-height:1.7; }
@media(max-width:767px){ .bn-ptabs{ overflow-x:auto; } .bn-ptab{ flex:0 0 auto; padding:12px 14px; font-size:12px; } .bn-pbuy{ flex-wrap:wrap; } .bn-pname{ font-size:18px; } .bn-psec{ padding:16px; } }
.bn-pstock{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; margin-bottom:14px; padding:5px 12px; border-radius:6px; }
.bn-pstock.in{ color:#1a9b4b; background:#e9f8ef; } .bn-pstock.out{ color:#c9402b; background:#fdeceA; background:#fdecea; }
.bn-notify{ display:flex; border:1px solid var(--bn-line); border-radius:8px; overflow:hidden; transition:border-color .15s, box-shadow .15s; }
.bn-notify:focus-within{ border-color:var(--bn-blue); box-shadow:0 0 0 3px rgba(2,50,118,.12); }
.bn-notify input{ flex:1; border:none; padding:0 14px; height:46px; outline:none !important; box-shadow:none !important; background:#fff; } .bn-notify button{ background:var(--bn-blue); color:#fff; border:none; padding:0 18px; font-weight:600; cursor:pointer; white-space:nowrap; }
.bn-notify button:hover{ background:var(--bn-blue-dark); }
/* === BOOKNOVA PRODUCT END === */
/* === BOOKNOVA NP === Nova Poshta autocomplete in checkout */
.bn-np-city-wrap{ position:relative; }
.bn-np-list{ position:absolute; left:15px; right:15px; top:100%; z-index:50; background:#fff; border:1px solid var(--bn-line); border-top:none; border-radius:0 0 8px 8px; max-height:240px; overflow-y:auto; margin:0; padding:0; list-style:none; box-shadow:0 12px 24px rgba(2,50,118,.12); display:none; }
.bn-np-list li{ padding:9px 14px; font-size:13px; cursor:pointer; border-bottom:1px solid #f0f2f5; }
.bn-np-list li:hover{ background:#fff3ec; color:var(--bn-accent); }
.bn-np-list.open{ display:block !important; }
.bn-np-empty{ color:#8a93a5; cursor:default; }
.bn-np-empty:hover{ background:none; color:#8a93a5; }
#bn-wh{ height:auto; min-height:40px; }
/* === BOOKNOVA NP END === */
/* === BOOKNOVA SHIPGROUP === */
.bn-co-hint{ color:#8a93a5; font-size:13px; margin:-6px 0 14px; }
.bn-ship-group{ margin-bottom:14px; }
.bn-ship-carrier{ display:flex; align-items:center; gap:8px; font-weight:700; color:var(--bn-blue); margin:10px 0 6px; }
.bn-co-radio{ display:flex; align-items:flex-start; gap:9px; padding:7px 0; cursor:pointer; font-size:13px; line-height:1.4; }
.bn-co-radio input{ margin-top:3px; flex:0 0 auto; }
.bn-co-radio:hover span{ color:var(--bn-accent); }
/* === BOOKNOVA SHIPGROUP END === */
/* === BOOKNOVA STOCK BADGE === */
.product-grid .product-thumb .caption{ position:relative; }
.bn-stock-badge{ display:inline-block; font-size:11px; font-weight:600; padding:2px 9px; border-radius:4px; margin-bottom:8px; }
.bn-stock-badge.in{ color:#1a9b4b; background:#e9f8ef; }
.bn-stock-badge.out{ color:#c9402b; background:#fdecea; }
/* === BOOKNOVA STOCK BADGE END === */
/* === BOOKNOVA WH SEARCH === */
.bn-wh-wrap{ position:relative; }
.bn-np-empty{ color:#8a93a5; cursor:default; }
.bn-np-empty:hover{ background:none; color:#8a93a5; }
/* === BOOKNOVA WH SEARCH END === */
