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;
	min-height: 32px;
}
#top .top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.wwl-bonus-banner {
	margin: 0 0 12px;
	padding: 14px 16px;
	border: 1px solid #bfe7c9;
	border-radius: 14px;
	background: linear-gradient(180deg, #edfcef, #dcf7df);
	color: #21613e;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}
.wwl-bonus-banner a {
	display: inline-block;
	margin-top: 2px;
	color: #1f7a4f;
	text-decoration: underline;
}
#top .top-bar-left {
	flex: 0 0 auto;
}
#top .top-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #2f8f68;
	border: 1px solid #277a58;
	border-radius: 999px;
	line-height: 1.2;
	text-shadow: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
}
#top .top-back-btn .fa {
	font-size: 12px;
}
#top .top-back-btn:hover,
#top .top-back-btn:focus {
	color: #fff;
	background: #277a58;
	outline: none;
}
#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;
	margin-left: auto;
}
#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;
	}
}
#footer {
	background: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	color: #555555;
}

#footer h5 {
	color: #333333;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #1e63b6;
}

@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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* 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;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.breadcrumb i {
	font-size: 13px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0;
	position: static;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 95, 147, 0.14);
	background: rgba(255, 255, 255, 0.76);
	color: #405f93;
	font-weight: 600;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
	background: rgba(64, 95, 147, 0.08);
	color: #2f4b76;
	text-decoration: none;
}
.breadcrumb > li:last-child,
.breadcrumb > li:last-child > a,
.breadcrumb > li:last-child > span {
	background: linear-gradient(135deg, rgba(64, 95, 147, 0.16), rgba(64, 95, 147, 0.08));
	border-color: rgba(64, 95, 147, 0.24);
	color: #22395d;
}
.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 */
.pagination > li > a,
.pagination > li > span {
	color: #555555;
	background: #f2f2f2;
	border: 1px solid #d3d3d3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #d9d9d9;
	border-color: #c7c7c7;
	color: #141414;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #e6e6e6;
	border-color: #c7c7c7;
	color: #1e63b6;
}

.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-layout.product-grid {
	margin-bottom: 30px;
}
.product-grid .pagination > li > a,
.pagination > li > span {
	color: #555555;
	background: #f2f2f2;
	border: 1px solid #d3d3d3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #d9d9d9;
	border-color: #c7c7c7;
	color: #141414;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #e6e6e6;
	border-color: #c7c7c7;
	color: #1e63b6;
}

.product-thumb {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 0;
}
.product-grid .product-thumb .image a {
	width: 100%;
}
.product-grid .product-thumb .image img {
	display: block;
	width: 100%;
	margin: 0;
}
@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-grid .product-thumb .caption {
	padding: 18px 20px 0;
	min-height: 0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
#footer {
	background: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	color: #555555;
}

#footer h5 {
	color: #333333;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #1e63b6;
}

@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-share-row {
	margin: 8px 0 0;
}
.product-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(31, 138, 112, 0.18);
	background: #f5fbf8;
	color: #2f8f68;
}
.product-share-link:hover,
.product-share-link:focus {
	color: #236a4e;
	background: #e9f7f1;
	text-decoration: none;
}
.product-share-link.is-hidden {
	display: none;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-grid .product-thumb .button-group {
	margin-top: 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%;
	}
}
#footer {
	background: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	color: #555555;
}

#footer h5 {
	color: #333333;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #1e63b6;
}

@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%;
}
.thumbnails .product-main-image {
	float: none;
	width: 100%;
	margin: 0 0 22px 20px;
}
.thumbnails .product-main-image .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
}
.thumbnails .product-main-image .thumbnail img {
	display: block;
	max-width: 100%;
	max-height: 620px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.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;
}
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;
    }
   
}


/* Zhivi200 brand overrides */
:root {
  --zhivi-green: #44b387;
  --zhivi-green-dark: #2f8c66;
  --zhivi-orange: #fa712e;
  --zhivi-orange-dark: #e65353;
  --zhivi-text: #233229;
  --zhivi-bg: #f8fbf6;
  --zhivi-surface: #ffffff;
  --zhivi-border: rgba(68, 179, 135, 0.2);
}
body {
  background: var(--zhivi-bg);
  color: var(--zhivi-text);
}
a,
.btn-link {
  color: var(--zhivi-green);
}
a:hover,
.btn-link:hover {
  color: var(--zhivi-orange);
}
#top {
  background: #edf7f1;
  border-bottom: 1px solid rgba(68, 179, 135, 0.12);
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #567164;
  text-shadow: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: var(--zhivi-green-dark);
}
header {
  background: var(--zhivi-surface);
  border-radius: 16px;
  margin: 0 0 18px;
  box-shadow: 0 12px 28px rgba(68, 179, 135, 0.08);
}
#logo img {
  max-height: 58px;
  width: auto;
}
#menu {
  background: linear-gradient(90deg, var(--zhivi-green), var(--zhivi-orange));
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(68, 179, 135, 0.22);
}
#menu .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  font-weight: 700;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(255, 255, 255, 0.16);
}
#menu .dropdown-menu,
#top .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(68, 179, 135, 0.12);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(35, 50, 41, 0.12);
}
#menu .dropdown-inner a,
#top .dropdown-menu > li > button,
#top .dropdown-menu > li > a,
#top #form-currency .currency-select,
#top #form-language .language-select {
  color: var(--zhivi-text) !important;
  text-shadow: none;
}
.dropdown-menu li > a:hover,
#menu .see-all:hover,
#menu .see-all:focus,
#top .dropdown-menu > li > button:hover,
#top .dropdown-menu > li > a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  color: #ffffff !important;
  background-color: var(--zhivi-green);
  background-image: linear-gradient(to bottom, var(--zhivi-green), var(--zhivi-green-dark));
}
#cart > .btn,
.btn-primary {
  border-color: var(--zhivi-green-dark);
  background: linear-gradient(90deg, var(--zhivi-green), var(--zhivi-green-dark));
  text-shadow: none;
}
#search .btn-lg,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: var(--zhivi-orange-dark);
  background: linear-gradient(90deg, var(--zhivi-orange), var(--zhivi-orange-dark));
}
.btn-info {
  border-color: var(--zhivi-orange-dark);
  background-image: linear-gradient(to bottom, var(--zhivi-orange), var(--zhivi-orange-dark));
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: var(--zhivi-orange-dark);
}
.product-thumb,
.well,
.list-group a {
  border-radius: 14px;
}
.pagination > li > a,
.pagination > li > span {
	color: #555555;
	background: #f2f2f2;
	border: 1px solid #d3d3d3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #d9d9d9;
	border-color: #c7c7c7;
	color: #141414;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #e6e6e6;
	border-color: #c7c7c7;
	color: #1e63b6;
}

.product-thumb {
  border: 1px solid var(--zhivi-border);
  box-shadow: 0 10px 24px rgba(68, 179, 135, 0.08);
  background: #fff;
}
.product-thumb .caption h4 a {
  color: var(--zhivi-text);
}
.product-thumb .price,
.product-thumb .price-new {
  color: var(--zhivi-green-dark);
  font-weight: 700;
}
.product-thumb .button-group {
  border-top: 1px solid rgba(68, 179, 135, 0.12);
  background: #f7fbf8;
}
.product-thumb .button-group button {
  color: var(--zhivi-green-dark);
  background-color: transparent;
}
.product-thumb .button-group button + button {
  border-left: 1px solid rgba(68, 179, 135, 0.12);
}
.product-thumb .button-group button:hover {
  color: #ffffff;
  background: var(--zhivi-orange);
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: var(--zhivi-text);
  background: #eef8f2;
  border-color: rgba(68, 179, 135, 0.16);
  text-shadow: none;
}
footer {
  margin-top: 32px;
  background: linear-gradient(90deg, #1f3a2b, #2f5f46);
  color: #dceee2;
  border-top: 0;
}
footer a,
footer a:hover {
  color: #ffffff;
}

/* Hide the left sidebar and let content use the full row width */
#column-left {
  display: none !important;
}
#column-left + #content,
#column-left + #content + #column-right,
#column-left + #content.col-sm-9,
#column-left + #content.col-md-9,
#column-left + #content.col-lg-9 {
  width: 100%;
}
@media (min-width: 768px) {
  #column-left + #content,
  #column-left + #content + #column-right,
  #column-left + #content.col-sm-9,
  #column-left + #content.col-md-9,
  #column-left + #content.col-lg-9 {
    float: none;
    width: 100%;
  }
}

:root {
  --yud-bg: #f4f1ec;
  --yud-panel: #fbfaf7;
  --yud-ink: #161616;
  --yud-muted: #6d675f;
/* BioTechUSA storefront theme */
:root {
	--bt-red: #e30613;
	--bt-red-dark: #b9000b;
	--bt-ink: #141414;
	--bt-muted: #6f6f6f;
	--bt-line: #e8e8e8;
	--bt-soft: #f6f6f6;
}

body {
	font-family: 'Inter', 'Open Sans', Arial, sans-serif;
	background: #ffffff;
	color: var(--bt-ink);
	font-size: 13px;
	line-height: 1.45;
}

a,
a:hover,
a:focus {
	color: var(--bt-ink);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', 'Open Sans', Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	color: var(--bt-ink);
}

#top {
	background: #ffffff;
	border-bottom: 1px solid var(--bt-line);
	margin: 0;
	padding: 8px 0;
	min-height: 42px;
}

#top .top-back-btn {
	background: var(--bt-ink);
	border-color: var(--bt-ink);
	border-radius: 999px;
	font-weight: 700;
}

#top .top-back-btn:hover,
#top .top-back-btn:focus {
	background: var(--bt-red);
	border-color: var(--bt-red);
}

#top-links a,
#top-links li,
#top .btn-link {
	color: var(--bt-ink);
	text-shadow: none;
}

.biotech-site-header {
	background: #ffffff;
	border-bottom: 1px solid var(--bt-line);
	padding: 14px 0;
	margin: 0 0 18px;
}

.biotech-header {
	display: grid;
	grid-template-columns: minmax(140px, 210px) minmax(0, 1fr) minmax(170px, 240px);
	gap: 18px;
	align-items: center;
}

.biotech-logo {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.biotech-logo img {
	display: block;
	width: 190px;
	max-width: 100%;
	height: auto;
}

.biotech-logo span {
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

.biotech-header-search #search,
.biotech-header-cart #cart {
	margin: 0;
}

#search .input-lg {
	height: 44px;
	border: 1px solid var(--bt-line);
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
}

#search .btn-lg {
	height: 44px;
	padding: 0 20px;
	background: var(--bt-ink);
	border-color: var(--bt-ink);
	color: #ffffff;
	text-shadow: none;
	border-radius: 0;
}

#search .btn-lg:hover,
#search .btn-lg:focus,
#cart > .btn:hover,
#cart > .btn:focus {
	background: #1e63b6 !important;
	border-color: #1e63b6 !important;
	color: #ffffff !important;
}

#cart > .btn {
	height: 44px;
	background: var(--bt-ink);
	border-color: var(--bt-ink);
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	text-shadow: none;
}

.wwl-cart-banner {
	border-radius: 0 !important;
	border-color: #a7f3d0 !important;
	background: #ecfdf5 !important;
	color: #065f46 !important;
}

#menu {
	background: #ffffff;
	background-image: none;
	border: 0;
	border-bottom: 1px solid var(--bt-line);
	border-radius: 0;
	min-height: 46px;
	margin-bottom: 24px;
}

#menu .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

#menu .nav > li > a {
	color: var(--bt-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	padding: 14px 18px;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background: var(--bt-red);
	color: #ffffff;
}

.pagination > li > a,
.pagination > li > span {
	color: #555555;
	background: #f2f2f2;
	border: 1px solid #d3d3d3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #d9d9d9;
	border-color: #c7c7c7;
	color: #141414;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #e6e6e6;
	border-color: #c7c7c7;
	color: #1e63b6;
}

.product-thumb {
	border: 1px solid var(--bt-line);
	border-radius: 0;
	background: #ffffff;
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.product-thumb:hover {
	border-color: #d2d2d2;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.product-thumb .image {
	padding: 16px;
	background: var(--bt-soft);
}

.product-thumb .caption {
	min-height: 150px;
	padding: 16px 16px 8px;
}

.product-thumb .caption h4,
.product-thumb .caption h4 a {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	color: var(--bt-ink);
}

.product-thumb .price {
	color: var(--bt-ink);
	font-size: 16px;
	font-weight: 800;
}

.product-thumb .button-group button {
	background: var(--bt-ink);
	border-color: var(--bt-ink);
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
	background: var(--bt-red);
	border-color: var(--bt-red);
	color: #ffffff;
}

.btn-primary {
	background: black;
	border-color: black;
	background-image: none;
	font-weight: 800;
	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
	background: var(--bt-red-dark);
	border-color: var(--bt-red-dark);
}

#footer {
	background: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	color: #555555;
}

#footer h5 {
	color: #333333;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #1e63b6;
}

@media (max-width: 767px) {
	.biotech-site-header {
		padding: 12px 0;
		margin-bottom: 12px;
	}
	.biotech-header {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.biotech-logo {
		justify-content: center;
	}
	.biotech-logo img {
		width: 170px;
	}
	#menu .nav > li > a {
		padding: 12px 14px;
	}
}

/* BioTechUSA mobile header controls fix */
#top .top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#top .top-bar-left {
	order: 2;
	margin-left: auto;
}

#top-links {
	order: 1;
	padding-top: 0;
	margin-left: 0;
}

#top .top-back-btn,
#top .top-back-btn:visited {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 88px;
	height: 30px;
	padding: 0 14px !important;
	background: #141414 !important;
	border: 1px solid #141414 !important;
	border-radius: 999px !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 30px !important;
	text-shadow: none !important;
	box-shadow: none !important;
	white-space: nowrap;
}

#top .top-back-btn .fa,
#top .top-back-btn span {
	color: #ffffff !important;
}

#top .top-back-btn:hover,
#top .top-back-btn:focus {
	background: #e30613 !important;
	border-color: #e30613 !important;
	color: #ffffff !important;
}

.biotech-header-search #search {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.biotech-header-search .input-group {
	display: flex;
	width: 100%;
}


.biotech-header-search #search .input-group {
	display: flex;
	width: 100%;
}

.biotech-header-search .input-group {
	display: flex;
	width: 100%;
}

.biotech-header-search #search input.form-control,
.biotech-header-search #search .input-lg {
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	height: 44px !important;
	border: 1px solid #d9d9d9 !important;
	border-right: 0 !important;
	background: #ffffff !important;
	color: #141414 !important;
	box-shadow: none !important;
}

.biotech-header-search #search .input-group-btn {
	display: block;
	width: 54px;
	flex: 0 0 54px;
}

.biotech-header-search #search .btn,
.biotech-header-search #search .btn-lg {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 54px !important;
	height: 44px !important;
	padding: 0 !important;
	background: #141414 !important;
	border: 1px solid #141414 !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	text-shadow: none !important;
}

.biotech-header-search .btn:hover,
.biotech-header-search .btn:focus,
.biotech-header-search #search .btn:hover,
.biotech-header-search #search .btn:focus,
.biotech-header-search #search .btn-lg:hover,
.biotech-header-search #search .btn-lg:focus {
	background: #1e63b6 !important;
	border-color: #1e63b6 !important;
	color: #ffffff !important;
}

.biotech-header-search #search .btn .fa {
	color: #ffffff !important;
}

.biotech-header-cart #cart,
.biotech-header-cart .header-cart #cart {
	display: block;
	width: 100%;
	margin: 0;
}

.biotech-header-cart #cart > a.btn,
.biotech-header-cart #cart > .btn,
.header-cart #cart > a.btn,
.header-cart #cart > .btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 54px;
	padding: 14px 18px !important;
	background: #141414 !important;
	border: 1px solid #141414 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
}

.biotech-header-cart #cart > a.btn:hover,
.biotech-header-cart #cart > .btn:hover,
.header-cart #cart > a.btn:hover,
.header-cart #cart > .btn:hover {
	background: #1e63b6 !important;
	border-color: #1e63b6 !important;
	color: #ffffff !important;
}

.biotech-header-cart #cart > a.btn .fa,
.biotech-header-cart #cart > a.btn span,
.header-cart #cart > a.btn .fa,
.header-cart #cart > a.btn span {
	color: #ffffff !important;
}

.biotech-header-cart #cart > a.btn:hover,
.biotech-header-cart #cart > .btn:hover,
.header-cart #cart > a.btn:hover,
.header-cart #cart > .btn:hover {
	background: #1e63b6 !important;
	border-color: #1e63b6 !important;
	color: #ffffff !important;
}

#footer {
	background: #f3f3f3;
	border-top: 1px solid #d8d8d8;
	color: #555555;
}

#footer h5 {
	color: #333333;
}

#footer a {
	color: #555555;
}

#footer a:hover {
	color: #1e63b6;
}

@media (max-width: 767px) {
	#top .top-bar-inner {
		justify-content: flex-end;
	}
	#top .top-bar-left {
		order: 2;
	}
	#top-links {
		order: 1;
	}
	.biotech-header {
		grid-template-columns: 1fr;
	}
	.biotech-header-search #search {
		margin-top: 2px;
	}
	.biotech-header-cart #cart > a.btn,
	.header-cart #cart > a.btn {
		min-height: 58px;
	}
}

/* BioTechUSA final control and neutral hover overrides */
.biotech-header-search,
.biotech-header-search #search {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.biotech-header-search #search.input-group,
.biotech-header-search #search .input-group,
.biotech-header-search .input-group {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  border-collapse: separate !important;
}

.biotech-header-search #search input[name="search"],
.biotech-header-search #search .form-control,
.biotech-header-search #search .input-lg {
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid #d7d7d7 !important;
  border-right: 0 !important;
  background: #ffffff !important;
  color: #141414 !important;
}

.biotech-header-search #search .input-group-btn {
  display: block !important;
  flex: 0 0 54px !important;
  width: 54px !important;
  font-size: 0 !important;
  white-space: nowrap !important;
}

.biotech-header-search #search .input-group-btn > .btn,
.biotech-header-search #search .btn,
.biotech-header-search #search .btn-lg {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #141414 !important;
  background: #141414 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* neutral grey hover instead of red/blue */
a:hover,
a:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus,
.btn-inverse:hover,
.btn-inverse:focus,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
#top .top-back-btn:hover,
#top .top-back-btn:focus,
#top .btn-link:hover,
#top-links a:hover,
#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .dropdown-inner li a:hover,
#menu .see-all:hover,
#menu .see-all:focus,
#search .btn-lg:hover,
#search .btn-lg:focus,
.biotech-header-search #search .btn:hover,
.biotech-header-search #search .btn:focus,
.biotech-header-cart #cart > a.btn:hover,
.biotech-header-cart #cart > .btn:hover,
.header-cart #cart > a.btn:hover,
.header-cart #cart > .btn:hover,
.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus,
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #e5e5e5 !important;
  background-image: none !important;
  border-color: #cfcfcf !important;
  color: #141414 !important;
  text-shadow: none !important;
}

#top .top-back-btn:hover .fa,
#top .top-back-btn:hover span,
.biotech-header-search #search .btn:hover .fa,
.biotech-header-cart #cart > a.btn:hover .fa,
.biotech-header-cart #cart > a.btn:hover span,
.header-cart #cart > a.btn:hover .fa,
.header-cart #cart > a.btn:hover span {
  color: #141414 !important;
}

footer,
body > footer {
  background: #f3f3f3 !important;
  background-image: none !important;
  border-top: 1px solid #d8d8d8 !important;
  color: #555555 !important;
}

footer h5,
body > footer h5 {
  color: #333333 !important;
}

footer a,
body > footer a {
  color: #555555 !important;
}

footer a:hover,
footer a:focus,
body > footer a:hover,
body > footer a:focus {
  color: #141414 !important;
  background: transparent !important;
}

/* BioTechUSA framed search/banner/cart panel */
.biotech-header .biotech-header-search,
.biotech-header .biotech-header-cart {
  width: 100% !important;
}

.biotech-header {
  border: 1px solid #e0e0e0 !important;
  border-radius: 14px !important;
  padding: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04) !important;
}

.biotech-header-search #search input[name="search"] {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.biotech-header-search #search .input-group-btn > .btn,
.biotech-header-search #search .btn,
.biotech-header-search #search .btn-lg {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.wwl-cart-banner {
  border-radius: 8px !important;
  margin: 10px 0 8px !important;
}

.biotech-header-cart #cart > a.btn,
.biotech-header-cart #cart > .btn,
.header-cart #cart > a.btn,
.header-cart #cart > .btn {
  border-radius: 8px !important;
}

/* BioTechUSA logo above framed controls */
.biotech-logo-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 0 12px !important;
}

.biotech-logo-row .biotech-logo {
  justify-content: center !important;
}

.biotech-logo-row .biotech-logo img {
  width: 190px !important;
  max-width: 72vw !important;
  height: auto !important;
}

.biotech-controls-panel {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 14px !important;
  padding: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04) !important;
}

.biotech-header {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.biotech-controls-panel .biotech-header-search,
.biotech-controls-panel .biotech-header-cart {
  width: 100% !important;
}

/* BioTechUSA visible product card actions */
.product-thumb .button-group,
.product-thumb .naveh-card-actions {
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  border-top: 1px solid #d8d8d8 !important;
  background: #f3f3f3 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-thumb .button-group button,
.product-thumb .naveh-card-actions button,
.product-grid .product-thumb .button-group button,
.product-grid .product-thumb .button-group button + button,
.product-list .product-thumb .button-group button,
.product-list .product-thumb .button-group button + button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 10px 8px !important;
  border: 0 !important;
  border-right: 1px solid #d8d8d8 !important;
  background: #f3f3f3 !important;
  background-image: none !important;
  color: #141414 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-thumb .button-group button:last-child,
.product-thumb .naveh-card-actions button:last-child {
  border-right: 0 !important;
}

.product-thumb .button-group button .fa,
.product-thumb .button-group button span,
.product-thumb .naveh-card-actions button .fa,
.product-thumb .naveh-card-actions button span {
  color: #141414 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus,
.product-thumb .naveh-card-actions button:hover,
.product-thumb .naveh-card-actions button:focus {
  background: #e5e5e5 !important;
  border-color: #cfcfcf !important;
  color: #141414 !important;
}

.product-thumb .button-group button:hover .fa,
.product-thumb .button-group button:focus .fa,
.product-thumb .button-group button:hover span,
.product-thumb .button-group button:focus span,
.product-thumb .naveh-card-actions button:hover .fa,
.product-thumb .naveh-card-actions button:focus .fa,
.product-thumb .naveh-card-actions button:hover span,
.product-thumb .naveh-card-actions button:focus span {
  color: #141414 !important;
}


/* Product action spacing */
.product-thumb .button-group button .fa,
.product-thumb .naveh-card-actions button .fa {
  margin-right: 8px !important;
}

.product-thumb .button-group button span,
.product-thumb .naveh-card-actions button span {
  display: inline-block !important;
  margin-left: 0 !important;
}

/* Hide VAT label */
.price-tax,
.product-thumb .price-tax,
.product-list .price-tax,
.product-grid .price-tax,
#product .price-tax,
.product-info .price-tax {
  display: none !important;
}

/* CHECKOUT_ACTION_BUTTONS_FIX_START */
#accordion .panel-collapse .input-group-btn > .btn,
#accordion .panel-collapse .input-group-btn > input.btn,
#accordion .panel-collapse #button-coupon,
#accordion .panel-collapse #button-voucher,
#accordion .panel-collapse #button-reward,
#accordion .panel-collapse #button-wwl-bonus,
#accordion .panel-collapse #button-shipping,
#accordion .panel-collapse #button-quote {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 118px !important;
  min-height: 34px !important;
  padding: 7px 14px !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #111111, #343434) !important;
  border-color: #111111 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#accordion .panel-collapse .input-group-btn > .btn:hover,
#accordion .panel-collapse .input-group-btn > .btn:focus,
#accordion .panel-collapse .input-group-btn > input.btn:hover,
#accordion .panel-collapse .input-group-btn > input.btn:focus,
#accordion .panel-collapse #button-coupon:hover,
#accordion .panel-collapse #button-coupon:focus,
#accordion .panel-collapse #button-voucher:hover,
#accordion .panel-collapse #button-voucher:focus,
#accordion .panel-collapse #button-reward:hover,
#accordion .panel-collapse #button-reward:focus,
#accordion .panel-collapse #button-wwl-bonus:hover,
#accordion .panel-collapse #button-wwl-bonus:focus,
#accordion .panel-collapse #button-shipping:hover,
#accordion .panel-collapse #button-shipping:focus,
#accordion .panel-collapse #button-quote:hover,
#accordion .panel-collapse #button-quote:focus {
  color: #ffffff !important;
  background: linear-gradient(90deg, #343434, #111111) !important;
  border-color: #111111 !important;
}
/* CHECKOUT_ACTION_BUTTONS_FIX_END */

/* PRODUCT_DETAIL_BUTTONS_FIX_START */
#product #button-cart,
#button-cart.btn-primary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #111111, #343434) !important;
  border: 1px solid #111111 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#product #button-cart:hover,
#product #button-cart:focus,
#button-cart.btn-primary:hover,
#button-cart.btn-primary:focus {
  color: #ffffff !important;
  background: linear-gradient(90deg, #343434, #111111) !important;
  border-color: #111111 !important;
  opacity: 1 !important;
}

#product button[id^="button-upload"],
#product .input-group-btn > .btn {
  opacity: 1 !important;
  visibility: visible !important;
}
/* PRODUCT_DETAIL_BUTTONS_FIX_END */

/* checkout cart button visibility fix */
#checkout-cart .buttons,
#checkout-checkout .buttons {
  display: block;
  margin: 18px 0 6px;
  padding: 0;
}

#checkout-cart .buttons .btn,
#checkout-cart .buttons input[type="button"],
#checkout-checkout .buttons .btn,
#checkout-checkout .buttons input[type="button"] {
  display: inline-block;
  min-width: 160px;
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid #111111 !important;
  border-radius: 4px;
  background: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  text-shadow: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

#checkout-cart .buttons .btn:hover,
#checkout-cart .buttons .btn:focus,
#checkout-cart .buttons input[type="button"]:hover,
#checkout-cart .buttons input[type="button"]:focus,
#checkout-checkout .buttons .btn:hover,
#checkout-checkout .buttons .btn:focus,
#checkout-checkout .buttons input[type="button"]:hover,
#checkout-checkout .buttons input[type="button"]:focus {
  background: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}



/* primary button text visibility fix */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff !important;
}
