body {
	/* font-family: 'Lato', sans-serif; */
	font-family: Poppins, arial, sans-serif;
	font-weight: 300;
	color: #444444;
	/*font-size: 16px; */
	line-height: 25px;
	width: 100%;
}

h1 {
	color: #444;
    font-weight: 500;
}



 h2, h3, h4, h5, h6 {
	/*color: #444; */
    color: #b22222;
	font-weight: 500;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #b22222;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
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;
}

.navbar-aside{

	/*display: none;*/
}
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; */
	color: #b22222;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #F7F7F7;
	border-bottom: 1px solid #eaeaea;
	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; */
	color: #b22222;
}
#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;
}

.nav-strip {
	background: #b22222;
}


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

.category-wrapper h4 {
    min-height: 40px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #b22222;
	min-height: 40px;
	margin-bottom: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 9px;
	min-height: 15px;
	background-color: transparent;
	border-left: 1px solid rgba(255,255,255,.4);
	font-size: 13px;
	/*font-size: 14px; */
	/*font-weight: 700; */
	font-weight: 500;
	/*max-width: 152px;*/
	max-width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-left: 0;
	border: 0;
	background: #b22222;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 8px 10px;
	clear: both;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	/*border-bottom: 1px solid #4B8312; */
	border-bottom: 1px solid #b22222;
}
#menu .dropdown-inner li a:hover {
	color: inherit;
}
#menu .see-all {
	display: block;
	margin-top: -2px;
	border-top: 1px solid #DDD;
	padding: 8px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
#menu .see-all {
	text-decoration: none;
	color: #ffffff;
	background-color: #b22222;
	background-repeat: repeat-x;
	width: 100%;
	margin-left: 0px;
	font-weight: 700;
	z-index: 1;
	position: relative;
}
#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;
	}

	.navbar-nav {
		margin: 0;
		overflow: hidden;
	}

	.nav.navbar-nav {
		display: block !important;
	}

	.nav.navbar-nav>li {
		display: block !important;
	}

	#menu .nav > li > a {
		max-width: none;
		display: block;
		text-align: left;
		border-left: 0;
	}

	#menu .nav > li:last-child a {
		border-right: 0 !important;
	}



}
/* content */
#content {
	min-height: 600px;
}
.swiper-container img {
	width: 100%;
}
.banner-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
	color: #fff;
}
.slide-title {
	font-size: 30px;
	color: #444444;
	background: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
.banner-overlay p {
	background: rgba(100, 174, 24, .8);
	display: inline-block;
	padding: 15px;
	margin-top: 10px;
	font-size: 20px;
}
.html-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.no-padding {
	padding: 0;
}
.featured-category .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	transition-duration: 0.33s;
}
.featured-category .caption>* {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 20px;
	background: transparent;
	transition-duration: 0.33s;
	padding: 10px;
	color: #fff;
}
.featured-category:hover .caption {
	background: transparent;
}
.featured-category:hover .caption>* {
	background: rgba(100, 174, 24, .6);
}
.featured-category {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.product-layout {
	/*text-align: center; */
	
}
.price-old {
	color: #878787;
	text-decoration: line-through;
	margin-right: 5px;
}
.price {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.price-new {
	color: #C2121C;
}
.product-layout .caption h4 {
	margin-top: 15px;
}
.product-layout .caption h4 a {
	color: #444;
}
.featured-title {
	text-align: center;
	font-size: 28px;
	color: #C2121C;
}
#common-home h3 {
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#featured .swiper-wrapper .product-layout {
	width: auto;
	padding: 0;
}
.list-center {
	text-align: center;
	float: none;
	width: 100%;
}
.list-center > li {
	text-align: center;
	float: none;
	display: inline-block;
}
#top-links li {
	color: #444444;
	font-size: 12px;
	font-weight: 700;
}
#top-links li i {
	margin-right: 8px;
}
.display-inline {
	display: inline-block;
}
.list-border-right {
	border-right: 1px solid #D6D6D6;
	margin-right: 15px;
	padding-right: 15px;
}
#search input {
	background: #eee;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	/* orig size width: 290px; */
	/*width: 290px; */
	float: right;
}
#search .btn {
	font-size: 16px;
	height: 45px;
	width: 50px;
	border-radius: 0;
	background: #b22222;
	color: #fff;
	padding: 0 15px;
}
::-webkit-input-placeholder {
	color: #444444 !important;
	font-size: 14px;
	font-weight: 100;
}
::-moz-placeholder {
	color: #444444 !important;
	font-size: 14px;
	font-weight: 100;
}
:-ms-input-placeholder {
	color: #444444 !important;
	font-size: 14px;
	font-weight: 100;
}
:-moz-placeholder {
	color: #444444 !important;
	font-size: 14px;
	font-weight: 100;
}
.header-menus a {
	color: inherit;
	font-weight: 700;
	font-size: 15px;
}
.header-menus a i {
	color: #2B55C3;
	margin-right: 8px;
}
.header-menus a i.fa-home {
	margin-right: 0;
	color: #b22222;
}
.header-menus {
	margin-top: 12px;
}
.navbar-collapse.collapse {
	padding: 0;
}
.any-questions-phone i {
	font-size: 46px;
	color: #2B54C3;
}
.any-questions-phone, .any-questions-side {
	display: inline-block;
	vertical-align: sub;
}
.any-questions-side .any-questions-title {
	font-size: 14px;
	color: #64AD18;
	font-weight: 700;
}
.any-questions-number {
	font-size: 26px;
	font-weight: 700;
	color: #444444;
}
.any-questions-side {
	margin-left: 5px;
}
.any-questions {
	margin-top: 18px;
}
#menu .nav > li:before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	/*background: #4B8312; */
	background:#b22222;
	position: absolute;
	top: 0;
	left: -1px;
}
.footer-menu > li {
	display: block;
	padding-bottom: 5px;
}
#product-category .breadcrumb {
	margin-bottom: 30px;
}
.list-group-item.list-group-heading, .list-group-item.list-group-heading:hover {
	border-radius: 0;
	background: #b22222;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-color: #b22222;
	text-shadow: none;
}
.product-layout {
	margin-bottom: 30px;
}
#product-category #content h2 {
	margin-top: 0;
	/* orig text-align: center; */
	text-align: left;
}
#product-product .breadcrumb {
	margin-bottom: 30px;
}
#product-product h1 {
	margin-top: 0;
}
.btn.btn-primary {
	background: #b22222;
	color: #fff;
	padding: 15px 15px;
	border-radius: 0;
	transition-duration: 0.33s;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
	background: #2B54C3;
	border-color: #2B54C3;
}
#common-home .product-layout {
	margin-bottom: 0;
}
#menu .nav > li:last-child a {
	/*border-right: 1px solid #4B8312; */
	border-right: 1px solid #b22222;
}
#menu .nav > li:last-child:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	right: -1px;
}
#menu .dropdown-inner li:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,.4);
	position: absolute;
	bottom: -1px;
}
#menu .dropdown-inner li {
	position: relative;
}
#account-login .breadcrumb {
	margin-bottom: 30px;
}
.category-wrapper {
	margin-bottom: 20px;
	text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #b22222;
	border-color: #b22222;
}
.product-inc-tax {
	font-size: 60%;
}
.bm .bm-category-info, .bm .bm-author-info {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.bm .btn.btn-primary {
	padding: 10px 15px;
}
.bm .bm-categories .item-cateogry {
	padding: 15px;
	border-bottom: 1px solid #eaeaea;
	color: inherit;
}
.bm .bm-categories .item-cateogry .title {
	text-align: left !important;
	font-size: 14px !important;
}
.bm .bm-categories {
	padding-bottom: 0 !important;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.bm .bm-categories .h3 {
	margin: 0;
	padding: 15px;
	background: #b22222;
	color: #fff;
	margin-left: -1px;
	margin-right: -1px;
}
.bm .bm-categories .item-cateogry:hover .title, .bm .bm-categories .item-cateogry:focus .title {
	text-decoration: none;
}
.bm .h1, .bm h1 {
	text-align: center;
}
.nav.navbar-nav {
	align-items: center;
	display: flex;
}
.nav.navbar-nav>li {
	align-items: center;
	display: flex;
}
/* footer */
.footer-help {
	background: #282828;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #FFFFFF;
}
.footer-help a {
	color: #b22222;
	border: 1px solid #b22222;
	padding: 10px 20px;
	margin-left: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.footer-help a:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
footer {
	margin-top: 30px;
	background-color: #1B1D1F;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #8D8E8F;
	padding: 0 0 10px;
	margin: 30px 0;
}

.pwrd {
	background: #000000;
	width: 100%;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 15px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	margin-top: 30px;
	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: 10px 25px;
	border-radius: 9px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background: #b22222;
	color: #fff;
	border: 0;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.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;
	font-size: 15px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background: #b22222;
	border: 1px solid #b22222;
	color: #fff;
	font-weight: 700;
}
/* 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;
	}
	.footer-menu.list-categories {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}
}
.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;
}

.minispec {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    color: #62615f;
}

.VAT {
    font-size: 15px;
    color: #b22222;
}


/* updated style sheet  START - 21-01-2026 --- */

/* =========================================================
   Corporate eCommerce "Polish Layer"
   Paste at END of stylesheet to override existing rules
   ========================================================= */

/* --- Theme tokens --- */
:root{
  --brand: #b22222;
  --brand-hover: #8f1b1b;
  --ink: #1f2937;           /* near-slate */
  --text: #374151;
  --muted: #6b7280;
  /*--bg: #f6f7fb;  */          /* light app background */
   --bg: #fff; 
  --card: #ffffff;
  --border: #e5e7eb;
  --soft: #f3f4f6;
  --shadow: 0 6px 18px rgba(17,24,39,.08);
  --radius: 12px;
  --radius-sm: 10px;
}

/* --- Base --- */
body{
  color: var(--text);
  background: var(--bg);
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6{
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1{ font-size: 34px; font-weight: 600; margin: 26px 0 18px; }
h2{ font-size: 26px; font-weight: 600; }
h3{ font-size: 20px; font-weight: 600; }
h4{ font-size: 16px; font-weight: 600; }
a{ color: var(--brand); }
a:hover{ color: var(--brand-hover); }

/* Make content area feel like a modern page container */
#content{
  padding-top: 18px;
  padding-bottom: 30px;
}

/* --- Top bar + header --- */
#top{
  background: #000000;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(17,24,39,.02);
  margin-bottom: 14px;
}
#top .btn-link, #top-links li, #top-links a{
  color: var(--muted);
  text-shadow: none;
}
#top .btn-link:hover, #top-links a:hover{
  /*color: var(--ink);*/
  color: #fff;
}

/* --- Nav / menu --- */
.nav-strip,
#menu{
  background: var(--brand);
}

/* Make menu items cleaner + consistent */
#menu .nav > li > a{
  border-left: 1px solid rgba(255,255,255,.18);
  text-shadow: none;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 12px 12px;
}

/* Dropdown surfaces: look more “panel” than “solid block” */
#menu .dropdown-menu{
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
#menu .dropdown-inner a{
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  background: #fff;
}
#menu .dropdown-inner li a:hover{
  background: var(--soft);
  color: var(--ink);
}
#menu .see-all{
  background: #ffffff;
  color: var(--brand);
  border-top: 1px solid var(--border);
  font-weight: 600;
}

/* Mobile menu background clean-up */
@media (max-width: 767px){
  #menu div.dropdown-menu{
    background: #ffffff;
    border: 1px solid var(--border);
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover{
    background: var(--soft);
  }
}

/* --- Search --- */
#search input{
  background: #ffffff;
  border: 1px solid var(--border);
  /*border-radius: 999px; */
  border-radius: 9px;
  height: 45px;
  padding: 0 16px;
  box-shadow: 0 2px 6px rgba(17,24,39,.04);
}
#search .btn{
  border-radius: 999px;
  background: var(--brand);
  height: 45px;
  width: 52px;
}
#search .btn:hover{
  background: var(--brand-hover);
}

/* --- Forms / inputs --- */
select.form-control,
textarea.form-control,
input.form-control{
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
}
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus{
  border-color: rgba(178,34,34,.45);
  box-shadow: 0 0 0 4px rgba(178,34,34,.12);
  outline: none;
}

/* --- Buttons (unify + modernize) --- */
.btn{
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: .01em;
}

.btn.btn-primary,
.btn-primary,
#cart > .btn{
  background: var(--brand) !important;
  border: 1px solid rgba(0,0,0,0) !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn-primary:hover,
#cart > .btn:hover{
  background: var(--brand-hover) !important;
}

/* Secondary buttons */
.btn-default{
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--ink);
  text-shadow: none;
}
.btn-default:hover{
  background: var(--soft);
}

/* --- Breadcrumbs --- */
.breadcrumb{
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 14px;
  margin-top: 18px;
}

/* --- Category / list group panels --- */
.list-group-item.list-group-heading,
.list-group-item.list-group-heading:hover{
  background: var(--ink);
  border-color: var(--ink);
  border-radius: var(--radius);
}
.list-group a{
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover{
  background: rgba(178,34,34,.08);
  border-color: rgba(178,34,34,.25);
  color: var(--ink);
}

/* --- Product cards --- */
.product-thumb{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 2px 10px rgba(17,24,39,.05);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-thumb:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

/* Image area spacing */
.product-thumb .image{
  background: #fff;
  padding: 10px;
}

/* Typography in cards */
.product-thumb h4 a{
  color: var(--ink);
  font-weight: 600;
}
.product-thumb .price{
  color: var(--ink);
  font-weight: 700;
}
.product-thumb .price-new{
  color: var(--brand);
}

/* Button group area: make it cleaner */
.product-thumb .button-group{
  background: #fff;
  border-top: 1px solid var(--border);
}
.product-thumb .button-group button{
  background: #fff;
  color: var(--muted);
}
.product-thumb .button-group button:hover{
  background: var(--soft);
  color: var(--ink);
}

/* --- Pagination --- */
.pagination>li>a,
.pagination>li>span{
  border: 1px solid var(--border);
  border-radius: 10px;
  margin: 0 4px;
  color: var(--ink);
}
.pagination>.active>a,
.pagination>.active>span{
  background: var(--brand);
  border-color: var(--brand);
}

/* --- Footer --- */
.footer-help{
  background: #111827;
  color: #e5e7eb;
}
.footer-help a{
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}
.footer-help a:hover{
  border-color: #fff;
  background: rgba(255,255,255,.16);
}
footer{
  background: #0b1220;
}
footer h5{
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.pwrd{
  background: #060b14;
}

/* --- Small niceties --- */
.price-old{ color: var(--muted); }
.VAT{ color: var(--muted); }


/* =========================
   Home page layout polish
   ========================= */

/* Full width hero band */
.home-hero{
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-bottom: 1px solid var(--border);
  padding: 18px 0 22px;
  margin-bottom: 16px;
}
.home-hero .container{
  padding-left: 20px;
  padding-right: 20px;
}

/* Inner shell spacing */
#common-home.home-shell{
  padding-bottom: 30px;
}

/* Make homepage content breathe */
#common-home #content{
  padding-top: 6px;
}

/* Section styling (works great with Featured/Latest modules) */
#common-home h3,
#common-home .featured-title{
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 26px;
  margin: 22px 0 14px;
  text-align: left;
}

/* If your modules output a wrapper, this adds consistent spacing */
#common-home .row + .row{
  margin-top: 22px;
}

/* Homepage product cards slightly tighter */
#common-home .product-thumb .caption{
  min-height: 160px;
}
#common-home .product-thumb{
  height: 100%;
}
#common-home .product-layout{
  margin-bottom: 18px;
}


/* =========================
   NT Cutter Homepage Hero
   ========================= */

.nt-hero{
  background: linear-gradient(135deg, #ffffff 0%, #f6f7fb 100%);
  border-bottom: 1px solid var(--border);
  padding: 5px 0 10px;
}

.nt-hero-inner{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Content container */

.nt-hero-content{
  /*max-width: 720px; */
  max-width: 100%;
}

/* Tag line */

.nt-hero-tag{
  display: inline-block;
  background: rgba(178,34,34,.1);
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

/* Main headline */

.nt-hero-content h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--ink);
}

/* Intro lead */

.nt-hero-lead{
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 16px;
}

/* Body text */

.nt-hero-content p{
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Highlight bar */

.nt-hero-highlight{
  background: rgba(178,34,34,.08);
  border-left: 4px solid var(--brand);
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  color: var(--ink) !important;
  margin-top: 14px;
}

/* Footer trust message */

.nt-hero-footer{
  margin-top: 18px;
  font-size: 14px;
  color: var(--ink);
}

/* Mobile optimization */

@media (max-width: 768px){

  .nt-hero{
    padding: 50px 0 40px;
  }

  .nt-hero-content h1{
    font-size: 30px;
  }

  .nt-hero-lead{
    font-size: 16px;
  }

}

.nt-hero-badge{
  /*display: inline-flex; */
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(178,34,34,.25);
  border-left: 4px solid var(--brand);
  padding: 8px 16px;
  border-radius: 10px;
  margin-bottom: 18px;
  margin-top: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.nt-hero-badge span{
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: .02em;
}

.nt-hero-badge small{
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

/* =========================
   Global Full Width Layout
   ========================= */

.container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}

/* Reduce padding on mobile */

@media (max-width: 768px){
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Keep text readable on large screens */

#content,
.nt-hero-inner,
.footer-help .container,
footer .container{
  /*max-width: 1400px; */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/* Better product grid spacing */

.product-layout{
  padding-left: 10px;
  padding-right: 10px;
}

.row{
  margin-left: -10px;
  margin-right: -10px;
}

#menu,
#top,
.nav-strip{
  padding-left: 0;
  padding-right: 0;
}

#menu .container,
#top .container{
  max-width: 1400px;
  margin: auto;
}

.nt-hero{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nt-hero-inner{
  /*max-width: 1400px; */
   max-width: 100%;
}

body{
  overflow-x: hidden;
}

/* =========================
   Amazon-style product grid
   ========================= */

/* Tighter row gutters */

#content .row{
  margin-left: -8px;
  margin-right: -8px;
}

#content .product-layout{
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 14px;
}


.product-thumb{
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  transition: box-shadow .15s ease, transform .15s ease;
}

/* Hover effect like Amazon */

.product-thumb:hover{
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

/* Image tighter */

.product-thumb .image{
  padding: 6px;
}

/* Caption tighter */

.product-thumb .caption{
  padding: 8px 10px;
  min-height: auto;
}

/* Product title */

.product-thumb h4{
  font-size: 14px;
  line-height: 1.3;
  margin: 6px 0 8px;
  font-weight: 600;
}

.product-thumb h4 a{
  color: #111827;
}

.product-thumb .price{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.product-thumb .price-new{
  color: #b22222;
}

.product-thumb .price-old{
  font-size: 13px;
  color: #6b7280;
}

.product-thumb .button-group{
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.product-thumb .button-group button{
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  background: transparent;
  color: #374151;
}

/* Hover */

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

.product-layout,
.product-thumb{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-thumb .caption{
  flex-grow: 1;
}

.product-thumb .button-group{
  margin-top: auto;
}

@media (max-width: 768px){

  #content .product-layout{
    padding-left: 6px;
    padding-right: 6px;
  }

  .product-thumb h4{
    font-size: 13px;
  }

  .product-thumb .price{
    font-size: 15px;
  }

}

/* =========================
   Product Page (PDP) Layout
   ========================= */

#product-product{
  padding-top: 10px;
}

/* Breadcrumb polish */
#product-product .breadcrumb{
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
}

/* Title area */
#product-product .pdp-header{
  margin: 12px 0 10px;
}
#product-product .pdp-title{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}

/* Main row spacing */
#product-product .pdp-main{
  margin-top: 8px;
}

/* Left: gallery area as a "card" */
#product-product .pdp-gallery .thumbnails{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 14px;
}

/* Big image */
#product-product .thumbnails > li:first-child{
  width: 100%;
  margin-left: 0;
}
#product-product .thumbnails > li:first-child .thumbnail{
  border: 0;
  padding: 0;
  background: transparent;
}

/* Thumbs row */
#product-product .thumbnails .image-additional{
  max-width: none;
  width: 72px;
  margin-top: 10px;
}
#product-product .image-additional a{
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 6px;
}
#product-product .image-additional a:hover{
  border-color: rgba(178,34,34,.35);
}

/* Tabs become modern pill tabs */
#product-product .nav-tabs{
  border-bottom: 1px solid var(--border);
  margin: 0 0 10px;
}
#product-product .nav-tabs > li > a{
  border: 0;
  border-radius: 9px;
  padding: 10px 14px;
  margin-right: 8px;
  color: var(--muted);
  font-weight: 600;
}
#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus{
  background: rgba(178,34,34,.10);
  color: var(--ink);
}
#product-product .tab-content{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
}

/* Right: sticky buy box "card" */
#product-product .pdp-buybox{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 10px rgba(17,24,39,.05);
}

/* Sticky on desktop */
@media (min-width: 992px){
  #product-product .pdp-buybox{
    position: sticky;
    top: 18px;
  }
}

/* Wishlist/compare group */
#product-product .pdp-buy .btn-group .btn{
  background: #fff;
  border: 1px solid var(--border);
  color: var(--ink);
}
#product-product .pdp-buy .btn-group .btn:hover{
  background: var(--soft);
}

/* Product meta list */
#product-product .pdp-buy ul.list-unstyled{
  margin: 10px 0 0;
  padding: 0;
}
#product-product .product_code{
  font-weight: 700;
  color: var(--ink);
}
#product-product .jade__freeshipping{
  border-radius: 999px;
  padding: 6px 10px;
}

/* Price block: more prominent */
#product-product h2{
  margin: 10px 0 8px;
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
}
#product-product h2 .VAT,
#product-product h2 span{
  font-weight: 500 !important;
}

/* Options + qty spacing */
#product-product #product hr{
  border-top: 1px solid var(--border);
}
#product-product #product .form-group{
  margin-bottom: 12px;
}

/* Quantity + Add to cart button like a buy box */
#product-product #input-quantity{
  max-width: 120px;
}
#product-product #button-cart{
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}

/* Info links: convert to neat inline chips */
#product-product .pfooter-infolinks{
  margin-top: 12px;
}
#product-product .pfooter-infolinks .infolink{
  display: inline-block;
  margin: 6px 10px 0 0;
}
#product-product .pfooter-infolinks a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  font-weight: 600;
}
#product-product .pfooter-infolinks a:hover{
  background: var(--soft);
}

/* PDF link as a button */
#product-product .pfooter-pdflinks a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(178,34,34,.08);
  border: 1px solid rgba(178,34,34,.25);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
}

/* Related products heading spacing */
#product-product h3{
  margin-top: 26px;
  margin-bottom: 12px;
  font-weight: 800;
  color: var(--ink);
}

/* Mobile: stack + remove sticky */
@media (max-width: 991px){
  #product-product .pdp-title{ font-size: 24px; }
  #product-product .pdp-buybox{ position: static; }
}

.jade__freeshipping{
  background: #0f766e; /* classy teal */
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

#cart > .btn{
  border-radius: 4px !important;
}


#cart > .btn{
  font-weight: 700;
  letter-spacing: .02em;
}

/* =========================
   Product Information Block
   ========================= */

.product-info-block{
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px;
  margin: 24px 0 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* Note highlight */

.product-note{
  background: rgba(178,34,34,.06);
  border-left: 4px solid var(--brand);
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 14px;
}

/* Origin badge */

.product-origin{
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}

/* Safety block */

.product-safety h4{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
}

.product-safety ul{
  padding-left: 18px;
  margin-bottom: 12px;
}

.product-safety li{
  margin-bottom: 6px;
}

/* External link */

.safety-link a{
  font-weight: 600;
  color: var(--brand);
}

/* Brand trust note */

.product-brand-note{
  border-top: 1px solid var(--border);
  margin-top: 14px;
  padding-top: 12px;
  font-size: 13px;
  color: var(--muted);
}

/* =========================
   Age Restriction Notice
   ========================= */

.age-restriction-notice{
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(178,34,34,.08);
  border-left: 4px solid var(--brand);
  padding: 10px 14px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 13px;
}

.age-restriction-notice img{
  width: 36px;
  height: auto;
}

.age-restriction-notice p{
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.age-restriction-notice a{
  color: var(--brand);
  font-weight: 700;
  text-decoration: underline;
}

/* Mobile stacking */

@media (max-width: 576px){
  .age-restriction-notice{
    flex-direction: column;
    text-align: center;
  }
}

/* =========================
   Product Page Full Width
   ========================= */

#product-product #content{
  max-width: 100% !important;
  width: 100%;
}

#product-product .pdp-gallery{
  padding-right: 16px;
}

#product-product .pdp-buy{
  padding-left: 16px;
}

#product-product.container{
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}


@media (max-width: 768px){
  #product-product.container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px){
  #product-product .pdp-gallery{
    width: 60%;
  }

  #product-product .pdp-buy{
    width: 40%;
  }
}

/* =========================
   Footer Legal Block
   ========================= */

.footer-legal{
 text-align: center;
  font-size: 12px;
  line-height: 1.6;
  /*color: #9ca3af; */
  color: #959592;
  max-width: 900px;
  margin: auto;
}

.footer-legal p{
  margin-bottom: 6px;
}

.footer-brand a{
  color: #ffffff;
  font-weight: 700;
}

.footer-trademark{
  font-size: 11px;
  color: #9ca3af;
}

.footer-age a{
  color: var(--brand);
  font-weight: 700;
}

.footer-cert{
  font-size: 11px;
  color: #9ca3af;
}

/* =========================
   Sticky Add to Cart Bar
   ========================= */

.sticky-atc{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transform: translateY(110%);
  transition: transform .2s ease;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -10px 30px rgba(17,24,39,.12);
}

.sticky-atc.is-visible{
  transform: translateY(0);
}

.sticky-atc__inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-atc__left{
  min-width: 0;
}

.sticky-atc__title{
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 52vw;
}

.sticky-atc__meta{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 2px;
}

.sticky-atc__price{
  font-size: 15px;
  font-weight: 800;
  color: var(--brand);
}

.sticky-atc__vat{
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}

.sticky-atc__right{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* qty control */
.sticky-atc__qty{
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.sticky-atc__qtybtn{
  width: 38px;
  height: 38px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.sticky-atc__qtybtn:hover{
  background: var(--soft);
}

#sticky-atc-qty{
  width: 56px;
  height: 38px;
  border: 0;
  text-align: center;
  font-weight: 700;
  color: var(--ink);
}

/* button */
.sticky-atc__btn{
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
}

.sticky-atc__btn:hover{
  background: #8f1b1b;
}

/* mobile: make it more thumb-friendly */
@media (max-width: 576px){
  .sticky-atc__inner{
    padding: 10px 12px;
  }
  .sticky-atc__title{
    max-width: 62vw;
  }
  .sticky-atc__btn{
    padding: 0 14px;
  }
}



/* updated style sheet  END - 21-01-2026 --- */



/* Front Page hero Banner css Style START 26-03-26 */

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HERO SECTION */
.hero {
  width: 100%;
  /*height: 80vh;*/
  height: 50vh;
  background-image: url("https://compasscutter.com/image/catalog/Compass-cutter/banners/NT-Cutter-2.png");
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* move content left */
  text-align: left; /* align text left */
  /*color: white;*/
  /*color:#87e515;*/
  Color:#d6db0e;
    padding-left: 12%; /* space from edge */
}

/* Keep overlay */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0,0,0,0.10);*/
 /* background: #fff;*/
}

/* Content container */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

/* Heading */
.hero h1 {
  font-size: clamp(2.5rem, 20vw, 5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero h1 {
  color: #ffffff; /* change to your desired colour */
}

/* Sub text */
.hero p {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

/* CTA Button */
.hero a {
  display: inline-block;
  padding: 14px 28px;
  background: #df0707c2;
  color: white;
  text-decoration: none;
  font-size: 3.1rem;
  border-radius: 6px;
  transition: 0.3s ease;
}

.hero a:hover {
  background: #e05500;
  transform: translateY(-2px);
}



@media (max-width: 768px) {
  .hero {
    justify-content: center;
    text-align: center;

    padding-left: 20px;
    padding-right: 20px;

    height: 70vh; /* IMPORTANT — prevents collapse */
    background-size: cover; /* re-assert image */
    background-position: center;
  }
}

/*Front Page hero Banner css Style END */


/*********************************/
/**	RotonProductDiscount - 2019 **/
/*********************************/
.triangle-topleft {
    display: block;
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
    border-top: 60px solid red;
    border-right: 60px solid transparent;
	cursor: pointer;
}

.triangle-topright {
    display: block;
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
    border-top: 60px solid red;
    border-left: 60px solid transparent;
	cursor: pointer;
}

.save-discount {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 5px;
    font-weight: bold;
}