@charset "UTF-8";
#invoice-table .status-3 { background: #bde0ff; }

.cat_show_more {
 font-weight: bold;
 cursor: pointer;
 text-decoration: none;
}
.cat_show_more:hover { text-decoration: underline; }

.cat-tree b { color: #bbb; font-weight: normal; }
.cat-tree i {
 padding-left: 12px;
 height: 14px;
 background: transparent url(/.s/img/wd/1/sb.gif) 0 2px no-repeat;
}
.cat-tree u {
 padding-left: 12px;
 height: 14px;
 background: transparent url(/.s/img/icon/pm.gif) no-repeat;
}
.cat-tree u.plus { background-position: 0 3px; }
.cat-tree u.minus { background-position: 0 -18px; }

.cat-blocks {
 padding: 1px 1px 0 1px;
 line-height: 20px;
}
.cat-blocks div {
 cursor: pointer;
 margin-bottom: 5px;
 height: auto !important;
 padding: 8px !important;
 font-size: 100% !important;
 text-align: left;
 overflow: hidden;
 font-weight: bold;
}
.cat-blocks ul {
 display: none;
 list-style: none;
 margin: 0;
 padding: 0;
 text-align: left;
}
.cat-blocks li {
 height: auto;
 padding: 0 10px;
 margin-bottom: 1px;
 overflow: hidden;
}
.cat-blocks a,
.cat-blocks a:hover,
.cat-blocks a:visited,
.cat-blocks u { text-decoration: none; }

.catalog #show_cats_more_block {
 font-weight: bold;
 cursor: pointer;
}

table.catalog { width: 100%; }
table.catalog h3 { margin: 0 0 0 60px; }
table.catalog td {
 line-height: 160%;
 padding-bottom: 10px;
}
table.catalog div { margin: 0 0 0 60px; }
table.catalog img {
 float: left;
 margin: 0;
 border: 0;
}

.flist a,
.slist a { text-decoration: none !important; }
.flist .active,
.slist .active { font-weight: bold; }

.gphoto {
 border: none;
 margin-bottom: 10px;
 cursor: pointer;
}
.newprice { color: red; }

#goods_cont,
#shop-basket { position: relative; }
#goods_cont .empty {
 text-align: center;
 padding: 50px;
 color: black;
}
.goods-list .basket,
.goods-list .wish {
 width: 32px;
 height: 32px;
 background-repeat: no-repeat;
 background-position: center center;
}
.goods-list .item-action td { vertical-align: top; }
.goods-list .add { background-image: url(/.s/img/sh/badd.png); cursor: pointer; }
.goods-list .err { background-image: url(/.s/img/sh/berr.png); cursor: pointer; }
.goods-list .now { background-image: url(/.s/img/sh/bnow.png); cursor: pointer; }
.goods-list .wait { background-image: url(/.s/img/wd/1/ajax.gif); }
.goods-list .done { background-image: url(/.s/img/sh/bdone.png); cursor: pointer; }
.goods-list .wadd { background-image: url(/.s/img/sh/wlad.png); cursor: pointer; }
.goods-list .wdo { background-image: url(/.s/img/sh/wldo.png); cursor: pointer; }
.goods-list .werr { background-image: url(/.s/img/sh/wler.png); cursor: pointer; }
.goods-list .wdel { background-image: url(/.s/img/sh/wlrm.png); cursor: pointer; }

img.basket,
.fa-pointer { cursor: pointer; }

#image-list {
 width: 100%;
 position: relative;
 margin-top: 10px;
}
#image-list .belt {
 display: flex;
 flex-direction: column;
 gap: 1em;
}
#image-list .panel {
 margin: 0;
 overflow: hidden;
 width: inherit;
 height: inherit;
}
#image-list .inner {
 position: relative;
 overflow: hidden;
 padding: 0;
}
#image-list .img-controls {
 position: absolute;
 top: .5em;
 right: .5em;
 display: flex;
 gap: .5em;
}
#image-list .img-controls > div {
 width: 16px;
 height: 16px;
 cursor: pointer;
 top: 4px;
 overflow: hidden;
}
#image-list .img-controls .edt { background: transparent url(/.s/img/icon/edt.png) no-repeat 0 0; }
#image-list .img-controls .del { background: transparent url(/.s/img/icon/del.png) no-repeat 0 0; }
#image-list .img-controls .at-edit { background: transparent url(/.s/img/icon/sg.png) no-repeat 0 0; }
#image-list .inner input {
 opacity: 0;
 cursor: pointer;
 max-width: 100%;
 box-sizing: border-box;
 max-height: 100%;
}
#image-list #gimage-add.wait { background: url('/.s/img/wait.svg') no-repeat center center; }
#image-list #gimage-add.wait p { display: none; }
#image-list #gimage-add .inner {
 border: #999 2px dashed;
 text-align: center;
 height: 3.5rem;
 background: #9992;
 display: flex;
 align-items: center;
 justify-content: center;
}
#image-list #gimage-add .inner p { line-height: 1.5em; }
#image-list #gimage-add .add-image-label {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 cursor: pointer;
}
#image-list #gimage-add .add-image-label input {
 width: 100%;
 height: 0;
 padding: 0;
 margin: 0;
 min-height: unset;
}
#image-list #gimage-add .add-image-label span#add_img {
 height: inherit;
 display: block;
}
#image-list #gimage-wrap {
 display: flex;
 flex-wrap: wrap;
 line-height: 0;
 gap: 1em;
}
.sel-gimage img {
 border: 2px solid blue;
 box-sizing: border-box;
}
#image-list #gimage-wrap .inner div.image-alt-title-wrapper {
 position: absolute;
 bottom: 0;
 top: auto;
 left: 0;
 right: 0;
 width: auto;
 display: flex;
 flex-direction: column;
 gap: .5em;
 box-sizing: border-box;
 height: 4.5em;
 transition: height .5s ease-in-out;
 overflow: hidden;
 margin: 0 .5em .5em;
 cursor: initial;
}
#image-list #gimage-wrap .inner div.image-alt-title-wrapper.u-hidden { height: 0; }
#image-list #gimage-wrap .inner div.image-alt-title-wrapper input {
 color: #959090;
 width: 100%;
 position: unset;
 box-sizing: border-box;
 cursor: initial;
 opacity: 1;
 height: 2em;
 font-size: inherit;
 padding: 0 .5em;
 line-height: 2em;
 margin: 0;
 min-height: unset;
 background: #fffc;
}

#order-table td.order-total { font-weight: bold; }
#order-table .order-head th {
 font-weight: bold;
 border-bottom: 1px dashed;
 text-align: left;
 font-size: 10pt;
}
#order-table .order-item td { border-bottom: 1px dashed; }
#order-table .warning td { color: red; }
#order-table td.wantdel { text-decoration: line-through; }
#order-but-recalc,
#order-tax-wrapper { float: right; }
#order-journal {
 overflow-y: scroll;
 height: 300px;
}

#order-submit {
 text-align: center;
 margin: 10px;
}
#order-button {
 font-size: 14px;
 height: 33px;
 margin: 10px;
}

.order-fname {
 padding: 10px 10px 5px 10px;
 font-weight: bold;
}
.order-field { padding: 0 10px 10px 40px; }
.order-field span {
 display: block;
 min-width: 100px;
 min-height: 25px;
}

#total-sum { margin: 20px 0; }
#total-sum h4 { margin-bottom: 5px; }
#total-sum td {
 padding: 5px 20px 5px 5px;
 border-top: 1px dashed;
 border-left: #eee 4px solid;
}

.methods-list div { padding-bottom: 5px; }
.methods-list .label {
 display: block;
 font-weight: bold;
 text-align: center;
}
.methods-list td { line-height: 150%; }
.methods-list th { width: 1%; }
.methods-list textarea { height: 140px; }
.methods-list .fw { width: 400px; }
.methods-list input.radio,
.methods-list input.checkbox { vertical-align: -2px; }

#transaction-table .col_rem { font-size: 70%; }
#invoice-form { margin: 0; padding: 0; }
#invoice-table small,
#transaction-table small { display: block; }
#invoice-table .col_amount small { cursor: help; }
#invoice-table .group-pic { vertical-align: -4px; }
#cont-shop-order .osum {
 display: block;
 height: 14px;
}

#cont-shop-invoices .gTableSubTop {
 cursor: pointer;
 white-space: nowrap;
}
#cont-shop-invoices .gTable td,
#transactions_cont .gTable td { text-align: center; }
#cont-shop-invoices td.col_payment_id,
.col_payment_id td,
.col_note small { text-align: left !important; }
#cont-shop-invoices .forumNameTd {
 padding-left: 6px;
 padding-right: 6px;
}

#shop-currency { text-align: center; }
#shop-page-more {
 padding: 10px 0;
 background-position: center center;
 background-repeat: no-repeat;
 background-color: transparent;
}
#shop-page-more.wait { background-image: url(/.s/img/sh/wait.gif); }
#shop-page-more.wait * { visibility: hidden; }
.shop-page-wrap {
 text-align: center;
 padding: 10px;
}
.shop-more-scroll.gTableTop {
 position: fixed;
 height: auto !important;
 max-width: 80%;
 bottom: 0;
 z-index: 5;
 padding: 25px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
}
.shop-more-scroll-close { display: none; }
.gTableTop a.shop-more-scroll-close {
 display: block;
 position: absolute;
 top: 7px;
 left: 7px;
 height: 16px;
 width: 16px;
 background: transparent url("/.s/img/sh/del.png") no-repeat scroll 3px 0;
 cursor: pointer;
}
.gTableTop a.shop-more-scroll-close:hover { background: transparent url("/.s/img/sh/del.png") no-repeat scroll 3px -16px; }

.shop_spec u { cursor: help; }
.shop_spec_grp td {
 font-weight: bold;
 border-top: 1px dashed;
}
.shop_spec_sub,
.shop_spec_val { padding-left: 20px; }
.shop_spec_nor { font-weight: bold; }

.shop-tabs {
 display: block;
 height: 31px;
 padding: 0;
 margin: 0 0 10px 0;
 border-bottom: #A7A6A6 1px solid;
 border-left: #A7A6A6 1px solid;
}
.shop-tabs li {
 float: left;
 height: 30px;
 line-height: 30px;
 list-style-type: none;
 margin: 0;
 padding: 0 10px;
 border-top: #A7A6A6 1px solid;
 border-right: #A7A6A6 1px solid;
}
.shop-tabs a { text-decoration: none !important; }
.shop-tabs a:hover { text-decoration: underline !important; }
.shop-tabs li.postRest1 { border-bottom: 1px solid white; }

.shop-itempage-images {
 padding-right: 10px;
 width: 1%;
}
.shop-itempage-rating-td { width: 1%; }
.shop-itempage-rating { margin-bottom: 10px; }
.shop-itempage-rating-text {
 font-size: 10px;
 text-align: center;
}
.shop-itempage-price {
 font-size: 14px;
 padding: 0 10px;
}
.shop-itempage-buy {
 width: 1%;
 text-align: center;
}
.shop-itempage-buy-btns div { margin: auto; }
.shop-itempage-author { margin-top: 10px; }
.shop-itempage-viewed-title {
 font-size: 20px;
 padding: 5px 0 10px 0;
}

.shop-item-rating,
.shop-item-brief,
.shop-item-price { margin: 10px 0; }

.shop-options {
 padding: 0;
 margin: 0;
}
.shop-options li {
 line-height: 150%;
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.shop-options .val { font-weight: bold; }
.shop-options label { font-weight: normal !important; }

.shop-info {
 padding: 5px;
 min-height: 30px;
}

.shop-imgs img {
 float: left;
 margin: 0 15px 15px 0;
}

.with-clear:after {
 content: ".";
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 font-size: 0;
 line-height: 0;
}
.with-clear { display: inline-block; }
.without-bg {
 background: none;
 background-color: #F6F6F6;
}
.with-clear { display: block; }

#shop-hmenu {
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
}
#shop-hmenu div.hmenu-item,
#shop-hmenu li.hmenu-item {
 float: left;
 text-align: center;
 padding: 0 1px 0 1px;
}
#shop-hmenu td.hmenu-item {
 text-align: center;
 padding: 0 1px 0 1px;
 height: 100%;
}
#shop-hmenu .hmenu-link {
 display: block;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 vertical-align: middle;
 padding: 0 5px 0 5px;
 text-align: center;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 background-color: white;
 color: #000;
 border: 1px solid #C2CFE0;
}
#shop-hmenu .hmenu-corn {
 width: 100%;
 height: 0px;
 position: relative;
 display: none;
}
#shop-hmenu .hmenu-corn b {
 width: 100%;
 height: 10px;
 position: absolute;
 display: block;
 background: url(/.s/img/sh/vcor.png) no-repeat 50% 0;
 margin-top: 1px;
 z-index: 99;
}
#shop-hmenu .hmenu-cont u { text-decoration: none; }
#shop-hmenu .hmenu-cont {
 display: none;
 position: absolute;
 left: 0;
 text-align: left;
 z-index: 98;
 width: 100%;
}
#shop-hmenu .hmenu-cont ol {
 list-style: none;
 padding: 0 0 0 5px;
 background-color: white;
 border: 1px solid #C2CFE0;
 padding: 10px;
 margin-top: 10px;
 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#shop-hmenu .hmenu-cont ol li {
 margin: 0 10px 0 0;
 width: 200px;
 float: left !important;
}
#shop-hmenu .hmenu-cont div { margin: 2px 0 2px 0; }
#shop-hmenu .hmenu-cont div a {
 font-size: 12px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
}
#shop-hmenu .hmenu-cont ul {
 list-style: none;
 padding: 0 0 0 10px;
 margin: 0px;
}
#shop-hmenu .hmenu-cont ul li { line-height: 20px; }
#shop-hmenu .hmenu-cont ul li a {
 font-size: 12px;
 color: #888;
 text-decoration: none;
}
.hmenu-onhover .hmenu-item:hover .hmenu-corn { display: block !important; }
.hmenu-onhover .hmenu-item:hover .hmenu-cont { display: block !important; }

#shop_wnd_error {
 width: 64px;
 height: 64px;
 float: left;
 background-image: url(data:image/png;base64,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);
}
#shop_wnd_warning {
 width: 64px;
 height: 64px;
 float: left;
 background-image: url(data:image/png;base64,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);
}
#shop_wnd_info {
 width: 64px;
 height: 64px;
 float: left;
 background-image: url(data:image/png;base64,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);
}
#shop_wnd_text { margin-left: 74px; }

.payformErrorMsg {
 color: red;
 margin-left: 15px;
}

ul.order_notice {
 list-style: none;
 padding: 0;
 margin: 0px;
 font-weight: bold;
}
ul.order_notice li { padding: 0 0 5px 0; }
ul.order_notice li.order_notice_error { color: #FF0000; }
ul.order_notice li.order_notice_info { }

#recommended_products { padding: 5px 0 10px 0; }
#recommended_products_title { color: #000; }
.cats_catalog_show_more {
 text-decoration: none;
 font-weight: bold;
 cursor: pointer;
}
.cats_catalog_show_more:hover { text-decoration: underline; }

.fa-pointer { cursor: pointer; }
.fa-hover:hover { color: red; }
.fa {
 display: inline-block;
 font-family: FontAwesome;
 font-feature-settings: normal;
 font-kerning: auto;
 font-language-override: normal;
 font-size: inherit;
 font-size-adjust: none;
 font-stretch: normal;
 font-style: normal;
 font-synthesis: weight style;
 font-variant: normal;
 font-weight: normal;
 line-height: 1;
 text-rendering: auto;
}
.fa-lg {
 font-size: 1.33333em;
 line-height: 0.75em;
 vertical-align: -15%;
}
.fa-1-5x { font-size: 1.5em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw {
 text-align: center;
 width: 1.28571em;
}
.fa-ul {
 list-style-type: none;
 margin-left: 2.14286em;
 padding-left: 0;
}
.fa-ul > li { position: relative; }
.fa-li {
 left: -2.14286em;
 position: absolute;
 text-align: center;
 top: 0.142857em;
 width: 2.14286em;
}
.fa-li.fa-lg { left: -1.85714em; }
.fa-border {
 border: 0.08em solid #eeeeee;
 border-radius: 0.1em;
 padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left { float: left; }
.fa-pull-right { float: right; }
.fa.fa-pull-left { margin-right: 0.3em; }
.fa.fa-pull-right { margin-left: 0.3em; }
.pull-right { float: right; }
.pull-left { float: left; }
.fa.pull-left { margin-right: 0.3em; }
.fa.pull-right { margin-left: 0.3em; }
.fa-spin { animation: 2s linear 0s normal none infinite running fa-spin; }
.fa-pulse { animation: 1s steps(8) 0s normal none infinite running fa-spin; }
@keyframes fa-spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(359deg); }
}
.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
.fa-flip-horizontal { transform: scale(-1, 1); }
.fa-flip-vertical { transform: scale(1, -1); }
:root .fa-rotate-90,
*:root .fa-rotate-180,
*:root .fa-rotate-270,
*:root .fa-flip-horizontal,
*:root .fa-flip-vertical { filter: none; }
.fa-stack {
 display: inline-block;
 height: 2em;
 line-height: 2em;
 position: relative;
 vertical-align: middle;
 width: 2em;
}
.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: #ffffff; }
.fa-glass::before { content: "\f000"; }
.fa-music::before { content: "\f001"; }
.fa-search::before { content: "\f002"; }
.fa-envelope-o::before { content: "\f003"; }
.fa-heart::before { content: "\f004"; }
.fa-star::before { content: "\f005"; }
.fa-star-o::before { content: "\f006"; }
.fa-user::before { content: "\f007"; }
.fa-film::before { content: "\f008"; }
.fa-th-large::before { content: "\f009"; }
.fa-th::before { content: "\f00a"; }
.fa-th-list::before { content: "\f00b"; }
.fa-check::before { content: "\f00c"; }
.fa-remove::before,
.fa-close::before,
.fa-times::before { content: "\f00d"; }
.fa-search-plus::before { content: "\f00e"; }
.fa-search-minus::before { content: "\f010"; }
.fa-power-off::before { content: "\f011"; }
.fa-signal::before { content: "\f012"; }
.fa-gear::before,
.fa-cog::before { content: "\f013"; }
.fa-trash-o::before { content: "\f014"; }
.fa-home::before { content: "\f015"; }
.fa-file-o::before { content: "\f016"; }
.fa-clock-o::before { content: "\f017"; }
.fa-road::before { content: "\f018"; }
.fa-download::before { content: "\f019"; }
.fa-arrow-circle-o-down::before { content: "\f01a"; }
.fa-arrow-circle-o-up::before { content: "\f01b"; }
.fa-inbox::before { content: "\f01c"; }
.fa-play-circle-o::before { content: "\f01d"; }
.fa-rotate-right::before,
.fa-repeat::before { content: "\f01e"; }
.fa-refresh::before { content: "\f021"; }
.fa-list-alt::before { content: "\f022"; }
.fa-lock::before { content: "\f023"; }
.fa-flag::before { content: "\f024"; }
.fa-headphones::before { content: "\f025"; }
.fa-volume-off::before { content: "\f026"; }
.fa-volume-down::before { content: "\f027"; }
.fa-volume-up::before { content: "\f028"; }
.fa-qrcode::before { content: "\f029"; }
.fa-barcode::before { content: "\f02a"; }
.fa-tag::before { content: "\f02b"; }
.fa-tags::before { content: "\f02c"; }
.fa-book::before { content: "\f02d"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-print::before { content: "\f02f"; }
.fa-camera::before { content: "\f030"; }
.fa-font::before { content: "\f031"; }
.fa-bold::before { content: "\f032"; }
.fa-italic::before { content: "\f033"; }
.fa-text-height::before { content: "\f034"; }
.fa-text-width::before { content: "\f035"; }
.fa-align-left::before { content: "\f036"; }
.fa-align-center::before { content: "\f037"; }
.fa-align-right::before { content: "\f038"; }
.fa-align-justify::before { content: "\f039"; }
.fa-list::before { content: "\f03a"; }
.fa-dedent::before,
.fa-outdent::before { content: "\f03b"; }
.fa-indent::before { content: "\f03c"; }
.fa-video-camera::before { content: "\f03d"; }
.fa-photo::before,
.fa-image::before,
.fa-picture-o::before { content: "\f03e"; }
.fa-pencil::before { content: "\f040"; }
.fa-map-marker::before { content: "\f041"; }
.fa-adjust::before { content: "\f042"; }
.fa-tint::before { content: "\f043"; }
.fa-edit::before,
.fa-pencil-square-o::before { content: "\f044"; }
.fa-share-square-o::before { content: "\f045"; }
.fa-check-square-o::before { content: "\f046"; }
.fa-arrows::before { content: "\f047"; }
.fa-step-backward::before { content: "\f048"; }
.fa-fast-backward::before { content: "\f049"; }
.fa-backward::before { content: "\f04a"; }
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }
.fa-stop::before { content: "\f04d"; }
.fa-forward::before { content: "\f04e"; }
.fa-fast-forward::before { content: "\f050"; }
.fa-step-forward::before { content: "\f051"; }
.fa-eject::before { content: "\f052"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-minus-circle::before { content: "\f056"; }
.fa-times-circle::before { content: "\f057"; }
.fa-check-circle::before { content: "\f058"; }
.fa-question-circle::before { content: "\f059"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-times-circle-o::before { content: "\f05c"; }
.fa-check-circle-o::before { content: "\f05d"; }
.fa-ban::before { content: "\f05e"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-mail-forward::before,
.fa-share::before { content: "\f064"; }
.fa-expand::before { content: "\f065"; }
.fa-compress::before { content: "\f066"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-asterisk::before { content: "\f069"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-gift::before { content: "\f06b"; }
.fa-leaf::before { content: "\f06c"; }
.fa-fire::before { content: "\f06d"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-warning::before,
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-plane::before { content: "\f072"; }
.fa-calendar::before { content: "\f073"; }
.fa-random::before { content: "\f074"; }
.fa-comment::before { content: "\f075"; }
.fa-magnet::before { content: "\f076"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-retweet::before { content: "\f079"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-arrows-v::before { content: "\f07d"; }
.fa-arrows-h::before { content: "\f07e"; }
.fa-bar-chart-o::before,
.fa-bar-chart::before { content: "\f080"; }
.fa-twitter-square::before { content: "\f081"; }
.fa-facebook-square::before { content: "\f082"; }
.fa-camera-retro::before { content: "\f083"; }
.fa-key::before { content: "\f084"; }
.fa-gears::before,
.fa-cogs::before { content: "\f085"; }
.fa-comments::before { content: "\f086"; }
.fa-thumbs-o-up::before { content: "\f087"; }
.fa-thumbs-o-down::before { content: "\f088"; }
.fa-star-half::before { content: "\f089"; }
.fa-heart-o::before { content: "\f08a"; }
.fa-sign-out::before { content: "\f08b"; }
.fa-linkedin-square::before { content: "\f08c"; }
.fa-thumb-tack::before { content: "\f08d"; }
.fa-external-link::before { content: "\f08e"; }
.fa-sign-in::before { content: "\f090"; }
.fa-trophy::before { content: "\f091"; }
.fa-github-square::before { content: "\f092"; }
.fa-upload::before { content: "\f093"; }
.fa-lemon-o::before { content: "\f094"; }
.fa-phone::before { content: "\f095"; }
.fa-square-o::before { content: "\f096"; }
.fa-bookmark-o::before { content: "\f097"; }
.fa-phone-square::before { content: "\f098"; }
.fa-twitter::before { content: "\f099"; }
.fa-facebook-f::before,
.fa-facebook::before { content: "\f09a"; }
.fa-github::before { content: "\f09b"; }
.fa-unlock::before { content: "\f09c"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-feed::before,
.fa-rss::before { content: "\f09e"; }
.fa-hdd-o::before { content: "\f0a0"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-bell::before { content: "\f0f3"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-hand-o-right::before { content: "\f0a4"; }
.fa-hand-o-left::before { content: "\f0a5"; }
.fa-hand-o-up::before { content: "\f0a6"; }
.fa-hand-o-down::before { content: "\f0a7"; }
.fa-arrow-circle-left::before { content: "\f0a8"; }
.fa-arrow-circle-right::before { content: "\f0a9"; }
.fa-arrow-circle-up::before { content: "\f0aa"; }
.fa-arrow-circle-down::before { content: "\f0ab"; }
.fa-globe::before { content: "\f0ac"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-filter::before { content: "\f0b0"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-arrows-alt::before { content: "\f0b2"; }
.fa-group::before,
.fa-users::before { content: "\f0c0"; }
.fa-chain::before,
.fa-link::before { content: "\f0c1"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-flask::before { content: "\f0c3"; }
.fa-cut::before,
.fa-scissors::before { content: "\f0c4"; }
.fa-copy::before,
.fa-files-o::before { content: "\f0c5"; }
.fa-paperclip::before { content: "\f0c6"; }
.fa-save::before,
.fa-floppy-o::before { content: "\f0c7"; }
.fa-square::before { content: "\f0c8"; }
.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before { content: "\f0c9"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-list-ol::before { content: "\f0cb"; }
.fa-strikethrough::before { content: "\f0cc"; }
.fa-underline::before { content: "\f0cd"; }
.fa-table::before { content: "\f0ce"; }
.fa-magic::before { content: "\f0d0"; }
.fa-truck::before { content: "\f0d1"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-pinterest-square::before { content: "\f0d3"; }
.fa-google-plus-square::before { content: "\f0d4"; }
.fa-google-plus::before { content: "\f0d5"; }
.fa-money::before { content: "\f0d6"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-caret-up::before { content: "\f0d8"; }
.fa-caret-left::before { content: "\f0d9"; }
.fa-caret-right::before { content: "\f0da"; }
.fa-columns::before { content: "\f0db"; }
.fa-unsorted::before,
.fa-sort::before { content: "\f0dc"; }
.fa-sort-down::before,
.fa-sort-desc::before { content: "\f0dd"; }
.fa-sort-up::before,
.fa-sort-asc::before { content: "\f0de"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-linkedin::before { content: "\f0e1"; }
.fa-rotate-left::before,
.fa-undo::before { content: "\f0e2"; }
.fa-legal::before,
.fa-gavel::before { content: "\f0e3"; }
.fa-dashboard::before,
.fa-tachometer::before { content: "\f0e4"; }
.fa-comment-o::before { content: "\f0e5"; }
.fa-comments-o::before { content: "\f0e6"; }
.fa-flash::before,
.fa-bolt::before { content: "\f0e7"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-umbrella::before { content: "\f0e9"; }
.fa-paste::before,
.fa-clipboard::before { content: "\f0ea"; }
.fa-lightbulb-o::before { content: "\f0eb"; }
.fa-exchange::before { content: "\f0ec"; }
.fa-cloud-download::before { content: "\f0ed"; }
.fa-cloud-upload::before { content: "\f0ee"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-suitcase::before { content: "\f0f2"; }
.fa-bell-o::before { content: "\f0a2"; }
.fa-coffee::before { content: "\f0f4"; }
.fa-cutlery::before { content: "\f0f5"; }
.fa-file-text-o::before { content: "\f0f6"; }
.fa-building-o::before { content: "\f0f7"; }
.fa-hospital-o::before { content: "\f0f8"; }
.fa-ambulance::before { content: "\f0f9"; }
.fa-medkit::before { content: "\f0fa"; }
.fa-fighter-jet::before { content: "\f0fb"; }
.fa-beer::before { content: "\f0fc"; }
.fa-h-square::before { content: "\f0fd"; }
.fa-plus-square::before { content: "\f0fe"; }
.fa-angle-double-left::before { content: "\f100"; }
.fa-angle-double-right::before { content: "\f101"; }
.fa-angle-double-up::before { content: "\f102"; }
.fa-angle-double-down::before { content: "\f103"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-up::before { content: "\f106"; }
.fa-angle-down::before { content: "\f107"; }
.fa-desktop::before { content: "\f108"; }
.fa-laptop::before { content: "\f109"; }
.fa-tablet::before { content: "\f10a"; }
.fa-mobile-phone::before,
.fa-mobile::before { content: "\f10b"; }
.fa-circle-o::before { content: "\f10c"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-spinner::before { content: "\f110"; }
.fa-circle::before { content: "\f111"; }
.fa-mail-reply::before,
.fa-reply::before { content: "\f112"; }
.fa-github-alt::before { content: "\f113"; }
.fa-folder-o::before { content: "\f114"; }
.fa-folder-open-o::before { content: "\f115"; }
.fa-smile-o::before { content: "\f118"; }
.fa-frown-o::before { content: "\f119"; }
.fa-meh-o::before { content: "\f11a"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-keyboard-o::before { content: "\f11c"; }
.fa-flag-o::before { content: "\f11d"; }
.fa-flag-checkered::before { content: "\f11e"; }
.fa-terminal::before { content: "\f120"; }
.fa-code::before { content: "\f121"; }
.fa-mail-reply-all::before,
.fa-reply-all::before { content: "\f122"; }
.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before { content: "\f123"; }
.fa-location-arrow::before { content: "\f124"; }
.fa-crop::before { content: "\f125"; }
.fa-code-fork::before { content: "\f126"; }
.fa-unlink::before,
.fa-chain-broken::before { content: "\f127"; }
.fa-question::before { content: "\f128"; }
.fa-info::before { content: "\f129"; }
.fa-exclamation::before { content: "\f12a"; }
.fa-superscript::before { content: "\f12b"; }
.fa-subscript::before { content: "\f12c"; }
.fa-eraser::before { content: "\f12d"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-microphone::before { content: "\f130"; }
.fa-microphone-slash::before { content: "\f131"; }
.fa-shield::before { content: "\f132"; }
.fa-calendar-o::before { content: "\f133"; }
.fa-fire-extinguisher::before { content: "\f134"; }
.fa-rocket::before { content: "\f135"; }
.fa-maxcdn::before { content: "\f136"; }
.fa-chevron-circle-left::before { content: "\f137"; }
.fa-chevron-circle-right::before { content: "\f138"; }
.fa-chevron-circle-up::before { content: "\f139"; }
.fa-chevron-circle-down::before { content: "\f13a"; }
.fa-html5::before { content: "\f13b"; }
.fa-css3::before { content: "\f13c"; }
.fa-anchor::before { content: "\f13d"; }
.fa-unlock-alt::before { content: "\f13e"; }
.fa-bullseye::before { content: "\f140"; }
.fa-ellipsis-h::before { content: "\f141"; }
.fa-ellipsis-v::before { content: "\f142"; }
.fa-rss-square::before { content: "\f143"; }
.fa-play-circle::before { content: "\f144"; }
.fa-ticket::before { content: "\f145"; }
.fa-minus-square::before { content: "\f146"; }
.fa-minus-square-o::before { content: "\f147"; }
.fa-level-up::before { content: "\f148"; }
.fa-level-down::before { content: "\f149"; }
.fa-check-square::before { content: "\f14a"; }
.fa-pencil-square::before { content: "\f14b"; }
.fa-external-link-square::before { content: "\f14c"; }
.fa-share-square::before { content: "\f14d"; }
.fa-compass::before { content: "\f14e"; }
.fa-toggle-down::before,
.fa-caret-square-o-down::before { content: "\f150"; }
.fa-toggle-up::before,
.fa-caret-square-o-up::before { content: "\f151"; }
.fa-toggle-right::before,
.fa-caret-square-o-right::before { content: "\f152"; }
.fa-euro::before,
.fa-eur::before { content: "\f153"; }
.fa-gbp::before { content: "\f154"; }
.fa-dollar::before,
.fa-usd::before { content: "\f155"; }
.fa-rupee::before,
.fa-inr::before { content: "\f156"; }
.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before { content: "\f157"; }
.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before { content: "\f158"; }
.fa-won::before,
.fa-krw::before { content: "\f159"; }
.fa-bitcoin::before,
.fa-btc::before { content: "\f15a"; }
.fa-file::before { content: "\f15b"; }
.fa-file-text::before { content: "\f15c"; }
.fa-sort-alpha-asc::before { content: "\f15d"; }
.fa-sort-alpha-desc::before { content: "\f15e"; }
.fa-sort-amount-asc::before { content: "\f160"; }
.fa-sort-amount-desc::before { content: "\f161"; }
.fa-sort-numeric-asc::before { content: "\f162"; }
.fa-sort-numeric-desc::before { content: "\f163"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbs-down::before { content: "\f165"; }
.fa-youtube-square::before { content: "\f166"; }
.fa-youtube::before { content: "\f167"; }
.fa-xing::before { content: "\f168"; }
.fa-xing-square::before { content: "\f169"; }
.fa-youtube-play::before { content: "\f16a"; }
.fa-dropbox::before { content: "\f16b"; }
.fa-stack-overflow::before { content: "\f16c"; }
.fa-instagram::before { content: "\f16d"; }
.fa-flickr::before { content: "\f16e"; }
.fa-adn::before { content: "\f170"; }
.fa-bitbucket::before { content: "\f171"; }
.fa-bitbucket-square::before { content: "\f172"; }
.fa-tumblr::before { content: "\f173"; }
.fa-tumblr-square::before { content: "\f174"; }
.fa-long-arrow-down::before { content: "\f175"; }
.fa-long-arrow-up::before { content: "\f176"; }
.fa-long-arrow-left::before { content: "\f177"; }
.fa-long-arrow-right::before { content: "\f178"; }
.fa-apple::before { content: "\f179"; }
.fa-windows::before { content: "\f17a"; }
.fa-android::before { content: "\f17b"; }
.fa-linux::before { content: "\f17c"; }
.fa-dribbble::before { content: "\f17d"; }
.fa-skype::before { content: "\f17e"; }
.fa-foursquare::before { content: "\f180"; }
.fa-trello::before { content: "\f181"; }
.fa-female::before { content: "\f182"; }
.fa-male::before { content: "\f183"; }
.fa-gittip::before,
.fa-gratipay::before { content: "\f184"; }
.fa-sun-o::before { content: "\f185"; }
.fa-moon-o::before { content: "\f186"; }
.fa-archive::before { content: "\f187"; }
.fa-bug::before { content: "\f188"; }
.fa-vk::before { content: "\f189"; }
.fa-weibo::before { content: "\f18a"; }
.fa-renren::before { content: "\f18b"; }
.fa-pagelines::before { content: "\f18c"; }
.fa-stack-exchange::before { content: "\f18d"; }
.fa-arrow-circle-o-right::before { content: "\f18e"; }
.fa-arrow-circle-o-left::before { content: "\f190"; }
.fa-toggle-left::before,
.fa-caret-square-o-left::before { content: "\f191"; }
.fa-dot-circle-o::before { content: "\f192"; }
.fa-wheelchair::before { content: "\f193"; }
.fa-vimeo-square::before { content: "\f194"; }
.fa-turkish-lira::before,
.fa-try::before { content: "\f195"; }
.fa-plus-square-o::before { content: "\f196"; }
.fa-space-shuttle::before { content: "\f197"; }
.fa-slack::before { content: "\f198"; }
.fa-envelope-square::before { content: "\f199"; }
.fa-wordpress::before { content: "\f19a"; }
.fa-openid::before { content: "\f19b"; }
.fa-institution::before,
.fa-bank::before,
.fa-university::before { content: "\f19c"; }
.fa-mortar-board::before,
.fa-graduation-cap::before { content: "\f19d"; }
.fa-yahoo::before { content: "\f19e"; }
.fa-google::before { content: "\f1a0"; }
.fa-reddit::before { content: "\f1a1"; }
.fa-reddit-square::before { content: "\f1a2"; }
.fa-stumbleupon-circle::before { content: "\f1a3"; }
.fa-stumbleupon::before { content: "\f1a4"; }
.fa-delicious::before { content: "\f1a5"; }
.fa-digg::before { content: "\f1a6"; }
.fa-pied-piper::before { content: "\f1a7"; }
.fa-pied-piper-alt::before { content: "\f1a8"; }
.fa-drupal::before { content: "\f1a9"; }
.fa-joomla::before { content: "\f1aa"; }
.fa-language::before { content: "\f1ab"; }
.fa-fax::before { content: "\f1ac"; }
.fa-building::before { content: "\f1ad"; }
.fa-child::before { content: "\f1ae"; }
.fa-paw::before { content: "\f1b0"; }
.fa-spoon::before { content: "\f1b1"; }
.fa-cube::before { content: "\f1b2"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-behance::before { content: "\f1b4"; }
.fa-behance-square::before { content: "\f1b5"; }
.fa-steam::before { content: "\f1b6"; }
.fa-steam-square::before { content: "\f1b7"; }
.fa-recycle::before { content: "\f1b8"; }
.fa-automobile::before,
.fa-car::before { content: "\f1b9"; }
.fa-cab::before,
.fa-taxi::before { content: "\f1ba"; }
.fa-tree::before { content: "\f1bb"; }
.fa-spotify::before { content: "\f1bc"; }
.fa-deviantart::before { content: "\f1bd"; }
.fa-soundcloud::before { content: "\f1be"; }
.fa-database::before { content: "\f1c0"; }
.fa-file-pdf-o::before { content: "\f1c1"; }
.fa-file-word-o::before { content: "\f1c2"; }
.fa-file-excel-o::before { content: "\f1c3"; }
.fa-file-powerpoint-o::before { content: "\f1c4"; }
.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before { content: "\f1c5"; }
.fa-file-zip-o::before,
.fa-file-archive-o::before { content: "\f1c6"; }
.fa-file-sound-o::before,
.fa-file-audio-o::before { content: "\f1c7"; }
.fa-file-movie-o::before,
.fa-file-video-o::before { content: "\f1c8"; }
.fa-file-code-o::before { content: "\f1c9"; }
.fa-vine::before { content: "\f1ca"; }
.fa-codepen::before { content: "\f1cb"; }
.fa-jsfiddle::before { content: "\f1cc"; }
.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before { content: "\f1cd"; }
.fa-circle-o-notch::before { content: "\f1ce"; }
.fa-ra::before,
.fa-rebel::before { content: "\f1d0"; }
.fa-ge::before,
.fa-empire::before { content: "\f1d1"; }
.fa-git-square::before { content: "\f1d2"; }
.fa-git::before { content: "\f1d3"; }
.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before { content: "\f1d4"; }
.fa-tencent-weibo::before { content: "\f1d5"; }
.fa-qq::before { content: "\f1d6"; }
.fa-wechat::before,
.fa-weixin::before { content: "\f1d7"; }
.fa-send::before,
.fa-paper-plane::before { content: "\f1d8"; }
.fa-send-o::before,
.fa-paper-plane-o::before { content: "\f1d9"; }
.fa-history::before { content: "\f1da"; }
.fa-circle-thin::before { content: "\f1db"; }
.fa-header::before { content: "\f1dc"; }
.fa-paragraph::before { content: "\f1dd"; }
.fa-sliders::before { content: "\f1de"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-share-alt-square::before { content: "\f1e1"; }
.fa-bomb::before { content: "\f1e2"; }
.fa-soccer-ball-o::before,
.fa-futbol-o::before { content: "\f1e3"; }
.fa-tty::before { content: "\f1e4"; }
.fa-binoculars::before { content: "\f1e5"; }
.fa-plug::before { content: "\f1e6"; }
.fa-slideshare::before { content: "\f1e7"; }
.fa-twitch::before { content: "\f1e8"; }
.fa-yelp::before { content: "\f1e9"; }
.fa-newspaper-o::before { content: "\f1ea"; }
.fa-wifi::before { content: "\f1eb"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-paypal::before { content: "\f1ed"; }
.fa-google-wallet::before { content: "\f1ee"; }
.fa-cc-visa::before { content: "\f1f0"; }
.fa-cc-mastercard::before { content: "\f1f1"; }
.fa-cc-discover::before { content: "\f1f2"; }
.fa-cc-amex::before { content: "\f1f3"; }
.fa-cc-paypal::before { content: "\f1f4"; }
.fa-cc-stripe::before { content: "\f1f5"; }
.fa-bell-slash::before { content: "\f1f6"; }
.fa-bell-slash-o::before { content: "\f1f7"; }
.fa-trash::before { content: "\f1f8"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-at::before { content: "\f1fa"; }
.fa-eyedropper::before { content: "\f1fb"; }
.fa-paint-brush::before { content: "\f1fc"; }
.fa-birthday-cake::before { content: "\f1fd"; }
.fa-area-chart::before { content: "\f1fe"; }
.fa-pie-chart::before { content: "\f200"; }
.fa-line-chart::before { content: "\f201"; }
.fa-lastfm::before { content: "\f202"; }
.fa-lastfm-square::before { content: "\f203"; }
.fa-toggle-off::before { content: "\f204"; }
.fa-toggle-on::before { content: "\f205"; }
.fa-bicycle::before { content: "\f206"; }
.fa-bus::before { content: "\f207"; }
.fa-ioxhost::before { content: "\f208"; }
.fa-angellist::before { content: "\f209"; }
.fa-cc::before { content: "\f20a"; }
.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before { content: "\f20b"; }
.fa-meanpath::before { content: "\f20c"; }
.fa-buysellads::before { content: "\f20d"; }
.fa-connectdevelop::before { content: "\f20e"; }
.fa-dashcube::before { content: "\f210"; }
.fa-forumbee::before { content: "\f211"; }
.fa-leanpub::before { content: "\f212"; }
.fa-sellsy::before { content: "\f213"; }
.fa-shirtsinbulk::before { content: "\f214"; }
.fa-simplybuilt::before { content: "\f215"; }
.fa-skyatlas::before { content: "\f216"; }
.fa-cart-plus::before { content: "\f217"; }
.fa-cart-arrow-down::before { content: "\f218"; }
.fa-diamond::before { content: "\f219"; }
.fa-ship::before { content: "\f21a"; }
.fa-user-secret::before { content: "\f21b"; }
.fa-motorcycle::before { content: "\f21c"; }
.fa-street-view::before { content: "\f21d"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-venus::before { content: "\f221"; }
.fa-mars::before { content: "\f222"; }
.fa-mercury::before { content: "\f223"; }
.fa-intersex::before,
.fa-transgender::before { content: "\f224"; }
.fa-transgender-alt::before { content: "\f225"; }
.fa-venus-double::before { content: "\f226"; }
.fa-mars-double::before { content: "\f227"; }
.fa-venus-mars::before { content: "\f228"; }
.fa-mars-stroke::before { content: "\f229"; }
.fa-mars-stroke-v::before { content: "\f22a"; }
.fa-mars-stroke-h::before { content: "\f22b"; }
.fa-neuter::before { content: "\f22c"; }
.fa-genderless::before { content: "\f22d"; }
.fa-facebook-official::before { content: "\f230"; }
.fa-pinterest-p::before { content: "\f231"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-server::before { content: "\f233"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-times::before { content: "\f235"; }
.fa-hotel::before,
.fa-bed::before { content: "\f236"; }
.fa-viacoin::before { content: "\f237"; }
.fa-train::before { content: "\f238"; }
.fa-subway::before { content: "\f239"; }
.fa-medium::before { content: "\f23a"; }
.fa-yc::before,
.fa-y-combinator::before { content: "\f23b"; }
.fa-optin-monster::before { content: "\f23c"; }
.fa-opencart::before { content: "\f23d"; }
.fa-expeditedssl::before { content: "\f23e"; }
.fa-battery-4::before,
.fa-battery-full::before { content: "\f240"; }
.fa-battery-3::before,
.fa-battery-three-quarters::before { content: "\f241"; }
.fa-battery-2::before,
.fa-battery-half::before { content: "\f242"; }
.fa-battery-1::before,
.fa-battery-quarter::before { content: "\f243"; }
.fa-battery-0::before,
.fa-battery-empty::before { content: "\f244"; }
.fa-mouse-pointer::before { content: "\f245"; }
.fa-i-cursor::before { content: "\f246"; }
.fa-object-group::before { content: "\f247"; }
.fa-object-ungroup::before { content: "\f248"; }
.fa-sticky-note::before { content: "\f249"; }
.fa-sticky-note-o::before { content: "\f24a"; }
.fa-cc-jcb::before { content: "\f24b"; }
.fa-cc-diners-club::before { content: "\f24c"; }
.fa-clone::before { content: "\f24d"; }
.fa-balance-scale::before { content: "\f24e"; }
.fa-hourglass-o::before { content: "\f250"; }
.fa-hourglass-1::before,
.fa-hourglass-start::before { content: "\f251"; }
.fa-hourglass-2::before,
.fa-hourglass-half::before { content: "\f252"; }
.fa-hourglass-3::before,
.fa-hourglass-end::before { content: "\f253"; }
.fa-hourglass::before { content: "\f254"; }
.fa-hand-grab-o::before,
.fa-hand-rock-o::before { content: "\f255"; }
.fa-hand-stop-o::before,
.fa-hand-paper-o::before { content: "\f256"; }
.fa-hand-scissors-o::before { content: "\f257"; }
.fa-hand-lizard-o::before { content: "\f258"; }
.fa-hand-spock-o::before { content: "\f259"; }
.fa-hand-pointer-o::before { content: "\f25a"; }
.fa-hand-peace-o::before { content: "\f25b"; }
.fa-trademark::before { content: "\f25c"; }
.fa-registered::before { content: "\f25d"; }
.fa-creative-commons::before { content: "\f25e"; }
.fa-gg::before { content: "\f260"; }
.fa-gg-circle::before { content: "\f261"; }
.fa-tripadvisor::before { content: "\f262"; }
.fa-odnoklassniki::before { content: "\f263"; }
.fa-odnoklassniki-square::before { content: "\f264"; }
.fa-get-pocket::before { content: "\f265"; }
.fa-wikipedia-w::before { content: "\f266"; }
.fa-safari::before { content: "\f267"; }
.fa-chrome::before { content: "\f268"; }
.fa-firefox::before { content: "\f269"; }
.fa-opera::before { content: "\f26a"; }
.fa-internet-explorer::before { content: "\f26b"; }
.fa-tv::before,
.fa-television::before { content: "\f26c"; }
.fa-contao::before { content: "\f26d"; }
.fa-500px::before { content: "\f26e"; }
.fa-amazon::before { content: "\f270"; }
.fa-calendar-plus-o::before { content: "\f271"; }
.fa-calendar-minus-o::before { content: "\f272"; }
.fa-calendar-times-o::before { content: "\f273"; }
.fa-calendar-check-o::before { content: "\f274"; }
.fa-industry::before { content: "\f275"; }
.fa-map-pin::before { content: "\f276"; }
.fa-map-signs::before { content: "\f277"; }
.fa-map-o::before { content: "\f278"; }
.fa-map::before { content: "\f279"; }
.fa-commenting::before { content: "\f27a"; }
.fa-commenting-o::before { content: "\f27b"; }
.fa-houzz::before { content: "\f27c"; }
.fa-vimeo::before { content: "\f27d"; }
.fa-black-tie::before { content: "\f27e"; }
.fa-fonticons::before { content: "\f280"; }
.fa-reddit-alien::before { content: "\f281"; }
.fa-edge::before { content: "\f282"; }
.fa-credit-card-alt::before { content: "\f283"; }
.fa-codiepie::before { content: "\f284"; }
.fa-modx::before { content: "\f285"; }
.fa-fort-awesome::before { content: "\f286"; }
.fa-usb::before { content: "\f287"; }
.fa-product-hunt::before { content: "\f288"; }
.fa-mixcloud::before { content: "\f289"; }
.fa-scribd::before { content: "\f28a"; }
.fa-pause-circle::before { content: "\f28b"; }
.fa-pause-circle-o::before { content: "\f28c"; }
.fa-stop-circle::before { content: "\f28d"; }
.fa-stop-circle-o::before { content: "\f28e"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-shopping-basket::before { content: "\f291"; }
.fa-hashtag::before { content: "\f292"; }
.fa-bluetooth::before { content: "\f293"; }
.fa-bluetooth-b::before { content: "\f294"; }
.fa-percent::before { content: "\f295"; }

.warning-msg,
.ok-msg {
 border: 2px dashed;
 border-radius: 10px;
 padding: 15px;
 margin-bottom: 20px;
}
.warning-msg {
 border-color: #faebcc;
 background-color: #fcf8e3;
 color: #8a6d3b;
}
.ok-msg {
 border-color: #d6e9c6;
 background-color: #dff0d8;
 color: #3c763d;
}
.fHelp {
 color: #96999e;
 font-size: 0.9em;
}

.shop-spec-filter-wrapper {
 margin: 3px;
 width: 100%;
}
.spec-filter {
 display: block;
 margin-bottom: 3px;
 padding: 3px 10px 3px 0;
 border-right: #ddd 1px solid;
 border-bottom: #ddd 1px solid;
}
.spec-val-ico { display: none; }
.spec-val-text,
.spec-value-more { cursor: pointer; }
.spec-value-more a { padding-left: 20px; }
.spec-value-more a.more { background: transparent url(/.s/img/sh/ad.png) no-repeat center left; }
.spec-value-more a.hide {
 background: transparent url(/.s/img/sh/au.png) no-repeat center left;
 display: none;
}
.spec-value { position: relative; }
.spec-value > select { width: 100%; }
.collapsed .spec-filter-title { background-image: url(/.s/img/sh/ad.png); }
.collapsed .spec-subfilter-title { background-image: url(/.s/img/sh/al.png); }
.spec-filter-title,
.spec-subfilter-title {
 position: relative;
 padding-top: 4px;
 padding-bottom: 4px;
 cursor: pointer;
}
.spec-filter-title {
 padding-right: 20px;
 background: transparent url(/.s/img/sh/au.png) no-repeat center right;
}
.spec-subfilter-title {
 padding-left: 20px;
 background: transparent url(/.s/img/sh/au.png) no-repeat center left;
}
.spec-filter-title .sv-edit,
.spec-subfilter-title .sv-edit,
.spec-value .sv-edit {
 position: absolute;
 right: 10px;
 top: 0;
 display: none;
 transition: opacity 0s linear;
}
.spec-filter-title:hover .sv-edit,
.spec-subfilter-title:hover .sv-edit,
.spec-value:hover .sv-edit { display: block; }
.sv-edit .u-mpanel-l {
 border-radius: 13px !important;
 padding-right: 0 !important;
}

.spec-values { padding-left: 20px; }
.spec-filter-title span {
 font-weight: bold;
 margin-bottom: 5px;
}
.spec-subfilter-title span { cursor: pointer; }
.spec-subfilter-list { padding-left: 5px; }
.spec-subfilter { padding-bottom: 5px; }

.collapsed .spec-subfilter-list,
.collapsed .spec-values { display: none; }
.important-values .collapsed,
.view-as-user .hidden { display: none; }
.spec-value select { width: auto; }
.compare-widget-wrapper {
 border: 2px solid rgba(19,107,179,1);
 border-radius: 16px;
 display: inline-block;
 height: 32px;
}

.compare-widget {
 display: block;
 width: 32px;
 height: 32px;
 cursor: pointer;
 background-position: center center;
 background-repeat: no-repeat;
 float: left;
}
.compare-widget-add { background-image: url("/.s/img/sh/ca.png"); }
.compare-widget-remove {
 background-image: url("/.s/img/sh/cd.png");
 margin: 0 10px !important;
}
.compare-widget-wait { background-image: url("/.s/img/wd/1/ajax.gif") !important; }
.compare-widget-add + a { display: none; }
.compare-widget-remove + a {
 display: block;
 margin: 4px 20px 4px 55px;
}


/* Статусы заказов */
/* Новый */
#invoice-table .status-1 { background: #fff; }
/* Оплачивается */
#invoice-table .status-2 { background: #ffffb8; }
/* Оплачен */
#invoice-table .status-3 { background: #bde0ff; }
/* В работе */
#invoice-table .status-4 { background: #fdffc7; }
/* Готов */
#invoice-table .status-5 { background: #aeebae; }
/* Доставляется */
#invoice-table .status-6 { background: #ffc7c7; }
/* Доставлен */
#invoice-table .status-7 { background: #bde0ff; }
/* Завершён */
#invoice-table .status-8 { background: #aeebae; }
/* Отменён */
#invoice-table .status-0 {
 background: #9c9ba3;
 color: white;
}
.non { display: none; }

.new {
 color: gold;
 background: black;
 background-size: 1000px;
 text-align: center !important;
 padding: 4px !important;
 border: 1px solid transparent;
 border-radius: 4px;
 box-shadow: 0 0 0 2px #ffffff;
}