/* General */

.rc-catalog-image-column,
.rc-cart-image-column,
.rc-cart-trash-column {
	width: 1px;
}

.rc-cart-total-column {
	width: 75px;
}

.rc-cropped-product-image {
	width: 60px;
	height: 60px;
	display: block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.rc-input-3-digits-size {
	width: 3.7em !important;
	text-align: right;
}

.rc-input-7-digits-size {
	width: 5em !important;
	text-align: right;
}

.rc-form-width-smaller {
	width: 85px;
}

.rc-product-version-original-price {
	position: relative;
}

.rc-product-version-original-price:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: inherit;	
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	transform:rotate(-10deg);
}

#rc-cart-customer-vat-id-country-code {
	width: 2.7em;
	text-align: center;
}

.rc-selectable-box {
	cursor: pointer;
}

.rc-selectable-box input {
	display: none !important;
}

.uk-table > *:last-child > *:last-child > * {
	border-bottom: none;
}

.uk-panel-box {
	overflow: hidden;
}

.uk-panel-box .uk-panel-teaser {
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}

.uk-modal-close {
	line-height: 1 !important;
}

.rc-checklist-button {
	margin-top: 5px;
	margin-right: 5px;
}

#rc-admin {
	margin: 0px 10px 10px 10px;
}

#rc-admin-toolbar {
	padding: 10px 0px;
	background-color: white;
	z-index: 1000;
}

#rc-admin .uk-autocomplete .uk-dropdown {
	width: 100%;
	margin-top: 5px;
}

.rc-admin-orders-title {
	background-color: white;
	padding-bottom: 10px;
}

.rc-admin-orders-count-badge {
	background: rgb(68, 68, 68);
}

#rc-admin-orders-table td {
	cursor: pointer;
}

#rc-admin-order-status-box {
	overflow: visible;
}

/* Fixes for Highlight theme */

.uk-thumbnav a {
	border-bottom: none;
}

/* Fixes for Split theme */

ul.uk-thumbnav {
	padding-left: 0px !important;
}

a.uk-button,
a.uk-icon-button,
a.uk-close {
	color: #444 !important;
	text-decoration: none !important;
}

a.uk-button-primary {
	color: #fff !important;
}

a.uk-button-success {
	color: #fff !important;
}

a.uk-button-danger {
	color: #fff !important;
}

a.uk-button:disabled {
	color: #999 !important;
}

/* Fixes for Tesla theme */

*[class^="uk-"],
*[class^="uk-"] > div {
	box-sizing: border-box !important;
}

/* Fixes for Forward theme */

ul.uk-pagination li {
	margin-bottom: 0px;
}

/* Fixes for Affero theme */

*[class^="uk-"] img {
	max-width: 100% !important;
}

/* Fixes for Podium theme */

label {
	color: #666 !important;
}

#right {
	position: relative;
	z-index: 1;
}
