<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
padding:0px;
margin: 0;
font-family: 'Open Sans', Arial, sans-serif;
font-size:13px;
}

input{
font-family: 'Open Sans', Arial, sans-serif;
}

* :focus{
outline:0;
}

table{
border-spacing:0px;
}

table td, table th{
padding:0px;
}

a{
transition:         0.08s ease-in;
-o-transition:      0.08s ease-in;
-ms-transition:     0.08s ease-in;
-moz-transition:    0.08s ease-in;
-webkit-transition: 0.08s ease-in;
}

h1{
font-size: 40px;
line-height: 45px;
font-weight: 300;
padding-top:5px;
margin-top:0px;
margin-bottom:30px;
text-transform:uppercase;
}

label{
cursor:pointer;
}

.clear{
clear:both !important;;
float:none !important;
}

h2{
padding:0px;
margin:0px;
margin-bottom:10px;
margin-top:10px;
font-weight:300;
font-size:25px;
}

.submit{
text-decoration:none;
display:inline-block;
margin-bottom: 20px;
text-transform: uppercase;
padding: 13px;
transition: 0.08s ease-in;
-o-transition: 0.08s ease-in;
-ms-transition: 0.08s ease-in;
-moz-transition: 0.08s ease-in;
-webkit-transition: 0.08s ease-in;
font-size:14px;
line-height: 14px;
cursor:pointer;
}

.submit:hover{
text-decoration:none;
}



/* Eshop Header */

#header .logo{
margin-top:20px;
margin-bottom:30px;
cursor:pointer;
}

#header .logo img{
max-width:100%;
height:auto !important;
}

#header .logo p{
margin:0px;
}

#header .logo .subtitle{
font-size:20px;
text-transform:uppercase;
font-weight:300;
margin-top:5px;
letter-spacing:0.5px;
}

/* Eshop Header end */


  
/* Submenu Panel */

#submenu_panel{
margin-bottom:25px;
margin-top:35px;
}

#submenu_panel .body{
float:right;
}

/* Submenu Panel end */




/* Language Panel */
#language_switcher {
float:left;
height:27px;
position:relative;
font-weight:300;
margin-top:7px;
margin-bottom:20px;
font-size:14px;
}

#language_switcher img{
height:15px;
max-width:23px;
}

#language_switcher .selected{
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
line-height:0px;
height:27px;   
display:block;
float:left;
}

#language_switcher .selected span{
display:block;
line-height:15px;
}

#language_switcher .arrow{
height:27px;
width:27px;
float:left;
}

#language_switcher ul{
list-style:none;
margin:0px;
padding:0px;
min-width:100%;   
position:absolute;
top:26px;
left:0px;
display:none;
z-index:50;
}

#language_switcher:hover ul{
display:block;
}

#language_switcher ul li{
margin:0px;
padding:0px;
}

#language_switcher ul li a{
padding-left:5px;
padding-right:5px;
width:100%;
display:block;
line-height:20px;
text-decoration:none;
}

#language_switcher ul li a img{
margin-top:2px;
margin-bottom:3px;
}

/* Language Panel End */




/* Currency Panel */
#currency_switcher {
float:left;
height:27px;
position:relative;
font-weight:300;
margin-top:7px;
margin-bottom:20px;
margin-left:20px;
font-size:14px;
}

#currency_switcher .selected{
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
line-height:15px;
height:27px;
display:block;
float:left;
}

#currency_switcher .arrow{
height:27px;
width:27px;
float:left;
}

#currency_switcher ul{
list-style:none;
margin:0px;
padding:0px;
min-width:100%;   
position:absolute;
top:26px;
left:0px;
display:none;
z-index:50;
}

#currency_switcher:hover ul{
display:block;
}

#currency_switcher ul li{
margin:0px;
padding:0px;
}

#currency_switcher ul li a{
padding-left:5px;
padding-right:5px;
width:100%;
box-sizing: border-box;
display:block;
line-height:20px;
text-decoration:none;
}

/* Currency Panel End */




/* User Panel */
#user_panel{
float:left;
height:55px;
margin-left:10px;
}

#user_panel a{
cursor:pointer;
display:block;
width:40px;
height:40px;
margin-left:10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
float:left;
margin-bottom:15px;
}

/* User Panel End */  




/* User Menu */
.template_my_account #main_body .menu a{
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
text-decoration: none;
text-transform:uppercase;
}

/* User Menu end */



/* Cart Box */
#cart_box{
cursor:pointer;
display:block;
width:40px;
height:40px;
margin-left:10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
float:left;
margin-bottom:15px;
position:relative;
}

#cart_box .body{
padding:10px;
position:absolute;
top:40px;
right:0px;
z-index:20;
text-align:right;
display:none;
}
/* Cart Box End */




/* Search box */
#search_box{
float:left;
width:100%;
height:40px;
margin-bottom:30px;
position:relative; 
position:relative;
}

#search_box #search_input{
width:130px;
box-sizing:border-box;
float:left;
margin:0px;
height:38px; 
font-size:15px;
font-weight:300;
padding:5px;
}

#search_box .submit{
width:40px;
height:40px;
padding:0px;
margin:0px;  
position:absolute;
right:-1px;
top:-1px;
}

#search_box #search_submit{
height:40px;
width:40px;
padding:0px;
margin:0px;
cursor:pointer;
}
/* Search box end */



/* Main Menu */
.main-menu-area{
position:relative;
}

#main_menu{
margin-bottom:30px;
}

#main_menu a{
float:left;
text-decoration:none;
margin-right:20px;
font-size:20px;
font-weight:300;
display:block;
line-height:20px;
padding-top:10px;
padding-bottom:10px;
}

#main_menu li{
list-style:none;
float:left;
padding:0px;
margin:0px;
position:relative;
}

#main_menu ul{
padding:0px;
margin:0px;
}

#main_menu .submenu{
clear:both;
float:none;
width:300px;
position:absolute;
top:45px;
z-index:1000;
display:none !important;
}      

#main_menu li:hover .submenu{
display:block !important;
}

#main_menu .submenu li{
float:none;
}   

#main_menu .submenu a{
font-size:11px;
}

#main_menu .submenu a{
float:none;
display:block;
padding-top:10px;
padding-bottom:10px;
line-height:15px;
height:auto;
}

/* Main Menu End */




/* Slideshow */
#top_slideshow{
height:600px;
width:100%;
}

#slides {
position: relative;
}

#slides .slides-container {
display: none;
}

#slides .scrollable {
position: relative;
top: 0;
left: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
}

#slides .scrollable:after {
content: "";
display: table;
clear: both;
}

.slides-navigation {
margin: 0 auto;
position: absolute;
z-index: 3;
width: 100%;
top:270px;
}

.slides-navigation a {
position: absolute;
display: block;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.slides-navigation a.prev {
left: 15px;
width:60px;
height:60px;
}

.slides-navigation a.next {
right: 15px;
width:60px;
height:60px;
}

.slides-pagination {
position: absolute;
z-index: 3;
width:100%;
bottom: 10px;
text-align: center;
}

.slides-pagination a {
width: 14px;
height: 14px;
display: inline-block;  
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline;
margin-left: 5px;
margin-right:5px;
overflow: hidden;
text-indent: -100%;
font-size:0px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.slideshow-line{
height:1px;
}

/* Slideshow End */




/* Left Column */
#left_column{
margin-top:40px;
}

#left_column .header{
font-size:20px;
line-height:20px;
text-transform:uppercase;
font-weight:bold;
padding-left:10px;
padding-right:10px;
padding-top:15px;
padding-bottom:15px;
position:relative;
} 

#left_column .box{
margin-bottom:20px;
}

#left_column .box .body{
padding:10px;
}  

/* Left Column End */




/* Survey */ 

#survey table{
box-sizing:border-box;
width:100%; 
padding:10px; 
border-collapse:inherit;
}

#survey a{
text-decoration:none;
}

#survey th{
text-align:left;
}

#survey th{
padding-top:7px;
padding-bottom:2px;
}

#survey .graph div{
height:15px;
border-top-right-radius:2px;
border-bottom-right-radius:2px;
}

#survey .result{
text-align:right;
}


/* Survey end*/



/* Payments available*/

#payments_available img{
margin:auto;
display:block;
}

/* Payments available end*/



/* Categories Menu */
#categories_menu{
margin-bottom:20px;
}

#categories_tree .active a{
font-weight:bold;
}

#categories_tree .active ul a{
font-weight:normal;
}

#categories_menu ul{
margin:0px;
padding:0px;
list-style:none;
}

#categories_tree &gt; ul{
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:0px;
}

#categories_menu ul li a{
display:block;
line-height:1.5em;
font-size:16px;
text-decoration:none;
padding-top:7px;
padding-bottom:7px;
} 

#categories_menu ul li li a{
padding-left:10px; 
font-size:95%; 
}

#categories_menu ul li li li a{
padding-left:20px;
}

#categories_menu ul li li li li a{
padding-left:30px;
}

#categories_menu ul li li li li li a{
padding-left:40px;
}

#categories_menu ul li li li li li li a{
padding-left:50px;
}

#categories_menu ul li li li li li li li a{
padding-left:60px;
}

#categories_menu ul li li li li li li li li a{
padding-left:70px;
}

#categories_menu ul li li li li li li li li li a{
padding-left:80px;
}

.plusminus{
width:13px;
height:8px;
line-height:10px;
text-align:center;
display:block;
float:right;
padding: 7px 5px 7px 5px;
}

/* Categories Menu End */



/* Manufacturers Menu */
#manufacturers_menu{
margin-bottom:20px;
}

#manufacturers_tree .active a{
font-weight:bold;
}

#manufacturers_tree .active ul a{
font-weight:normal;
}

#manufacturers_menu ul{
margin:0px;
padding:0px;
list-style:none;
}

#manufacturers_tree &gt; ul{
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:0px;
}

#manufacturers_menu ul li a{
display:block;
line-height:1.5em;
font-size:16px;
text-decoration:none;
padding-top:7px;
padding-bottom:7px;
}

/* Manufacturers Menu End */

#eshop .eshop_body{
padding-bottom:40px;
}

#main_body{
margin-top:40px;
}


/* Newest/Bestsellers/Actions */
.homepage_products_headers{
margin-top:30px;
padding-top:25px;
padding-bottom:25px;
text-align:center;
}

.homepage_products_headers span{
padding-left:15px;
padding-right:15px;
font-size:23px;
text-transform:uppercase;
font-weight:300;
cursor:pointer;
}

/* Newest/Bestsellers/Actions End */



/* Product List Product */
#product_list{
min-height:150px;
clear:both;
}

#product_list #no_product{
margin-top:25px;
}

.homepage_products_body .product .body,
#product_list .product .body{
text-align:center;
margin-bottom:30px;
position:relative;             
}

.homepage_products_body .product .thumbnail,
#product_list .product .thumbnail{
padding:0px;
height:260px;
margin:0px;
position:relative;
} 

.homepage_products_body .product .thumbnail img,
#product_list .product .thumbnail img{
max-width:100%;
max-height:260px;
}

.homepage_products_body .product .thumbnail .pictogram, 
#product_list .product .thumbnail .pictogram,
#product_detail .image .pictogram{
position:absolute;   
height:20px;
line-height:20px;
padding-left:5px;
padding-right:5px;
font-size:11px; 
left:10px;
top:10px;
}

.homepage_products_body .product .thumbnail .pictogram .background, 
#product_list .product .thumbnail .pictogram .background,
#product_detail .image .pictogram .background{
position:absolute;
top:0px;
left:0px;
width:100%;
height:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity:0.8;
}

.homepage_products_body .product .thumbnail .pictogram .text, 
#product_list .product .thumbnail .pictogram .text,
#product_detail .image .pictogram .text{  
position:relative;
}

.homepage_products_body .product .info,
#product_list .product .info{
padding-left:5px;
padding-right:5px;
padding-bottom:15px;
}

.homepage_products_body .product .price,
#product_list .product .price{
font-size:30px;
line-height: 1.2em;
padding-top:10px;
padding-bottom:10px;
}

.homepage_products_body .product .price .dual,
#product_list .product .price .dual{
font-size:80%;
}

.homepage_products_body .product .name a,
#product_list .product .name a{
font-size:17px;
height:60px;
display:block;
text-decoration:none;
font-weight:bold;
}

.homepage_products_body .product .availability,
#product_list .product .availability{
font-size:15px;
}

.homepage_products_body .product .button_area,
#product_list .product .button_area, #recommended_products .product .button_area{
height:34px;
margin-top:10px;
margin-bottom:15px;
}

.homepage_products_body .product .cart_add input,
#product_list .product .cart_add input, #recommended_products .product .cart_add input{
height:34px;
width:34px;
text-align:center;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
display:inline-block;
margin:0px;
margin-right:5px;
outline: none;
vertical-align: top;
box-sizing:border-box;
}

.homepage_products_body .product .cart_add .add_to_cart,
#product_list .product .cart_add .add_to_cart, #recommended_products .product .cart_add .add_to_cart{
height:34px;
width:34px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
display:inline-block;
cursor:pointer;
margin-left:5px;
}

.homepage_products_body .product .show_variants,
#product_list .product .show_variants, #recommended_products .product .show_variants{
display:block;
height:34px;
line-height:34px;
text-decoration:none;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
}

.homepage_products_body .product .action,
#product_list .product .action{
position:absolute;
top:0px;
right:0px;
font-size:15px;
width:75px;
height:75px;
text-align:right;
padding-right:5px;
padding-top:15px;
}
/* Product List Product End */



/* Recommended Products */         
#recommended_products div{
box-sizing:border-box;
}


#recommended_products .body{
overflow-x:hidden;
}

#recommended_products .product {
padding-top:10px;
}

#recommended_products .product .image img{
width:100%;
}

#recommended_products .product .name a{
font-size: 15px;
line-height: 15px;
text-transform: none;
font-weight: 300;
padding: 0px;
margin-top: 0px;
margin-bottom: 5px;
display:block;
}

#recommended_products .product .show_variants{
display:inline-block;
padding-left:10px;
padding-right:10px;
}

/* Redommended Products End */



/* Filter */
#filter{
clear:both;
padding-bottom:30px;
}

#filter .filter_header{
font-weight:300;
margin-bottom:10px;
font-size:20px;
text-transform:uppercase;
}

#filter .manufacturers, #filter .subcategories, #filter .attributes, #filter .availability , #filter .variants{
padding:15px;
margin-bottom:15px;
display:none;
}

#filter label{
padding-left:5px;
padding-right:10px;
font-weight:normal;
}

#filter .manufacturer, #filter .subcategory{
float:left;
width: 150px;
}

#filter .attribute , #filter .variant{
min-width:150px;
max-width:90%;
float:left;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

#filter .attribute .header , #filter .variant .header{
display:block;
cursor:pointer;
font-size:12px;
height:26px;
line-height:26px;
padding-left:10px;
padding-right:10px;
min-width:150px;
}

#filter .attribute .values , #filter .variant .values{
overflow-y:scroll;
overflow-x:hidden;
height:60px;
padding:5px;
}

#category_filter_bookmarks {
margin-top:30px;
padding-bottom:5px;
}

#category_filter_bookmarks .bookmark{
display:block;
float:left;
margin-right:5px;
cursor:pointer;
font-size:12px;
height:26px;
line-height:26px;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}

#category_filter_bookmarks .bookmark div{
float:left;
}

#category_filter_bookmarks .bookmark div.control, .attribute .control, .variant .control{
margin-left:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-weight:bold;
width:14px;
text-align:center;
height:14px;
line-height:14px;
margin-top:6px;
float:right;
}

.display{
clear:both;
padding-top:10px;
padding-left:10px;
padding-right:10px;
min-height:45px;
font-size:11px;
line-height:25px;
}

.display select{
height:25px;
margin-left:5px; 
}

.display .product_count_on_page{
float:left;
margin-right:15px;
font-weight:bold;
padding-bottom:10px;
}

#display_top .paging{
display:none;
}

#display_bottom .order_by_container,#display_bottom .product_count_on_page,#display_bottom #products_count_bottom{
display:none;
} 

#display_bottom .paging{
float:left;
}

.display .paging input{
display:none;
}   

.display .paging label{
cursor:pointer;
float:left;
height:25px;
line-height:23px;
width:25px;       
text-align:center;
font-size:13px;
display:block;
margin-right:5px;
margin-bottom:10px;
font-weight:300;
}

.display #products_count, .display #products_count_bottom{
float:left;
padding-bottom:10px;
}

.display .order_by_container{
float:left;
font-weight:bold;
margin-right:15px;
padding-bottom:10px;
}




/* Filter End */



/* Category Path */

#category_path{
min-height:45px; 
margin-bottom:30px;
}

#category_path a{
display:block;
float:left;
padding-left:10px;
padding-right:10px;
text-decoration:none;
font-size:14px;
line-height:14px;
padding-top:15px;
padding-bottom:16px;
}

#category_path a.last{
font-weight:bold;
}

#category_path .home{
width:45px;
height:45px;
padding-right:0px;
}

#category_path .arrow{
float:left;
display:block;
height:45px;
width:8px;
}

/* Category Path End */




/* Product Detail */
#product_detail .image.big{
position:relative;
margin-bottom:30px;
text-align:center;
line-height:0em;
}

#product_detail .image.big a{
display:block;
}

#product_detail .image.big img{
max-width:100%;
}

#product_detail .image .action{
position: absolute;
top: 0px;
right: 0px;
font-size: 15px;
width: 75px;
height: 75px;
text-align: right;
padding-right: 5px;
padding-top: 15px;
}

#product_detail #pictograms{
margin-bottom:30px;
}

#product_detail .print{
display:block;
float:right;
height:30px;
width:30px;
margin-left:15px;
}

#product_detail h1{
font-size: 35px;
line-height: 40px;
text-transform: none;
font-weight: 300;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-bottom:20px;
}

#product_detail #classification {
margin:0px 0px 0px 0px;
padding-top:0px;
padding-bottom:15px;
clear:both;
}

#product_detail #classification .star{
width:20px;
height:19px;
margin-right:2px;
display:block;
float:left;
line-height:20px;
cursor:pointer;
}

#product_detail .number{
font-size:14px;
line-height:20px;
float:left;
margin-left:15px;
}

#product_detail .price_etc .availability .more_store{
text-decoration:underline;
cursor:pointer;
}

#product_detail .price_etc .cart_add{
margin-top:10px;
}

#product_detail .price_etc .cart_add input{
height:50px;
width:50px;
text-align:center;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display:block;
float:left;
margin:0px;
margin-right:5px;
outline: none;
vertical-align: top;
}

#product_detail .price_etc .cart_add .add_to_cart{
height:50px;
width:50px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
display:block;
float:left;
cursor:pointer;
margin-left:5px;
}

#product_detail .price_etc .cart_add .quant_nick{
line-height:50px;
margin-left:10px;
float:left;
}

#product_detail .price_etc .show_variants{
display:block;
margin-top:10px;
font-size:20px;
text-decoration:none;
cursor:pointer;
}

#product_detail .price_etc .price{
font-size:40px;
}

#product_detail .price_box{
margin-top:20px;
margin-bottom:20px;
padding-top:10px;
padding-bottom:10px;
}

#product_detail .price_box td{
padding-top:5px;
padding-bottom:5px;
}

#product_detail .price_box tr td:first-child{
font-weight:bold;
padding-right:8px;
} 

#product_detail .nondiscount_price{
text-decoration: line-through;
}

#product_detail .social_icons{
clear:both;
margin-top:5px;
margin-bottom:30px;
}

#product_detail .social_icons .icon{
float:left !important;
margin-right:7px;
}

/* Product Detail End */




/* Product Detail Carousel */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}

.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
cursor:url(grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

#product_detail  #other_pictures{
position:relative;
margin-bottom:30px;
padding-left:40px;
padding-right:40px;
}

#product_detail  #other_pictures .image{
padding-left:5px;
padding-right:5px;
height:50px;
overflow:hidden;
text-align:center;
}

#product_detail  #other_pictures .image img{
height:50px;
width:auto;
}

#product_detail  #other_pictures .owl-prev, #product_detail  #other_pictures .owl-next{
cursor:pointer;
height:30px;
width:30px;
top:10px;
position:absolute;
cursor:pointer;
display:block;
z-index:100;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;     
}

#product_detail  #other_pictures .owl-prev{
left:0px;
}

#product_detail  #other_pictures .owl-next{
right:0px;
}

/* Product Detail Carousel End */




/* Product Detail Product */
.variants .product .body,
#alternate_products .product .body, #related_products .product .body{
text-align:center;
margin-bottom:30px;
position:relative;             
}

.variants .product .thumbnail,
#alternate_products .product .thumbnail, #related_products .product .thumbnail{
padding:0px;
height:150px;
margin:0px;
} 

.variants .product .thumbnail img, 
#alternate_products .product .thumbnail img, #related_products .product .thumbnail img{
max-width:100%;
max-height:150px;
}

.variants .product .info, 
#alternate_products .product .info, #related_products .product .info{
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
}

.variants .product .price, 
#alternate_products .product .price, #related_products .product .price{
font-size:20px;
line-height:1.2em;
padding-top:5px;
padding-bottom:5px;
}

.variants .product .price .dual,
#alternate_products .product .price .dual, #related_products .product .price .dual{
font-size:80%;
}

.variants .product .name h3, 
#alternate_products .product .name h3, #related_products .product .name h3{
margin-top:0px;
}

.variants .product .name a,
#alternate_products .product .name a, #related_products .product .name a{
font-size:13px;
height:40px;
display:block;
text-decoration:none;
}

.variants .product .availability, 
#alternate_products .product .availability, #related_products .product .availability{
font-size:12px;
}

.variants .product .button_area,
#alternate_products .product .button_area, #related_products .product .button_area{
height:34px;
margin-top:10px;
margin-bottom:15px;
}

.variants .product .cart_add input,
#alternate_products .product .cart_add input, #related_products .product .cart_add input{
height:34px;
width:34px;
text-align:center;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
display:inline-block;
margin:0px;
margin-right:5px;
outline: none;
vertical-align: top;
}

.variants .product .cart_add .add_to_cart,
#alternate_products .product .cart_add .add_to_cart, #related_products .product .cart_add .add_to_cart{
height:34px;
width:34px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
display:inline-block;
cursor:pointer;
margin-left:5px;
}

#alternate_products .product .show_variants, #related_products .product .show_variants{
display:block;
height:34px;
line-height:34px;
text-decoration:none;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
}

#alternate_products .product .action, #related_products .product .action{
position:absolute;
top:0px;
right:0px;
font-size:15px;
width:75px;
height:75px;
text-align:right;
padding-right:5px;
padding-top:15px;
}

/* Product Detail Product End */



/* Variants */

#variants_header{
text-transform:uppercase;
margin-top:20px;
}

#variants_selection {
margin-bottom:20px;
}

#variants_selection .variant_name{
font-weight:bold;
text-transform:uppercase;
margin-top:20px;
font-size:20px;
font-weight:300;
}

#variants_selection .option{
float:left;
width:100px;
}

#variants_selection .option input{
margin-right:2px;
}  

/* Variants end */




/* Misc Box */
.misc_box_header{
margin-top:40px;
padding-left:10px;
padding-right:10px;
}

.misc_box_header .bookmark{
float:left;
height:40px;
line-height:40px;
text-transform:uppercase;
margin-right:15px;
font-size:18px;
cursor:pointer;
}

.misc_box_header .bookmark.active{
line-height:40px;
font-weight:bold;
}

.misc_box_body{
padding-top:30px;
padding-bottom:30px;
padding-left:10px;
padding-right:10px;
}

.misc_box_body:after, #description_content:after{
content:"";
display:block;
clear:both;
}

.misc_box_body p{
margin-top:0px;
margin-bottom:1.5em;
}
/* Misc Box End */



/* Discussion */
#discussion_content{
position:relative;
left:-10px;
}

#discussion_content .text{
margin-left:10px;
}

#discussion_content .message{
margin-bottom:15px;
margin-left:10px;
}

#discussion_content .title{
float:left;
font-weight:bold;
}

#discussion_content .date, #discussion_content .user{
float:right;
margin-right:10px;
font-size:10px;
}

#discussion_content .body{
clear:both;
margin-top:5px;
margin-bottom:10px;
}

#discussion_content .button{
text-align:center;
font-weight:300;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
padding: 13px;
font-size: 14px;
line-height: 14px;
cursor:pointer;
text-decoration:none;
display:inline-block;
text-transform: uppercase;
transition: 0.08s ease-in;
-o-transition: 0.08s ease-in;
-ms-transition: 0.08s ease-in;
-moz-transition: 0.08s ease-in;
-webkit-transition: 0.08s ease-in;
}

/* Discussion End */


/* Attributes */
#attributes_content table{
width:100%;
}

#attributes_content td, #attributes_content th{
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
}

/* Attributes End */


/* Related and Alternate Products */
#related_products, #alternate_products{
margin-top:0px;
}

#related_products h2, #alternate_products h2{
text-transform:uppercase;
font-weight:300;
font-size:25px;
margin-top:20px;
margin-bottom:20px;
}

/* Related and Alternate Products end */




/* Login form */
#login_form form {
padding:15px;
}

#login_form form .text{
text-transform:uppercase;
margin-top:10px;
margin-bottom:5px;
font-weight:300;
font-size:20px;
}

#login_form form .input{
height:40px;
width:100%;
padding-left:10px;
padding-right:10px;
margin-bottom:30px;
}

#login_form .login_submit input{
display:inline-block;
height:40px;
line-height:40px;
margin-bottom:20px;
text-transform:uppercase;
padding:0px;
padding-left:15px;
padding-right:15px;
transition:         0.08s ease-in;
-o-transition:      0.08s ease-in;
-ms-transition:     0.08s ease-in;
-moz-transition:    0.08s ease-in;
-webkit-transition: 0.08s ease-in;
}

/* Login form end */




/* Subscribe Form */
#personal_form, #loginForm{
padding:15px;
font-weight:300;
}

#loginForm{
margin-bottom:15px;
}

#personal_form label, #loginForm label{
display:inline;
}

#personal_form h2{
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 5px;
font-weight: 300;
font-size: 20px;
}

#personal_form .customer_type_selector{
padding-bottom:10px;
margin-bottom:5px;
}

#personal_form .customer_type_selector .selector{
float:left;
margin-right:20px;
margin-bottom:5px;
}

#personal_form .customer_type_selector label{
margin-bottom:0px;
}

#personal_form .second input, #personal_form .second textarea, #loginForm .second input{
height:35px;
line-height:33px;
font-size:15px;
padding-left:5px;
padding-right:5px;
font-family: 'Open Sans', sans-serif;
width:100%;
margin-top:5px;
margin-bottom:5px;
}

#personal_form .second select{
font-size:15px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
padding-top:5px;
font-family: 'Open Sans', sans-serif;
width:100%;
margin-top:5px;
margin-bottom:5px;
}  

#personal_form .second input.small{
width:25%;
margin-left:3px;
text-align:center;
}

#personal_form .second input.phone{
width:65%;
float:right;
}

#personal_form.second textarea{
height:100px;
}

#personal_form .first{
text-align:left;
font-size:15px;
line-height:35px;
}


#personal_form #subscribe_confirm{
margin-top:30px;
font-size:12px;
}

#personal_form #subscribe_confirm div{
margin-bottom:15px;
}

#personal_form #subscribe_confirm .submit{
margin-top:20px;
}

#subscribe_form_success{
margin-bottom:15px;
}
/* Subscribe Form End */



/* Cart Table */
.template_cart #left_column, .template_order #left_column{
display:none;
}

.template_cart #main_body, .template_order #main_body{
width:100%;
}


#cart h2{
padding-top:15px;
padding-bottom:15px;
padding-left:10px;
padding-right:10px;
line-height:25px;
font-size:25px;
font-weight:300;
text-transform:uppercase;
margin:0px;
}

#cart_content{
padding: 15px;
font-weight: 300;
margin-bottom:40px;
}

#cart_content .row{
margin-bottom:15px;
}

#cart_content .image img{
max-width:100%;
margin-bottom:15px;
}

#cart_content .name{
padding-bottom:5px;
}

#cart_content .name a{
font-size:18px;
line-height:20px;
text-decoration:none;
display:block;
margin-bottom:10px;
}

#cart_content .name .availability{
margin-bottom:10px;
}

#cart_content .prices{
margin-bottom:10px;
}

#cart_content .price_total{
font-size: 18px;
line-height: 20px;
font-weight:bold;
margin-bottom:15px;
}

#cart_content .delete{
text-align:right;
}

#cart_content .delete a{
font-size: 18px;
line-height: 20px;
font-weight:bold;
margin-bottom:15px;
display:block;
text-decoration:none;
}

#cart_content .note textarea{
height: 90px;
line-height: 33px;
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
font-family: 'Open Sans',sans-serif;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
margin:0px;
margin-bottom:15px;
resize:none;
}

#cart_content div.quantity{
padding-bottom:15px;
}

#cart .quantity input{
width:30px;
text-align:right;
position:relative;
}

#cart .quantity_change img{
height:15px;
cursor:pointer;
}

#cart .quant_up, #cart .quant_down{
width:24px;
height:24px;
font-size:15px;
font-weight:bold;
line-height:20px;
text-align:center;
cursor:pointer;
transition: 0.08s ease-in;
-o-transition: 0.08s ease-in;
-ms-transition: 0.08s ease-in;
-moz-transition: 0.08s ease-in;
-webkit-transition: 0.08s ease-in;
}

#cart .disabled.quant_down{
display:inline-block;
}

#cart_content .summary, #cart_content .summary .price_total{
font-size:25px;
line-height:25px;
}

#cart_content .buttons{
margin-top:30px;
}

#cart_content .buttons .empty_basket, #cart_content .buttons .continue{
text-decoration: none;
display: inline-block;
height: 40px;
line-height: 40px;
margin-bottom: 20px;
text-transform: uppercase;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
transition: 0.08s ease-in;
-o-transition: 0.08s ease-in;
-ms-transition: 0.08s ease-in;
-moz-transition: 0.08s ease-in;
-webkit-transition: 0.08s ease-in;
font-size: 17px;
cursor: pointer;
}

#cart_content .buttons .continue{
float:right;
}

#cart .zero_fee_price{
margin-top:20px;
}

#cart .cart_certificate div{
display:inline-block;
margin-right:5px;
}

/* Cart Table End */




/* Order Legend */
#order .legend{
padding-top:15px;
padding-bottom:15px;
font-weight:300;
text-transform:uppercase;
text-align:center;
font-size:15px;
}

#order .legend .item{
padding-top:10px;
padding-bottom:10px;
}

#order .legend .item a{
text-decoration:none;
}

#order .legend .item .number{
width:26px;
height:26px;
line-height:26px;
text-align:center;
margin-left:auto;
margin-right:auto;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
font-size:14px;
margin-bottom:10px;
font-size:17px;
}   

#order .legend .item .text{
width:75%;
margin:auto;
}

/* Order Legend End */



/* Order */ 
#order .continue {
margin-top:20px;
float:right;
font-size:20px;
line-height:20px;
padding:15px;
}

#order #payment_and_transport{
padding:15px;
font-weight:300;
}

#order #payment_and_transport h2{
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 5px;
font-weight: 300;
font-size: 20px;
}

#order #payment_and_transport .text{
margin-bottom:10px;
} 

#order #payment_and_transport #payment_selector{
margin-bottom:40px;
}

#order #payment_and_transport .payment, #order #payment_and_transport .transport {
padding-top: 10px;
padding-bottom: 10px;
}

#order #payment_and_transport .name{
margin-bottom:5px;
}

#order #payment_and_transport .description{
margin-left:25px;
font-size:11px;
}

#order #payment_and_transport .description img{
max-width:100%;
}

#order #payment_and_transport .text{
margin-bottom:10px;
}

#order #payment_and_transport .payment_transport_disabled{
text-decoration:line-through;
}

#order #payment_and_transport .price{
font-weight:bold;
}

#order #order_certificate{
margin-top:20px;
}

#order #i_got_certificate{
float:left;
margin-bottom:30px;
font-size:18px;
}

#order #i_got_certificate label{
font-weight:300;
margin-right:5px;
}

#order #certificate_insert {
float:right;
}

#order #certificate_insert .text{
display:inline-block;
font-size:18px;
text-transform:uppercase;
font-weight:300;
}

#order #certificate_insert #certificate_code {
width:100px;
padding-left:5px;
padding-right:5px;
height:40px;
}

#order #payment_and_transport_recapitulation{
padding-left: 15px;
padding-right:15px;
font-weight: 300;
margin-bottom: 20px;
}

#order #payment_and_transport_recapitulation .row{
padding-top:15px;
padding-bottom:15px;
line-height:48px;
}

#order #payment_and_transport_recapitulation .icon{
width: 48px;
height: 48px;
float:left;
margin-right:10px;
}

#total_price_div #total_price{
font-size: 40px;
line-height: 40px;
margin-top:40px;
margin-bottom:50px;
font-weight:300;
text-transform:uppercase;
}

#total_price_div #total_price span{
font-weight: bold;
text-transform:none;
}

#order .deliver_items .body, #order .contact_items .body, #order .invoice_items .body{
padding:10px;
margin-bottom:35px;
}

#order .deliver_items .body .title, #order .contact_items .body .title, #order .invoice_items .body .title{
text-transform: uppercase;
margin-bottom: 5px;
font-weight: 300;
font-size: 20px;
}

#order .deliver_items .body .first, #order .contact_items .body .first, #order .invoice_items .body .first{
font-weight:bold;
}

#order .note_title, #order .contact_and_delivery_title{
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 10px;
font-weight: 300;
font-size: 25px;
}

#order #note{
resize:none;
width:100%;
height:150px;
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
font-family: 'Open Sans',sans-serif;
width: 100%;
margin-bottom: 5px;
}

#order .thankyou_text{
padding: 15px;
font-weight: 300;
font-size:18px;
}
/* Order End */



/* PayU selection*/

#payu_selection{  	
width:100%; 	
}

#payu_selection td{
padding-top:20px;
text-align:center;
}

/* PayU selection end*/




/* Adress List */

.address , .address_delivery{
float: left;
margin-right: 15px;
margin-bottom:15px;
min-height: 130px;
padding: 10px;
position: relative;
width: 250px;
cursor:pointer;
overflow:hidden;
padding-bottom:0;
}

.address_content{
width:100%;
}

.address .address_content .name {
display:block;
padding:10px;
position:relative;
z-index:1;               
text-transform:uppercase;
}

.address .address_content .name p{
margin:0px;
}

.address .address_content .address_content_list {
padding: 10px;
margin-top:-10px;
margin-bottom: 10px;
z-index:-1;
font-size:90%;
}

.address .edit_btn{
width:40px;
height:40px;
float:right;
margin-left:10px;
}

.address .delete_btn{
width:40px;
height:40px;
float:right; 
margin-left:10px;
}
      
/* Adress List End */ 




/* Subcategories */
.category-subcategories .subcategory .body{
text-align:center;
margin-bottom:30px;
}

.category-subcategories .subcategory a{
text-decoration:none;
}

.category-subcategories .subcategory .image{
text-align:center;
overflow:hidden;
padding:10px;
}

.category-subcategories .subcategory .image img{
height:100px;
}

.category-subcategories .subcategory .name{
display:block;
padding:10px;
font-weight:300;
font-size:14px;
line-height:14px;
height:50px;
overflow:hidden;
}

/* Subcategories end */



/* Gallery */
.static_gallery {
margin-top:30px;
}

.static_gallery .image{
margin-right:10px;
margin-bottom:10px;
padding:3px;
height:130px;
float:left;
transition:         0.08s ease-in;
-o-transition:      0.08s ease-in;
-ms-transition:     0.08s ease-in;
-moz-transition:    0.08s ease-in;
-webkit-transition: 0.08s ease-in;     
}     

.static_gallery .image img{
height:100%;
}

/* Gallery End */



/* Fast Order */
.fast_order{
padding:15px;
padding-bottom:5px;
margin-bottom:10px;
font-size:13px;
font-weight:300;
}

.fast_order .row div{
margin-bottom:5px;
}

.fast_order input{
height:25px;
padding:0px;
padding-left:5px;
padding-right:5px;
}

.fast_order .product_remove{
font-size: 18px;
font-weight: bold;
text-decoration: none;
cursor:pointer;
}


/* Fast Order End */



/* My Orders */   
#my_orders .order_strip {
padding:10px;
margin-bottom:15px;
cursor:pointer;
}

#my_orders .order_strip .price{
font-weight: bold;
}

#my_orders .order_strip.active{
margin-bottom:0px;
}

#my_orders .order_detail{
padding:10px;
display:none;
margin-bottom:15px;
}

#my_orders .order_detail .order_row{
margin-bottom:10px;
} 

#my_orders .order_detail .submit{
margin-top:10px;
margin-bottom:0px;
}

#my_orders .order_detail .total_price{
font-weight: bold;
margin-top:10px;
font-size: 18px;
line-height: 18px;
padding-top: 11px;
padding-bottom:11px;
}

/* My Orders End */



/* Order Detail */

#order_detail_page h1{
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
line-height: 25px;
font-size: 25px;
font-weight: 300;
text-transform: uppercase;
margin: 0px;
} 

#order_detail_page #order_detail{
padding:15px;
font-weight: 300;
}

#order_detail_page h2{
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 5px;
font-weight: 300;
font-size: 20px;
}

#order_detail_page .items{
font-size: 15px;
line-height: 1.5em;
margin-bottom:30px;
}

#order_detail_page .order_detail .order_row{
margin-bottom:10px;
} 

#order_detail_page .order_detail .submit{
margin-top:10px;
margin-bottom:0px;
}

#order_detail_page .order_detail .total_price{
font-weight: bold;
margin-top:10px;
font-size: 18px;
line-height: 18px;
padding-top: 11px;
padding-bottom:11px;
}


/* Order Detail End */




/* My Benefits */ 

.benefits .benefit {
padding:10px;
margin-bottom:0px;
font-size:12px;
}

/* My Benefits End */


/* Footer */
.footer-map{
height:400px;
width:100%;
}

#footer{
padding-top:30px;
}

#footer a{
text-decoration:underline;
}

#footer a:hover{
text-decoration:none;
}

#footer .box{
padding-bottom:30px;
}

#footer .box .box{
padding-bottom:0px;
}
           
#footer .box img{
max-width:100%;
height:auto !important;
}

#footer .box .title, #footer .box .header{
text-transform:uppercase;
font-weight:bold;
font-size: 17px;
margin-bottom:15px;
}

#footer ul{
list-style:none;
margin:0px;
padding:0px;
}

#footer ul a{
display:block;
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
text-decoration:none;
}

#footer ul .active a{
font-weight:bold;
}

#footer .static.box .body a{
display:block;
padding-top:5px;
padding-bottom:5px;
padding-left:15px;
text-decoration:none;
}  

/* Footer End */




/* Contact and Newsletter Form */
#contact_form .button, #newsletter .button{
font-size:14px;
margin:0px;
padding:10px;
padding-left:10px;
width:100%;
font-weight:300;
text-align:center;
cursor:pointer;
text-transform:uppercase;
}

#contact_form input, #contact_form textarea, #newsletter input{
width:100%;
box-sizing:border-box;
padding:5px;
margin-bottom:10px;
font-family: 'Open Sans', sans-serif;
font-size:14px;
}

#newsletter{
margin-top:30px;
}

#newsletter p{
margin:0px;
}

/* Contact and Newsletter Form End */





/* Copyright */
#copyright{
padding-top:20px;
padding-bottom:22px;
padding-left:10px;
padding-right:10px;
font-size: 14px;
text-align:center;
}

#copyright a:hover{
text-decoration:underline;
}

/* Copyright End */




/* Back Top */
#back-top {
position: fixed;
bottom: 60px;
z-index: 99;
right: 1%;
display: none;
}

#back-top a {
width: 50px;
height:50px;
display: block;
text-decoration: none;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}                                                      

/* Back Top End*/




/* Ui Dialog */

.ui-dialog * {
box-sizing: content-box;
font-size:13px;
}

.ui-dialog *:before, .ui-dialog *:after {
box-sizing: content-box;;
}

.ui-corner-all{
border-radius:0px !important;
}

/* Ui Dialog end */ 





/* UI Autocomplete */
.ui-autocomplete {
height: 300px;
overflow-y: auto;
}

#res .ui-autocomplete{
padding-top:10px;
padding-bottom:10px;
right:0px !important;
left:auto !important;
width:auto !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
z-index:10000 !important;
font-size:12px;
}

#res .ui-autocomplete .ui-corner-all{
margin-left:10px;
margin-right:10px;
cursor:pointer;
}

#res .ui-autocomplete a{
padding-bottom:4px;
}

#res .ui-autocomplete .ui-state-hover,
#res .ui-autocomplete .ui-widget-content .ui-state-hover,
#res .ui-autocomplete .ui-widget-header .ui-state-hover,
#res .ui-autocomplete .ui-state-focus,
#res .ui-autocomplete .ui-widget-content .ui-state-focus,
#res .ui-autocomplete .ui-widget-header .ui-state-focus {
margin-top:0px !important;
margin-bottom:0px !important;
margin-left:10px !important;
margin-right:10px !important;
border-radius:4px;
}

/* UI Autocomplete End */ 



/* Cookies Confirm */

#cookies_confirm{
width:100%;
z-index:10000;
position:fixed;
left:0px;
bottom:0px;
padding:15px;
}

#cookies_confirm .text{
line-height:1.2em;
text-align:center;
float:left;
width:95%;
font-size:14px;
}

#cookies_confirm .button{
text-decoration:underline !important;
cursor:pointer;
}

#cookies_confirm .close{
float:right;
font-weight:bold;
cursor:pointer;
padding-top:0px;
line-height:1.2em;
font-size:14px;
text-shadow: none;
opacity: 1;
}

/* Cookies Confirm End */








/* Colors */


img{
border:0px;
}

a{
color: #337ab7;
}

h1{
color: #3a383a;
}

.alert{
color:#990000;
}

.error_message{
color:#FF0000;
}

.submit{
border: 0px;
background-color: #13B1EC; /*#f68a43*/
color: #ffffff;
}

.submit:hover{
background-color: #3a383a;
color:#ffffff;
}

.container{
background-color:#ffffff;
}


/* Eshop Header */

#header .logo .subtitle{
color:#878787;
}

/* Eshop Header end */


  
/* Submenu Panel */

#submenu_panel{
border-bottom:1px solid #e9e9e9;
}

/* Submenu Panel end */




/* Language Panel */
#language_switcher {
background-color: #ffffff;
}

#language_switcher .selected{
color:#3a383a;    
border-top:1px solid #e9e9e9;
border-bottom:1px solid #e9e9e9;
border-left:1px solid #e9e9e9;
}

#language_switcher .arrow{
background: url('../images/switcher_arrow_down.png') center center no-repeat #e9e9e9;
}

#language_switcher ul{
background-color: #ffffff;
border-bottom: 1px solid #e9e9e9;
}

#language_switcher ul li a{
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
color: #cccccc;
}

#language_switcher ul li a:hover{
color:#3a383a;
}

/* Language Panel End */




/* Currency Panel */
#currency_switcher {
background-color: #ffffff;
}

#currency_switcher .selected{
color:#3a383a;    
border-top:1px solid #e9e9e9;
border-bottom:1px solid #e9e9e9;
border-left:1px solid #e9e9e9;
}

#currency_switcher .arrow{
background: url('../images/switcher_arrow_down.png') center center no-repeat #e9e9e9;
}

#currency_switcher ul{
background-color: #ffffff;
border-bottom: 1px solid #e9e9e9;
}

#currency_switcher ul li a{
color: #cccccc;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}

#currency_switcher ul li a:hover{
color:#3a383a;
}

/* Currency Panel End */




/* User Panel */

#user_panel a.login, #user_panel a.my_account{
background:url('../images/user.png') center center no-repeat #92cfc9;
}

#user_panel a.subscribe{
background:url('../images/subscribe.png') center center no-repeat #bfd770;
}

#user_panel a.logout{
background:url('../images/logout.png') left 10px center no-repeat #ffd163;
}  
/* User Panel End */  




/* User Menu */
.template_my_account #main_body .menu a{
border: 0px;
background: url('../images/footer_li.png') left center no-repeat;
color:#13B1EC; /*#f68a43;*/
}

.template_my_account #main_body .menu a:hover{
color:#3a383a;
}
/* User Menu end */



/* Cart Box */
#cart_box{
background:url('../images/cart.png') center center no-repeat #003399;
}

#cart_box .body{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}
/* Cart Box End */




/* Search box */
#search_box{
border:1px solid #e9e9e9;
border-right:0px; 
}

#search_box #search_input{
color:#333333;
border:0px;
}

#search_box .submit{
border:0px;
background:none;
}

#search_box #search_submit{
background:url('../images/search.png') center center #13B1EC no-repeat;
/*background:url('../images/search.png') center center #f68a43 no-repeat;*/
border:0px;
}
/* Search box end */



/* Main Menu */

#main_menu a{
color:#3a383a;
}

#main_menu a:hover, #main_menu a.active{
color:#3366CC; /*#f68a43;*/
}

/* Main Menu End */




/* Slideshow */
#top_slideshow{
background:#ffffff;
}

.slides-navigation a.prev {
background: url("../images/slideshow_left.png") #aaaaaa left 15px center no-repeat;
}

.slides-navigation a.prev:hover{
/*background: url("../images/slideshow_left.png") #f68a43 left 15px center no-repeat;*/
background: url("../images/slideshow_left.png") #13B1EC left 15px center no-repeat;
}

.slides-navigation a.next {
background: url("../images/slideshow_right.png") #aaaaaa right 15px center no-repeat;
}

.slides-navigation a.next:hover{
/*background: url("../images/slideshow_right.png") #f68a43 right 15px center no-repeat;*/
background: url("../images/slideshow_right.png") #13B1EC right 15px center no-repeat;
}

.slides-pagination a {
background-color: #ffffff;
}

.slides-pagination a.current {
background-color: #13B1EC; /*#f68a43;*/
}

.slideshow-line{
background-color:#e9e9e9;
}

/* Slideshow End */




/* Left Column */

#left_column .header{
background-color:#3a383a;
color:#ffffff;
} 

#left_column .box{
background-color:#FFFFFF;
}

#left_column .box .body{
border:1px solid #e9e9e9;
border-top:0px;
}  

/* Left Column End */




/* Survey */ 

#survey table{
border: 1px solid #e9e9e9;
border-top:0px; 
}

#survey a{
color:#13B1EC; /*#f68a43;*/
}

#survey .graph div{
background-color:#13B1EC; /*#f68a43;*/
}

/* Survey end*/




/* Categories Menu */

#categories_menu .header{
background-color:#13B1EC; /* #f68a43 */
}

#categories_tree{
background-color:#f8f8f8;
border:1px solid #e9e9e9;
border-top:0px;
}


#categories_tree &gt; ul{
border-top:0px;
}

#categories_tree .active a, #categories_tree a:hover, #categories_tree .active a:hover{
color:#13B1EC; /*#f68a43;*/
}

#categories_tree .active ul a{
color:#666666;
}

#categories_menu ul li a{
color:#666666;
border-bottom:1px solid #cccccc;
} 

.plusminus.plus{
background:url('../images/plus.png') no-repeat center center transparent;
}

.plusminus.minus{
background:url('../images/minus.png') no-repeat center center transparent;
}

/* Categories Menu End */



/* Manufacturers Menu */

#manufacturers_tree{
background-color:#f8f8f8;
border:1px solid #e9e9e9;
border-top:0px;
}

#manufacturers_tree &gt; ul{
border-top:0px;
}

#manufacturers_tree .active a, #manufacturers_tree a:hover, #manufacturers_tree .active a:hover{
color:#13B1EC; /*#f68a43;*/
}

#manufacturers_tree .active ul a{
color:#666666;
}

#manufacturers_menu ul li a{
color:#666666;
border-bottom:1px solid #cccccc;
}

/* Manufacturers Menu End */



/* Newest/Bestsellers/Actions */

.homepage_products_headers span{
color:#ababab;
}

.homepage_products_headers span.active{
color:#444549;
}

/* Newest/Bestsellers/Actions End */



/* Product List Product */

.homepage_products_body .product .body,
#product_list .product .body{
border:1px solid #e9e9e9;             
}

.homepage_products_body .product .thumbnail,
#product_list .product .thumbnail{
border:0px;
} 

.homepage_products_body .product .thumbnail .pictogram .background, 
#product_list .product .thumbnail .pictogram .background,
#product_detail .image .pictogram .background{
background-position: top left;
background-repeat: repeat-x;  
background-image:url('../images/pictogram.png');
background-color:#ff0000;
}

.homepage_products_body .product .thumbnail .pictogram .text, 
#product_list .product .thumbnail .pictogram .text,
#product_detail .image .pictogram .text{
color:#ffffff;  
}

.homepage_products_body .product .info,
#product_list .product .info{
background-color:#f8f8f8;
}

.homepage_products_body .product .price,
#product_list .product .price{
color:#003399;
}

.homepage_products_body .product .name a,
#product_list .product .name a{
color:#444549;
}

.homepage_products_body .product .cart_add input,
#product_list .product .cart_add input, #recommended_products .product .cart_add input{
border:1px solid #3a383a;
color:#3a383a;
background-color:#ffffff;
}

.homepage_products_body .product .cart_add .add_to_cart,
#product_list .product .cart_add .add_to_cart, #recommended_products .product .cart_add .add_to_cart{
color:#3a383a;
background:url('../images/cart_small.png') center center no-repeat #13B1EC;
}

.homepage_products_body .product .cart_add .add_to_cart:hover,
#product_list .product .cart_add .add_to_cart:hover, #recommended_products .product .cart_add .add_to_cart:hover{
background-color:#3a383a;
}

.homepage_products_body .product .show_variants,
#product_list .product .show_variants, #recommended_products .product .show_variants{
color:#ffffff;
background-color:#13B1EC;
}

.homepage_products_body .product .show_variants:hover,
#product_list .product .show_variants:hover, #recommended_products .product .show_variants:hover{
background-color:#3a383a;
}

.homepage_products_body .product .action,
#product_list .product .action{
background:url('../images/action.png') top left no-repeat;
color:#ffffff;
}
/* Product List Product End */



/* Recommended Products */         
#recommended_products .product {
border-bottom:1px solid #dddddd;
}

#recommended_products .product .name a{
color: #3a383a;
}

#recommended_products .product .price{
color: #003399;
}

/* Redommended Products End */


/* Filter */

#filter .filter_header{
color:#444549;
}

#filter .manufacturers, #filter .subcategories, #filter .attributes, #filter .availability , #filter .variants{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
color: #444549;
}

#filter .attribute .values , #filter .variant .values{
background-color:#ffffff;
border-left:1px solid #3a383a;
border-right:1px solid #3a383a;
border-bottom:1px solid #3a383a;
}

#category_filter_bookmarks .bookmark{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
color: #444549;
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
color: #444549;
}

#category_filter_bookmarks .bookmark div.control, .attribute .control, .variant .control{
background-color:#3a383a;
color:#ffffff;
}

#category_filter_bookmarks .active.bookmark, #filter .attribute .header, #filter .variant .header{
background-color:#3a383a;
border:1px solid #3a383a;
color:#ffffff;
}

#category_filter_bookmarks .active.bookmark div.control, .attribute .control, .variants .control{
color:#3a383a;
background-color:#ffffff;
}

.display{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
color: #444549;
}

.display select{
color:#333333;
}

.display .paging label{
background-color:#FFFFFF;
color:#3a383a;
border:1px solid #e9e9e9;
}

.display .paging .checked{
background-color:#3a383a;
color:#ffffff;
border:1px solid #3a383a;
}


/* Filter End */



/* Category Path */

#category_path{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#category_path a{
color:#aaaaaa;
}

#category_path a:hover{
color:#3a383a;
}

#category_path a.last{
color:#13B1EC; /*#f68a43;*/
}

#category_path .home{
background:url('../images/home.png') top 12px center no-repeat;
}

#category_path .arrow{
background:url('../images/path_arrow.png') center left no-repeat;
}

/* Category Path End */




/* Product Detail */
#product_detail .image.big{
border:1px solid #e9e9e9;
background-color:#ffffff;
}


#product_detail .image .action{
background: url('../images/action.png') top left no-repeat;
color: #ffffff;
}

#product_detail .print{
background:url('../images/print.png') top left no-repeat;
}

#product_detail h1{
background-color: transparent;
color: #3a383a;
border-bottom:1px solid #e9e9e9;
}

#product_detail #classification .star{
background:url('../images/star_blank.png') left top no-repeat;
}

#product_detail #classification .star.blank{
background-image:url('../images/star_blank.png');
}

#product_detail #classification .star.full{
background-image:url('../images/star_full.png');
}

#product_detail #classification .star.half{
background-image:url('../images/star_half.png');
}

#product_detail .number{
color:#aaaaaa;
}

#product_detail .price_etc .cart_add input{
border:1px solid #3a383a;
color:#3a383a;
background-color:#ffffff;
}

#product_detail .price_etc .cart_add .add_to_cart{
color:#3a383a;
background:url('../images/cart_small.png') center center no-repeat #13B1EC;
}

#product_detail .price_etc .cart_add .add_to_cart:hover{
background-color:#3a383a;
}

#product_detail .price_etc .show_variants{
color:#13B1EC; /*#f68a43;*/
}

#product_detail .price_etc .show_variants:hover{
color:#3a383a;
}

#product_detail .price_etc .price{
color:#003399;
}

#product_detail .price_box{
border-top:1px solid #e9e9e9;
border-bottom:1px solid #e9e9e9;
}

/* Product Detail End */




/* Product Detail Carousel */

#product_detail  #other_pictures .image img{
border:1px solid #e9e9e9;
}

#product_detail  #other_pictures .owl-prev{
background:url('../images/carousel_left.png') no-repeat center center #13B1EC; /*#f68a43;*/
}

#product_detail  #other_pictures .owl-next{
background:url('../images/carousel_right.png') no-repeat center center #13B1EC; /*#f68a43;*/
}

#product_detail  #other_pictures .owl-prev:hover{
background:url('../images/carousel_left.png') no-repeat center center #3a383a;
}

#product_detail  #other_pictures .owl-next:hover{
background:url('../images/carousel_right.png') no-repeat center center #3a383a;
} 
/* Product Detail Carousel End */




/* Product Detail Product */
.variants .product .body,
#alternate_products .product .body, #related_products .product .body{
border:1px solid #e9e9e9;            
}

.variants .product .thumbnail,
#alternate_products .product .thumbnail, #related_products .product .thumbnail{
border:0px;
} 

.variants .product .info, 
#alternate_products .product .info, #related_products .product .info{
background-color:#f8f8f8;
}

.variants .product .price, 
#alternate_products .product .price, #related_products .product .price{
color:#003399;
}

.variants .product .name a,
#alternate_products .product .name a, #related_products .product .name a{
color:#444549;
}

.variants .product .cart_add input,
#alternate_products .product .cart_add input, #related_products .product .cart_add input{
border:1px solid #3a383a;
color:#3a383a;
background-color:#ffffff;
}

.variants .product .cart_add .add_to_cart,
#alternate_products .product .cart_add .add_to_cart, #related_products .product .cart_add .add_to_cart{
color:#3a383a;
background:url('../images/cart_small.png') center center no-repeat #13B1EC;
}

.variants .product .cart_add .add_to_cart:hover,
#alternate_products .product .cart_add .add_to_cart:hover, #related_products .product .cart_add .add_to_cart:hover{
background-color:#3a383a;
}

#alternate_products .product .show_variants, #related_products .product .show_variants{
color:#ffffff;
background-color:#13B1EC;
}

#alternate_products .product .show_variants:hover, #related_products .product .show_variants:hover{
background-color:#3a383a;
}

#alternate_products .product .action, #related_products .product .action{
background:url('../images/action.png') top left no-repeat;
color:#ffffff;
}

/* Product Detail Product End */



/* Variants */
#variants-content{
border-bottom:1px solid #e9e9e9;
}

#variants_header{
color:#13B1EC; /*#f68a43;*/
}

/* Variants end */




/* Misc Box */
.misc_box_header{
background-color: #f8f8f8;
border:1px solid #e9e9e9;
}

.misc_box_header .bookmark.active{
color: #13B1EC;
}

.misc_box_body{
border: 1px solid #e9e9e9;
border-top:0px;
}

/* Misc Box End */



/* Discussion */

#discussion_content .button{
background-color: #13B1EC; /*#f68a43;*/
color:#ffffff;
}

#discussion_content .button:hover{
background-color: #3a383a;
}

/* Discussion End */



/* Related and Alternate Products */
#related_products .line{
border-bottom:1px solid #e9e9e9;
}

/* Related and Alternate Products end */




/* Login form */
#login_form form {
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}


#login_form form .input{
border:1px solid #e9e9e9;
}

#login_form .login_submit input{
border:0px;
background-color: #13B1EC; /*#f68a43;*/
color:#ffffff;
}

#login_form .login_submit input:hover{
background-color: #3a383a;
}
/* Login form end */




/* Subscribe Form */
#personal_form, #loginForm{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#personal_form .asterisk, #loginForm .asterisk{
color:#e2001a;
}
  
#personal_form .customer_type_selector{
border-bottom:1px solid #e9e9e9;
}

#personal_form .second input, #personal_form .second textarea, #loginForm .second input{
border:1px solid #cccccc;
}

#personal_form .second select{
background-color: #eeeeee;
border:1px solid #cccccc;  
}  

/* Subscribe Form End */



/* Cart Table */

#cart h2{
background-color: #3a383a;
color:#ffffff;
}

#cart_content{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#cart_content .row{
border-bottom: 1px solid #e9e9e9;
}

#cart_content .image img{
border: 1px solid #cccccc;
}

#cart_content .name a{
color:#13B1EC; /*#f68a43;*/
}

#cart_content .price_total{
color:#e2001a;
}

#cart_content .delete a{
color:#e2001a;
}

#cart_content .note textarea{
border: 1px solid #cccccc;
}

#cart .quant_up, #cart .quant_down{
border:0px;
background:#13B1EC; /*#f68a43;*/
color:#ffffff;
}

#cart .quant_up:hover, #cart .quant_down:hover{
background-color: #3a383a;
}

#cart .disabled.quant_down{
background-color: #cccccc;
}

#cart_content .buttons .empty_basket, #cart_content .buttons .continue{
color: #ffffff;
}

#cart_content .buttons .empty_basket{
background-color: #003399;
}

#cart_content .buttons .continue{
background-color:#bfd770;
}

#cart_content .buttons .empty_basket:hover, #cart_content .buttons .continue:hover{
background-color: #3a383a;
}

/* Cart Table End */




/* Order Legend */
#order .legend{
background-color:#3a383a;
}

#order .legend .item{
border-right:1px solid #ffffff;
color: #aaaaaa;
}

#order .legend .item.fourth{
border:0px;
}

#order .legend .item.passed, #order .legend .item a{
color:#ffffff;
}

#order .legend .item.active, #order .legend .item.active a{
color:#13B1EC; /*#f68a43;*/
}

#order .legend .item .number{
background-color:#aaaaaa;
color:#3a383a;
}   

#order .legend .item.passed .number{
background-color:#ffffff;
}

#order .legend .item.active .number{
background-color:#13B1EC; /*#f68a43;*/
color:#ffffff;
}

/* Order Legend End */



/* Order */ 
#order .continue {
background-color:#bfd770;
}

#order .continue:hover{
background-color: #3a383a;
}

#order #payment_and_transport{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#order #payment_and_transport .payment, #order #payment_and_transport .transport {
border-bottom: 1px solid #e9e9e9;
}

#order #payment_and_transport .price{
color:#e2001a;
}

#order #payment_and_transport_recapitulation{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
border-bottom:0px;
}

#order #payment_and_transport_recapitulation .row{
border-bottom: 1px solid #e9e9e9;
}

#order #payment_and_transport_recapitulation .payment_tr .icon{
background: url('../images/payment.png') top left no-repeat;
}

#order #payment_and_transport_recapitulation .transport_tr .icon{
background: url('../images/transport.png') top left no-repeat;
}

#order #payment_and_transport_recapitulation .round_item_tr .icon{
background: url('../images/rounding.png') top left no-repeat;
}

#total_price_div #total_price span{
color: #e2001a;
}

#order .deliver_items .body, #order .contact_items .body, #order .invoice_items .body{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#order #note{
border: 1px solid #cccccc;
}

#order .thankyou_text{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}
/* Order End */



/* Adress List */

.address , .address_delivery{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

.address .address_content .name {
background-color: #3a383a;
color: #ffffff;
}

.address .address_content .address_content_list {
border:1px solid #aaaaaa;
border-top: 0px;
background: white;
}

.address:hover , .address.selected {
background: #13B1EC; /*#f68a43;*/
border:1px solid #3a383a;
} 

.address .edit_btn{
background: url('../images/edit_button.png') center center no-repeat; 
}

.address .edit_btn:hover{
background: url('../images/edit_button_hover.png') center center no-repeat;
}

.address .delete_btn{
background: url('../images/delete_button.png') center center no-repeat; 
}

.address .delete_btn:hover{
background: url('../images/delete_button_hover.png') center center no-repeat; 
}
      
/* Adress List End */ 




/* Subcategories */
.category-subcategories .subcategory .body{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

.category-subcategories .subcategory .name{
background-color: #3a383a;
color: #ffffff;
}

/* Subcategories end */



/* Gallery */
.static_gallery .image{
border:1px solid #e9e9e9; 
}

.static_gallery .image:hover{
border:1px solid #e9e9e9;   
background-color:#f8f8f8;
}                 

/* Gallery End */



/* Fast Order */
.fast_order{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

.fast_order input{
border: 1px solid #cccccc;
}

.fast_order .product_remove{
color: #e2001a;
}


/* Fast Order End */



/* My Orders */   
#my_orders .order_strip {
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#my_orders .order_strip .price{
color: #e2001a;
}

#my_orders .order_strip.active{
background-color: #3a383a;
color: #ffffff;
border: 1px solid #000000;
}

#my_orders .order_strip.active .price{
color:#ffffff;
}

#my_orders .order_detail{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#my_orders .order_detail .total_price{
color: #e2001a;
}

/* My Orders End */


/* Order Detail */

#order_detail_page h1{
background-color: #3a383a;
color: #ffffff;
} 

#order_detail_page #order_detail{
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
}

#order_detail_page .order_detail .total_price{
color: #e2001a;
}

/* Order Detail End */


/* My Benefits */ 
.benefits{
border-top: 1px solid #e9e9e9;
}

.benefits .benefit {
background-color: #f8f8f8;
border: 1px solid #e9e9e9;
border-top:0px;
}

/* My Benefits End */


/* Footer */

#footer{
background-color:#13B1EC; /*#f68a43;*/
color:#ffffff;
}

#footer .container{
background-color:transparent;
}

#footer a{
color:#ffffff;
}

#footer a:hover{
color:#3a383a;
}            

#footer ul a{
background:url('../images/footer_li.png') left center no-repeat;
color:#ffffff;
}

#footer ul .active a, #footer ul a:hover{
color:#3a383a;
}

#footer .static.box .body a{
background:url('../images/footer_li.png') left center no-repeat;
color:#ffffff;
}

#footer .static.box .body a:hover{
color:#3a383a;
}

/* Footer End */




/* Contact and Newsletter Form */
#contact_form .button, #newsletter .button{
background: #3a383a;
border:0px solid #3a383a;
color:#ffffff;
}

#contact_form input, #contact_form textarea, #newsletter input{
border: 1px solid #e3e1e1;
color:#003D66;
}

/* Contact and Newsletter Form End */





/* Copyright */
#copyright{
background-color: #3a383a;
color:#ffffff;
}   

#copyright a{
color:#13B1EC; /*#f68a43;*/
}

/* Copyright End */




/* Back Top */

#back-top a {
background:url('../images/top_arrow.png') top 15px center no-repeat #cccccc;
}                    

#back-top a:hover {
background-color:#3a383a;
}                                           

/* Back Top End*/




/* Ui Dialog */

.ui-widget-content{
background: #f8f8f8 !important;
}

.ui-widget-header {	
background: #3a383a !important;
filter: none !important;
border:1px solid #3a383a !important;
color: #ffffff !important;  
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
color: #13B1EC !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #13B1EC !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #3a383a !important;
color: #3a383a !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
color: #3a383a !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #3a383a !important;	
color: #3a383a !important;
}


/* Ui Dialog end */ 





/* UI Autocomplete */
#res .ui-autocomplete{
background: #f8f8f8 !important;
border: 1px solid #e9e9e9 !important;
}

#res .ui-autocomplete .ui-corner-all{
border:0px !important;
}

#res .ui-autocomplete a{
color: #3a383a !important;
background:none !important;
}

#res .ui-autocomplete a:hover{
color:#13B1EC !important; /*#f68a43;*/
}

#res .ui-autocomplete .ui-state-hover,
#res .ui-autocomplete .ui-widget-content .ui-state-hover,
#res .ui-autocomplete .ui-widget-header .ui-state-hover,
#res .ui-autocomplete .ui-state-focus,
#res .ui-autocomplete .ui-widget-content .ui-state-focus,
#res .ui-autocomplete .ui-widget-header .ui-state-focus {
border:0px !important;
}

/* UI Autocomplete End */ 



/* Cookies Confirm */

#cookies_confirm{
background-color: #f8f8f8;
border-top:1px solid #e9e9e9;
}

#cookies_confirm .close{
color:#13B1EC; /*#f68a43;*/
filter: alpha(opacity=100);
opacity: 1;
}

/* Cookies Confirm End */

/* custom */
#variant_list th,#variant_list td {
	padding:5px;
}

#variant_list{
width:100%;
}
#variant_list .info{
	background:none;
}
</pre></body></html>