/*
PL:
  COLOURS:
  Blue:  #26b1bd
  Pale Blue: #e8f9fa
  Grey:  #706f6f
  Red:   #e74b5b
  Gold:  #b6a976
  Black: #05161d
  
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

html, body{
	height: 100%;
	margin: 0;
}
.mastercontainer {
  display: flex;
  flex-direction: column;
  background-image: url('../image/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.mastercontainer.login-page-style {
    background: #FFFFFF;
}
.container {
	flex: 1;
}
@media (max-width: 767px) {
	.container {
		width: 100%;
	}
}
body {
	font-family: "Figtree", sans-serif;
	font-weight: 400;
	color: #706f6f;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #706f6f;
}
/* 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: 16px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #05161d;
}
a:hover {
	text-decoration: none;
  color: #b6a976;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
.alert-danger {
  color: #e74b5b;
  background-color: #FFFFFF; 
  border-color: #e74b5b;
  border-radius: 0;
}
/* 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;
}
/* Alignment */
.alignnav {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0;
}
.alignbuttons {
	display: flex;
	margin: 10px 0 0 0 !IMPORTANT;
	justify-content: space-between;
}
/* header */
header {
	background-color: #26b1bd;
	color: #FFFFFF;
	font-size: 22px;
	padding: 10px 0;
}
header .small {
	font-size: 16px;
}
header .right {
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
}
header .maintitle {
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
header .row {
	display: flex;
}
@media (max-width: 767px) {
	header .row {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	header .col-sm-4, header .col-sm-8 {
		width: 100%;
	}
	header img {
		margin: 0 auto 10px auto;
		height: 35px !IMPORTANT;
	}
	header .right {
		text-align: center;
	}
}
/* top */
#top {
	padding: 5px 0px 5px 0;
	margin: 0 0 0 0;
}
#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 .dropdown {
	margin-right: 10px;
	padding: 0;
}
#top .open {

}
#top .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
	left: auto;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 5px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #FFFFFF !IMPORTANT;
    border: 1px solid #e8f9fa;
    border-radius: 0px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4f4f4f;
	background: none;
	text-decoration: none;
}
#top .account-btn {
	border-bottom: 2px solid #b6a976;
}
#top .account-btn:active {

}
#top .resourcecentre-btn {
	border-bottom: 2px solid #e74b5b;
	margin-right: 10px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #4f4f4f;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFFFFF;
	background-color: #e8f9fa;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}

@media (max-width: 500px) {
	#top .hidden-mob {
		display: none;
	}
	#top .resourcecentre-btn {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* logo */
#logo {
	margin: 0 0 0 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;
}
/* backgrounds */
#account-login, #account-forgotten {
	background-image: url('../image/background-login.jpg');
	background-size: 100% auto;
	background-position: center center;
}

/* login box */
.well {
	background-color: #26b1bd; 
	color: #FFFFFF !IMPORTANT;
	margin: 100px 0 20px 40px;
	border: 0;
	border-radius: 0;
}
.well h2, .well label {
    color: inherit !important;
	margin-top: 0;
}
.well a {
	color: #ffffff;
	margin-top: 10px;
	display: inline-block;
}
.well a:hover {
	text-decoration: underline;
}
.well input {
	border-radius: 0;
	border: 0;
}
.well .btn {
	border: 1px solid #05161d;
	margin-right: -100%;
}
.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.pull-left, .pull-right {
	height: 40px;
}
.checkout-btn a {
	color: #4f4f4f;
	border-bottom: 2px solid #26b1bd;
}
.checkout-btn a:hover {
	color: #4f4f4f !IMPORTANT;
	border-bottom: 2px solid #b6a976;
	background: none !IMPORTANT;
}
.requiredtext {
	color: red;
	font-size: 14px;
}
.required {
    color: red;
}
.notifications {
    text-align: right;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}
@media (max-width: 767px) {
	.well {
		margin: 100px 0 20px 0;
	}
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart table a:hover {
	background: none !IMPORTANT;
	color: #b6a976 !IMPORTANT;
}
#cart .caret {
	border-width: 4px 4px 0;
}
#cart > .btn {
	font-size: 16px;
	line-height: 20px;	
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #26b1bd;
	border-left: 0;
	color: #4f4f4f;
	text-decoration: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
	padding: 0;
}
#cart.open > .btn {

}
#cart .cart-dropdown {
	border: 1px solid #26b1bd;
	margin-top: 4px;
	padding: 5px;
}
#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;
}
#cart .table-bordered {
	border: 1px solid #26b1bd;
}
#cart .table-bordered tr {
	border-bottom: 1px solid #26b1bd;
}
#cart td {
	border: 0;
}
/* Checkout */
.checkoutform .panel {
	box-shadow: none;
}
.checkoutform .panel-heading {
	padding: 0;
}
.checkoutform .panel-title {
	flex: 1;
    justify-content: space-between;
    border: 0;
	margin: 0;
	padding: 5px;
    align-items: center;
	background-color: #26b1bd;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #26b1bd;
}
.checkoutform .panel-collapse {
	border: 1px solid #26b1bd;
}
.checkoutform input, .checkoutform select {
	border: 1px solid #26b1bd;
	border-radius: 0;
}
#button-confirm {
	border: 1px solid #05161d;
	border-radius: 0;
}
.checkoutform .form-control:focus {
	box-shadow: none;
	border: 1px solid #e8f9fa;
}
/* 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: 16px;
}
#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: 16px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
.backbtncon {
	text-align: right;
	margin: 10px 0;
}
/* Product/Product */
#product-product {
	color: #333333;
}
#product-product .thumbnail {
	border: 2px solid #26b1bd;
	border-radius: 0;
}
#product-product h1 {
	font-size: 26px;
	background: #26b1bd;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: -30px;
	padding: 15px 15px 15px 30px;
	height: 80px;
	line-height: 26px;
	display: flex;
	text-transform: uppercase;
	align-items: center;
}
#product-product .pro-logo {
	background-color: #FFFFFF;
	color: #26b1bd;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 600;
}
#product-product .pro-num {
	font-size: 70px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 20px 0 10px;
}
#product-product h2 {
	font-size: 26px;
	background: #FFFFFF;
	margin: 10px 0 10px 0;
	text-align: center;
}
#product-product .qty {
	margin: 15px;
}
#product-product .productdata {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
#product-product .productdatarow {
    display: flex;
}
#product-product .pd-head, #product-product .pd-data {
    flex: 1;
    border-top: 1px solid #26b1bd;
    border-left: 1px solid #26b1bd;
    text-align: center;
}
#product-product .pd-head:last-child, #product-product .pd-data:last-child {
	border-right: 1px solid #26b1bd;
}
#product-product .pd-head {
    text-transform: uppercase;
    background: #26b1bd;
    color: #FFFFFF;
}
#product-product .pd-data {
    border-bottom: 1px solid #26b1bd;
	background-color: #FFFFFF;
}
#product-product .alert-info {
	text-align: center;
    padding: 7px;
	color: #FFFFFF;
    background: #e74b5b;
    padding: 10px;
    margin: 20px 15px 15px 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
}
#product-product #tab-description {
	margin-top: 20px;
	margin-right: 30px;
}
#product-product #tab-description p, #product-product #tab-description ul {
	margin-bottom: 20px;
}
#product-product #tab-description li {
	margin-bottom: 5px;
}
#product-product h3 {
	color: #26b1bd;
	font-weight: bold;
	font-size: 18px;
}
#product-product .shield {
	background-color: #26b1bd;
	background-image: url('../image/shield.png');
	background-repeat: no-repeat;
    background-size: auto 25px;
	background-position: left 10px center;
	color: #FFFFFF;
	padding: 10px 10px 10px 40px;
}
#product-product .instructions {
	background: #cfd3dd;
	padding: 10px;
	margin: 0 !IMPORTANT;
}
#product-product h3.instructions {
	color: #26b1bd;
	font-weight: bold;
	font-size: 18px;
}
#product-product h4.instructions {
	color: #26b1bd;
}
#product-product table td {
	border: 0;
	padding: 0 10px;
}
#product-product table b {
	color: #26b1bd;
}
/* Contact Us */
address {
    margin-bottom: 0;
}
/* Resource Center */
#information-information a img {
  box-shadow: #00000080 1px 1px 1px 0px;
  transition: all 0.1s linear;
}
#information-information a img:hover {
  box-shadow: #00000080 2px 2px 5px 0px;
  transition: all 0.1s linear;
}
/* Success Page */
#common-success h1, #common-success p {
	background: white;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#common-success h1 {
	padding-top: 10px;
}
#common-success .buttons {
	background: white;
	margin: 0px;
	padding: 10px;
	height: 60px;
}
#common-success .custommessage {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}
/* footer */
footer {
	margin-top: 0;
	padding-top: 30px;
	background-color: #303030;
	color: #ffffff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: none;
}
.btn:focus {
    outline: 0 !IMPORTANT;
}
.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: 16px;
}
.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: #05161d;
	background-color: #b6a976;
	border-color: #05161d;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #706f6f !IMPORTANT;
	border-color: #05161d !IMPORTANT;
  color: #FFFFFF !IMPORTANT;
}
.btn-primary {
	color: #05161d;
	background-color: #b6a976;
	border-color: #05161d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled {
	background-color: #706f6f !IMPORTANT;
	border-color: #05161d !IMPORTANT;
  color: #FFFFFF !IMPORTANT;
}
.btn-primary[disabled] {
	background-color: #b3b3b3 !IMPORTANT;
	border-color: #05161d !IMPORTANT;
  color: #dedede !IMPORTANT;
}
.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: #05161d;
	background-color: #e74b5b;
	border-color: #05161d;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #c01a2a;
	border-color: #05161d;
}
.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;
}
/* All Products */
.allproducts .row {
	display: flex;
	flex-direction: column;
}
.allproducts .productgroup {
	border-bottom: 1px solid #26b1bd;
	border-right: 1px solid #26b1bd;
}
.allproducts .product-layout {
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
}
.allproducts .product-thumb {
	display: flex;
	flex: 1;
	justify-content: space-between;
	border: 0;
	margin: 0;
}
.allproducts .image {
	flex: 0 0 80px;
	display: flex;
	align-items: center;
}
.allproducts .caption {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
}
.allproducts .caption h4, .allproducts .caption p, .allproducts .type, .allproducts .price, .allproducts .total-price {
	margin: 0;
}
.allproducts .button-group {
	display: flex;
	align-items: center;
}
.allproducts .button-group button {
	line-height: 20px !IMPORTANT;
}
.allproducts .price, .allproducts .total-price, .allproducts .type {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
}
.productstable {
	border-right: 1px solid #26b1bd !IMPORTANT;
	border-bottom: 1px solid #26b1bd !IMPORTANT;
	background-color: #FFFFFF;
}
.productstable thead {
    flex: 1;
    justify-content: space-between;
    border: 0;
	margin: 0;
	padding: 0;
    align-items: center;
	background-color: #26b1bd;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
.productstable td {
	padding: 0 !IMPORTANT;
	height: 20px;
	vertical-align: middle !IMPORTANT;	
	border-top: 1px solid #26b1bd !IMPORTANT;
	border-right: 0 !IMPORTANT;
	border-bottom: 0 !IMPORTANT;
	border-left: 1px solid #26b1bd !IMPORTANT;
	padding: 5px !IMPORTANT;
}
.productstable .text-left {
	padding-left: 5px !IMPORTANT;
}
.productstable .img-thumbnail {
	border: 0;
}
.productstable .cart-image {
	padding: 0 !IMPORTANT;
}
.productstable input, .productstable .input-group-btn, .productstable .input-group-btn button {
	height: 40px;
}
.productstable input {
	border: 1px solid #303030;
	border-radius: 0;
}
.productstable .input-group-btn .refresh-btn {
	margin: 0 5px;
}
.allproducts .departmentmarkerskey img {
	margin-left: 10px;
}
.allproducts .headers {
    display: flex;
    flex: 1;
    justify-content: space-between;
    border: 0;
    margin: 0;
    align-items: center;
	background-color: #26b1bd;
	color: #FFFFFF;
	font-size: 12px;
}
.allproducts .headers p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.allproducts .C5, .allproducts .C6 {
  display: flex;
}
.allproducts .C1, .allproducts .C2, .allproducts .C3, .allproducts .C4, .allproducts .C5, .allproducts .C6 {
	border-top: 1px solid #26b1bd;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #26b1bd;
}
.allproducts .C1 {
	width: 80px;
	text-align: center;
	padding: 0;
	padding: 5px 10px;
	order: 1;
}
.allproducts .C2 {
	flex: 1;
	padding: 5px;
	order: 2;
	display: flex;
    flex-direction: row;
}
.allproducts .C2 a {
	font-size: 22px;
	color: #000000;
}
.allproducts .C2 a .small {
	font-size: 14px;
}
.allproducts .C2 a .clickformore {
	font-size: 12px;
	
}
.allproducts .C3 {
	width: 120px;
	text-align: center;
	padding: 0;
	order: 3;
}
.allproducts .C4 {
	width: 120px;
	text-align: center;
	padding: 0;
	order: 4;
}
.allproducts .C4 input {
	padding: 0 !IMPORTANT;
	border: 1px solid #303030;
	width: 75px !IMPORTANT;
	text-align: center;
	height: 48px;
}
.allproducts .qty {
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
}
.allproducts .C5, .allproducts .C6 {
	width: 100px;
    align-items: center;
    justify-content: right;
	text-align: center;
	padding: 5px 10px;
}
.allproducts .C5 {
	order: 5;
}
.allproducts .C6 {
	order: 6;
}
.allproducts .allproducts-btns {
	margin-right: -15px;
}
@media (max-width: 767px) {
	.allproducts .productgroup {
		margin-right: 0;
		margin-left: 0;
	}
	.allproducts .allproducts-btns {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.allproducts .C2 a {
		font-size: 16px;
		font-weight: bold;
	}
	.allproducts .product-thumb, .allproducts .headers {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px solid #26b1bd;
	}
	.allproducts .product-thumb .C1, .allproducts .headers .C1 {
		flex: 0 1 59px;
		max-width: 59px;
	} 
	.allproducts .product-thumb .C2, .allproducts .headers .C2 {
		flex: 1 1 calc(100% - 59px - 94px);
		max-width: calc(100% - 59px - 94px);
	} 
	.allproducts .product-thumb .C5, .allproducts .headers .C5, 
	.allproducts .product-thumb .C6, .allproducts .headers .C6 {
		flex: 0 1 25%;
		max-width: 25%;
	} 
	.allproducts .product-thumb .C4 {
		height: 75px;
	} 
	.allproducts .C3 {
/*		flex: 0 1 50%;
		max-width: 50%;  */
		flex: 0 1 100%;
		max-width: 100%;
		order: 4;
		text-align: left;
		justify-content: flex-start;
		padding-left: 5px;
	}
	.allproducts .product-thumb .C3 {
		font-size: 14px;
	}		
	.allproducts .C4 {
		flex: 0 1 94px;
		max-width: 94px;
		order: 3;
	}
	.allproducts .C4 input {
		width: 50px ! IMPORTANT;
	}
	.allproducts .C4, .allproducts .C5, .allproducts .C6 {
		border-left-width: 0;
	}
}
/* Qty Spinner */
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.allproducts .qty {
   // position: relative;
   // display: inline-block;
}

.allproducts .qty input[type=number] {
  width: 100px; 
  padding-right: 30px;
}

.allproducts .qty .spinner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 4px;
}
.allproducts .qty .spinner button {
  width: 30px;
  height: 22px;
  background: #b6a976;
  border: 1px solid #05161d;
  cursor: pointer;
  color: #05161d;
}
.allproducts .qty .spinner button:hover {
  background-color: #706f6f;
  border-color: #05161d;
  color: #fff;
}

/* Order History */
.order-history td {
  border: 1px solid #26b1bd !IMPORTANT;
  background-color: #FFFFFF;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	display: flex;
}
.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 {

}
@media (min-width: 767px) {
.product-list .product-thumb .image {

}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {

}
.product-list .product-thumb .caption {
	margin-left: 0px;
}
@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: 16px;
	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;
}