/* ======================= GENERAL ======================= */

/*
 * ERROR MEDDAGE
 */

.invalid {
	border: 1px solid #ff0000 !important;
	-moz-box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) inset;
	-ms-box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) inset;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.4) inset;
}
.discount {
	font-weight: bold;
	text-decoration:line-through;
	color: #ff0000;
}

/* ======================= BOOTSTRAP 2.x ======================= */

.product-details .radio input[type="radio"], .product-details .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}

/* ======================= UIkit 2.x ======================= */

.line-through {
	text-decoration: line-through;
}
.dropdown-bg #minicart {
    position: inherit;
}

/* ==== BADGES ==== */

.product-details .product-badges .uk-panel > span {
	background-color: #000;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 5px 5px;
}
.product .product-inner .badges {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
}
.product .product-inner .badge {
	background-color: #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 150px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 10px;
}
.product .product-inner .badge.uk-badges-spaceshop-ribbon {
	background-size: contain;
	background-color: #e33551;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: -115px;
	top: 25px;
	font-size: 14px;
	width: 300px;
	color: #fff;
	text-align: center;
	transition: all 0.5s ease 0s;
	transform: rotate(-45deg);
	padding: 2px;
	margin-bottom: 5px;
	opacity: 1;
	z-index: 1;
}
.product .product-inner .badge.uk-badges-spaceshop-ribbon + .badges.uk-badges-spaceshop-ribbon {
	top: 45px;
	left: -95px;
}
.product .product-inner .badge.uk-badges-spaceshop-ribbon + .badges.uk-badges-spaceshop-ribbon + .badges.uk-badges-spaceshop-ribbon {
	top: 65px;
	left: -75px;
}
.product-details .product-badges .uk-panel > span:first-child {
	margin: 0 0 5px 0;
}
.product .product-inner .badges.uk-spaceshop-action,
.product-details .product-badges .uk-panel > span.uk-spaceshop-action {
	background-color: #da314b;
}
.product .product-inner .badges.uk-spaceshop-sale,
.product-details .product-badges .uk-panel > span.uk-spaceshop-sale {
	background-color: #fffceb;
	color: #e28327;
}
.product .product-inner .badges.uk-spaceshop-discount,
.product-details .product-badges .uk-panel > span.uk-spaceshop-discount {
	background-color: #ebf7fd;
	color: #2d7091;
}

.product-details #product-icons, .product-details #product-socials {
	float:left;
}

.product-details #product-socials {
	margin-left: 15px;
	margin-top: 5px;
}

/* ==== ADD TO CART ==== */


.add_tocart .cart_customs ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 0;
	padding: 0;
}
.add_tocart .cart_customs ul li {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
}

/* ==== MANUFACTURERS ==== */

.manufacturers-page .alpha {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	padding-left: 55px;
	position: relative;
}
.manufacturers-page .alpha-list {
	margin: 50px 0;
}
.manufacturers-page .alpha-list ul li > a {
	text-transform: uppercase;
}
.manufacturers-page .alpha > h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	width: 55px;
	height: 100%;
}
.manufacturers-page .alpha:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.manufacturers-page .alpha ul {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0;
}
.manufacturers-page .alpha ul li {
	padding-left: 30px;
	position: relative;
}
.manufacturers-page .alpha ul li:before {
	content: "\f178";
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
}
.manufacturers-page .alpha ul li > a {
	color: #000 !important;
}

/*
 * MAN. TOOLTIP
 */

.product_info span.space_tooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.product_info span.space_tooltip_desc {
	background: #dcdcdc;
	background-clip: padding-box;
	border: 5px solid #111;
	border: 5px solid rgba(0, 0, 0, 0.5);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 150%;
	color: #000;
	position: absolute;
	width: 250px;
	left: 50%;
	bottom: 100%;
	visibility:hidden;
	opacity:0;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	z-index: 99999;
	margin: 0 0 15px -125px;
	padding: 10px 0;
}
.product_info span.space_tooltip_desc:before,
.product_info span.space_tooltip_desc:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.product_info span.space_tooltip_desc:before {
	border-top: 10px solid #111;
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	margin-top: 5px;
}
.product_info span.space_tooltip_desc:after{
	border-top: 10px solid #dcdcdc;
	z-index: 1;
	margin-top: -2px;
}
.product_info span.space_tooltip:hover > span.space_tooltip_desc {
	visibility: visible;
	opacity: 1;
}

/* ==== MODALS ==== */

/*
 * CART POP-UP
 */

.cart_popup {
	z-index: 1000;
	padding: 10px;
	position: absolute;
}
.cart_popup_inner {
	background: #fff;
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	border: 2px dashed #ccc;
	text-align: center;
	color: #000;
	min-height: 150px;
	min-width: 400px;
	padding: 5px;
}
.cart_popup .continue {
	float:left;
	color: #0094FF;
	font-weight: bold;
	margin: 10px 30px 10px 10px;
}
.cart_popup .cart_div {
	float:right;
	font-weight: bold;
	margin: 10px 10px 10px 30px;
}
.cart_popup .message {
	clear:both;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.cart_popup img {
	max-width:100px;
	margin: 5px 0;
}
.cart_popup .cart_product {
	text-align: center;
}
.cart_popup .product_text {
	font-weight: bold;
	margin: 5px 0;
}
.related {
	clear: both;
	min-width: 160px;
	max-width: 250px;
	padding: 10px 0;
}
#related div.title {
	float: left;
	margin-right: 5px;
}

/*
 * SEND MAIL
 */
 
.product_email {
	color: #000;
	width: 610px;
}
.product_email form.form-validate h1 {
	margin: 15px 0 0;
}
.product_email form.form-validate h2 {
	border: 0;
	margin: 0;
	padding-top: 10px;
}
.product_email div.introtext,
.product_email table,
.product_email textarea {
	width: 600px;
}
.product_email textarea {
	height: 150px;
}

/* ==== PRINT ==== */


.product-details_print .product_info {
	background: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0;

}
.product-details_print .price {
	background: transparent;
	text-shadow: none;
	padding: 0;
}

/* ==== CATEGORIES ==== */

 
.category .category-inner {
	border: 1px solid #ddd;
	padding: 15px;
}
.category .category-inner .category-introtext {
	text-align: left;
}

/* ==== CATEGORY / PRODUCTS ==== */

/* 
 * RANGE SLIDER
 */

.space-category #productsSearchForm {
	border-bottom: 1px solid #ddd; 
	adding: 13px 20px;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider {
	position: relative;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .slider-range {
	padding: 0 15px;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-from,
.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-to {
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	width: 100%;
}
 @media(max-width: 959px) {
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-from,
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-to {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-from {
	margin-bottom: 15px;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-to {
	margin-top: 15px;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .filter-slider {
	margin: 0 !important;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .noUi-handle {
	background: #ef463e;
	box-shadow: inherit;
}
.space-category  #productsSearchForm #spaceshop-filter .price-slider .noUi-pips {
	display: none;
	visibility: hidden;
}
@media(min-width: 959px) {
	.space-category #productsSearchForm #spaceshop-filter .price-slider .filter-slider {
		margin-top: 5px !important;
	}
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .slider-range {
		padding: 0 105px;
	}
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-from,
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-to {
		background: #fff;
		border: 1px solid #ddd;
		font-size: 12px;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 0;
	}
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-from {
		width: 75px;
		top: -2px !important;
		left: 0px; 
	}
	.space-category  #productsSearchForm #spaceshop-filter .price-slider .price-to {
		width: 75px;
		top: -2px !important;
		left: inherit;
		right: 0px; 
	}
}

/*
 * PRODUCT IN CATEGORY
 */

.product .product-outer {
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.product .product-outer.inactive-availability {
	padding-bottom: 150px;
}
.product .product-outer.active-availability {
	padding-bottom: 170px;
}
.product .product-inner .details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%; 
}
.product .product-inner .details .details-inner {
	padding: 0 15px 15px;
}
.product .product-inner .title {
	margin-bottom: 20px;
}
.product .product-inner .product-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
.product .product-inner .description {
	margin-bottom: 10px;
}
.product .product-inner .image {
	text-align: center;
}
.product .product-inner .stock {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0 -15px;
}
.product .product-inner .stock .compare {
	padding: 0 5px 0 0; 
	position: relative;
}
.product .product-inner .stock .compare::before {
	background: #ddd;
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	width: 1px;
	height: 40px;
}
.product .product-inner .stock .product-stock {
	padding: 0 0 0 5px; 
}
.product .product-inner .add-to-cart {
	text-align: right;
}
.product .product-inner .add-to-cart .cart-quantities .uk-overlay-area {
	background: transparent;
}
.product .product-inner .add-to-cart .cart-quantities .uk-overlay-area-content {
	padding: 0;
}

.product .compare-modal .uk-modal-header {
    background: #fafafa;
    border-bottom: 1px solid #E5E5E5;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 20px;
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
}

/* ==== PRODUCT / DETAILS ==== */ 

/* 
 * PHOTO GALLERY
 */

.gallery_popup {
	background-color: #fff;
	border: 1px solid #444;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 1000;
	padding: 2px;
}
.gallery_popup_inner {
	position: relative;
}
.gallery_popup_inner .left,
.gallery_popup_inner .right,
.gallery_popup_inner .gallery-close {
	background-color: #444;
	position: absolute;
	cursor: pointer;
	text-align: center;
}
.gallery_popup_inner .left:hover,
.gallery_popup_inner .right:hover,
.gallery_popup_inner .gallery-close:hover {
	background-color: #333;
}
.gallery_popup_inner .gallery-close {
	background-color: #d32c46;
	font-weight: bold;
	font-size: 10px;
	top: 5px;
	right: 5px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 18px;
}
.gallery_popup_inner .gallery-close:hover {
	font-size: 12px;
}
.gallery_popup_inner .left,
.gallery_popup_inner .right {
	top: 50%;
	color: #fff;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	width: 35px;
	margin-top: -25px;
}
.gallery_popup_inner .left:hover,
.gallery_popup_inner .right:hover {
	font-size: 30px;
}
.gallery_popup_inner .left {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	left: -2px;
}
.gallery_popup_inner .right {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	right: -2px;
}

/*
 * DETAILS
 */

.product-details {
	position: relative;
}
.product-details .product-badges {
	text-align: right;
}
.product-details .introtext {
	padding: 0 0 10px;
}
.product-details .cart-customs {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.product-details .add-to-cart .cart-quantities {
	text-align: right;
}
.product-details .add-to-cart .cart-quantities #quantity {
	margin: 0;
}
.product-details .tabs-content {
	margin-top: 5px;
	padding: 5px;
}
.product-details .tabs-content-window {
	overflow:hidden;
}

.product-details .tabs-content-inner .tab-item {
	float:left;
}
.product-details .tabs-content #comments .comment {
	padding: 5px;
}
.product-details .tabs-content #commentForm textarea#message {
	height: 100px;
}
.product-details .rating .star {
	margin: 0 3px -3px 0;
}
.product-details .icons-outer ul {
	margin: 0;
	padding: 0;
}
.product-details .icons-outer ul li {
	list-style-type: none;
	margin-right: 5px;
}
.product-details .customs-outer li img {
	vertical-align: middle;
	margin: 5px 0 5px 5px;
}
.product-details .custom-image-inner {
	margin: 0 5px;
}
.product-details .custom-image-inner input {
	display: block;
	margin: auto auto 5px;
}
.product-details .custom-image-inner img {
	max-width: 50px;
	height: auto;
}
.product-details .uk-tab-flip > li {
	float: left;
}

/* 
 * RATINGS
 */
 
.product-ratings span.rating_info {
	line-height: 24px;
	float: left;
	padding-right: 10px;
}

/* ==== ONE PAGE CHECKOUT ==== */

.order_cart .cart_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.login-desktop > * {
	display: inline-block !important;
	margin-right: 15px !important;
}
.login-desktop > *:last-child {
	margin-right: 0 !important;
}

/*
 * PRODUCT
 */
 
.order_cart table.products .product-title {
	padding-left: 60px;
	position: relative;
}
.order_cart table.products .product-title > div.img {
	max-width: 50px;
	position: absolute;
	top: 0;
	left: 0;
} 
.order_cart table.products .product-title > div.img > img {
	max-width: 50px;
	height: auto;
}
.order_cart .order_tocart {
	min-width: 50px;
}

/*
 * ADDRESS BILLTO / SHIPTO
 */
 
.order_cart .address_billto,
.order_cart .address_shipto {
	position: relative;
}
.order_cart .address_any_shipto_company {
	position: absolute;
	top: 0;
	right: 0;
}
.order_cart .address_billto label,
.order_cart .address_shipto label {
	font-weight: 700;
	margin-bottom: 5px;
}
.order_cart .address_billto label.invalid,
.order_cart .address_shipto label.invalid {
	border: 0 !important;
	box-shadow: none !important;
}
.order_cart .address_billto .field-calendar .input-append {
	width: 100%;
	max-width: 195px;
}
.order_cart .address_billto .field-calendar .input-append > input {
	min-width: 100% !important;
	font-size: 14px;
}
.order_cart .address_shipto p label {
	padding-left: 5px;
}

/*
 * PAYMENT / SHIPMENT
 */
 
.order_cart .payments_outer table input,
.order_cart .shippings_outer table input {
	margin: -5px 0 0;
}
.order_cart .payments_outer .payments > div + div,
.order_cart .shippings_outer .shippings > div + div {
  margin-top: 25px !important;
}
@media(max-width: 767px) {
	.payments .uk-grid .payment_radio,
	.shippings .uk-grid .shipping_radio {
		width: 10%;
	}
	.payments .uk-grid .payment_title_outer,
	.shippings .uk-grid .shipping_title_outer {
		width: 90%;
	}
	.payments .uk-grid .payment_price,
	.payments .uk-grid .payment_total,
	.shippings .uk-grid .shipping_price,
	.shippings .uk-grid .shipping_total {
		width: 40%;
	}
	.payments .uk-grid .payment_vat,
	.shippings .uk-grid .shipping_vat {
		width: 20%;
		text-align: center;
	}
}

/*
 * PAYMENT METHOD - THE PAY
 */
 
.thepay-methods:before {
    content: "";
    display: table-cell;
}

.thepay-methods:after {
    content: "";
    display: table;
    clear: both;
}
.thepay-methods .thepay-methods-radio-method {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
}
.thepay-methods .thepay-methods-radio-method > label {
	display: block;
}
.thepay-methods .thepay-methods-radio-method > label > span {
	display: block;
	margin-bottom: 5px;
}
@media(min-width: 959px) {
	.thepay-methods .thepay-methods-radio-method {
		width: 20%;
	}
}

/*
 * TOTAL
 */
 
.order_cart .total_outer {
	background: #eee;
	border-top: 3px solid #000;
	color: #444;
	padding: 20px;
}
.order_cart table.total td {
	padding: 5px 0;
}

/*
 * MESSAGE
 */
 
.order_cart div.message textarea {
	height: 100px;
}

/*
 * TOS
 */
.order_cart .tos .tos-article .info {
	padding-right: 30px;
	position: relative;
}
.order_cart .tos .tos-article .info #toggle-tos {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.order_cart .tos .tos-article .text {
	border: 1px solid #ddd;
	padding: 10px;
}
.order_cart .tos .tos-article .text > article {
	width: 100%;
	height: 250px;
	overflow-x: hidden;
} 
.order_cart .tos > .tos-box {
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.order_cart .tos > .tos-box:last-child {
	padding-bottom: 0;
}
.order_cart .tos > .tos-box > .tos-input {
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

/* ==== ORDER ==== */

.orders form table {
	border: 1px solid #ddd;
	padding: 10px;
}

/*
 * DETAIL
 */

.order table tr td {
	text-align: left;
}
.order .groups {
	clear: both;
	display: table;
	content: "";
}
.order .groups ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.order .groups li {
	float: left;
	padding-right: 5px;
}
.order .groups li a {
	border-right: 1px solid;
	padding: 0 5px;
}
.order .order-button ul {
	margin: 0;
	padding: 0;
}
.order .order-button ul li {
	float: right;
	display: block;
	list-style-type: none;
	margin: 0 5px 0 0 !important;
}
.order .order-button ul li:first-child {
	margin: 0;
}
.order .uk-grid > * {
	float: none !important;
}
.order .uk-grid .uk-panel-order {
	border: 1px solid #ddd;
	padding: 10px; 
}
.order .uk-grid .uk-panel-order > h3 {
	margin: 0 0 10px; 
}
.order table tr,
.order table td {
 	border: 0;
}
.order table.products tr th,
.order table.products tr td {
	text-align: left;
}
.order table.products tr,
.order table.products td {
	vertical-align: top;
}
.order table.shippings td,
.order table.payments td {
	vertical-align: top;
}
.order .products ul.customs {
	list-style-type: none;
	padding: 0;
}
.order .products ul.customs > li > .label {
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
.order .products ul.customs > li > .value {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 6px;
}
.order .products ul.customs > li {
	margin-bottom: 5px;
}
.order .product_customs .custom_image img, .add-to-cart .cart-customs .custom_image img {
	max-width:100px;
}

/* ==== STATISTICS ==== */

.statistics .form #filter-bar label,
.statistics .form #filter-bar input,
.statistics .form #filter-bar div {
	float: left;
}
.statistics .form #filter-bar label {
	margin: 5px 10px 5px 0px;
}
.statistics .form #filter-bar input,
.statistics .form #filter-bar div {
	margin-right: 10px;
}
.statistics .form #filter-bar div button {
	margin-left: -10px;
}
.statistics table {
	border: 1px solid #ddd;
	padding: 10px;
}

/* ==== MODULES ==== */

/*
 * SPACECART
 */

.minicart {
	z-index: 10;
}
.minicart .minicart-link {
	cursor: pointer;
}
.minicart .minicart-link #modul-cart {
	padding-left: 10px;	
}
.minicart-cart-outer .minicart-link > span {
	display: inline-block;
}
.minicart-cart-outer .minicart-cart {
	background: #fff;
	border: 2px dashed #ccc;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	min-width: 500px;
	color: #000;
	padding: 20px;
}
.minicart-cart-outer .minicart-cart .minicart-product {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 0;
}
.minicart-cart-outer .minicart-cart .minicart-product:first-child {
	border: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
.minicart-cart-outer .minicart-cart .minicart-product .product-title .remove button {
	width: 20px;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
}
.minicart-cart-outer .minicart-cart .minicart-product #product-price {
	float: right;
}
.minicart-cart-outer .minicart-cart .cart-link {
	border-top: 1px dashed #ccc;
 	text-align: center;
	padding: 30px 0 0;
}
@media (max-width: 767px) {
	.minicart-cart-outer .minicart-cart {
		width: 325px;
	}
}

/* 
 * SPACECART - POP-UP / MODALS
 */

.minicart-cart-outer.popup {
	z-index: 10000;
}
.minicart-cart-outer .minicart-cart .close {
	background-color: #ccc;
	color: #fff;
	border: 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
	opacity: 1;
}
.minicart-cart-outer .minicart-cart .close:hover,
.minicart-cart-outer .minicart-cart .close:focus {
	background-color: #333;
	color: #fff;
	opacity: 1;
}
.minicart-cart-outer .minicart-cart .close i {
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

/* 
 * SPACECART / SLIDE
 */

.minicart_cart_outer.slide {
    z-index: 1000;
}
.minicart_cart_outer.slide {
	position: absolute;
}

/* 
 * SPACECURRENCY
 */

/* 
 * SPACECATEGORY
 */

.categories_menu ul {
	list-style-type: none;
	margin: 5px 0;
	padding-left: 0;
}
.categories_menu ul.open a {
	font-weight: normal;
}
.categories_menu li {
	position: relative;
	cursor: pointer;
	margin: 3px 0;
}
.menu_categories li.level0 li {
	padding: 0 0 0 5px;
}
.categories_menu span.cat_plus,
.categories_menu span.cat_minus {
	height: 14px;
	width: 14px;
	float: right;
	cursor: pointer;
}
.categories_menu span.cat_plus {
	background: url("images/cat_plus.png") no-repeat right center transparent;
}
.categories_menu span.cat_minus {
	background: url("images/cat_minus.png") no-repeat right center transparent;
}

/* 
 * SPACEPRODUCT / SLIDER
 */

.product_slider {
	width: 100%;
	height: auto;
}

/* 
 * SPACEMANUFACTURERS
 */

.manufacturers div.alphabet-level-btn {
	text-align: right;
	padding: 5px 0;
}

.manufacturers .alphabet-level div.alphabet-level-subbtn {
	padding: 10px 0;
}

.manufacturers .alphabet-level div.alphabet-level-subbtn a {
	color: inherit;
	padding-left: 12px;
}

.manufacturers .alphabet-level ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.manufacturers .alphabet-level ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.manufacturers .alphabet-level ul li:last-child {
	border-bottom: 0;
}

.manufacturers .alphabet-level ul li input {
	margin: 0 5px 0 0;
}

/* 
 * SPACESHOP / PRICE SLIDER
 */

.price-slider-module {
	position: relative;
}
.price-slider-module .filter-slider-module .slider-range {
	width: 80%;
	margin-top: 50px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

/* 
 * SPACESHOP / CUSTOM FILTERS 
 */
.customs-fiter-module .filter-title {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	text-transform: uppercase; 
    padding: 5px;
}
.customs-fiter-module .custom .values .value {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.customs-fiter-module .custom .values .value:last-child {
	border-bottom: 0;
}
.customs-fiter-module .custom .values input {
	margin: 0;
}
.customs-fiter-module .custom .values .button-filter.button-filter-checkbox {
	min-height: 24px;
	min-width: 24px;
}
.customs-fiter-module .custom .values .button-filter-label {
	width: 175px;
	padding-left: 10px;
}
.customs-fiter-module .custom .values .button-filter-label > label {
	font-size: 11px;
	line-height: 24px;
	display: inline-block;
	margin: 0;
}
.customs-fiter-module .custom .values .button-filter-cnt {
	background: #ddd;
  	border-radius: 3px;
  	color: #444;
	text-align: center;
	min-width: 18px;
	line-height: 24px;
}

/* ==== TOOLS ==== */

/*
 * ZASILKOVNA PLUGIN 
 */

.zasilkovna .zasilkovna-show-map {
	float: left;
	margin: 5px 25px 5px 0;
}

.zasilkovna select {
	max-width: 200px;
}

/* 
 * SPACEUSER / PROFILE
 */

.orders-profile {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-collapse: separate;
	width: 100%;
}
.orders-profile tr,
.orders-profile td {
	border: 0px;
	text-align: center;
}
.space_files {
	list-style-type: none !important;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;
}
.space_files .name,
.space_files .expirations,
.space_files .progress-bar {
	float: left;
	height: 35px;
}
.space_files .name,
.space_files .progress-bar {
	width: 30%;
}
.space_files .expirations {
 	width: 40%;
}
.space_files .name a,
.space_files .expirations span {
	font-weight: bold;
	line-height: 35px;
}
.space_files .expirations span.remains {
	border-right: 1px solid #000;
	margin-right: 3px;
	padding-right: 5px;
}
.space_files .expirations span.exipre {
	color: #FF0000;
}
.space_files .progress-bar {
	background-color: #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.space_files .name_inner,
.space_files .expirations_inner {
	margin-right: 5px;
}
.space_files .progress_inner  {
	padding: 5px;
}
.space_files .progress-bar span {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	transition: width .4s ease-in-out;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	display: inline-block;
	height: 25px;
}
.space_files .blue span {
	background-color: #34c2e3;
}
.space_files .stripes span {
	background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
								color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
								to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
								transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
								transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
								transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
								transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
								transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					           transparent 75%, transparent);
	-webkit-animation: animate-stripes 3s linear infinite;
 	-moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.preloader {
	background-color: rgba(255,255,255,0.85);
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/* ----------------- */

.search-results img {
	max-height: 50px;
}

.search-results li:not(.uk-skip) {
	height: 60px;
}

#upload-drop {
	border: 3px dashed #e5e5e5;
	padding: 25px;
	margin: 15px 0 0 !important;
}
#upload-drop .uk-button {
	martin-top: 10px;
	-webkit-border-radius: 15px;
	border-radius: 5px;
	position: relative;
}
#upload-drop input {
	width: 100% !important;
	max-width: inherit !important;
	height: 47px;
}

#upload-drop .uk-form-file input[type="file"] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100% !important;
	opacity: 0;
	cursor: pointer;
	left: 0;
	font-size: 500px;
}