/* Global css */

body {
	background: var(--base-background);
	color: var(--base-color);
	font-size: var(--base-size);
	font-family: var(--base-font-family);
	font-weight: var(--base-weight);
	min-width: 324px;
}
button:focus {
	outline: 0px none;
}
a, a:hover, a:visited, a:focus{
	color: var(--base-link-color);
	outline: 0px none;
}
h1{
	color: var(--base-h1-color);
	font-size: var(--base-h1-size);
	font-family: var(--base-h1-font);
	font-weight: var(--base-h1-weight);
}
h2{
	color: var(--base-h2-color);
	font-size: var(--base-h2-size);
	font-family: var(--base-h2-font);
	font-weight: var(--base-h2-weight);
}
h3{
	color: var(--base-h3-color);
	font-size: var(--base-h3-size);
	font-family: var(--base-h3-font);
	font-weight: var(--base-h3-weight);
}
h4{
	color: var(--base-h4-color);
	font-size: var(--base-h4-size);
	font-family: var(--base-h4-font);
	font-weight: var(--base-h4-weight);
}
h5{
	color: var(--base-h5-color);
	font-size: var(--base-h5-size);
	font-family: var(--base-h5-font);
	font-weight: var(--base-h5-weight);
}
h6{
	color: var(--base-h6-color);
	font-size: var(--base-h6-size);
	font-family: var(--base-h6-font);
	font-weight: var(--base-h6-weight);
}
li{
	color: var(--base-li-color);
	font-size: var(--base-li-size);
	font-family: var(--base-li-font);
	font-weight: var(--base-li-weight);
}
p{
	color: var(--base-color);
	font-size: var(--base-size);
	font-family: var(--base-font-family);
	font-weight: var(--base-weight);
}
#default .productsProductImage picture {
  display: flex !important;
  width: 100%;
}
/* Override the bootstrap 4 max width to fit wider designs */
.container-fluid .container {
	max-width: var(--base-max-width);
}
/* Override Default bootstrap btn.btn-primary */
.btn.btn-primary:hover {
	background: #e52c27 none repeat scroll 0 0;
	border-color: #d51c17;
	color: #fff;
	font-family: Vladivostok;
	font-size: 18px;
}
.btn.btn-primary {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color: #000;
  font-family: Vladivostok;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
.myaccount .container .btn.btn-success:hover{
	background:  var(--account-base-button-bg-color);
	border: 3px solid #bfbfbf;
	color: #fff;
	font-family: Vladivostok;
	font-size: 18px;
}
.myaccount .container .btn.btn-success {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color: #4c4c4c;
  font-family: Vladivostok;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
/* End bootstrap 4 Overrides */

input[type="checkbox"] {
	border: medium none !important;
	box-shadow: none !important;
	display: none !important;
}
input[type="checkbox"] + label span:first-child, input[type="checkbox"] + label chk {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url("../images/unchecked.png") no-repeat scroll 0 0 / 24px auto;
	margin-right: 12px;
}
input[type="checkbox"]:checked+label span:first-child, input[type="checkbox"]:checked + label chk {
	background: rgba(0, 0, 0, 0) url("../images/checked.png") no-repeat scroll 0 0 / 24px auto;
	content: '\f14a';
	color: var(--base-color);
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
input[type="checkbox"] + label span.white:first-child, input[type="checkbox"] + label chk.white {
  background: rgba(0, 0, 0, 0) url("../images/unchecked-2.png") no-repeat scroll 0 0 / 16px auto;
  margin-right: 2px;
  margin-top: 3px;
}
input[type="checkbox"]:checked+label span.white:first-child, input[type="checkbox"]:checked+label chk.white {
	background: rgba(0, 0, 0, 0) url("../images/checked-2.png") no-repeat scroll 0 0 / 16px auto;
	margin-right: 2px;
}
input[type="radio"] {
	border: medium none;
	box-shadow: none;
	display: none;
}
input[type="radio"]+label span:first-child, input[type="radio"]+label rad, input[type="radio"]:not(:checked)+rad {
	background: #fff url("../images/unchecked-radio.png") no-repeat scroll 0 0 / 20px auto;
	float: left;
	height: 20px;
	margin-right: 12px;
	width: 20px;
}
input[type="radio"]:checked+label span:first-child, input[type="radio"]:checked+label rad, input[type="radio"]:checked + rad  {
	background: #fff url("../images/checked-radio.png") no-repeat scroll 0 0 / 20px auto;
	float: left;
	height: 20px;
	margin-right: 12px;
	width: 20px;
}

.subscriptions .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.subscriptions .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.myaccount .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.myaccount .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.subscriptions .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #dc3545;
	-webkit-transition: .4s;
	transition: .4s;
}
.subscriptions .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.subscriptions input:checked + .slider {
	background-color: #28a745;
}
.subscriptions input:focus + .slider {
	box-shadow: 0 0 1px #28a745;
}
.subscriptions input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.subscriptions .slider.round {
	border-radius: 34px;
}
.subscriptions .slider.round:before {
	border-radius: 50%;
}
/* Header */
.mheadertop {
  background-color: #4c4c4c;
}
.mheadertop .create-account a {
  border: var(--headerlinks-createaccount-border);
  color: #fff;
  padding: 11px 18px;
}
@media only screen and (max-width: 400px) {
	.header .mheadertop .create-account > div > a {
		font-size: 14px;
		padding: 6px 8px;
	}
}

.header {
  background: var(--header-fluidbg-color);
  padding: 0;
}
.container-fluid.header.mainmenu {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
	.header {
		position: sticky;
		top: 0;
		z-index: 9000;
	}
}
.header .container {
  background: var(--header-bg-color);
}
.logobox {
  margin: 3px 0 3px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .create-account {
		margin: auto 0;
		padding: 0 0 0 40px;
	}
}
@media only screen and (min-width: 992px) {
	.header .create-account {
		margin: auto 0;
		padding: 0 0 0 30px;
	}
}
.create-account {
  margin: auto 0;
  padding: 12px 12px 0;
}
.create-account > div > a {
  border:   var(--headerlinks-createaccount-border);
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  padding: 11px 18px;
}
.create-account a {
  font-family:  var(--headerlinks-fontfamily);
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
.create-account a:hover {
  background: #e52c27 none repeat scroll 0 0;
  border-color: #d51c17;
  color: #fff;
}
.phone a {
  color:  var(--headerlinks-telephone-color);
  font-family:  var(--headerlinks-fontfamily);
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}
.phone a:hover {
	text-decoration: none;
}
.phone.col-width200 {
  flex: 0 0 200px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 500px) {
	.header .create-account {
		margin: auto 0;
		padding: 12px 10px 0;
	}
	.header .create-account > div > a {
		border: var(--headerlinks-createaccount-border);
		padding: 10px 12px;
	}
	.header .create-account a {
		font-family: var(--headerlinks-fontfamily);
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
	}
}	
.headerlinks #searchBox {
  max-width: 160px;
}
@media only screen and (max-width: 450px) {
.header .phone a {
		color: var(--headerlinks-telephone-color);
		font-family: var(--headerlinks-fontfamily);
		font-size: 1.25rem;
		padding: 4px 0;
		text-decoration: none;
	}
}
.headerlinks a, .headerlinks a:hover, .headerlinks a:visited {
  color: var(--headerlinks-color);
  font-size: 14px;
  margin-left: 18px;
  margin-top: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
	.headerlinks a, .headerlinks a:hover, .headerlinks a:visited {
		margin-left: 12px;
	}
}
.headerlinks i {
	font-size: 24px;
	margin-top: 18px;
}
.carticon {
  position: relative;
}
.cartcount {
	background: var(--headerlinks-cartcount-bg);
	border-radius: 50%;
	color: var(--headerlinks-cartcount-color);
	font-size: 0.75rem;
	font-weight: 600;
	height: 20px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 8px;
	width: 20px;
}
.headerlinks .navbar-toggler {
  padding: 0.25rem 0rem 0.25rem 0.75rem;
}
.headerlinks .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}
/* Search */
@media only screen and (min-width: 992px) {
.header .searchbutton > button {
  background-color: #18469c;
  border: medium none #18469c;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-family: Vladivostok;
  font-size: 16px;
  padding: 8px 12px 4px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
	.header .searchbutton > button:hover {
		filter: brightness(150%);
	}
.header .searchbutton img {
		height: 36px;
		margin-left: 8px;
		padding-bottom: 2px;
		padding-top: 2px;
		width: auto;
	}
}
@media only screen and (max-width: 992px) {
	.header .searchbutton > button {
		background-color: #fff;
		border: medium none #fff;
		padding: 0;
	}
	.header .searchbutton img {
		height: 41px;
		margin: 0;
		padding-bottom: 2px;
		padding-top: 2px;
		width: auto;
	}
	.header .headerlinks a > img {
		max-height: 30px;
	}
}
.headerlinks a > img {
  max-height: 40px;
}
@media only screen and (max-width: 991px) {
	.header .search.active {
		min-height: calc(100vh - 138px);
		top: 175px;
	}
}
@media only screen and (max-width: 500px) {
	.header .search.active {
		min-height: calc(100vh - 138px);
		top: 155px;
	}
	.header .searchbutton > button {
		margin-bottom: 4px;
	}
}
@media only screen and (max-width: 767px) {
	.search, .search.active {
		top: 15px;
	}
}
.search.active {
  background-color: #f6f4f5;
	height: auto;
  left: 0;
  position: absolute;
  top: 108px;
  width: 100%;
  z-index: 500;
}
.search {
  background-color: #f6f4f5;
  height: 0;
  left: 0;
  min-height: 0;
  overflow: hidden;
  position: absolute;
  top: 108px;
  width: 100%;
}
.container.searchresultspage, .container.searchresultspage #results .container {
  background-color: #f6f4f5;
}
/*
#searchForm .form-group {
  margin: 24px 15px 12px;
  width: 100%;
}
#searchForm .input-group-text {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  display: inline;
  padding: 0;
}
#searchForm .input-group-append {
  display: inline;
  position: absolute;
  right: 0;
  top: 23px;
}*/
#searchForm  button, [type="button"]{
  -moz-appearance: none;
  appearance: none;
}
#searchform #searchbutton span{
  font-size: 1.5rem;
}
#searchForm .fa.fa-times-circle {
  color: #f00;
  font-size: 28px;
  margin: 7px 10px 0;
}
.fpsearch input {
  display: inline;
  max-width: calc(100% - 75px);
}
.fpsearch > button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none rgba(0, 0, 0, 0);
  display: inline;
  float: right;
}
.fa.fa-times-circle {
  color: #f00;
  font-size: 32px;
}
#searchpage .card-header, #searchpage .card-body {
  border-radius: 0;
}
#searchpage h3 {
  font-family: Vladivostok,sans-serif;
}
#searchpage .search-card {
  border-left: medium none;
  border-right: medium none;
}
#searchpage .search-card-header {
  border-bottom: medium none;
  border-left: medium none;
  border-right: medium none;
}
#searchpage .searchtitle, .searchresult {
  background: #c7c8ca none repeat scroll 0 0;
}
.searchtitle h3 {
  color: #000;
  font-family: Vladivostok,sans-serif;
  font-size: 21px;
  margin: 22px 0 22px 40px;
  max-width: calc(100% - 100px);
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
#searchForm .input-group {
  position: relative;
}
.form-group.field-searchfield .form-control {
  color: #000;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
}
.search input, .search input:focus {
  border-color: #c8c8c8;
  border-radius: 8px;
  box-shadow: none;
}
.closebutton {
  position: absolute;
  right: 24px;
  top: 24px;
}
#searchbg {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
}
.searchresult h4 {
  color: #000;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 10px 40px;
  max-width: calc(100% - 100px);
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.searchresult h4 .red {
	color: #e72b29
}
.search-result .product-columns > div, #results .product-columns > div {
  padding-bottom: 18px;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
	.search-result .product-list .product-columns > div, #results .product-columns > div {
		width: 33.333%;
	}
}
@media only screen and (max-width: 767px) {
	.search-result .list-view .product-list .product-columns > div, #results .product-columns > div {
		width: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.search-result .row .list-view .product-list .product-columns > div, #results .product-columns > div {
		width: 100%;
	}
}
.search-result .product-columns .productsProduct a {
  font-size: 14px;
  font-weight: 600;
}
.searchresult .pagination {
  float: right;
  margin-bottom: 0;
  margin-right: 24px;
}
/* Menu */
.menu {
  font-family: var(--menu-font-family);
  text-transform: uppercase;
}
.header .navbar {
	background: #000000 !important;
	position: unset;
}
@media only screen and (max-width: 991px) {
	.header .menu .navbar {
		max-width: 100%;
		padding: 0;
	}
	.header .menu .nav-item.dropdown {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.header .menu .nav-item {
		margin-bottom: 12px;
	}
	.menu .navbar-nav {
		background: var(--menu-dropdown-bg);
	}
	.header .menu .navbar-toggler {
		margin: 12px;
	}
	.header .nav-item.dropdown .dropdown-menu.dropdown-menu-light .nav-link {
		font-weight: 400;
		padding: 0.25rem 0.5rem;
	}
}
.menu ul {
	padding: 8px 12px;
}
.menu .nav-item.dropdown {
	border-bottom: var(--menu-hover-width) solid rgba(0, 0, 0, 0);
}
.menu .nav-item.dropdown:hover {
	border-bottom: var(--menu-hover-width) solid var(--menu-hover);
}
.menu .nav-item {
  border-bottom: var(--menu-hover-width) solid rgba(0,0,0,0);
  margin: 0 4px;
}
.menu .nav-item:hover {
	border-bottom: var(--menu-hover-width) solid var(--menu-hover);
}
.menu .nav-item.dropdown.show {
	border-bottom: var(--menu-hover-width) solid var(--menu-hover);
}
.header .navbar-nav input, .header .nav-link, .header .nav-item.dropdown.show .dropdown-link, .header .nav-link, .header .nav-item.dropdown .dropdown-link, .header .navbar-light .navbar-nav .nav-link {
	color: var(--menu-color);
	display: inline;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-weight: var(--menu-font-weight);
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.menu .navbar-expand-md .navbar-nav li {
		padding: 0 0.5rem;
		text-align: center;
	}
	.menu .navbar-expand-md .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
}
.header .dropdown.show .dropdown-link {
	color: var(--menu-color);
}
.menu .nav-item.dropdown, .menu .navbar-nav {
	position: unset;
}
.menu .dropdown-menu {
  background: var(--menu-dropdown-bg);
  border: medium none;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
	.mainmenu .menu .dropdown-menu.dropdown-menu-light {
		background-color: #c7c8ca;
		/* border-top: 12px solid #e72b29; */
		padding-bottom: 0;
	}
	.mainmenu .menu .dropdown-menu > h3 {
		color: #e72b29;
		font-family: Vladivostok,sans-serif;
		font-size: 36px;
		padding: 0.25rem 1.25rem 0rem;
	}
	.mainmenu .menu .columncount .d-block a, .mainmenu .mheadertop .menu .d-inline a, .mainmenu .mheadertop .menu .d-inline-block a {
		color: #000;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		margin: 0.25rem 0;
		padding: 0.25rem 0.5rem 0;
		text-decoration: none;
		text-transform: none;
		white-space: normal;
	}
	.mainmenu .menu .columncount .d-block.bottomborder .dropdown-item::before {
		content: "> ";
		display: inline;
	}
	.mainmenu .menu .columncount .d-block.bottomborder .dropdown-item {
		font-weight: 500;
		margin:0;
		padding: 4px 0 4px 24px;
	}
	.mainmenu .menu .columncount .d-block.bottomborder {
		/* border-bottom: 2px solid #fff; */
		padding-bottom: 2px;
	}
	.mainmenu .menu .columncount {
		column-gap: 25px;
		columns: 3 auto;
		max-width: 75%;
	}
	.dropdown-menu.dropdown-menu-light .nav-link.dropdown-item {
		color: #000;
	}
}
@media only screen and (min-width: 992px) {
	#collapsibleNavbar .navbar-nav.col-12 {
		flex-direction: initial;
		flex-wrap: wrap;
	}
	#collapsibleNavbar  {
		position: unset;
	}
}
@media only screen and (max-width: 991px) {
	.dropdown-menu > h3 {
		display: none;
	}
	.bottomborder .dropdown-item::before {
		content: "> ";
		display: inline;
	}
	.header .bottomborder .dropdown-item {
		display: block;
		margin-left: 8px;
	}
}
.menu .columncount {
	columns: 1 auto;
}
.header .dropdown-item:hover, .header .dropdown-item:focus {
  background: none;
  color: var(--menu-dropdown-hover);
  text-decoration: none;
}
.header .dropdown-item {
  color: #ffffff;
  display: inline;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
}
/* Delivery Info Bar*/
.deliveryinfobar {
	background-color: var(--deliveryinfobar-fluid-bg);
	color: var(--deliveryinfobar-font-color);
}
.deliveryinfobar .container {
	background-color: var(--deliveryinfobar-bg);
}
.deliveryinfobar h3 {
	color: var(--deliveryinfobar-h3-color);
	font-size: var(--deliveryinfobar-h3-fontsize);
	font-weight: var(--deliveryinfobar-h3-fontweight);
}

/* Alert Box */
.alertbox {
  background-color: var(--alertbox-fluidbg);
  margin-bottom: 12px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.alertbox .container {
  background-color: var(--alertbox-bg);
}
.alertbox .alert-box {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: var(--alertbox-font-color);
  font-size: var(--alertbox-font-size);
  font-weight: var(--alertbox-font-weight);
  padding: 12px;
  position: relative;
}
.alert-product > span {
  margin-right: 4px;
}
.alert-box #message {
  padding-right: 30px;
}
#flashmessage.alertbox #message > br {
  display: none;
}
.alert-dismiss {
  cursor: pointer;
  position: absolute;
  right: 12px;
}
.alert-dismiss i {
  color: var(--alertbox-dismiss-color);
  font-size: var(--alertbox-dismiss-size);
}
/*  Home Page Ticker Tape */
.tickertape {
  background: var(--tickertape-fluidbg-color);
  padding: 0;
}
.tickertape .container {
  background: var(--tickertape-bg-color);
}
#tickertape {
  margin: 0 auto;
  max-width: 600px;
}
.tickertape .carousel-item {
  padding: 7px 0;
}
.tickertape .carousel-item a {
  text-decoration: none;
}
.tickertape .carousel-item p {
  color: var(--tickertape-color);
  font-family: var(--tickertape-font-family);
  margin: auto 0;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
}
.tickertape .carousel-control-prev, .tickertape .carousel-control-next {
  opacity: 1;
  width: 30px;
	transform: translate3d(0px, 0px, 0px);
}
.tickertape .carousel-control-prev-icon, .tickertape .carousel-control-next-icon {
	background-image: none;
	height: 50px;
	width: 50px;
}
.tickertape .carousel-control-next-icon::after {
  color: #000;
  content: ">";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.tickertape .carousel-control-prev-icon::after {
  color: #000;
  content: "<";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.tickertape .carousel-control-prev, .tickertape .carousel-control-next {
  top: 10px;
	transform: translate3d(0px, 0px, 0px);
}
/* End Home Page Ticker Tape */
/* Home Page Slider */
.homeslider {
  background: var(--homeslider-fluidbg-color);
/*  padding: 0; */
}
.homeslider .container {
  background: var(--homeslider-bg-color);
}
.slider {
	position: relative;
}
.slider .slideroverlay {
	left: 0px;
	position: absolute;
  text-align: center;
	top: 0;
  width: 100%;
}
.homebanner .slideroverlay > div {
  margin: auto 0;
}
#homebanner .slideroverlay > div {
  margin: auto 0;
}
/*
.homebanner .slideroverlay > div {
  height: 50%;
  top: 48%;
}
*/
.slideroverlay > div > div {
  margin: 0 1% 0 auto;
  max-width: 50%;
  text-align: right;
  text-transform: uppercase;
}
.slideroverlay h1 {
	color: var(--homeslider-overlay-h1-color);
  font-family: 'Vladivostok', sans-serif;
	font-size: 60px;
	line-height: 60px;
}
.slideroverlay h2 {
  color: #e52c27;
  font-family: 'Vladivostok', sans-serif;
  font-size: 48px;
  line-height: 48px;
}
#homebanner .slideroverlay img, #homebanner .slideroverlay p {
  height: auto;
  margin: 0 0 0 auto;
  max-width: 384px;
  padding: 0;
  width: 100%;
}
.slideroverlay p {
	color: var(--homeslider-overlay-p-color);
	font-size: 14px;
	padding-bottom: 0.5rem;
}
.slideroverlay .button {
	display: inline;
	padding: 0;
}
.slideroverlay .button a {
  background: var(--homeslider-overlay-buttonbg);
  color: var(--homeslider-overlay-button);
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 12px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
	.slideroverlay h1 {
		font-size: 5.25vw;
		line-height: 5.25vw;
	}
	.slideroverlay h2 {
		font-size: 3.75vw;
		line-height: 3.75vw;
	}
}
@media only screen and (max-width: 767px) {
	.slideroverlay h1 {
		font-size: 4.5vw;
		line-height: 4.5vw;
	}
	.slideroverlay h2 {
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
}
@media only screen and (max-width: 575px) {
	.slideroverlay h1 {
		font-size: 4.25vw;
		line-height: 4.25vw;
	}
	.slideroverlay h2 {
		font-size: 3.25vw;
		line-height: 3.25vw;
	}
}
.carousel-item .img-fluid, .catheaderbg .img-fluid, .catheaderbg picture {
  width: 100%;
	transform: translate3d(0px, 0px, 0px);
}
.catheaderbg .img-fluid, .catheaderbg picture {
  display: block;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  width: 100%;
}
.carousel-item {
  margin-top: -1px;
  max-height: var(--slider-image-max-height);
  overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
}
.carousel-control.left {
  background-color: var(--slider-indicator-bgcolor);
  border-radius: 4px;
  height: 50px;
  left: 10px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
	transform: translate3d(0px, 0px, 0px);
}
.carousel-control.right {
  background-color: var(--slider-indicator-bgcolor);
  border-radius: 4px;
  height: 50px;
  right: 10px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
	transform: translate3d(0px, 0px, 0px);
}
.carousel-control .arrow.right {
  border-bottom: 20px solid transparent;
  border-left: 27px solid var(--slider-indicator-color);
  border-top: 20px solid transparent;
  float: right;
  height: 0;
  margin: 12% 22%;
  width: 0;
	transform: translate3d(0px, 0px, 0px);
}
.carousel-control .arrow.left {
  border-bottom: 20px solid transparent;
  border-right: 27px solid var(--slider-indicator-color);
  border-top: 20px solid transparent;
  height: 0;
  margin: 12% 22%;
  width: 0;
	transform: translate3d(0px, 0px, 0px);
}

/* Home Page banner */
.banner {
	background: var(--banner-fluidbg-color);
	border-bottom: var(--banner-fluidbg-border);
}
.banner .container {
	background: var(--banner-bg-color);
	border-bottom: (--banner-bg-border);
}
.banner h2 {
	color: var(--banner-h2-color);
	font-size: 30px;
	margin-top: 43px;
	padding: 0 18px;
}
.banner p {
	color: var(--banner-p-color);
	font-size: 18px;
	margin-bottom: 39px;
	padding: 0 18px;
}
/* Home Page Categories */
.homecategories {
	background: var(--homecats-fluidbg-color);
}
.homecategories .container{
	background: var(--homecats-bg-color);
}
.homecategories .card {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.homecategories .card-header {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.homecategories .card-footer {
  background-color: #000000;
  border: none;
  padding: 0.75rem 1.25rem;
}
.homecatprodimage {
  padding-top: 43%;
  position: relative;
  height: 100%;
}
.homecatprodimage picture {
  width: calc(100% + 2px);
}
.homecatprodimage .image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.homecatprodimage .image img {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.homecategories .cattitle {
  padding: 4px 4px 0;
  text-align: center;
}
.homecategories a {
  color: var(--homecats-title-color);
  font-family: var(--homecats-title-fontfamily);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.homecategories a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 1136px) and (max-width: 1195px) {
	.homecategories .cattitle a {
		font-size: 16px;
	}	
}
@media only screen and (min-width: 1081px) and (max-width: 1135px) {
	.homecategories .cattitle a {
		font-size: 15px;
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
	.homecategories .cattitle a {
		font-size: 14px;
	}	
}
@media only screen and (max-width: 991px) {
	.homecategories a {
		font-size: 15px;
		font-weight: 500;
	}
	.card-footer.cattitle > h3 {
		line-height: 18px;
	}
	.homecategories .cattitle {
		padding: 0 2px;
		text-align: center;
	}
}
.homecategories .listbadge {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 1;
}
.homecatprodimage .hpoverlay {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  transition: all 0.75s ease 0s;
  width: 100%;
  z-index: 2;
}
.homecatprodimage .hpoverlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
/* Home Page Banners */
.homebanners p {
  margin: 0;
  padding: 0;
}
.homebanners img {
  height: auto;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.homebanners .zoom {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.homebanners .zoom > div {
  overflow: hidden;
}
.homebanners .zoom img:hover {
  transform: scale(1.05);
}
.zoom .overlay:hover + div img {
  transform: scale(1.05);
}
.homebanners .overlay .dragon-logo > img {
  float: right;
  height: auto;
  margin-top: 12px;
  max-width: 60px;
}
.homebanners .dragon-logo {
  float: right;
  width: 20%;
}
.homebanners .overlay {
  bottom: 0;
  left: 0;
  max-width: 410px;
  padding: 24px;
  position: absolute;
  width: 90%;
	z-index:2;
}

.homebanners .overlay.right {
  display: inline-table;
  height: auto;
  left: auto;
  max-width: 55%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1199px) {
	.homebanners .container .overlay h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.homebanners .container .overlay p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.homebanners .overlay {
		width: 100%;
	}
	.homebanners .container .overlay h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.homebanners .container .overlay p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 630px) {
	.homebanners .container .overlay h3 {
		font-size: 32px;
		line-height: 36px;
	}
	.homebanners .container .overlay p {
		font-size: 0.9rem;
		line-height: 1rem;
	}
}
@media only screen and (max-width: 575px) {
	.homebanners .container .overlay h3 {
		font-size: 23px;
		line-height: 24px;
	}
	.homebanners .overlay {
		padding: 32px 16px;
	}
	.homebanners .overlay.right {
		padding: 8px 0 0 8px;
	}
}
@media only screen and (max-width: 450px) {
	.homebanners .container .overlay p {
		font-size: 12px;
	}
}
@media only screen and (max-width: 400px) {
	.homebanners .container .overlay.right h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.homebanners .container .overlay.right p {
		font-size: 11px;
	}
}

.homebanners .overlay h3 {
  color: #fff;
  font-family: Vladivostok;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.homebanners .overlay p {
	color: #fff;
  font-family: 'Montserrat', sans-serif;
	font-size: 1ren;
	font-weight: 400;
	line-height: 1.1rem;
}
.homebanners .overlay .button {
  border: 3px solid #666;
  color: #fff;
  display: inline-block;
  font-family: Vladivostok;
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 14px;
/*  padding: 18px;*/
  text-transform: uppercase;
  white-space: nowrap;
	transition: all 0.35s ease 0s;
}
.homebanners .overlay .button:hover {
  border: 3px solid #999;
}
.homebanners .overlay.left .button > a {
  line-height: 52px;
  padding: 18px !important;
}
.homebanners .overlay a {
  color: #fff;
  text-decoration: none;
}

/* Trust Pilot */
.trustpilot {
	background: var(--trustpilot-fluid-bg);
}
.reviews {
	background: var(--trustpilot-fluid-bg);
}
.trustpilot .container, .reviews .container {
	background: var(--trustpilot-bg);
	padding-top: 62px;
}
.trustpilot-widget {
  margin-bottom: 48px;
}
.trustpilot h3 {
	color: var(--trustpilot-title);
	font-size: var(--trustpilot-title-size);
	font-weight: 600;
	margin-bottom: 48px;
	text-align: center;
}
/* Category / Product list page */
.product-list .pager {
	padding-bottom: 24px;
}
.container .pager .pagination li a, .container .pager .pagination li span {
	color: var(--cat-pager-color);
	font-size: var(--cat-pager-fontsize);
	font-weight: normal;
}
.container .pager .pagination li {
  background-color:  var(--cat-pager-bg);
  border:  var(--cat-pager-border);
  height: 36px;
  margin: 0 2px;
  padding: 4px 0;
  text-align: center;
  width: 36px;
}
.container .pager .pagination li.active a {
	color: var(--cat-pager-color-active);
	font-weight: 600;
}
.container .pager .pagination li.active{
	background-color: var(--cat-pager-bg-active);
	border: var(--cat-pager-border-active);
}
.container .pager .pagination .disabled > span {
	color: var(--cat-pager-color-disabled);
}
.category {
	position: relative;
}
.catheaderbg {
  display: block;
  height: 100%;
  max-height: 410px;
  min-width: 100%;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.category .imageoverlay {
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: calc(100% - 25px);
}
.category .imageoverlay > div {
  margin: auto 0;
}
.category .imageoverlay h1 {
  color: var(--cat-overlay-color);
  float: right;
  font-family: Vladivostok;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}
.category .imageoverlay p {
  color: var(--cat-overlay-color);
	font-size: 18px;
	line-height: 24px;
}
.imageoverlay > div > div > p, .imageoverlay > div > div > h1 {
  margin-bottom: 0.25rem;
  text-align: right;
  width: 100%;
}
.category .imageoverlay img {
  display: flex;
  height: auto;
  margin-left: auto;
  max-width: 348px;
  width: 100%;
}
.category .imageoverlay .overlaywidth {
  max-width: 50%;
}
@media only screen and (min-width: 1200px) {
	.category .imageoverlay .float-right > h1 {
		font-size: 66px;
		line-height: 66px;
	}
	.category .imageoverlay .float-right > h2 {
		color: #e52c27;
		float: right;
		font-family: Vladivostok;
		font-size: 48px;
		font-weight: 500;
		line-height: 48px;
	}
}
@media only screen and (max-width: 1199px) {
	.category .imageoverlay .float-right > h1 {
		font-size: 4.25vw;
		line-height: 4.25vw;
	}
	.category .imageoverlay .float-right > h2 {
		color: #e52c27;
		float: right;
		font-family: Vladivostok;
		font-size: 3.75vw;
		font-weight: 500;
		line-height: 3.75vw;
	}
}
@media only screen and (max-width: 991px) {
	.category .imageoverlay h1 {
		font-size: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.category .imageoverlay {
		left: 35px;
	}
	.category .imageoverlay h1 {
		font-size: 36px;
		line-height: 36px;
	}
}
.mcatheader {
	background-color: var(--cat-title-bg);
	border-bottom: var(--cat-title-border);
	padding-top: 43px;
}
.mcatheader h1 {
	color: var(--cat-title-color);
  font-family: Vladivostok;
	font-size: var(--cat-title-size);
	padding: 0 18px;
}
.mcatheader p {
	color: var(--cat-text-color);
	font-size: var(--cat-text-size);
	padding: 0 18px;
}
.category .mcatheader img {
  max-width: 100%;
}
.CategoryList .image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#default .Brands {
  margin-top: 24px;
}
.CategoryList .image img, .CategoryList .image a {
  object-fit: contain;
  width: 100%;
}
.catlist h3 {
  color: var(--cat-list-cat-color);
  font-size: var(--cat-list-cat-size);
  font-weight: var(--cat-list-cat-weight);
  margin: 18px 0;
  text-decoration: underline;
}
.productlist {
  background: var(--cat-list-fluidbg-color)
}
@media only screen and (min-width: 992px) {
	.col-width {
		flex: 0 0 350px;
	}
}
@media only screen and (max-width: 991px) {
	.col-width {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.productlist .toolbar, .tool-bar {
  background: #dadada;
  display: flex;
  flex-wrap: wrap;
  list-style: outside none none;
  padding: 0.75rem 1rem 0;
}
.productlist.brands .toolbar {
  display: none;
  height: 0;
  margin: 0 !important;
  opacity: 0;
  padding: 0 !important;
}
.container-fluid.categoryheader.brands .container.p-0 {
  background: #dadada;
  display: block;
}
.container-fluid.categoryheader.brands .container {
  background: #ffffff;
  display: block;
}
.productlist.brands .productsProductImage {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
}
.container-fluid.categoryheader.brands {
  display: block;
}
.productlist.brands .listviewbg {
  background-color: #ffffff;
}
.container-fluid.categoryheader {
  display: none;
}
.container-fluid.categoryheader.brands h2 {
  color: #4c4c4c;
  font-family: Vladivostok,sans-serif;
  font-size: 24px;
  margin: 18px 0 18px 40px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.container-fluid.categoryheader.brands p {
  color: #1d1d1b;
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 18px 0 18px 25px;
  padding: 0;
  text-align: left;
}
.productbreadcrumbs.toolbar, .breadcrumb, .breadcrumb li {
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#default .breadcrumb {
  background: var(--cat-toolbar-background);
}
.productlist .toolbar .dropdown button, .productlist .breadcrumb .toolbar button:focus {
  background: var(--cat-toolbar-button);
  box-shadow: none !important;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.productlist .toolbar .btn, .productlist .accordion .btn, .productlist .accordion .card {
  border-radius: 0;
}
.toolbar .dropdown-toggle::after {
  float: right;
  margin-top: -12px;
}
.productlist .dropdown-menu.show {
  width: calc(100% - 2rem);
}
.productlist .breadcrumb span {
  font-size: 16px;
  text-transform: uppercase;
}
.cat-sidebar label {
  width: 100%;
}
.cat-sidebar label span {
  float: right;
}
.cat-sidebar .card-header h5, .cat-sidebar .card-header h5 span {
  background-color: #000000;
  border-radius: 8px;
  color:   var(--cat-sidebar-heading-color);
  font-family: Vladivostok,sans-serif !important;
  font-size: 16px !important;
  overflow: hidden;
}
.cat-sidebar .accordion > .card > .card-header {
  background-color: var(--cat-sidebar-filter-background);
}
.cat-sidebar .filters-accordion #heading-block.card-header h5 {
  background-color: #fff;
  color: #000;
}
.cat-sidebar .card-header h5 > a {
  font-family: var(--cat-sidebar-heading-font);
  font-size: 18px;
  margin: 0 0.45rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.cat-sidebar .btn.btn-link.collapsed::after {
  color: #a6a6a6;
	content: "\f0d7";
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
	margin-right: 12px;
  vertical-align: middle;
}
.cat-sidebar #heading-block .btn.btn-link::after {
  margin-right: 6px;
}
.cat-sidebar .btn.btn-link::after{
  color: #a6a6a6;
	content: "\f0d8";
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
	margin-right: 12px;
  vertical-align: middle;
}
.filters-accordion {
  overflow: hidden;
}

#heading-block h5 a::after {
  content: "";
}
#heading-block {
  background-color: #fff;
  border: medium none;
}
#heading-block a {
  background-color: #c7c8ca;
  margin: 8px 0;
}
#filters .cat-sidebar #heading-block h5 > span {
  color: #fff;
  margin: 0 0 12px;
  padding-left: 18px;
}
#filters .cat-sidebar .accordion h5 > span {
  color: #fff;
}
.cat-sidebar .card {
  background-color: var(--cat-sidebar-filter-background);
}
.cat-sidebar .card-body .collapse, .cat-sidebar .card-body .collapsing {
  background-color:  var(--cat-sidebar-filter-background);
}
.cat-sidebar .filters-accordion .card {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 8px;
}
.cat-sidebar .accordion label {
  color: var(--cat-sidebar-filter-label);
}
.cat-sidebar .accordion label {
  border-bottom: 1px solid #fff;
  color: #000;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.cat-sidebar .filter-btn {
  background-color: #4469ae;
  border-radius: 8px;
  /*
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin: 0 8px;
*/
  text-align: center;
}
.cat-sidebar .filter-btn a {
  color: var(--cat-sidebar-filterbutton-color);
  display: inline-block;
  font-family: var(--cat-sidebar-filterbutton-font);
  font-weight: 600;
  padding: 12px;
  width: 100%;
}
.cat-sidebar input[type="checkbox"] + label span {
  background: rgba(0, 0, 0, 0) url("../images/unchecked-mms.png") no-repeat scroll 0 0 / 24px auto;
}
.cat-sidebar input[type="checkbox"]:checked + label span {
  background: rgba(0, 0, 0, 0) url("../images/checked-mms.png") no-repeat scroll 0 0 / 24px auto;
}
.list-view {
	background-image: var(--cat-list-bg-image);
	background-position: var(--cat-list-bg-position);
	background-repeat: var(--cat-list-bg-repeat);
	background-size: var(--cat-list-bg-size);
	width: 100%;
}
.listviewbg {
	background-color: var(--cat-list-bg-color);
	border-bottom: var(--cat-list-bg-border);
}
.product-list {
  margin: var(--cat-list-prodlist-margin);
  padding-bottom: 24px;
}
.brands .product-list .product-columns.card-deck {
  justify-content: center;
}
.product-columns > div {
  margin-bottom: 24px;
  padding-bottom: 18px;
  width: 33.3333%;
}
.productlist.brands .product-columns > div {
  float: left;
/*	width: 16.666666%;*/
}
.product-list .card {
  border: medium none;
}
.homecategories .product-list .product-columns .card {
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
	overflow: hidden;
}
.homecategories .list-view .product-list {
  padding: 24px 12px;
}
@media only screen and (max-width: 1199px) {
	.product-list .product-columns > div {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.product-list .product-columns > div {
		margin-bottom: 24px;
		width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.product-list .product-columns > div {
		padding: 0;
	}
}
.productsProduct > div {
	background-color: var(--cat-list-prod-bg);
	border: medium none;
}
.product-list .productsProduct .card-header {
  background-color: rgba(0, 0, 0, 0);
}
.productlist .product-list .productsProduct .card-header {
  position: relative;
}
.productsProduct .colours.text-center {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 200;
}
.productlist.brands .product-list .catlist a > h3 {
  display: none;
}
.productsProductImage {
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  transition: all 0.35s ease 0s;
  width: 100%;
}
.productsProductImage:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

/* Set productlist image ratio for brands */
.productlist.brands .catlist .productsProductImage {
  padding-top: 75%;
}
.productsProduct a {
  color:  var(--cat-list-prod-color);
  font-size:  var(--cat-list-prod-size);
  font-weight:  var(--cat-list-prod-weight);
  text-decoration: none;
  text-transform: uppercase;
}
.productlist .card-footer .price a {
  color: #888;
  font-family: Vladivostok;
  font-size: 1.05rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.productlist .sku {
  color: var(--cat-list-sku-color);
  display: inline-block;
  font-weight: 600;
}
.productlist .product-list .product-columns .productsProduct .sku {
  display: block;
}
.productsProduct a > span::before {
  content: "\a ";
  display: block;
}
.productsProduct .image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.productsProduct .image img {
	margin: 0 auto;
	object-fit: contain;
}
.productlist .listbadge {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  z-index: 20;
}
.productsProduct .price a {
	color: var(--cat-list-prod-price-color);
	font-size: var(--cat-list-prod-price-size);
	font-weight: var(--cat-list-prod-price-weight);
	line-height: 48px;
}
.addtocart a, .addtocart a:hover, .addtocart a:visited {
	background: var(--cat-list-prod-addto-bg);
	color: var(--cat-list-prod-addto-color);
	cursor: pointer;
	font-size: var(--cat-list-prod-addto-size);
	font-weight: var(--cat-list-prod-addto-weight);
	line-height: 48px;
	padding: 12px 24px;
	text-decoration: none;
	white-space: nowrap;
}
.productlist .price-border {
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin-top: 18px;
  text-align: center;
}
.productlist .price-border:hover a, .productlist .price-border:hover {
  background-color: #ccc;
  color: #fff;
}
/* Category Filters */
.col-12.subcats li, .col-12.subcats ul {
  list-style: outside none none;
  padding-left: 12px;
}
.col-12.subcats li::before {
  content: ">";
}
.subcats h3 {
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.subcats li a {
  color: #4c4c4c;
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
/* Product Page */
.product-header{
	background: var(--product-header-fluidbg-color);
}
.product-header .container {
	background: var(--product-header-bg-color);
}
.product-header h1 {
  color:  var(--product-header-h1-color);
  font-size:  var(--product-header-h1-size);
  font-weight:  var(--product-header-h1-weight);
  padding: var(--product-header-h1-padding);
  text-transform: var(--product-header-h1-transform);
}
.productname.product-header h2 {
	font-size: 18px;
	font-weight: 700;
	padding-left: 3px;
}
.product-header h1 span {
  color: var(--product-header-span-color);
  display: block;
  font-size: var(--product-header-span-size);
  font-weight: var(--product-header-span-weight);
  padding:var(--product-header-span-padding);
}
.productcode {
  color:  var(--product-header-sku-color);
  font-size: 14px;
  font-weight: 600;
}
.productcode b {
  font-weight: 700;
}
.productblock{
	background: var(--product-block-fluidbg-color);
}
.productblock .container {
	background: var(--product-block-bg-color);
}
.productblock .product-media {
  position: relative;
}
.product-media img {
  width: 100%;
}
.product-badge {
  border-radius: 0 7px 0 0;
  overflow: hidden;
  position: absolute;
  right: 7px;
  top: 8px;
  z-index: 20;
}
@media only screen and (max-width: 991px) {
	.product-media .product-badge {
		right: 22px;
	}
}
.product-badge img {
  height: auto;
  max-width: 150px;
  width: 33vw;
}
.productblock .product-media .fotorama__thumb-border {
  border: 2px solid #e52c27;
  border-radius: 8px;
  padding: 2px;
}
.fotorama__nav-wrap .fotorama__thumb-border {
  border: 2px solid #e52c27;
  border-radius: 8px;
}
.productblock .product-media .fotorama__fullscreen-icon {
	left: 2px;
	right: initial;
  transform: rotate(90deg);
}
#default .productblock .fotorama .fotorama__stage {
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin: 6px;
  transition: all 0.35s ease 0s;
  width: calc(100% - 16px) !important;
}
#default .productblock .fotorama .fotorama__stage:hover {
  border: 2px solid #999;
}
.fotorama__fullscreen-icon {
	left: 2px;
	right: initial !important;
  transform: rotate(90deg) !important;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb > div {
  border: 2px solid #c7c7c7;
  border-radius: 8px;
	transition: all 0.35s ease 0s;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb > div:hover {
  border: 2px solid #999;
}
.fotorama__nav-wrap {
  margin: 0 30px;
  width: calc(100% - 60px);
}
.row.align-items-center.prodbuttons {
  margin: 0;
  padding: 12px;
}
.productlistingprice input {
  border: medium none;
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
@media only screen and (max-width: 767px) {
	.productlistingprice input {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.productdetails-addtobasket .productlistingprice input, .productdetails-addtobasket .productlistingprice select {
		max-width: 325px;
		width: auto;
	}
}
.productblock .productbuttons button, .productlistingprice input {
  background-color: var(--product-block-button-bg);
  border-radius: var(--product-block-button-radius);
  border: var(--product-block-border);
  color: var(--product-block-button-color);
  font-family: var(--product-block-button-font);
  font-size: var(--product-block-button-size);
  font-weight: var(--product-block-button-weight);
	text-transform: uppercase;
}
.productblock .productbuttons button:focus {
	box-shadow: none;
}
.productlistingprice select {
	color: var(--product-block-select-color);
  font-size: var(--product-block-select-size);
  font-weight: var(--product-block-select-weight);
  padding: var(--product-block-select-padding);
  width: 100%;
}
.productblock .price {
  color: var(--product-block-price-color);
  font-size: var(--product-block-price-size);
  font-weight: var(--product-block-price-weight);
  margin: 0;
}
/* Grouped Products */
.productblock .groupedproduct i, .productblock .alt-stock-info i {
  color: #e72b29;
}
.altstock {
  border-top: 2px solid #fff;
  width: 100%;
}
#collapseR > div:last-child, #collapseT > div:last-child {
  border: medium none;
}
.mobproddetails.grouped {
  border: var(--product-grouped-border-color);
  border-radius: var(--product-grouped-border-radius);
}
.groupedproduct {
  background: var(--product-grouped-row-odd);
}
.groupedproduct .row:nth-child(odd) {
  background: var(--product-grouped-row-odd);
}
.groupedproduct .row:nth-child(even) {
  background: var(--product-grouped-row-even);
}
.container .mobproddetails .groupedproduct .groupedprodheader {
  background-color: var(--product-grouped-header-background);
  border: medium none;
  margin: 0 !important;
}
.mobproddetails.grouped .groupedproduct .groupedprodheader p {
  color: var(--product-grouped-header-color);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobproddetails.grouped .groupedproduct > div {
  border-bottom: 2px solid #fff;
/*  display: flex; */
  margin: 6px 16px 12px !important;
  padding: 4px 0;
}
#downloads .groupedproduct {
  display: flex;
  flex-wrap: wrap;
}
#downloads .groupedproduct > div {
  max-width: min-content !important;
  min-width: 300px;
}

#default .mobproddetails.grouped .groupedproduct > div:last-child {
  border-bottom: medium none;
  margin: 4px 16px 8px !important;
  padding: 4px 0;
}
.groupedproduct .accordion .collapse > div, .groupedproduct .accordion .collapsing > div {
  border-bottom: 2px solid #fff;
  padding: 4px 0;
}
.mobproddetails.grouped .groupedproduct p, .mobproddetails.grouped .groupedproduct a {
  margin:0;
}
.mobproddetails.grouped .groupedproduct button, .mobproddetails.grouped .groupedproduct input {
  background:  var(--product-grouped-button-bg);
  border: medium none;
  border-radius:  var(--product-grouped-button-radius);
  color: #000;
  font-size: 1rem;
  font-weight:  var(--product-grouped-button-weight);
/* 
 height: 24px;
  padding: 0.025rem 0.55rem;
*/
	margin: 0;
}
#default .mobproddetails.grouped .groupedproduct input {
  border: 2px solid #c7c7c7;
  border-radius: 8px !important;
}
.productblock .number-limit input[type='number'] {
	-moz-appearance:textfield;
  appearance: textfield;
}
.productblock .number-limit input::-webkit-outer-spin-button, .productblock .number-limit input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.number-limit input {
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
}
.input-group.input-group-sm input#quantity {
  height: 40px;
}
.mobproddetails.grouped .groupedproduct p {
  color: var(--product-grouped-row-color);
  font-size: var(--product-grouped-row-size);
  font-weight: var(--product-grouped-row-weight);
}
.mobproddetails.grouped .groupedproduct .price {
  color: var(--product-grouped-price-color);
  font-size: var(--product-grouped-row-size);
  font-weight: var(--product-grouped-price-weight);
}
.mobproddetails.grouped .add-to-basket .submitbutton {
  background-color: var(--product-grouped-addto-bg);
  border: var(--product-grouped-addto-border);
	border-radius: 8px;
  color: var(--product-grouped-addto-color);
  float: right;
  font-family: var(--product-grouped-addto-fontfamily);
  font-size: var(--product-grouped-addto-fontsize);
  margin-top: 6px;
  padding: 12px;
  text-decoration: none;
}
.mobproddetails .productlistingprice .submitbutton{
  background-color: var(--product-grouped-addto-bg);
  border: var(--product-grouped-addto-border);
  color: var(--product-grouped-addto-color);
  float: left;
  font-family: var(--product-grouped-addto-fontfamily);
  font-size: var(--product-grouped-addto-fontsize);
  margin-top: 6px;
  padding: 12px 24px;
  text-decoration: none;
}
.mobproddetails.grouped .add-to-basket .button:hover a, .mobproddetails.grouped .add-to-basket .button:hover, .mobproddetails.grouped .add-to-basket .button:hover button, .mobproddetails.grouped .add-to-basket button:hover, .mobproddetails .productlistingprice .submitbutton:hover {
  background-color: #ccc;
  color: #fff;
}

@media only screen and (max-width: 767px) {
	.mobproddetails.grouped .add-to-basket .submitbutton, .mobproddetails .productlistingprice .submitbutton {
		text-align: center;
		width: 100%;
	}
}
.mobproddetails.grouped .groupedproduct .productaccordion > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.mobproddetails.grouped .groupedproduct .accordion {
  position: relative;
}
.productaccordion::after {
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  content: "";
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
  transition: all 0.25s ease 0s;
  width: 12px;
}
.productaccordion.collapsed::after {
  content: "";
  transform: rotate(-45deg);
}

.grouped .backtoproducts {
  flex: 1 1 0;
}
.grouped .backtoproducts a {
  color: var(--product-grouped-backtoproducts-color);
  font-size: var(--product-grouped-backtoproducts-fontsize);
  font-weight: var(--product-grouped-backtoproducts-fontweight);
  text-decoration: none;
}
.short-description {
  color: var(--product-block-shortdescription-color);
  font-size: var(--product-block-shortdescription-size);
  font-weight: var(--product-block-shortdescription-weight);
}
.productblock .owl-nav {
  display: none;
}
.productinfotitle {
	background: var(--productinfotitle-fluidbg-color);
}
.productinfotitle .container{
	background: var(--productinfotitle-bg-color);
}
.productinfotitle h2 {
	color: var(--productinfotitle-h2-color);
	font-size: var(--productinfotitle-h2-size);
	font-weight: var(--productinfotitle-h2-weight);
	margin: var(--productinfotitle-h2-margin);
	text-transform: uppercase;
}
.alt-stock-info .card, .alt-stock-info .card-header {
  border: medium none;
  border-radius: 0;
}
.alt-stock-info .card-body {
	border-top: none;
	border-left:1px solid rgba(0, 0, 0, 0.125);
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.alt-stock-info .card-header.groupedprodheader {
  background-color:  var(--product-grouped-header-background);
  border: medium none;
}
.productblock .swatches {
  width: auto;
}
.swatches .groupedproduct {
  background-color: #ddd;
  border-radius: 8px;
  margin: 8px 12px;
  padding: 12px;
  width: 210px;
}
.colorsg-btn > span {
	border-radius: 8px;
	border: 1px solid #333 !important;
}

@media only screen and (min-width: 992px) {
	.colorsg-btn > span {
		filter: brightness(90%);
	}
}
.colorsg-btn > span:hover {
  filter: brightness(100%);
	transition: all 0.35s ease 0s;
}

@media only screen and (min-width: 992px) {
	.colorsgs-btn > span {
		filter: brightness(90%);
	}
}
.colorsgs-btn > span:hover {
  filter: brightness(100%);
	transition: all 0.35s ease 0s;
}
.colorsgs-btn > span {
  border-radius: 8px;
}

.colour-tabs {
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin: 12px 0 24px;
  overflow: hidden;
  padding: 0;
}
.productinfotabs {
	background: var(--productinfotabs-fluidbg-color);
}
.productinfotabs .container{
	background: var(--productinfotabs-bg-color);
}
.infotabs {
	border-bottom:var(--productinfotabs-bg-borderbotton);
	border-top:var(--productinfotabs-bg-bordertop);
	margin-left: auto;
	margin-right: auto;
	padding:var(--productinfotabs-bg-padding);
}
.infotabs > div {
	padding: 0;
}
.infotabs a {
	color: var(--productinfotabs-infotabs-color);
	font-size: var(--productinfotabs-infotabs-size);
	font-weight: var(--productinfotabs-infotabs-weight);
}
.productinfo {
	background-color: var(--productinfo-fluidbg-color);
	background-image: var(--productinfo-fluidbg-image);
	background-position: var(--productinfo-fluidbg-position);
	background-repeat: var(--productinfo-fluidbg-repeat);
}
.productinfo .container {
	background-color: var(--productinfo-bg-color);
	background-image: var(--productinfo-bg-image);
	background-position: var(--productinfo-bg-position);
	background-repeat: var(--productinfo-bg-repeat);
}
.producttabs > div {
  text-align: left;
  width: 100%;
}
.producttabs .bullet::before {
  content: "\a ";
  display: block;
}
.producttabs #downloads span, .producttabs .tab-pane.download span {
  float: left;
  margin-right: 12px;
}
.producttabs .tab-pane.download span.document {
	margin-left: 12px;
}

.producttabs #downloads > div, .producttabs .tab-pane.download > div {
  display: flex;
}
@media only screen and (min-width: 992px) {
	.infotabs .nav-item.text-center {
		width: 25%;
	}
}
@media only screen and (max-width: 991px) {
	.infotabs .nav-item.text-center {
		width: 25%;
	}
}
@media only screen and (max-width: 575px) {
	.infotabs .nav-item.text-center {
		width: 100%;
	}
}
.productinfotabs .nav-link.active, .productinfotabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.producttabs p {
  font-size: var(--productinfo-p-size);
  font-weight: var(--productinfo-p-weight);
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}
.producttabs .downloads {
  display: inline-block;
  max-width: calc(100% - 110px);
  overflow-wrap: break-word;
  padding-right: 8px;
}
.productblock .producttabs .download-button, .download-button:hover {
  background-color: #4c4c4c;
  color: #fff;
  float: right;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 4px 8px;
  text-align: right;
  text-decoration: none;
}
.producttabs a, .producttabs a:hover, .producttabs a:visited {
	font-size: var(--productinfo-a-size);
	font-weight: var(--productinfo-a-weight);
}
.producttabs h1 {
	font-size: var(--productinfo-h1-size);
	font-weight: var(--productinfo-h1-weight);
}
.producttabs h2 {
	font-size: var(--productinfo-h2-size);
	font-weight: var(--productinfo-h2-weight);
}
.producttabs h3 {
	font-size: var(--productinfo-h3-size);
	font-weight: var(--productinfo-h3-weight);
}
.producttabs h4 {
	font-size: var(--productinfo-h4-size);
	font-weight: var(--productinfo-h4-weight);
}
.producttabs h5 {
	font-size: var(--productinfo-h5-size);
	font-weight: var(--productinfo-h5-weight);
}
.producttabs h6 {
	font-size: var(--productinfo-h6-size);
	font-weight: var(--productinfo-h6-weight);
}
.nav-tabs .nav-item {
  background-color: #000000;
  border: medium none;
  border-radius: 0;
}
.nav-tabs .nav-item a {
  border: medium none;
  border-radius: 0;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.producttabs .tab-pane {
  background-color: #fff;
  min-height: var(--productinfotabs-minheight);
}
.productblock .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #000;
}
.productrecommended .card {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  margin-top: 2rem;
}
.productrecommended .card-footer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.productrecommended .title {
  background-color: #e3e3e5;
}
.productrecommended .title h4 {
  color: #666;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.product-recommended-product p {
  font-size: 1rem;
  font-weight: 600;
  padding: 4px;
}
.productrecommended .product-badge {
  right: 15px;
  width: 33%;
}
.productrecommended .product-badge img {
  height: auto;
  width: 100%;
}
.product-recommended-product.d-flex.h-100 {
  padding: 4px;
}
.product-recommended-product img {
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.product-recommended-product img:hover {
  border: 2px solid #999;
}
/* CMS Pages */
.cms .container {
  background: var(--cms-bg);
}
.cms {
  background: var(--cms-fluidbg);
	position: relative;
}
.cms .imageoverlay {
	color: var(--cms-overlay-color);
	position: absolute;
	top: 0;
}
.cms .imageoverlay h1 {
	color: var(--cms-overlay-color);
  font-size: 75px;
  font-weight: 600;
  line-height: 75px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
	.cms .imageoverlay h1 {
		font-size: 60px;
		line-height: 60px;
		max-width: calc(100% - 50px);
	}
}
@media only screen and (max-width: 767px) {
	.cms .imageoverlay h1 {
		font-size: 48px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 575px) {
	.cms .imageoverlay h1 {
		font-size: 24px;
		line-height: 24px;
	}
}
.cmsblocktitle {
	background: var(--cms-block-fluidbg);
	text-align: center;
}
.cmsblocktitle .container {
	background: var(--cms-block-bg);
	display: inline-block;
}
.cmsblocktitle h2 {
	color: var(--cms-block-title-color);
	font-size: var(--cms-block-title-size);
	font-weight: var(--cms-block-title-weight);
	line-height: 63px;
	margin-bottom: 36px;
	margin-top: 60px;
}
.cmsblock .content {
/*
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
*/
  padding: var(--cms-block-content-padding);
}
.cmsblock .content.bsif .red {
  padding: 48px 24px;
}
.cmsblock .content.bsif .red p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 1rem;
  max-width: 900px;
}
.cmsblock .content.bsif .logo {
  display: flex;
  float: right;
}
.cmsblock .content.bsif .logo > img {
  margin: auto;
}
@media only screen and (max-width: 768px) {
	.cmsblock .content.bsif .red {
		padding: 24px 12px;
	}
}
.cmsblock p {
	color: var(--cms-block-color);
	font-size: var(--cms-block-size);
	font-weight: var(--cms-block-weight);
	line-height: 21px;
}
.cms .header-img img {
  width: 100%;
}
.cmsblock .content.about-dark {
  overflow: hidden;
  padding: 0 0 0 30px;
}
.row.policyblocks {
  margin: 0 -30px;
}
.policyblocks .col {
  background-color: #c7c8ca;
  margin-bottom: 32px;
  padding-bottom: 16px;
  padding-top: 22px;
}
@media only screen and (max-width: 1200px) {
	.policyblocks .col {
		min-width: 33.333333%
	}
}
@media only screen and (max-width: 768px) {
	.policyblocks .col {
		min-width: 50%
	}
}
@media only screen and (max-width: 576px) {
	.policyblocks .col {
		min-width: 100%
	}
}
.policyblocks .col > p {
  color: #4c4c4c;
  font-size: 16px;
  margin: auto 0;
  padding: 0rem 0.25rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.policyblocks .col img {
  margin-bottom: 6px;
  margin-right: 6px;
}
/* CMS Signup Page */
.cms .site-signup img {
  display: flex;
  margin: 0 auto;
  padding: 5rem 0 1rem;
  text-align: center;
}
.cms .site-signup h1 {
  color: #4c4c4c;
  font-family: Vladivostok,sans-serif !important;
  font-size: 24px;
  padding: 0.5rem 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.cms .site-signup p {
  color: #000;
  font-family: "Montserrat",sans-serif !important;
  font-weight: 400;
  padding: 0 0 1.5rem;
  text-align: center;
}
.cms .site-signup label {
  padding-left: 16px;
}
.cms .site-signup input, .myaccount .site-login input{
	-moz-appearance: textfield;
  appearance: textfield;
  background-color: #ebebec;
  border: medium none;
  border-radius: 0;
  font-family: "Montserrat",sans-serif !important;
  font-size: 16px;
	padding-left: 16px;
}
.cms .site-signup button {
  background-color: #fff;
  border: 3px solid #bfbfbf;
  border-radius: 0;
  color: #000 !important;
  display: block;
  font-family: Vladivostok,sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 300px;
  padding: 12px 36px;
  text-align: center;
  text-transform: uppercase;
}


/* Basket */
.basket {
  background: var(--basket-fluidbg-color);
}
.basket .container{
  background: var(--basket-bg-color);
  padding-bottom: 24px;
}
.basket .cart {
  border: var(--basket-border);
}
.basket .card {
  border: 0 none;
  border-radius: 0;
}
.basket .card-header {
  background: var(--basket-pageheader-bg);
  border-bottom: var(--basket-pageheader-border);
  border-radius: 0;
  color: var(--basket-pageheader-color);
  font-size: var(--basket-pageheader-fontsize);
  font-weight: var(--basket-pageheader-fontweight);
  padding: 0.125rem 1.25rem;
  text-transform: uppercase;
}
.basket-products .basket-header {
  background-color: rgba(0, 0, 0, 0.05);
}
.basket .baskettitle {
  background-color: rgba(0, 0, 0, 0.05);
}
.basket .page-header {
  background: var(--cms-block-bg);
  color: var(--basket-pageheader-h1-color);
  font-family: Vladivostok;
  font-size: var(--basket-pageheader-size);
  font-weight: var(--basket-pageheader-weight);
  margin: 0;
}
.basket .basket-products {
  background-color: #e8e8e8;
}
.basket-products .cart-row-odd p, .basket-products .cart-row-even p {
  margin: 0.25rem 0;
}
.basket .card-footer {
  background-color: var(--basket-cardfooter-bg);
  border-top: var(--basket-cardfooter-border);
}
.basket .basket-thumb {
  overflow: hidden;
}
.basket .basket-thumb img, .orderreview .basket-thumb img  {
	height: auto;
	margin-bottom: 12px;
	object-fit: contain;
	width: 100%;
	max-height: 125px;
}
.basket-products > div {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.basket-products .sku {
  color: var(--basket-products-sku-color);
  font-size: var(--basket-products-sku-fontsize);
  font-weight: var(--basket-products-sku-fontweight);
}
.basket em {
  font-size: 0.9rem;
}
@media only screen and (max-width: 991px) {
	.basket .productListingTablePrice .form-group {
		margin: 0;
	}
}
.basket-products .form-group {
  margin-left: auto;
}
.productListingTablePrice .form-group {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.shipping > div {
  margin-bottom: 12px;
}
.subtotals {
  text-align: right;
}
@media only screen and (max-width: 767px) {
	.shippingouter {
		padding: 0;
	}
}
.basket .shipping {
  background:   var(--basket-shipping-bg);
  border:   var(--basket-shipping-border);
  border-radius:   var(--basket-shipping-borderradius);
  min-height: 218px;
  padding: 0.5rem 1rem;
}
.checkout-borderbox .form-group.field-cart-porderref {
  margin: 0;
}
.basket .shipping h4 {
	color: var(--basket-shipping-h4-color);
	font-size: var(--basket-shipping-h4-size);
	font-weight: var(--basket-shipping-h4-weight); 
}
.basket .shipping p {
  color: var(--basket-shipping-p-color);
  font-size: var(--basket-shipping-p-size);
  font-weight: var(--basket-shipping-p-weight);
}
.basket .shipping input {
  border-radius: 8px;
  color:  var(--basket-shipping-input-color);
  font-size:  var(--basket-shipping-input-size);
  font-weight:  var(--basket-shipping-input-weight);
}
.basket .shipping select {
	color: var(--basket-shipping-select-color);
	font-size: var(--basket-shipping-select-size);
	font-weight: var(--basket-shipping-select-weight); 
}
.basket .subtotals {
  background: var(--basket-subtotals-bg);
  border: var(--basket-subtotals-border);
  border-radius: var(--basket-subtotals-borderradius);
  padding: 0.5rem 1rem 0;
}
.basket .subtotals .row {
  border-bottom: 2px solid #fff;
  margin: 0;
}
.basket .subtotals .row.lastrow {
  background-color: #4c4c4c;
  border-bottom: 0px solid #4c4c4c;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.basket .subtotals p {
  color:  var(--basket-subtotals-color);
  font-size:  var(--basket-subtotals-size);
  font-weight:  var(--basket-subtotals-weight);
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.basket .subtotals .heading {
  text-align: left;
}
.basket .subtotals .smalltext {
	color: var(--basket-smalltext-color);
	font-size: var(--basket-smalltext-size);
	font-weight: var(--basket-smalltext-weight);
	font-style: italic;
}
.basket .subtotals .grand-total p{
	color: var(--basket-grandtotal-color);
	font-size: var(--basket-grandtotal-size);
	font-weight: var(--basket-grandtotal-weight); 
}
.basket .discountcode {
  background: var(--basket-discountcode-bg);
  border: var(--basket-discountcode-border);
  border-radius: var(--basket-discountcode-borderradius);
  padding: 0.5rem 1rem 1rem;
}
.basket .discountcode h4 {
  color:var(--basket-discountcode-h4-fontcolor);
  font-size: var(--basket-discountcode-h4-fontsize);
  font-weight: var(--basket-discountcode-h4-fontweight);
}
.basket .discountcode .form-control {
  background-color: #e8e8e8;
  border: medium none;
  border-radius: 8px;
  height: calc(1.5em + 0.75rem + 10px);
  width: calc(100% - 110px);
}
@media only screen and (max-width: 767px) {
	.basket .cart .discountcode .form-control {
		width: 100%;
	}
	.basket .cart .discountcode .btn{
		float: none;
		margin: 0 auto;
	}
}
.basket .discountcode .btn {
  background-color: var(--basket-discountcode-button-bg);
  border:  var(--basket-discountcode-button-border);
  border-radius:  var(--basket-discountcode-border-button-radius);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color:  var(--basket-discountcode-button-color);
  display: block;
  float: right;
  font-family:  var(--basket-discountcode-button-fontfamily);
  font-size:  var(--basket-discountcode-button-fontsize);
  font-weight:  var(--basket-discountcode-button-fontweight);
  margin: 12px auto 0;
  padding: 0.375rem 1.25rem;
}
.basket .discountcode .btn:focus {
	box-shadow: none;
}
.deliverytype span {
  margin-top: 3px;
}
#basket button.delivery {
  background: var(--basket-delivery-button-bg);
  border-radius: var(--basket-delivery-button-radius);
  color: var(--basket-delivery-button-color);
  font-size: var(--basket-delivery-button-size);
  font-weight: var(--basket-delivery-button-weight);
}
#basket button.update {
  background:   var(--basket-update-button-bg);
  border:   var(--basket-update-button-border);
  border-radius:   var(--basket-checkout-button-radius);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color:   var(--basket-checkout-button-color);
  font-family:   var(--basket-checkout-button-fontfamily);
  font-size:   var(--basket-checkout-button-size);
  font-weight:   var(--basket-checkout-button-weight);
  letter-spacing: 2px;
  padding: 12px 24px;
}
#basket button.checkout {
  background:  var(--basket-checkout-button-bg);
  border:  var(--basket-checkout-button-border);
  border-radius:  var(--basket-checkout-button-radius);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color:  var(--basket-checkout-button-color);
  font-family:  var(--basket-checkout-button-fontfamily);
  font-size:  var(--basket-checkout-button-size);
  font-weight:  var(--basket-checkout-button-weight);
  letter-spacing: 2px;
  padding: 12px 24px;
}
#basket button.delivery:focus, #basket button.delivery:hover, #basket button.delivery:active {
	background-color: #ccc;
	border: var(--basket-delivery-button-border);
	box-shadow: var(--basket-delivery-button-shadow);
  color: #fff;
}
#basket button.update:focus, #basket button.update:hover, #basket button.update:active {
	background-color: #ccc;
  border:  var(--basket-update-button-border);
  box-shadow:  var(--basket-update-button-shadow);
  color: #fff;
}
#basket button.checkout:focus, #basket button.checkout:hover, #basket button.checkout:active {
	background-color: #ccc;
	border: var(--basket-checkout-button-border);
	box-shadow: var(--basket-checkout-button-shadow);
  color: #fff;
}
.container-fluid.cartlogin {
  background: var(--cartlogin-bgfluid-color);
}
.container-fluid.cartlogin .container {
  background: var(--cartlogin-bg-color);
}
.cartlogin .login-box, .cartlogin .loginbox{
	background: var(--cartlogin-loginbox-bg);
	border: var(--cartlogin-loginbox-border);
	border-radius: var(--cartlogin-loginbox-borderradius);
	margin-bottom: 12px;
	padding: 12px 12px 6px;
	text-align: center;
}
.cartlogin .login-box{
	cursor:pointer;
}
.cartlogin .login-box h2, .cartlogin .loginbox h2 {
	color: var(--cartlogin-h2-color);
	font-size: var(--cartlogin-h2-size);
	font-weight: var(--cartlogin-h2-weight);
}
.cartlogin .login-box p, .cartlogin .loginbox p {
	color: var(--cartlogin-color);
	font-size: var(--cartlogin-size);
	font-weight: var(--cartlogin-weight);
}
#login-form .modal-footer .button {
  color: #fff;
}
.site-signup {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* Checkout */
.container-fluid.checkoutheader {
  background: var(--checkoutheader-bgfluid-color);
}
.container-fluid.checkoutheader .container {
  background: var(--checkoutheader-bg-color);
}
.checkoutheader .checkoutheaderbg {
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.checkoutheader .page-header {
  background:  none;
  color: var(--checkoutheader-pageheader-h1-color);
  font-family: Vladivostok;
  font-size: var(--checkoutheader-pageheader-size);
  font-weight: var(--checkoutheader-pageheader-weight);
  margin: 0;
}
.checkoutheader .progressbar {
  background-image: url("../images/progressbar.png");
  background-position: 82px 14px;
  background-repeat: no-repeat;
  background-size: 50% 4px;
  display: flex;
}
.checkoutheader .stage {
  width: 145px;
}
.checkoutheader .stage > p {
  font-size: var(--checkout-stage-fontsize);
  font-weight: var(--checkout-stage-fontweight);
	margin-top: 8px;
  text-transform: uppercase;
}
.checkoutstage {
  background-color: var(--checkout-stage-box-bg);
  border: var(--checkout-stage-box-border);
  height: 30px;
  margin: 0 auto;
  width: 30px;
}
.active .checkoutstage {
  background-color: var(--checkout-stage-box-bg-active);
  border: var(--checkout-stage-box-border-active);
}
.checkoutstage > p {
  color: var(--checkout-stage-box-fontcolor);
  font-size: var(--checkout-stage-box-fontsize);
  font-weight: var(--checkout-stage-box-fontweight);
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  top: calc(50% - 13px);
}
.stage.active .checkoutstage p {
  color: var(--checkout-stage-box-fontcolor-active);
}
.stage.active .checkoutstage p {
  color: var(--checkout-stage-box-fontcolor-active);
}
.container-fluid.checkout {
  background: var(--checkout-bgfluid-color);
}
.container-fluid.checkout .container {
  background: var(--checkout-bg-color);
}
.checkout .checkout-borderbox {
  border: 3px solid #aaa;
	padding: 0.5rem 1rem 1rem;
}
@media only screen and (min-width: 992px) {
	.checkout .checkout-borderbox.first {
		border-bottom: medium none;
	}
	.checkout .checkout-borderbox.second {
		border-bottom: medium none;
		border-top: medium none;
	}
	.checkout .checkout-borderbox.third {
		border-top: medium none;
	}
}
@media only screen and (max-width: 991px) {
	.checkout .checkout-borderbox.second {
		border: medium none;
		padding: 0.75rem 0;
	}
}
.checkout .checkout-borderbox h4 {
  color: var(--checkout-borderbox-h4-fontcolor);
  font-size: var(--checkout-borderbox-h4-fontsize);
  font-weight: var(--checkout-borderbox-h4-fontweight);
}
.checkout .checkout-borderbox .form-control {
  background-color: #e8e8e8;
  border: medium none;
  border-radius: 0;
  height: calc(1.5em + 0.75rem + 10px);
}
.checkout  button.checkout:focus, .checkout  button.checkout:active, .checkout  button.checkout:hover, .checkout  button.add-address:focus, .checkout  button.add-address:active, .checkout  button.add-address:hover {
	background-color: #ccc;
  border: var(--checkout-button-border);
  box-shadow: var(--checkout-button-shadow);
  color: #fff;
}
.checkout button.checkout, .checkout button.add-address {
  background:  var(--checkout-button-bg);
  border:  var(--checkout-button-border);
  border-radius:  var(--checkout-button-radius);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  color:  var(--checkout-button-color);
  font-family:  var(--checkout-button-fontfamily);
  font-size:  var(--checkout-button-size);
  font-weight:  var(--checkout-button-weight);
  letter-spacing: 2px;
  padding: 12px 24px;
}
.checkout-borderbox .checkout-address p {
  margin: 0.5rem 0;
}
.checkout .shipping .btn {
  background-color: var(--checkout-upload-button-bg);
  border: var(--checkout-upload-button-border);
  border-radius: var(--checkout-upload-border-button-radius);
  color: var(--checkout-upload-button-color);
  display: block;
  float: right;
  font-family: var(--checkout-upload-button-fontfamily);
  font-size: var(--checkout-upload-button-fontsize);
  font-weight: var(--checkout-upload-button-fontweight);
  margin: 12px auto 0;
  padding: 0.375rem 1.25rem;
}
.checkout .checkout-borderbox .orderreview {
  border: medium none;
  border-radius: 0;
}
.checkout .checkout-borderbox .orderreview .card-header {
  background-color: #333;
  border: medium none;
  padding: 0.25rem 0.75rem;
}
.checkout .checkout-borderbox .orderreview .card-header p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.checkout .checkout-borderbox .orderreview .card-header p span {
  font-size: 14px;
}
.checkout .checkout-borderbox .orderreview .card-body {
  background-color: #e8e8e8;
  padding: 0 1.25rem;
}
.checkout .checkout-borderbox .orderreview .card-body p {
  font-size: 15px;
  font-weight: 600;
}
.checkout .checkout-borderbox .orderreview .card-body .sku{
  color: #e72b29;
}
.checkout .orderreviewdetails p {
  margin-bottom: 0.1rem;
}
.checkout .orderreviewdetails .change {
  float: right;
}
.checkout .orderreviewdetails .change > a {
  color: var(--checkout-orderreviewdetails-change-color);
  font-style: var(--checkout-orderreviewdetails-change-fontstyle);
  font-weight: var(--checkout-orderreviewdetails-change-fontweight);
  margin-right: 24px;
}
.checkout .checkout-borderbox-red {
  background: var(--checkout-shipping-bg);
  border: var(--checkout-shipping-border);
  border-radius: var(--checkout-shipping-borderradius);
  padding: 0.5rem 1rem;
}
.checkout .checkout-borderbox-red h4 {
  color: var(--checkout-borderbox-h4-fontcolor);
  font-size: var(--checkout-borderbox-h4-fontsize);
  font-weight: var(--checkout-borderbox-h4-fontweight);
}
.checkout .checkout-borderbox-red .btn {
  background-color: var(--checkout-upload-button-bg);
  border: var(--checkout-upload-button-border);
  border-radius: var(--checkout-upload-border-button-radius);
  color: var(--checkout-upload-button-color);
  display: block;
  float: right;
  font-family: var(--checkout-upload-button-fontfamily);
  font-size: var(--checkout-upload-button-fontsize);
  font-weight: var(--checkout-upload-button-fontweight);
  margin: 12px auto 0;
  padding: 0.375rem 1.25rem;
}
.checkout .checkout-borderbox-red .form-control {
  background-color: var(--checkout-borderboxred-input-bg);
  border: medium none;
  border-radius: 0;
  height: calc(1.5em + 0.75rem + 10px);
}
.checkout .checkout-borderbox-red p {
  font-size: var(--checkout-borderboxred-fontsize);
  font-weight: var(--checkout-borderboxred-fontweight);
  margin: 0.5rem 0;
}
.checkout .checkout-borderbox-red a {
  font-weight: var(--checkout-borderboxred-a-fontweight);
}
.checkout .checkoutbuttons a {
  display: inline-flex;
  font-weight: 600;
  padding-top: 12px;
}
.checkout .product-badge {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.checkout .product-badge img {
  float: right;
  width: 33%;
}
.checkout .orderreview .subtotals {
  background: var(--checkout-orderreview-subtotals-bg);
  border: var(--checkout-orderreview-subtotals-border);
  border-radius: var(--checkout-orderreview-subtotals-borderradius);
  padding: 0 1rem;
}
.checkout .orderreview .subtotals p {
  margin: 0.25rem;
}
.checkout .orderreview .subtotals .row {
  border-bottom: var(--checkout-orderreview-subtotals-row-border);
  margin: 0;
}
@media only screen and (max-width: 991px) {
	.checkout .orderreview .subtotals .row.firstrow {
		border-top: var(--checkout-orderreview-subtotals-firstrow-border);
	}
	.checkout .orderreview .subtotals .heading {
		text-align: left;
	}
}
.checkout .orderreview .subtotals .row.lastrow {
  background-color: var(--checkout-orderreview-subtotals-lastrow-bg);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.checkout .orderreview .subtotals .grand-total p {
  color: var(--checkout-orderreview-grandtotal-color);
  font-size: var(--checkout-orderreview-grandtotal-size);
  font-weight: var(--checkout-orderreview-grandtotal-weight);
}
.checkout .orderreview .subtotals .specialprice {
  margin-top: 0;
}
.checkout .orderreview .subtotals .specialprice p, .checkout .orderreview .subtotals p .specialprice {
  font-size: var(--checkout-orderreview-specialprice-fontsize);
  font-style: var(--checkout-orderreview-specialprice-fontstyle);
  line-height: 13px;
}
.checkout .orderreviewdetails .detailsspacer {
  border-top: var(--checkout-orderreview-detailsspacer-bordertop);
  margin-bottom: 12px;
  width: 100%;
}
.checkout .checkout-container .checkbox .custom-control-label::before {
  background: rgba(0, 0, 0, 0);
  border: none;
}
.checkout-container .card-header {
	background: var(--checkout-header-background);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0.75rem 1.25rem;
}
.checkout-container .card-footer {
	background: var(--checkout-header-background);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0.75rem 1.25rem;
}
.checkout-container .card-header p {
  color: var(--checkout-header-color);
  font-size: var(--checkout-header-size);
  font-weight: var(--checkout-header-weight);
	margin: 0;
}
#checkout-delivery .not-set {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: none;
  height: auto;
  margin: auto;
  width: auto;
}
.cartline .thumbnail-image {
  height: auto;
  margin-bottom: 12px;
  max-width: 150px;
  object-fit: cover;
  width: 100%;
}
.checkout .checkout-container .checkbox label, .checkout .checkout-container .payment-method label {
  color: var(--checkout-body-color);;
}
.checkout-container .card-body .gridheader p {
  color: var(--checkout-gridheader-color);
  font-size: var(--checkout-gridheader-size);
  font-weight: var(--checkout-gridheader-weight);
	margin: 0;
}
.checkout-container .card-body p, .checkout-container .card-body label, .checkout-container .card-body label a {
  color: var(--checkout-body-color);
  font-size: var(--checkout-body-size);
  font-weight: var(--checkout-body-weight);
	margin: 0;
}
.checkout-container .card-body label a{
  text-decoration: underline;
}
.cartline {
  border-bottom: var(--checkout-cartline-border);
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.checkout .subtotals {
  background: var(--checkout-subtotals-bg);
  border: var(--checkout-subtotals-border);
  border-radius: var(--checkout-subtotals-borderradius);
  padding: 0.5rem 1rem;
}
.checkout .subtotals .grand-total p {
	color: var(--checkout-grandtotal-color);
	font-size: var(--checkout-grandtotal-size);
	font-weight: var(--checkout-grandtotal-weight);
}
.checkout .subtotals p {
  color: var(--checkout-subtotals-color);
  font-size: var(--checkout-subtotals-size);
  font-weight: var(--checkout-subtotals-weight);
  margin-bottom: 0.75rem;
}
.checkout-container button.update {
  background: var(--cart-update-button-bg);
  border-radius: var(--cart-update-button-radius);
  color: var(--cart-update-button-color);
  font-size: var(--cart-update-button-size);
  font-weight: var(--cart-update-button-weight);
}
.checkout-container button.checkout {
  background: var(--cart-checkout-button-bg);
  border-radius: var(--cart-checkout-button-radius);
  color: var(--cart-checkout-button-color);
  font-size: var(--cart-checkout-button-size);
  font-weight: var(--cart-checkout-button-weight);
}
.checkout-container button.update:focus {
	border: var(--cart-update-button-border);
	box-shadow: var(--cart-update-button-shadow);
}
.checkout-container button.checkout:focus {
	border: var(--cart-checkout-button-border);
	box-shadow: var(--cart-checkout-button-shadow);
}
.checkout .modal-body .modal-header{
	display:none;
}
.checkout .modal-dialog .modal-dialog {
  margin: 0 auto;
}
.checkout .modal-body .modal-header, .checkout .modal-body .modal-content, .checkout .modal-body .modal-footer, .checkout .modal-body .modal-body {
  border: medium none;
}
.emptycart {
  background: var(--emptycart-fluidbg-color);
}
.emptycart .container {
  background: var(--emptycart-bg-color);
}
.emptycart h2 {
  color: var(--emptycart-h2-color);
	font-family: Vladivostok,sans-serif;
	font-size: var(--emptycart-h2-size);
  font-weight: var(--emptycart-h2-weight);
	line-height: 1.2;
  margin: var(--emptycart-h2-margin);
	text-align: var(--emptycart-h2-align);
}
.container-fluid.passwordreset {
  background: var(--passwordreset-bgfluid-color);
}
.container-fluid.passwordreset .container {
  background: var(--passwordreset-bg-color);
}
.container-fluid.passwordreset h1{
	color: var(--passwordreset-h1-color);
	font-size: var(--passwordreset-h1-size);
	font-weight: var(--passwordreset-h1-weight);
}
.container-fluid.passwordreset p{
	color: var(--passwordreset-p-color);
	font-size: var(--passwordreset-p-size);
	font-weight: var(--passwordreset-p-weight);
}
/*News / blog */
.newscategories {
	background: var(--newscategories-fluidbg-color);
}
.newscategories .container {
	background: var(--newscategories-bg-color);
}
.newscategories h2 {
  padding-top: 12px;
}
.newscategories h2, .newscategories button{
	font-size: var(--newscategories-title-color);
	font-size: var(--newscategories-title-size);
	font-weight:var(--newscategories-title-weight);	
}
.newscategories .dropdown > div {
  border-bottom: 1px solid #000;
}
.newscategories button {
  border: medium none;
  margin: 0 0.255rem;
  padding: 0;
  vertical-align: 0;
}
.newscategories li {
  color: var(--newscategories-dropdown-color);
  font-size: var(--newscategories-dropdown-size);
  font-weight: var(--newscategories-dropdown-weight);
  padding: 6px 18px;
  white-space: nowrap;
}
#default .newscategories .dropdown-menu[style] {
  left: auto !important;
  right: 0 !important;
}
.newscategories .btn:focus, .newscategories .btn.focus {
  box-shadow: none;
  outline: 0 none;
}
.newslist {
	background: var(--newslist-fluidbg-color);
}
.newslist .container {
	background: var(--newslist-bg-color);
}
.newslist .card {
  background-color: var(--newslist-card-background);
  border: var(--newslist-card-border);
}
.newslist h3 a, .newslist h3 {
  color:   var(--newslist-h3-color);
  font-size:   var(--newslist-h3-size);
  font-weight:   var(--newslist-h3-weight);
  line-height: 24px;
  text-transform: uppercase;
}
.newslist h3{
	margin-bottom: 0.25rem;
}
.newslist p {
	color: var(--newslist-p-color);
	font-size: var(--newslist-p-size);
	font-weight: var(--newslist-p-weight);
	margin-bottom: 1rem;
}
.newslist p.red {
  color: #e72b29;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.newslist .readmore, .newslist .readmore:hover {
  border: 3px solid #bfbfbf;
  color: var(--newslist-p-color);
  font-size: var(--newslist-p-size);
  font-weight: 600;
  margin: 0 auto 1rem;
  min-width: 160px;
  padding: 8px 12px;
  text-align: center;
	text-decoration: none;
  text-transform: uppercase;
	transition: all 0.35s ease 0s;
  width: 180px;
}
.newslist .readmore:hover {
  background: #e52c27 none repeat scroll 0 0;
  border-color: #d51c17;
  color: #fff;
}
.newslist .card-body {
  background-color: #fff;
  padding-bottom: 0.5rem;
}
.news {
	background: var(--news-fluidbg-color);
}
.news .container {
	background: var(--news-bg-color);
}
.news h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0.5rem 0 1.5rem;
  text-transform: uppercase;
}
.news .red, .news .red a {
  color: #e72b29;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 1rem 0 0;
}
.news .sidebar-meta {
  background-color:var(--news-sidebar-background);
  padding: 24px 36px;
}

.news .sidebar .button {
  border: 3px solid #bfbfbf;
  color:  var(--newslist-p-color);
  font-size:  var(--newslist-p-size);
  font-weight: 600;
  margin: 0 auto 1rem;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  width: 100%;
}
.news .sidebar .button:hover, .news .sidebar .button a:hover {
  background: #e52c27 none repeat scroll 0 0;
  border-color: #d51c17;
  color: #fff;
  text-decoration: none;
}
.news .sidebar-meta h4 {
  color: var(--news-sidebar-h4-color);
  font-size: var(--news-sidebar-h4-size);
  font-weight: var(--news-sidebar-h4-weight);
}
.news .sidebar-meta p, .news .sidebar-meta li{
  color: var(--news-sidebar-base-color);
  font-size: var(--news-sidebar-base-size);
  font-weight: var(--news-sidebar-base-weight);
	margin: 4px 0;
}
.news .sidebar-meta ul,.news .sidebar-meta p,.news .sidebar-meta .icons {
  list-style: outside none none;
  padding-left: 15px;
}
.news .icons i {
  font-size: 24px;
}
.news .sidebar-meta .icons a {
  color: var(--news-sidebar-icon-color);
  cursor: pointer;
  transition: color 0.5s ease 0s;
}
.news .sidebar-meta .icons a:hover {
	color: var(--news-sidebar-icon-hover);
}
.news .icons img {
  height: auto;
  width: 50px;
}
.news .bloglist > h3 {
  font-family:  'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.news .bloglist .bloglist-posts .items {
  background-color: #f4f4f4;
  margin: 0 0 24px;
  padding: 12px;
}
.news .bloglist .bloglist-posts .items h4 {
  color: #4c4c4c;
  font-family:  'Montserrat', sans-serif;
  font-size: 16px;
}
.sidebar-categories {
  background-color:var(--news-sidebar-cats-background);
  padding: 24px 36px;
}
.news .sidebar-categories h3 {
  color: var(--news-sidebar-cats-h3-color);
  font-size: var(--news-sidebar-cats-h3-size);
  font-weight: var(--news-sidebar-cats-h3-weight);
}
.news .sidebar-categories li{
  color: var(--news-sidebar-cats-base-color);
  font-size: var(--news-sidebar-cats-base-size);
  font-weight: var(--news-sidebar-cats-base-weight);
	margin: 4px 0;
}
.news .sidebar-categories ul {
  list-style: outside none none;
  padding-left: 15px;
}
.news .socialsharing {
  margin: 0 15px 12px;
  padding: 12px 0;
  width: calc(100% - 30px);
}
.newslist .card-header {
  background-color: #ee3b33;
  border: medium none;
  min-height: 75px;
}
/* Contact Pages */
.contact {
	background-color: var(--contact-fluid-bg);
}
.contact .container {
	background-color: var(--contact-bg);
}
.contact.title .container {
  background:  var(--cms-block-bg);
}
.contact.dark .container {
  background-color: #4c4c4c;
}
.contact h2 {
  color: #4c4c4c;
  font-family: "Vladivostok";
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  padding: 0;
}
.contact.dark h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 6px 0 8px;
}
.contact-form h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.contact.dark p{
  font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}
.contact.dark p, .contact.dark a, .contact.dark a:hover, .contact.dark a:visited, .contact.dark h2, .contact.dark h3, .contact.dark h4{
  font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.contact .contact-form .form-group input, .contact .contact-form textarea {
  background-color: #ebebec;
  border: medium none;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
}
.contact .red{
  font-family: 'Montserrat', sans-serif;
/*
	color: #e72b29;
*/
}
.contact label {
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.privicypolicyspan {
  color: #18469c;
  cursor: pointer;
}
.contact .form-control, .contact .form-control::placeholder {
  color: #000;
  font-weight: 500;
  height: auto;
  padding: 12px 10px;
}
#default .contact .contact-form .submit .btn.btn-danger {
  background-color: #fff;
  border: 3px solid #bfbfbf;
  border-radius: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 36px;
  transition: all 0.35s ease 0s;
}
#default .contact .contact-form .submit .btn.btn-danger:hover, #default .contact .contact-form .submit .btn.btn-danger:focus {
  background-color: #e72b29;
  border-color: #d61b17;
  color: #fff;
}
/* Catalogue Downloads Page */
.cataloguedownloads .catalogue {
  margin: 0;
  padding: 24px 8px 0;
}
.cmsblock .content.cataloguedownloads {
  padding: 15px 45px;
}
.cataloguedownloads img {
  height: auto;
  margin-bottom: 24px;
  max-width: 100%;
  transition: all 0.4s ease 0s;
}
.cataloguedownloads .catalogue > p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.cmsblocktitle h1 {
  color: #4c4c4c;
  font-family: Vladivostok, sans-serif;
  font-size: 24px;
  margin: 24px 0 24px 40px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.cmsblock h2 {
  color: #000000;
  font-family: Vladivostok, sans-serif;
  font-size: 24px;
}
.cmsblock h3 {
  color: #000000;
  font-family: Vladivostok, sans-serif;
  font-size: 24px;
}
.cmsblock h4 {
  color: #000000;
  font-family: "Montserrat",sans-serif;
  font-size: 21px;
  font-weight: 600;
}
.cmsblock h5 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.cmsblock .cataloguedownloads .catalogoverlay {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.cmsblock .cataloguedownloads .imgbg {
  position: relative;
}
.cmsblock .cataloguedownloads .imgbg:hover .catalogoverlay {
  height: 100%;
  width: 100%;
  z-index: 100;
}
.cmsblock .cataloguedownloads .imgbg:hover img {
  filter: opacity(50%);
}
.cmsblock .cataloguedownloads .catalogue .catalogoverlay img, .cmsblock .cataloguedownloads .catalogue .catalogoverlay a {
  box-shadow: none;
  margin: 0 6px;
  filter: opacity(100%);
  z-index: 300;
}
.content.about-dark p {
  color: #fff;
  padding-right: 30px;
}
.content.about-dark a, .content.about-dark a:hover, .content.about-dark a:visited {
  color: #fff;
	text-decoration: underline;
}

@media only screen and (min-width: 992px) {
	.fixed-col {
		min-height: 500px;
		position: relative;
		width: 450px;
	}
	.cmsblock .about-dragon {
		bottom: 0;
		display: flex;
		margin: 24px auto 0;
		position: absolute;
		right: calc(50% - 141px);
		text-align: center;
	}
}
@media only screen and (max-width: 991px) {
	.fixed-col{
		width: 100%;
	}
}
.cmsblock .button {
  border: 3px solid #aaa;
  display: flex;
  margin: 16px auto 0;
  width: 200px;
}
.cmsblock .button a {
  color: #4e4e4e;
  font-family: Vladivostok;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s linear 0s;
  width: 100%;
}
.cmsblock .button a:hover {
  background-color: #18469c;
  color: #fff;
  text-decoration: none;
}
.cmsblock .about-dragon {
  display: flex;
  margin: 24px auto 0;
  text-align: center;
}
.cmsblock .red{
	color: #e72b29;
}

/* Datasheets Page */
.datasheets h3 {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin: 2.4rem 0 1.5rem;
}
.datasheets p {
  font-weight: 600;
}
.datasheets a.red{
  color: #e72b29;
  font-family: "Montserrat",sans-serif;
}

.datasheets #accordion .card-header {
  background-color: #4c4c4c;
  border: none;
  border-radius: 0;
}
.datasheets h5 a {
  color: #fff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 24px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.datasheets .card-body.products {
  background-color: #c7c8ca;
}
.datasheets .card-body.products a {
  color: #000;
  display: flex;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2rem;
  width: 100%;
}
.downloads {
  background-image: url("../images/downloads.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 12px;
  width: 100%;
}
.datasheets .documents .card, .datasheets .documents .card-body, .datasheets .documents .card-footer {
  border: medium none;
  border-radius: 0;
}
.datasheets .imagecontainer {
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.datasheets .imagecontainer .image {
  border: none;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.datasheets .imagecontainer .image img {
  margin: 0 auto;
  object-fit: contain;
}
.datasheets .documents a:hover {
  text-decoration: none;
}
.datasheets .documents .card.downloadsbg {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0;
  padding: 0 10px;
  position: relative;
}
.datasheets .documents .downloadsbg:hover .downloadsoverlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
	transition: background-color 0.25s ease;
  width: 100%;
  z-index: 100;
}
.downloadsoverlay {
	background-color: rgba(0, 0, 0, 0);
	height: 0;
  left: 0;
	overflow: hidden;
  position: absolute;
  top: 0;
	transition: background-color 0.25s ease;
  width: 0%;
  z-index: 0;
}
.downloadsoverlay > a {
  height: 100%;
  width: 100%;
}
.datasheets .card-body.products img {
  margin: auto;
}
.datasheets .documents .card-body, .datasheets .documents .card-footer {
  background-color: #4c4c4c;
  border: medium none;
  border-radius: 0;
  min-height: 65px;
  overflow: hidden;
  position: relative;
}
.datasheets .productname p {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  margin: 0.25rem 2px;
}
.datasheets .productname .red {
  color: #c4c4c4;
}

/* Customer Account Pages */
.myaccount .container {
	background-color: #fff;
}
.myaccount .container .list-group a, .myaccount .container .list-group span, .myaccount .card, .myaccount .card-header:first-child {
  border-radius: 0;
}
.myaccount select {
  min-width: 75px !important;
}
.account-block {
	margin-bottom: 18px;
}
.myaccount h1 {
	color: var(--account-base-h1-color);
	font-size: var(--account-base-h1-size);
	font-weight: var(--account-base-h1-weight);
}
.myaccount h2 {
	color: var(--account-base-h2-colo);
	font-size: var(--account-base-h2-size);
	font-weight: var(--account-base-h2-weight);
}
.myaccount h3 {
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 8px 0 16px;
}
.myaccount p {
	color: var(--account-base-p-color);
	font-size: var(--account-base-p-size);
	font-weight: var(--account-base-p-weight);
}
.myaccount a, .myaccount a:hover, .myaccount a:visited, .myaccount a:focus {
	color: var(--account-base-a-color);
	font-size: var(--account-base-a-size);
	font-weight: var(--account-base-a-weight);
}
.myaccount .account-block a, .myaccount .account-block a:hover, .myaccount .account-block a:visited, .myaccount .account-block a:focus {
  font-style: italic;
}
.myaccount .btn-success, .myaccount .btn-success:hover, .myaccount .btn-success:visited, .myaccount .btn-success:focus {
	background-color: var(--account-base-button-bg-color);
	border-color: var(--account-base-button-border-color);
	color: var(--account-base-button-color);
	font-size: var(--account-base-button-size);
	font-weight: var(--account-base-button-weight);
}
.myaccount h2 a, .myaccount h2 a:hover, .myaccount h2 a:visited, .myaccount h2 a:focus {
	color: var(--account-base-h2-link-color);
	font-size: var(--account-base-h2-link-size);
	font-weight: var(--account-base-h2-link-weight);
	text-decoration: underline;
}
.myaccount .account-block .tablebox {
	border: var(--account-tablebox-border);
	border-radius: var(--account-tablebox-borderadius);
	margin-bottom: 16px;
	overflow: hidden;
}
.myaccount .account-block table {
	border: medium none;
	margin-bottom: 0px;
}
.myaccount .tablebox .row:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.myaccount .tablebox .row:not(:first-child) {
	border-top: 1px solid #ccc;
}
.myaccount .tablebox .img-fluid {
  max-height: 100px;
  object-fit: contain;
}
.tablebox div a i {
  margin: 0 12px 0 0;
}
.myaccount .icons {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 575px) {
	.myaccount .account-address .submitbutton.btn.btn-success {
		margin-bottom: 12px;
		width: 100%;
	}
}
.myaccount  .form-control:disabled, .myaccount  .form-control[readonly] {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 1;
}
.myaccount .account-address label {
  color: #000;
  font-weight: 500;
  padding-left: 12px;
}
.myaccount .myaccount-view .account-block .account-address .form-control, .myaccount .myaccount-view .account-block .account-address .form-control:focus, .myaccount .edit-addresses .account-block .account-address .form-control, .myaccount .edit-addresses .account-block .account-address .form-control:focus {
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #e3e3e4;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
}
.myaccount .account-block .tablebox {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 500;
}
.myaccount tbody > tr > td:last-child {
  white-space: nowrap;
}
.myaccount tbody > tr > td i {
  cursor: pointer;
}
.myaccount td .fa, .myaccount .tablebox .fa {
  font-size: var(--account-icon-size);
  padding-right: 12px;
}
.myaccount td .fa.fa-eye, .myaccount .tablebox .fa.fa-eye {
 color: var(--account-icon-eye-color);
}
.myaccount td .fa.fa-file-pdf, .myaccount .tablebox .fa.fa-file-pdf {
 color: var(--account-icon-pdf-color);
}
.myaccount td .fa.fa-question-circle, .myaccount .tablebox .fa.fa-question-circle {
 color: var(--account-icon-question-color);
}
.myaccount td .fa.fa-pencil-alt, .myaccount .tablebox .fa.fa-pencil-alt {
 color: var(--account-icon-pencil-color);
}

/* Account Sidebar */
.myaccount .sidebarbg {
  background-color: #c7c8ca;
/*  background-image: url("../images/sidebar-bg.jpg"); */
  display: flex;
  flex-direction: column;
}
#sidemenu a, #sidemenu a:hover, #sidemenu a:visited, #sidemenu a:focus,
#sidemenu span, #sidemenu span:hover, #sidemenu span:visited, #sidemenu span:focus {
	color: var(--account-sidemenu-a-color);
	font-size: var(--account-sidemenu-a-size);
	font-weight: var(--account-sidemenu-a-weight);
}
#sidemenu .list-group a, #sidemenu .list-group span {
  background-color:  var(--account-sidemenu-background);
  font-family: Montserrat,sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
#sidemenu .list-group > a, #sidemenu .list-group > span {
	background-color: var(--account-sidemenu-background);
}
#sidemenu .list-group .submenu a, #sidemenu .list-group .submenu span {
	background-color: var(--account-sidemenu-submenu-background);
	border-radius: 0;
	color: var(--account-sidemenu-submenu-color);
	font-size: var(--account-sidemenu-submenu-size);
	font-weight: var(--account-sidemenu-submenu-weight);
}
#sidemenu .list-group a:last-child {
	border-bottom: var(--account-sidemenu-border);
}
#sidemenu .list-group .submenu a, #sidemenu .list-group .submenu span:last-child {
  border-bottom: medium none;
  border-top:  var(--account-sidemenu-border);
}
#sidemenu .list-group .submenu a:last-child, #sidemenu .list-group .submenu span:last-child {
	border-bottom: medium none;
}
.sidebar-logo {
  margin: auto auto 0;
  padding-top: 100px;
  text-align: center;
}
/* Account Login */
.site-login h1 {
  font-family: Vladivostok;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 2rem 0;
  text-align: center;
}
.myaccount  .site-login {
  margin: 0 15px;
  max-width: 800px;
  width: 100%;
}
.site-login .btn.login {
  background-color: #fff;
  border: 2px solid #999;
  display: flex;
  margin: 0 auto;
  max-width: 300px;
}
.site-login .btn.login {
  background-color: #fff;
  border: 3px solid #bfbfbf;
  border-radius: 0;
  color: #000 !important;
  display: block;
  font-family: Vladivostok;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
.site-login .btn.login:focus {
  box-shadow: none;
}
.site-login .forgoten-password, .site-login .forgoten-password a {
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
.site-login .trade-account {
  font-weight: 600;
  text-align: center;
}
.site-login .trade-account a, .site-login .trade-account a:hover, .site-login .trade-account a:visited, .site-login .trade-account a:focus {
  font-weight: 700;
}
.myaccount .site-login button, .myaccount .site-login .button, .myaccount #login-form button, .myaccount #login-form .button {
  width: 100%;
}
/* My Account Order Views */
.myaccount .view-order  h4 {
	font-size: 20px;
}
.myaccount .border.border-dark {
	padding: 15px;
}


/* Footer */
.footer-top {
	background-color: var(--footertop-fluid-bg);
	color:var(--footertop-font-color);
}
.footer-top .container {
	background-color: #000000;
	max-width: 100% !important;
}
@media only screen and (max-width: 992px) {
	.footer-top .container .newsletter {
		border-bottom: 12px solid #fff;
	}
	.footer-top .newsletter h1, .footer-top .newsletter h2, .footer-top .newsletter h3, .footer-top .newsletter h4, .footer-top .newsletter h5 {
		text-align: center;
	}
	.footer-top .container .newsletter .field-newsletter-email,
	.footer-top .container .newsletter .field-email{
		width:100%;
	}
	.footer-top .newsletter p {
		text-align: center;
	}
	.footer-top .container .newsletter .submit {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 140px;
	}
}
.footer-top .newsletter label {
  font-family: Montserrat;
  font-size: 12px;
}
.footer-top .newsletter .field-newsletter-email,
.footer-top .newsletter .field-email {
  float: left;
  margin-bottom: 0;
  width: calc(100% - 150px);
}
.footer-top .newsletter .submit {
  float: right;
  width: 140px;
}
.footer-top .newsletter h1, .footer-top .newsletter h2, .footer-top .newsletter h3, .footer-top .newsletter h4, .footer-top .newsletter h5 {
  color: var(--footer-newsletter-h3-color);
  font-family: var(--footer-newsletter-h3-fontfamily);
	text-transform: uppercase;
}
.footer-top .newsletter p {
  color: var(--footer-newsletter-color);
  font-family: var(--footer-newsletter-fontfamily);
  font-size: 17px;
  padding-top: 8px;
}
.footer-top .newsletter .submitbutton {
  background-color:    var(--footer-button-color);
  border: 2px solid #7c7c7c;
  border-radius: 8px;
  color:    var(--footer-newsletter-button-color);
  font-family: Vladivostok;
  font-size: 16px;
  margin-left: 12px;
  padding: 7px 24px 6px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
@media only screen and (max-width: 991px) {
	.footer-top .newsletter .submitbutton {
		margin-left: auto;
		margin-top: 12px;
	}
}
.footer-top .newsletter .submitbutton:hover {
  background-color: #333;
}
.footer-top .newsletter .field-newsletter-email input, .footer-top .newsletter .field-email input {
  background-color: #7c7c7c;
  border: medium none;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-right: 18px;
  transition: all 0.35s ease 0s;
}
.footer-top .newsletter .field-newsletter-email input:hover,
.footer-top .newsletter .field-newsletter-email input:focus,
.footer-top .newsletter .field-newsletter-email input:active,
.footer-top .newsletter .field-email input:hover, 
.footer-top .newsletter .field-email input:focus, 
.footer-top .newsletter .field-email input:active {
  background-color: #c7c8ca;
}

.footer-top .newsletter .field-newsletter-email input::placeholder,
.footer-top .newsletter .field-email input::placeholder {
  color: #4c4c4c;
}
.newsletter .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.0);
}
.footer-top .hpdeliveryinfo h1, .footer-top .hpdeliveryinfo h2, .footer-top .hpdeliveryinfo h3, .footer-top .hpdeliveryinfo h4, .footer-top .hpdeliveryinfo h5, .footer-top .hpdeliveryinfo h3 > a, .footer-top .hpdeliveryinfo h3 > a:hover, .footer-top .hpdeliveryinfo h3 > a:visited, .footer-top .hpdeliveryinfo h3 > a:focus {
  color: var(--footer-hpdeliveryinfo-h3-color);
  font-family: var(--footer-hpdeliveryinfo-h3-fontfamily);
  text-transform: uppercase;
}
.footer-top .hpdeliveryinfo p{
  color: var(--footer-hpdeliveryinfo-color);
  display: flex;
  font-family: var(--footer-hpdeliveryinfo-fontfamily);
  line-height: 1.25rem;
}
.footer-top .hpdeliveryinfo a, .footer-top .hpdeliveryinfo a:hover, .footer-top .hpdeliveryinfo a:visited {
  color: var(--footer-hpdeliveryinfo-color);
	text-decoration: none;
}
.deliveryinfoimage {
  width: 125px;
}
.deliveryinfotitle {
  width: calc(100% - 125px);
}
.deliveryinfomation {
  width: calc(100% - 125px);
}
.deliveryinfotitle, .deliveryinfoimage, .deliveryinfomation {
  float: left;
}
@media only screen and (max-width: 992px) {
	.hpdeliveryinfo .float-left {
		position: relative;
	}
	.deliveryinfoimage {
		left: 15px;
		order: 2;
		position: absolute;
		top: 45px;
		width: 125px;
	}
	.deliveryinfotitle {
		width: 100%;
		text-align: center;
	}
	.deliveryinfomation {
		margin-left: 125px;
	}
}
@media only screen and (max-width: 575px) {
	.deliveryinfotitle > h3 {
		font-size: 1.5rem;
	}
}

.container-fluid.accreditation .container {
	background-color: rgb(221, 222, 224);
	max-width: 100% !important;
}
.accreditation a {
  display: flex;
  margin: auto 0;
}
.accreditation img {
  max-height: 60px;
}
.accreditationtext{
	min-height: 90px
}
.accreditation p {
    margin: 0px;
    max-width: 100%;
    width: 100% !important;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
	.accreditationtext h3 {
		font-size: 24px;
	}
}
.accreditation .justify-content-around img {
  height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: none;
  width: auto;
}
.container-fluid.trustpilot {
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
	#default .trustpilot-widget{
		margin-top:6px;
		margin-bottom:18px;
	}
}
@media only screen and (min-width: 768px) {
	.trustpilot-widget {
		left: calc(-50% + 100px);
		overflow: hidden;
	}
}
.tp-widget-wrapper {
	/* text-align: center; */
	text-align: left !important;
}
.footer {
	background-color: var(--footer-fluid-bg);
	color:var(--footer-font-color);
}
.footer .container {
	background-color: var(--footer-bg);
}
.footer > div {
	padding-bottom: 40px;
}
.footer h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
}
.footer p {
	font-size: 14px;
	margin: 0;
}
.footer a {
	font-size: 14px;
	margin: 0;
}
.newsletter .form-group input {
	font-size: 14px;
	line-height: 25px;
}
.footer .payment img {
	margin: 0 12px;
}
.footer .followus h4 {
	display: inline;
	margin-right: 8px;
}
.followus i {
  background-color: var(--footer-socialicons-bgcolor);
  border-radius: 50%;
  color: var(--footer-socialicons-color);
  font-size: 20px;
  height: 31px;
  margin-right: 8px;
  margin-top: 6px;
  overflow: hidden;
  padding: 6px 8px;
  width: 31px;
}
.followus i:hover {
  background-color: var(--footer-socialicons-bgcolor-hover);
	color: var(--footer-socialicons-color-hover);
}
.followus .phone > a {
  font-size: 1.25rem;
  white-space: nowrap;
}
.footer .companydetails img {
  margin-bottom: 16px;
}
.footer .companydetails p {
  color: var(--footer-companydetails-color);
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.footer .info a, .footer .followus h4 {
  color: var(--footer-info-color);
  font-size: var(--footer-info-font-size);
  font-weight: normal;
  line-height: 1.1rem;
  text-transform: uppercase;
	white-space: normal;
}

.footer .followus .connect h4, .footer .followus .connect img {
  display: block;
}
@media only screen and (max-width: 767px) {
	.footer .companydetails h4 {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.footer .companydetails p {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2rem;
	}
	.footer .info a, .footer .followus h4 {
		color: #333;
		font-size: 12px;
		font-weight: 600;
	}
	.footer-bottom a, .footer-bottom p {
		color: #333;
		font-size: 11px;
	}
	.footer .companydetails h4 {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		margin-right: 2px;
		text-transform: uppercase;
	}
	.footer .followus .phone > h4 {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		margin-right: 2px;
		text-transform: uppercase;
	}
	.followus .phone > a {
		font-size: 1.1rem;
	}
}
.fcat a {
  padding-left: 0;
}
.fcat {
  columns: 2 auto;
}

.footer-bottom {
  background-color: var(--footer-bottom-fluid-bg);
}
.footer-bottom .container{
  background-color: var(--footer-bottom-bg);
}
@media only screen and (max-width: 767px) {
	.footer-bottom .links p, .footer-bottom .legal p {
		display: block;
	}
	.footer-bottom .links a, .footer-bottom .container .links p {
		color: #333;
		display: inline-block;
		font-size: 11px;
	}
}
.footer-bottom .links p {
	color: var(--footer-bottom-color);
	display: inline-block;
	line-height: 25px;
	margin: 0;
	padding-right: 6px;
}
.footer-bottom .links p:not(:last-child)::after {
  content: "|";
  font-size: 14px;
  margin: 0 0 0 6px;
}
.footer-bottom .legal p {
	color: var(--footer-bottom-color);
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin: 0;
	padding-right: 12px;
}
.footer-bottom a, .footer-bottom p {
	color: var(--footer-bottom-color);
	display: inline-block;
	font-size: 12px;
}

.back-to-top {
  border-radius: 3px;
  bottom: 90px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 4px;
  width: 50px;
  z-index: 999;
}
#PDFmodal .modal-content .modal-body{
  height:90vh;
}


.loader .spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid var(--menu-bg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin .5s linear infinite;
}
.loader .text {
text-align: center;
color: #000;
font-size: 16px;
}
.loader{
border: 1px solid var(--menu-bg);
z-index: 9999;
position: fixed;
left: 50%;
top: 120px;
  background-color: #fff;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.newscategories .custom-select{
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-body{
  height: 75vh;
  overflow-y: auto;
}
@media (min-width: 1200px){

  .modal-xl {
    width: auto;
  }
}
@media (min-width: 992px){

  .modal-lg, .modal-xl {
    max-width: unset;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 25rem;
    left: 25rem;
    z-index: 1050;
    display: none;
    width: unset;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
}

@media (max-width: 991px){
.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: unset;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
}
.custom-control.custom-checkbox {
  padding-left: 0;
}

.custom-control-label:before,
.custom-control-label:after {
  content: unset;

}
/*
input[type="checkbox"]+label chk {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0) url(../images/unchecked.png) no-repeat scroll 0 0 / 24px auto;
  margin-right: 12px;
}

input[type="checkbox"]:checked+label chk {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0) url(../images/checked.png) no-repeat scroll 0 0 / 24px auto;
  margin-right: 12px;
}
*/
.productlist .custom-select, .newscategories .custom-select{
	background: #4c4c4c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
	color:#FFF;
	border-radius: 0;
}
.productlist .prompt.custom-select {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-transform: uppercase;
}
.datasheets h5 a.collapsed::after {
	color: #fff;
	content: "\f0d7";
	display: inline-block;
	float: right;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-right: 12px;
	vertical-align: middle;
}
.datasheets h5 a::after {
	color: #fff;
	content: "\f0d8";
	display: inline-block;
	float: right;
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-right: 12px;
	vertical-align: middle;
}
.footer-top #newsletter-form label {
  margin-top: 12px;
}
.grecaptcha-badge {
  z-index: 100;
}
@media (max-width: 991px){
	.cc-revoke.cc-top.cc-animate {
		left: 0;
		line-height: 1.2rem;
		position: relative;
		top: 0;
		transform: translateY(0px) !important;
		width: 100%;
	}
}
.groupedproduct .input-group-prepend, .groupedproduct .input-group-append {
	display: none;
}
#default .mobproddetails.grouped .groupedproduct p {
	font-size:  0.8rem;
}

.productblock .mobproddetails .singleitem .input-group-prepend span, .productblock .mobproddetails .singleitem .input-group-append span {
  background-color: #fff;
  border: medium none;
}
.productblock .mobproddetails .singleitem .form-control {
  background-color: #e3e3e5;
  border: medium none;
  color: #4c4c4c;
  font-size: 16px;
  max-width: 100px;
}

.favourite-remove {
  background-image: url("../images/overlay.png");
  background-size: 100% auto;
  cursor: pointer;
  height: 30%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 200;
}
.favourite-remove div {
  height: 100%;
  width: 100%;
}
.favourite-remove i {
  color: #ea281f;
  display: flex;
  font-size: 24px;
  margin: 15%;
}
.mobproddetails input::-webkit-outer-spin-button, .mobproddetails input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mobproddetails input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.mobproddetails.grouped .groupedproduct button, .mobproddetails.grouped .groupedproduct input {
  display: inline;
  width: calc(100% - 32px);
}


#basketform #shipping-option > label, #basketform div h4.heading {
  margin-right: 24px;
  margin-top: 12px;
}
#fotorama.fotorama--fullscreen .fotorama__thumb-border {
  height: 73px;
  width: 73px !important;
}
/* Updated 05/04/23 */
.productsProduct .colours.text-center {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 200;
}
.productsProductImage {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  transition: all 0.35s ease 0s;
  width: 100%;
}
.productlist .product-list .productsProduct .card-header {
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin-bottom: -3px;
  overflow: hidden;
  transition: all 0.35s ease 0s;
  width: 100%;
}
.productlist .product-list .productsProduct .card-header:hover {
  border: 2px solid #c7c7c7;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}
.colorsg-btn > bg-White.span {
  border: 1px solid #666 !important;
  filter: brightness(90%);
}
.productlist .sku {
  font-size: 15px;
}
.productsProductImage:hover {
  box-shadow: none !important;
}
.productlist .product-columns .card-footer .product-name {
  min-height: 50px;
}
.colours.text-center p {
  margin: 0 15px 16px;
}
.productsProduct .card-body a {
  text-align: center !important;
}
.catheaderbg .img-fluid.imgfit {
	margin: 0 auto;
	width: initial;
}
.productblock .product-media > img {
  background-color: #fff;
  border: 2px solid #c7c7c7;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.45);
  margin: 8px;
  overflow: hidden;
  transition: all 0.35s ease 0s;
  width: calc(100% - 16px);
}
.productblock .product-media > img:hover {
	border: 2px solid #999;
}
/* Basket Choice Logon modal */
.basket-choice {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 5000;
}
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgb(0, 0, 0);
	overflow: hidden;
	min-width: 350px;
}
.basket-choice .card-header{
	background-color: var(--base-green);
}
.basket-choice .card-header h2 {
	color: #000;
	margin: 0;
}
.basket-choice .card-footer{
	background-color: #fff;
	border: none;
}
/* Account Tool Tips */
.myaccount .tool-tip {
	position: relative;
}
.myaccount .tool-tip span {
	display: none;
}
.myaccount .tool-tip:hover span {
	position: absolute;
	bottom: 30px;
	z-index: 100;
	display: block;
	border: 2px solid #000;
	border-radius: 12px;
	padding: 3px 12px;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	right: 0px;
	cursor: pointer;
	font-style: normal;
	white-space: nowrap;
	font-size: 1rem;
}

.noscript {
  background-color: #e72b29;
}
.noscript h1, .noscript h2, .noscript h3, .noscript h4, .noscript h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 12px 0 0;
  text-align: center;
}
.noscript p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0;
  text-align: center;
}
.producttabs #downloads span.download, .producttabs .tab-pane.download span.download {
	max-width: calc(100% - 75px);
}
#downloads- .groupedproduct > div, #default .mobproddetails.grouped #downloads- .groupedproduct > div:last-child {
	margin: 0 0 8px 0 !important;
	max-width: initial !important;
}
#downloads .groupedproduct > div, #default .mobproddetails.grouped #downloads .groupedproduct > div:last-child {
	margin: 0 0 8px 0 !important;
	max-width: initial !important;
}
.download .groupedproduct > div, #default .mobproddetails.grouped .download .groupedproduct > div:last-child {
	margin: 0 0 8px 0 !important;
	max-width: initial !important;
}
.mobproddetails.grouped .download .groupedproduct > div {
    margin: 0 0 8px 0 !important;
}
.header .navbar-light .navbar-nav .clearance_link{
  color:#DAAA00 !important;
}
#filters .cat-sidebar .accordion h5 > span:hover {
    color: #18469c;
}