#mxcpr{display: none}

#progressBar {
  z-index: 9999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background-color: rgba(38, 185, 196, 0.7);
  transition: 0.2s;
}

.tm-bagpack {background-image: url("bagpack.png");}

.uk-button-disabled {border: 1px #e1e1e1ff solid;color:#bcbcbcff;}
.uk-button-disabled a,
.uk-button-disabled a:hover{color:#bcbcbcff;}

.attr-form{padding-left: 18px !important; padding-right: 20px !important;}

code {
	font-size: 12px;
	font-family: Consolas,monospace,serif;
	color: #d05;
	white-space: nowrap;
	padding: 0 4px;
	border: 1px solid #eee;
	border-radius: 3px;
	background: rgba(250, 250, 250, 0.6);
}

.uk-grid-divider>:not(.uk-first-column)::before {left: 25px;}

.tm-reviews .uk-heading-line>::after,
.tm-reviews .uk-heading-line>::before {width: 200px;}

.tm-filter .uk-form-label{width: 130px;}
.tm-filter .uk-form-controls{margin-left: 145px;}
.tm-filter .uk-form-width-small{width: 80px;}
.tm-filter .uk-width-small{width: 110px;}

.tm-subnav-small .uk-subnav>* {padding-left: 10px;}
.tm-subnav-small .uk-subnav-divider>::before{margin-right: 16px;}

.tm-new-product .uk-overlay-default{background: rgba(255,255,255,.5);}

.uk-label-img{background: none;}
.uk-label-img img{height: 40px;max-width: 40px;}

.tm-card-label{
	position: absolute;
	justify-content: center;
	align-items: center;
	display: inline-block;
	padding: 2px 9px;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 40px;
	top: 1px;
	right: 1px;
	height: 32px;
	line-height: 30px;
	background-color: rgba(220, 220, 220, 0.6);
	border-radius: 50px;
}