/* Minification failed. Returning unminified contents.
(3402,31): run-time error CSS1046: Expect comma, found '10'
(3402,37): run-time error CSS1046: Expect comma, found '/'
 */
* {
margin:0;
padding:0;
outline:none;
}

body {
font-family:'Verdana',sans-serif;
overflow-y:scroll; 
}

html { scroll-behavior: smooth; }
html.noscroll, body.noscroll { overflow-y:hidden; }

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { margin:0 auto; }

a {
text-decoration:none;
}

a, label, input[type=radio], input[type=checkbox] {
cursor:pointer;
}

img { border:none; }

ul { list-style:none; }

table { border-collapse:collapse; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

.placeholder { color:#aaa !important; }

at:before { content:"@"; }

.roundbox {
border:1px solid transparent;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.sysinfo { display:none; background-color:#000; color:#ccc; }

div.ajax_overlay {
position:fixed;
width:100%;
height:100%;
z-index:10000;
}

#announcement {
padding:10px;
background:#ff0000;
color:#fff;
font-weight:300;
font-size:14px;
text-align:center;
}
#announcement a {
color:#fff;
text-decoration:underline;
}
#announcement a:hover {
text-decoration:none;
}

#loggedAsAdmin {
position:fixed;
left:0;
top:0;
z-index:100000;
background:#404040;
color:#fff;
font-size:12px;
opacity:0.8;
padding:5px;
border-radius:0 0 10px 0  !important;
overflow:hidden;
}

/* container
------------------------*/
#container {
width:990px;
margin:0 auto;
}


/* General Tooltips
---------------*/

[data-tooltip] { /*:link, a[data-tooltip]:visited*/
text-decoration: none;
display:inline-block;
position:relative;
/*z-index:999;*/
}

[data-tooltip]:before {
content:"";
position:absolute;
border-top:8px solid #202020;
border-left:8px outset transparent;
border-right:8px outset transparent;
visibility:hidden;
top:-60%;
right:0%;
opacity:0.8;
}
  
[data-tooltip]:after {
content:attr(data-tooltip);
position:absolute;
color:#fff;
bottom:160%;
right:-10px;
background:#202020;
border:1px solid #202020;
padding: 15px;
font-size:12px;
line-height:18px;
font-weight:normal;
text-align:left;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
white-space:normal;
visibility:hidden;
width:300px;
opacity:0.8;
text-shadow:none;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
visibility:visible;
-moz-transition:visibility 0s linear .3s;
-webkit-transition:visibility 0s linear .3s;
}


/* header
------------------------*/
header {
margin:15px 0 0;
}

#header-image {
width:990px;
height:154px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;
}

header a#homelink {
width:300px;
height:154px;
display:block;
position:absolute;
left:0px;
}

header>nav {
width:990px;
margin:0 0 15px;
height:50px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

header nav>ul {
float:left;
}

header nav>ul>li {
float:left;
padding:12px 10px 0;
}

header nav>ul>li>a {
font-size:12px;
font-weight:bold;
color:#ccc;
text-decoration:none;
line-height:24px;
}

header nav>ul>li>a:hover {
color:#fff;
}

header #header-login {
white-space:nowrap;
}

/* header search
------------------------*/
#search {
width:385px;
height:48px;
background:rgba(255,255,255,0.6);
background:#ccc\9;
float:left;
margin:50px 0 0 350px;
border-color:#fff;
position:relative;
}

#search input[type='text'] {
width:270px;
background:none;
height:48px;
border:none;
padding:0 15px;
border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
color:#404040;
}

#search>a {
height:36px;
position:absolute;
right:0;
border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0 5px 5px 0;
padding:12px 20px 0;
line-height:24px;
font-size:14px;
font-weight:bold;
color:#fff;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; font-size:14px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; background-color:#f0f0f0; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.autocomplete-suggestion div:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f002";
color:#ccc;
margin-right:10px;
line-height:20px;
width:20px;
height:20px;
}
.autocomplete-suggestion div { cursor:pointer; }
.autocomplete-suggestion div.keyword:before { content:"\f002"; }
.autocomplete-suggestion div.product:before { content:"\f02b"; }
.autocomplete-suggestion div.category:before { content:"\f5fd"; }
.autocomplete-suggestion div.brand:before { content:"\f1f9"; }
.autocomplete-suggestion div.more { font-style:italic; color:#aaa; }


/* footer
------------------------*/
footer {
width:988px;/*990px - border*/
border-color:#909090 !important;
background:#eee;
margin:15px auto;
}    
    
footer p {
text-align:center;
color:#404040;
padding:10px;
font-size:10px;
}


/* cookies
-------------------------*/
.cookiewrapper {
position:fixed;
bottom:0;
width:100%;
margin:0 auto;
z-index:9999;
background:rgba(0,0,0,0.8);
border-top: solid 1px #fff;
}
.cookiebox {
color:#fff;
font:12px "Arial";
padding:40px;
}
.cookiebox h3 {
margin-bottom:15px;
font-weight: normal;
font-size: 22px;
}
.cookiebox a {
display:inline-block;
color:#fff;
margin-top:15px;
}
.cookiebox a:hover {
text-decoration:underline;
}
.cookiebox input[type=button] {
background-color:#50C24E;
color:#000;
border:none;
border-radius:5px;
display:inline-block;
cursor:pointer;
margin: 20px 20px 0px 0px;
padding:10px 15px;
font-size:13px;
}
.cookiebox input[type=button]:hover {
text-decoration:none;
background-color:#fff;
color:#50C24E;
}
.cookiebox input[type=button]#btnCookieDisagree {
background-color:#a0a0a0;
}


/* basket
------------------------*/
#basket p>b {
font-weight:normal;
}

#basketList {
position:relative;
z-index:9999;
}
#basketList>div { /*perko*/
display:none;
position:absolute;
top:0;
right:0;
padding:10px 10px 35px;
border:solid 1px #ccc;
background:rgba(255,255,255,0.9);
width:260px;
color:#404040;
}

#basketSumQty, #basketSumRegular, #basketSumDiscount, #basketSumWeight, #basketPostage, #basketPackaging, #basketTotalSum, #basketTotalSumWithoutPostage, #basketSumCoupons, #basketSumCouponsPreview, #basketSumBonus, #basketSumBonusPreview, #basketSumBonusObtained, #basketTotalSumWithoutPostageVatValue, #basketTotalSumWithoutPostageWithVat  {
display:none !important;
}

#basketList a.hide {
font-size:10px;
position:absolute;
bottom:0;
right:0;
display:block;
color:#404040;
width:100%; /*280px;*/
text-align:center;
border-top:1px solid #ccc;
}

#basketList a:hover.hide {
text-decoration:underline;
background:#f8f8f8;
}

#basketList a.checkout {
background-color:#404040;
padding:10px 20px;
color:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
display:block;
border:1px solid #101010;
text-align:center;
font-weight:bold;
margin:0 10px;
-webkit-box-shadow: 0px 1px 2px 0px #666;
-moz-box-shadow: 0px 1px 2px 0px #666;
box-shadow: 0px 1px 2px 0px #666;
}
#basketList a:hover.checkout {
background-color:#505050;
}

#basketList>div>h3 {
margin:0 0 10px;
font-size:16px;
}

#basketList>div>p {
margin:10px 5px 20px;
font-size:14px;
font-weight:bold;
text-align:right;
}

#basketList>div>span {
font-size:16px;
color:#808080;
padding:10px;
display:block;
margin: 0 0 -10px;
text-align:center;
background:#f5f5f5;
border:1px solid #ccc;
}

#basketList>div>ul {
border-bottom:1px dashed #aaa;
margin:0 0 5px; 
padding:0 0 5px;
}

#basketList>div>ul>li {
font-size:12px;
line-height:22px;
padding:10px 5px;
}

#basketList>div>ul>li:hover {
background:#f6f6f6;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#basketList>div>ul>li>a,
#basketList>div>ul>li>span,
#basketList>div>ul>li>b {
display:table-cell; 
vertical-align:middle;
}

#basketList>div>ul>li>b {
width:30px; 
}

#basketList>div>ul>li>a {
color:#808080;
}

#basketList>div>ul>li>a>b {
display:inline-block;
font-size:10px;
line-height:10px;
color:#606060;
background:#ddd;
padding:3px;
border:1px solid #ccc;
height:10px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:0 0 0 10px;
}

#basketList>div>ul>li>a>img {
float:left;
padding-right:15px;
}

#basketList>div>ul>li>a>span, .wishlist table td>a>span>span {
color:#606060;
font-size:12px;
line-height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
margin:0 0 8px 8px;
border:1px solid #ccc;
background:#f5f5f5;
white-space:nowrap;
}

#basketList>div>ul>li>a:hover {
text-decoration:underline;
}

#basketList>div>ul>li>a:hover>span {
text-decoration:none !important;
}

#basketList>div>ul>li>a .components {
margin-top:10px;
font-size:12px;
}
#basketList>div>ul>li>a .components b {
font-weight:600;
}

#basketList>div>ul>li>span { 
width:60px; 
text-align:right;
font-weight:bold;
padding-left:0px;
}

#basketList>div>ul>li.active-title,
#basketList>div>ul>li.active {
background-color:#ddd;
border-radius:5px;
margin:0 0 5px;
}

#basketList>div>ul>li.active-title {
text-align:center;
background:none;
margin:0;
}

#basketList>div>ul>li>a.remove-button {
float:right;
opacity:0.5;
}
#basketList>div>ul>li>a.remove-button:hover {
opacity:1;
}
#basketList>div>ul>li>a.remove-button svg {
width:20px;
height:20px;
fill:#444;
}


/* categories
------------------------*/
.categoriesWrapper {
float:left;
}
#container.reservations .categoriesWrapper, #container.reservations .category-path {
display:none;
}

#categories {
width:220px;
margin:14px 13px 0 -1px;
}
#categories h3 {
font-size:15px;
font-weight:bold;
text-align:center;
padding-top:8px;
height:27px;/*35px-padding*/
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
background-color:#ff0000; /**/
color:#fff; /**/
}
#categories>ul>li {
font-size:13px;
font-weight:bold;
border:1px solid;
border-top:none;
border-color:#968e8e; /**/
}
#categories>ul>li>a {
padding:7px 10px;
background-color:#efefef; /**/
color:#333; /**/
}
#categories>ul>li:last-child, #categories>ul>li:last-child ul:last-child, #categories>ul>li:last-child>a:not(.on) {
border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}
#categories ul li a {
display:block;
text-decoration:none;
}
#categories ul li a.on {
font-weight:bold;
}
#categories ul li a:hover {
background-color:#e5e6e3 !important; /**/
}
#categories>ul>li>a span {
display:block;
font-weight:normal;
font-size:9px;
}

#categories>ul>li ul {
background-color:#fff; /**/
}

#categories>ul>li li {
font-size:11px;
font-weight:normal;
}
#categories>ul>li li a {
padding:3px 10px;
color:#333; /**/
}
#categories>ul>li>ul { padding:10px 0; }

#categories>ul>li>ul>li ul { padding-bottom:10px; }

#categories>ul>li>ul>li ul li a {
padding-left:15px;
}

#categories>ul>li.extra {
background-color:#fff;
font-weight:normal;
}

#categories ul li {
position:relative;
}
#categories ul li a.link {
position:absolute;
right:0;
top:0;
text-decoration:none;
padding-right:5px;
background-color:transparent !important;
color:#aaa;
}
#categories ul li a.link:hover {
background-color:transparent !important;
color:#666 !important;
}

/* Product filters
--------------------- */
#filtersWrapper {
display:none;
}

#filters {
width:220px;
}

#filters h3 {
font-size:15px;
padding:10px 0;
}

#filters .filterName {
font-size:12px;
font-weight:bold;
}

#filters ul {
font-size:11px;
}

#filters ul li {
padding-top:5px;
position:relative;
height:12px;
}
#filters ul li.autohide,
#filtersTop ul li.autohide {
display:none; 
}

#filters .expand,
#filtersTop .expand {
display:block;
}
#filters .expand:before,
#filtersTop .expand:before {
content:"";
border: solid;
border-width: 0 3px 3px 0;
border-radius:2px;
display: inline-block;
padding: 3px;
margin-right:13px;
transform: rotate(45deg);
}
#filters .expand.expanded:before,
#filtersTop .expand.expanded:before {
transform: rotate(225deg);
}

#filters ul li label {
display:block;
position:absolute;
top:5px;
left:33px;
font-size:12px;
line-height:12px;
}

#filters ul li:hover label {text-decoration:underline;}
#filters ul li:hover .checkbox:not(.checkboxChecked) {border-color:#404040;}

#filters .checkbox {
background:#fff;
display:inline-block;
width:10px;
height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #A0A0A0;
position:absolute;
top:5px;
left:15px;
}
#filters div.checkboxChecked {
background:#404040;
border-color:#404040;
}
#filter label.checkboxChecked {
background:none !important;
}

#filters ul.hidden {
display:none;
}
#filters .filterName.collapsable {
cursor:pointer;
}
#filters .filterName.collapsable:after {
color: #ccc;
float:right;
content:"";
border: solid;
border-width: 0 3px 3px 0;
border-radius:2px;
display: inline-block;
padding: 3px;
margin-left:10px;
transform: rotate(-135deg);
}
#filters .filterName.collapsable:hover:after, #filters .filterName.collapsable.hidden:hover:after {
color:#000;
}
#filters .filterName.collapsable.hidden:after {
color:#ccc;
transform:rotate(-315deg);
}

/* product list Grid View
------------------------*/
article {
width:610px;
float:right;
margin:15px 0 0 15px;
}    

#article-title {
background:#fff;
border-radius:5px 5px 0 0;
border:1px solid #ccc;
}

#article-title h1, #article-title h2 {
padding:10px;
font-size:19px;
color:#404040;
}

#article-title .desc {
padding:0 10px 20px;
font-size:11px;
}
#article-title .desc, #article-title .desc a, .descBottom, .descBottom a {
color:#404040;
}
#article-title .desc a, .descBottom a { text-decoration:underline; }
#article-title .desc a:hover, .descBottom a:hover { text-decoration:none; }
#article-title .desc p, .descBottom p {
padding:5px 0;
word-wrap:break-word;
}
#article-title .desc ul, .descBottom ul {
list-style:circle;
padding-left:20px;
padding-bottom:10px;
}
#article-title .desc li, .descBottom li {
padding-top:10px;
}
#article-title .desc.brandurl { display:none; }

.accordion-trigger {
font-weight:600;
cursor:pointer;
margin-top:10px;
}
.accordion-trigger:before {
content:"Prikaži več";
}
.accordion-trigger.on:before {
content:"Prikaži manj";
}
.accordion-trigger:after {
content:"\25BC";
font-size:10px;
padding-left:5px;
}
.accordion-trigger.on:after {
content:"\25B2";
}

ul.no-products li {
border:1px solid #ccc;
border-top:none;
border-bottom:none;
padding:10px;
font-size:11px;
text-shadow:none;
}

ul.no-products li>p {
display:block;
text-align:center;
font-size:22px;
line-height:40px;
color:#404040;
font-weight:normal;
}

ul.no-products li>p a {
width:auto;
display:inline-block;
font-size:24px;
line-height:24px;
color:#fff;
text-align:center;
font-family:'Open Sans',sans-serif;
padding:20px;
border-radius:5px;
background:#404040;
margin-top:60px;
}

ul.no-products li>p a:hover {
opacity:0.8;
}

.show-filters, #products #filters {
display:none;
}

ul.product-list {
border-left:1px solid #ccc;
border-top:1px solid #ccc;
width:100%;
}

ul.product-list>li {
float:left;
display:block;
width:182px;
border:1px solid #ccc;
border-top:none;
border-left:none;
padding:10px;
position:relative;
}


ul.product-list h3 {
color:#404040;
font-size:11px;
font-weight:bold;
line-height:14px;
height:28px;
overflow:hidden;
}

ul.product-list.groups h3 {
text-align:center;
}

ul.product-list>li>a>h3 {
color:#404040;
text-decoration:none;
}

ul.product-list>li h3:hover {
text-decoration:underline !important;
color:#000 !important;
}

ul.product-list p.code {
color:#ccc;
font-size:10px;
line-height:14px;
}

ul.product-list p.subtitle {
color:#606060;
font-size:10px;
font-style:italic;
line-height:14px;
height:28px;
overflow:hidden;
}

ul.product-list .img {
width:180px;
height:180px;
margin:10px 0;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
overflow:hidden;
text-align:center;
display:block; /* table-cell;*/
vertical-align:middle;
}
ul.product-list .img img {
display:block;
margin:0 auto;
}

ul.product-list p.stock {
color:#606060;
font-size:10px;
line-height:14px;
}
ul.product-list .stock a {
color:#404040;
}
ul.product-list .stock a:hover {
text-decoration:underline;
}

ul.product-list .add-basket {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
overflow:hidden;
display:inline-block;
/*margin:-4px 0;*/
}

ul.product-list .add-basket input[type='text'] {
width:25px;
background:#fff;
border:none;
padding:4px;
margin:5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:#606060;
font-size:14px;
font-weight:bold;
text-align:center;
height:12px;
float:left;
box-shadow:inset 0px 0px 3px #606060;
-webkit-box-shadow:inset 0px 0px 3px #606060;
-moz-box-shadow:inset 0px 0px 3px #606060;
font-family:Arial;
}

ul.product-list .add-basket a {
height:25px;
padding:5px 15px 0;
color:#fff;
font-size:12px;
display:block;
float:left;
line-height:18px;
}

ul.product-list .sale, ul.product-list .highlighted {
position:absolute;
background-repeat:no-repeat;
width:46px;
height:46px;
top:0;
right:0;
z-index:50;
}
ul.product-list .highlighted { background-image:url(/img/icon-highlighted.png); }

ul.product-list .sale  { background-image:url(/img/icon-sale.png); }
ul.product-list .sale b {
display:block;
font-family:'Arial',sans-serif;
color:#fff;
text-align:right;
font-size:11px;
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

ul.product-list p.price span {
font-size:10px;
/*text-decoration:line-through;*/
color:#808080;
font-weight:normal;
}

ul.product-list p.price {
color:#404040;
font-size:12px;
font-weight:bold;
line-height:14px;
text-align:right;
float:right;
margin-top:-1px;
}

/* Best price */
div.bestprice {
color:#888;
font-size:10px;
}
.product-list.grid .bestprice {
text-align:center;
display:block;
font-size:9px;
}
.product-detail-rightcol>ul>li.bestprice {
text-align:right;
}
/* */

ul.no-products {
background:#eee;
margin:20px 0;
padding:40px;
text-align:center;
font-size:40px;
font-weight:bold;
color:#ccc;
display:block;
border:1px dashed #ddd;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
background:#f5f5f5;
}

ul.no-products>li {
border:none;
font-size:40px;
font-weight:bold;
}

/* Product list - List view */

ul.product-list.list {
width:100%;
margin:0;
border-bottom:1px solid #eee;
}

ul.product-list.list>li {
width:100%;
box-sizing:border-box;
margin:0;
padding:0 0 0 130px;
height:110px;
border-top:1px solid #eee;
}

ul.product-list.list li .img {
width:auto;
height:100%;
padding:0;
}

ul.product-list.list li h3 {
padding:20px 0 10px;
font-size:16px;
color:#333;
line-height:20px;
width:50%;
}

ul.product-list.list li .price {
position:absolute;
top:20px;
right:0;
margin:0;
display:inline-block;
}

/* Product list - Table view */

.product-list.table table {
width:100%;
}
.product-list.table table tr {
border-bottom:1px solid #ddd;
}
.product-list.table table tr.highlighted {
background-color:#ffff88;
}
.product-list.table table tr:hover {
background-color:#fafafa;
}
.product-list.table table tr:first-child {
border-bottom:none;
}

.product-list.table table td, .product-list.table table th  {
/*padding:5px 3px 1px 3px;*/
font-size:13px;
line-height:20px;
color:#333;
vertical-align:middle;
}
.product-list.table table td:first-child {
padding-left:5px;
}
/*.product-list.table table td a {
color:#333;
}
.product-list.table table td a:not(.product-inquiry) {
color:#333;
text-decoration:underline;
}
.product-list.table table td a:not(.product-inquiry):hover {
text-decoration:none;
}*/
.product-list.table table th {
padding:10px;
color:#666;
background:#f5f5f5;
text-align:left;
font-weight:400;
}
.product-list.table table th a {
color:#666;
}
.product-list.table table th a:hover {
text-decoration:underline;
}
.product-list.table table th a.on {
font-weight:600;
}

.product-list.table table td span:not(.highlight) {
font-weight:600;
}

.product-list.table table td.basket {
width:107px;
padding-right:0;
padding-left:0;
white-space:nowrap;
}

.product-list.table table td {
position:relative;
}
.product-list.table table td img {
width:60px;
height:60px;
}
.product-list.table table td div.saleflag {
position:absolute;
top:0;
right:0;
font-size:8px;
line-height:8px;
color:#fff;
display:block;
padding:5px;
background-color:#ccc;
white-space:nowrap;
}
.product-list.table table td div.saleflag.id60 { background-color: #0099cc; }
.product-list.table table td div.saleflag.id104 { background-color: #cc0000; }

.product-list.table table th.c, .product-list.table table td.c {
text-align:center;}
.product-list.table table th.r, .product-list.table table td.r {
text-align:right;}
.product-list.table table td.r {
white-space:nowrap;}


.product-list.table table td.basket {
height:49px;
}
.product-list.table table a.add, 
.product-list.table table a.inquiry,
.product-list.table table a.variants {
background-color:#333;
display:inline-block;
width:50px;
height:35px;
border-radius:3px;
margin:15px 0 0 10px;
}

.product-list.table table a.add, .product-list.table table a.inquiry, product-list.table table a.variants,
.profile-wishlist table a.add, .profile-wishlist table a.inquiry, .profile-wishlist table a.variants {
background-image:none;
position:relative;
}
.product-list.table table a.inquiry {
position:absolute;
right:0;
top:0;
}
.product-list.table table a.add:before, .product-list.table table a.inquiry:before, .product-list.table table a.variants:before, 
.profile-wishlist table a.add:before, .profile-wishlist table a.inquiry:before, .profile-wishlist table a.variants:before {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f291";
color:#fff;
line-height:35px;
font-size:18px;
text-align:center;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
.product-list.table table a.inquiry:before,
.profile-wishlist table a.inquiry:before {
content:"\f0e0";
}
.product-list.table table a.variants:before,
.profile-wishlist table a.variants:before {
content:"\f141";
}

.product-list.table table a.product-inquiry span {
display:none;
}
.product-list.table table a.product-inquiry:before  {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f0e0";
color:#333;
margin-right:10px;
font-size:17px;
position:relative;
bottom:-2px;
}
.product-list.table table a.product-inquiry:hover  {
background-color:#fff;
}

.product-list.table table .quantity {
display:inline-block;
}
.product-list.table table .quantity input {
background:#fff;
border-radius:3px;
display:inline-block;
border:1px solid #ddd;
width:15px;
padding:10px;
line-height:13px;
text-align:right;
top:-13px;
position:relative;
margin:0 0 0 10px;
}



/* paging
------------------------*/
#container-sorting, .pagination {
background:#ccc;
min-height:30px;
}

.pagination:not(.bottom) {
border-top:1px solid #ddd;
}

#sorting label, #pagesize label, #brandfilter label, #onlyInStock label {
float:right;
font-size:10px;
margin:11px 5px;
color:#606060;
cursor:default;
}
#onlyInStock label {
cursor:pointer;
margin:8px 0;
}

#sorting select, #pagesize select, #brandfilter select, #onlyInStock input[type=checkbox] {
margin:4px 5px 5px;
float:right;
border-radius:3px;
border:none;
font-size:12px;
padding:3px;
height:25px;
}

#sorting {
float:right;
}

#pagesize label, #brandfilter label, #onlyInStock label {
float:left;
}

#pagesize select, #brandfilter select, #onlyInStock input[type=checkbox] {
float:left;
}

.pagination {
width:600px;
padding:0 5px;
font-size:10px;
float:left;
}

.pagination span {
margin:10px 0;
color:#606060;
float:left;
}

.pagination .page-select {
float:right;
color:#606060;
}

.pagination .page-select a {
display:inline-block;
padding:5px;
margin:5px 0;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
color:#606060;
}

.pagination .page-select a:hover {
background-color:#909090;
color:#fff;
}
.pagination .page-select a.off {
cursor:default;
color:#ededed;
background-color:transparent;
}

.pagination .page-select input {
width:25px;
height:18px;
margin:4px 5px 5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:none;
font-size:12px;
font-weight:bold;
padding:3px;
text-align:center;
}

.pagination.bottom {
border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}


div.loading { 
width:100%; 
padding:40px; 
text-align:center; 
box-sizing: border-box;
}

div.loading .loadingContainer { 
display:inline-block;
margin:0 auto;
padding:15px 30px;
background:#f5f5f5;
border-radius:2px;
}

div.loading p { 
color:#222;
font-size:15px;
line-height:15px;
display:inline-block;
vertical-align:middle;
}

div.loading i { 
color:#000;
line-height:20px;
font-size:20px;
text-align:center;
vertical-align:middle;
margin-right:20px;
}

/* viewtype toggle */

#viewtype {
float:left;
}

#viewtype a {
font-size:20px;
line-height:40px;
color:#ccc;
margin-right:10px;
}

#viewtype a.on {
color:#333;
}

#viewtype a:hover {
color:#888;
}

/* Izdelek podrobno
--------------------- */
article.normal-width {
width:740px;
}

.category-path {
font-size:12px;
padding:0 0 10px;
color:#606060;
max-width:70%;
}

.category-path>b {
display:inline-block;
width: 0px !important;
height: 0px !important;
border-top: 5px outset transparent !important;
border-bottom: 5px outset transparent !important;
background-image:none  !important;
margin:0 10px;
border-left: 5px solid #404040 !important;
border-right: none !important;
}

.category-path i {
font-weight:bold;
font-style:normal;
}

.category-path a {
color:#404040;
}

.product-detail-title {
background:#f5f5f5;
padding:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0px 0px 3px #aaa;
-webkit-box-shadow:0px 0px 3px #aaa;
-moz-box-shadow:0px 0px 3px #aaa;
color:#606060;
font-weight:bold;
}

.product-detail-title h1 {
color:#606060;
font-size:24px;
}

.product-detail-title h1 span {
color:#606060;
font-size:10px;
line-height:10px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
margin:0 0 0 8px;
border:1px solid #ccc;
background:#f5f5f5;
top:-6px;
position:relative;
white-space:nowrap;
}

.product-detail-title h2 {
font-weight:normal;
font-size:12px;
font-style:italic;
color:#808080;
}

/* desni stolpec
------------------------*/
/*aside {
width:130px;
margin:15px 0 15px 13px;
float:right;
}*/



/*.progress {
border: 1px solid #DDDDDD;
border-radius: 3px 3px 3px 3px;
position: relative;
width: 398px;
margin:10px 0 0;
font-size:10px;
}

.bar {
background-color: #B4F5B4;
border-radius: 3px 3px 3px 3px;
height: 20px;
width: 0;
}

.percent {
display: inline-block;
left: 48%;
position: absolute;
top: 3px;
}*/


/*warning*/

/*p.warning {
text-align:right;
font-size:12px;
color:#808080;
}*/




/* jQueryUI slider */
/*.filterSlider {
text-align:center;
width:180px;
}

.filterSlider .slider {
margin:10px;
}

.ui-slider {
position: relative;
text-align: left;
}

.ui-slider .ui-slider-handle {
background:#e0e0e0;
position: absolute;
z-index: 2;
width: 17px;
height: 17px;
cursor: default;
}

.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 12px;
display: block;
border: 0;
}

.ui-slider-horizontal {
background:#e0e0e0;
height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}*/

/*https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/*/
div.filterSlider {
position:relative;
width:180px;
text-align:center;
margin-bottom:23px;
}

div.filterSlider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 15px;
width: 100%;
outline: none;
height: 18px;
margin: 0;
padding: 0;
margin-top:5px;
}

div.filterSlider input::-webkit-slider-thumb {
pointer-events: all;
position: relative;
z-index: 1;
outline: 0;
}

div.filterSlider input::-moz-range-thumb {
pointer-events: all;
position: relative;
z-index: 10;
-moz-appearance: none;
width: 9px;
}

/* slider handle */
input[type=range] {
-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
width: 100%; /* Specific width is required for Firefox. */
background: transparent; /* Otherwise white in Chrome */
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
input[type=range]:focus {
outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
/* Hides the slider so custom styles can be added */
background: transparent; 
border-color: transparent;
color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
height: 15px;
width: 15px;
border-radius: 2px;
background-color: #404040;
cursor: pointer;
top:-7px;
}

/* slider track */
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 1px;
cursor: pointer;
background: #ccc;
border-radius: 1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ccc;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 1px;
cursor: pointer;
background: #ccc;
border-radius: 1px;
}


/* Brands list 
--------------------- */

.indexBrands {
text-align:center;
margin:0 0 40px;
}

.indexBrands a {
color:#888;
font-size:20px;
line-height:20px;
display:inline-block;
margin:0 7px;
}

.indexBrands a:hover {
color:#333;
}

article.brands>ul {
float:left;
width:103%;
padding:0;
margin:0 0 0 -3%;
}


article.brands>ul>li:not(.initial) {
padding:0;
text-align:center;
width:22%;
height:150px;
margin:0 0 20px 3%;
box-sizing:border-box;
border:1px solid #ddd;
float:left;
background:#fff;
}

article.brands>ul>li.initial {
padding:30px 0;
font-size:30px;
line-height:30px;
font-weight:300;
text-align:left;
border-bottom:1px solid #ddd;
width:97%;
margin:20px 0 30px 3%;
}

article.brands>ul>li a {
display:block;
position:relative;
width:100%;
font-weight:300;
font-size:20px;
height:100%;
}

article.brands>ul>li a img {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
height:auto;
max-width :70%;
max-height:65%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

article.brands>ul>li a:hover img {
-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
filter: grayscale(0);
}


/* Hamburger menu */
.nav-trigger {
position: absolute;
clip: rect(0, 0, 0, 0);
-webkit-touch-callout: none;
}
label[for="toggleSidebar"] {
position: absolute;
left: 22px; top: 22px;
z-index:9999;
display: none;
}
.nav-trigger + label {
transition:opacity 0.5s, left 0.1s;
}
.nav-trigger.hide + label.hide {
transition:opacity 0.3s;
opacity:0;
}
label[for="toggleSidebar"] span {
display:block;
width: 22px;
height: 4px;
margin-bottom: 4px;
position: relative;
background-color:#333;
border-radius: 1px;
transform-origin: 0% 100%;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
}

label[for="toggleSidebar"] span:nth-last-child(3) {
transform-origin: 0% 0%;
}
label[for="toggleSidebar"] span:first-child {
transform-origin: 4px 0px;
}
.nav-trigger:checked ~ label span {
opacity: 1;
transform: rotate(-45deg) translate(0px, 5px);
width: 26px;
}
.nav-trigger:checked ~ label span:nth-last-child(3) {
opacity: 1;
transform: rotate(45deg) translate(6px, 2px);
width: 26px;
}
.nav-trigger:checked ~ label span:nth-last-child(2) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}

@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {
label[for="toggleSidebar"] { display:block; }
}

nav#sidebar ul li {
position:relative;
}
nav#sidebar>ul>li a.expandable {
position:absolute;
padding-right:15px;
right:0;
top:0;
background-color:transparent;
}
nav#sidebar>ul>li a.expandable::after {
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\2b";
font-size:24px;
}
nav#sidebar>ul>li a.expandable.on::after {
content:"\2212";
}
nav#sidebar ul li a.selected {
font-weight:bold;
}
nav#sidebar ul li a.link {
display:none;
}
nav#sidebar ul {
float:none;
}

/* News list
------------------------*/

ul.newsList {
padding:0 !important;
margin:0 !important;
}

ul.newsList>li {
list-style:none;
padding:0;
}

ul.newsList>li>a>h3 {
display:block;
/*border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#eee;
color:#404040;
padding:10px;*/
}

ul.newsList>li>a>h3 span {
font-size:12px;
padding-right:10px;
margin-right:10px;
color:#808080;
border-right:1px solid #ccc;
font-weight:normal;}
ul.newsList>li>a>h3:hover {color:#808080;}

ul.newsList>li>a>p {
display:block;
margin:0;
/*padding:10px;*/
font-size:12px;
line-height:20px;
color:#606060;
}

ul.newsList>li>a>span {
display:block;
/*padding:0 10px 20px;*/
font-size:12px;
line-height:12px;
color:#808080;
cursor:pointer;
}
ul.newsList>li>a>span:hover {text-decoration:underline;}

a#newsArchive {
font-size:12px;
text-align:center;
border:1px solid #ddd;
padding:10px;
display:block;
color:#808080;
}
a#newsArchive:after {
content: " »";
}
a#newsArchive:hover {text-decoration:underline;}

/* bottom bar */
.contentOverlay {
visibility:hidden;
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:10000;
transition:background-color 0.2s;
}
.contentOverlay.on {
visibility:visible;
background-color:rgba(0,0,0,0.5);
}

#bottombar {
width:70%;
height:100%;
background-color:#fff;
position:fixed;
bottom:0;
right:-100%;
overflow:hidden;
transition:right 0.2s;
z-index:100001;
border-radius:8px 0 0 8px;
}
#bottombar.on {
right:0;
transition:right 0.3s cubic-bezier(0.000, 0.000, 0.000, 1.000);
}
#bottombar.contact {
width:450px;
right:-450px;
}
#bottombar.contact.on {
right:0;
}

#bottombar .top {
width:100%;
height:80px;
}
#bottombar .top .close { 
height:25px;
padding:13px;
width:25px;
position:absolute;
top:20px;
right:20px;
cursor:pointer; 
}
#bottombar .top .close:hover {
background:#efefef;
border-radius:50%;
}
#bottombar .top .close:before, #bottombar .top .close:after {
position: absolute;
left: 22.5px;
content: ' ';
height: 23px;
width: 3px;
border-radius:1px;
background-color: #000;
}
#bottombar .top .close:before {
transform: rotate(45deg);
}
#bottombar .top .close:after {
transform: rotate(-45deg);
}

#bottombar .bottom {
margin-top:60px;
padding:0 40px;
height:80px;
}
#bottombar .bottom input[type=submit], 
#bottombar .bottom button, 
#bottombar .bottom a {
width:100%;
display:block;
box-sizing: border-box;
padding:20px;
font-size:15px;
font-weight:600;
text-align:center;
border-radius:30px;
background-color:#1b1b1b;
color:#fff;
border:none;
cursor:pointer;
}
#bottombar .bottom input[type=submit].warning,
#bottombar .bottom button.warning,
#bottombar .bottom a.warning {
background-color:#C73052;
}
#bottombar .bottom a i {
margin-right:10px;
font-size:20px;
}
#bottombar .bottom input[type=submit].warning:before,
#bottombar .bottom button.warning:before,
#bottombar .bottom a.warning:before {
margin-right:10px;
font-size:20px;
font-family:"Font Awesome 5 Free";
font-weight:900;
content:"\f071";
}
#bottombar .bottom input[type=submit]:not([disabled]):hover,
#bottombar .bottom button:not([disabled]):hover,
#bottombar .bottom a:not([disabled]):hover{
opacity:0.9;
}
#bottombar .bottom input[type=submit][disabled],
#bottombar .bottom button[disabled],
#bottombar .bottom a[disabled]{
background-color:#eee;
color:#aaa;
cursor:default;
}

#bottombar h3 {
font-weight:600;
font-size:24px;
padding:0 40px 40px;
}
#bottombar .content {
overflow-y:auto;
/*margin-bottom: calc(100% - 80px);
height:600px;
max-height:calc(100%-160px);*/
}
#bottombar .content>p {
padding:0 40px 10px;
font-size:15px;
line-height:24px;
}

#bottombar .form {
padding:0 40px;
}
#bottombar .form input[type=text], #bottombar .form input[type=email], #bottombar .form input[type=password], #bottombar .form select, #bottombar .form textarea {
-webkit-appearance:none;
width:100%;
padding:11px 15px;
font-size:18px;
line-height:22px;
color:#444;
border:1px solid #ccc;
border-radius:5px;
box-sizing:border-box;
position:relative;
z-index:10;
}
#bottombar .form input[type=text]:focus, #bottombar .form input[type=email]:focus, #bottombar .form input[type=password]:focus, #bottombar .form select:focus {
border-color:#aaa;
}
#bottombar .form label {
margin-bottom:4px;
font-size:15px;
}
#bottombar .form label, #bottombar .form p.inline {
margin-top:30px;
}
#bottombar .form .input-wrap .error {
background:#fff;
font-size:13px;
padding:0;
top: calc(100% + 2px);
}
#bottombar .form .input-wrap .error, #bottombar .form .input-wrap .error a {
color:#e52828 !important;
}
#bottombar .form .input-wrap .error:before {
content:"\25cf";
margin-right:5px;
font-size:16px;
}

.form p.inline label {
display:initial;
cursor:pointer;
}




/****************** Mobile site ****************/

@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {

    .noty_bar {
    position:fixed !important;
    left:50% !important;
    width:90% !important;
    margin-left:0 !important;
    transform:translateX(-50%) !important;
    }

    #bottombar {
    width:100%;
    height:70%;
    bottom:-70%;
    right:0;
    transition:bottom 0.2s;
    border-radius:8px 8px 0 0;
    }
    #bottombar.on {
    bottom:0;
    transition: bottom 0.3s cubic-bezier(0.000, 0.000, 0.000, 1.000);
    }
    #bottombar.contact {
    width:100%;
    height:95%;
    bottom:-95%;
    }
    #bottombar.contact.on {
    bottom:0;
    }

    section.contactForm {
    overflow-y: scroll;
    height: calc(100% - 80px);
    }
}
#wishlist a svg {
height:30px;
width:30px;
}
.add-wishlist.productdetail {
margin-top:20px;
text-align:center;
}
.add-wishlist a {
font-size:16px;
font-weight:600;
color:#333;
}
.add-wishlist a:hover {
text-decoration:none !important;
}
.add-wishlist a svg {
width:24px;
height:24px;
fill:#333;
}
.add-wishlist a i {
font-size:24px;
}
.add-wishlist:not(.productdetail) a>span {
display:none;
}
.add-wishlist a>span {
vertical-align:top;
}
.add-wishlist.productdetail a i,
.add-wishlist.productdetail a svg {
margin-right:10px;
}


/* Bottom Bar */

#bottombar .wishlistForm ul li {
border-bottom:solid 1px #ccc;
padding:10px 0;
font-weight:700;
position:relative;
padding-right:30px;
}
#bottombar .wishlistForm ul li:first-child {
border-top:solid 1px #ccc;
}
#bottombar .wishlistForm ul li.loading {
text-align:center;
color:#aaa;
font-weight:300;
}
#bottombar .wishlistForm ul li span.counter {
display:block;
font-size:12px;
font-weight:500;
color:#aaa;
margin-top:5px;
}
#bottombar .wishlistForm ul li a i {
position:absolute;
right:0;
top:calc(50% - 10px);
}
#bottombar .wishlistForm.moveToList ul li a i {
display:none;
}
#bottombar .wishlistForm.moveToList a {
display:block;
}
#bottombar .wishlistForm a.addList {
margin-top:20px;
display:block;
text-align:center;
font-weight:500;
color:#000;
}
#bottombar .wishlistForm a.addList:hover {
text-decoration:underline;
}

.create-new-list a {
color:#333;
font-size: 16px;
font-weight: 600
}
.create-new-list i:before {
font-size:20px;
}

/* profile */

article.profile.wishlist>p:not(.empty) { 
font-size:14px;
line-height:initial;
padding:20px 0;
border-bottom:none;
text-align:left;
}
article.wishlist a#createNewList {
background-color:#333;
color:#fff;
display: inline-block;
box-sizing: border-box;
padding: 10px 20px;
font-size: 14px;
font-weight: 600;
text-align: center;
border-radius: 20px;
}


#lists {
margin: 30px 0;
display: flex;
gap: 2%;
flex-wrap: wrap;
}

#lists > li {
background-color: #f5f5f5;
padding: 15px;
position: relative;
min-width: 32%;
flex-basis: 32%;
box-sizing: border-box;
margin-bottom: 20px;
}

#lists>li p {
font-size:13px;
font-weight:normal;
margin-top:5px;
}
#lists>li i {
position:absolute;
top:10px;
right:10px;
border-radius:50%;
padding:8px;
font-size:16px;
width:16px;
text-align:center;
}
#lists>li i:before {
font-size:initial;
}
#lists>li i:hover {
background-color:#ccc;

}
#lists ul.products li {
background-color:#fff;
text-align:center;
padding:5px;
box-sizing: border-box;
min-width:70px;
min-height:70px;
}
#lists ul.products li.more {
font-size:16px;
display:flex;
align-items:center;
justify-content:center;
}
#lists ul.products li.empty {
font-size: 13px;
font-weight: normal;
width: 100%;
box-sizing: border-box;
display:flex;
align-items:center;
justify-content:center;
}
#lists ul.products {
display:flex;
gap:10px;
margin-top:15px;
}
#lists ul.products li img {
max-width:60px;
max-height:60px;
}

article.profile.wishlist>h3>a {
margin-left:10px;
}
article.profile.wishlist>h3>a:nth-child(2) {
margin-left:50px;
}
article.profile.wishlist>h3>a#moveToList,
article.profile.wishlist>h3>a#renameList,
article.profile.wishlist>h3>a#deleteList {
float:none;
}
article.profile.wishlist>h3>a i {
font-size:16px;
color:#333;
padding:8px;
}
article.profile.wishlist>h3>a i:hover {
background-color:#333;
color:#fff;
border-radius:50%;
}

/****************** Mobile site ****************/
@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px) {

    #lists > li {
    min-width: 49%;
    flex-basis: 49%;
    }

    article.profile.wishlist {
    padding:0 20px 20px;

    }
}

    @media only screen 
and (min-width : 1020px) 
and (max-width : 1400px) 
and (min-device-width : 1020px) 
and (max-device-width : 1400px) {

    #lists > li {
    min-width: 49%;
    flex-basis: 49%;
    }

}

    @media only screen 
and (min-width : 360px) 
and (max-width : 780px) 
and (min-device-width : 360px) 
and (max-device-width : 680px) 

{ 
    #lists > li {
    min-width: 100%;
    flex-basis: 100%;
    }

}



header, footer { min-width:966px; }

body {
font-family:'Century Gothic',sans-serif;
background:#494e59;
}

article.brands, #basketList div, .footerContainer, .headerContainer, #container, article.categoryempty, 
article.normal-width, article.contentpage, #bannerWrapper, #banner, #banner a, #banner a img, article.categoryempty, article.home {
width:1140px;
}
#bannerWrapper, #banner, #banner a, #banner a img {
height:500px;
}
article,  article.normal-width {
width:880px;
}

#container {
padding:0 0 60px;
position:relative;
background:#fff;
box-shadow:0 0 150px 120px #fff;
}

#contentWrapper {
position:relative;
background:url(/skin/linea/background.jpg);
padding:0;
}

aside {display:none;}

.roundbox {border:none;}

#baguetteBox-overlay {
background:rgba(255, 255, 255, 0.7) !important;
}
#baguetteBox-overlay .full-image img {
box-shadow:none;
-webkit-box-shadow:none;
}
.baguetteBox-button#close-button {
background:transparent;
}
.baguetteBox-button#close-button:hover {
opacity:0.8;
}

/* header 
---------------------- */

header {
margin:0;
background:#f5f5f5;
height:250px;
position:relative;
z-index:1000;
}
.bodyCheckout header {
height:90px;
}

.headerContainer {
margin:0 auto;
position:relative;
padding:0;
}

header a#homelink {
width:342px;/*170px*/
height:80px;
top:35px;
left:0;
background:url(/skin/linea/logo-header.png) no-repeat center;
position:absolute;
}
.bodyCheckout header a#homelink {
top:0;
height:90px;
}

header .headerBar {
background:#eee;
display:block;
width:100%;
}

label[for="toggleSidebar"] span {
background-color:#474d58;
}

.headerBar nav {
background:#444;
display:block;
padding:0;
}

.headerBar nav ul {
float:left;
width:auto;
}        

.headerBar nav>ul>li {
padding:0;
position:relative;
z-index:7000;
} 

.headerBar nav ul li a {
padding:0 20px;
display:block;
color:#767e8b;
font-weight:300;
font-size:14px;
line-height:50px;
} 


.headerBar nav>ul>li>a:hover {
color:#333;
background:#ccc;
}        

.headerBar nav>ul>li>ul {
position:absolute;
top:50px;
left:0;
padding:30px;
width:100%;
background:#fff;
border-top: 5px solid #ccc;
box-shadow:0 2px 4px 0 #ccc;
display:none;
}

.headerBar nav>ul>li:hover ul {
display:block;
}

.headerBar nav>ul>li>ul a {
font-weight:400;
font-size:14px;
line-height:20px;
padding:5px 0;
color:#888;
display:block;
}

.headerBar nav>ul>li>ul a:hover {
color:#73acc2;
}




/* header info */

#headerInfo {
float:right;
padding:5px 0 0;
text-align:right;
text-transform:lowercase;
}

#headerInfo span {
line-height:30px;
font-size:14px;
color:#494e59;
margin:4px 10px 0 0;
display:inline-block;
}
#headerInfo span a {
color:#494e59;
}
#headerInfo i {
width:30px;
border-radius:15px;
color:#fff;
text-align:center;
font-size:20px;
line-height:30px;
background-color:#d9de3d;
margin-left:5px;
}

#headerInfo b {
font-weight:400;
}

/*#headerInfo i.fa-phone {background:#6883af}
#headerInfo i.fa-envelope {background:#a65e9c;font-size:17px;}
#headerInfo i.fa-truck {background:#47a0a6; font-size:16px;}
#headerInfo i.fa-facebook-f {background:#3b5998;}
#headerInfo i.fa-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
*/
#headerInfo i.fa-envelope {font-size:17px;}
#headerInfo i.fa-truck { font-size:16px;}


/* wishlist*/
#wishlist a {
background:#fff;
padding:0 16px;
display:inline-block;
color:#73acc2;
font-weight:600;
font-size:14px;
line-height:50px;
float:right;
}
#wishlist a i {
font-size:24px;
padding-right:5px;
vertical-align:middle;
}

/* header Categories
------------------------ */

.headerCategoriesWrapper {
width:100%;
background:#72acc2;
position:absolute;
bottom:0;
left:0;
}

.headerCategoriesWrapper nav>ul>li {
padding:0;
position:relative;
}

.headerCategoriesWrapper nav>ul>li>a {
padding:0 12px;
display:block;
color:#fff;
font-weight:400;
font-size:14px;
line-height:50px;
text-transform:uppercase;
}


.headerCategoriesWrapper nav>ul>li>a:hover {
background:#a3d3e6;
}

.headerCategoriesWrapper nav>ul>li>ul {
position:absolute;
top:50px;
left:0;
padding:30px;
width:auto;
border-top:5px solid #a3d3e6;
background:#fff;
box-shadow:0px 2px 4px 0 #bbb;
display:none;
}

.headerCategoriesWrapper nav>ul>li:hover ul {
display:block;
}



.headerCategoriesWrapper nav>ul>li>ul a {
font-weight:400;
font-size:14px;
line-height:20px;
padding:5px 0;
color:#498aa3;
display:block;
white-space: nowrap;

}

.headerCategoriesWrapper nav>ul>li>ul a:hover {
color:#333;
}


.headerSubcategoriesWrapper{
display:none;

}

/* User Nav / Login
---------------------*/

#user-nav {
float:left;
}

#user-nav>ul {
float:left;
}

#user-nav>ul>li {
float:left;
padding:0;
color:#494e59;
font-size:14px;
line-height:50px;
font-weight:300 !important;
}

#user-nav>ul>li>p {
color:#888;
font-size:14px;
line-height:50px;
font-weight:300 !important;
padding:0 10px;
display:block;
}

#user-nav>ul>li>a {
font-size:14px;
line-height:50px;
font-weight:300 !important;
color:#494e59;
padding:0 10px;
}


#user-nav>ul>li>a:hover {
color:#73acc2;
}

header a#header-login {
padding:0;
height:auto;
float:none;
width:auto;
border:none;
margin:0;
text-decoration:none;
color:#494e59;
font-size:14px;
line-height:50px;
font-weight:300 !important;
display:block;
border-radius:0; 
}

header a#header-login:hover {
color:#73acc2;
}

header a.home {
margin-right:20px;
}

header .social {
position:absolute;
top:10px;
right:10px;
}

header .social>a {
float:left;
display:block;
height:32px;
width:32px;
font-size:20px;
line-height:32px;
background:blue;
color:#fff;
margin-left:5px;
border-radius:2px;
text-align:center;
}

header .social>a.fb {background:#3b5998;}
header .social>a.tw {background:#32ccfe;color:#fff;}
header .social>a.ig {background:#3f729b;color:#fff;}
header .social>a.yt {background:#e52d27;color:#fff;}

header .social > a:hover{
opacity:0.8;
}

#smallBannersWrapper {
width:102%;
margin-left:-2%;
margin-bottom:40px;
}

#smallBannersWrapper a {
display:block;
float:left;
width:48%;
margin-left:2%;
margin-bottom:2%;
}

#smallBannersWrapper a img {
display:block;
width:100%;
}

/* Search
------------------------------ */
#search {
height:auto;
position:relative;
margin:0 auto;
padding:52px 0 0;
float:none;
background:none;
box-sizing:border-box;
width:280px;
}

#search input[type='text'] {
width:100%;
background:#fff;
height:auto;
font-size:14px;
height:42px;
padding:0 50px 0 15px;
color:#ccc;
margin:0;
box-sizing:border-box;
border-radius:2px;
box-shadow:1px 1px 5px 0 #ccc;
}

#search a {
height:42px;
width:42px;
position:absolute;
bottom:0;
right:0;
padding:0;
margin:0;
border-radius:0 2px 2px 0;
color:#494e59;
line-height:38px;
text-align:center;
font-size:20px;
}

#search a:hover {
opacity:0.8;
}

.autocomplete-suggestions { font-size:12px; }
.autocomplete-suggestions strong { color: #dade3e; }

/* basket
------------------------*/

#basket {
width:auto;
height:auto;
margin:0 0 0 20px;
position:relative;
float:left;
padding:10px 0 0 40px;
display:block;
height:50px;
box-sizing:border-box;
}

#basket a:hover {
opacity:0.8;
}

#basket>a {
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
margin:0;
background: url(/skin/linea/icon-basket.png) no-repeat left center;
}

#basket>span {display:none;}

#basket>p {
display:block;
font-weight:600;
font-size:13px;
line-height:30px;
width:auto;
height:auto;
min-width:30px;
/*float:left;*/
color:#494e59;
text-align:center;
padding:0;
border-radius:15px;
background:#d9de3d;
position:relative;
}


#basket>p.qty:after {
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 8px 6px 0;
border-color: transparent #d9de3d transparent transparent;
position:absolute;
top:9px;
left:-9px;
}


#basket>p.sum {display:none;}
#basket>p b {display:none}
#basket>br {display:none;}

#basketList div {
top:9px;
right:0;
padding:20px 20px 55px;
border:1px solid #ddd;
background:#fff;
color:#888;
box-sizing:border-box;
}

#basketList a.hide {
font-size:12px;
color:#808080;
background:#f8f8f8;
padding:10px 0;
border:none;
}

#basketList a:hover.hide {
background:#eee;
text-decoration:none;
}

#basketList a.checkout {
border:none;
background:#73acc2;
text-shadow:none;
box-shadow: none;
border-radius:2px;
text-align:center;
margin:0;
float:left;
color:#fff;
font-size:24px;
font-weight:400;
padding:20px 40px;
}

#basketList a:hover.checkout {
color:#fff;
}

#basketList>div>p {
text-shadow:none;
margin:10px 0;
font-size:16px;
line-height:24px;
font-weight:400;
float:right;
text-align:right;
display:block;
border-radius:2px;
background:#fff;
padding:10px 15px;
}

#basketList>div>p span {
font-size:24px;
font-weight:400;
color:#73acc2;
display:inline-block;
top:2px;
position:relative;
margin-left:10px;
padding-right:60px;
}

#basketList>div> span {
font-size:30px;
color:#ccc;
padding:20px 15px 30px;
border:none;
background:none;
text-shadow:none;
font-weight:300;
}

#basketList>div>ul {
border-bottom:1px solid #dadada;
margin:0 0 20px; 
padding:0 0 20px;
}

#basketList>div>ul>li {
font-size:18px;
line-height:20px;
padding:15px;
text-shadow:none;
font-weight:300;
position: relative;
display: table;
width: 100%;
box-sizing: border-box;
}

#basketList>div>ul>li:hover {
background:#f8f8f8;
border-radius:2px;
}

#basketList>div>ul>li>b {
width:8%; 
}

#basketList>div>ul>li>a {
color:#606060;
width:74%;
}

#basketList>div>ul>li>a:hover {
color:#606060 !important;
}

#basketList>div>ul>li>span { 
width:18%; 
padding-right:60px;
text-align:right;
font-weight:400;
padding-left:0px;
}

#basketList>div>ul>li.active-title,
#basketList>div>ul>li.active {
background-color:#f8f8f8;
border-radius:0 0 2px 2px;
text-shadow:none;
margin:0;
}

#basketList>div>ul>li.active-title {
background:#73acc2;
position:relative;
color:#fff;
border-radius:2px 2px 0 0;
font-weight:400;
}

#basketList>div>ul>li.active-title:before {
content:"";
position:absolute;
bottom:-8px;
left:50%;
display:block;
width: 0px !important;
height: 0px !important;
border-left: 10px outset transparent !important;
border-right: 10px outset transparent !important;
background-image:none  !important;
margin:0 0 0 -5px;
border-top: 10px solid #73acc2 !important;
border-bottom: none !important;
position:absolute;
z-index:100;
}

#basketList>div>ul>li>a.remove-button {
color:#808080;
font-size:21px;
line-height:20px;
right:20px;
top:calc(50% - 10px);
position:absolute;
display:block;
width:20px;
}

#basketList>div>ul>li>a.remove-button:hover i {
color:#73acc2;
text-decoration:none;
}

/* categories
------------------------*/

.categoriesWrapper {
width:220px;
}

#categories {
margin:30px 0 0;
border:none;/**/
padding:0;
}

#categories.home {
margin-top:430px;
}

#categories h3 {
display:none;
}

#categories ul li a.link  {display:none}

#categories>ul {
background:none;
padding:0;
overflow:hidden;
border-radius:2px;
}

#categories>ul>li {
border:none;
margin:0;
}

#categories>ul>li>a {
padding:15px;
background:#dade3e;
color:#494e59;
font-weight:400;
font-size:14px;
margin:0 0 0px;
border-radius:0;
}

#categories>ul>li>a.on {
font-weight:600;
}

#categories>ul>li>a:hover {
background:#eee !important;
}

#categories>ul>li>ul a:hover {
background:#eee !important;
}

#categories>ul>li ul {
background:#f5f5f5;
padding:10px 0;
border-radius:0;
}

#categories>ul>li li a {
color:#888;
font-size:14px;
line-height:14px;
}

#categories>ul>li>ul>li {
border:none;
}
#categories>ul>li>ul>li ul {
padding:0;
}

#categories > ul > li > ul > li ul li a {
padding-left:30px;
}

#categories>ul>li>ul li>a {
padding:6px 15px;
line-height:22px;
}

#categories>ul>li li a.on {
font-weight:600;
color:#333;
}

#categories > ul > li:last-child, #categories > ul > li:last-child ul:last-child, #categories > ul > li:last-child > a:not(.on) {
border-radius: 0;
}

#headerCategories ul li a.link, #categories ul li a.link { display:none; }


/* Filters 
-----------------------------*/

#filters {
padding:20px 0;
width:100%;
}

#filters h3 {
background:#f5f5f5;
color:#222;
margin:5px 0;
border-radius:4px;
font-size:13px;
padding:10px;
font-weight:600;
display:block;
margin:0 0 30px;
text-align:left;
}

#filters .filterName {
font-weight:600;
font-size:13px;
color:#222;
padding:10px;
}

#filters .filterSlider {
color:#222;
font-weight:400;
font-size:13px;
width:100%
}
#filters .filterSlider span {
font-weight:600;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
background:#73acc2;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
background:#73acc2;
}
/* All the same stuff for IE */
input[type=range]::-ms-thumb {
background:#73acc2;
}

#filters .filterName.collapsable::after {
margin-top:5px;
}
#filters .filterName.collapsable.hidden::after {
margin-top:3px;
}

#filters ul {
padding:0 0 20px;
}

#filters ul li label {
font-size:13px;
line-height:20px;
color:#222;
font-weight:400;
top:auto;
left:auto;
position:relative;
display:inline-block;
margin-left:10px;
vertical-align:middle;
text-overflow:ellipsis;
max-width:86%;
}

#filters ul li {
padding:5px 0;
height:auto;
}

#filters .checkbox {
width: 15px;
height: 15px;
border-radius: 2px;
border:0;
position: relative;
top:auto;
left:auto;
margin-top:-2px;
cursor:pointer;
vertical-align:middle;
background:#f5f5f5;
}

#filters .checkbox input {
margin: 2px;
display: block;
z-index:200;
position:relative;
}


#filters ul li:hover .checkbox:not(.checkboxChecked) {
background:#eee;
}

#filters div.checkboxChecked {
background:#73acc2;
}


#filters ul li:hover label{
color:#73acc2;
text-decoration:none;
}


/* product list
------------------------*/
article {
margin:0;
padding:0;
}    

aside {display:none}    

#article-title {
border:none;
padding:0;
border-radius:0; 
margin:0 0 20px;
border-bottom:4px solid #d9de3d;
line-height:30px;
}

#article-title img {
display:block;
width:100%;
}
#article-title .prevleke img {
display:inline-block;
width:12.8%;
margin-right:1%;
margin-bottom:1%;
}

#article-title h1 {
font-size:48px;
line-height:48px;
font-weight:300;
color:#494e59; 
padding:30px 0 50px;
margin:0;
}

#article-title .desc {
color:#9a9a9a; 
font-size:13px;
padding:10px 0 0;
}
#article-title .desc.brandurl { 
display:block; 
padding-top:0;
padding-bottom:20px; 
}

ul.product-list {
border:none;
margin-left:-16px;
width:896px;
}

ul.product-list li {
width:208px;
height:360px;
padding:240px 0 0;
margin:0 0 35px 16px;
border:none;
overflow:hidden;
box-sizing:border-box;
border-radius:2px;
}
ul.product-list li:hover {
/*box-shadow:1px 1px 5px 0 #ccc;*/
box-shadow:0 11px 30px rgb(11 10 45 / 16%);
}

ul.product-list .img {
position:absolute;
top:0;
left:0;
height:205px;
width:100%;
margin:0 auto;
padding:35px 0 0;
box-sizing:border-box;
}

ul.product-list .img img {
margin:0 auto;
max-width:100%;
max-height:100%;
height:180px;
}

ul.product-list h3 {
font-size:12px;
line-height:18px;
font-weight:400;
color:#333;
display:block;
text-align:left;
padding:0 20px;
height:auto;
/*text-transform:lowercase;*/
}

ul.product-list li h3:hover {
color:#73acc2 !important;
text-decoration:none !important;
}

ul.product-list li a.author {
color:#666;
font-size:12px;
font-weight:400;
line-height:18px;
margin:0;
display:block;
text-align:left;
text-decoration:underline;
}

ul.product-list p.price {
color:#73acc2;
font-size:16px;
font-weight:600;
line-height:20px;
margin:20px 0 0;
display:inline-block;
float:none;
position:absolute;
bottom:5px;
right:0;
width:100%;
padding:0 20px;
text-align:right;
border-radius:2px;
box-sizing:border-box;
}
ul.product-list p.price:after {
content:"cena z DDV";
font-size:12px;
font-size: 10px;
display: block;
font-weight: 400;
}
ul.product-list p.price span {
font-size:12px;
font-weight:400;
color:#888;
padding:0;
position:absolute;
top:0;
line-height:20px;
right:45%;
width:60px;
}

ul.product-list p.subtitle,
ul.product-list p.code  { 
display:none;
}



.product-detail-image {
position:relative;
}
ul.product-list .sale, .product-detail-image .sale { 
position:absolute;
background:#ad6098;
width:40px;
height:40px;
top:60px;
right:10px;
border-radius:20px;
}
.product-detail-image .sale {
top:10px;
}

ul.product-list .sale b, .product-detail-image .sale b {
display: block;
color:#fff;
margin:0;
font-size:14px;
font-weight:600;
-moz-transform: none;
transform: none;
-ms-transform: none;
-o-transform: none;
-webkit-transform: none;
width:auto;
line-height:40px;
text-align:center;
padding:0;
}

ul.product-list .newItem {
background:#47a0a6;
width: 40px;
height: 40px;
top: 10px;
right: 10px;
border-radius:20px;
position:absolute;
z-index:100;
text-align:center;
}

ul.product-list .newItem:after {
content:"NOVO";
color:#fff;
font-weight:700;
text-align:center;
line-height:38px;
font-size:10px;
}

ul.product-list .highlighted {
background:#d9de3d url(/skin/linea/icon-highlighted.png) no-repeat center;
width: 40px;
height: 40px;
top: 10px;
right: 10px;
border-radius:20px;
}

ul.product-list .topquality {
background: url(/skin/linea/icon-topquality.png) no-repeat center;
width: 24px;
height: 24px;
top: 60px;
left: 10px;
position:absolute;
display:block
}


ul.no-products {
margin:20px 0;
padding:40px;
text-align:center;
text-shadow:none;
color:#ddd;
display:block;
border:1px solid #ddd;
border-radius:2px;
background:none;
}

ul.no-products>li {
font-size:40px;
font-weight:300;
}

article.categoryempty ul.product-list {
margin-left:-16px;
width:1156px;
}

article.categoryempty ul.product-list li {
width:215px;
}


.product-list .add-wishlist {
position:absolute;
bottom:35px;
left:10px;
}
.add-wishlist a {color:#73acc2;}

.add-wishlist a.already-added-to-wishlist:before {
font-weight:900;
}

.add-wishlist.productdetail {
padding-top:20px;
border-top:1px solid #ccc;
margin-bottom: 50px;
}
.add-wishlist.productdetail a i {
margin-right:10px;
}


/* Home 
----------------------*/
.carousel {
position:relative;
height:410px;
}

.carousel .products {
margin:20px 0;
}

.carousel ul.product-list li {
width:calc(20% - 20px);
margin-left:20px;
}

.carousel ul.product-list {
width:1156px;
padding:10px 0;
}

.carousel a.more {
position:absolute;
top:0;
right:80px;
line-height:50px;
color:#888;
font-size:13px;
}


.carousel a.prev, .carousel a.next {
position:absolute;
top:0;
right:0;
line-height:50px;
width:50px;
text-align:center;
color:#888;
background:#ddd;
font-size:26px;
border-radius:0 5px 5px 0;
}

.carousel a.prev {
left:0;
right:auto;
border-radius:5px 0 0 5px;
}

article.home .carousel>h3, article.home .news>h3 {
border-radius:5px;
width:100%;
display:block;
color:#73acc2;
line-height:50px;
font-weight:600;
text-transform:uppercase;
background:none;
text-align:center;
font-size:18px;
background:#f5f5f5;
}

article.home .product-detail-title {
margin-bottom:10px;
}

article.home .product-detail-title>a {
font-size:26px;
font-weight:300;
color:#73acc2; 
padding:0;
}

article.home .product-detail-title>a:hover {
color:#9a9a9a;
}

/* Home categories */

.home>ul  {
margin-left:-1%;
width:101%;
padding:20px 0 40px;
float:left;
}

.home>ul li {
width:24%;
margin:0 0 10px 1%;
display:block;
box-sizing:border-box;
float:left;
}

.home>ul li a {
width:100%;
height:100%;
display:block;
position:relative;
background:#888;
}

.home>ul li a span {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
text-align:center;
color:#fff;
font-weight:600;
text-transform:uppercase;
font-size:20px;
text-shadow:0 0 30px #000;
display:inline-block;
border-bottom:7px solid #72acc2;
padding:0 0 20px;
}



.home>ul li a img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display:block;
width:100%;
position:relative;
opacity:0.8;
}

.home>ul li:hover a img {
opacity:1;

}


/* Banners 
----------------------*/
#bannerWrapper {
position:relative;
margin: 0 0 30px;
z-index:12;
}

#banner {
box-sizing:border-box;
position:absolute !important;
}

#bannerWrapper span.bannerNav {
position: absolute;
display: block;
bottom: 20px;
left: 20px;
height: 30px;
width: 30px;
background-color: #f5f5f5;
cursor: pointer;
border-radius: 2px;
color: #ccc;
font-size: 22px;
line-height: 28px;
text-align: center;
text-indent: -2px;
z-index:100;
}

#bannerWrapper span.bannerNav.next {
right:20px;
left:auto;
text-indent: 2px;}

#bannerWrapper span:hover {
background-color:#73acc2;
color:#fff;
}

#bannerWrapper #bannerNavWrapper {
display:block;
width:100%;
text-align:center;
position:absolute;
bottom:20px;
z-index:99;}

#bannerNav {    
height:40px;
text-align:center;
position:relative;
z-index:110;
}

#bannerNav span {    
display:inline-block;
margin:14px 5px;
text-indent:-9999px;
width:12px;
height:12px;
background:#f5f5f5;
border-radius:6px;
cursor:pointer;
position:relative;
}

#bannerNav span.cycle-pager-active { 
background: #73acc2; 
}

#bannerNav span:hover { 
background: #ccc; 
}


article.home>h3 {
font-size:30px;
font-weight:300;
color:#73acc2;
padding:0;
margin-top:30px;
text-align:center;
}

.aboutHome  {
padding:60px 0;
}

.aboutHome h3 {
font-size:30px;
font-weight:300;
color:#73acc2;
padding:0;
}

.aboutHome p {
font-size:16px;
line-height:30px;
font-weight:300;
color:#888;
padding:40px 0;
display:block;
}
.aboutHome a {
color:#00b0c7;
}


.aboutHome img {
display:block;
float:right;
width:45%;
margin-left:80px;
}


.aboutHome a.more {
display:inline-block;
padding:5px 8px;
font-size:14px;
font-weight:300;
background:#73acc2;
color:#fff;
}


/* paging
------------------------*/
#container-sorting {
display:none;
text-align:center;
margin-bottom: -35px;
background:none;
}

#container-sorting #sorting {
display:inline-block;
}

#sorting select, #pagesize select {
background:#fff;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
padding:5px;
height:auto;
}

.pagination {
border:none !important;
box-sizing:border-box;
width:100%;
padding:10px 0;
margin:-20px 0 0;
background:none;
color:#9a9a9a;
font-family: 'Open Sans', sans-serif;
font-weight:400;
}

.pagination:not(.bottom) {
}

.pagination.bottom {
padding:0 0 10px;
margin:0;
}

.pagination .page-select a.off {
color:#ccc !important;
}

.pagination span b {
font-weight:400;
}

.pagination span, .pagination .page-select a {
color:#9a9a9a;
font-size:14px;
font-weight:400;
}

.pagination .page-select a:hover {
background:none;
color:#404040;
}


.pagination .page-select {
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
color:#808080;
}

.pagination .page-select b {
font-weight:400;
}

.pagination .page-select input {
background:#fff;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
padding:5px;
height:auto;
}

.pagination .page-select input:hover {
border-color:#aaa;
}

#pagesize select {
background:#fff;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
border:1px solid #ddd;
height:auto;
padding:5px;
}

#pagesize select:hover {
border-color:#aaa;
}

#pagesize label,#sorting label {
font-weight:400;
font-size:14px;
color:#808080;
font-family: 'Open Sans', sans-serif;
}


/* Izdelek podrobno
-----------------------*/

article.full-width {
width:100%;
margin-right:0;
}


/*end*/

.product-detail-container {
border:none;
padding:0;
}

.category-path {
width:100%;
padding:30px 0 0;
}

.category-path>b {
border:none !important;
width:auto !important;
height:auto !important;
margin:0 5px;
top:0;
position:relative;
display:inline-block;
}

.category-path>b:After {
content:"»";
font-weight:400;
color:#ccc;
font-size:12px;
line-height:12px;
}

.category-path a {
font-size:12px;
line-height:12px;
color:#ccc;
}

.category-path a:hover,
.category-path a.on {
color:#ccc;
}

.category-path a.on {
font-weight:400;
}

.category-path #sorting {
position:absolute;
top:25px;
right:0;
}

.category-path #sorting select {
margin:0;
}

.category-path #sorting label {
margin-top:6px;
}

.product-detail-title {
background:none;
box-shadow:none;
font-size:30px;
font-weight:600;
color:#333; 
padding:10px 0;
margin:0 0 10px;
border-bottom:none;
border-radius:0;
width:480px;
float:right;
}

.product-detail-title h1 {
font-size:28px;
line-height:32px;
font-weight:300;
color:#494e59; 
/*text-transform:lowercase;*/
}

.product-detail-title h2 {
font-weight:normal;
font-size:14px;
font-style:normal;
color:#666;
margin:20px 0 0;}

.product-detail-image {
max-width:360px;
margin:40px 0 0 0;
overflow:hidden;
background:none;
padding:0;
}

.product-detail-image>a {
width:360px;
height:360px;
border:none;
border-radius:2px;
}

.product-detail-image>a:hover {
border:none !important;
background:none;
}


.product-detail-image>a>img {
padding:20px;
background:none;
width: 100%;
height: auto;
box-sizing: border-box;}

.product-detail-image>ul>li {
width:66px;
height:66px;
}

.product-detail-image>ul>li>a {
border:none;
padding:3px;
}


.product-detail-rightcol {
width:480px; 
}

.product-detail-rightcol ul {width:100%}

.product-detail-rightcol>ul>li {
border-bottom:none;
padding:8px 0;
display:block;
margin:0;
font-size:13px;
line-height:13px;
font-weight:400;
color:#888;
}

.product-detail-rightcol>ul>li.price p {
font-weight:400;
color:#73acc2;
font-size:24px;
}

.product-detail-rightcol>ul>li.price {
padding:25px 0;
font-weight:600;
color:#333;
}



.product-detail-rightcol>ul>li>p {
color:#333;
}

.product-detail-rightcol>ul>li>p b {
font-weight:600;
}

#stock-info p {
color:#888;
font-size:14px;
font-weight:400;
}


.product-detail-rightcol #freedelivery {
background: url(/skin/linea/icon-freeshipping.png) no-repeat 0 center;
margin:-5px 0 10px !important;
}
.product-detail-rightcol .freedelivery:before {
display:none;
}


.product-detail-rightcol .freedelivery {
padding: 10px 10px 10px 60px;
font-weight: bold;
}
.product-detail-rightcol .b2b {
padding:0 0 20px 60px;
font-size: 13px;
line-height: normal;
color: #404040;
font-weight: bold;
position:relative;
text-align:left;
}
.product-detail-rightcol .b2b a {
color:#73acc2;
text-decoration:underline;
}
.product-detail-rightcol .b2b a:hover {
text-decoration:none;
}
.product-detail-rightcol .b2b i {
width:30px;
border-radius:15px;
color:#fff;
text-align:center;
font-size:20px;
line-height:30px;
display:block;
position:absolute;
background:#6883af;
font-weight:700;
margin-right:10px;
box-sizing:border-box;
padding-right:2px;
top:0;
left:0;
}
.product-detail-rightcol .b2b.profi {
line-height:normal;
}
.product-detail-rightcol .b2b.profi i {
width:30px;
height:30px;
background:#a65e9c url(/skin/linea/icon-inquiry.png) no-repeat center;
background-size:auto 20px;
}
.product-detail-rightcol .b2b.profi span {
display:block;
font-style:normal;
font-weight:400;
}

.product-detail-rightcol>ul>li.price p.b2b {
padding: 0 0 20px 30px;
}



.product-detail-shortdesc {
color:#333;
margin:0;
background:#fff;
padding: 0 0 25px;
border-radius:2px;
float:none;
border-bottom: 4px solid #dade3e;
}

.product-detail-shortdesc>div {
font-size:13px;
line-height:20px;
text-align:justify;
color: #888;
}

.product-detail-rightcol #infoWrapper {
margin:20px 0;
}

.product-detail-rightcol #infoWrapper table {
width:100%;
background:#f5f5f5;
border-radius:5px;
margin:0 0 30px;
}

.product-detail-rightcol #infoWrapper table td, .product-detail-rightcol #infoWrapper table th  {
padding:10px;
font-size:13px;
text-align:left;
}
.product-detail-rightcol #infoWrapper table td.discount {
text-align:center;
}
.product-detail-rightcol #infoWrapper table td.price {
text-align:right;
font-weight:400;
color:#73acc2;
font-size:24px;
}
.product-detail-rightcol #infoWrapper table td {
border-top:1px solid #fff;
width:33.33%;
}

.product-detail-rightcol .quantity {
margin: 10px 7% 0px 0px;
width: 33%;
box-sizing:border-box;
}

.product-detail-rightcol .quantity input {
width:60%;
box-sizing:border-box;
line-height:28px;
}

.product-detail-container a#product-add, .product-detail-container a#product-inquiry {
display:block;
width:60%;
padding:20px 0;
margin:0 10px 20px;
float:right;
color:#fff;
font-size:24px;
font-weight:300;
margin:10px 0;
text-align:center;
border:none;
background:#73acc2;
box-shadow: none;
border-radius:2px;
text-shadow:none;
box-sizing:border-box;
}
.product-detail-container a#product-add:after {
content:" »";
}

.product-detail-container a:hover#product-add {
background:#333;
opacity:0.8;
}

#stock-info p span.stock-yes {
color:#73acc2;
}


.product-detail-desc {
padding:0;
box-shadow: none;
background:none;
margin:50px 0;
}

.product-detail-desc div {
padding:20px 20px 0;
font-size:13px;
line-height:24px;
font-weight:400;
color:#333;
text-align:justify;
}

.product-detail-desc div img {
max-width:100%;
height:auto;
}

.product-detail-desc div a {
color:#73acc2;
}

.product-detail-desc h3 {
font-size:18px;
font-weight:600;
color:#333;
border-radius:2px;
background:#f5f5f5;
padding:10px 15px;
border:none;
}
.product-detail-desc > div > h3 {
margin-top: 40px;
cursor: pointer;
}

.product-detail-desc>div>div:not(.embed-youtube) {
display:none;
padding:20px 0;
}

.product-detail-desc > div > div#opinions {
display:block;
}
.product-detail-desc > div > h3.opinions {
cursor:text;
}

/*.product-detail-desc #ingridients {
padding:20px;
font-size:13px;
line-height:24px;
color:#888;
text-align:justify;
border:3px double #e8e8e8;
margin:30px 0 20px;
background:url(/skin/linea/icon-ingredients.png) no-repeat 20px 20px;
}

.product-detail-desc #ingridients:before {
content:"SESTAVINE";
display:block;
font-weight:700;
margin:0 36px 20px;
color:#444;
line-height:16px;
font-size:16px;
}*/

.product-detail-desc > div > h3 {
width:calc(100% + 40px);
margin-left:-20px;
box-sizing:border-box;
}

.product-detail-desc > div > h3 i {
margin-right:15px;
}

.product-detail-desc p.highlightedDesc {
padding:10px;
background-color:#dade3e;
font-size:13px;
margin-bottom:20px;
}
.product-detail-desc p.highlightedDesc.orderlimit100:after { content:"Tekstilne prevleke so dobavljive za naročila minimalno 100 € (lahko tudi kombinacija različnih prevlek)."; }


/* product details extra
------------------------*/
article.extra>h3 {
font-size:18px;
font-weight:600;
color:#333;
border-radius:2px;
background:#f5f5f5;
padding:10px 15px;
margin:20px 0;
}


/* Kompas dodatna vsebina
--------------------------*/
article.contentpage iframe {
width:100%;
height:500px;
border:none;
}



article.contentpage .product-detail-title {
width:100%;
border:none;
border-radius:0; 
margin:0 0 20px;
border-bottom:4px solid #d9de3d;
line-height:60px;
font-size:48px;
font-weight:300;
color:#494e59; 
padding:40px 0 50px;
text-align:left;

}

article.contentpage>div>p {
color:#333;
font-size:14px;
line-height:24px;
font-weight:400;
margin:0 0 10px;
text-align:justify;
}
article.contentpage>div {
color:#333;
font-size:14px;
line-height:24px;
font-weight:400;
text-align:justify;
}


article.contentpage>div>p b,article.contentpage>div>ul b {
font-weight:600;}

article.contentpage>div>p>span.company-profile {
font-weight:600;
color:#73acc2;
}

article.contentpage>div a {
color:#73acc2
}

article.contentpage>div>p>a img {
display:block;
float:left;
margin:0 20px 20px 0;
}
article.contentpage>div>p>i.fa {
width:30px;
border-radius:15px;
color:#fff;
text-align:center;
font-size:20px;
line-height:30px;
margin-right:10px;
margin-bottom: 15px;
position: relative;
top: 4px;
}



article.contentpage>div>p>i.fa-phone {background:#6883af}
article.contentpage>div>p>i.fa-envelope {background:#a65e9c;font-size:17px;}
article.contentpage>div>p>i.fa-mobile-phone {background:#d9de3d;}



article.contentpage>div img {
display:block;
margin:30px 0;
max-width:100%;
height:auto;
}



article.contentpage>div>a:hover,
article.contentpage p a:hover {
text-decoration:underline;
}

article.contentpage>div>h3 {
color:#333;
padding:25px 0 15px;
font-size:18px;
font-weight:normal;
}

article.contentpage>div>ul {
font-size:14px;
line-height:22px;
list-style-type:square;
color:#333;
margin:0 0 10px 30px;
padding:0;
}

article.contentpage>div>ul>li {
padding:5px 0;
}

article.contentpage>div>ul>li>span {
color:#333;
}

article.contentpage>div>ul>li>a{
color:#73acc2;
}
article.contentpage>div>ul>li>a:hover {
text-decoration:underline;
}

.product-detail-desc iframe, #article-title div.desc p iframe {
width: 100%;
height: 400px;
border: none;
margin:0 0 40px;
}

article.contentpage #contactForm label {
margin-top:10px;
}

article.contentpage #contactForm {
width:480px;
float:right;
background:#f5f5f5;
padding:30px;
margin-left:60px;

}

article.contentpage #contactForm p {
color:#333;
font-size:14px;
line-height:24px;
margin:0 0 20px;
}

#contactForm.form textarea,
#contactForm.form input[type=text] {
padding:10px;
font-size:12px;
color:#333;
}


#contactForm textarea {
font-family:'Arial', sans-serif;
height:200px;
}


#contactForm input[type=submit] {
padding:10px 30px;
margin-top:10px;
font-size:12px;
background:#73acc2;
color:#fff;
border-radius:2px;
border:none;
cursor:pointer;
}

article.contentpage .form.b2b {
width:50%;
}

article.contentpage .form.b2b input[type=submit] {
padding:10px 30px;
margin-top:10px;
font-size:12px;
background:#73acc2;
color:#fff;
border-radius:2px;
border:none;
cursor:pointer;
}

article.contentpage .form.b2b .checkboxGroup {
margin:20px 0;
}

article.contentpage .form.b2b .checkboxGroup label {
display:inline !important;
margin-left:5px;
}


article.contentpage>div table img {
/*width:100%;*/
max-width:none;
height:auto;
}

article.contentpage>div table {
color:#333;
font-size:14px;
line-height:24px;
font-weight:400;
text-align:justify;
}

article.contentpage>div table td {
padding:20px 20px 20px 0;
}


#container .form:not(.gdpr) p.inline input[type="checkbox"] {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 7px;
    display: inline-block;
}

#container .form p.inline label {
    display: inline-block !important;
    cursor: pointer;
    color: #606060;
    width: 95%;
    margin:0;
}

article img.imgFloatLeft,
article img.imgFloatRight {
max-width:40% !important;
height:auto;
}
article img.imgFloatLeft {
padding:20px 50px 50px 0;
float:left;
}

article img.imgFloatRight {
padding:0 0 50px 50px;
float:right;
}
article.contentpage > div > ul.contentAccordion {
list-style-type:none;
margin:0;
}

article.contentpage > div > ul.contentAccordion>li {
list-style-type:none;
margin:0;
padding:0;
}

ul.contentAccordion .contentToggle {
display:block;
position:relative;
cursor:pointer;
}

ul.contentAccordion .contentToggle .contentToggleHeader {
display:block;
position:absolute;
top:40px;
left:40px;
width:40%;
}

ul.contentAccordion li:nth-child(even) .contentToggle .contentToggleHeader {
right:40px;
left:auto;
}

ul.contentAccordion .contentToggle .contentToggleHeader h3 {
font-size:40px;
font-weight:300;
line-height:50px;
text-transform:uppercase;
}

ul.contentAccordion .contentToggle .contentToggleHeader p {
font-size:14px;
text-align:left;
}

ul.contentAccordion .contentToggle img {
display:block;
margin:0;
max-width:100%;
}

ul.contentAccordion .contentHidden {
display:none;
padding:20px 0;
}

ul.contentAccordion .contentHidden img {
margin:0;
}

/* Brands list 
--------------------- */

.indexBrands a:hover {
color:#73acc2;
}

article.brands .product-detail-title {
width:100%;
float:none;
}

/* catalogs */

.catalogs {
width: 102%;
margin-left: -2%;
padding:30px 0;
}

.catalogs a {
color: #73acc2;
width: 23%;
display: block;
float: left;
margin-left: 2%;
margin-bottom:30px;
box-shadow: 0 0 4px 0 #ccc;
height: 450px;
}

.catalogs a span {
padding:0 10px;
display:block;
}

.catalogs a img {
margin:0 0 15px !important;
}

/* starpil*/

article.contentpage > div >  ul.starpilContent {
    display:flex;
    flex-wrap:wrap;
    grid-gap:40px;
    margin:0 0 20px;
    list-style:none;
    justify-content: space-evenly;
}

article.contentpage > div >  ul.starpilContent li {
    width:48%;
    padding:0;
    flex-grow:1;
    margin: 0 0 40px;
}

article.contentpage > div >  ul.starpilContent li img {
    height:200px;
    margin:0 auto 20px;
    display:block;
}

/* trademarks */

.tmLeft {
float:left;
display:block;
box-sizing:border-box;
width:20%;
padding-right:50px;
}
.tmLeft  img {
margin:0 0 20px !important;

}
.tmRight {
display:block;
box-sizing:border-box;
width:80%;
float:left;
border-left:1px solid #eee;
padding-left:50px;
margin-bottom:40px;
}

.tmRight h3 {
display:block;
background:#f5f5f5;
font-size:28px;
line-height:20px;
font-weight:400;
padding:15px 20px;
}

.tmRight h3 a {
font-size:13px;
float:right;
}

.tmRight table td {
vertical-align:top;
padding:0 0 30px !important;
}

.tmRight table td img {
margin:0 20px 0 0;
}


article.contentpage > div table.multi img {
max-width:100%;
}

table.multi {
max-width:100%;
}

article.contentpage > div table ul, article.blog > table ul {
list-style:disc;
margin-left:15px;
}

/* Novice
------------*/
.news-container {
padding:20px 0;
}

.news-container>ul {
list-style:none;
}

.news-container>ul>li {
margin:0 0 20px;
background:#f5f5f5;
}

.event-title,
.news-title {
padding:10px;
background:#fff;
border-bottom:3px solid #ddd;
}

.event-title h3,
.news-title h3 {
color:#259baf;
font-size:14px;
float:left;
}
.event-title h3:hover,
.news-title h3:hover {
color:#e40275;
}

.news-title h4 {
color:#ccc;
font-size:14px;
font-weight:normal;
float:right;
}

.event-title h4 {
color:#e40275;
font-size:14px;
float:right;
}

.news-container>ul>li>p {
color:#404040;
font-size:12px;
padding:20px;
float:left;
text-align:justify;
}
.news-container>ul>li>p>a {
color:#707070;
}
.news-container>ul>li>p>a:hover {
text-decoration:underline;
}

.news-container>ul>li>a {
color:#e40275;
font-size:12px;
float:right;
padding:10px;
width:586px;
text-align:right;
border-top:1px dashed #ddd;
}

.news-container>ul>li img {
float:left;
margin:0 20px 0 0;
}

.news-container>ul>li>a:hover {
text-decoration:underline;
}

/* Login.css
----------------*/
#container .form h1 {
color:#494e59;/***/
}

#container #register.form #hiddenFields .remark p {
font-size:13px;
}


#container .form input[type=button] {
border:none;/***/
background:#259baf;/***/
text-shadow:none;/***/
box-shadow: none;/***/
}

#container .form input[type=button]:hover, #container .form input[type=button].on {
background:#2dc0d3;/***/
}

#container .form input[type=button]#button-toregister {
margin-right:0;
}

/* Blog
--------------------------------------*/

article.blog {
width:100%;
margin:0;
box-sizing:border-box;
font-size:14px;
line-height:24px;
color:#333;
}

#article-title.blog h1 {
color:#00b0c7;
}

#article-title.blog h1 a {
color:#00b0c7;
}


article.blog>h3.expand {
font-size:14px;
font-weight:bold;
color:#333;
border-radius:2px;
background:#f5f5f5;
padding:10px 15px;
border:none;
}
article.blog>h3.expand {
margin-top:50px;
cursor:pointer;
box-sizing:border-box;
}
article.blog>h3.expand i {
margin-right:10px;
}
article.blog>div.expand {
display:none;
}

article.blog>h4 {
margin-top:25px;
}


article.blog>div ul {
font-size:14px;
line-height:22px;
list-style-type:square;
color:#333;
margin:0 0 10px 30px;
padding:0;
}

article.blog>div ul>li {
padding:25px 0;
}

article.blog>div ul>li>a{
color:#73acc2;
}

ul.newsList li {
padding:40px 0;
position:relative;
height:auto;
box-sizing:border-box;
border-bottom:1px solid #eee;
}

ul.newsList li img {
position:relative;
box-sizing:border-box;
display:block;
width:100%;
margin:0 0 40px;
}

ul.newsList li h3 {
position:relative;
box-sizing:border-box;
display:block;
padding:0 0 40px;
margin:0 0 20px;
color:#00b0c7;
font-weight:300;
font-size:24px;
line-height:34px;
}

ul.newsList li h3>a {
color:#00b0c7;
font-weight:300;
}


ul.newsList li h3 span {
position:absolute;
bottom:0;
left:0;
display:block;
font-size:12px;
color:#888;
padding:5px;
background:#f5f5f5;
line-height:12px;
font-weight:400;
}

ul.newsList li h3 span a {
color:#00b0c7;
}

ul.newsList li p {
font-size:14px;
line-height:24px;
color:#333;
margin:0 0 15px;
}

ul.newsList li span.more a {
color:#00b0c7;
font-size:12px;
}

article.blog iframe, ul.newsList >  li iframe {
border:0;
height:400px;
position:relative;
box-sizing:border-box;
display:block;
width:600px;
margin:0 0 40px;
max-width:100%;
}

/* Blog nav */

.blog #right-column {
box-sizing:border-box;
padding:40px 0 0 40px;
border:none;
background:none;
border-left:1px solid #eee;
border-radius:0;
}

.blog #right-column h3 {
color: #00b0c7;
padding:0;
font-size: 14px;
line-height: 18px;
margin: 0 0 15px;
font-weight:400;
}

.blog #right-column ul {
padding:0 0 20px;
}

.blog #right-column ul li {
padding:5px 0px;
font-size: 14px;
}

/* blog post */

article.blog>h1 {
margin:40px 0 20px;
color:#00b0c7;
font-weight:300;
font-size:24px;
line-height:34px;
}

article.blog>p {
font-size:14px;
line-height:24px;
color:#333;
margin:0 0 10px;
}

article.blog>ul:not(.contentAccordion) {
list-style-type:square;
margin:0 0 10px 20px;
}

article.blog>p a, article.blog>a, article.blog>ul a {
color:#00b0c7;
}

article.blog img {
max-width:100%;
display:block;
/*margin:20px 10px;*/
height:auto;
}
article.blog div.two img {
display:initial;
}

article.blog>h3 {
margin:0 0 30px;
color:#333;
font-weight:400;
font-size:18px;
line-height:24px;
}

article.blog > img.left,
article.blog > img.right,
article.blog > a.left,
article.blog > a.right {
max-width:45%;
}
article.blog > img.right, article.blog > a.right > img {
margin:10px 0 40px 5%;
}
article.blog > img.left, article.blog > a.left > img {
margin:10px 5% 40px 0;
}

article.blog>img.center {
text-align:center;
}

article.blog .blogPost {
display:block;
font-size:12px;
color:#888;
padding:5px;
background:#f5f5f5;
line-height:12px;
margin:0 0 20px;
}

article.blog .blogPost a {
color:#00b0c7;
}

article.blog .gallery {
display: block;
width: 101%;
height: auto;
margin-left: -1%;
margin:40px 0;
}
article.blog .gallery a {
display: block;
width: auto;
margin-right: 1%;
margin-bottom: 1%;
height: auto;
float: left;
}
article.blog  .gallery a img {
display:block;
width:auto;
height:auto;
max-height:110px;
padding:0;
}

.containerRight.blog {
display:none;
}

.containerRight.blog ul.blogSocial a {
line-height:24px;
}

.containerRight.blog ul.blogSocial i {
display:block;
float:left;
text-align:center;
border-radius:12px;
color:#f1f1f1;
width:23px;
height:24px;
line-height:24px;
font-size:16px;
margin-right:10px;
padding-left:1px;
}

.containerRight.blog ul.blogSocial a:hover i {
color:#fff;
}

.containerRight.blog ul.blogSocial i.fa-rss {background:#ff6600;}
.containerRight.blog ul.blogSocial i.fa-facebook-f {background:#3b5998;}
.containerRight.blog ul.blogSocial i.fa-twitter {background:#32ccfe;}



article.blog table img {
/*width: 100%;*/
height: auto;
}

article.blog table td {
padding:20px 20px 20px 0;
}

article.blog table {
box-sizing: border-box;
width: 100%;
color:#333;
font-size:14px;
line-height:24px;
font-weight:400;
text-align:justify;
}



/* Footer
--------------------- */

footer {
width:100%;
border:none;
background:#69737c;
margin:0;
position:relative;
/*z-index:1000;*/
}

#footerInfoWrapper {
width:100%;
background:#72acc2;
margin-bottom:40px;
}
#footerInfoWrapper .footerContainer {
width:1080px;
padding:15px 30px;
}

#footerInfo {
display:inline-block;
vertical-align:middle;
}

#footerInfo a {
display:block;
float:left;
padding:15px 30px 15px 0;
font-size:16px;
color:#fff;
margin:0 30px 0 0;
}

#footerInfo a i {
font-size:20px;
margin:0 10px 0 0;
vertical-align:middle;
color:#fff;
}

#footerInfo a span {
display:inline-block;
vertical-align:middle;
}


.newsletterWrapper {
display:inline-block;
position:relative;
vertical-align:middle;
}

.newsletterWrapper p {
display:inline-block;
padding:0;
font-size:16px;
line-height:24px;
color:#fff;
vertical-align:middle;
}

.newsletterWrapper #newsletter {
width:400px;
display:inline-block;
background:#fff;
height:40px;
vertical-align:middle;
margin-left:10px;
}
#newsletter input[type=email] {
height:40px;
float:left;
display:block;
box-sizing:border-box;
width:100%;
padding:0 20px;
background:none;
font-size:16px !important;
line-height:40px;
color:#222;
font-family:'Raleway',sans-serif;
border:none;
box-shadow:none;
}
#newsletter input[type=email]::-moz-focus-inner { border:0; }

#newsletter a#btnNewsletter {
position:absolute;
top: 0;
right: 0;
color:#d30056;
line-height:40px;
width:40px;
text-align:center;
font-size:24px;
}

#newsletter input[type=button]:hover {
opacity:0.8;
}

.form .input-wrap .error, .form .input-wrap .success {
top: 46px;
border-radius:12.5px;
line-height:15px;
padding:5px 15px;
}

.footerContainer {margin:0 auto; position:relative; }

.footerContainer ul {
padding:80px 152px 40px 0;
box-sizing:border-box;
float:left;
}


.footerContainer ul li {
margin:0 0 10px;
font-size:13px;
font-weight:400;
text-align:left;
color:#b9bfcb;
}

.footerContainer ul li h3 {
color:#fff;
font-size:14px;
font-weight:600;
padding:0 0 10px;
}

.footerContainer ul li a {
color:#b9bfcb;
}

.footerContainer ul li a:hover {
color:#ccc;
}

.footerContainer ul.social {
width:280px;
padding-right:0;
}

ul.social li a i {
line-height:30px;
width:30px;
border-radius:15px;
color:#fff;
margin:0 0 0 10px;
text-align:center;
font-size:20px;
background-color:#d9de3d; 
}


footer #newsletter {
position:relative;
display:block;
width:100%;
}

#newsletter .input-wrap {
position:relative;
display:inline-block;
width:100% !important;
}

#newsletter .input-wrap span {
position:absolute;
top:30px;
left:0;
display:block;
font-size:12px;
background:#ce0000;
color:#fff;
box-sizing:border-box;
width:100%;
padding:5px 7px;
margin:0;
}

#newsletter .input-wrap span.success {
background:#2bbf00;
}

#newsletter input[type="email"]{
width:100%;
line-height:30px;
background:#fff;
border:none;
border-radius:2px;
font-size:12px;
color:#494e59;
padding:0 10px;
box-sizing:border-box;
}

#newsletter a {
position:absolute;
top:0;
right:0;
display:block;
border:none;
cursor:pointer;
}
#newsletter a i {
background-color:transparent;
color:#d9de3d;
}
#newsletter a:hover {
opacity:0.8;
}

footer .social p.inline {
font-size:12px;
color:#b9bfcb;
text-align:left;
padding:0;
padding-top:10px;
}

/* footer Brands */

#footerBrandsWrapper {
width:100%;
background:#fff;
border-top:8px solid #eee;
}

#footerBrands {
width:100%;
max-width:1140px;
margin:0 auto;
position:relative;
overflow:hidden;
box-sizing:border-box;
}

#footerBrands h3 {
padding:20px 0 0;
font-size:30px;
font-weight:300;
}

#footerBrands #brandsNav {
position:absolute;
top:15px;
right:0;
}

#footerBrands #brandsNav a {
width:10px;
height:16px;
display:inline-block;
margin-left:20px;
opacity:0.7;
color:#777;
}
#footerBrands #brandsNav a.disabled {
opacity:0.2;
cursor:default;
}
#footerBrands #brandsNav a:not(.disabled):hover {
opacity:1;
}

#brandsCarousel {
width:1140px;
margin:40px 0;
margin-left:0;
}

#footerBrands ul {
overflow:hidden;
width:100%;
}

#footerBrands ul li {
float: left;
width: 6%; /*7.1%*/
margin-left: 2%;
margin-right: 2%;
}

#footerBrands ul li a {
display:block;
position:relative;
width:100%;
height:100%;
}
#footerBrands ul li a img {
max-width :100%;
max-height:100%;
}

#footerBrands ul li.id11 {
display:none;
}

/*#footerBrands ul li a img {
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
height:auto;
max-width :100%;
max-height:100%;
-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
/*filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

#footerBrands ul li a:hover img {
-webkit-filter: grayscale(0);*/ /* Safari 6.0 - 9.0 */
/*filter: grayscale(0);
}*/

#footerBrands ul li a div {
background-repeat:no-repeat;
background-size:contain;
width:100%;
height:100%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

#footerBrands ul li a:hover div {
-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
filter: grayscale(0);
}


/* Copyright */

.lowerfooter {
position:relative;
padding-bottom:20px;
color:rgba(255,255,255,0.3);
text-align:center;
font-size:12px;
}

a.netit {
position:absolute;
right:0;
bottom:18px;
display:block;
width:76px;
height:24px;
background:url(/skin/linea/netit.png) no-repeat;
}
a.netit:hover {
background-position:0 -29px; 
}


#scrollTop {
display:none;
padding:20px 15px;
background:#72acc2;   
color:#fff;
font-weight:700;
text-transform:uppercase;
border-radius:5px 0 0 5px;
position:fixed;
bottom:20px;
right:0;
text-align:center;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
box-sizing:border-box;
}

#scrollTop i {
font-size:34px;
}

#scrollTop:hover {
background:#ddd;
color:#72acc2;
}


#floatingContact {
z-index:9999;
cursor:pointer;    
display:block;
padding:20px;
background:#fff;
color:#f0912c;
font-weight:700;
border-radius:35px;
position:fixed;
bottom:116px;
right:20px;
text-align:center;
background:#ccc;
color:#fff;
box-sizing:border-box;
border:solid 2px transparent;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#floatingContact.minimized {
z-index:9999;
bottom:110px;
right:15px;
padding:25px;
overflow:hidden;
background:#72acc2;
box-shadow:0 0 5px 0 #888;
border:solid 2px #fff;
}
#floatingContact.minimized a {
visibility:hidden;
opacity:0;
right:0;
bottom:0;
}
#floatingContact a {
padding:25px;
border:solid 2px #fff;
box-sizing:border-box;
border-radius:35px;
color:#fff;
position:absolute;
right:-6px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#floatingContact:not(.minimized) a.fb { background-color:#4066A1; bottom:110px; font-size:24px; }
#floatingContact:not(.minimized) a.viber { background-color:#965BCD; bottom:50px; font-size:28px; }
#floatingContact a i { position:absolute; top:13px; left:11px; }
#floatingContact:not(.minimized) a.fb i { left:17px; }

#floatingContact>i {
font-style:normal;
position:absolute;
color:#fff;
top:3px;
left:9px;
}
#floatingContact.minimized>i {
top:13px;
left:13px;
}
#floatingContact.minimized>i:before {
font-family:"Font Awesome 5 Free";
font-weight:300;
content:"\f27a";
font-size:24px;
}
#floatingContact>i:before {
font-family:"Font Awesome 5 Free";
font-weight:600;
content:"\f00d";
font-size:32px;
}


/* profile, login, basket,... 
--------------------------------- */

.dashboard>ul>li>a i {
display:none;
}

#login, #forgot, #register {
padding: 0 0 30px !important;
width:100%;
}


#register>h1, #login>h1, #forgot>h1 {
font-size:32px;
line-height:32px;
font-weight:300;
color:#494e59; 
padding:40px 0 50px;
margin:0 0 20px;
border-bottom:4px solid #d9de3d;
}



article.basket #article-title h1,
article.profile #article-title h1 {
font-size:32px;
line-height:32px;
font-weight:300;
color:#494e59; 
padding:40px 0 50px;
}

#container .form input[type=text], #container .form input[type=email], #container .form input[type=password], #container .form select, #container .form textarea {
padding:12px 15px;
font-family: 'Open Sans', sans-serif;
font-size:18px;
color:#333;
font-weight:400;
border:1px solid #ddd;
box-shadow: none;
border-radius:2px;
}


#container .form input[type=button], #container #login.form .rightcol>a {
font-family: 'Open Sans', sans-serif;
border:none;
background:#73acc2;
text-shadow:none;
padding:20px;
font-size:24px;
font-weight:300;
border-radius:2px;
box-shadow: none;
display:inline-block;
}

#container .form input[type=button]:hover, #container .form input[type=button].on, #container #login.form .rightcol>a:hover {
background:#333;
color:#fff;
}

#container .form label {
font-weight:400;
color:#aaa;
margin-top:30px;
}

#login.form #chkShowPassword {
margin:0 5px 0 0;
}


.form .rightcol {
border-radius:5px;
}

.form .rightcol h3 {
font-size:26px;
font-weight:400;
color:#333 !important; 
border-bottom:1px solid #ddd;
text-shadow:none;
text-align:center;
padding:0 30px 30px;
}
.form .rightcol p {
font-weight:400;
font-size:16px;
line-height:26px;
padding:30px 0 10px;
border-top:none;
text-shadow:none;
text-align:justify;
color:#808080;

}

/* checkout
------------------------ */

#basket-progress {
padding:30px 0 0;
}

#basket-progress>b {
border:none !important;
background:none !important;
width:auto !important;
height:auto !important;
margin:0 5px;
top:1px;
position:relative;
}
#basket-progress>b:before {
content:"»";
font-size:20px;
line-height:12px;
font-weight:400;
color:#ddd;
}

#basket-progress a {
font-size:12px;
font-weight:400;
line-height:12px;
color:#808080;
background:#fff;
display:inline-block;
padding:10px 15px;
border-radius:2px;
border:1px solid #eee;
}

#basket-progress a.on {
color:#808080;
background:#f5f5f5;
border:1px solid #eee;
}

#basket-progress a.off {
color:#ccc;
}

#basket-progress a.on:hover,
#basket-progress a:hover {
text-decoration:none;
background:#f5f5f5;
}

#basket-progress a.off:hover {
background:none;
}

.total h3 {
line-height:26px;
font-size:26px;
font-weight:300;
}

.total p {
line-height:26px;
color:#808080;
font-weight:400;
}

.subtotal p {
font-size:14px;
font-weight:400;
}


.subtotal b {
font-weight:400;
font-size:14px;
color:#808080;
}

input[type=submit]#basket-next {
font-family: 'Open Sans', sans-serif;
border:none;
background:#73acc2;
color:#fff;
text-shadow:none;
padding:20px 30px;
font-size:24px;
font-weight:300;
border-radius:2px;
cursor:pointer;
box-shadow: none;
display:block;
}

input[type=submit]:hover#basket-next {
background:#333;
color:#fff;
}

article.basket>div>h3, #new-delivery-address h3 {
font-size:26px;
font-weight:300;
color:#73acc2 !important; 
padding:0 20px 10px;
}

.confirmed>b, .preview-order h3 {
font-size:26px;
font-weight:300;
}

.confirmed>b {
font-size:36px;
}

.vat-company-new input[type="submit"] {
height:50px;
}

.vat-company-new .input-wrap span.error, .vat-company-new .input-wrap span.success {
top:45px !important;
}


/* profile
-------------- */
article.basket {
padding-bottom:30px;
}

article.profile {
margin:0;
padding-bottom:40px;
}
article.contentpage .form.seminar {
width:50%;
}

article.contentpage .form .formOptions {
background:#f5f5f5;
border-radius:2px;
margin:30px 0;
padding:20px;

}

article.contentpage .form .formOptions label {
display:inline-block !important;
margin:0 !important;
color:#222 !important;
}
article.contentpage .form.seminar input[type=submit] {
padding:10px 30px;
margin-top:30px;
font-size:12px;
background:#73acc2;
color:#fff;
border-radius:2px;
border:none;
cursor:pointer;
}

#container .profile.form p.inline {
margin-top:20px !important;
}

/************************************  1024px   ***************************************/
 
@media screen and (max-width: 1250px) {
 article.brands,#basketList div, .footerContainer, .headerContainer, #container, article.categoryempty, 
article.normal-width, article.contentpage, #bannerWrapper, #banner, #banner a, #banner a img, article.categoryempty, article.home, #footerBrands, #brandsCarousel {
width:960px;
}


.headerCategoriesWrapper nav>ul>li>a {
padding:0 6px;
font-size:13px;
}

#wishlist a {
padding:0 8px;
font-size:13px;
}
#wishlist a i {
font-size:20px;
}

.product-list .add-wishlist {
bottom:30px;
}


#bannerWrapper, #banner, #banner a, #banner a img {
height:421px;
}


article,  article.normal-width {
width:700px;
}

#footerInfoWrapper .footerContainer {
width:900px;
}
#footerInfo a {
padding-right:15px;
}
.newsletterWrapper #newsletter {
width:250px;
}

.carousel {
height:auto;
}

ul.product-list {
width:710px;
margin-left:-10px;
}


ul.product-list li {
margin:0 0 30px 10px;
width:226px;
}
article.home ul.product-list li {
margin:0 0 30px 10px;
width:233px;
}
article.home ul.product-list {
height:365px;
overflow:hidden;
}


ul.product-list .img {
width:226px;
}

article.categoryempty ul.product-list {
margin-left:-16px;
width:976px;
}

article.categoryempty ul.product-list li {
width:228px;
margin:0 0 30px 16px;
}

.product-detail-title, .product-detail-rightcol {
width:370px; 
}

.product-detail-image {
/*max-width:300px;*/
margin:40px 0 0 0px;
}

.product-detail-image>a {
width:300px;
height:300px;
}

/*.product-detail-image>a>img {
width:260px;
height:260px;
}*/

ul.newsList>li {
}

ul.newsList>li p {
overflow: hidden;
height:62px;
}

#container-sorting {
margin-left: -150px;
}



#bannerWrapper, #banner, #banner a, #banner a img {
/*height:337px;*/
}

#categories.home {
margin-top:367px;
}

.footerContainer ul {
padding:80px 92px 80px 0;
}

#search {
width:210px;
}


#footerBrands ul li a {
height:30px;
}

#container .form input[type=button], #container #login.form .rightcol a {
font-size:20px;
padding:20px 15px;
}

}



/* responsive */


/****************** Mobile site ****************/

@media only screen and (min-height : 300px) and (max-width : 1020px) and (min-device-height : 300px)
/*and (orientation : portrait)*/ {
/* responsive */

.bodyCheckout #basket-progress {
padding:0;
}

#scrollTop {
position:absolute;
top:-250px;
left:-250px;
}

#floatingContact, #floatingContact.minimized {
bottom:15px;
}


/*html {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

body {
min-height:100%;
height: 100%;
position:relative;
}*/
#pageBody {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
position:relative;
z-index:1000;
background:#fff;
min-height:100%;
height:100%;
width:100%;
}

#pageBody.toggle {
transform:translateX(250px);
-moz-transform:translateX(250px);
-o-transform:translateX(250px);
-webkit-transform:translateX(250px);
}

nav#sidebar {
display:block;
width:250px;
height:100%;
position:fixed;
top:0;
left:0;
background:#111;
z-index: 0;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
}
nav#sidebar.toggle {
display:block !important;
}

nav#sidebar ul li a {
color:#eee;
font-size:15px;
line-height:20px;
padding:13px 20px;
display:block;
background:#222;
}
nav#sidebar ul li {
position:relative;
}

nav#sidebar>ul>li a.on:not(.expandable) {
background:#73acc2;
}
nav#sidebar>ul>li a.on.selected {
background:#dade3e;
color:#494e59;
}

nav#sidebar ul>li  {
border-bottom:1px solid #333;
}

nav#sidebar ul>li>ul>li  {
border-bottom:1px solid #222;
}

nav#sidebar ul ul li:last-child>a {
border-bottom:none;
}
nav#sidebar ul ul li a:not(.expandable) {
background:#444;
border-left:5px solid #73acc2;
border-right:5px solid#73acc2;
}
nav#sidebar ul ul li li {
border-left:10px solid #73acc2;
}

nav#sidebar ul li a i {
font-size:20px;
width:20px;
margin-right:20px;
text-align:center;
top: 2px;
position: relative;
color:#666;
}


nav#sidebar ul.nav ul a, nav#sidebar ul.headernav ul a {
background:#444;
}

nav#sidebar ul.nav div {
display:none;
}

nav#sidebar ul.nav ul a, nav#sidebar ul.headernav ul a {
background:#444;
}

nav#sidebar ul.headernav {
border-bottom:5px solid #333;
}

nav#sidebar ul.headernav ul {
display:none;
float:none;
}

header a#toggleSidebar {
display:block;
color:#000;
position:absolute;
line-height:70px;
width:30px;
text-align:center;
top:0;
left:5%;
font-size:30px;
z-index:9999;
}


    html {
        -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    }

    header, footer {
        min-width: 100%;
    }

    #container, #bannerWrapper, #banner, #banner a, #banner a img, .footerContainer, article, .headerContainer, .headerNav > nav, article.dailyoffer .product-detail-rightcol, .product-detail-desc {
        width: 100% !important;
    }

    #bannerWrapper, #banner, #banner a, #banner a img {
    height:auto;
    }

    #container {
    padding:0;
    box-shadow:none;
    padding-bottom:40px;
    }

    #container>ul#categories, .headerCategoriesWrapper,  header nav ,.headerBar nav, .categoriesWrapper, .category-path, #adminTools  {
    display:none;
    }

    body {
    background:#fff;
    }

    /* header
    ------------------------*/
    header {
    background:#f5f5f5 url(/skin/linea/background-body.png);
    height:180px;
    }

    .headerContainer {
    margin:0 auto;
    position:initial;
    }

    .headerContainer.checkout {
    height:70px;
    border-bottom:1px solid #ddd;
    }

    header a#homelink {
    top:0;
    left:50%;
    transform:translateX(-50%);
    z-index:10;
    width:90px;
    height:70px;
    background-size:contain;
    background-image:url(/skin/linea/logo-header-mobile.png);
    }

    .headerNav {
    height:5px;
    margin:0 0 0;
    background:#72acc2;
    position:inherit;
    z-index:100;
    }

    header a#header-login {
display:none;    }

    header a:hover#header-login {
    background-image:url(/skin/linea/icon-login-2x.png);
    background-size:24px auto;
    background-repeat:no-repeat;
    background-position:center;
    }


    #user-nav {
    position:absolute;
    top:0;
    bottom:auto;
    right:80px;
    z-index:1000;
    width:40px;
    }

    #user-nav>ul {
    float:left;
    padding:0;
    }

    #user-nav>ul>li {
    height:70px;
    width:40px;
    overflow:hidden;
    background-image:url(/skin/linea/icon-user.svg);
    background-size:30px auto;
    background-repeat:no-repeat;
    background-position:center;
    text-indent:-9999px;
    float:none;
    margin:0;
    padding:0;
    }

    #user-nav>ul>li:last-child {
    display:none;
    }

    #user-nav>ul>li.email {
    display:none;
    }

    #user-nav>ul>li>a {
    height:100%;
    display:block;
    }

    #user-nav>ul>li>a:hover {
    text-decoration:underline;
    }


    #headerInfo {
position:absolute;
top:119px;
right:20px;
float:none;
padding:0;
    }

    header .wishlistResponsiveLink {
    height:70px;
    width:40px;
    overflow:hidden;
    background-image:url(/skin/linea/icon-wishlist.svg);
    background-size:28px auto;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:0;
    right:45px;
    z-index:100;
    }



    /* header search
    ------------------------*/

    #search {
    width:90%;
    position:absolute;
    top:70px;
    left:5%;
    }

    #search input[type=text] {

    }

    #search>a#searchButton {
    height:100%;
    width:50px;
    border-left:none;
    background-image:url(/skin/linea/icon-search-2x.png);
    background-size:24px auto;
    }

     #wishlist {
    float:none;
    margin:0;
    position:absolute;
    right:55px;
    top:20px;
    z-index:1001;
    }

    /* Basket */

    #basket {
    width:100%;
    padding:0;
    margin:0;
    text-align:right;
    height:70px;
    }
    #basket > a {
    background: url(/skin/linea/icon-basket-mobile.svg) no-repeat  center;
    background-size:28px auto;
    width:30px;
    height:70px;
    right:10px;
    left:auto;
    }

    #basket > p {
    display: none;
    }

    .headerContainer .right {float:none}

    div:hover #basket {
    background-color:transparent;
    }

    #basketList div {
    top:71px;
    right:0;
    width:100%;
    box-sizing:border-box;
    border:none;
    background:#fff;
    padding:0 0 50px;
    z-index:9999;
    box-shadow:0px 5px 5px 0 rgba(0,0,0,0.2);
    }

    #basketList a.hide {
    font-size:14px;
    padding:10px 0;
    background:#fff;
    border-top:1px solid #ddd;
    }

    #basketList a.checkout {
    border:none;
    background:#72acc2;
    text-shadow:none;
    box-shadow: none;
    border-radius: 5px !important;
    text-align:center;
    color:#fff;
    font-size:20px;
    font-weight:400;
    width:80%;
    padding:20px;
    margin:20px auto 40px;
    float:none;
    }

    #basketList>div>p {
    text-shadow:none;
    margin:0;
    font-size:16px;
    line-height:22px;
    font-weight:400;
    text-align:right;
    display:block;
    padding:20px;
    float:none;
    }

    #basketList>div>p span {
    font-size:15px;
    line-height:22px;
    font-weight:400;
    color:#72acc2;
    display:inline-block;
    position:relative;
    margin-left:10px;
    padding-right:50px;
   }

    #basketList>div> span {
    font-size:15px;
    line-height:22px;
    color:#ccc;
    padding:20px;
    border:none;
    background:none;
    text-shadow:none;
    font-weight:300;
    }

    #basketList>div>ul {
    border:none;
    margin:0; 
    padding:0;
    float:none;
    }

    #basketList>div>ul>li {
    font-size:15px;
    line-height:22px;
    padding:15px;
    text-shadow:none;
    border-bottom:1px solid #ccc;
    text-align:left;
    }

    #basketList>div>ul>li:hover {background:#fff;}

    #basketList>div>ul>li>b {
    width:10%; 
    text-align:right;
    padding-right:10px;
    box-sizing:border-box;
    }

    #basketList>div>ul>li>a {
    color:#606060;
    width:60%;
    padding-right:10px;
    }
    
    #basketList>div>ul>li>span { 
    width:30%; 
    text-align:right;
    font-weight:400;
    padding-left:0;
    padding-right:50px;
    }

    #basketList>div>ul>li.active-title,
    #basketList>div>ul>li.active {
    background-color:#f5f5f5;
    border-radius:0;
    text-shadow:none;
    margin:0;
    color:#404040;
    }

    #basketList>div>ul>li.active-title {
    background:#72acc2;
    position:relative;
    color:#fff;
    border-radius:0;
    font-weight:400;
    border:none;}

    #basketList>div>ul>li.active-title:before {
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    display:block;
    width: 0px !important;
    height: 0px !important;
    border-left: 10px outset transparent !important;
    border-right: 10px outset transparent !important;
    background-image:none  !important;
    margin:0 0 0 -5px;
    border-top: 10px solid #72acc2 !important;
    border-bottom: none !important;
    position:absolute;
    z-index:100;
    }


    .homeCategories { display:block;}  

    .home>ul {
    margin-left: 0%;
    width: 100%;
    }

    .home>ul li {
    width: 90%;
    margin: 0 5% 5% 5%;
    overflow:hidden;
    }

    /* artikli */

    #article-title {
    padding:0 0 0;
    background:#fff;
    border:none;
    }

    /*#article-title > a {
    display:none;
    }*/
   
    #article-title h1 {
    font-size:20px;
    line-height:30px;
    padding:20px;
    text-align:center;
    }
   
    #article-title .desc {
    font-size:14px;
    line-height:22px;
    padding:15px 20px;
    /*border-bottom:1px solid #ddd;*/
    }
   
    #article-title .desc p {
    font-size:14px;
    line-height:22px;
    padding:0 0 20px;
    }

    #article-title .desc a {
    color:#72acc2;
    }

    #article-title a#bannerFaq {
    display:none;
    }

    /* product list*/

    
    ul.product-list, article.categoryempty ul.product-list  {
    border:none;
    margin:0;
    width:100%;
    }

    ul.product-list>li, article.categoryempty ul.product-list>li,article.home ul.product-list li {
    box-sizing:border-box;
    width:100%; /*50%;*/
    margin:0;
    border-radius:0;
    overflow:hidden;
    height:auto;
    box-shadow:none;
    padding:200px 0 40px; /*240*/
    border-bottom:solid 1px #ccc;
    }

    ul.product-list>li .img {
    height:auto;
    border:none;
    width:100%;
    padding-top:10px;
    }

    ul.product-list>li img {
    height:auto;
    }

    ul.product-list h3 {
    width:100% !important;
    box-sizing:border-box;
    font-size:14px;
    line-height:20px;
    padding:0 15px!important;
    text-align:left !important;
    height:80px;
    overflow:hidden;
    }

    ul.product-list:not(.groups) h3 {
    height:40px !important; /*80*/
    }

    ul.product-list.groups h3 {
    height:auto !important;
    padding:15px!important;
    }

    ul.product-list p.price {
    background:none;
    width:100%;
    box-sizing:border-box;
    line-height:16px;
    }

    ul.product-list p.price span {
    right:25%;
    line-height:normal;
    }
        
    /*ul.product-list .sale {
    top: 10px;
    }*/
        
    ul.no-products {
    margin:0;
    padding: 40px;
    text-shadow:none;
    color: #888;
    border: 1px solid #DDD;
    border-radius:0;
    background:#F5F5F5;
    box-sizing:border-box;
    }
    
    ul.no-products > li {
    font-size: 40px;
    font-weight: 400;
    }

    ul.product-list.groups li { 
    width:100%;
    border-left:none;
    }

    ul.product-list.groups li .img { 
    display:none;
    }


    .show-filters, #products #filters {
    display:block;
    }
    .show-filters {
    width:100%;
    background-color:#73acc2;
    color:#fff;
    box-sizing:border-box;
    padding:10px;
    }
    #filters.responsive {
    display:block;
    position:fixed;
    left:0;
    top:0;
    width:auto;
    padding:20px;
    height:100%;
    z-index:1002;
    background-color:#fff;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-shadow:0 0 10px 0 #aaa;
    box-sizing:border-box;
    }
    #filters.responsive ul {
    float:none;
    }

    /* product detail */

    .product-detail-title.medium-title {
    width:100%;
    box-sizing:border-box;
    float:none;
    background:#fff;
    padding:20px;
    margin:0;
    border:none;
    text-align:center;
    }
    .product-detail-image {
    max-width:100%;
    width:100%;
    border:none;
    float:none;
    position:relative;
    top:auto;
    left:auto;
    margin:0;
    }
    
    .product-detail-image>a {
    border-radius:0;
    border:none;
    padding:0;
    width:100%;
    height:360px;
    margin:0 auto;
    }

    .product-detail-image>a:before {
    content:"";
    }

    .product-detail-image>a>img {
    padding:0;
    }
    
    
    .product-detail-image > ul {
    width:100%;
    margin:0;
    }

    .product-detail-image > ul > li {
    height:auto;
    width:25%;
    float:left;
    box-sizing:border-box;
    margin:0;
    }        

    .product-detail-image > ul > li > a {
    border-radius: 0px;
    width:100%;
    height:auto;
    border:none;
    padding:0;
    }

    .product-detail-image > ul > li > a > img {
    padding: 10px;
    box-sizing:border-box;
    width:100%;
    position: relative;
    }

    .product-detail-image > a:hover, .product-detail-image > ul > li > a:hover {
    border:none;
    }

    .product-detail-image > ul > li > a:before {
    content: "";
    }
    .product-detail-rightcol {
    width:100%;
    float:none; 
    }

    .product-detail-shortdesc {
    width:100%;
    padding:20px;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;
    margin:0 0 20px;
    border:none;
    float:none;
    }

    .product-detail-rightcol > ul li > a[data-tooltip]:after, [data-tooltip]:before {
    display:none;
    }

    .product-detail-shortdesc > div {
    font-size:14px;
    line-height:22px;
    border:none;
    }
    
    .product-detail-rightcol > ul {
    background:#fff;
    border:none;
    width:100%;
    margin:20px 0 0;
    float:none;
    }

    .product-detail-rightcol > ul > li {
    text-align:center;
    border:none;
    padding:0 20px 0;
    margin:20px 0 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-rightcol > ul > li > p, #dailyoffer .product-detail-rightcol > ul > li > p  {
    float:none;
    display:inline;
    padding-left:5px;
    }
    
    .product-detail-rightcol > ul li.price {
    padding: 20px;
    line-height: 30px;
    background:#fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    }

    .product-detail-rightcol > ul li.price p {
    font-size: 20px;
    }
    .product-detail-rightcol > ul > li > p > b {
    font-size: 16px;
    }

    .product-detail-rightcol .freedelivery, #dailyoffer p.freedelivery {
    padding:20px;
    font-size:13px;
    line-height:22px;
    font-weight: 600;
    text-align:center;
    float:none;
    color:#444;
    }

    .product-detail-rightcol .clear {
    display:inherit;
    }

    .product-detail-rightcol #freedelivery {
    margin:40px 0px 0 !important;
       width: 100%;
       background-position:40px center;
    }


    .product-detail-container #infoWrapper, article.dailyoffer .product-detail-container #infoWrapper {
    width:auto;
    height:auto;
    background:#fff;
    border:none;
    float:none;
    text-align:center;
    font-size:16px;
    line-height:22px;
    padding:0 20px 20px;
    }

    .product-detail-container #infoWrapper .monthly, .product-detail-container #infoWrapper .proformaonly, .product-detail-container #infoWrapper .hotline {
    padding:20px 0 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-container #infoWrapper .hotline b {
    font-size:16px;
    line-height:22px;
    }

    #stock-info {
    margin-bottom:0;
    }

     .product-detail-rightcol .freedelivery {
text-align:left;
padding-left:100px;
}
   .product-detail-rightcol #stock, article.dailyoffer .product-detail-rightcol #stock {
    float:none;
    height: auto;
    background:transparent;
    border:none;
    border-top:1px solid #ddd;
    width:100%;
    padding:20px 0;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-rightcol #stock div {
    padding:0;
    background:none;
    }

    
    .product-detail-rightcol .b2b i {

        position: absolute;
        left: 20px;
    }
    
    .product-detail-rightcol .b2b {
    padding-left:80px;
    }

    .product-detail-rightcol #stock div p {
    font-size:16px;
    line-height:22px;
    text-align:center;
    font-weight:400;
    }

    .product-detail-rightcol #stock div span {
    float:none;
    display:inline;
    font-size:16px;
    line-height:22px;
    }

    .product-detail-container a#product-add, .product-detail-container a#product-inquiry, article.dailyoffer .product-detail-container a#product-add, article.dailyoffer .product-detail-container a#product-inquiry {
    display: block;
    width:60%;
    height:auto;
    padding:20px;
    margin:20px auto 40px;
    float:none;
    font-weight: 400;
    font-size:20px;
    border-radius: 5px !important;
    }

    article.dailyoffer .product-detail-shortdesc, article.dailyoffer .product-detail-rightcol > ul, article.dailyoffer .product-detail-desc, .product-detail-desc {
    padding:0;
    margin:0;
    }

    .product-detail-rightcol #linkedProducts {
    background:#fff;
    margin:0;

    }
    
    .product-detail-rightcol #linkedProducts h3 {
    padding: 20px;
    font-weight:400;
    border-top:1px solid #ddd;
    background:#f5f5f5;
    font-size:20px;
    line-height:30px;
    text-align:center;
    }

    .product-detail-rightcol #linkedProducts ul li {
    border-bottom: 1px solid #ddd;
    border-top:none;
    font-size: 14px;
    }

    .product-detail-desc h3 {
    border: none;
    text-shadow:none;
    padding: 20px;
    font-weight:400;
    border-top:1px solid #ddd;
    background:none;
    font-size:20px;
    line-height:30px;
    text-align:center;
    }

    .product-detail-desc div {
    padding: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    }

    #article-title .desc a, .product-detail-shortdesc>div a, .product-detail-desc>div a {
    color:#73acc2;
    font-weight: 400;
    }

    

    /* product details extra
    ------------------------*/
    article.extra {
    width:100%;
    margin:0;
    padding:0;
    }

    article.extra>h3 {
    font-size:20px;
    padding:20px;
    line-height:30px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    /*border-top:1px solid #ddd;*/
    background:#f5f5f5;
    margin:0;
    font-weight:400;
    }

    article.extra>div {
    margin:0;
    }

    article.normal-width.extra ul.product-list {
    width:100% !important;
    margin:0 !important;
    }

    article.extra ul.product-list li {
    /*width:50%;*/
    margin:0;
    }

    article.extra ul.product-list li:hover {background:#f5f5f5;}

    article.extra ul.product-list li h3 {
    font-size:14px;
    }

    article.extra ul.product-list p.price {
    font-size:16px;
    width:100%;
    }

    /* Checkout */

    .containerLeft {
    width:100%;
    float:none;
    }

    .containerRight {
    display:none;
    }

    article.basket #article-title,
    article.profile #article-title {
    padding:0;
    margin:0;
    }
    article.basket #article-title h1,
    article.profile #article-title h1 {
    border:none;
    font-weight:400;
    font-size:20px;
    padding:20px;
    line-height:30px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    }

    #basketList>div>ul>li.active>a {color:#404040;}
    #basketList>div>ul>li.active>b {color:#404040;}
    #basketList>div>ul>li.active>span {color:#404040;}


    
    #basket-progress a {
    box-sizing:border-box;
    width:16.66666666666667%;
    min-width:16.66666666666667%;
    text-align:center;
    font-size:9px;
    line-height:12px;
    display:table-cell;
    vertical-align:middle;
    height:50px;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:5px;
    }

    #basket-progress.logged a {
    width:20%;
    min-width:20%;
    }

    #basket-progress a.on {
    background:#72acc2;
    border-left:none;
    font-weight:400;
    }

    #basket-progress b 
    {display:none}

    article.basket #new-delivery-address>h3 ,
    article.profile #new-delivery-address>h3 {color:#72acc2;}

    /* basket content */
    
    .order-item-desc {width:100%;}
    .order-item.review .order-item-desc {width:100% !important;}
    .order-item-quant {width:10%; right:50%;}
    .order-item-price {width:35%; right:15%}
    .order-item-delete {width:15%; right:0;}
    .order-item.review .order-item-price {right:20px;}

    .order-title {
    display:none;
    }

    .order-item-desc ,
    .order-item-quant ,
    .order-item-delete ,
    .order-item-price {
    height:auto;
    }

    .order-item-quant ,
    .order-item-delete ,
    .order-item-price {
    position:absolute;
    bottom:20px;
    }
    .order-item {
    border-bottom:1px solid #ddd;
    padding:0;
    position:relative;
    }
    
    div:hover.order-item {
    background:#fff;
    }

    .order-item-desc>span {
    height:150px;
    margin-left:0px;
    font-size:14px;
    line-height:20px;
    padding:20px 20px 20px 0;
    display:table-cell;
    vertical-align:top;
    box-sizing:border-box;
    }

    .order-item-desc span.stock, .order-item-price>small {
    font-size:12px;
    padding:0;
    }
    
    .order-item-desc>a>img, .order-item-desc>img {
    width:40%;
    height:auto;
    padding:30px 20px;
    margin:0;
    box-sizing:border-box;
    background:#fff;
    }

    .order-item-quant select, .order-item-quant input {
    -webkit-appearance: none;
    margin:0 auto;
    font-size:16px;
    line-height:26px;
    height:auto;
    padding:0 0 0 5px;
    border:1px solid #ddd;
    box-shadow:none;
    border-radius:3px 0 0 3px!important;
    box-sizing:border-box;
    }

   .order-item-quant span.unit {
    font-size:12px;
    line-height:28px;
    left:100%;
    border:none;
    top:0;
    padding:0 5px;
    height:auto;
    box-sizing:border-box;
    background:none;
    border-radius:0 3px 3px 0 !important;
    background:#ddd;
    color:#444;
    }

    .order-item-price span {
    padding:0;
    font-size:18px;
    line-height:28px;
    color:#444;
    display:block;
    }

    .order-item-delete>a {
    text-align:center;
    display:block;
    width:100%;
    height:26px;
    }

    div.order-item.deleted {
    background-color:#fff;
    padding:0;
    }

    div.order-item.deleted p {
    width:100%;
    padding:20px;
    box-sizing:border-box;
    text-shadow:none;
    font-weight:400;
    color:#72acc2;
    }

    .subtotal {
    padding:0 20px 20px;
    border:none;
    border-bottom:1px solid #ddd;
    }

    #bonusObtainedWrapper .subtotal {
    border:none;
    }

    .subtotal b, .total h3 {width:auto;}

    .subtotal p {
    padding:20px 0 0;
    text-align:left;
    font-size:12px;
    }

    .subtotal b {
    color:#404040;
    display:inline-block;
    float:right;
    font-weight:400;
    }

    .total {
    padding:0;
    border-top:none;
    }

    .total h3 {
    font-size:20px;
    line-height:30px;
    margin:20px 20px 20px 0;
    font-weight:600;
    color:#72acc2;
    }

    .total p {
    font-size:14px;
    line-height:30px;
    font-weight:400;
    padding:0;
    margin:20px;
    text-shadow:none;
    float:left;
    color:#72acc2;
    }

    article.basket #basketListAdvanced > p {
    padding:80px 40px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight:400;
    text-shadow:none;
    color:#ccc;
    border:none;
    background:#fff !important;
    }

    input[type=submit]#basket-next {
    -webkit-appearance: none;
    border:none;
    background:#72acc2;
    color:#fff;
    text-shadow:none;
    padding:20px;
    font-size:20px;
    border-radius:5px !important;
    cursor:pointer;
    box-shadow:none;
    float:none;
    margin:40px 20%;
    width:60%;
    }

    .order-code {
    padding:0;
    }

    .order-code>p {
    font-size: 14px;
    line-height: 22px;
    }

    .order-code {
    background:#f5f5f5;
    float:none;
    width:100%;
    margin:20px 0 1px;
    box-sizing:border-box;
    }

    .order-code input[type=text] {
    margin:0 !important;    
    }

    .order-code input[type=submit] {
    border-radius: 3px !important;
    background:#72acc2;
    color:#fff;
    padding:15px  0;
    }

    a#continue-shopping {
    display:none;
    }

    ul.payment-method,
    ul.delivery-address,
    ul.pickup-location,
    ul.delivery-method {
    /*overflow:hidden;*/
    border:none;
    background:#fff;
    margin:0;
    }

    .vat-company>ul>li,
    ul.payment-method>li,
    ul.delivery-address>li,
    ul.pickup-location>li,
    ul.delivery-method>li {
    padding:0;
    border-bottom:1px solid #ddd !important;
    font-size:14px;
    text-shadow:none;
    box-sizing:border-box;
    width:100%;
    }

    .vat-company>ul>li:last-child {
    border-bottom:none !important;    
    }

    .vat-company>ul>li.on,
    ul.payment-method>li.on,
    ul.delivery-address>li.on,
    ul.pickup-location>li.on,
    ul.delivery-method>li.on {
    background:#fff;
   }

    ul.payment-method>li>p,
    ul.delivery-address>li>p,
    ul.pickup-location>li>p,
    ul.delivery-method>li>p {
    color:#808080;
    font-size:12px;
    /*padding-left:50px;
    padding-bottom:20px;
    padding-top:0;*/
    padding: 0px 80px 20px 50px;
    }

    .vat-company>ul>li>b,  ul.payment-method>li>label>b, ul.delivery-method>li>label>b {
    position:absolute;
    top:calc(50% - 7px);
    right:10px;
    display:block;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    }
    

    .vat-company>ul>li>b {
    right:0;
    top:auto;
    bottom:0;
    font-size:10px;
    background:none;
    border:none;
    padding:5px;
    }
    

    .company-terms label.agreement, .vat-company>ul>li> label, .payment-vat > label, ul.pickup-location>li>label, ul>li.expand>label, ul.payment-method>li>label, 
    ul.delivery-address>li>label, ul.delivery-method>li>label {
    padding:20px 50px;
    display:block;
    line-height:22px;
    }
    
    .company-terms input[type="checkbox"], .payment-vat > input[type="checkbox"], ul > li.expand input[type="radio"], 
    .vat-company > ul > li input[type="radio"], ul.payment-method > li input[type="radio"], 
    ul.delivery-method > li input[type="radio"], ul.pickup-location > li input[type="radio"], 
    ul.delivery-address > li input[type="radio"] {
    position:absolute;
    top:calc(50% - 8px);
    left:20px;
    display:block;
    margin:0;
    }
    
    .payment-vat > input[type="checkbox"], ul > li.expand input[type="radio"] {
    top:22px;
    }

    ul.delivery-address > li > b, ul.pickup-location > li > b {
    display: block;
    position: absolute;
    right: 10px;
    top:0;
    text-indent:-9999px;
    overflow:hidden;
    background: url(/skin/linea/icon-highlighted-2x.png) no-repeat center;
    background-size:24px auto;
    width:30px;
    height:100%;
    border:none;
    border-radius:0;
    padding:0;
    z-index:100;
    }

    ul.pickup-location > li > b {
    background-image: url(/skin/linea/icon-pickup-2x.png);
    }

    ul.pickup-location > li > b > a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    overflow:hidden;
    }

    .delivery-new-address {
    padding:20px;
    display:none;
    border-top:1px solid #ddd;
    }

    article.basket #pickup-locations, article.basket #new-delivery-address {
    margin:0;
    }
    
    .vat-company > h3, article.basket #pickup-locations h3, article.basket > div > h3, article.basket #new-delivery-address h3 {
    background:#f5f5f5;
    color:#72acc2;
    padding:20px;
    text-align:center;
    font-weight:400;
    font-size:20px;
    line-height:30px;
    margin:0;
    text-shadow:none;
    }

    .payment-vat {
    border:none;
    border-bottom:1px solid #ddd ;
    background:#fff;
    text-shadow:none;
    position:relative;
    }

    .company-terms {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    overflow:hidden;
    }

    .company-terms>div{
    position:relative;
    }

    .company-terms p {
    line-height:22px;
    padding:0 20px;
    }

    .company-terms label.agreement {
    padding:20px 0 20px 60px;
    display:block;
    }

    #freeDelivery {
    font-size: 14px;
    line-height:22px;
    padding: 20px;
    color: #444;
    }

    .vat-company {
    border:none;
    border-top: 1px solid #ddd;
    display: none;
    }

    .vat-company > ul > li {
    border-top: none;
    }

    .vat-company-new {
    border-top: 1px solid #ddd;
    padding:0 20px;
    }   
    .vat-company-new > p {
    display:block;
    float: left;
    padding:20px 0;
}
    #container .vat-company-new input[type="text"] {
    padding: 11px 15px;
    font-size:18px;
    line-height:22px;
    height:46px;
    font-weight: 400;
    color: #444;
    border: 1px solid #CCC;
    box-shadow: none;
    border-radius: 3px !important;
    width:60% !important;
    box-sizing:border-box;
    }

    .vat-company-new input[type="submit"] {
    -webkit-appearance:none;
    margin-left:4%;
    padding:0;
    font-size:18px;
    line-height:44px;
    width:36%;
    height: 46px;
    box-sizing:border-box;
    display:block;
    font-weight: 400;
    background:#72acc2;
    border:none;
    border-radius: 3px !important;
    box-shadow:none;
    }

    #container .basket .form .company { width:100%; }
    #container .basket .form .vatyes { width:20%; }
    #container .basket .form .vatnr { width:76%; }
    #container .basket .form .vatyes.margin { margin:0;}

    .vat-company-data {
    border-top: 1px solid #ddd;
    padding: 20px;
    }

    .vat-company-data #sourceinfo {
    font-size: 12px;
    color: #808080;
    text-align:left;
    padding:0 0 20px;
    text-shadow:none;
    }

    /* Login, reg, forgot */

    #login, #forgot, #register {
    padding:0;
    }

    .form h1 {
    font-size:20px;
    padding:20px;
    line-height:20px;
    text-align:center;
    /*border-bottom:1px solid #ddd;*/
    font-weight:400;
    color:#72acc2;
    }

    .form .leftcol, .form .rightcol {
    width:100%;
    padding:20px 20px 40px;
    margin:0 !important;
    }

    #container .form label {
    margin:0 0 5px;
    font-size:12px;
    }

    #container .form input[type=text], #container .form input[type=email], #container .form input[type=password], #container .form select, #container .form textarea {
    width:100%; /*455px - 2x10px - 2x(15px+1px)*/
    padding:15px;
    font-size:16px;
    line-height:20px;
    color:#444;
    border-radius:3px !important;
    box-sizing:border-box;
    -webkit-appearance: none;
    margin:0 0 20px;
    }


    #container .form input[type=button], #container #login.form .rightcol a {
    -webkit-appearance: none;
    margin:40px 5% 0;
    box-sizing:border-box;
    border:none;
    background:#72acc2;
    text-shadow:none;
    padding:20px 10px;
    height:auto;
    font-size:20px;
    border-radius:5px !important;
    box-shadow:none;
    display:block;
    width:90%;
    text-align:center;
    }

    #login.form #forgot-password {
    position:absolute;
    margin-top:-57px;
    right:40px;
    }
    
    #login .rightcol {
    margin: 0 !important;
    }   

    #login .rightcol h3 {
    margin: 0 !important;
    border-bottom:none !important;
    padding:0 0 20px !important;    
    }   

    .rightcol h3 {
    width:100% !important;
    margin:0;
    padding:0 0 20px;
    border-bottom:none !important;
    text-shadow:none !important;
    text-align: center;
    font-weight:400;
    box-sizing:border-box;
    color:#72acc2;
    }

    .form .rightcol p {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    padding:0;
    text-shadow:none;
    border:none;
    }

    .form ul {
    font-size: 14px;
    line-height:22px;
    padding:0 20px 10px;
    border:none;
    text-shadow:none;
    box-sizing:border-box;

    }

    #container .form .halfsize.margin {
    margin-left: 0;
    }
    #container .form .halfsize {
    width: 100%;
    }
    #container .form .zip  { width:30%; }
    #container .form .city { width:66%; }

    #register.form #hiddenFields .remark {
    margin:0 0 20px;
    background-color: #f5f5f5;
    padding: 15px;
    line-height:22px;
    border-radius: 3px;
    text-shadow:none;
    }


    .preview-order, ul.preview-order {
    list-style: none;
    padding:0;
    border:none;
    background: #fff;
    font-size: 14px;
    line-height:22px;
    color: #444;
    text-shadow:none;
    margin:0;
    }

    .preview-order h3, ul.preview-order h3 {
    margin:0;
    background:#f5f5f5;
    color:#72acc2;
    font-size:20px;
    line-height:30px;
    padding:20px;
    font-weight:400;
    border-top: 1px solid #ddd;
    }   

    .preview-order.confirmed h3 {
    text-align:center;
    margin:0 0 30px
    }   


    ul.preview-order p, .preview-order p {
    padding:20px;
    background: #fff;
    margin:0;
    border:none;
    line-height: 22px;
    text-shadow:none;
    }

    .preview-order.confirmed p {
    padding-top:0;
    }    
    
    .preview-order.confirmed p:last-child {
    padding-bottom:20px;
    }    
    
    .preview-order span {
    padding:0 20px 5px;
    
    }

    .preview-order textarea {
    -webkit-appearance:none;
    margin:0 20px;
    padding: 11px 15px;
    font-size: 18px;
    line-height:22px;
    font-family: 'Arial', sans-serif;
    color: #444;
    width:calc(100% - 40px);
    height: 200px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 3px !important;
    box-sizing: border-box;
    }

    .preview-order input[type=checkbox] {
    margin-left:20px;
    }

    .preview-order>b {
    border-radius: 5px !important;
    padding:20px;
    background: #72acc2;
    font-weight:400;
    color:#fff !important;
    margin:0 20px;
    border:none;
    line-height: 30px;
    text-shadow:none;
    font-size: 30px;
    text-align: center;
    font-weight:bold;
    width:calc(100% - 40px);
    box-sizing:border-box;
    }

    .preview-order>b a {
    font-weight:400;
    color:#fff !important;
    }

    .preview-order p i {
    color:#888;
    margin-top:8px;
    display:block;
    }

    article.basket {
    padding: 0;
    }

    nav#profile {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9988;
    border-top: 1px solid #ddd;
    width:100%;
    }

    /*ul {
    list-style: none;
    float: left;
    width: 100%;
    }*/
    nav#profile ul li {
    width: 25%;
    box-sizing:border-box;
    border-right:1px solid #ddd;
    float: left;
    box-sizing:border-box;
    }

    nav#profile.bonus ul li {
    width: 20%;
    }

    nav#profile ul li:last-child {
    border-right:none;
    }
    
    nav#profile ul li a {
    padding:20px 9px 0;    
    font-size:11px;
    line-height:16px;
    text-align:center;
    height: 100px;
    box-sizing:border-box;
    }

    nav#profile ul li a i {
    display:block;
    margin: 0 auto 20px;
    position:inherit;
    }

    article.profile {
    padding-bottom:20px;
    }

    #article-title.profile {
    margin: 0;
    }

    article.profile>h3, .containerLeft>h3, .profile-wishlist h3, 
    .profile-orders h3, .dashboard>ul>li>h3 {
    font-size: 16px;
    line-height: 22px;
    color: #72acc2;
    padding: 20px;
    font-weight: 400;
    text-align:left;
    border-top:1px solid #ddd;
    background:#fff;
    }

    .profile-details, .profile-wishlist {
    padding:10px 20px 0;
    }

    .profile p.inline {
    position:relative;
    }

    .profile p.inline label {
    display:block;
    padding:0 20px 0 30px;
    }
    .profile p.inline input[type=checkbox] {
    position:absolute;
    top:calc(50% - 8px);
    left:0;
    }

    .profile-wishlist table th.fixed-width,
    .profile-orders:not(.detail) table th.fixed-width,
    .profile-wishlist table th.image-width {
    width:auto;
    }

    .profile-orders table td,
    .profile-wishlist table td {
    padding-right:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
    
    .profile-orders:not(.detail) table th.left-align,
    .profile-wishlist table th.left-align,
    .profile-orders:not(.detail) table td.left-align,
    .profile-wishlist table td.left-align {
    display:none;
    }

    .profile-orders table th,
    .profile-wishlist table th,
    .profile-orders table td,
    .profile-wishlist table td {
    font-size:12px
    }
    .profile-orders table th.order-view, .profile-orders table td.order-view {
    width: 50px;
    }
    .profile.orders .orderDetails p,
    .profile.orders .orderDetails p.halfsize {
    width: 100%;
    }

    .profile-orders table td span {
    display:block;
    height: auto;
    padding:15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    article.profile>h3>a {
    float:none;
    display:block;
    margin-top:10px;
    }

    .profile.orders p {
    font-size: 14px;
    padding: 20px 20px 0;
    line-height: 22px;
    }

    .profile.orders .orderDetails:not(.row) {
    border-top:none;
    padding-bottom: 25px;
    }

    .profile.orders .orderDetails p.halfsize {
    padding: 20px 20px 0;
    }

    .profile-orders table td img, .profile-wishlist table td img {
    display: none;
    }

    .profile-orders.detail table th.left-align {
    padding-left: 0;
    }

    /* footer */

    footer {
    background:#444;
    z-index:0;
    }

    .footer-wrapper {
    width:100%;
    padding:0;
    }

    #footerBorder, footer nav.last-nav, footer a#footer-homelink, footer nav p,footer nav img, footer nav h1, footer ul li a b {
    display:none;
    }

    .footerContainer {
    text-align:center;
    }
    #footerInfoWrapper .footerContainer {
    padding:30px 0;
    }

    #footerInfo {
    float: none;
    text-align:center;
    }

    #footerInfo a {
    width: 100%;
    border: none;
    padding:10px 20px;
    margin:0;
    float:none;
    box-sizing:border-box;
    }

    .newsletterWrapper #newsletter {
    width:90%;
    position:relative;
    }
    
    footer nav {
    width:100%;
    box-sizing:border-box;
    margin:0;
    }

    footer ul {
    margin:0;
    padding:0;
    }

    .footerContainer ul {
    padding: 40px 40px 0;
    float:none;
    }
    .footerContainer ul.social {
    width:initial;
    padding-right:40px;
    }
    .footerContainer ul li {
    font-size:16px;
    text-align:center;
    }

    .footerContainer ul li h3 {
    font-size:18px;
    }

    footer ul li, footer ul li:last-child {
    border:none;
    }
    
    footer ul li a {
    text-align:center;
    }

    .lowerfooter {
    padding-left:20px;
    text-align:initial;
    }
    .creditcards {
    margin:40px 0;
    }
    a.netit {
    bottom:20px;
    right:20px;
    }

    footer li.hide {
    display: block;
    }
    a#footerLogoff {
    display:block;
    }    
    
    article.contentpage {
    padding:40px;
    box-sizing:border-box;
    }

    article.contentpage .product-detail-title, article.dailyoffer .product-detail-title {
    margin:0;
    padding:20px;
    color: #73acc2;
    font-size: 20px;
    line-height:30px;
    font-weight: normal;
    border:none;
    text-align:center;    
    }

    catalogs a {
    width: 48%;
    }


    .roundbox {
    border:none;
    }

    article.contentpage h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
    margin:20px 0 0;
    }

    article.contentpage img {
    /*width:100%;*/
    margin:20px 0 0;
    }    
    article.contentpage p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 20px 0;
    text-align:left;}

    article.contentpage p>a, article.contentpage .map a {
    font-size: 14px;
    color:#72acc2;
    }
    #container article.contentpage #contactForm {
    width:100%;
    float:none;
    padding: 20px 0;
    background:none;
    margin:0 0 50px;
    box-sizing:border-box;
    }
    #container article.contentpage #contactForm label {
    background:none;
    }
    
    #container article.contentpage #contactForm input[type=text], #container article.contentpage #contactForm textarea {
    padding: 11px 15px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height:22px;
    width: 100%;
    box-sizing:border-box;
    border:1px solid #ddd;
    }

    #container article.contentpage #contactForm input[type=submit] {
    margin: 20px 20%;
    width:60%;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px !important;
    float: none;
    background: #72acc2;
    color: #fff;
    }
    .contentpage.privacy table, .contentpage.privacy table {
    max-width:100%;
    box-sizing:border-box;
    }

    .contentpage.privacy label {
    display:inline;
    }

    article.categoryempty #article-title {
    padding:0;
    }

    article.categoryempty #article-title h1 {
    font-weight:400;
    }

    article.categoryempty .pagination, article.categoryempty .pagination.bottom,
    article.categoryempty .pagination span, article.categoryempty .pagination .page-select, article.categoryempty .pagination #pagesize {width:100%;     display:block;
float:none; box-sizing:border-box;}

    article.categoryempty .pagination {
    padding:0;
    margin:0;
    font-size:14px;
    text-align:center;
    }

    
    .pagination {
    margin:0;
    background-color:#f5f5f5;
    }
    .pagination span {
    margin:0;
    padding:0px 10px;
    background-color:#f5f5f5;
    display:block;
    text-align:center;
    }

    .pagination #pagesize {
    margin:0;
    padding:5px;
    display:block;
    text-align:center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    }

    .pagination #pagesize select,.pagination #pagesize label {
    float:none;
    margin:5px 0 0;
    }
    
    .pagination #pagesize label {
    font-size:14px;
    }

    article.categoryempty .pagination .page-select {
    display:block;
    }
    article.categoryempty .pagination .page-select input, .pagination #pagesize select {
    border-radius:3px !important;
    font-size:14px;
    }
    .pagination .page-select a {
    display: inline-block;
    padding: 0 3px;
    margin: 5px 0;
    }

    input {
    font-size:16px;
    }

    article.home ul.product-list {
    width:100%;
    height:auto;
    }

    #banner {
        position:relative !important;
    }

    #bannerWrapper #bannerNavWrapper {display:none;}

    #smallBannersWrapper a {
    width: 98%;
    margin-bottom:10px;
    }

    .tmRight, .tmLeft {
    width: 100%;
    float: none;
    border: none;
    padding:0;
}

    .tmLeft img {
    display:inline-block !important;
    width: 100px !important;
    max-width: 100px !important;
    text-align:center;
    }

   .tmRight table td img {
    margin: 0 20px 0 0;
    display: none;
    }
   .tmRight p {
    margin: 20px 0 0 !important;
    }

   ul.newsList {
   width:100%; 
   margin:0 !important;
   }
   ul.newsList>li {
   width:100%; 
   height:auto;
   margin:0 !important;
   }

   ul.newsList > li p {
    height: auto;
    }

   article.blog {
    width: 100%;
    margin: 0;
    padding:0 40px 40px;
   border-top:1px solid #ddd;
   }

   a#newsArchive {
    border: none;
    }

   .aboutHome  {
    padding:60px 40px;
    }

   .aboutHome img {
    width:100%;
    margin:0 0 40px;
    }

   article.contentpage .form.seminar {
width:100%;
}
   article img.imgFloatLeft {
padding:20px 0 !important;
max-width:100% !important;
float:none !important;
}

article img.imgFloatRight {
padding:20px 0 !important;
max-width:100% !important;
float:none !important;
}

    .carousel ul.product-list li {


    }
    .carousel ul.product-list {
    margin:0;
    }
    .carousel .products {
    }

    .carousel {
        height:auto;
        overflow:visible;
        margin:0 0 20px;
        }



    .carousel ul.product-list .img {
        }


    article.home .carousel > h3 {
    font-size: 14px;
    text-align:left;
    padding:0 0 0 65px;
    box-sizing:border-box;
    }

    .carousel a.more {
    right:65px;
    }


    ul.contentAccordion .contentToggle .contentToggleHeader {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    box-sizing:border-box;
    padding:10px;
    }

    ul.contentAccordion li:nth-child(even) .contentToggle .contentToggleHeader {
    right:0;
    left:auto;
    }

    ul.contentAccordion .contentToggle {
    overflow:hidden;
    }

    ul.contentAccordion .contentToggle img {
    width:200%;
    max-width:none;
    }
    article.blog ul.contentAccordion .contentToggle img {
    width:100%;    
    max-width:100%;    
    }
    


    ul.contentAccordion .contentToggle .contentToggleHeader {
    background:rgba(255,255,255,0.4);
    }

    ul.contentAccordion .contentToggle .contentToggleHeader h3 {
    font-size:20px;
    line-height:25px;
    padding:0;
    margin:0;
    }

    ul.contentAccordion .contentToggle .contentToggleHeader p {
    font-size:13px;
    line-height:20px;
    padding:0;
    margin:10px 0 0;
    }

     #headerInfo {
    position:unset;
    }

     #headerInfo>*:not(#freeShipping) {
    display:none;
    }

     #headerInfo > #freeShipping {
    width:100%;
    text-align:center;
    display:block;
    margin-top:10px;
    }

    .product-detail-rightcol .quantity {
    margin: 20px auto;
    float: none;
    }


    #brandsCarousel, #footerBrands {
    width:100%;
    }

    #footerBrands ul li {
    width:20%;
    height:60px;
    }

    .product-list .add-wishlist {
    bottom:10px;
    }



}

@media only screen 
and (max-width : 1020px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 
    ul.product-list>li, article.categoryempty ul.product-list>li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }



}

@media only screen 
and (min-width : 500px) 
and (max-width : 1020px) 
{ 

    ul.product-list>li, article.categoryempty ul.product-list>li,article.home ul.product-list li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }
}

@media only screen 
and (min-width : 500px) 
and (max-width : 1024px) 
and (min-device-width : 500px) 
and (max-device-width : 1020px) 
and (orientation : portrait) { 


    ul.product-list>li, article.categoryempty ul.product-list>li {
    width:25%;
    }

    ul.product-list:not(.groups) h3 {
    height: 100px !important;
    }
}

@media only screen 
and (min-width : 900px) 
and (max-width : 1024px) 
and (min-device-width : 900px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 

    article.home #categories li {
    height:240px;
    }
}

@media only screen 
and (min-width : 730px) 
and (max-width : 1024px) 
and (min-device-width : 730px) 
and (max-device-width : 1020px) 
and (orientation : landscape) { 

    ul.product-list:not(.groups) h3 {
    height: 85px !important;
    }
}

@media only screen 
and (min-width : 360px) 
and (max-width : 680px) 
and (min-device-width : 360px) 
and (max-device-width : 680px) 

{ 
    article.home #categories li {
    height:210px;
    }
}



@media only screen 
and (min-width : 200px) 
and (max-width : 320px) 
and (min-device-width : 200px) 
and (max-device-width : 320px) 

{ 
    .carousel a.more {
    right: 50%;
    top: 50px;
    transform: translateX(50%);
    background: #f5f5f5;
    display: block;
    width: 100%;
    text-align: center;
    line-height:40px;
    }
}





/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-brands-400.eot);
  src: url(/js/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(/js/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-regular-400.eot);
  src: url(/js/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(/js/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/js/fontawesome/webfonts/fa-solid-900.eot);
  src: url(/js/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/js/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/js/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(/js/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/js/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

div.noty_modal {
position:fixed;
width:100%;
height:100%;
background-color:#000;
z-index:10000;
opacity:0.6;
display:none;
}

.noty_bar {
position:fixed;
display:none;
z-index:9999999;
border:solid 3px;
box-shadow:0px 0px 5px #404040;
-webkit-box-shadow:0px 0px 5px #404040;
-moz-box-shadow:0px 0px 5px #404040;
left:50%;
width:680px;
margin-left:-340px;
}
.noty_bar.top {
border-top:none;
top:0;
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
}
.noty_bar.bottom {
bottom:0;
border-radius:10px 10px 0 0;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
}
.noty_bar.center {
top:40%;
padding:5px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.noty_bar .noty_message {
padding:20px;
font-size:16px;
font-weight:bold;
}

.noty_bar .noty_message .noty_buttons {
font-size:13px;
margin-top:10px;
}
.noty_bar .noty_message .noty_buttons button {
margin-left:10px;
cursor:pointer;
}

.noty_bar .noty_close {
position:absolute;
top:20px;
right:10px;
background-image:url(/js/noty/closelabel.png);
width:20px;
height:20px;
cursor:pointer;
}

.noty_bar.alert {
background-color:#202020;
color:#fff;
border-color:#ccc;
}

.noty_bar.error {
background-color:red;
color:#fff;
border-color:darkred;
}

.noty_bar.success {
background-color:lightgreen;
color:darkgreen;
border-color:darkgreen;
}
.noty_bar .noty_message a {
color:#fff;
text-decoration:underline;
}
.noty_bar .noty_message a:hover {
text-decoration:none;
}





.button{
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 20px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button.white{
    background: #f5f5f5;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.button.white:hover{
    background: #f4f4f4;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}

.button.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.button.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.pink{
    background: #f67689;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;    
}
.button.pink:hover{
    background: #f67c90;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297)); /*  WebKit */
    background: -moz-linear-gradient(top,  #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;    
}

.button.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
}
.button.orange:hover{
    background: #fecb5e;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
}

.button.green{
    background: #b7d770;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #cfe5a4;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;    
}
.button.green:hover{
    background: #b9d972;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;    
}

.button.blue{
    background: #92dbf6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3)); /*  WebKit */
    background: -moz-linear-gradient(top,  #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #42788e;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;    
}
.button.blue:hover{
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;    
}

.button.purple{
    background: #dfaeda;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #7b5777;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;    
}
.button.purple:hover{
    background: #e0b1db;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.teal{
    background: #9cedef;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #437b7d;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;    
}
.button.teal:hover{
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;    
}

.button.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #515f6a;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;    
}
.button.darkblue:hover{
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;    
}

.button.black{
    background: #525252;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
}
.button.black:hover{
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    
}

.button.qty {
font-size:16px;
}
