/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
.uk-list > li > a {
  color: rgba(82, 82, 82, 0.6);
}
.uk-list > li > a:hover {
  color: #525252;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
}
.uk-description-list-line > dd {
  color: #aaaaaa;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 20px;
}
.uk-table th,
.uk-table td {
  padding: 10px 10px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 14px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #aaaaaa;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #fafafa;
}
.uk-table thead th {
  border: 1px solid #eaeaea;
  color: #525252;
  text-transform: none;
  text-align: center;
}
.uk-table thead th:first-child,
.uk-table td:first-child {
  border-left: none;
  text-align: left;
}
.uk-table thead th:last-child {
  border-right: none;
}
.uk-table td {
  position: relative;
  border-left: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
}

.uk-alert-warning:before,
.uk-alert-success:before,
.uk-alert-danger:before {  background: none; border: none; }

.uk-alert-warning { border-color: rgba(226, 131, 39, 0.3); }
.uk-alert-success { border-color: rgba(101, 159, 19, 0.3); }
.uk-alert-danger { border-color: rgba(216, 80, 48, 0.3); }

.uk-list-check { padding-left: 30px; }

.uk-list-check li:before {
	font-family: FontAwesome; 
	content: "\f00c";
	display: inline-block;
	padding-right: 5px;
	margin-left: -20px; 
}

.uk-list-check li ul {  list-style-type: circle; }
.uk-list-check li ul li:before { 
    content: "";
    margin-left: 0;
}

.tm-teaser h1 {
	font-size: 80px;
	text-transform: none;
}

.tm-teaser h3.tm-teaser-subtitle::before,
.tm-teaser h3.tm-teaser-subtitle::after { border: none; }
 
.tm-teaser { width: 100%; }

.tm-toolbar {  
	background: linear-gradient(#364555, #364555 50%, #364555 50%, #364555) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.2);
	min-height:40px;
}

.uk-button { text-transform: uppercase; }

.tm-bottom-c .uk-icon-button { width: auto; }
.uk-button-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

.uk-button-danger:hover {
    background-color: #bd362f;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}

/* ========================================================================
   HikaShop
 ========================================================================== */


/*

.hikashop_products_listing_main .hikashop_subcontainer {
	display: inline-block;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.hikashop_products_listing_main .hikashop_subcontainer:hover .hikashop_product_image img {
	transform: scale(1.15,1.15);
}
.hikashop_product_image {
	padding-bottom: 0;
	overflow: hidden;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image {
	position: relative;
}
.hikashop_products_listing_main .hikashop_subcontainer .hikashop_product_image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.6);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.hikashop_products_listing_main .hikashop_subcontainer:hover .hikashop_product_image:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hikashop_products_listing_main .product-content input.hikashop_cart_input_button {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top: -27px !important;
	margin-left: -70px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 100;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.hikashop_products_listing_main .hikashop_subcontainer:hover .product-content input.hikashop_cart_input_button {
	visibility: hidden;
	top: 38%;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}	

.hikashop_product_characteristics_table select, .hikashop_product_options_table select { min-width: 135px; width:auto;  margin-bottom: 0; }

.tm-main .product-content input.hikashop_cart_input_button:hover {
	background-color: rgba(0,0,0,.8);
}
.product-content {
	text-align: center;
	padding-bottom: 15px;
}
.hikashop_subcontainer:hover .product-content {
	visibility: visible;
	opacity: 1;
}
span.hikashop_product_name a {
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
	margin-top: 10px;
}
span.hikashop_product_price {
	color: #737373;
	font-weight: 300;
	font-size: 15px;
}
.hikashop_product_price_per_unit {
	display: none;
}
.hikashop_products .separate {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	display: inline-block;
	margin: 10px 0;
}

.tm-headerbar .hikashop_cart a, 
.tm-headerbar .hikashop_cart .hikashop_small_cart_total_title, 
.tm-headerbar .hikashop_cart .hikashop_product_price {
	color: #ffffff;
	font-size: 12px;
}

.tm-headerbar .hikashop_product_price { font-family: inherit; font-style:normal; font-weight:bold; }

*/

/* ----- FADE----- */

/*
.product-description {
	width: 200px;
	height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.hikashop_fade_effect span.hikashop_product_name a {
	margin-top: 5px;
}
.hikashop_fade_effect span.hikashop_product_name {
	margin-bottom: 0;	
}
.hikashop_fade_effect .hikashop_img_pane_panel {
	bottom: 0;
}	*/
/* ----- PRODUCT-IMAGE----- */
/*
.product-content.product-image .hikashop_product_price_full {
	margin-top: 60px;
}
.hikashop_img_pane_panel .hikashop_product_price_full .hikashop_product_price {
	color: #fff;
}
.hikashop_img_pane_panel {
	line-height: 1.5;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	background: transparent;
}*/
/* ----- PRODUCT-IMAGE PANEL----- */
/*
.hikashop_img_pane_panel {
	bottom: -500px;
	z-index: 150;
	padding: 40px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-wekit-box-sizing: border-box;
}
.hikashop_subcontainer:hover .hikashop_img_pane_panel {
	bottom: 0;
}*/
/* ----- PRODUCT-IMAGE SLIDE HORIZONTAL----- */
/*
.hikashop_horizontal_slider .product-description,
.hikashop_horizontal_slider .hikashop_product_name {
	font-weight: 300;
}
.hikashop_horizontal_slider .hikashop_img_pane_panel {
	bottom: 0;
}*/
/* ----- PRODUCT-IMAGE SLIDE VERTICAL----- 
.hikashop_vertical_slider .hikashop_img_pane_panel {
	bottom: 0;
}

 ----- PRODUCT-IMAGE AND DESCRIPTION ----- 
.hikashop_products_listing_main .hikashop_subcontainer table td {
	display: block;
}
.hikashop_products_listing_main .hikashop_subcontainer table td span.hikashop_product_price_full {
	margin-top: 15px;
}	
 ============= CATEGORIES MENU MODULE ============ 
.pane-sliders .panel {
	border: 1px solid #e5e5e5;
	margin-bottom: 0;
	border-top: none;
	background: none;
}
div.panel h3.title {
	border-bottom: none;
}
.pane-sliders .panel h3 {
	background: none;
	font-weight: 300;
}
.pane-sliders .panel h3:hover,
.pane-sliders .panel h3.pane-toggler-down {
	background: #f8f8f8;
}
.pane-sliders .panel h3:hover a,
.pane-sliders .panel h3.pane-toggler-down a {
	color: #9c9c9c;	
}
 ----------- HIKASHOP MODULE ----------- 
.hikashop_module.richbox-2 {
	border: none;
}
.tm-sidebar-a span.hikashop_product_name a,
.tm-sidebar-a span.hikashop_product_name a {
	font-size: 15px;
	margin-top: 15px;
}
.tm-sidebar-a .hikashop_product,
.tm-sidebar-a .hikashop_product {
	margin-bottom: 10px;
}
 ----------- PRODUCT DETAIL PAGE ----------- 
#hikashop_product_left_part div {
	display: inline-block;
	width: 100%;
	text-align: left !important;
}
#hikashop_product_left_part .hikashop_product_main_image,
#hikashop_product_left_part .hikashop_product_main_image .hikashop_product_main_image_subdiv {
	text-align: left !important;
}
#hikashop_product_right_part {
	text-align: left;
}
.hikashop_product_page span.hikashop_product_price {
	color: #364555;
	font-weight: 700;
	font-size: 26px;
    line-height: 34px;
    font-family: "Lato";
	font-style: normal;
}


#hikashop_product_right_part span.hikashop_product_price_full {
	text-align: left;
}
 ----------- CART MODULE ----------- 
#hikashop_cart_module a.hikashop_small_cart_clean_link {
	height: 13px;
	margin-left: 5px;
}
#hikashop_cart_module a img {
	margin: 0;
	float: left;
}
#hikashop_cart_module input.hikashop_cart_input_button {
	margin-top: 15px;
}
 ----------- MINI SHOPPING CART ----------- 
.hikashop_cart_title {
	font-weight: 400;
	font-size: 15px;
}
.hikashop_cart_module_product_name_value a {
	text-transform: capitalize;
}
.hikashop_cart_module span.hikashop_product_price_full {
	margin-bottom: 0;
}
.hikashop_cart_module .hikashop_cart table {
	border-collapse: collapse;
}	
.hikashop_cart_module hr {
	background: none;
}
.hikashop_cart_module .hikashop_cart table th,
.hikashop_cart_module .hikashop_cart table td {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.hikashop_cart_module .hikashop_cart table tfoot {
	border: 1px solid #e5e5e5;
	width: 100%;
}
.hikashop_cart_module .hikashop_cart table tfoot td {
	border: none;
	font-weight: 600;
}
.hikashop_cart_module .hikashop_cart table tfoot tr:first-child {
	display: none;
}
 ----------- CHECK OUT ----------- 
.hikashop_checkout_page h1 {
	border-bottom: 3px double #e5e5e5;
	padding-bottom: 0px;
}
.hikashop_checkout_login h2 {
	background: url(icons-uni.png) 0 -1624px no-repeat;
	padding-left: 45px;
}
.hikashop_checkout_login_right_part {
	padding-left: 20px;
}
.hikashop_checkout_login_right_part h2 {
	background-position: 0 -1283px;
}
.hikashop_checkout_login_right_part h3 { 
	color: #737373;
	font-size: 1.8em;
	font-weight: 300;
	background: url(icons-uni.png) 0 -853px no-repeat;
	padding-left: 45px;
	line-height: 36px;
}

#hikashop_checkout_login_right_part input#modlgn-username, 
#hikashop_checkout_login_right_part input#modlgn-passwd {
    height: 24px;
    line-height: 24px;
	margin: 0;
	padding-left: 3px;
}

.hikashop_no_border tr,
.hikashop_no_border td,
#hikashop_address_listing tr,
#hikashop_address_listing td, 
#hikashop_address_form_span_iframe tr, 
#hikashop_address_form_span_iframe td, 
#hikashop_product_quantity_main tr, 
#hikashop_product_quantity_main td,
#hikashop_checkout_page tr,
#hikashop_checkout_page td,
#hikashop_affiliate_main tr, 
#hikashop_affiliate_main td {
	padding: 10px 5px;
}
#hikashop_checkout_billing_address fieldset legend, 
#hikashop_payment_methods fieldset legend {
	background: url(icons-uni.png) 0 -1283px no-repeat;
	padding-left: 45px;
	line-height: 36px;
	font-size: 1.8em;
	border-bottom: 3px double #e5e5e5;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 10px;
}
#hikashop_checkout_billing_address fieldset legend {
	background-position: 0 -78px;
}
#hikashop_checkout_cart table {
	border-collapse: collapse;
}
#hikashop_checkout_cart table td,
#hikashop_checkout_cart table th {
	padding: 10px;
}
#hikashop_checkout_cart table tfoot td {
	padding: 0 10px;
	font-weight: 300;
}
#hikashop_checkout_cart table tfoot tr:last-child td {
	font-weight: bold;
}
#hikashop_checkout_cart table tbody td,
#hikashop_checkout_cart table thead th {
	border: 1px solid #e5e5e5;
	margin: 0;
}
p.hikashop_cart_product_name a {
	text-transform: capitalize;
}
#hikashop_checkout_cart table hr {
	background: none;
}
.hikashop_cart_product_quantity_value input.hikashop_product_quantity_field {
	padding: 3px;
}
span.hikashop_checkout_cart_taxes {
	font-weight: 300;
	font-size: 15px;
}
span.hikashop_checkout_cart_final_total {
	color: #737373;
	font-size: 15px;
}
a.hikashop_checkout_billing_address_new_link {
	float: right;
	margin-top: 15px;
	display: inline-block;
}
 ----------- PRODUCT DETAIL PAGE ----------- 

#hikashop_product_top_part h1 {
    font-family: "Righteous";
    font-size: 38px;
    font-weight: normal;
    line-height: 48px;
    text-transform: none;
	color: #364555;
}
.hikashop_product_stock a.hikashop_product_quantity_field_change {
	margin: 0;
}
#hikashop_product_quantity_main .hikashop_product_stock tr:first-child td:first-child {
	padding-left: 0;
}
#hikashop_product_quantity_main .hikashop_product_stock td {
	padding: 0 5px;
}
input.hikashop_product_quantity_field {
	text-indent: 5px;
}
img.hikashop_child_image {
	height: 60px;
	margin: 0 10px 0 0;
}

#hikashop_product_custom_info_main.uk-panel-box-secondary { background-color: #eeeeee; }

.hikashop_product_page .hikashop_submodules .hikashop_category_custom_info_main { display: none; }
.hikashop_product_page .hikashop_submodules span.hikashop_product_price {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    font-family: "Times New Roman",Times,serif;
}

 ----------- WISHLIST PAGE ----------- 
.hikashop_showcart_infos .key {
	background: none;
}
#hikashop_cart_product_listing {
	border-collapse: collapse;	
}
#hikashop_cart_product_listing th,
#hikashop_cart_product_listing td {
	padding: 10px;
	border: 1px solid #e5e5e5;
}
#hikashop_cart_product_listing .hika_show_cart_total td {
	border: none;
	font-weight: bold;
}
 ----------- WISHLIST MODULE ----------- 
.hikashop_wishlist_module table {
	border-collapse: collapse;	
}
.hikashop_wishlist_module table td,
.hikashop_wishlist_module table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.hikashop_wishlist_module table th:last-child {
	border: none;
}
#hikashop_carts_listing button.btn {
	border: none;
	color: #fff;
	padding: 8px 15px;
	margin-top: 5px;
}
table.hikashop_no_border tbody tr td:first-child {
	padding: 0;
}
 ----------- SHOPPING CART PAGE ----------- 
#hikashop_carts_listing .hikashop_header_title h1,
#hikashop_cart_listing .hikashop_header_title h1 {
	background: url(icons-uni.png) 0 -163px no-repeat;
	padding-left: 45px;
	line-height: 36px;
	font-size: 1.8em;
	color: #737373;
}	
#hikashop_cart_listing { border-collapse: collapse; }
#hikashop_cart_listing th { font-weight: 400; }
#hikashop_cart_listing th,
#hikashop_cart_listing td { padding: 10px; border: 1px solid #e5e5e5; }

.hikashop_carts .row0,
.hikashop_orders .row0 { background: #f8f8f8; }

#hikashop_cart_listing .hikashop_showcart_infos td { border: none; }

div.toolbar a { border: none; }

#hikashop_checkout_login .btn.active, 
#hikashop_checkout_login .btn:active {
	color: #4d607a;
	text-transform: uppercase;
	font-weight: bold;
}

#hikashop_checkout_login .btn { text-transform: uppercase; }

#hikashop_checkout_registration input.uk-button,
.hikashop_user_registration_page input.uk-button,
#hikashop_checkout_login_form input.uk-button {
    height: 36px;
    line-height: 36px !important;
    min-height: 36px !important;
    padding: 0 12px !important;
}

----------- CUSTOMER PAGE ----------- 
#hikashop_cpanel_main .hikashop_header_title {
	width: 100%;
}
#hikashop_cpanel_main .hikashop_header_title h1 {
	background: url(icons-uni.png) 0 -1624px no-repeat;
	padding-left: 45px;
	line-height: 36px;
	font-size: 1.8em;
	color: #737373;
	border-bottom: 3px double #e5e5e5;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#hikashopcpanel div.icon a {
	border: 1px solid #e5e5e5;
}
#hikashopcpanel div.icon a:hover {
	background: #f8f8f8;
}
 ----------- CATEGORIES LISTING PAGE ----------- 
.hikashop_categories_listing_main .hikashop_subcontainer {
	border: 1px solid #e5e5e5;
	border-radius: 0 !important;
	padding: 0;
}
.hikashop_categories_listing_main .hikashop_products_listing_main .hikashop_subcontainer {
	border: inherit;
}
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer {
	position: relative;
}

.tm-main .hikashop_subcategories_listing td span.hikashop_category_name {
	top: 0;
	left: 4px;
}
.tm-main .hikashop_subcategories_listing span.hikashop_category_name a {
	font-size: 20px;
	font-weight: 300;
}
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer:hover span.hikashop_category_name a {
	color: #fff;
}
.tm-main .hikashop_subcategories_listing .product-info span.hikashop_category_name a {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,.6);	
	padding: 5px 20px;
}
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer:hover .product-info span.hikashop_category_name a {
	background: rgba(0,0,0,.8);	
	color: #fff;
}
.hikashop_subcategories_listing [class*="hikashop_category_column_"] .hikashop_container table {
	margin: 0;
}
.hikashop_subcategories_listing [class*="hikashop_category_column_"] .hikashop_container table td {
	display: block;
	text-align: center;
	width: 100%;
}
.tm-main .hikashop_subcategories_listing th span.hikashop_category_name,
.tm-main .hikashop_subcategories_listing .hikashop_slide_vertical_description span.hikashop_category_name {
	display: block;
	position: inherit;
}
.tm-main .hikashop_subcategories_listing th span.hikashop_category_name a,
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer:hover th span.hikashop_category_name a,
.tm-main .hikashop_subcategories_listing .hikashop_slide_vertical_description span.hikashop_category_name a,
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer:hover .hikashop_slide_vertical_description span.hikashop_category_name a {
	color: #555;
	margin-top: 15px;
	display: inline-block;
}
.tm-main .hikashop_subcategories_listing .hikashop_subcontainer:hover th {
	font-weight: 300;
}
.tm-main .hikashop_subcategories_listing th .hikashop_img_pane_panel span.hikashop_category_name,
.tm-main .hikashop_vertical_slider .hikashop_subcategories_listing .hikashop_img_pane_panel span.hikashop_category_name {
	display: none;
}
 ----------- CATEGORIES MODULE DIV  ----------- 
.hikashop_module .hikashop_container {
	position: relative;
}
.hikashop_module .hikashop_container .product-info span.hikashop_category_name a {
	position:absolute;
	left: 0;
	top: 0;
}
.hikashop_module .hikashop_container .product-info span.hikashop_category_name a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	background: rgba(0,0,0,.6);	
	padding: 3px 10px;
}
.hikashop_module .hikashop_container:hover .product-info span.hikashop_category_name a {
	background: rgba(0,0,0,.8);	
	color: #fff;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container {
	margin: 0 0 15px !important;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table td {
	display: block;
	text-align: center;
	width: 100%;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container table td h2 {
	font-size: 18px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table {
	border: none;
	padding: 0;
	text-align: center;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table th {
	font-weight: 300;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider table .hikashop_category_desc,
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_vertical_slider .hikashop_category_desc {
	padding: 0 10px;
	font-size: 12px;
}
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_horizontal_slider .hikashop_category_name,
.hikashop_module .hikashop_subcategories_listing .hikashop_category_column_1 .hikashop_container .hikashop_vertical_slider .hikashop_category_name {
	padding-top: 10px;
	display: inline-block;
}
.hikashop_product_list,
.hikashop_category_list {
	width: 100%;
}
 ----------- PAGINATION ----------- 

.pagenav_start_chevron,
.pagenav_previous_chevron,
.pagenav_next_chevron,
.pagenav_end_chevron {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dedede;
    border-radius: 0;
    box-sizing: content-box;
    line-height: 10px;
    min-width: 10px;
    padding: 5px;
    text-align: center;
    text-indent: 0;
}

.pagenav_start_chevron:before,
.pagenav_previous_chevron:before,
.pagenav_next_chevron:before,
.pagenav_end_chevron:before { 
    display: inline-block;
    font-family: "FontAwesome"; 
    font-size: 10px;
    font-style: normal;
    color: #4a6d99;
}

.pagenav_start_chevron:before { content: "\f048"; }
.pagenav_previous_chevron:before { content: "\f04a"; }
.pagenav_next_chevron:before { content: "\f04e"; }
.pagenav_end_chevron:before { content: "\f051"; }

.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
	color: #737373;
	font-weight: 300;
	font-size: 15px;
}
.hikashop_products_pagination .list-footer .limit .inputbox,
.hikashop_subcategories_pagination .list-footer .limit .inputbox  {
	color: #737373;
}

.hikashop_products_pagination .list-footer a.pagenav,
.hikashop_subcategories_pagination .list-footer a.pagenav { color:#4D607A !important; }

.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav { color:#B22A24 !important; }

 ----- OPTIONS ----- 

.hikashop_product_custom_info_main #custom-field-selector-include-component { background-color: #00a500; }
.hikashop_product_custom_info_main #custom-field-selector-include-module { background-color: #ff4b39; }
.hikashop_product_custom_info_main #custom-field-selector-include-plugin { background-color: #e20079; }
.hikashop_product_custom_info_main #custom-field-selector-compatibility-j25 { background-color: #b700ff; }
.hikashop_product_custom_info_main #custom-field-selector-compatibility-j3 { background-color: #eab31d; }

.hikashop_product_custom_includes_line .hikashop_product_custom_value span,
.hikashop_product_custom_compatibility_line  .hikashop_product_custom_value span {
    border-radius: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 18px;
    background-clip: padding-box;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

 ----- BUTTONS ----- 

.tm-main input.btn,
.tm-main #hikashop_product_contact_main input.btn {
	-webkit-appearance: none;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: #9f9f9f !important;
	text-transform: none;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	background: #eeeeee;
	vertical-align: middle;
	line-height: 36px;
	min-height: 36px;
	text-decoration: none;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #eaeaea;
	background-image: -webkit-linear-gradient(top, #fcfcfc, #fafafa);
	background-image: linear-gradient(to bottom, #fcfcfc, #fafafa);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
	text-transform: uppercase;
	font-size: 14px;
}

.tm-main input.btn:hover,
.tm-main input.btn:focus,
.tm-main #hikashop_product_contact_main input.btn:hover,
.tm-main #hikashop_product_contact_main input.btn:focus {
  background-color: #fcfcfc;
  color: #c5c5c5 !important;
  outline: none;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.08);
  background-image: none;
  box-shadow: inset 1px 3px 2px rgba(0, 0, 0, 0.025), inset 0 -1px 1px rgba(0, 0, 0, 0.07);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.9);
}
 Active 
.tm-main input.btn:active,
.tm-main #hikashop_product_contact_main input.btn:active {
  background-color: #eeeeee;
  color: #c5c5c5 !important;
  border-color: rgba(0, 0, 0, 0.09);
  background-image: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.04), inset 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.tm-main input.hikashop_cart_input_button,
button.hikashop_cart_input_button {
  background-color: #DA4F49;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
}

 #hikashop_checkout_page .hikashop_checkout_coupon .hikashop_cart_input_button {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    min-height: 25px;
    padding: 0 10px;
}

.tm-main input.hikashop_cart_input_button:hover,
.tm-main input.hikashop_cart_input_button:focus {
  background-color: #DA4F49;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
  text-shadow: none;
}

.tm-main input.hikashop_cart_input_button:active {
  background-color: #DA4F49;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

#hikashop_checkout_page .hikashop_cart_product_image_value img {  width: 100px; }

#hikashop_checkout_page .hikashop_cart_product_name a,
#hikashop_checkout_page #hikashop_checkout_cart_final_total_title,
#hikashop_checkout_page span.hikashop_checkout_cart_final_total,
#hikashop_checkout_page #hikashop_checkout_coupon { font-size: inherit; font-family: inherit; }


*//* ----- OPTIONS ----- */
#custom-field-selector-compatibility-j25 {
	background-color: #B700FF;
	border-radius: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 18px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#custom-field-selector-compatibility-j3 {
	background-color: #EAB31D;
	border-radius: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 18px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#custom-field-selector-include-component {
	background-color: #00a500;
	border-radius: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 18px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#custom-field-selector-include-module {
	background-color: #FF4B39;
	border-radius: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 18px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#custom-field-selector-include-plugin {
	background-color: #E20079;
	border-radius: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 18px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

 ----- OPTIONS SMALL ----- 
#custom-field-selector-compatibility-j25-small {
	background-color: #B700FF;
	border-radius: 6px;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 10px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 6px;
	font-weight: bold;
}
#custom-field-selector-compatibility-j3-small {
	background-color: #EAB31D;
	border-radius: 6px;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 10px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 6px;
	font-weight: bold;
}
#custom-field-selector-include-component-small {
	background-color: #00a500;
	border-radius: 6px;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 10px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 6px;
	font-weight: bold;
}
#custom-field-selector-include-module-small {
	background-color: #FF4B39;
	border-radius: 6px;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 10px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 6px;
	font-weight: bold;
}
#custom-field-selector-include-plugin-small {
	background-color: #E20079;
	border-radius: 6px;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 10px;
	background-clip: padding-box;
	color: #FFF;
	display: inline-block;
	font-size: 6px;
	font-weight: bold;
}

div.recaptcha { padding-top: 10px; }
div.recaptcha label { display: none; }

/*

 ----- USER DOWNLOADS PAGE ----- 

#hikashop_download_listing fieldset h1,
#hikashop_order_main fieldset h1,
#hikashop_order_listing fieldset h1 {  font-size: 38px; line-height: 48px; border-bottom: none; }

#hikashop_download_listing a.uk-button-primary,
#hikashop_order_main a.uk-button-primary { color: #ffffff; }

#hikashop_download_listing a.uk-button-primary:hover,
#hikashop_order_main a.uk-button-primary:hover { 
    background-color: #4d607a;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.024) inset;
    color: #ffffff;
    text-shadow: none; 
}

#hikashop_download_listing th {
    border: 1px solid #eaeaea;
    color: inherit;
    font-size: inherit;
    padding: 10px;
	text-align: center;
}

#hikashop_download_listing td { padding: 10px; }

#hikashop_download_listing fieldset.header, 
#hikashop_order_main fieldset.header { border-bottom: 1px solid #ddd; }

#hikashop_download_listing a.uk-button-green {
  background-color: #81b35a;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #88be60, #7cac56);
  background-image: linear-gradient(to bottom, #88be60, #7cac56);
  border-color: transparent;
}

#hikashop_download_listing a.uk-button-green:hover,
#hikashop_download_listing a.uk-button-green:focus {
  background-color: #81b35a;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
  text-shadow: none;
}

#hikashop_download_listing a.uk-button-green:active,
#hikashop_download_listing a.uk-button-green.uk-active {
  background-color: #79ae50;
  color: #ffffff;
  background-image: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

#hikashop_download_listing .uk-table caption, 
#hikashop_download_listing .uk-table tfoot { font-style: normal; }

#hikashop_download_listing a.uk-button-danger { color: #ffffff; }

 ------------------ STRIPE PAGE ---------------------------- 

#stripeform > div { background-image: display: none; }

 ------------------ EASY DISCUSS ---------------------------- 

.discuss-categories li a { display: inline; }
.discuss-categories .discuss-notice-bubble {
    background-color: #df5045;
    background-image: -moz-linear-gradient(center top , #e95d53, #cf3c2f);
    background-repeat: repeat-x;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #9b4343;
    color: white;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 1px 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
}

.discuss-categories li.uk-parent {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
}
.discuss-categories li:first-child { border-top: none; }
.discuss-categories .uk-nav-side > li:not(.uk-nav-header) + li > a { border: none; }
.discuss-categories ul.uk-nav-sub { padding: 0 20px; }

#discuss-dialog.modal {
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#discuss-wrapper .discuss-content-item ul li { padding-bottom: 10px; }
div#discuss-wrapper .discuss-searchbar .btn-searchbar { top: 15px; }
div#discuss-wrapper .discuss-searchbar { height: 65px; padding: 5px; }
div#discuss-wrapper .discuss-searchbar--select select {  font-size: 10px; }
div#discuss-wrapper .discuss-searchbar .btn-ask {  font-size: 14px;  padding: 8px 10px;  }
#discuss-welcome li.discuss-profile div.user-title a {  font-size: 18px; line-height: 40px; }

table.table-striped .uk-badge-warning,
.mostread .uk-badge-warning {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    padding: 2px 5px;
}


.hikashop_product_discount {
	color: #ef7440;
	font-weight: 300;
	font-size: 14px;
	padding-right:5px;
} */

.tm-logo {
	padding-top:13px;
	padding-bottom:13px;
}

.module { display:inline-block; }

h1, .uk-h1 {
    font-size: 30px;
    line-height: 35px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px;
    font-weight: 200;
    color: #4B4B4B;
}

.tm-navbar, #tm-footer {
	background-color:#232f3c;
	
}

.tm-navbar > ul > li > a {
	color:#fff;
}

.tm-navbar > ul > li.uk-active > a {
	color:rgba(204, 204, 204, 0.6);
}

.uk-button-light {
	color:#fff;
	border: 1px solid #fff;
}

/*#hikashop_product_custom_info_main.uk-panel-box-secondary {
	background-color:#fff !important;
	color: #000;
}

.hikashop_product_options {
	max-width:80%;
}

#hikashop_product_top_part h1 {
	font-size:35px;
	line-height:40px;
}*/
.uk-panel-box-secondary .uk-button {
    border-color: #4B4B4B;
    color: #4B4B4B;
}
.uk-panel-box-secondary a {
    color: #4B4B4B;
}
/*.hikashop_option_price_value {
	font-size:15px;
	line-height:18px;	
	color:#444;
	font-weight:normal;
	font-family: "Righteous";
}*/
.uk-block {
	border-top:0;
	padding-top:40px;
}
/*.uk-sticky-placeholder + .uk-block, .tm-navbar + .uk-block {
    margin-top: -30px;
}*/

.uk-contrast a:not([class]), 
.uk-contrast .uk-link, 
.uk-block-primary a:not([class]), 
.uk-block-primary .uk-link, 
.uk-block-secondary a:not([class]), 
.uk-block-secondary .uk-link { color: rgba(204, 204, 204, 0.6); }

div.uk-navbar-content.uk-navbar-center.uk-hidden-large {

}

.tm-logo-small {
	display:inline-block;
}

/* indent menu sub items in main menu dropdown */
li.uk-parent ul.uk-nav-sub {
	margin-left:10px;
}

/* HIKASHOP STYLING */
/* quantity field styling to be used with jquery ui spinner */
input.hikashop_product_quantity_field {
  border:0 !important;
  margin-bottom:0 !important;
  /*padding:0 !important;*/
}

/* hikashop product page h1 title */
#hikashop_product_top_part {
    font-family: "Righteous";
    font-size: 46px;
    font-weight: normal;
    line-height: 56px;
    text-transform: none;
	color: #364555;

}

.hikashop_product_right_part .hikashop_product_price_full {

    font-size: 35px;
    font-weight: normal;
    text-transform: none;
	color: #364555;
}

.hikashop_product_right_part #hikashop_product_quantity_main a.uk-button-large {
	min-height: 80px;
	padding: 0 20px;
	line-height: 80px;
	font-size: 36px;
}

.hikashop_product_options_table .uk-table select {
border: 1px solid #c5c5c5;
border-radius: 3px;
background: #ffffff;
color: #333333;
width: auto;
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}

div#hikashop_category_information_menu_469 div.hikashop_subcategories_listing {
	display:none;
}

div.hikashop_cart_module {
	margin-left:30px;
	margin-right:30px;
	-webkit-appearance: none;
	overflow: visible;
	text-transform: none;
	display: inline-block !important;
	box-sizing: border-box;
	vertical-align: middle !important;
	text-decoration: none !important;
	text-align: center !important;
	text-transform: uppercase !important;
	min-height: 25px !important;
	padding: 0 10px !important;
	line-height: 25px !important;
	font-size: 14px !important;	

	background-color: #97d57c !important;
	color: #ffffff !important;
	/*border-color: transparent !important;*/
	border:1px solid #97d57c !important;


}
a.hikashop_small_cart_checkout_link {
	color: #ffffff !important;

}

/*@media (max-width: 1100px) {
  .art-hikashop-store-buttons {
    display: none;
  }
}*/

@media (max-width: 1150px) {
  div.hikashop_cart_module {
    display: none;
  }
}

div.notifyjs-metro-base.notifyjs-metro-info div.image {
	margin:10px;
	float:left;
}
div.notifyjs-metro-base.notifyjs-metro-info div.text-wrapper {
	margin-right:20px;
}

div.hikashop_checkout_buttons button.btn.btn-primary {

	-webkit-appearance: none !important;
	margin: 0 !important;
	border: none !important;
	overflow: visible !important;
	font: inherit !important;
	text-transform: none !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	background: rgba(0, 0, 0, 0) !important;
	vertical-align: middle !important;
	text-decoration: none !important;
	text-align: center !important;
	text-transform: uppercase !important;
	border: 1px solid #4b4b4b !important;

	background-color: #da4f49 !important;
	color: #ffffff !important;
	border-color: transparent !important;

	min-height: 80px !important;
	padding: 0 20px;
	line-height: 80px !important;
	font-size: 36px !important;
}


/**
*
*  SEASONAL CLASSES
*
*/
.christmas-bg {
	background-image:url('https://artetics.com/images/christmas-tree-bg.jpg');
	background-repeat:no-repeat;
}






