@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--yellow: #ffce04;
	--gold: #f3e5c6;
	--lightgold: #faf5eb;
	--red: #e9b5b5;
	--lightred: #faeeee;
	--blue: #b4c2ec;
	--lightblue: #e5ebfb;
	--orange: #fdd1c2;
	--lightorange: #fef1ed;
	--black: #e0e0e0;
	--lightblack: #f2f2f2;
	--lw-black:#111;
	--lw-muted:rgba(17,17,17,.75);
	--lw-white:#fff;
	--font: "Roboto Condensed", arial, sans-serif;
}
body {
	font-family: var(--font);
	font-weight: 400;
	color: #000;
	font-size: 2em;
	line-height: 1.8em;
	width: 100%;
	background-color: var(--yellow);
}
.body-wrapper {
	background-color: #fff;
}
/* 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: #000;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#content a:not(.btn), .content a:not(.btn), .product-link {
	color: var(--yellow);
	text-shadow: 1px 1px #000;
}

#content a:hover:not(.btn), .content a:hover:not(.btn), .product-link:hover {
	color: rgba(0,0,0,0);
	text-decoration: none;
	text-shadow: 1px 1px var(--yellow);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 18px;
	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;
}
.nowrap {
	text-wrap: nowrap;
}
header {
	background-image: url("../image/bg_black_bottom.svg"), url("../image/backgr-black-stone.webp");
	background-position: center bottom, center bottom 10px;
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 70px;
	background-size: auto 75px, auto;
}
header a {
	color: #fff;
}
header a:hover, header a:active, header a:focus {
	color: #aaa;
}
header .dropdown-toggle > .fa, header .offcanvas-toggle > .fa {
	font-size: 38px;
}
header .dropdown-menu {
	background-color: #000;
	color: #fff;
	border: 1px solid var(--yellow);
}
header .dropdown-menu > li > a, header .dropdown-menu > li > button {
	display: block;
	padding: 10px 30px;
	clear: both;
	font-weight: 400;
	font-size: 18px;
	background-color: #000;
	color: #fff;
	white-space: nowrap;
	text-align: left;
}
header .dropdown-menu > li.selected > a, header .dropdown-menu > li.selected > button {
	background-color: #333;
}
header .dropdown-menu > li > a:hover, header .dropdown-menu > li > button:hover {
	background-color: var(--yellow);
	color: #000;
	background-image: none;
	text-decoration: none;
}
header ul.list-inline > li + li {
    margin-left: 15px;
}
header > .container > .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-flex {
	display: flex;
	align-items: center;
	gap: 30px;
}
.content-black {
	background-image: url("../image/bg_black_bottom.svg"),  url("../image/bg_black_top.svg"), url("../image/backgr-black-stone.webp");
	background-position: center bottom, center top, center center;
	background-repeat: repeat-x, repeat-x, repeat;
	padding-top: 180px;
	padding-bottom: 180px;
	background-size: auto 75px, auto 75px, auto;
	color: #fff;
}
.content-black h1, .content-black h2, .content-black h3, .content-black h4, .content-black h5 {
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin: 0px 0px 50px;
}
.content-black h1 > span, .content-black h2 > span, .content-black h3 > span, .content-black h4 > span, .content-black h5 > span {
	color: var(--yellow);
}
.content-yellow {
	padding-top: 180px;
	padding-bottom: 180px;
	background-color: var(--yellow);
	background-image: url("../image/bg_yellow_top.svg"), url("../image/bg_yellow_bottom.svg");
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	background-size: auto 75px;
}
.content-yellow h1, .content-yellow h2, .content-yellow h3, .content-yellow h4, .content-yellow h5 {
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin: 0px 0px 50px;
}
.content-yellow h1 > span, .content-yellow h2 > span, .content-yellow h3 > span, .content-yellow h4 > span, .content-yellow h5 > span {
	color: #fff;
}
.content-white {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
}
.content-white h1, .content-white h2, .content-white h3, .content-white h4, .content-white h5 {
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	margin: 0px 0px 50px;
}
.content-white h1 > span, .content-white h2 > span, .content-white h3 > span, .content-white h4 > span, .content-white h5 > span {
	color: var(--yellow);
}
.content-yellow h1, .content-white h1, .content-black h1 {
	font-size: 3.5em;
}
.content-yellow h2, .content-white h2, .content-black h2 {
	font-size: 3.5em;
}
.content-yellow h3, .content-white h3, .content-black h3 {
	font-size: 2.5em;
}
.content-yellow h4, .content-white h4, .content-black h4 {
	font-size: 1.2em;
	margin: 10px 0 20px;
}
.content-yellow h5, .content-white h5, .content-black h5 {
	font-size: 1.0em;
	margin: 5px 0 10px;
}
.guardian-spec {
	display: flex;
	margin-bottom: 30px;
}
.specRow {
	flex: auto;
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 0;
}
.specRow > span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0;
	word-spacing: 10px;
}
.guardian-preview {
	padding-top: 75px;
	text-align: center;
}
.guardian-preview img {
	display: inline;
}
.color-picker {
	display: inline-block;
	padding: 60px 30px;
}
.colorBtn {
	display: inline-block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	overflow: visible;
	outline-offset: 10px;
	margin: 30px;
	cursor: pointer;
}
@media (min-width: 990px) {
	.color-picker {
		padding: 0;
	}
	.colorBtn {
		display: block;
		margin: 0;
	}
	.colorBtn + .colorBtn {
		margin-top: 60px;
	}
}
.colorBtn img {
	position: relative;
	bottom: 20px;
}
.colorBtn.black {
	background-color: var(--black);
	outline: 1px solid var(--black);
}
.colorBtn.gold {
	background-color: var(--gold);
	outline: 1px solid var(--gold);
}
.colorBtn.red {
	background-color: var(--red);
	outline: 1px solid var(--red);
}
.colorBtn.blue {
	background-color: var(--blue);
	outline: 1px solid var(--blue);
}
.colorBtn.orange {
	background-color: var(--orange);
	outline: 1px solid var(--orange);
}
.colorBtn.is-active {
	outline-offset: 0;
}
.colorBtn.is-active.black {
	 outline: 30px solid var(--lightblack);
 }
.colorBtn.is-active.gold {
	outline: 30px solid var(--lightgold);
}
.colorBtn.is-active.gold {
	outline: 30px solid var(--lightgold);
}
.colorBtn.is-active.red {
	outline: 30px solid var(--lightred);
}
.colorBtn.is-active.blue {
	outline: 30px solid var(--lightblue);
}
.colorBtn.is-active.orange {
	outline: 30px solid var(--lightorange);
}
.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: #ffc905;
	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: #ffc905;
	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;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 100px;
	margin-bottom: 100px;
	background-color: var(--yellow);
	background-image: url("../image/bg_yellow_top.svg");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 75px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	margin-top: 60px;
}
footer a {
	text-decoration: none;
	text-shadow: none;
	color: #000;
}
footer a:hover {
	color: #777;
}
footer h5 {
	font-size: 20px;
	font-weight: bold;
}
footer .copyright {
	background-image: url("../image/art.png");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 96px;
	margin-top: 30px;
	min-height: 64px;
}
footer .payment-icons {
	float: right;
}
footer .payment-icons img {
	height: 22px;
}
.subfooter .list-inline li {
	font-size: 16px;
}
.subfooter .list-inline li+li {
	margin-left: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 15px 30px;
    font-size: 18px;
    border: 1px solid #cccccc;
	background-image: unset;
    border-radius: 0;
}
.btn + .btn {
	margin-left: 30px;
}
.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: 18px;
}
.btn-default {
	color: #fff;
	text-shadow: unset;
	background-color: #000;
	background-image: unset;
    padding: 20px 40px;
	border-color: #000;
}
.btn-default:hover, .btn-default:active {
	color: #000;
	background-color: var(--yellow);
	border-color: var(--yellow);
}
.btn-primary {
	color: #000;
	background-color: var(--yellow);
	border-color: var(--yellow);
	padding: 20px 40px;
	border-radius: 0;
}
.btn-primary.btn-sm {
	padding: 15px 25px;
	font-size: 18px;
}
.content-yellow .btn-primary:not(.js-add-to-cart) {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.content-black .btn-primary:hover, .content-black .btn-primary:active, .content-black .btn-primary.active, .content-black .btn-primary.disabled, .content-black .btn-primary[disabled],
.content-yellow .btn-primary:not(.js-add-to-cart):hover, .content-yellow .btn-primary:not(.js-add-to-cart):active, .content-yellow .btn-primary.active:not(.js-add-to-cart), .content-yellow .btn-primary.disabled:not(.js-add-to-cart), .content-yellow .btn-primary:not(.js-add-to-cart)[disabled] {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn.fit-option {
	padding: 10px 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: #ee5f5b;
	background: none;
	padding: 3px 5px;
	border: none;
}
.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: #000;
	background-color: transparent;
	border-color: #000;
	font-size: 18px;
	padding: 20px 40px;
	border-radius: 0;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.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);
}
.cart-qty .btn-default {
	padding: 7px 12px;
	line-height: 24px;
}
.cart-qty input.cart-qty {
	height: 40px;
}
.home-banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.home-banner img {
	display: inline-block;
}
/* 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;
}
.fit-finder .product-thumb {
	border-color: #000;
	background: #fff;
}
.product-thumb .caption {
	text-align: center;
}
.product-thumb .title {
	text-align: left;
}
.product-thumb .price {
	font-size: 25px;
	display: flex;
	align-items: center;
}
.product-thumb .price > span {
	display: inline-block;
	flex: auto;
}
.product-thumb .price > button {
	flex: auto;
}
.product-thumb h4 {
	font-size: 32px;
	margin-bottom: 20px;
}
.product-thumb .image {
	padding: 10px;
	margin-bottom: 10px;
}
.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;
}
#content .product-thumb .caption a, .content .product-thumb .caption a {
	color: #000;
	text-shadow: none;
}
#content .product-thumb .caption a:hover, .content .product-thumb .caption a:hover {
	color: #666;
	text-decoration: none;
	text-shadow: none;
}
.colors {
	display: inline-block;
	padding: 0 20px;
}
.colors span.product-color {
	display: inline-block;
	width: 20px;
	border-radius: 50%;
	outline-offset: 3px;
	outline: 1px solid;
	height: 20px;
}
.colors span.product-color.black {
	background-color: var(--black);
	outline-color: var(--black);
}
.colors span.product-color.gold {
	background-color: var(--gold);
	outline-color: var(--gold);
}
.colors span.product-color.red {
	background-color: var(--red);
	outline-color: var(--red);
}
.colors span.product-color.blue {
	background-color: var(--blue);
	outline-color: var(--blue);
}
.colors span.product-color.orange {
	background-color: var(--orange);
	outline-color: var(--orange);
}
.colors span.product-color:hover, .colors button.is-active span.product-color {
	outline-offset: 0;
	outline: 5px solid;
}
.colors span.product-color.black:hover, .colors .is-active > span.product-color.black {
	background-color: black;
	outline-color: var(--black);
}
.colors span.product-color.gold:hover, .colors .is-active > span.product-color.gold {
	background-color: gold;
	outline-color: var(--gold);
}
.colors span.product-color.red:hover, .colors .is-active > span.product-color.red {
	background-color: red;
	outline-color: var(--red);
}
.colors span.product-color.blue:hover, .colors .is-active > span.product-color.blue {
	background-color: blue;
	outline-color: var(--blue);
}
.colors span.product-color.orange:hover, .colors .is-active > span.product-color.orange {
	background-color: orange;
	outline-color: var(--orange);
}
button.product-swatch {
	background: none;
	border: none;
}
.colors a + a {
	margin-left: 10px;
}
#product-product .colors {
	display: block;
	text-align: center;
}
#product-product .colors span.product-color {
	width: 40px;
	height: 40px;
	outline-offset: 6px;
}
#product-product .colors span.product-color:hover, #product-product .colors a.is-active span.product-color {
	outline-width: 10px;
	outline-offset: 0;
}
#product-product .colors a + a {
	margin-left: 20px;
}
#product-product h5.h5-colors {
	margin-bottom: 30px;
	text-align: center;
}
.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%;
	}
}
.key-features {
	background: #eee;
	padding: 30px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.key-features .fa {
	color: #1bde12;
	margin-right: 7px;
}
.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;
}
#tab-description p {
	margin: 0 0 28px;
}
#tab-description p:last-child {
	 margin: 0 0 10px;
}
#tab-description h2 {
	font-size: 2em;
	margin: 32px 0 20px 0;
}
@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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
.cart-count {
    background-color: var(--yellow);
    border-radius: 999px;
	color: #000;
	font-weight: 700;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 14px;
	position: absolute;
	top: -5px;
    right: -8px;
    text-align: center;
}
#menu .dropdown-menu-right {
    left: 0;
}
#menu #form-language > a {
    color: #000;
}
#menu .language-dropdown {
    display: none;
}
@media (max-width: 478px) {
	header ul.list-inline > li + li {
        margin-left: 6px;
    }
}
@media (max-width: 767px) {
    header {
        padding-top: 15px;
        padding-bottom: 55px;
    }
    #cart {
        float: right;
    }
    #menu .language-dropdown {
        display: block;
    }
    .pull-right .language-dropdown {
        display: none;
    }
    footer .payment-icons {
        float: unset;
        padding-top: 10px;
    }
    footer .subfooter {
        text-align: center;
    }
}
.faq{
	padding:56px 16px;
}

.faq-container{
	margin:0 auto;
}
.faq-list{
	border-top:1px solid #111;
}
.faq-item{
	border-bottom:1px solid #111;
}

/* remove default marker */
.faq-summary{
	list-style:none;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	padding:15px 0;
	user-select:none;
}
.faq-summary::-webkit-details-marker{ display:none; }

.faq-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:999px;
	background:var(--yellow);
	flex:0 0 auto;
}
.fit-finder .faq-cta {
	background: #fff;
	width: 40px;
	height: 40px;
}
.faq-icon{
	display:inline-flex;
	width: 60px;
	height: 60px;
	transition: transform 220ms ease;
	background-image: url(/catalog/view/theme/lockworks/image/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fit-finder .faq-icon {
	width: 40px;
	height: 40px;
}
/* arrow rotates when open (optioneel, voelt logisch) */
details[open] .faq-icon{
	transform:rotate(90deg);
}

/* Accordion animation: grid trick */
.faq-content{
	display:grid;
	grid-template-rows:0fr;
	transition:grid-template-rows 260ms ease;
}
details[open] .faq-content{
	grid-template-rows:1fr;
}

.faq-contentInner{
	overflow:hidden;
	padding:0 0 18px 0;
	color:#666;
	text-align: left;
}

.faq-contentInner p{
	margin:0;
}

/* nicer focus */
.faq-summary:focus-visible{
	outline:2px solid var(--yellow);
	outline-offset:6px;
	border-radius:8px;
}

@media (max-width:520px){
	.faq-title{ font-size:34px; }
	.faq-cta{ width:42px; height:42px; }
}
.sr-only{
	position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
	clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.lw-steps{
	position:relative;
	overflow:hidden;
}

.lw-steps__wrap{
	max-width:1280px;
	margin:0 auto;
	position:relative;
}

/* DOTS rechts, zoals je screenshot (vertical) */
.lw-steps__dots{
	position:absolute;
	right:0;
	top:0;
	display:flex;
	flex-direction:column;
	gap:14px;
	z-index:5;
}

.lw-dot{
	width:16px; height:16px;
	border-radius:999px;
	border:2px solid rgba(255,255,255,.95);
	background:transparent;
	cursor:pointer;
	padding:0;
	transition:transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.lw-dot.is-active{
	background:var(--lw-black);
	border-color:rgba(255,255,255,.95);
	transform:scale(1.05);
}
.lw-dot:focus-visible{
	outline:2px solid var(--lw-white);
	outline-offset:4px;
}

/* Layout: links / midden / rechts */
.lw-steps__grid{
	display:grid;
	grid-template-columns: 1.05fr 1.55fr 1fr;
	gap:28px;
	align-items:center;
	min-height:540px;
}

.lw-left{
	align-self:stretch;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:18px;
}

.lw-stepNo{
	font-weight:700;
	font-style:italic;
	font-size:4em;
	line-height:0.9;
	color:rgba(255,255,255,.92);
}

.lw-title{
	margin:0;
	font-weight:900;
	font-style:italic;
	letter-spacing:0.02em;
	font-size:48px;
	line-height:1.05;
	color:var(--lw-black);
	text-transform:uppercase;
}

.lw-mid{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:420px;
}

.lw-image{
	width:min(640px, 100%);
	height:auto;
	display:block;
	will-change:transform, opacity;
	transition:opacity 260ms ease, transform 260ms ease;
}

.lw-right{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding-bottom:18px;
}

.lw-kicker{
	font-weight:800;
	color:var(--lw-black);
	text-transform:uppercase;
	letter-spacing:0.06em;
}

.lw-rule{
	width:60px;
	height:3px;
	background:var(--lw-black);
	margin:10px 0 18px;
}

.lw-text{
	line-height:1.7;
	color:var(--lw-muted);
}

.lw-text ul{
	margin:0;
	padding-left:20px;
}
.lw-text li{
	margin:0 0 10px;
}
.lw-text li:last-child{
	margin-bottom:0;
}

/* Fade/slide transition on update */
.is-animating .lw-title,
.is-animating .lw-text,
.is-animating .lw-kicker,
.is-animating .lw-stepNo{
	opacity:0;
	transform:translateY(6px);
}

.lw-title, .lw-text, .lw-kicker, .lw-stepNo{
	transition:opacity 260ms ease, transform 260ms ease;
}

.is-animating .lw-image{
	opacity:0;
	transform:scale(.985);
}

/* Slides bron verbergen */
.lw-steps__slides{ display:none; }

@media (max-width: 980px){
	.lw-steps{ padding:34px 14px; }
	.lw-steps__dots{ right:10px; }

	.lw-steps__grid{
		grid-template-columns: 1fr;
		min-height:auto;
		gap:20px;
	}
	.lw-left{ order:1; }
	.lw-mid{ order:2; min-height:auto; }
	.lw-right{ order:3; padding-bottom:0; }

	.lw-stepNo{ font-size:92px; }
	.lw-title{ font-size:36px; }
}
#checkout-cart .cart-description {
	padding: 15px 0 15px 72px;
	min-height: 72px;
	display: inline-block;
}
#checkout-cart .cart-description img {
	float: left;
	margin-left: -72px;
}
#checkout-cart .cart-description .cart-name {
	font-size: 16px;
}
#checkout-cart .cart-description .cart-stock {
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding-left: 15px;
}
#checkout-cart .cart-specs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
	min-height: 87px;
}
#checkout-cart .cart-specs .cart-price {
	min-width: 75px;
	text-align: right;
}
#checkout-cart .cart-products {
	border: 1px solid #333;
	margin: 0px;
	padding: 0px 15px;
	margin-bottom: 30px;
}
#checkout-cart .cart-products .col-md-8, #checkout-cart .cart-products .col-md-4 {
	border-top: 1px solid #333;
}
#checkout-cart .cart-products .col-md-8:first-child, #checkout-cart .cart-products .col-md-8:first-child + .col-md-4 {
	border-top: none;
}
@media screen and (max-width: 991px) {
	#checkout-cart .cart-products .col-md-4 {
		border-top: none;
	}
}
#checkout-cart .table-bordered {
	margin-left: 15px;
}
input.cart-qty {
	text-align: center;
}
#modal-cart-popup .modal-header {
	border: none;
}
#modal-cart-popup .modal-header .close {
	margin-top: -30px;
}
.fit-finder-loading{
	display:flex;
	align-items:center;
	gap:14px;
	padding:20px 0;
}

.fit-finder-loading-icon{
	position:relative;
	width:36px;
	height:36px;
	font-size:28px;
}

.fit-finder-loading-icon i{
	position:absolute;
	left:0;
	top:0;
}

.icon-search{
	animation:searchIcon 2.2s ease-in-out infinite;
}

.icon-bike{
	animation:bikeIcon 2.2s ease-in-out infinite;
}

@keyframes searchIcon{

	0%{opacity:1;transform:rotate(0deg) scale(1)}
	35%{opacity:1;transform:rotate(-10deg) scale(1.05)}
	50%{opacity:0;transform:scale(.8)}
	100%{opacity:0}

}

@keyframes bikeIcon{

	0%{opacity:0;transform:translateY(3px) scale(.8)}
	45%{opacity:0}
	55%{opacity:1;transform:translateY(0) scale(1)}
	85%{opacity:1}
	100%{opacity:0;transform:translateY(2px) scale(.9)}

}

.loading-dots{
	display:inline-block;
	min-width:24px;
}

.loading-dots span{
	opacity:0;
	animation:loadingDots 1.4s infinite;
}

.loading-dots span:nth-child(1){animation-delay:0s}
.loading-dots span:nth-child(2){animation-delay:.2s}
.loading-dots span:nth-child(3){animation-delay:.4s}

@keyframes loadingDots{

	0%,20%{opacity:0}
	40%{opacity:1}
	100%{opacity:0}

}

.loading-secondary{
	margin:4px 0 0 0;
	font-size:14px;
	opacity:.7;
}
.whats-in-the-box {
	background: #000;
	color: #fff;
	padding: 50px;
	margin-top: 50px;
	background-image: url(../image/backgr-black-stone.webp);
}
.whats-in-the-box h3 {
	color: #fff;
	margin-bottom: 30px;
}
.whats-in-the-box li {
	list-style-type: disc;
}
.whats-in-the-box li::marker {
	color: var(--yellow);
}
#form-review {
    margin-top: 30px;
}
#form-review .input-group-btn .btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#review .fa {
    font-size: 24px;
}
.mb-15 {
    margin-bottom: 15px;
}
#review .fa-stack {
    width: 1em;
    height: 1em;
}