.product-panel-qs {
    position: relative;
    top: 6em;
}
.product-panel-qs .uk-card {
    min-height: 170px;
    display: flex;
    align-items: center;
	padding: 20px 8px;
}

.image-repeat.uk-section-tertiary .uk-background-norepeat {
    background-repeat: repeat !important;
}
.image-repeat.uk-section-muted .uk-background-norepeat {
    background-repeat: repeat !important;
}

.uk-button {
    padding-top: 18px;
    padding-bottom: 18px;
}

.tm-toolbar .uk-container {
    margin-right: 0;
}

.btn-wefox-icon .el-image {
	background: #fff;
	padding: 10px;
}
.btn-wefox-icon .uk-panel {
	border-radius: 10px;
}
.btn-wefox-icon .el-content {
	color: #fff;
}
.btn-wefox-icon .uk-tile-quaternary:hover {
	background: #28d7dc;
}
.formError {
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
}
.formRed {
	color: #000;
}

.logo-slider .uk-slider-items.uk-grid {;
    align-items: baseline;
}
input[readonly=readonly] {
	border: none;
	padding: 0;
}

@media screen and (max-width: 475px) {
    .uk-button {
        line-height: 28px;
    }
}