/* 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;
}

.rc-input-quantity {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	width: 60px !important;
	text-align: center !important;
}

.rc-input-quantity-catalog {
	font-size: 16px !important;
	width: 54px !important;
}

.rc-input-quantity::-webkit-outer-spin-button,
.rc-input-quantity::-webkit-inner-spin-button {
    margin: -8px;
}

.rc-rating i {
	color: #999;
}

.rc-rating-1 i:nth-child(1) {
	color: #ffc300;
}

.rc-rating-2 i:nth-child(1),
.rc-rating-2 i:nth-child(2) {
	color: #ffc300;
}

.rc-rating-3 i:nth-child(1),
.rc-rating-3 i:nth-child(2),
.rc-rating-3 i:nth-child(3) {
	color: #ffc300;
}

.rc-rating-4 i:nth-child(1),
.rc-rating-4 i:nth-child(2),
.rc-rating-4 i:nth-child(3),
.rc-rating-4 i:nth-child(4) {
	color: #ffc300;
}

.rc-rating-5 i:nth-child(1),
.rc-rating-5 i:nth-child(2),
.rc-rating-5 i:nth-child(3),
.rc-rating-5 i:nth-child(4),
.rc-rating-5 i:nth-child(5) {
	color: #ffc300;
}

.rc-rateable i {
	cursor: pointer;
}

.rc-cart-payment-credit-card-details-container {
	margin-top: 10px;
}

.rc-product-gallery-thumbnav {
	margin-top: 5px;
}

@media (max-width: 400px) {
	.uk-thumbnail-large {
		width: auto !important;
	}
}

/* Fixes for Highlight theme */

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

/* Fixes for Split theme */

input {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.uk-modal-dialog {
	margin-top: 100px;
}

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;
}

.rc-toolbar-notification-badge {
	font-size: 0.5em !important;
	min-width: 12px;
	line-height: 12px;
	padding: 0px 2px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-left: 3px;
	margin-bottom: 3px;
}

/* 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;
}
