﻿.notransition
{
    transition: none!important;
}
.ui-dialog.no-close .ui-dialog-titlebar-close
{
    display: none;
}
.btn.disabled
{
    pointer-events: none;
}
img.lazyload
{
    -webkit-filter: blur(25px);
    filter: blur(25px);
    object-position: -99999px 99999px;
}
.skin-space_violet-customer .instant-search-menu
{
    background: #382d47;
    border: none;
    box-shadow: rgba(5,5,5,.5) 0 2px 10px 0;
}
.skin-space_violet-customer .instant-search-menu dd
{
    background: #382d47;
    border: 1px solid #9751cd;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(151,81,205,.6);
}
.skin-space_violet-customer .instant-search-menu dd .arrow
{
    background: #382d47;
    border: none;
    border-top: 1px solid #9751cd;
    border-right: 1px solid #9751cd;
    box-shadow: 3px -3px 8px -3px rgba(151,81,205,.6);
}
.skin-space_violet-customer .instant-search-menu.left dd .arrow
{
    border: none;
    border-bottom: 1px solid #9751cd;
    border-left: 1px solid #9751cd;
    box-shadow: -3px 3px 8px -3px rgba(151,81,205,.6);
}
.skin-space_violet-customer .instant-search-menu a, .skin-space_violet-customer .instant-search-menu a:link, .skin-space_violet-customer .instant-search-menu a:visited
{
    color: #ebd0fc;
}
.skin-space_violet-customer .instant-search-menu a:hover, .skin-space_violet-customer .instant-search-menu a:not([disabled]):hover, .skin-space_violet-customer .instant-search-menu dt a:hover, .skin-space_violet-customer .instant-search-menu dt.active a
{
    color: #f7f1a7;
}
.skin-space_violet-customer .instant-search-menu .price
{
    color: #fff;
}
.skin-space_violet-customer .instant-search-menu .description
{
    color: #bec2a9;
}
.skin-space_violet-customer .instant-search-menu .see-more-results a
{
    background: #9751cd;
    color: #fff;
}
.skin-space_violet-customer .instant-search-menu .see-more-results a:hover
{
    background: #f7f1a7;
    color: #000;
}
.skin-space_violet-customer .instant-search-menu .suggestions .suggestion
{
    color: #9b9b9b;
}
.status-messages-wrapper
{
    width: 100%;
}
@media(max-width: 768px)
{
    .status-messages-wrapper
    {
        width: 100%;
        left: 0;
        top: 0;
    }
}
@media(max-width: 480px)
{
    #status-messages
    {
        width: 100%;
    }
}
@media(max-width: 480px)
{
    #page #status-messages, #page #status-messages ul, #page #status-messages ul li:last-child
    {
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.status-messages-wrapper
{
    position: fixed;
    z-index: 1300000;
    display: table;
    pointer-events: none;
}
.status-messages-wrapper2
{
    display: table-cell;
    text-align: center;
}
#status-messages
{
    top: 0;
    margin: 0 auto;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    pointer-events: auto;
    max-width: 480px;
}
#status-messages a.close
{
    position: relative;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    margin: 0;
    color: #000;
}
#status-messages a.close:before, #status-messages a.close:after
{
    position: absolute;
    left: 10px;
    top: -4px;
    content: ' ';
    height: 29px;
    width: 1px;
    background-color: #5b5c59;
}
#status-messages a.close:before
{
    transform: rotate(45deg);
}
#status-messages a.close:after
{
    transform: rotate(-45deg);
}
#status-messages a.close:hover
{
    opacity: .2;
}
#status-messages a.close img
{
    display: none;
}
#status-messages ul
{
    margin: 0;
    padding: 0;
}
#status-messages li
{
    list-style: none;
    background-image: none;
    padding: 20px;
    padding-right: 60px;
    margin: 0;
    min-width: 320px;
}
#status-messages, #status-messages a
{
    background-color: #eeede8;
    color: #1b5d8e;
}
#status-messages .info, #status-messages .info a
{
    background-color: #c9f8c3;
    color: #161516;
}
#status-messages .warning, #status-messages .warning a
{
    background-color: #fff7cc;
    color: #161516;
}
#status-messages .error, #status-messages .error a
{
    background-color: #ffcdcd;
    color: #161516;
}
#status-messages .top-message.pp-button .pp-ec-button
{
    display: block;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 40px;
}
.back-to-top
{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(202,202,202,.6);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    visibility: hidden;
}
.back-to-top:hover, .back-to-top:focus
{
    background: #e9ebec;
    color: #fff;
    outline: none;
}
.back-to-top.show
{
    opacity: 1;
    visibility: visible;
}
.back-to-top .custom-icon
{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background: url("../image/arrow-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 767px)
{
    .back-to-top, .back-to-top.show
    {
        display: none!important;
    }
}
.nowrap
{
    white-space: nowrap;
}
.xcart-dropdown
{
    margin: 0;
    border: none;
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
}
.xcart-dropdown>li
{
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.xcart-dropdown>li sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.xcart-dropdown>li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.xcart-dropdown>li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .xcart-dropdown>li
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.xcart-dropdown>li>a
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #000;
}
.xcart-dropdown>li>a span
{
    vertical-align: middle;
}
.xcart-dropdown>li>a:hover, .xcart-dropdown>li>a:focus
{
    color: #777;
    background: 0 0;
}
.xcart-dropdown li~li
{
    margin-top: 20px;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, #main:after, #footer .section:after, .form-horizontal .form-group:after, ul.products-grid.grid-list:after, ul.products-grid.grid-list:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix, * html .dl-horizontal dd, * html .container, * html .container-fluid, * html .row, * html .form-horizontal .form-group, * html .btn-toolbar, * html .btn-group-vertical>.btn-group, * html .nav, * html .navbar, * html .navbar-header, * html .navbar-collapse, * html .pager, * html .panel-body, * html .modal-header, * html .modal-footer, * html #main, * html #footer .section, * html .form-horizontal .form-group, * html ul.products-grid.grid-list, * html ul.products-grid.grid-list
{
    height: 1%;
}
*:first-child+html .clearfix, *:first-child+html .dl-horizontal dd, *:first-child+html .container, *:first-child+html .container-fluid, *:first-child+html .row, *:first-child+html .form-horizontal .form-group, *:first-child+html .btn-toolbar, *:first-child+html .btn-group-vertical>.btn-group, *:first-child+html .nav, *:first-child+html .navbar, *:first-child+html .navbar-header, *:first-child+html .navbar-collapse, *:first-child+html .pager, *:first-child+html .panel-body, *:first-child+html .modal-header, *:first-child+html .modal-footer, *:first-child+html #main, *:first-child+html #footer .section, *:first-child+html .form-horizontal .form-group, *:first-child+html ul.products-grid.grid-list, *:first-child+html ul.products-grid.grid-list
{
    min-height: 1%;
}
.fast-transitions
{
    transition: all .2s;
}
.transitions
{
    transition: all .4s;
}
html
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block;
}
audio, canvas, progress, video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden], template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active, a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b, strong
{
    font-weight: 600;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code, kbd, pre, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input
{
    line-height: normal;
}
input[type=checkbox], input[type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
    height: auto;
}
input[type=search]
{
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend
{
    border: 0;
    padding: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: 700;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th
{
    padding: 0;
}
@media print
{
    *, *:before, *:after
    {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a, a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after
    {
        content: "";
    }
    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr, img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100%!important;
    }
    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }
    h2, h3
    {
        page-break-after: avoid;
    }
    .navbar
    {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret
    {
        border-top-color: #000!important;
    }
    .label
    {
        border: 1px solid #000;
    }
    .table
    {
        border-collapse: collapse!important;
    }
    .table td, .table th
    {
        background-color: #fff!important;
    }
    .table-bordered th, .table-bordered td
    {
        border: 1px solid #ddd!important;
    }
}
@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.eot?");
    src: url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.eot?") format('embedded-opentype'),url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.woff2") format('woff2'),url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.woff") format('woff'),url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.ttf") format('truetype'),url("/skins/common/bootstrap/fonts/glyphicons-halflings-regular.svg") format('svg');
}
.glyphicon
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before
{
    content: "*";
}
.glyphicon-plus:before
{
    content: "+";
}
.glyphicon-euro:before, .glyphicon-eur:before
{
    content: "€";
}
.glyphicon-minus:before
{
    content: "−";
}
.glyphicon-cloud:before
{
    content: "☁";
}
.glyphicon-envelope:before
{
    content: "✉";
}
.glyphicon-pencil:before
{
    content: "✏";
}
.glyphicon-glass:before
{
    content: "";
}
.glyphicon-music:before
{
    content: "";
}
.glyphicon-search:before
{
    content: "";
}
.glyphicon-heart:before
{
    content: "";
}
.glyphicon-star:before
{
    content: "";
}
.glyphicon-star-empty:before
{
    content: "";
}
.glyphicon-user:before
{
    content: "";
}
.glyphicon-film:before
{
    content: "";
}
.glyphicon-th-large:before
{
    content: "";
}
.glyphicon-th:before
{
    content: "";
}
.glyphicon-th-list:before
{
    content: "";
}
.glyphicon-ok:before
{
    content: "";
}
.glyphicon-remove:before
{
    content: "";
}
.glyphicon-zoom-in:before
{
    content: "";
}
.glyphicon-zoom-out:before
{
    content: "";
}
.glyphicon-off:before
{
    content: "";
}
.glyphicon-signal:before
{
    content: "";
}
.glyphicon-cog:before
{
    content: "";
}
.glyphicon-trash:before
{
    content: "";
}
.glyphicon-home:before
{
    content: "";
}
.glyphicon-file:before
{
    content: "";
}
.glyphicon-time:before
{
    content: "";
}
.glyphicon-road:before
{
    content: "";
}
.glyphicon-download-alt:before
{
    content: "";
}
.glyphicon-download:before
{
    content: "";
}
.glyphicon-upload:before
{
    content: "";
}
.glyphicon-inbox:before
{
    content: "";
}
.glyphicon-play-circle:before
{
    content: "";
}
.glyphicon-repeat:before
{
    content: "";
}
.glyphicon-refresh:before
{
    content: "";
}
.glyphicon-list-alt:before
{
    content: "";
}
.glyphicon-lock:before
{
    content: "";
}
.glyphicon-flag:before
{
    content: "";
}
.glyphicon-headphones:before
{
    content: "";
}
.glyphicon-volume-off:before
{
    content: "";
}
.glyphicon-volume-down:before
{
    content: "";
}
.glyphicon-volume-up:before
{
    content: "";
}
.glyphicon-qrcode:before
{
    content: "";
}
.glyphicon-barcode:before
{
    content: "";
}
.glyphicon-tag:before
{
    content: "";
}
.glyphicon-tags:before
{
    content: "";
}
.glyphicon-book:before
{
    content: "";
}
.glyphicon-bookmark:before
{
    content: "";
}
.glyphicon-print:before
{
    content: "";
}
.glyphicon-camera:before
{
    content: "";
}
.glyphicon-font:before
{
    content: "";
}
.glyphicon-bold:before
{
    content: "";
}
.glyphicon-italic:before
{
    content: "";
}
.glyphicon-text-height:before
{
    content: "";
}
.glyphicon-text-width:before
{
    content: "";
}
.glyphicon-align-left:before
{
    content: "";
}
.glyphicon-align-center:before
{
    content: "";
}
.glyphicon-align-right:before
{
    content: "";
}
.glyphicon-align-justify:before
{
    content: "";
}
.glyphicon-list:before
{
    content: "";
}
.glyphicon-indent-left:before
{
    content: "";
}
.glyphicon-indent-right:before
{
    content: "";
}
.glyphicon-facetime-video:before
{
    content: "";
}
.glyphicon-picture:before
{
    content: "";
}
.glyphicon-map-marker:before
{
    content: "";
}
.glyphicon-adjust:before
{
    content: "";
}
.glyphicon-tint:before
{
    content: "";
}
.glyphicon-edit:before
{
    content: "";
}
.glyphicon-share:before
{
    content: "";
}
.glyphicon-check:before
{
    content: "";
}
.glyphicon-move:before
{
    content: "";
}
.glyphicon-step-backward:before
{
    content: "";
}
.glyphicon-fast-backward:before
{
    content: "";
}
.glyphicon-backward:before
{
    content: "";
}
.glyphicon-play:before
{
    content: "";
}
.glyphicon-pause:before
{
    content: "";
}
.glyphicon-stop:before
{
    content: "";
}
.glyphicon-forward:before
{
    content: "";
}
.glyphicon-fast-forward:before
{
    content: "";
}
.glyphicon-step-forward:before
{
    content: "";
}
.glyphicon-eject:before
{
    content: "";
}
.glyphicon-chevron-left:before
{
    content: "";
}
.glyphicon-chevron-right:before
{
    content: "";
}
.glyphicon-plus-sign:before
{
    content: "";
}
.glyphicon-minus-sign:before
{
    content: "";
}
.glyphicon-remove-sign:before
{
    content: "";
}
.glyphicon-ok-sign:before
{
    content: "";
}
.glyphicon-question-sign:before
{
    content: "";
}
.glyphicon-info-sign:before
{
    content: "";
}
.glyphicon-screenshot:before
{
    content: "";
}
.glyphicon-remove-circle:before
{
    content: "";
}
.glyphicon-ok-circle:before
{
    content: "";
}
.glyphicon-ban-circle:before
{
    content: "";
}
.glyphicon-arrow-left:before
{
    content: "";
}
.glyphicon-arrow-right:before
{
    content: "";
}
.glyphicon-arrow-up:before
{
    content: "";
}
.glyphicon-arrow-down:before
{
    content: "";
}
.glyphicon-share-alt:before
{
    content: "";
}
.glyphicon-resize-full:before
{
    content: "";
}
.glyphicon-resize-small:before
{
    content: "";
}
.glyphicon-exclamation-sign:before
{
    content: "";
}
.glyphicon-gift:before
{
    content: "";
}
.glyphicon-leaf:before
{
    content: "";
}
.glyphicon-fire:before
{
    content: "";
}
.glyphicon-eye-open:before
{
    content: "";
}
.glyphicon-eye-close:before
{
    content: "";
}
.glyphicon-warning-sign:before
{
    content: "";
}
.glyphicon-plane:before
{
    content: "";
}
.glyphicon-calendar:before
{
    content: "";
}
.glyphicon-random:before
{
    content: "";
}
.glyphicon-comment:before
{
    content: "";
}
.glyphicon-magnet:before
{
    content: "";
}
.glyphicon-chevron-up:before
{
    content: "";
}
.glyphicon-chevron-down:before
{
    content: "";
}
.glyphicon-retweet:before
{
    content: "";
}
.glyphicon-shopping-cart:before
{
    content: "";
}
.glyphicon-folder-close:before
{
    content: "";
}
.glyphicon-folder-open:before
{
    content: "";
}
.glyphicon-resize-vertical:before
{
    content: "";
}
.glyphicon-resize-horizontal:before
{
    content: "";
}
.glyphicon-hdd:before
{
    content: "";
}
.glyphicon-bullhorn:before
{
    content: "";
}
.glyphicon-bell:before
{
    content: "";
}
.glyphicon-certificate:before
{
    content: "";
}
.glyphicon-thumbs-up:before
{
    content: "";
}
.glyphicon-thumbs-down:before
{
    content: "";
}
.glyphicon-hand-right:before
{
    content: "";
}
.glyphicon-hand-left:before
{
    content: "";
}
.glyphicon-hand-up:before
{
    content: "";
}
.glyphicon-hand-down:before
{
    content: "";
}
.glyphicon-circle-arrow-right:before
{
    content: "";
}
.glyphicon-circle-arrow-left:before
{
    content: "";
}
.glyphicon-circle-arrow-up:before
{
    content: "";
}
.glyphicon-circle-arrow-down:before
{
    content: "";
}
.glyphicon-globe:before
{
    content: "";
}
.glyphicon-wrench:before
{
    content: "";
}
.glyphicon-tasks:before
{
    content: "";
}
.glyphicon-filter:before
{
    content: "";
}
.glyphicon-briefcase:before
{
    content: "";
}
.glyphicon-fullscreen:before
{
    content: "";
}
.glyphicon-dashboard:before
{
    content: "";
}
.glyphicon-paperclip:before
{
    content: "";
}
.glyphicon-heart-empty:before
{
    content: "";
}
.glyphicon-link:before
{
    content: "";
}
.glyphicon-phone:before
{
    content: "";
}
.glyphicon-pushpin:before
{
    content: "";
}
.glyphicon-usd:before
{
    content: "";
}
.glyphicon-gbp:before
{
    content: "";
}
.glyphicon-sort:before
{
    content: "";
}
.glyphicon-sort-by-alphabet:before
{
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before
{
    content: "";
}
.glyphicon-sort-by-order:before
{
    content: "";
}
.glyphicon-sort-by-order-alt:before
{
    content: "";
}
.glyphicon-sort-by-attributes:before
{
    content: "";
}
.glyphicon-sort-by-attributes-alt:before
{
    content: "";
}
.glyphicon-unchecked:before
{
    content: "";
}
.glyphicon-expand:before
{
    content: "";
}
.glyphicon-collapse-down:before
{
    content: "";
}
.glyphicon-collapse-up:before
{
    content: "";
}
.glyphicon-log-in:before
{
    content: "";
}
.glyphicon-flash:before
{
    content: "";
}
.glyphicon-log-out:before
{
    content: "";
}
.glyphicon-new-window:before
{
    content: "";
}
.glyphicon-record:before
{
    content: "";
}
.glyphicon-save:before
{
    content: "";
}
.glyphicon-open:before
{
    content: "";
}
.glyphicon-saved:before
{
    content: "";
}
.glyphicon-import:before
{
    content: "";
}
.glyphicon-export:before
{
    content: "";
}
.glyphicon-send:before
{
    content: "";
}
.glyphicon-floppy-disk:before
{
    content: "";
}
.glyphicon-floppy-saved:before
{
    content: "";
}
.glyphicon-floppy-remove:before
{
    content: "";
}
.glyphicon-floppy-save:before
{
    content: "";
}
.glyphicon-floppy-open:before
{
    content: "";
}
.glyphicon-credit-card:before
{
    content: "";
}
.glyphicon-transfer:before
{
    content: "";
}
.glyphicon-cutlery:before
{
    content: "";
}
.glyphicon-header:before
{
    content: "";
}
.glyphicon-compressed:before
{
    content: "";
}
.glyphicon-earphone:before
{
    content: "";
}
.glyphicon-phone-alt:before
{
    content: "";
}
.glyphicon-tower:before
{
    content: "";
}
.glyphicon-stats:before
{
    content: "";
}
.glyphicon-sd-video:before
{
    content: "";
}
.glyphicon-hd-video:before
{
    content: "";
}
.glyphicon-subtitles:before
{
    content: "";
}
.glyphicon-sound-stereo:before
{
    content: "";
}
.glyphicon-sound-dolby:before
{
    content: "";
}
.glyphicon-sound-5-1:before
{
    content: "";
}
.glyphicon-sound-6-1:before
{
    content: "";
}
.glyphicon-sound-7-1:before
{
    content: "";
}
.glyphicon-copyright-mark:before
{
    content: "";
}
.glyphicon-registration-mark:before
{
    content: "";
}
.glyphicon-cloud-download:before
{
    content: "";
}
.glyphicon-cloud-upload:before
{
    content: "";
}
.glyphicon-tree-conifer:before
{
    content: "";
}
.glyphicon-tree-deciduous:before
{
    content: "";
}
.glyphicon-cd:before
{
    content: "";
}
.glyphicon-save-file:before
{
    content: "";
}
.glyphicon-open-file:before
{
    content: "";
}
.glyphicon-level-up:before
{
    content: "";
}
.glyphicon-copy:before
{
    content: "";
}
.glyphicon-paste:before
{
    content: "";
}
.glyphicon-alert:before
{
    content: "";
}
.glyphicon-equalizer:before
{
    content: "";
}
.glyphicon-king:before
{
    content: "";
}
.glyphicon-queen:before
{
    content: "";
}
.glyphicon-pawn:before
{
    content: "";
}
.glyphicon-bishop:before
{
    content: "";
}
.glyphicon-knight:before
{
    content: "";
}
.glyphicon-baby-formula:before
{
    content: "";
}
.glyphicon-tent:before
{
    content: "⛺";
}
.glyphicon-blackboard:before
{
    content: "";
}
.glyphicon-bed:before
{
    content: "";
}
.glyphicon-apple:before
{
    content: "";
}
.glyphicon-erase:before
{
    content: "";
}
.glyphicon-hourglass:before
{
    content: "⌛";
}
.glyphicon-lamp:before
{
    content: "";
}
.glyphicon-duplicate:before
{
    content: "";
}
.glyphicon-piggy-bank:before
{
    content: "";
}
.glyphicon-scissors:before
{
    content: "";
}
.glyphicon-bitcoin:before
{
    content: "";
}
.glyphicon-btc:before
{
    content: "";
}
.glyphicon-xbt:before
{
    content: "";
}
.glyphicon-yen:before
{
    content: "¥";
}
.glyphicon-jpy:before
{
    content: "¥";
}
.glyphicon-ruble:before
{
    content: "₽";
}
.glyphicon-rub:before
{
    content: "₽";
}
.glyphicon-scale:before
{
    content: "";
}
.glyphicon-ice-lolly:before
{
    content: "";
}
.glyphicon-ice-lolly-tasted:before
{
    content: "";
}
.glyphicon-education:before
{
    content: "";
}
.glyphicon-option-horizontal:before
{
    content: "";
}
.glyphicon-option-vertical:before
{
    content: "";
}
.glyphicon-menu-hamburger:before
{
    content: "";
}
.glyphicon-modal-window:before
{
    content: "";
}
.glyphicon-oil:before
{
    content: "";
}
.glyphicon-grain:before
{
    content: "";
}
.glyphicon-sunglasses:before
{
    content: "";
}
.glyphicon-text-size:before
{
    content: "";
}
.glyphicon-text-color:before
{
    content: "";
}
.glyphicon-text-background:before
{
    content: "";
}
.glyphicon-object-align-top:before
{
    content: "";
}
.glyphicon-object-align-bottom:before
{
    content: "";
}
.glyphicon-object-align-horizontal:before
{
    content: "";
}
.glyphicon-object-align-left:before
{
    content: "";
}
.glyphicon-object-align-vertical:before
{
    content: "";
}
.glyphicon-object-align-right:before
{
    content: "";
}
.glyphicon-triangle-right:before
{
    content: "";
}
.glyphicon-triangle-left:before
{
    content: "";
}
.glyphicon-triangle-bottom:before
{
    content: "";
}
.glyphicon-triangle-top:before
{
    content: "";
}
.glyphicon-console:before
{
    content: "";
}
.glyphicon-superscript:before
{
    content: "";
}
.glyphicon-subscript:before
{
    content: "";
}
.glyphicon-menu-left:before
{
    content: "";
}
.glyphicon-menu-right:before
{
    content: "";
}
.glyphicon-menu-down:before
{
    content: "";
}
.glyphicon-menu-up:before
{
    content: "";
}
*
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html
{
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    background-color: #fff;
}
input, button, select, textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover, a:focus
{
    color: #777;
    text-decoration: underline;
}
a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure
{
    margin: 0;
}
img
{
    vertical-align: middle;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded
{
    border-radius: 6px;
}
.img-thumbnail
{
    padding: 4px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all all .2s ease-in-out ease-out;
    -moz-transition: all all .2s ease-in-out ease-out;
    -o-transition: all all .2s ease-in-out ease-out;
    transition: all all .2s ease-in-out ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle
{
    border-radius: 50%;
}
hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role=button]
{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
    color: #4a4a4a;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small
{
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3
{
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small
{
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6
{
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small
{
    font-size: 75%;
}
h1, .h1
{
    font-size: 36px;
}
h2, .h2
{
    font-size: 30px;
}
h3, .h3
{
    font-size: 24px;
}
h4, .h4
{
    font-size: 18px;
}
h5, .h5
{
    font-size: 14px;
}
h6, .h6
{
    font-size: 12px;
}
p
{
    margin: 0 0 10px;
}
.lead
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media(min-width: 768px)
{
    .lead
    {
        font-size: 21px;
    }
}
small, .small
{
    font-size: 85%;
}
mark, .mark
{
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}
.text-nowrap
{
    white-space: nowrap;
}
.text-lowercase
{
    text-transform: lowercase;
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-capitalize
{
    text-transform: capitalize;
}
.text-muted
{
    color: #777;
}
.text-primary
{
    color: #000;
}
a.text-primary:hover, a.text-primary:focus
{
    color: #000;
}
.text-success
{
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus
{
    color: #2b542c;
}
.text-info
{
    color: #31708f;
}
a.text-info:hover, a.text-info:focus
{
    color: #245269;
}
.text-warning
{
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus
{
    color: #66512c;
}
.text-danger
{
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus
{
    color: #843534;
}
.bg-primary
{
    color: #fff;
    background-color: #000;
}
a.bg-primary:hover, a.bg-primary:focus
{
    background-color: #000;
}
.bg-success
{
    background-color: #87c548;
}
a.bg-success:hover, a.bg-success:focus
{
    background-color: #6da634;
}
.bg-info
{
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus
{
    background-color: #afd9ee;
}
.bg-warning
{
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus
{
    background-color: #f7ecb5;
}
.bg-danger
{
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus
{
    background-color: #e4b9b9;
}
.page-header
{
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol
{
    margin-bottom: 0;
}
.list-unstyled
{
    padding-left: 0;
    list-style: none;
}
.list-inline
{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl
{
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd
{
    line-height: 20px;
}
dt
{
    font-weight: 700;
}
dd
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .dl-horizontal dt
    {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}
blockquote
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
{
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small
{
    display: block;
    font-size: 80%;
    line-height: 20px;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before
{
    content: '— ';
}
.blockquote-reverse, blockquote.pull-right
{
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before
{
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after
{
    content: ' —';
}
address
{
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}
code, kbd, pre, samp
{
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code
{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
}
kbd
{
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
kbd kbd
{
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1px;
}
pre code
{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}
.container
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .container
    {
        width: 760px;
    }
}
@media(min-width: 992px)
{
    .container
    {
        width: 980px;
    }
}
@media(min-width: 1200px)
{
    .container
    {
        width: 1180px;
    }
}
.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.row
{
    margin-left: -20px;
    margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    float: left;
}
.col-xs-12
{
    width: 100%;
}
.col-xs-11
{
    width: 91.66666667%;
}
.col-xs-10
{
    width: 83.33333333%;
}
.col-xs-9
{
    width: 75%;
}
.col-xs-8
{
    width: 66.66666667%;
}
.col-xs-7
{
    width: 58.33333333%;
}
.col-xs-6
{
    width: 50%;
}
.col-xs-5
{
    width: 41.66666667%;
}
.col-xs-4
{
    width: 33.33333333%;
}
.col-xs-3
{
    width: 25%;
}
.col-xs-2
{
    width: 16.66666667%;
}
.col-xs-1
{
    width: 8.33333333%;
}
.col-xs-pull-12
{
    right: 100%;
}
.col-xs-pull-11
{
    right: 91.66666667%;
}
.col-xs-pull-10
{
    right: 83.33333333%;
}
.col-xs-pull-9
{
    right: 75%;
}
.col-xs-pull-8
{
    right: 66.66666667%;
}
.col-xs-pull-7
{
    right: 58.33333333%;
}
.col-xs-pull-6
{
    right: 50%;
}
.col-xs-pull-5
{
    right: 41.66666667%;
}
.col-xs-pull-4
{
    right: 33.33333333%;
}
.col-xs-pull-3
{
    right: 25%;
}
.col-xs-pull-2
{
    right: 16.66666667%;
}
.col-xs-pull-1
{
    right: 8.33333333%;
}
.col-xs-pull-0
{
    right: auto;
}
.col-xs-push-12
{
    left: 100%;
}
.col-xs-push-11
{
    left: 91.66666667%;
}
.col-xs-push-10
{
    left: 83.33333333%;
}
.col-xs-push-9
{
    left: 75%;
}
.col-xs-push-8
{
    left: 66.66666667%;
}
.col-xs-push-7
{
    left: 58.33333333%;
}
.col-xs-push-6
{
    left: 50%;
}
.col-xs-push-5
{
    left: 41.66666667%;
}
.col-xs-push-4
{
    left: 33.33333333%;
}
.col-xs-push-3
{
    left: 25%;
}
.col-xs-push-2
{
    left: 16.66666667%;
}
.col-xs-push-1
{
    left: 8.33333333%;
}
.col-xs-push-0
{
    left: auto;
}
.col-xs-offset-12
{
    margin-left: 100%;
}
.col-xs-offset-11
{
    margin-left: 91.66666667%;
}
.col-xs-offset-10
{
    margin-left: 83.33333333%;
}
.col-xs-offset-9
{
    margin-left: 75%;
}
.col-xs-offset-8
{
    margin-left: 66.66666667%;
}
.col-xs-offset-7
{
    margin-left: 58.33333333%;
}
.col-xs-offset-6
{
    margin-left: 50%;
}
.col-xs-offset-5
{
    margin-left: 41.66666667%;
}
.col-xs-offset-4
{
    margin-left: 33.33333333%;
}
.col-xs-offset-3
{
    margin-left: 25%;
}
.col-xs-offset-2
{
    margin-left: 16.66666667%;
}
.col-xs-offset-1
{
    margin-left: 8.33333333%;
}
.col-xs-offset-0
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-11
    {
        width: 91.66666667%;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-7
    {
        width: 58.33333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666667%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
    .col-sm-1
    {
        width: 8.33333333%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-pull-11
    {
        right: 91.66666667%;
    }
    .col-sm-pull-10
    {
        right: 83.33333333%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-8
    {
        right: 66.66666667%;
    }
    .col-sm-pull-7
    {
        right: 58.33333333%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-5
    {
        right: 41.66666667%;
    }
    .col-sm-pull-4
    {
        right: 33.33333333%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-2
    {
        right: 16.66666667%;
    }
    .col-sm-pull-1
    {
        right: 8.33333333%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-push-11
    {
        left: 91.66666667%;
    }
    .col-sm-push-10
    {
        left: 83.33333333%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-8
    {
        left: 66.66666667%;
    }
    .col-sm-push-7
    {
        left: 58.33333333%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-5
    {
        left: 41.66666667%;
    }
    .col-sm-push-4
    {
        left: 33.33333333%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-2
    {
        left: 16.66666667%;
    }
    .col-sm-push-1
    {
        left: 8.33333333%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 992px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666667%;
    }
    .col-md-10
    {
        width: 83.33333333%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-8
    {
        width: 66.66666667%;
    }
    .col-md-7
    {
        width: 58.33333333%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-5
    {
        width: 41.66666667%;
    }
    .col-md-4
    {
        width: 33.33333333%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-2
    {
        width: 16.66666667%;
    }
    .col-md-1
    {
        width: 8.33333333%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-pull-11
    {
        right: 91.66666667%;
    }
    .col-md-pull-10
    {
        right: 83.33333333%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-8
    {
        right: 66.66666667%;
    }
    .col-md-pull-7
    {
        right: 58.33333333%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-5
    {
        right: 41.66666667%;
    }
    .col-md-pull-4
    {
        right: 33.33333333%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-2
    {
        right: 16.66666667%;
    }
    .col-md-pull-1
    {
        right: 8.33333333%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-push-11
    {
        left: 91.66666667%;
    }
    .col-md-push-10
    {
        left: 83.33333333%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-8
    {
        left: 66.66666667%;
    }
    .col-md-push-7
    {
        left: 58.33333333%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-5
    {
        left: 41.66666667%;
    }
    .col-md-push-4
    {
        left: 33.33333333%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-2
    {
        left: 16.66666667%;
    }
    .col-md-push-1
    {
        left: 8.33333333%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 1200px)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-11
    {
        width: 91.66666667%;
    }
    .col-lg-10
    {
        width: 83.33333333%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-8
    {
        width: 66.66666667%;
    }
    .col-lg-7
    {
        width: 58.33333333%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-5
    {
        width: 41.66666667%;
    }
    .col-lg-4
    {
        width: 33.33333333%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-2
    {
        width: 16.66666667%;
    }
    .col-lg-1
    {
        width: 8.33333333%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-pull-11
    {
        right: 91.66666667%;
    }
    .col-lg-pull-10
    {
        right: 83.33333333%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-8
    {
        right: 66.66666667%;
    }
    .col-lg-pull-7
    {
        right: 58.33333333%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-5
    {
        right: 41.66666667%;
    }
    .col-lg-pull-4
    {
        right: 33.33333333%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-2
    {
        right: 16.66666667%;
    }
    .col-lg-pull-1
    {
        right: 8.33333333%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-push-11
    {
        left: 91.66666667%;
    }
    .col-lg-push-10
    {
        left: 83.33333333%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-8
    {
        left: 66.66666667%;
    }
    .col-lg-push-7
    {
        left: 58.33333333%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-5
    {
        left: 41.66666667%;
    }
    .col-lg-push-4
    {
        left: 33.33333333%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-2
    {
        left: 16.66666667%;
    }
    .col-lg-push-1
    {
        left: 8.33333333%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
}
table
{
    background-color: #fff;
}
caption
{
    padding-top: 12px;
    padding-bottom: 12px;
    color: #777;
    text-align: left;
}
th
{
    text-align: left;
}
.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    padding: 12px;
    line-height: 20px;
    vertical-align: top;
    border-top: 1px solid #d6d4d4;
}
.table>thead>tr>th
{
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td
{
    border-top: 0;
}
.table>tbody+tbody
{
    border-top: 2px solid #d6d4d4;
}
.table .table
{
    background-color: #fff;
}
.import-page .table
{
    margin-bottom: 0;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td
{
    padding: 6px;
}
.table-bordered
{
    border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td
{
    border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td
{
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: #fff;
}
.table-hover>tbody>tr:hover
{
    background-color: #fff;
}
table col[class*=col-]
{
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-]
{
    position: static;
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th
{
    background-color: #fff;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th
{
    background-color: #f2f2f2;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th
{
    background-color: #87c548;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th
{
    background-color: #7ab93b;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th
{
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th
{
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th
{
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th
{
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th
{
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th
{
    background-color: #ebcccc;
}
.table-responsive
{
    overflow-x: auto;
    min-height: .01%;
}
@media screen and (max-width: 767px)
{
    .table-responsive
    {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d6d4d4;
    }
    .table-responsive>.table
    {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td
    {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered
    {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child
    {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child
    {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td
    {
        border-bottom: 0;
    }
}
fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=search]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=radio], input[type=checkbox]
{
    margin: 4px 0 0;
    line-height: normal;
}
input[type=file]
{
    display: block;
}
input[type=range]
{
    display: block;
    width: 100%;
}
select[multiple], select[size]
{
    height: auto;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output
{
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
}
.form-control
{
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d4d4;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
}
.form-control:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder
{
    color: #999;
}
.form-control::-webkit-input-placeholder
{
    color: #999;
}
.form-control::-ms-expand
{
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control
{
    cursor: not-allowed;
}
textarea.form-control
{
    height: auto;
}
input.form-control[type=radio], input.form-control[type=checkbox]
{
    width: auto;
    height: auto;
}
input[type=search]
{
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control
    {
        line-height: 40px;
    }
    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month]
    {
        line-height: 26px;
    }
    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month]
    {
        line-height: 46px;
    }
}
.form-group
{
    margin-bottom: 15px;
}
.radio, .checkbox
{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label
{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]
{
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio+.radio, .checkbox+.checkbox
{
    margin-top: -5px;
}
.radio-inline, .checkbox-inline
{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline
{
    margin-top: 0;
    margin-left: 10px;
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox]
{
    cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline
{
    cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label
{
    cursor: not-allowed;
}
.form-control-static
{
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm
{
    padding-left: 0;
    padding-right: 0;
}
.input-sm
{
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm
{
    height: 26px;
    line-height: 26px;
}
textarea.input-sm, select[multiple].input-sm
{
    height: auto;
}
.form-group-sm .form-control
{
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control
{
    height: 26px;
    line-height: 26px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control
{
    height: auto;
}
.form-group-sm .form-control-static
{
    height: 26px;
    min-height: 32px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg
{
    height: 46px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg
{
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg
{
    height: auto;
}
.form-group-lg .form-control
{
    height: 46px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control
{
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control
{
    height: auto;
}
.form-group-lg .form-control-static
{
    height: 46px;
    min-height: 38px;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback
{
    position: relative;
}
.has-feedback .form-control
{
    padding-right: 50px;
}
.form-control-feedback
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}
.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback
{
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback
{
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label
{
    color: #3c763d;
}
.has-success .form-control
{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus
{
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}
.has-success .input-group-addon
{
    color: #3c763d;
    border-color: #3c763d;
    background-color: #87c548;
}
.has-success .form-control-feedback
{
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label
{
    color: #8a6d3b;
}
.has-warning .form-control
{
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-warning .form-control:focus
{
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback
{
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label
{
    color: #a94442;
}
.has-error .form-control
{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback
{
    color: #a94442;
}
.has-feedback label~.form-control-feedback
{
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback
{
    top: 0;
}
.help-block
{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c0c0c0;
}
@media(min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static
    {
        display: inline-block;
    }
    .form-inline .input-group
    {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control
    {
        width: auto;
    }
    .form-inline .input-group>.form-control
    {
        width: 100%;
    }
    .form-inline .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .form-inline .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .form-inline .checkbox label
    {
        padding-left: 0;
    }
    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox]
    {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .radio, .form-horizontal .checkbox
{
    min-height: 29px;
}
.form-horizontal .form-group
{
    margin-left: -20px;
    margin-right: -20px;
}
@media(min-width: 768px)
{
    .form-horizontal .control-label
    {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }
}
.form-horizontal .has-feedback .form-control-feedback
{
    right: 20px;
}
@media(min-width: 768px)
{
    .form-horizontal .form-group-lg .control-label
    {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media(min-width: 768px)
{
    .form-horizontal .form-group-sm .control-label
    {
        padding-top: 4px;
        font-size: 12px;
    }
}
.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus
{
    color: #fff;
    text-decoration: none;
}
.btn:active, .btn.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn
{
    pointer-events: none;
}
.btn-default
{
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus, .btn-default.focus
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus
{
    color: #fff;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
    background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
{
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge
{
    color: #fff;
    background-color: #fff;
}
.btn-primary
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:focus, .btn-primary.focus
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus
{
    background-color: #000;
    border-color: #000;
}
.btn-primary .badge
{
    color: #000;
    background-color: #fff;
}
.btn-success
{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus
{
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover
{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus
{
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
{
    background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus
{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge
{
    color: #5cb85c;
    background-color: #fff;
}
.btn-info
{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus
{
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info
{
    background-image: none;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus
{
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge
{
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning
{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus
{
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover
{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus
{
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
{
    background-image: none;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus
{
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge
{
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus
{
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus
{
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
{
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus
{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge
{
    color: #d9534f;
    background-color: #fff;
}
.btn-link
{
    color: #000;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link
{
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active
{
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus
{
    color: #777;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus
{
    color: #777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg>.btn
{
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm>.btn
{
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block
{
    display: block;
    width: 100%;
}
.btn-block+.btn-block
{
    margin-top: 5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block
{
    width: 100%;
}
.fade
{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: all opacity .15s linear ease-out;
    -moz-transition: all opacity .15s linear ease-out;
    -o-transition: all opacity .15s linear ease-out;
    transition: all opacity .15s linear ease-out;
}
.fade.in
{
    opacity: 1;
}
.collapse
{
    display: none;
}
.collapse.in
{
    display: block;
}
tr.collapse.in
{
    display: table-row;
}
tbody.collapse.in
{
    display: table-row-group;
}
.collapsing
{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -moz-transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown
{
    position: relative;
}
.dropdown-toggle:focus
{
    outline: 0;
}
.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right
{
    right: 0;
    left: auto;
}
.dropdown-menu .divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
{
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus
{
    color: #777;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus
{
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu
{
    display: block;
}
.open>a
{
    outline: 0;
}
.dropdown-menu-right
{
    left: auto;
    right: 0;
}
.dropdown-menu-left
{
    left: 0;
    right: auto;
}
.dropdown-header
{
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu
{
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret
{
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media(min-width: 768px)
{
    .navbar-right .dropdown-menu
    {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left
    {
        left: 0;
        right: auto;
    }
}
.btn-group, .btn-group-vertical
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn
{
    position: relative;
    float: left;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active
{
    z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group
{
    margin-left: -1px;
}
.btn-toolbar
{
    margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group
{
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group
{
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}
.btn-group>.btn:first-child
{
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child)
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group
{
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn
{
    border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle
{
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle
{
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle
{
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-group.open .dropdown-toggle.btn-link
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn .caret
{
    margin-left: 0;
}
.btn-lg .caret
{
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret
{
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn
{
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical>.btn-group>.btn
{
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group
{
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child)
{
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child)
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
{
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified
{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group
{
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified>.btn-group .btn
{
    width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu
{
    left: auto;
}
[data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox]
{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-]
{
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control
{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus
{
    z-index: 3;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn
{
    height: 46px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn
{
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn
{
    height: auto;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn
{
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn
{
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn
{
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn
{
    height: 26px;
    line-height: 26px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn
{
    height: auto;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn
{
    height: 26px;
    line-height: 26px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn
{
    height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control
{
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.input-group-addon, .input-group-btn
{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon
{
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #4a4a4a;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d6d4d4;
    border-radius: 2px;
}
.input-group-addon.input-sm
{
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg
{
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox]
{
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child
{
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child
{
    border-left: 0;
}
.input-group-btn
{
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn
{
    position: relative;
}
.input-group-btn>.btn+.btn
{
    margin-left: -1px;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active
{
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
{
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
{
    z-index: 2;
    margin-left: -1px;
}
.nav
{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li
{
    position: relative;
    display: block;
}
.nav>li>a
{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus
{
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a
{
    color: #777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus
{
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus
{
    background-color: #eee;
    border-color: #000;
}
.nav .nav-divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img
{
    max-width: none;
}
.nav-tabs
{
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li
{
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a
{
    margin-right: 2px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 1px 1px 0 0;
}
.nav-tabs>li>a:hover
{
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified
{
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li
{
    float: none;
}
.nav-tabs.nav-justified>li>a
{
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media(min-width: 768px)
{
    .nav-tabs.nav-justified>li
    {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a
    {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified>li>a
{
    margin-right: 0;
    border-radius: 1px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus
{
    border: 1px solid #ddd;
}
@media(min-width: 768px)
{
    .nav-tabs.nav-justified>li>a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus
    {
        border-bottom-color: #fff;
    }
}
.nav-pills>li
{
    float: left;
}
.nav-pills>li>a
{
    border-radius: 1px;
}
.nav-pills>li+li
{
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
    color: #fff;
    background-color: #000;
}
.nav-stacked>li
{
    float: none;
}
.nav-stacked>li+li
{
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified
{
    width: 100%;
}
.nav-justified>li
{
    float: none;
}
.nav-justified>li>a
{
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media(min-width: 768px)
{
    .nav-justified>li
    {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a
    {
        margin-bottom: 0;
    }
}
.nav-tabs-justified
{
    border-bottom: 0;
}
.nav-tabs-justified>li>a
{
    margin-right: 0;
    border-radius: 1px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus
{
    border: 1px solid #ddd;
}
@media(min-width: 768px)
{
    .nav-tabs-justified>li>a
    {
        border-bottom: 1px solid #ddd;
        border-radius: 1px 1px 0 0;
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus
    {
        border-bottom-color: #fff;
    }
}
.tab-content>.tab-pane
{
    display: none;
}
.tab-content>.active
{
    display: block;
}
.nav-tabs .dropdown-menu
{
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar
{
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media(min-width: 768px)
{
    .navbar
    {
        border-radius: 1px;
    }
}
@media(min-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
}
.navbar-collapse
{
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in
{
    overflow-y: auto;
}
@media(min-width: 768px)
{
    .navbar-collapse
    {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse
    {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse.in
    {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
{
    max-height: 340px;
}
@media(max-device-width: 480px) and (orientation: landscape)
{
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
    {
        max-height: 200px;
    }
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
{
    margin-right: 0;
    margin-left: 0;
}
@media(min-width: 768px)
{
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top
{
    z-index: 1000;
    border-width: 0 0 1px;
}
@media(min-width: 768px)
{
    .navbar-static-top
    {
        border-radius: 0;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom
{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media(min-width: 768px)
{
    .navbar-fixed-top, .navbar-fixed-bottom
    {
        border-radius: 0;
    }
}
.navbar-fixed-top
{
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom
{
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand
{
    float: left;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus
{
    text-decoration: none;
}
.navbar-brand>img
{
    display: block;
}
@media(min-width: 768px)
{
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
    {
        margin-left: 0;
    }
}
.navbar-toggle
{
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}
.navbar-toggle:focus
{
    outline: 0;
}
.navbar-toggle .icon-bar
{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar
{
    margin-top: 4px;
}
@media(min-width: 768px)
{
    .navbar-toggle
    {
        display: none;
    }
}
.navbar-nav
{
    margin: 7.5px 0;
}
.navbar-nav>li>a
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media(max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
    {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a
    {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus
    {
        background-image: none;
    }
}
@media(min-width: 768px)
{
    .navbar-nav
    {
        float: left;
        margin: 0;
    }
    .navbar-nav>li
    {
        float: left;
    }
    .navbar-nav>li>a
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form
{
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 5px;
    margin-bottom: 5px;
}
@media(min-width: 768px)
{
    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static
    {
        display: inline-block;
    }
    .navbar-form .input-group
    {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control
    {
        width: auto;
    }
    .navbar-form .input-group>.form-control
    {
        width: 100%;
    }
    .navbar-form .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label, .navbar-form .checkbox label
    {
        padding-left: 0;
    }
    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox]
    {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media(min-width: 768px)
{
    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group>.form-control
    {
        width: 100%;
    }
    .navbar-form .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox]
    {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media(max-width: 767px)
{
    .navbar-form .form-group
    {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child
    {
        margin-bottom: 0;
    }
}
@media(min-width: 768px)
{
    .navbar-form
    {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav>li>.dropdown-menu
{
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
    margin-bottom: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-btn.btn-sm
{
    margin-top: 12px;
    margin-bottom: 12px;
}
.navbar-btn.btn-xs
{
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text
{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(min-width: 768px)
{
    .navbar-text
    {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
@media(min-width: 768px)
{
    .navbar-left
    {
        float: left!important;
        float: left;
    }
    .navbar-right
    {
        float: right!important;
        float: right;
        margin-right: 0;
    }
    .navbar-right~.navbar-right
    {
        margin-right: 0;
    }
}
.navbar-default
{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand
{
    color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text
{
    color: #777;
}
.navbar-default .navbar-nav>li>a
{
    color: #777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus
{
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle
{
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
    background-color: #e7e7e7;
    color: #555;
}
@media(max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu>li>a
    {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
    {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus
    {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus
    {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link
{
    color: #777;
}
.navbar-default .navbar-link:hover
{
    color: #333;
}
.navbar-default .btn-link
{
    color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus
{
    color: #333;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus
{
    color: #ccc;
}
.navbar-inverse
{
    background-color: transparent;
    border-color: #d6d4d4;
}
.navbar-inverse .navbar-brand
{
    color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text
{
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a
{
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
{
    color: #d0243c;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
{
    color: #d0243c;
    background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus
{
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle
{
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
    border-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
    background-color: rgba(0,0,0,0);
    color: #d0243c;
}
@media(max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
    {
        border-color: #d6d4d4;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #d6d4d4;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a
    {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
    {
        color: #d0243c;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus
    {
        color: #d0243c;
        background-color: rgba(0,0,0,0);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus
    {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link
{
    color: #fff;
}
.navbar-inverse .navbar-link:hover
{
    color: #d0243c;
}
.navbar-inverse .btn-link
{
    color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus
{
    color: #d0243c;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus
{
    color: #444;
}
.breadcrumb
{
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 1px;
}
.breadcrumb>li
{
    display: inline-block;
}
.breadcrumb>li+li:before
{
    content: "» ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active
{
    color: #777;
}
.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 1px;
}
.pagination>li
{
    display: inline;
}
.pagination>li>a, .pagination>li>span
{
    position: relative;
    float: left;
    padding: 8px 14px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7e1e8;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus
{
    z-index: 2;
    color: #777;
    background-color: #fff;
    border-color: #151515;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    z-index: 3;
    color: #fff;
    background-color: #5b9ece;
    border-color: #5b9ece;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus
{
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span
{
    padding: 10px 20px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span
{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span
{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span
{
    padding: 3px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span
{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span
{
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager
{
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li
{
    display: inline;
}
.pager li>a, .pager li>span
{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #d7e1e8;
    border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus
{
    text-decoration: none;
    background-color: #fff;
}
.pager .next>a, .pager .next>span
{
    float: right;
}
.pager .previous>a, .pager .previous>span
{
    float: left;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span
{
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover, a.label:focus
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty
{
    display: none;
}
.btn .label
{
    position: relative;
    top: -1px;
}
.label-default
{
    background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus
{
    background-color: #5e5e5e;
}
.label-primary
{
    background-color: #000;
}
.label-primary[href]:hover, .label-primary[href]:focus
{
    background-color: #000;
}
.label-success
{
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus
{
    background-color: #449d44;
}
.label-info
{
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus
{
    background-color: #31b0d5;
}
.label-warning
{
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus
{
    background-color: #ec971f;
}
.label-danger
{
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus
{
    background-color: #c9302c;
}
.badge
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty
{
    display: none;
}
.btn .badge
{
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs>.btn .badge
{
    top: 0;
    padding: 1px 5px;
}
a.badge:hover, a.badge:focus
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge
{
    color: #000;
    background-color: #fff;
}
.list-group-item>.badge
{
    float: right;
}
.list-group-item>.badge+.badge
{
    margin-right: 5px;
}
.nav-pills>li>a>.badge
{
    margin-left: 3px;
}
.jumbotron
{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1, .jumbotron .h1
{
    color: inherit;
}
.jumbotron p
{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron>hr
{
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron
{
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
}
.jumbotron .container
{
    max-width: 100%;
}
@media screen and (min-width: 768px)
{
    .jumbotron
    {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron, .container-fluid .jumbotron
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1, .jumbotron .h1
    {
        font-size: 63px;
    }
}
.thumbnail
{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition: all border .2s ease-in-out ease-out;
    -moz-transition: all border .2s ease-in-out ease-out;
    -o-transition: all border .2s ease-in-out ease-out;
    transition: all border .2s ease-in-out ease-out;
}
.thumbnail>img, .thumbnail a>img
{
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active
{
    border-color: #000;
}
.thumbnail .caption
{
    padding: 9px;
    color: #808080;
}
.alert
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}
.alert.alert-no-margin
{
    margin: 0;
}
.alert h4
{
    margin-top: 0;
    color: inherit;
}
.alert .alert-link
{
    font-weight: 700;
}
.alert>p, .alert>ul
{
    margin-bottom: 0;
}
.alert>p+p
{
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible
{
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close
{
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success
{
    background-color: #87c548;
    border-color: #7ab93b;
    color: #3c763d;
}
.alert-success hr
{
    border-top-color: #6da634;
}
.alert-success .alert-link
{
    color: #2b542c;
}
.alert-info
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr
{
    border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
    color: #245269;
}
.alert-warning
{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr
{
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
    color: #66512c;
}
.alert-danger
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr
{
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}
.progress
{
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: all width .6s ease ease-out;
    -moz-transition: all width .6s ease ease-out;
    -o-transition: all width .6s ease ease-out;
    transition: all width .6s ease ease-out;
}
.progress-striped .progress-bar, .progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active
{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success
{
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-info
{
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning
{
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger
{
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.media
{
    margin-top: 15px;
}
.media:first-child
{
    margin-top: 0;
}
.media, .media-body
{
    zoom: 1;
    overflow: hidden;
}
.media-body
{
    width: 10000px;
}
.media-object
{
    display: block;
}
.media-object.img-thumbnail
{
    max-width: none;
}
.media-right, .media>.pull-right
{
    padding-left: 10px;
}
.media-left, .media>.pull-left
{
    padding-right: 10px;
}
.media-left, .media-right, .media-body
{
    display: table-cell;
    vertical-align: top;
}
.media-middle
{
    vertical-align: middle;
}
.media-bottom
{
    vertical-align: bottom;
}
.media-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list
{
    padding-left: 0;
    list-style: none;
}
.list-group
{
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item
{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child
{
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.list-group-item:last-child
{
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
a.list-group-item, button.list-group-item
{
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading
{
    color: #333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus
{
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item
{
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus
{
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading
{
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text
{
    color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
{
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small
{
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text
{
    color: #666;
}
.list-group-item-success
{
    color: #3c763d;
    background-color: #87c548;
}
a.list-group-item-success, button.list-group-item-success
{
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus
{
    color: #3c763d;
    background-color: #7ab93b;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus
{
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info
{
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info
{
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus
{
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus
{
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning
{
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning
{
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus
{
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus
{
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger
{
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger
{
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus
{
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus
{
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text
{
    margin-bottom: 0;
    line-height: 1.3;
}
.panel
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body
{
    padding: 15px;
}
.panel-heading
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading>.dropdown .dropdown-toggle
{
    color: inherit;
}
.panel-title
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a
{
    color: inherit;
}
.panel-footer
{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel>.list-group, .panel>.panel-collapse>.list-group
{
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item
{
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
{
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child
{
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child
{
    border-top-width: 0;
}
.list-group+.panel-footer
{
    border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table
{
    margin-bottom: 0;
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption
{
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
    border-top-left-radius: 0;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
    border-top-right-radius: 0;
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
    border-bottom-left-radius: 0;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
    border-bottom-right-radius: 0;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body
{
    border-top: 1px solid #d6d4d4;
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td
{
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered
{
    border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
{
    border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
{
    border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
    border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
{
    border-bottom: 0;
}
.panel>.table-responsive
{
    border: 0;
    margin-bottom: 0;
}
.panel-group
{
    margin-bottom: 20px;
}
.panel-group .panel
{
    margin-bottom: 0;
    border-radius: 1px;
}
.panel-group .panel+.panel
{
    margin-top: 5px;
}
.panel-group .panel-heading
{
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group
{
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer
{
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
    border-bottom: 1px solid #ddd;
}
.panel-default
{
    border-color: #ddd;
}
.panel-default>.panel-heading
{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #ddd;
}
.panel-default>.panel-heading .badge
{
    color: #f5f5f5;
    background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #ddd;
}
.panel-primary
{
    border-color: #000;
}
.panel-primary>.panel-heading
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #000;
}
.panel-primary>.panel-heading .badge
{
    color: #000;
    background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #000;
}
.panel-success
{
    border-color: #7ab93b;
}
.panel-success>.panel-heading
{
    color: #3c763d;
    background-color: #87c548;
    border-color: #7ab93b;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #7ab93b;
}
.panel-success>.panel-heading .badge
{
    color: #87c548;
    background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #7ab93b;
}
.panel-info
{
    border-color: #bce8f1;
}
.panel-info>.panel-heading
{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge
{
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #bce8f1;
}
.panel-warning
{
    border-color: #faebcc;
}
.panel-warning>.panel-heading
{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge
{
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #faebcc;
}
.panel-danger
{
    border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge
{
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #ebccd1;
}
.embed-responsive
{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}
.embed-responsive-4by3
{
    padding-bottom: 75%;
}
.well
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well blockquote
{
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}
.well-lg
{
    padding: 24px;
    border-radius: 6px;
}
.well-sm
{
    padding: 9px;
    border-radius: 3px;
}
.close
{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
}
.close:hover, .close:focus
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}
button.close
{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open
{
    overflow: hidden;
}
.modal
{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog
{
    -webkit-transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog
{
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content
{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade
{
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.modal-backdrop.in
{
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}
.modal-header
{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close
{
    margin-top: -2px;
}
.modal-title
{
    margin: 0;
    line-height: 20px;
}
.modal-body
{
    position: relative;
    padding: 15px;
}
.modal-footer
{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn
{
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn
{
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
    margin-left: 0;
}
.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media(min-width: 768px)
{
    .modal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
    .modal-sm
    {
        width: 300px;
    }
}
@media(min-width: 992px)
{
    .modal-lg
    {
        width: 900px;
    }
}
.tooltip
{
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 20px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.tooltip.in
{
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
.tooltip.top
{
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right
{
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom
{
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left
{
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner
{
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 1px;
}
.tooltip-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow
{
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow
{
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow
{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow
{
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow
{
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 20px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.popover.top
{
    margin-top: -10px;
}
.popover.right
{
    margin-left: 10px;
}
.popover.bottom
{
    margin-top: 10px;
}
.popover.left
{
    margin-left: -10px;
}
.popover-title
{
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content
{
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow
{
    border-width: 11px;
}
.popover>.arrow:after
{
    border-width: 10px;
    content: "";
}
.popover.top>.arrow
{
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}
.popover.top>.arrow:after
{
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right>.arrow
{
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}
.popover.right>.arrow:after
{
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom>.arrow
{
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}
.popover.bottom>.arrow:after
{
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left>.arrow
{
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}
.popover.left>.arrow:after
{
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel
{
    position: relative;
}
.carousel-inner
{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner>.item
{
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition: all .6s ease-in-out left ease-out;
    -moz-transition: all .6s ease-in-out left ease-out;
    -o-transition: all .6s ease-in-out left ease-out;
    transition: all .6s ease-in-out left ease-out;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    line-height: 1;
    min-width: 100%;
}
@media all and (transform-3d),(-webkit-transform-3d)
{
    .carousel-inner>.item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next, .carousel-inner>.item.active.right
    {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0;
    }
    .carousel-inner>.item.prev, .carousel-inner>.item.active.left
    {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0;
    }
    .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active
    {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0;
    }
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev
{
    display: block;
}
.carousel-inner>.active
{
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev
{
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner>.next
{
    left: 100%;
}
.carousel-inner>.prev
{
    left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right
{
    left: 0;
}
.carousel-inner>.active.left
{
    left: -100%;
}
.carousel-inner>.active.right
{
    left: 100%;
}
.carousel-control
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
}
.carousel-control.left
{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right
{
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus
{
    outline: 0;
    color: #fff;
    text-decoration: none;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
{
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
{
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next
{
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before
{
    content: '‹';
}
.carousel-control .icon-next:before
{
    content: '›';
}
.carousel-indicators
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}
.carousel-indicators .active
{
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption
{
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption .btn
{
    text-shadow: none;
}
@media screen and (min-width: 768px)
{
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next
    {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
    {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
    {
        margin-right: -10px;
    }
    .carousel-caption
    {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators
    {
        bottom: 20px;
    }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, #main:before, #main:after, #footer .section:before, #footer .section:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, ul.products-grid.grid-list:before, ul.products-grid.grid-list:after, ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, #main:after, #footer .section:after, .form-horizontal .form-group:after, ul.products-grid.grid-list:after, ul.products-grid.grid-list:after
{
    clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, #main:before, #main:after, #footer .section:before, #footer .section:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, ul.products-grid.grid-list:before, ul.products-grid.grid-list:after, ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: "";
    display: table;
    width: 0;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, #main:after, #footer .section:after, .form-horizontal .form-group:after, ul.products-grid.grid-list:after, ul.products-grid.grid-list:after
{
    clear: both;
}
.center-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right
{
    float: right!important;
}
.pull-left
{
    float: left!important;
}
.hide
{
    display: none!important;
}
.show
{
    display: block!important;
}
.invisible
{
    visibility: hidden;
}
.text-hide
{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden
{
    display: none!important;
}
.affix
{
    position: fixed;
}
@-ms-viewport{width:device-width}
.visible-xs, .visible-sm, .visible-md, .visible-lg
{
    display: none!important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block
{
    display: none!important;
}
@media(max-width: 767px)
{
    .visible-xs
    {
        display: block!important;
    }
    table.visible-xs
    {
        display: table!important;
    }
    tr.visible-xs
    {
        display: table-row!important;
    }
    th.visible-xs, td.visible-xs
    {
        display: table-cell!important;
    }
}
@media(max-width: 767px)
{
    .visible-xs-block
    {
        display: block!important;
    }
}
@media(max-width: 767px)
{
    .visible-xs-inline
    {
        display: inline!important;
    }
}
@media(max-width: 767px)
{
    .visible-xs-inline-block
    {
        display: inline-block!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .visible-sm
    {
        display: block!important;
    }
    table.visible-sm
    {
        display: table!important;
    }
    tr.visible-sm
    {
        display: table-row!important;
    }
    th.visible-sm, td.visible-sm
    {
        display: table-cell!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .visible-sm-block
    {
        display: block!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .visible-sm-inline
    {
        display: inline!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .visible-sm-inline-block
    {
        display: inline-block!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .visible-md
    {
        display: block!important;
    }
    table.visible-md
    {
        display: table!important;
    }
    tr.visible-md
    {
        display: table-row!important;
    }
    th.visible-md, td.visible-md
    {
        display: table-cell!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .visible-md-block
    {
        display: block!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .visible-md-inline
    {
        display: inline!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .visible-md-inline-block
    {
        display: inline-block!important;
    }
}
@media(min-width: 1200px)
{
    .visible-lg
    {
        display: block!important;
    }
    table.visible-lg
    {
        display: table!important;
    }
    tr.visible-lg
    {
        display: table-row!important;
    }
    th.visible-lg, td.visible-lg
    {
        display: table-cell!important;
    }
}
@media(min-width: 1200px)
{
    .visible-lg-block
    {
        display: block!important;
    }
}
@media(min-width: 1200px)
{
    .visible-lg-inline
    {
        display: inline!important;
    }
}
@media(min-width: 1200px)
{
    .visible-lg-inline-block
    {
        display: inline-block!important;
    }
}
@media(max-width: 767px)
{
    .hidden-xs
    {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .hidden-sm
    {
        display: none!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .hidden-md
    {
        display: none!important;
    }
}
@media(min-width: 1200px)
{
    .hidden-lg
    {
        display: none!important;
    }
}
.visible-print
{
    display: none!important;
}
@media print
{
    .visible-print
    {
        display: block!important;
    }
    table.visible-print
    {
        display: table!important;
    }
    tr.visible-print
    {
        display: table-row!important;
    }
    th.visible-print, td.visible-print
    {
        display: table-cell!important;
    }
}
.visible-print-block
{
    display: none!important;
}
@media print
{
    .visible-print-block
    {
        display: block!important;
    }
}
.visible-print-inline
{
    display: none!important;
}
@media print
{
    .visible-print-inline
    {
        display: inline!important;
    }
}
.visible-print-inline-block
{
    display: none!important;
}
@media print
{
    .visible-print-inline-block
    {
        display: inline-block!important;
    }
}
@media print
{
    .hidden-print
    {
        display: none!important;
    }
}
@font-face
{
    font-family: 'FontAwesome';
    src: url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.eot?") format('embedded-opentype'),url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("/skins/TemplateMonster_SparePartsStore/customer/font-awesome/fontawesome-webfont.svg?v=4.7.0") format('svg');
    font-weight: 400;
    font-style: normal;
}
.fa
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg
{
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-2x
{
    font-size: 2em;
}
.fa-3x
{
    font-size: 3em;
}
.fa-4x
{
    font-size: 4em;
}
.fa-5x
{
    font-size: 5em;
}
.fa-fw
{
    width: 1.28571429em;
    text-align: center;
}
.fa-ul
{
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li
{
    position: relative;
}
.fa-li
{
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg
{
    left: -1.85714286em;
}
.fa-border
{
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.fa-pull-left
{
    float: left;
}
.fa-pull-right
{
    float: right;
}
.fa.fa-pull-left
{
    margin-right: .3em;
}
.fa.fa-pull-right
{
    margin-left: .3em;
}
.pull-right
{
    float: right;
}
.pull-left
{
    float: left;
}
.fa.pull-left
{
    margin-right: .3em;
}
.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(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90
{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180
{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270
{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal
{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-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);
    -ms-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
{
    filter: none;
}
.fa-stack
{
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x
{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x
{
    line-height: inherit;
}
.fa-stack-2x
{
    font-size: 2em;
}
.fa-inverse
{
    color: #fff;
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face
{
    font-family: 'xcartskin';
    src: url("/skins/TemplateMonster_SparePartsStore/customer/iconfont/xcartskin.eot?oaqn6v");
    src: url("/skins/TemplateMonster_SparePartsStore/customer/iconfont/xcartskin.eot?oaqn6v") format('embedded-opentype'),url("/skins/TemplateMonster_SparePartsStore/customer/iconfont/xcartskin.ttf?oaqn6v") format('truetype'),url("/skins/TemplateMonster_SparePartsStore/customer/iconfont/xcartskin.woff?oaqn6v") format('woff'),url("/skins/TemplateMonster_SparePartsStore/customer/iconfont/xcartskin.svg?oaqn6v") format('svg');
    font-weight: 400;
    font-style: normal;
}
.iconfont
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em;
    font-size: 20px;
    content: "三";
}
.icon-bag:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-search:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-compare:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-chevron-down:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-down--right:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-up:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-up--right:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-left:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-left--right:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-right:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-chevron-right--right:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.icon-orders:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-settings:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-settings-fill:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-logout:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-person:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-trash:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: baseline;
}
.icon-indicator:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-zoom:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-wishlist:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-star:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-list-view:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-grid-view:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-table-view:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-filters:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-ok-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-pencil:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-mail:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-phone:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-location:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-minus:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-plus:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-minus--after:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-plus--after:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-cross:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-account:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-my-account-profile:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.icon-close
{
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    margin: 0;
    color: #000;
}
.icon-close:before, .icon-close:after
{
    position: absolute;
    left: 10px;
    top: -4px;
    content: ' ';
    height: 29px;
    width: 1px;
    background-color: #000;
}
.icon-close:before
{
    transform: rotate(45deg);
}
.icon-close:after
{
    transform: rotate(-45deg);
}
.icon-close:hover:before, .icon-close:hover:after
{
    background-color: #777;
}
.mm-menu.mm-right
{
    left: auto;
    right: 0;
}
html.mm-right.mm-opening .mm-slideout
{
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
}
@media all and (max-width: 175px)
{
    html.mm-right.mm-opening .mm-slideout
    {
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0);
    }
}
@media all and (min-width: 550px)
{
    html.mm-right.mm-opening .mm-slideout
    {
        -webkit-transform: translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0);
    }
}
html.mm-front .mm-slideout
{
    -webkit-transform: none!important;
    transform: none!important;
    z-index: 0;
}
html.mm-front #mm-blocker
{
    z-index: 1;
}
html.mm-front .mm-menu
{
    z-index: 2;
}
.mm-menu.mm-front, .mm-menu.mm-next
{
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right
{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.mm-menu.mm-top
{
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.mm-menu.mm-bottom
{
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mm-menu.mm-fullscreen
{
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout
{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
@media all and (max-width: 140px)
{
    html.mm-opening.mm-fullscreen .mm-slideout
    {
        -webkit-transform: translate3d(140px,0,0);
        transform: translate3d(140px,0,0);
    }
}
@media all and (min-width: 10000px)
{
    html.mm-opening.mm-fullscreen .mm-slideout
    {
        -webkit-transform: translate3d(10000px,0,0);
        transform: translate3d(10000px,0,0);
    }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout
{
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
@media all and (max-width: 140px)
{
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout
    {
        -webkit-transform: translate3d(-140px,0,0);
        transform: translate3d(-140px,0,0);
    }
}
@media all and (min-width: 10000px)
{
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout
    {
        -webkit-transform: translate3d(-10000px,0,0);
        transform: translate3d(-10000px,0,0);
    }
}
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top
{
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page
{
    box-shadow: none!important;
}
.baseliner:after
{
    z-index: 99999999!important;
}
html, body
{
    height: 100%;
}
#page-wrapper
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 100vh;
    min-width: 320px;
}
#page-wrapper>*:first-child
{
    flex-shrink: 0;
}
#page-wrapper #page
{
    flex: 1 0 auto;
}
#main
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    #main
    {
        width: 760px;
    }
}
@media(min-width: 992px)
{
    #main
    {
        width: 980px;
    }
}
@media(min-width: 1200px)
{
    #main
    {
        width: 1180px;
    }
}
#main>.navbar-header, #main>.navbar-collapse
{
    margin-right: 0;
    margin-left: 0;
}
@media(min-width: 768px)
{
    #main>.navbar-header, #main>.navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}
#main:after
{
    height: 0;
    font-size: 0;
    line-height: 0;
}
@media(min-width: 768px) and (max-width: 991px)
{
    #main
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
#page
{
    padding-bottom: 0;
}
@media(min-width: 768px)
{
    .flex-container
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media(min-width: 992px)
{
    .flex-container
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media(min-width: 1200px)
{
    .flex-container
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.sidebar
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .sidebar
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 992px)
{
    .sidebar
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 1200px)
{
    .sidebar
    {
        float: left;
        width: 25%;
    }
}
@media(max-width: 767px)
{
    .sidebar
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.one-sidebar #content
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .one-sidebar #content
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(min-width: 992px)
{
    .one-sidebar #content
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(min-width: 1200px)
{
    .one-sidebar #content
    {
        float: left;
        width: 75%;
    }
}
@media(max-width: 767px)
{
    .one-sidebar #content
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.two-sidebars .sidebar
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 992px)
{
    .two-sidebars .sidebar
    {
        float: left;
        width: 25%;
    }
}
.two-sidebars #content
{
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .two-sidebars #content
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(min-width: 992px)
{
    .two-sidebars #content
    {
        float: left;
        width: 50%;
    }
}
@media(min-width: 1200px)
{
    .two-sidebars #content
    {
        float: left;
        width: 50%;
    }
}
@media(max-width: 767px)
{
    .two-sidebars #content
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.one-sidebar.sidebar-first-empty .sidebar, .one-sidebar.sidebar-second-empty .sidebar
{
    display: none;
}
.one-sidebar.sidebar-first-empty #content, .one-sidebar.sidebar-second-empty #content
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
}
@media(min-width: 1200px)
{
    .one-sidebar.sidebar-first-empty #content, .one-sidebar.sidebar-second-empty #content
    {
        float: left;
        width: 100%;
    }
}
.one-sidebar.sidebar-first-empty .flex-container, .one-sidebar.sidebar-second-empty .flex-container
{
    margin-left: 0;
    margin-right: 0;
}
.two-sidebars.sidebar-first-empty #sidebar-second, .two-sidebars.sidebar-second-empty #sidebar-second
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .two-sidebars.sidebar-first-empty #sidebar-second, .two-sidebars.sidebar-second-empty #sidebar-second
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 992px)
{
    .two-sidebars.sidebar-first-empty #sidebar-second, .two-sidebars.sidebar-second-empty #sidebar-second
    {
        float: left;
        width: 25%;
    }
}
@media(min-width: 1200px)
{
    .two-sidebars.sidebar-first-empty #sidebar-second, .two-sidebars.sidebar-second-empty #sidebar-second
    {
        float: left;
        width: 25%;
    }
}
@media(max-width: 767px)
{
    .two-sidebars.sidebar-first-empty #sidebar-second, .two-sidebars.sidebar-second-empty #sidebar-second
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.two-sidebars.sidebar-first-empty #content, .two-sidebars.sidebar-second-empty #content
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .two-sidebars.sidebar-first-empty #content, .two-sidebars.sidebar-second-empty #content
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(min-width: 992px)
{
    .two-sidebars.sidebar-first-empty #content, .two-sidebars.sidebar-second-empty #content
    {
        float: left;
        width: 75%;
    }
}
@media(min-width: 1200px)
{
    .two-sidebars.sidebar-first-empty #content, .two-sidebars.sidebar-second-empty #content
    {
        float: left;
        width: 75%;
    }
}
@media(max-width: 767px)
{
    .two-sidebars.sidebar-first-empty #content, .two-sidebars.sidebar-second-empty #content
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.two-sidebars.sidebar-first-empty #sidebar-first
{
    display: none;
}
.two-sidebars.sidebar-second-empty #sidebar-second
{
    display: none;
}
.two-sidebars.sidebar-first-empty.sidebar-second-empty .sidebar
{
    display: none;
}
.two-sidebars.sidebar-first-empty.sidebar-second-empty #content
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
}
@media(min-width: 1200px)
{
    .two-sidebars.sidebar-first-empty.sidebar-second-empty #content
    {
        float: left;
        width: 100%;
    }
}
.two-sidebars.sidebar-first-empty.sidebar-second-empty .flex-container
{
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 1199px)
{
    .one-sidebar.sidebar-first-only-categories .sidebar, .one-sidebar.sidebar-second-only-categories .sidebar
    {
        display: none;
    }
    .one-sidebar.sidebar-first-only-categories #content, .one-sidebar.sidebar-second-only-categories #content
    {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: auto;
    }
    .one-sidebar.sidebar-first-only-categories .flex-container, .one-sidebar.sidebar-second-only-categories .flex-container
    {
        margin-left: 0;
        margin-right: 0;
    }
    .two-sidebars.sidebar-first-only-categories #sidebar-second, .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .two-sidebars.sidebar-first-only-categories #content, .two-sidebars.sidebar-second-only-categories #content
    {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .two-sidebars.sidebar-first-only-categories #sidebar-first
    {
        display: none;
    }
    .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        display: none;
    }
    .two-sidebars.sidebar-first-only-categories.sidebar-second-only-categories .sidebar
    {
        display: none;
    }
    .two-sidebars.sidebar-first-only-categories.sidebar-second-only-categories #content
    {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: auto;
    }
    .two-sidebars.sidebar-first-only-categories.sidebar-second-only-categories .flex-container
    {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 1199px) and (min-width: 1200px)
{
    .one-sidebar.sidebar-first-only-categories #content, .one-sidebar.sidebar-second-only-categories #content
    {
        float: left;
        width: 100%;
    }
}
@media(max-width: 1199px) and (min-width: 768px)
{
    .two-sidebars.sidebar-first-only-categories #sidebar-second, .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(max-width: 1199px) and (min-width: 992px)
{
    .two-sidebars.sidebar-first-only-categories #sidebar-second, .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        float: left;
        width: 25%;
    }
}
@media(max-width: 1199px) and (min-width: 1200px)
{
    .two-sidebars.sidebar-first-only-categories #sidebar-second, .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        float: left;
        width: 25%;
    }
}
@media(max-width: 1199px) and (max-width: 767px)
{
    .two-sidebars.sidebar-first-only-categories #sidebar-second, .two-sidebars.sidebar-second-only-categories #sidebar-second
    {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 1199px) and (min-width: 768px)
{
    .two-sidebars.sidebar-first-only-categories #content, .two-sidebars.sidebar-second-only-categories #content
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(max-width: 1199px) and (min-width: 992px)
{
    .two-sidebars.sidebar-first-only-categories #content, .two-sidebars.sidebar-second-only-categories #content
    {
        float: left;
        width: 75%;
    }
}
@media(max-width: 1199px) and (min-width: 1200px)
{
    .two-sidebars.sidebar-first-only-categories #content, .two-sidebars.sidebar-second-only-categories #content
    {
        float: left;
        width: 75%;
    }
}
@media(max-width: 1199px) and (max-width: 767px)
{
    .two-sidebars.sidebar-first-only-categories #content, .two-sidebars.sidebar-second-only-categories #content
    {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 1199px) and (min-width: 1200px)
{
    .two-sidebars.sidebar-first-only-categories.sidebar-second-only-categories #content
    {
        float: left;
        width: 100%;
    }
}
.no-sidebars .flex-container
{
    margin-left: 0;
    margin-right: 0;
}
.no-sidebars #content
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 1200px)
{
    .no-sidebars #content
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 480px)
{
    #sidebar-second
    {
        padding-left: 0;
    }
}
@media(min-width: 768px)
{
    #sidebar-second
    {
        padding-left: 20px;
    }
}
@media(max-width: 767px)
{
    #sidebar-second
    {
        clear: both;
        padding-top: 30px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .two-sidebars #sidebar-first
    {
        margin-bottom: 0;
    }
    .two-sidebars #main-wrapper #content
    {
        float: right;
    }
    .two-sidebars #sidebar-second
    {
        clear: left;
        padding-left: 0;
        padding-right: 20px;
    }
}
#footer-area
{
    padding-left: 0;
    padding-right: 0;
}
#logo, .company-logo
{
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: left;
    position: relative;
}
@media(min-width: 992px)
{
    #logo, .company-logo
    {
        float: left;
        width: 27.75%;
    }
}
#logo img, .company-logo img
{
    transition: all .2s;
    padding: 0;
    max-height: 150px;
    max-width: 100%;
    width: auto;
    height: auto;
}
@media(min-width: 992px)
{
    #logo, .company-logo
    {
        display: -webkit-box;
        display: -mox-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}
.header-right-bar
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: right;
    width: auto;
    padding: 0 30px 0 20px;
    height: 50px;
    border-left: 1px solid rgba(255,255,255,.1);
}
@media(max-width: 991px)
{
    .header-right-bar
    {
        border: none;
        padding: 0;
    }
}
.header-right-bar>*
{
    display: inline-block;
    vertical-align: middle;
}
.header-right-bar>*:not(.disabled)>a
{
    cursor: pointer;
    color: #fff;
}
.header-right-bar>*:not(.disabled)>a:hover
{
    color: #777;
}
.header-right-bar>*.disabled>a
{
    cursor: default;
    color: #dcdcdc;
}
.header-right-bar .header_settings
{
    display: none;
}
.header-right-bar .header_search
{
    display: none;
}
.header-right-bar .block
{
    height: 100%;
    border: none;
}
.header-right-bar .block:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-right-bar .block .content
{
    vertical-align: middle;
    display: inline-block;
    background: 0 0;
    border: none;
}
.header-right-bar .lc-minicart
{
    color: #fff;
}
.header-right-bar .lc-minicart:before
{
    content: "";
}
.header-right-bar .lc-minicart:hover
{
    color: #d0243c;
}
.header-right-bar .lc-minicart:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #d0243c;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 36px;
}
.header-right-bar .lc-minicart.recently-updated:after
{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.header-right-bar .lc-minicart.recently-updated:after
{
    bottom: auto;
    top: 5px;
    left: 27px;
}
@media(max-width: 991px)
{
    .header-right-bar .lc-minicart.recently-updated:after
    {
        left: 36px;
    }
}
.header-right-bar .lc-minicart .minicart-items-text, .header-right-bar .lc-minicart .minicart-items-number
{
    line-height: 20px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    font-family: "Raleway",sans-serif;
}
@media(max-width: 991px)
{
    .header-right-bar .lc-minicart .minicart-items-text, .header-right-bar .lc-minicart .minicart-items-number
    {
        display: none;
    }
}
#header-area
{
    position: relative;
    margin: 0;
    z-index: 20000;
}
#header-area:before, #header-area:after
{
    content: " ";
    display: table;
}
#header-area:after
{
    clear: both;
}
#header-area:before, #header-area:after
{
    content: "";
    display: table;
    width: 0;
}
#header-area:after
{
    clear: both;
}
#header-area:before, #header-area:after
{
    content: " ";
    display: table;
}
#header-area:after
{
    clear: both;
}
#header-area:before, #header-area:after
{
    content: "";
    display: table;
    width: 0;
}
#header-area:after
{
    clear: both;
}
#header-area .desktop-header
{
    transition: all .4s;
    background: #fff;
    position: relative;
    width: 100%;
    left: 0;
}
@media(max-width: 767px)
{
    #header-area .desktop-header
    {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #header-area .desktop-header
    {
        display: none!important;
    }
}
#header-area .desktop-header .container
{
    padding: 0;
}
#header-area .desktop-header .header-break:before, #header-area .desktop-header .header-break:after
{
    content: " ";
    display: table;
}
#header-area .desktop-header .header-break:after
{
    clear: both;
}
#header-area .desktop-header .header-break:before, #header-area .desktop-header .header-break:after
{
    content: "";
    display: table;
    width: 0;
}
#header-area .desktop-header .header-break:after
{
    clear: both;
}
#header-area .desktop-header .header-break:before, #header-area .desktop-header .header-break:after
{
    content: " ";
    display: table;
}
#header-area .desktop-header .header-break:after
{
    clear: both;
}
#header-area .desktop-header .header-break:before, #header-area .desktop-header .header-break:after
{
    content: "";
    display: table;
    width: 0;
}
#header-area .desktop-header .header-break:after
{
    clear: both;
}
#header-area .header-top-block
{
    background: #383838;
    font-size: 13px;
}
#header-area .header-top-block .container
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
#header-area .header-top-block .container .header_bar-sign_in, #header-area .header-top-block .container .header_bar-my_account
{
    margin: 0 auto 0 0;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
}
#header-area .header-top-block .container #header-bar, #header-area .header-top-block .container #header, #header-area .header-top-block .container .search
{
    margin: 0;
}
#header-area .header-main-block
{
    background: #151515;
}
#header-area .header-main-block .container
{
    height: 165px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#header-area .header-main-block .container #logo
{
    margin: auto auto auto 0;
}
#header-area .header-main-block .container .navbar
{
    margin: auto 0 auto 30px;
    max-width: 70%;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    #header-area .mobile_header
    {
        display: none!important;
    }
}
@media(min-width: 1200px)
{
    #header-area .mobile_header
    {
        display: none!important;
    }
}
#header-area a:hover, #header-area a:focus
{
    color: #d0243c;
}
@media(max-width: 991px)
{
    #header-area:after
    {
        content: '';
        margin-bottom: 70px;
    }
}
#header-area .header_bar-my_account a.wishlist-link:hover i
{
    color: #d0243c;
}
#header-area .desktop-header ul.account-links li.wishlist-link .wishlist-label
{
    display: inline-block!important;
}
#header-area .header_bar-sign_in
{
    margin-left: 40px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
#header-area .header_bar-sign_in button
{
    border: none;
    padding: 0;
    background: 0 0;
    font-size: 13px;
    font-weight: 400;
}
#header-area .header_bar-sign_in button span
{
    transition: all .2s;
}
#header-area .header_bar-sign_in button:hover span
{
    color: #d0243c;
}
.header_search
{
    position: relative;
}
.header_search>a:before
{
    content: "";
}
.header_search>a:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
}
.header_search .header_search-panel
{
    z-index: 1;
    position: absolute;
    bottom: -14px;
    margin-left: -190px;
    background-color: #2f2f2f;
    box-shadow: -30px 0 11px -6px #151515;
}
@media(max-width: 991px)
{
    .header_search .header_search-panel
    {
        margin-left: -120px;
    }
}
@media(max-width: 480px)
{
    .header_search .header_search-panel
    {
        position: fixed;
        left: 10px;
        margin-left: 0;
        top: 5px;
        right: 10px;
        height: 40px;
    }
    .header_search .header_search-panel .simple-search-box
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_search .header_search-panel .simple-search-box>.table-value
    {
        height: 40px;
    }
    .header_search .header_search-panel .simple-search-box .table-value
    {
        width: 100%;
    }
    .header_search .header_search-panel .simple-search-box .table-value .input-field-wrapper
    {
        width: 98%;
    }
    .header_search .header_search-panel .simple-search-box .table-value .input-field-wrapper input
    {
        width: 100%;
    }
}
.simple-search-product-form
{
    position: relative;
}
.simple-search-box
{
    background: rgba(255,255,255,.1);
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    cursor: text;
}
.simple-search-box.focus input[type=text]
{
    color: #fff;
    text-shadow: 0 0 1px rgba(208,36,60,.1);
}
.simple-search-box.focus button[type=submit]
{
    color: #d0243c;
}
.simple-search-box>.table-value
{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 120px;
    padding-left: 10px;
    height: 50px;
    text-align: left;
}
.simple-search-box>.table-value:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.simple-search-box>.table-value .input-field-wrapper
{
    vertical-align: middle;
    display: inline-block;
    width: 95%;
}
.simple-search-box>.table-value input[type=text]
{
    border: none;
    outline: none;
    background: 0 0;
    color: #fff;
    line-height: 30px;
    height: 30px;
    max-width: 100%;
}
.simple-search-box>button[type=submit]
{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    background: 0 0!important;
    border: none;
    color: #d0243c;
    line-height: normal;
    padding: 0 15px;
}
.simple-search-box>button[type=submit]:before
{
    content: "";
}
.simple-search-box>button[type=submit]:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.simple-search-box>button[type=submit]:hover
{
    -moz-transform: scale(.75,.75);
    -ms-transform: scale(.75,.75);
    -webkit-transform: scale(.75,.75);
    transform: scale(.75,.75);
    color: #d0243c;
}
.simple-search-box>button[type=submit] span
{
    display: none;
}
#header-area .header_bar-my_account
{
    height: 50px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#header-area .header_bar-my_account>a
{
    cursor: pointer;
    color: #fff;
}
#header-area .header_bar-my_account>a:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
#header-area .header_bar-my_account>a:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d0243c;
    margin-right: 10px;
}
#header-area .header_bar-my_account>a:before
{
    content: "";
}
#header-area .header_bar-my_account .account-links.dropdown-menu
{
    margin: 0;
    border: none;
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    height: auto;
    left: 0;
    right: auto;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li
{
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    #header-area .header_bar-my_account .account-links.dropdown-menu>li
    {
        font-size: 12px;
        line-height: 20px;
    }
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li>a
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #000;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li>a span
{
    vertical-align: middle;
}
#header-area .header_bar-my_account .account-links.dropdown-menu>li>a:hover, #header-area .header_bar-my_account .account-links.dropdown-menu>li>a:focus
{
    color: #777;
    background: 0 0;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li~li
{
    margin-top: 20px;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a
{
    height: 20px;
    color: #000;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a:before
{
    margin-right: 10px;
    color: #dcdcdc;
    display: inline-block;
    text-align: center;
    width: 20px;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a span
{
    color: #000;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a svg
{
    height: 20px;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a svg path
{
    fill: #dcdcdc;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a:hover
{
    color: #777;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a:hover:before
{
    color: #d0243c;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a:hover span
{
    color: #777;
}
#header-area .header_bar-my_account .account-links.dropdown-menu li>a:hover svg path
{
    fill: #d0243c;
}
#header-area .header_bar-my_account .account-links.dropdown-menu .account-email
{
    white-space: nowrap;
}
#header-bar
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    float: right;
    width: auto;
}
#header-bar>*
{
    border-left: 1px solid rgba(255,255,255,.1);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
#header-bar>*>a
{
    color: #fff;
}
#header-bar>.account-links
{
    display: inline-block;
}
@media(max-width: 767px)
{
    #header-bar>.account-links
    {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #header-bar>.account-links
    {
        display: none!important;
    }
}
#header-bar>#search
{
    height: 40px;
    display: inline-block;
}
#header-bar .header_bar-locale>a
{
    cursor: pointer;
}
#header-bar .header_bar-locale>a:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
#header-bar .header_bar-locale>a span+span
{
    margin-left: 8px;
}
#header-bar .header_bar-locale>a span, #header-bar .header_bar-locale>a span:before
{
    display: inline-block;
    vertical-align: middle;
}
#header-bar .header_bar-locale>a .country-indicator+span:before
{
    color: rgba(255,255,255,.1);
    content: '|';
    margin-right: 8px;
    display: inline-block;
    transition: all .2s;
}
#header-bar .header_bar-locale>a .currency-indicator, #header-bar .header_bar-locale>a .language-indicator
{
    text-transform: uppercase;
    color: #888;
    transition: all .2s;
}
#header-bar .header_bar-locale>a .language-indicator+span:before
{
    color: rgba(255,255,255,.1);
    content: '–';
    margin-right: 8px;
    transition: all .2s;
    display: inline-block;
}
#header-bar .header_bar-locale>a:hover .currency-indicator, #header-bar .header_bar-locale>a:hover .language-indicator
{
    color: #d0243c;
}
#header-bar .header_bar-locale>a:hover .currency-indicator:before, #header-bar .header_bar-locale>a:hover .language-indicator:before
{
    color: #d0243c;
}
#header-bar .header_bar-locale .dropdown-menu
{
    margin: 0;
    border: none;
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    left: auto;
    right: 0;
    text-align: left;
}
#header-bar .header_bar-locale .dropdown-menu>li
{
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
#header-bar .header_bar-locale .dropdown-menu>li sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
#header-bar .header_bar-locale .dropdown-menu>li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
#header-bar .header_bar-locale .dropdown-menu>li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    #header-bar .header_bar-locale .dropdown-menu>li
    {
        font-size: 12px;
        line-height: 20px;
    }
}
#header-bar .header_bar-locale .dropdown-menu>li>a
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #000;
}
#header-bar .header_bar-locale .dropdown-menu>li>a span
{
    vertical-align: middle;
}
#header-bar .header_bar-locale .dropdown-menu>li>a:hover, #header-bar .header_bar-locale .dropdown-menu>li>a:focus
{
    color: #777;
    background: 0 0;
}
#header-bar .header_bar-locale .dropdown-menu li~li
{
    margin-top: 20px;
}
#header-bar .header_bar-locale .dropdown-menu select
{
    height: 40px;
}
body.fastlane-step-shipping .header_bar-sign_in, body.fastlane-step-payment .header_bar-sign_in
{
    display: none;
}
.locale_language-selector
{
    min-width: 220px;
}
.locale_language-selector .clear:before, .locale_language-selector .clear:after
{
    content: " ";
    display: table;
}
.locale_language-selector .clear:after
{
    clear: both;
}
.locale_language-selector .clear:before, .locale_language-selector .clear:after
{
    content: "";
    display: table;
    width: 0;
}
.locale_language-selector .clear:after
{
    clear: both;
}
.locale_language-selector .clear:before, .locale_language-selector .clear:after
{
    content: " ";
    display: table;
}
.locale_language-selector .clear:after
{
    clear: both;
}
.locale_language-selector .clear:before, .locale_language-selector .clear:after
{
    content: "";
    display: table;
    width: 0;
}
.locale_language-selector .clear:after
{
    clear: both;
}
.locale_language-selector .table-label, .locale_language-selector .star
{
    display: none;
}
.locale_language-selector .input-group+.input-group
{
    margin-top: 10px;
}
.locale_language-selector .input-group, .locale_language-selector .table-value, .locale_language-selector .input-field-wrapper
{
    width: 100%;
}
.locale_language-selector .group
{
    line-height: 20px;
}
.locale_language-selector .group:before, .locale_language-selector .group:after
{
    content: " ";
    display: table;
}
.locale_language-selector .group:after
{
    clear: both;
}
.locale_language-selector .group:before, .locale_language-selector .group:after
{
    content: "";
    display: table;
    width: 0;
}
.locale_language-selector .group:after
{
    clear: both;
}
.locale_language-selector .group:before, .locale_language-selector .group:after
{
    content: " ";
    display: table;
}
.locale_language-selector .group:after
{
    clear: both;
}
.locale_language-selector .group:before, .locale_language-selector .group:after
{
    content: "";
    display: table;
    width: 0;
}
.locale_language-selector .group:after
{
    clear: both;
}
.locale_language-selector .group .heading
{
    margin-bottom: 10px;
}
.locale_language-selector .group+.group
{
    margin-top: 20px;
}
.locale_language-selector button
{
    width: 100%;
}
.target-checkout button.signin
{
    display: none;
}
.target-checkout .signin-login-wrapper .login-form button.submit
{
    margin-top: 20px;
}
.target-checkout .signin-login-wrapper .login-form .create-account-link
{
    display: none;
}
.target-checkout .signin-login-wrapper .login-form .forgot
{
    float: none;
}
.target-checkout .signin-login-wrapper .login-form tr:last-of-type td
{
    text-align: center;
}
.target-recover-password #content #page-title, .target-login #content #page-title, .unauthorized.target-profile #content #page-title
{
    text-align: center;
}
.target-recover-password .profile-form, .target-login .profile-form, .unauthorized.target-profile .profile-form
{
    margin: 0 auto;
}
.target-recover-password .tab-content, .target-login .tab-content, .unauthorized.target-profile .tab-content
{
    padding-top: 0;
}
.target-login .login-form
{
    max-width: 366px;
}
.widget-accountdialog
{
    max-width: 366px;
    margin: 0 auto;
}
@media(min-width: 768px)
{
    .widget-authorization, .widget-accountdialog, .widget-recoverpassword
    {
        min-width: 366px;
    }
}
.widget-authorization .form-error, .widget-accountdialog .form-error, .widget-recoverpassword .form-error
{
    margin-bottom: 20px;
    text-align: center;
}
form.login-form, form.recovery-form
{
    max-width: 366px;
    margin: 0 auto;
}
.login-box, .signin-anonymous-box, .register-box
{
    max-width: 366px;
    margin: 0 auto;
}
.force-change-password-section .profile-form
{
    margin: 0 auto;
}
.force-change-password-section .header-text
{
    text-align: center;
}
.force-change-password-section h3
{
    text-align: center;
}
.profile-form
{
    max-width: 366px;
}
.tab-content .profile-form
{
    margin-bottom: 80px;
}
.profile-form div.table-value
{
    float: none;
}
.profile-form .table
{
    width: 100%;
    margin: 0 auto;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label)
{
    position: relative;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating)>.table-label, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating).focused>.table-label, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control :-ms-input-placeholder, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control::-moz-placeholder, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control:-ms-input-placeholder, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control::-webkit-input-placeholder, .profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.profile-form .table li.input:not(.input-label):not(.checkbox-label):not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.profile-form .table li.input-checkbox
{
    display: list-item;
    padding-left: 0;
}
.profile-form .table li.input-checkbox .table-label
{
    float: none;
    display: inline-block;
}
.profile-form .table li.input-checkbox .table-value
{
    float: left;
}
.profile-form .table li.input-label .table-value
{
    display: none;
}
.profile-form .model-form-buttons
{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.profile-form .model-form-buttons>*
{
    display: inline-block;
    width: 50%;
    text-align: center;
}
.profile-form .model-form-buttons>* a
{
    line-height: 20px;
    display: inline-block;
}
.profile-form .model-form-buttons .button.delete_profile:empty
{
    display: none;
}
.profile-form .model-form-buttons>.button.delete_profile
{
    float: none;
    margin-top: 20px;
}
.profile-form .model-form-buttons>.button.delete_profile a
{
    margin: 0!important;
}
.profile-form .model-form-buttons>.button.signin
{
    margin-top: 20px;
    width: 100%;
}
.profile-form .model-form-buttons>.submit
{
    clear: both;
    float: none;
    width: 100%;
}
.profile-form .model-form-buttons button.submit
{
    padding: 10px 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 56px;
    border-radius: 1px;
    width: 100%;
}
.recover-password-message
{
    text-align: center;
}
.recover-password-message:last-of-type
{
    margin-bottom: 60px;
}
table.login-form, table.recover-password-form, table.continue-as-guest-form
{
    width: 100%;
    margin: 0 auto;
}
table.login-form td, table.recover-password-form td, table.continue-as-guest-form td, table.login-form li.input, table.recover-password-form li.input, table.continue-as-guest-form li.input
{
    border: 0;
    padding: 0;
}
table.login-form td.field, table.recover-password-form td.field, table.continue-as-guest-form td.field, table.login-form li.input.field, table.recover-password-form li.input.field, table.continue-as-guest-form li.input.field
{
    position: relative;
}
table.login-form td.field:not(.not-floating)>.table-label, table.recover-password-form td.field:not(.not-floating)>.table-label, table.continue-as-guest-form td.field:not(.not-floating)>.table-label, table.login-form li.input.field:not(.not-floating)>.table-label, table.recover-password-form li.input.field:not(.not-floating)>.table-label, table.continue-as-guest-form li.input.field:not(.not-floating)>.table-label, table.login-form td.field:not(.not-floating)>label:not(.checkbox-label):not(.rating), table.recover-password-form td.field:not(.not-floating)>label:not(.checkbox-label):not(.rating), table.continue-as-guest-form td.field:not(.not-floating)>label:not(.checkbox-label):not(.rating), table.login-form li.input.field:not(.not-floating)>label:not(.checkbox-label):not(.rating), table.recover-password-form li.input.field:not(.not-floating)>label:not(.checkbox-label):not(.rating), table.continue-as-guest-form li.input.field:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
table.login-form td.field:not(.not-floating).focused>.table-label, table.recover-password-form td.field:not(.not-floating).focused>.table-label, table.continue-as-guest-form td.field:not(.not-floating).focused>.table-label, table.login-form li.input.field:not(.not-floating).focused>.table-label, table.recover-password-form li.input.field:not(.not-floating).focused>.table-label, table.continue-as-guest-form li.input.field:not(.not-floating).focused>.table-label, table.login-form td.field:not(.not-floating).focused>label:not(.checkbox-label), table.recover-password-form td.field:not(.not-floating).focused>label:not(.checkbox-label), table.continue-as-guest-form td.field:not(.not-floating).focused>label:not(.checkbox-label), table.login-form li.input.field:not(.not-floating).focused>label:not(.checkbox-label), table.recover-password-form li.input.field:not(.not-floating).focused>label:not(.checkbox-label), table.continue-as-guest-form li.input.field:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
table.login-form td.field:not(.not-floating) .table-value .tooltip-main, table.recover-password-form td.field:not(.not-floating) .table-value .tooltip-main, table.continue-as-guest-form td.field:not(.not-floating) .table-value .tooltip-main, table.login-form li.input.field:not(.not-floating) .table-value .tooltip-main, table.recover-password-form li.input.field:not(.not-floating) .table-value .tooltip-main, table.continue-as-guest-form li.input.field:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
table.login-form td.field:not(.not-floating) .has-success.has-success-mark, table.recover-password-form td.field:not(.not-floating) .has-success.has-success-mark, table.continue-as-guest-form td.field:not(.not-floating) .has-success.has-success-mark, table.login-form li.input.field:not(.not-floating) .has-success.has-success-mark, table.recover-password-form li.input.field:not(.not-floating) .has-success.has-success-mark, table.continue-as-guest-form li.input.field:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
table.login-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.recover-password-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.continue-as-guest-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.login-form li.input.field:not(.not-floating) .has-success.has-success-mark:before, table.recover-password-form li.input.field:not(.not-floating) .has-success.has-success-mark:before, table.continue-as-guest-form li.input.field:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
table.login-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.recover-password-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.continue-as-guest-form td.field:not(.not-floating) .has-success.has-success-mark:before, table.login-form li.input.field:not(.not-floating) .has-success.has-success-mark:before, table.recover-password-form li.input.field:not(.not-floating) .has-success.has-success-mark:before, table.continue-as-guest-form li.input.field:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
table.login-form td.field:not(.not-floating) textarea.form-control, table.recover-password-form td.field:not(.not-floating) textarea.form-control, table.continue-as-guest-form td.field:not(.not-floating) textarea.form-control, table.login-form li.input.field:not(.not-floating) textarea.form-control, table.recover-password-form li.input.field:not(.not-floating) textarea.form-control, table.continue-as-guest-form li.input.field:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
table.login-form td.field:not(.not-floating) select.form-control, table.recover-password-form td.field:not(.not-floating) select.form-control, table.continue-as-guest-form td.field:not(.not-floating) select.form-control, table.login-form li.input.field:not(.not-floating) select.form-control, table.recover-password-form li.input.field:not(.not-floating) select.form-control, table.continue-as-guest-form li.input.field:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
table.login-form td.field:not(.not-floating) .form-control, table.recover-password-form td.field:not(.not-floating) .form-control, table.continue-as-guest-form td.field:not(.not-floating) .form-control, table.login-form li.input.field:not(.not-floating) .form-control, table.recover-password-form li.input.field:not(.not-floating) .form-control, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control, table.login-form td.field:not(.not-floating) .form-control-label, table.recover-password-form td.field:not(.not-floating) .form-control-label, table.continue-as-guest-form td.field:not(.not-floating) .form-control-label, table.login-form li.input.field:not(.not-floating) .form-control-label, table.recover-password-form li.input.field:not(.not-floating) .form-control-label, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
table.login-form td.field:not(.not-floating) .form-control :-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control :-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control :-ms-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control :-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control :-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control :-ms-input-placeholder, table.login-form td.field:not(.not-floating) .form-control-label :-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control-label :-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control-label :-ms-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control-label :-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control-label :-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
table.login-form td.field:not(.not-floating) .form-control::-moz-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control::-moz-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control::-moz-placeholder, table.login-form li.input.field:not(.not-floating) .form-control::-moz-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control::-moz-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control::-moz-placeholder, table.login-form td.field:not(.not-floating) .form-control-label::-moz-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control-label::-moz-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control-label::-moz-placeholder, table.login-form li.input.field:not(.not-floating) .form-control-label::-moz-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control-label::-moz-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
table.login-form td.field:not(.not-floating) .form-control:-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control:-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control:-ms-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control:-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control:-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control:-ms-input-placeholder, table.login-form td.field:not(.not-floating) .form-control-label:-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control-label:-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control-label:-ms-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control-label:-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control-label:-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
table.login-form td.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control::-webkit-input-placeholder, table.login-form td.field:not(.not-floating) .form-control-label::-webkit-input-placeholder, table.recover-password-form td.field:not(.not-floating) .form-control-label::-webkit-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating) .form-control-label::-webkit-input-placeholder, table.login-form li.input.field:not(.not-floating) .form-control-label::-webkit-input-placeholder, table.recover-password-form li.input.field:not(.not-floating) .form-control-label::-webkit-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
table.login-form td.field:not(.not-floating).focused .form-control::-moz-placeholder, table.recover-password-form td.field:not(.not-floating).focused .form-control::-moz-placeholder, table.continue-as-guest-form td.field:not(.not-floating).focused .form-control::-moz-placeholder, table.login-form li.input.field:not(.not-floating).focused .form-control::-moz-placeholder, table.recover-password-form li.input.field:not(.not-floating).focused .form-control::-moz-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
table.login-form td.field:not(.not-floating).focused .form-control:-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating).focused .form-control:-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating).focused .form-control:-ms-input-placeholder, table.login-form li.input.field:not(.not-floating).focused .form-control:-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating).focused .form-control:-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
table.login-form td.field:not(.not-floating).focused .form-control::-webkit-input-placeholder, table.recover-password-form td.field:not(.not-floating).focused .form-control::-webkit-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating).focused .form-control::-webkit-input-placeholder, table.login-form li.input.field:not(.not-floating).focused .form-control::-webkit-input-placeholder, table.recover-password-form li.input.field:not(.not-floating).focused .form-control::-webkit-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
table.login-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.recover-password-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.continue-as-guest-form td.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.login-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.recover-password-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder, table.continue-as-guest-form li.input.field:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
table.login-form td.field:not(.not-floating) .password-eye, table.recover-password-form td.field:not(.not-floating) .password-eye, table.continue-as-guest-form td.field:not(.not-floating) .password-eye, table.login-form li.input.field:not(.not-floating) .password-eye, table.recover-password-form li.input.field:not(.not-floating) .password-eye, table.continue-as-guest-form li.input.field:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
table.login-form tr+tr td, table.recover-password-form tr+tr td, table.continue-as-guest-form tr+tr td
{
    padding-top: 20px;
}
table.login-form tr+tr td.buttons, table.recover-password-form tr+tr td.buttons, table.continue-as-guest-form tr+tr td.buttons
{
    padding-top: 0;
}
table.login-form .table-value, table.recover-password-form .table-value, table.continue-as-guest-form .table-value, table.login-form .input-field-wrapper, table.recover-password-form .input-field-wrapper, table.continue-as-guest-form .input-field-wrapper
{
    width: 100%;
}
table.login-form a.forgot, table.recover-password-form a.forgot, table.continue-as-guest-form a.forgot
{
    float: right;
    font-size: 14px;
}
table.login-form .form-error, table.recover-password-form .form-error, table.continue-as-guest-form .form-error
{
    float: left;
}
table.login-form button.submit, table.recover-password-form button.submit, table.continue-as-guest-form button.submit
{
    padding: 10px 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 56px;
    border-radius: 1px;
    font-size: 18px;
    width: 100%;
    margin-top: 40px;
}
table.login-form .create-account-link, table.recover-password-form .create-account-link, table.continue-as-guest-form .create-account-link, table.login-form .popup-login, table.recover-password-form .popup-login, table.continue-as-guest-form .popup-login
{
    display: inline-block;
    font-size: 14px;
}
table.continue-as-guest-form button.submit.anonymous-continue-button
{
    margin-top: 0;
}
table.recover-password-form .sign-in
{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
button.force-notice
{
    display: none;
}
.signin-header
{
    text-align: center;
}
.signin-wrapper-heading
{
    text-align: center;
    margin-bottom: 20px;
}
.signin-wrapper-heading .heading
{
    margin-bottom: 10px;
}
.signin-login-wrapper
{
    padding-top: 20px;
}
.signin-login-wrapper form
{
    padding-top: 0!important;
}
.signin-login-wrapper .social-login-note, .signin-login-wrapper .social-login-container, .signin-login-wrapper .or-separator
{
    display: none;
}
.social-login-note
{
    display: none;
}
.or-separator
{
    display: block;
    width: 80%;
    border-bottom: 1px solid #d6d4d4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 39px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.or-separator .or-separator-text
{
    position: absolute;
    background: #fff;
    top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    transform: translate(-50%,0);
}
.social-login-container
{
    max-width: 366px;
    margin: 0 auto;
}
.social-login-container .social-login .social-net-element+.social-net-element
{
    margin-top: 20px;
}
.social-login-container .social-login .social-net-element:hover
{
    opacity: .8;
}
.signin-anonymous-wrapper
{
    padding-top: 20px;
}
.signin-anonymous-wrapper form
{
    padding-top: 0!important;
}
.signin-anonymous-wrapper .social-login
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: -2px;
    margin-right: -2px;
}
.signin-anonymous-wrapper .social-login .social-net-element
{
    flex: 1 1 33%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 20px;
}
.signin-anonymous-wrapper .social-login .social-net-element a
{
    padding: 8px 0 9px;
}
.signin-anonymous-wrapper .social-login .social-net-element .provider-name
{
    font-size: 14px;
}
.signin-anonymous-wrapper .social-login .social-net-element .fa
{
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.signin-anonymous-wrapper .social-login .social-net-element .action-label
{
    display: none;
}
.signin-anonymous-wrapper .social-login .social-net-element+.social-net-element
{
    margin-top: 0;
}
.signin-anonymous-wrapper .social-login .social-net-Amazon
{
    flex: 3 0 100%;
}
.signin-anonymous-wrapper .social-login .social-net-Amazon div>img
{
    height: 40px;
    width: 195px;
}
.signin-wrapper-heading .heading
{
    margin-bottom: 10px;
    border: none;
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.mobile_header .nav
{
    min-width: 320px;
    justify-content: space-between;
    margin: 0;
    display: flex;
}
.mobile_header .nav .mobile_header-right_menu
{
    margin-left: auto;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar
{
    position: relative;
    right: 0;
    z-index: 71;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar .block
{
    border: none;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar .block .content
{
    border: none;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar>*
{
    display: none;
    margin-left: 0;
    text-align: center;
    min-width: 48px;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar>*>a
{
    display: block;
    width: 100%;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar .header_search
{
    display: inline-block;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar .header_settings
{
    display: inline-block;
}
.mobile_header .nav .mobile_header-right_menu .header-right-bar .lc-minicart
{
    display: inline-block;
    padding: 0 10px;
}
.mobile_header .nav .mobile_header-slidebar a
{
    padding: 14px 10px 15px;
    min-width: 48px;
    text-align: center;
    color: #fff;
}
.mobile_header .nav .mobile_header-slidebar a:hover
{
    color: #777;
}
.mobile_header .nav .mobile_header-logo #logo, .mobile_header .nav .mobile_header-logo .company-logo
{
    width: auto;
}
.mobile_header .nav .mobile_header-logo #logo img, .mobile_header .nav .mobile_header-logo .company-logo img
{
    padding-right: 20px;
    padding-left: 20px;
    max-height: 50px;
}
@media(max-width: 767px)
{
    .mobile_header .nav .lc-minicart .items-list
    {
        width: 420px;
    }
    .mobile_header .nav .buttons-row>*
    {
        width: 160px;
    }
}
@media(max-width: 480px)
{
    .mobile_header .nav .dropdown-menu, .mobile_header .nav .lc-minicart .items-list
    {
        top: 50px;
        position: fixed;
        right: 0;
    }
    .mobile_header .nav .lc-minicart .items-list
    {
        width: 100%;
    }
    .mobile_header .nav .lc-minicart .items-list .item-image
    {
        margin-right: 20px;
    }
    .mobile_header .nav .lc-minicart .items-list .item-name
    {
        padding-left: 0;
    }
    .mobile_header .nav .lc-minicart .items-list .buttons-row>*
    {
        width: 100%;
    }
}
@media(max-width: 374px)
{
    .mobile_header .nav .lc-minicart .items-list .item-image
    {
        display: none;
    }
}
.volume-discounts-promo .next
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.volume-discounts-promo .next sup
{
    vertical-align: top;
    position: relative;
    top: 4px;
}
.volume-discounts-promo .next sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4px;
}
.volume-discounts-promo .next *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .volume-discounts-promo .next
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.coupons form
{
    position: relative;
}
.coupons form:not(.not-floating)>.table-label, .coupons form:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.coupons form:not(.not-floating).focused>.table-label, .coupons form:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.coupons form:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.coupons form:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.coupons form:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.coupons form:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.coupons form:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.coupons form:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.coupons form:not(.not-floating) .form-control, .coupons form:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.coupons form:not(.not-floating) .form-control :-ms-input-placeholder, .coupons form:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.coupons form:not(.not-floating) .form-control::-moz-placeholder, .coupons form:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.coupons form:not(.not-floating) .form-control:-ms-input-placeholder, .coupons form:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.coupons form:not(.not-floating) .form-control::-webkit-input-placeholder, .coupons form:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.coupons form:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.coupons form:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.coupons form:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.coupons form:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.coupons form:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.coupons form:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.coupons form:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.coupons form:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.coupons form:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.coupons form:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.modify-review-dialog .form-item
{
    position: relative;
}
.modify-review-dialog .form-item:not(.not-floating)>.table-label, .modify-review-dialog .form-item:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.modify-review-dialog .form-item:not(.not-floating).focused>.table-label, .modify-review-dialog .form-item:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.modify-review-dialog .form-item:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.modify-review-dialog .form-item:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.modify-review-dialog .form-item:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.modify-review-dialog .form-item:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.modify-review-dialog .form-item:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.modify-review-dialog .form-item:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.modify-review-dialog .form-item:not(.not-floating) .form-control, .modify-review-dialog .form-item:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.modify-review-dialog .form-item:not(.not-floating) .form-control :-ms-input-placeholder, .modify-review-dialog .form-item:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.modify-review-dialog .form-item:not(.not-floating) .form-control::-moz-placeholder, .modify-review-dialog .form-item:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.modify-review-dialog .form-item:not(.not-floating) .form-control:-ms-input-placeholder, .modify-review-dialog .form-item:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.modify-review-dialog .form-item:not(.not-floating) .form-control::-webkit-input-placeholder, .modify-review-dialog .form-item:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.modify-review-dialog .form-item:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.modify-review-dialog .form-item:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.modify-review-dialog .form-item:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.modify-review-dialog .form-item:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.modify-review-dialog .form-item:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.modify-review-dialog .form-item br
{
    display: none;
}
.modify-review-dialog .form-item .table-value .tooltip-main
{
    left: 290px;
}
.modify-review-dialog .model.form.buttons
{
    margin-top: 20px;
}
.modify-review-dialog .model.form.buttons button.submit
{
    min-width: 144px;
}
table.comparison-table a.remove:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
table.comparison-table td.clear-list a
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    transition: all .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 2px solid #151515;
    padding: 8px 20px;
    background-color: #151515;
    font-weight: 500;
}
table.comparison-table td.clear-list a:focus, table.comparison-table td.clear-list a:active:focus, table.comparison-table td.clear-list a.active:focus, table.comparison-table td.clear-list a.focus, table.comparison-table td.clear-list a:active.focus, table.comparison-table td.clear-list a.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
table.comparison-table td.clear-list a:hover, table.comparison-table td.clear-list a:focus, table.comparison-table td.clear-list a.focus
{
    color: #fff;
    text-decoration: none;
}
table.comparison-table td.clear-list a:active, table.comparison-table td.clear-list a.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
table.comparison-table td.clear-list a.disabled, table.comparison-table td.clear-list a[disabled], fieldset[disabled] table.comparison-table td.clear-list a
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
atable.comparison-table td.clear-list a.disabled, fieldset[disabled] atable.comparison-table td.clear-list a
{
    pointer-events: none;
}
table.comparison-table td.clear-list a:focus
{
    outline: 0;
}
table.comparison-table td.clear-list a:active, table.comparison-table td.clear-list a.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
table.comparison-table td.clear-list a sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
table.comparison-table td.clear-list a sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
table.comparison-table td.clear-list a *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    table.comparison-table td.clear-list a
    {
        font-size: 12px;
        line-height: 20px;
    }
}
table.comparison-table td.clear-list a, table.comparison-table td.clear-list a span
{
    color: #fff;
}
table.comparison-table td.clear-list a i
{
    color: #d0243c;
    transition: all .2s;
    font-size: 23px;
    line-height: 20px;
}
table.comparison-table td.clear-list a i.fa-gear
{
    font-size: 19px;
}
table.comparison-table td.clear-list a i.fa-heart-o, table.comparison-table td.clear-list a i.fa-heart
{
    font-size: 14px;
}
table.comparison-table td.clear-list a i+span
{
    margin-left: 5px;
}
table.comparison-table td.clear-list a:not(.disabled):hover
{
    border-color: #d0243c;
    background-color: #d0243c;
    outline: none;
}
table.comparison-table td.clear-list a:not(.disabled):hover i, table.comparison-table td.clear-list a:not(.disabled):hover, table.comparison-table td.clear-list a:not(.disabled):hover span
{
    color: #fff;
}
table.comparison-table td.clear-list a:active, table.comparison-table td.clear-list a.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
table.comparison-table td.clear-list a:active:focus, table.comparison-table td.clear-list a.active:focus
{
    outline: none;
}
table.comparison-table td.clear-list a.reloading:before
{
    background: inherit;
}
table.comparison-table td.clear-list a.reloading:after
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
table.comparison-table td.clear-list a.disabled, table.comparison-table td.clear-list a[disabled], fieldset[disabled] table.comparison-table td.clear-list a
{
    cursor: not-allowed!important;
    pointer-events: auto;
}
table.comparison-table td.clear-list a.disabled:not(.reloading), table.comparison-table td.clear-list a[disabled]:not(.reloading), fieldset[disabled] table.comparison-table td.clear-list a:not(.reloading)
{
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
table.comparison-table td.clear-list a.disabled:active, table.comparison-table td.clear-list a[disabled]:active, fieldset[disabled] table.comparison-table td.clear-list a:active, table.comparison-table td.clear-list a.disabled.active, table.comparison-table td.clear-list a[disabled].active, fieldset[disabled] table.comparison-table td.clear-list a.active
{
    background-color: #151515;
}
table.comparison-table td.clear-list a *
{
    vertical-align: middle;
}
table.comparison-table td.clear-list a:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: baseline;
}
table.comparison-table td.clear-list a:before
{
    margin-right: 10px;
    margin-left: -2px;
    vertical-align: top;
}
body.target-checkout #footer-area, body.target-checkoutPayment #footer-area
{
    display: none;
}
#footer-area
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 78px;
    background: #151515;
}
#footer-area>.container
{
    padding-top: 30px;
}
#footer-area:before
{
    border-top: 1px solid #d6d4d4;
    content: '';
    display: block;
}
#footer-area a
{
    color: rgba(255,255,255,.8);
}
#footer-area a:hover, #footer-area a:focus
{
    color: #d0243c;
}
#footer-area .footer_contacts
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}
@media(min-width: 768px)
{
    #footer-area .footer_contacts
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    #footer-area .footer_contacts
    {
        float: left;
        width: 41.66666667%;
    }
}
@media(min-width: 992px)
{
    #footer-area .footer_contacts
    {
        padding-right: 40px;
    }
}
@media(max-width: 991px)
{
    #footer-area .footer_contacts
    {
        margin-bottom: 40px;
    }
}
#footer-area .footer_contacts h4
{
    font-size: 21px;
    font-weight: 700;
    color: #d0243c;
}
@media(max-width: 991px)
{
    #footer-area #secondary-menu
    {
        clear: both;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #footer-area #secondary-menu
    {
        margin-left: -20px;
    }
}
@media(min-width: 768px)
{
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser
    {
        display: none;
    }
    #footer-area #secondary-menu .footer-menu>.leaf>ul.collapse
    {
        height: auto!important;
    }
}
@media(max-width: 767px)
{
    #footer-area #secondary-menu .footer-menu>.leaf>a
    {
        display: inline-block;
    }
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser
    {
        float: right;
        display: inline-block;
    }
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser.trigger-hide:before
    {
        font-family: 'xcartskin'!important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser.trigger-hide:before
    {
        font-size: 20px;
        display: block;
    }
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser.trigger-show:before
    {
        font-family: 'xcartskin'!important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }
    #footer-area #secondary-menu .footer-menu>.leaf>.collapser.trigger-show:before
    {
        font-size: 20px;
        display: block;
    }
    #footer-area #secondary-menu .footer-menu>.leaf>ul.collapse:not(.in)
    {
        display: none;
    }
}
#footer-area #footer
{
    color: #888;
    background: #383838;
}
@media(max-width: 991px)
{
    #footer-area .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
#footer .section
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 15px;
}
@media(min-width: 768px)
{
    #footer .section
    {
        width: 760px;
    }
}
@media(min-width: 992px)
{
    #footer .section
    {
        width: 980px;
    }
}
@media(min-width: 1200px)
{
    #footer .section
    {
        width: 1180px;
    }
}
#footer .section>.navbar-header, #footer .section>.navbar-collapse
{
    margin-right: 0;
    margin-left: 0;
}
@media(min-width: 768px)
{
    #footer .section>.navbar-header, #footer .section>.navbar-collapse
    {
        margin-right: 0;
        margin-left: 0;
    }
}
.powered-by
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    color: #888;
}
.powered-by sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.powered-by sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.powered-by *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .powered-by
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.powered-by a
{
    color: #fff;
}
.powered-by a:hover, .powered-by a:focus
{
    color: #d0243c;
}
.powered-by>*
{
    line-height: 20px;
    display: inline-block;
}
@media(max-width: 767px)
{
    #page
    {
        padding-bottom: 0!important;
    }
    #footer-area
    {
        position: relative;
    }
}
[data-desktop-navbar]
{
    float: left;
}
.navbar
{
    border: none;
    margin-bottom: 0;
}
.navbar-nav>li
{
    margin: 0;
    background-image: none;
    float: none;
    display: inline-block;
}
.navbar-nav>li>a, .navbar-nav>li>span
{
    text-decoration: none;
    font-size: 21px;
    padding: 20px;
    font-weight: 600;
}
.navbar-toggle
{
    height: auto;
}
.navbar-inverse .navbar-nav .active>a, .navbar-inverse .navbar-nav .active>a:hover, .navbar-inverse .navbar-nav .active>a:focus
{
    color: #d0243c;
}
.navbar-inverse .navbar-nav>li>span, .navbar-inverse .navbar-nav>li li>span
{
    color: #fff;
    cursor: default;
}
.navbar-inverse .navbar-nav>li>span:hover, .navbar-inverse .navbar-nav>li li>span:hover, .navbar-inverse .navbar-nav>li>span:focus, .navbar-inverse .navbar-nav>li li>span:focus
{
    color: #d0243c;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>span, .navbar-inverse .navbar-nav>.active>span:hover, .navbar-inverse .navbar-nav>.active>span:focus
{
    color: #d0243c;
    background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.disabled>span, .navbar-inverse .navbar-nav>.disabled>span:hover, .navbar-inverse .navbar-nav>.disabled>span:focus
{
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>span, .navbar-inverse .navbar-nav>.open>span:hover, .navbar-inverse .navbar-nav>.open>span:focus
{
    background-color: rgba(0,0,0,0);
    color: #d0243c;
}
@media(max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>span
    {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>span:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>span:focus
    {
        color: #d0243c;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>span, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>span:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>span:focus
    {
        color: #d0243c;
        background-color: rgba(0,0,0,0);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>span, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>span:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>span:focus
    {
        color: #444;
        background-color: transparent;
    }
}
.skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu
{
    position: static;
}
.skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block
{
    background: #000;
}
.skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block>ul>li>a, .skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block>ul>li>span
{
    color: #fff;
    padding-right: 7px;
}
.skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block>ul>li>ul>li>a, .skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block>ul>li>ul>li>span
{
    color: #fff;
}
.skin-TemplateMonster_SparePartsStore-customer .navbar .navbar-nav.top-main-menu>li.multilevel-menu-item .submenu_block>ul>li>ul>li>a:hover
{
    padding-left: 7px;
}
.nav>li>span
{
    position: relative;
    display: block;
}
.nav>li>span:hover, .nav>li>span:focus
{
    background-color: #eee;
}
.nav>li.disabled>a, .nav>li.disabled>span
{
    color: #777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>span:hover, .nav>li.disabled>a:focus, .nav>li.disabled>span:focus
{
    color: #777;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>span, .nav .open>a, .nav .open>span:hover, .nav .open>a:hover, .nav .open>span:focus, .nav .open>a:focus
{
    background-color: #eee;
    border-color: #000;
}
.nav-tabs>li
{
    margin-top: 0;
    margin-right: 5px;
    padding: 0;
}
.nav-tabs>li>span, .nav-tabs>li>a
{
    margin-right: 5px;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #151515;
    border-radius: 1px 1px 0 0;
    background-image: -webkit-linear-gradient(top,#eef8ff 0%,#e6f5ff 100%);
    background-image: -o-linear-gradient(top,#eef8ff 0%,#e6f5ff 100%);
    background-image: linear-gradient(to bottom,#eef8ff 0%,#e6f5ff 100%);
    background-repeat: repeat-x;
    color: #555;
}
.nav-tabs>li>span:hover, .nav-tabs>li>a:hover
{
    border-color: #151515;
}
.nav-tabs>li.active>span, .nav-tabs>li.active>a, .nav-tabs>li.active>span:hover, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>span:focus, .nav-tabs>li.active>a:focus
{
    color: #555;
    background: transparent none;
    border: 1px solid #151515;
    border-bottom-color: #fff;
    cursor: default;
}
.nav-pills>li>span
{
    border-radius: 1px;
}
.nav-pills>li+li
{
    margin-left: 2px;
}
.nav-pills>li.active>span, .nav-pills>li.active>span:hover, .nav-pills>li.active>span:focus
{
    color: #fff;
    background-color: #000;
}
.mobile_header .nav-pills>li
{
    padding: 0;
    border-radius: 0;
    background: 0 0;
    margin: 0;
}
.mobile_header .nav-pills>li>a
{
    border-radius: 0;
}
.mobile_header .nav-pills+li
{
    margin: 0;
}
.mobile_header .nav>li
{
    position: relative;
    display: block;
}
.mobile_header .nav>li>a
{
    font-size: 16px;
    padding: 20px;
}
.mobile_header .nav>li>a:hover, .mobile_header .nav>li>a:focus
{
    background-color: transparent;
    color: #777;
}
.mobile_header .nav .open>a, .mobile_header .nav .open>a:hover, .mobile_header .nav .open>a:focus
{
    background-color: transparent;
    border-color: transparent;
    color: #777;
}
.tabs-left
{
    border-bottom: 0 none;
    display: block;
    border-top: 1px solid #d6d4d4;
}
.tabs-left>li
{
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    border-left: 2px solid #d6d4d4;
}
.tabs-left>li>a, .tabs-left>li>span
{
    padding: 14px 19px;
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.tabs-left>li:hover, .tabs-left>li:focus
{
    border-left-color: #d0243c;
    border-right-color: #fff;
}
.tabs-left>li:hover>a, .tabs-left>li:focus>a, .tabs-left>li:hover>span, .tabs-left>li:focus>span
{
    color: #000;
}
.tabs-left>li.active
{
    border-left-color: #d0243c;
    border-right-color: #fff;
}
.tabs-left>li.active>a, .tabs-left>li.active>span
{
    color: #000;
}
@media(min-width: 767px)
{
    .tabs-left-content
    {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        border: 1px solid #d6d4d4;
        border-right: none;
        border-bottom: none;
        padding: 10px;
    }
}
.tabs-left-content .tab-container
{
    margin-left: 20px;
}
@media(max-width: 767px)
{
    .tabs-left-content .tab-container
    {
        margin-left: 0;
    }
}
.tabs-top
{
    border-bottom: none;
}
.tabs-top>li
{
    float: left;
}
.tabs-top>li+li
{
    margin-left: 50px;
}
.tabs-top>li>a, .tabs-top>li>span
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}
.tabs-top>li>a sup, .tabs-top>li>span sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
.tabs-top>li>a sub, .tabs-top>li>span sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
.tabs-top>li>a *, .tabs-top>li>span *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .tabs-top>li>a, .tabs-top>li>span
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.tabs-top>li:hover>a, .tabs-top>li:focus>a, .tabs-top>li:hover>span, .tabs-top>li:focus>span
{
    border-color: #d0243c;
    color: #d0243c;
}
.tabs-top>li.active>a, .tabs-top>li.active>span
{
    border-color: transparent;
    color: #d0243c;
}
@media(max-width: 767px)
{
    .tabs-top:before, .tabs-top:after
    {
        content: " ";
        display: table;
    }
    .tabs-top:after
    {
        clear: both;
    }
    .tabs-top:before, .tabs-top:after
    {
        content: "";
        display: table;
        width: 0;
    }
    .tabs-top:after
    {
        clear: both;
    }
    .tabs-top:before, .tabs-top:after
    {
        content: " ";
        display: table;
    }
    .tabs-top:after
    {
        clear: both;
    }
    .tabs-top:before, .tabs-top:after
    {
        content: "";
        display: table;
        width: 0;
    }
    .tabs-top:after
    {
        clear: both;
    }
    .tabs-top>li
    {
        float: none;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tabs-top>li+li
    {
        margin-top: 0;
        margin-left: 0;
    }
}
.tabs-top-content
{
    clear: both;
    padding-top: 40px;
}
.tabs-top-content .tab-container
{
    display: none;
}
@media(max-width: 767px)
{
    .tabs-top-content .tab-container
    {
        margin-top: 20px;
        margin-left: 0;
    }
}
@media(max-width: 767px)
{
    .tabs-top-content
    {
        padding-top: 40px;
    }
}
.table
{
    margin-bottom: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #d6d4d4;
    padding: 19px 15px 20px;
    vertical-align: middle;
}
.table>thead>tr>th sup, .table>tbody>tr>th sup, .table>tfoot>tr>th sup, .table>thead>tr>td sup, .table>tbody>tr>td sup, .table>tfoot>tr>td sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.table>thead>tr>th sub, .table>tbody>tr>th sub, .table>tfoot>tr>th sub, .table>thead>tr>td sub, .table>tbody>tr>td sub, .table>tfoot>tr>td sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.table>thead>tr>th *, .table>tbody>tr>th *, .table>tfoot>tr>th *, .table>thead>tr>td *, .table>tbody>tr>td *, .table>tfoot>tr>td *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th
{
    border-bottom: 1px solid #d6d4d4;
    font-weight: 400;
    position: relative;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-image: -o-linear-gradient(top,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-image: linear-gradient(to bottom,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-repeat: repeat-x!important;
}
.table>thead>tr>th:before, .table>tbody>tr>th:before, .table>tfoot>tr>th:before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.table>tbody+tbody
{
    border-top: 1px solid #d6d4d4;
}
.table-bordered
{
    border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td
{
    border: 1px solid #d6d4d4;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td
{
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th
{
    background-color: #fff;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th
{
    background-color: #fff;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th
{
    background-color: #fff;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th
{
    background-color: #f2f2f2;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th
{
    background-color: #87c548;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th
{
    background-color: #7ab93b;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th
{
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th
{
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th
{
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th
{
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th
{
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th
{
    background-color: #ebcccc;
}
.btn
{
    transition: all .2s;
}
.btn:focus
{
    outline: 0;
}
.btn:active, .btn.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a[data-toggle=collapse]
{
    cursor: pointer;
}
.regular-button
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    transition: all .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 2px solid #151515;
    padding: 8px 20px;
    background-color: #151515;
    font-weight: 500;
}
.regular-button:focus, .regular-button:active:focus, .regular-button.active:focus, .regular-button.focus, .regular-button:active.focus, .regular-button.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.regular-button:hover, .regular-button:focus, .regular-button.focus
{
    color: #fff;
    text-decoration: none;
}
.regular-button:active, .regular-button.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.regular-button.disabled, .regular-button[disabled], fieldset[disabled] .regular-button
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.regular-button.disabled, fieldset[disabled] a.regular-button
{
    pointer-events: none;
}
.regular-button:focus
{
    outline: 0;
}
.regular-button:active, .regular-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-button sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.regular-button sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.regular-button *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .regular-button
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.regular-button, .regular-button span
{
    color: #fff;
}
.regular-button i
{
    color: #d0243c;
    transition: all .2s;
    font-size: 23px;
    line-height: 20px;
}
.regular-button i.fa-gear
{
    font-size: 19px;
}
.regular-button i.fa-heart-o, .regular-button i.fa-heart
{
    font-size: 14px;
}
.regular-button i+span
{
    margin-left: 5px;
}
.regular-button:not(.disabled):hover
{
    border-color: #d0243c;
    background-color: #d0243c;
    outline: none;
}
.regular-button:not(.disabled):hover i, .regular-button:not(.disabled):hover, .regular-button:not(.disabled):hover span
{
    color: #fff;
}
.regular-button:active, .regular-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-button:active:focus, .regular-button.active:focus
{
    outline: none;
}
.regular-button.reloading:before
{
    background: inherit;
}
.regular-button.reloading:after
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.regular-button.disabled, .regular-button[disabled], fieldset[disabled] .regular-button
{
    cursor: not-allowed!important;
    pointer-events: auto;
}
.regular-button.disabled:not(.reloading), .regular-button[disabled]:not(.reloading), fieldset[disabled] .regular-button:not(.reloading)
{
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-button.disabled:active, .regular-button[disabled]:active, fieldset[disabled] .regular-button:active, .regular-button.disabled.active, .regular-button[disabled].active, fieldset[disabled] .regular-button.active
{
    background-color: #151515;
}
.regular-button *
{
    vertical-align: middle;
}
.main-button-style
{
    background-color: #d0243c;
    border-color: #d0243c;
}
.main-button-style i, .main-button-style, .main-button-style span
{
    color: #fff;
}
.main-button-style:not(.disabled):hover, .main-button-style:not(.disabled):focus
{
    background-color: #151515;
    border-color: #151515;
}
.main-button-style:not(.disabled):hover i, .main-button-style:not(.disabled):focus i, .main-button-style:not(.disabled):hover, .main-button-style:not(.disabled):focus, .main-button-style:not(.disabled):hover span, .main-button-style:not(.disabled):focus span
{
    color: #d0243c;
}
.main-button-style.disabled, .main-button-style[disabled], fieldset[disabled] .main-button-style
{
    color: #fff;
}
.main-button-style.disabled:active, .main-button-style[disabled]:active, fieldset[disabled] .main-button-style:active, .main-button-style.disabled.active, .main-button-style[disabled].active, fieldset[disabled] .main-button-style.active
{
    background-color: #d0243c;
    color: #fff;
}
.regular-main-button, .ui-widget-content .regular-main-button
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    transition: all .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 2px solid #151515;
    padding: 8px 20px;
    background-color: #151515;
    font-weight: 500;
    background-color: #d0243c;
    border-color: #d0243c;
}
.regular-main-button:focus, .ui-widget-content .regular-main-button:focus, .regular-main-button:active:focus, .ui-widget-content .regular-main-button:active:focus, .regular-main-button.active:focus, .ui-widget-content .regular-main-button.active:focus, .regular-main-button.focus, .ui-widget-content .regular-main-button.focus, .regular-main-button:active.focus, .ui-widget-content .regular-main-button:active.focus, .regular-main-button.active.focus, .ui-widget-content .regular-main-button.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.regular-main-button:hover, .ui-widget-content .regular-main-button:hover, .regular-main-button:focus, .ui-widget-content .regular-main-button:focus, .regular-main-button.focus, .ui-widget-content .regular-main-button.focus
{
    color: #fff;
    text-decoration: none;
}
.regular-main-button:active, .ui-widget-content .regular-main-button:active, .regular-main-button.active, .ui-widget-content .regular-main-button.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.regular-main-button.disabled, .ui-widget-content .regular-main-button.disabled, .regular-main-button[disabled], .ui-widget-content .regular-main-button[disabled], fieldset[disabled] .regular-main-button, fieldset[disabled] .ui-widget-content .regular-main-button
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.regular-main-button.disabled, a.ui-widget-content .regular-main-button.disabled, fieldset[disabled] a.regular-main-button, fieldset[disabled] a.ui-widget-content .regular-main-button
{
    pointer-events: none;
}
.regular-main-button:focus, .ui-widget-content .regular-main-button:focus
{
    outline: 0;
}
.regular-main-button:active, .ui-widget-content .regular-main-button:active, .regular-main-button.active, .ui-widget-content .regular-main-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-main-button sup, .ui-widget-content .regular-main-button sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.regular-main-button sub, .ui-widget-content .regular-main-button sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.regular-main-button *, .ui-widget-content .regular-main-button *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .regular-main-button, .ui-widget-content .regular-main-button
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.regular-main-button, .ui-widget-content .regular-main-button, .regular-main-button span, .ui-widget-content .regular-main-button span
{
    color: #fff;
}
.regular-main-button i, .ui-widget-content .regular-main-button i
{
    color: #d0243c;
    transition: all .2s;
    font-size: 23px;
    line-height: 20px;
}
.regular-main-button i.fa-gear, .ui-widget-content .regular-main-button i.fa-gear
{
    font-size: 19px;
}
.regular-main-button i.fa-heart-o, .ui-widget-content .regular-main-button i.fa-heart-o, .regular-main-button i.fa-heart, .ui-widget-content .regular-main-button i.fa-heart
{
    font-size: 14px;
}
.regular-main-button i+span, .ui-widget-content .regular-main-button i+span
{
    margin-left: 5px;
}
.regular-main-button:not(.disabled):hover, .ui-widget-content .regular-main-button:not(.disabled):hover
{
    border-color: #d0243c;
    background-color: #d0243c;
    outline: none;
}
.regular-main-button:not(.disabled):hover i, .ui-widget-content .regular-main-button:not(.disabled):hover i, .regular-main-button:not(.disabled):hover, .ui-widget-content .regular-main-button:not(.disabled):hover, .regular-main-button:not(.disabled):hover span, .ui-widget-content .regular-main-button:not(.disabled):hover span
{
    color: #fff;
}
.regular-main-button:active, .ui-widget-content .regular-main-button:active, .regular-main-button.active, .ui-widget-content .regular-main-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-main-button:active:focus, .ui-widget-content .regular-main-button:active:focus, .regular-main-button.active:focus, .ui-widget-content .regular-main-button.active:focus
{
    outline: none;
}
.regular-main-button.reloading:before, .ui-widget-content .regular-main-button.reloading:before
{
    background: inherit;
}
.regular-main-button.reloading:after, .ui-widget-content .regular-main-button.reloading:after
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.regular-main-button.disabled, .ui-widget-content .regular-main-button.disabled, .regular-main-button[disabled], .ui-widget-content .regular-main-button[disabled], fieldset[disabled] .regular-main-button, fieldset[disabled] .ui-widget-content .regular-main-button
{
    cursor: not-allowed!important;
    pointer-events: auto;
}
.regular-main-button.disabled:not(.reloading), .ui-widget-content .regular-main-button.disabled:not(.reloading), .regular-main-button[disabled]:not(.reloading), .ui-widget-content .regular-main-button[disabled]:not(.reloading), fieldset[disabled] .regular-main-button:not(.reloading), fieldset[disabled] .ui-widget-content .regular-main-button:not(.reloading)
{
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-main-button.disabled:active, .ui-widget-content .regular-main-button.disabled:active, .regular-main-button[disabled]:active, .ui-widget-content .regular-main-button[disabled]:active, fieldset[disabled] .regular-main-button:active, fieldset[disabled] .ui-widget-content .regular-main-button:active, .regular-main-button.disabled.active, .ui-widget-content .regular-main-button.disabled.active, .regular-main-button[disabled].active, .ui-widget-content .regular-main-button[disabled].active, fieldset[disabled] .regular-main-button.active, fieldset[disabled] .ui-widget-content .regular-main-button.active
{
    background-color: #151515;
}
.regular-main-button *, .ui-widget-content .regular-main-button *
{
    vertical-align: middle;
}
.regular-main-button i, .ui-widget-content .regular-main-button i, .regular-main-button, .ui-widget-content .regular-main-button, .regular-main-button span, .ui-widget-content .regular-main-button span
{
    color: #fff;
}
.regular-main-button:not(.disabled):hover, .ui-widget-content .regular-main-button:not(.disabled):hover, .regular-main-button:not(.disabled):focus, .ui-widget-content .regular-main-button:not(.disabled):focus
{
    background-color: #151515;
    border-color: #151515;
}
.regular-main-button:not(.disabled):hover i, .ui-widget-content .regular-main-button:not(.disabled):hover i, .regular-main-button:not(.disabled):focus i, .ui-widget-content .regular-main-button:not(.disabled):focus i, .regular-main-button:not(.disabled):hover, .ui-widget-content .regular-main-button:not(.disabled):hover, .regular-main-button:not(.disabled):focus, .ui-widget-content .regular-main-button:not(.disabled):focus, .regular-main-button:not(.disabled):hover span, .ui-widget-content .regular-main-button:not(.disabled):hover span, .regular-main-button:not(.disabled):focus span, .ui-widget-content .regular-main-button:not(.disabled):focus span
{
    color: #d0243c;
}
.regular-main-button.disabled, .ui-widget-content .regular-main-button.disabled, .regular-main-button[disabled], .ui-widget-content .regular-main-button[disabled], fieldset[disabled] .regular-main-button, fieldset[disabled] .ui-widget-content .regular-main-button
{
    color: #fff;
}
.regular-main-button.disabled:active, .ui-widget-content .regular-main-button.disabled:active, .regular-main-button[disabled]:active, .ui-widget-content .regular-main-button[disabled]:active, fieldset[disabled] .regular-main-button:active, fieldset[disabled] .ui-widget-content .regular-main-button:active, .regular-main-button.disabled.active, .ui-widget-content .regular-main-button.disabled.active, .regular-main-button[disabled].active, .ui-widget-content .regular-main-button[disabled].active, fieldset[disabled] .regular-main-button.active, fieldset[disabled] .ui-widget-content .regular-main-button.active
{
    background-color: #d0243c;
    color: #fff;
}
.regular-inverted-button, .ui-widget-content .regular-inverted-button
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    transition: all .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 2px solid #151515;
    padding: 8px 20px;
    background-color: #151515;
    font-weight: 500;
    background-color: #d0243c;
    border-color: #d0243c;
}
.regular-inverted-button:focus, .ui-widget-content .regular-inverted-button:focus, .regular-inverted-button:active:focus, .ui-widget-content .regular-inverted-button:active:focus, .regular-inverted-button.active:focus, .ui-widget-content .regular-inverted-button.active:focus, .regular-inverted-button.focus, .ui-widget-content .regular-inverted-button.focus, .regular-inverted-button:active.focus, .ui-widget-content .regular-inverted-button:active.focus, .regular-inverted-button.active.focus, .ui-widget-content .regular-inverted-button.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.regular-inverted-button:hover, .ui-widget-content .regular-inverted-button:hover, .regular-inverted-button:focus, .ui-widget-content .regular-inverted-button:focus, .regular-inverted-button.focus, .ui-widget-content .regular-inverted-button.focus
{
    color: #fff;
    text-decoration: none;
}
.regular-inverted-button:active, .ui-widget-content .regular-inverted-button:active, .regular-inverted-button.active, .ui-widget-content .regular-inverted-button.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.regular-inverted-button.disabled, .ui-widget-content .regular-inverted-button.disabled, .regular-inverted-button[disabled], .ui-widget-content .regular-inverted-button[disabled], fieldset[disabled] .regular-inverted-button, fieldset[disabled] .ui-widget-content .regular-inverted-button
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.regular-inverted-button.disabled, a.ui-widget-content .regular-inverted-button.disabled, fieldset[disabled] a.regular-inverted-button, fieldset[disabled] a.ui-widget-content .regular-inverted-button
{
    pointer-events: none;
}
.regular-inverted-button:focus, .ui-widget-content .regular-inverted-button:focus
{
    outline: 0;
}
.regular-inverted-button:active, .ui-widget-content .regular-inverted-button:active, .regular-inverted-button.active, .ui-widget-content .regular-inverted-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-inverted-button sup, .ui-widget-content .regular-inverted-button sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.regular-inverted-button sub, .ui-widget-content .regular-inverted-button sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.regular-inverted-button *, .ui-widget-content .regular-inverted-button *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .regular-inverted-button, .ui-widget-content .regular-inverted-button
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.regular-inverted-button, .ui-widget-content .regular-inverted-button, .regular-inverted-button span, .ui-widget-content .regular-inverted-button span
{
    color: #fff;
}
.regular-inverted-button i, .ui-widget-content .regular-inverted-button i
{
    color: #d0243c;
    transition: all .2s;
    font-size: 23px;
    line-height: 20px;
}
.regular-inverted-button i.fa-gear, .ui-widget-content .regular-inverted-button i.fa-gear
{
    font-size: 19px;
}
.regular-inverted-button i.fa-heart-o, .ui-widget-content .regular-inverted-button i.fa-heart-o, .regular-inverted-button i.fa-heart, .ui-widget-content .regular-inverted-button i.fa-heart
{
    font-size: 14px;
}
.regular-inverted-button i+span, .ui-widget-content .regular-inverted-button i+span
{
    margin-left: 5px;
}
.regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover
{
    border-color: #d0243c;
    background-color: #d0243c;
    outline: none;
}
.regular-inverted-button:not(.disabled):hover i, .ui-widget-content .regular-inverted-button:not(.disabled):hover i, .regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover, .regular-inverted-button:not(.disabled):hover span, .ui-widget-content .regular-inverted-button:not(.disabled):hover span
{
    color: #fff;
}
.regular-inverted-button:active, .ui-widget-content .regular-inverted-button:active, .regular-inverted-button.active, .ui-widget-content .regular-inverted-button.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-inverted-button:active:focus, .ui-widget-content .regular-inverted-button:active:focus, .regular-inverted-button.active:focus, .ui-widget-content .regular-inverted-button.active:focus
{
    outline: none;
}
.regular-inverted-button.reloading:before, .ui-widget-content .regular-inverted-button.reloading:before
{
    background: inherit;
}
.regular-inverted-button.reloading:after, .ui-widget-content .regular-inverted-button.reloading:after
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.regular-inverted-button.disabled, .ui-widget-content .regular-inverted-button.disabled, .regular-inverted-button[disabled], .ui-widget-content .regular-inverted-button[disabled], fieldset[disabled] .regular-inverted-button, fieldset[disabled] .ui-widget-content .regular-inverted-button
{
    cursor: not-allowed!important;
    pointer-events: auto;
}
.regular-inverted-button.disabled:not(.reloading), .ui-widget-content .regular-inverted-button.disabled:not(.reloading), .regular-inverted-button[disabled]:not(.reloading), .ui-widget-content .regular-inverted-button[disabled]:not(.reloading), fieldset[disabled] .regular-inverted-button:not(.reloading), fieldset[disabled] .ui-widget-content .regular-inverted-button:not(.reloading)
{
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.regular-inverted-button.disabled:active, .ui-widget-content .regular-inverted-button.disabled:active, .regular-inverted-button[disabled]:active, .ui-widget-content .regular-inverted-button[disabled]:active, fieldset[disabled] .regular-inverted-button:active, fieldset[disabled] .ui-widget-content .regular-inverted-button:active, .regular-inverted-button.disabled.active, .ui-widget-content .regular-inverted-button.disabled.active, .regular-inverted-button[disabled].active, .ui-widget-content .regular-inverted-button[disabled].active, fieldset[disabled] .regular-inverted-button.active, fieldset[disabled] .ui-widget-content .regular-inverted-button.active
{
    background-color: #151515;
}
.regular-inverted-button *, .ui-widget-content .regular-inverted-button *
{
    vertical-align: middle;
}
.regular-inverted-button i, .ui-widget-content .regular-inverted-button i, .regular-inverted-button, .ui-widget-content .regular-inverted-button, .regular-inverted-button span, .ui-widget-content .regular-inverted-button span
{
    color: #fff;
}
.regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover, .regular-inverted-button:not(.disabled):focus, .ui-widget-content .regular-inverted-button:not(.disabled):focus
{
    background-color: #151515;
    border-color: #151515;
}
.regular-inverted-button:not(.disabled):hover i, .ui-widget-content .regular-inverted-button:not(.disabled):hover i, .regular-inverted-button:not(.disabled):focus i, .ui-widget-content .regular-inverted-button:not(.disabled):focus i, .regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover, .regular-inverted-button:not(.disabled):focus, .ui-widget-content .regular-inverted-button:not(.disabled):focus, .regular-inverted-button:not(.disabled):hover span, .ui-widget-content .regular-inverted-button:not(.disabled):hover span, .regular-inverted-button:not(.disabled):focus span, .ui-widget-content .regular-inverted-button:not(.disabled):focus span
{
    color: #d0243c;
}
.regular-inverted-button.disabled, .ui-widget-content .regular-inverted-button.disabled, .regular-inverted-button[disabled], .ui-widget-content .regular-inverted-button[disabled], fieldset[disabled] .regular-inverted-button, fieldset[disabled] .ui-widget-content .regular-inverted-button
{
    color: #fff;
}
.regular-inverted-button.disabled:active, .ui-widget-content .regular-inverted-button.disabled:active, .regular-inverted-button[disabled]:active, .ui-widget-content .regular-inverted-button[disabled]:active, fieldset[disabled] .regular-inverted-button:active, fieldset[disabled] .ui-widget-content .regular-inverted-button:active, .regular-inverted-button.disabled.active, .ui-widget-content .regular-inverted-button.disabled.active, .regular-inverted-button[disabled].active, .ui-widget-content .regular-inverted-button[disabled].active, fieldset[disabled] .regular-inverted-button.active, fieldset[disabled] .ui-widget-content .regular-inverted-button.active
{
    background-color: #d0243c;
    color: #fff;
}
.regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover, .regular-inverted-button:not(.disabled):focus, .ui-widget-content .regular-inverted-button:not(.disabled):focus
{
    background-color: #fff;
    border-color: #fff;
}
.regular-inverted-button:not(.disabled):hover, .ui-widget-content .regular-inverted-button:not(.disabled):hover, .regular-inverted-button:not(.disabled):focus, .ui-widget-content .regular-inverted-button:not(.disabled):focus, .regular-inverted-button:not(.disabled):hover span, .ui-widget-content .regular-inverted-button:not(.disabled):hover span, .regular-inverted-button:not(.disabled):focus span, .ui-widget-content .regular-inverted-button:not(.disabled):focus span
{
    color: #151515;
}
.regular-button.progress-state .fail, .regular-button.progress-state .success
{
    color: #fff;
}
.regular-button.progress-state .loader:after
{
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}
.regular-main-button.progress-state .fail, .regular-main-button.progress-state .success
{
    color: #fff;
}
.regular-main-button.progress-state .loader:after
{
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}
.btn-default
{
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
    background-image: none;
}
.btn-default:focus, .btn-default.focus
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus
{
    color: #fff;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
{
    background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
{
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge
{
    color: #fff;
    background-color: #fff;
}
.btn-default:before
{
    display: none;
}
.btn-primary
{
    color: #fff;
    background-color: #000;
    border-color: #000;
    background-image: none;
}
.btn-primary:focus, .btn-primary.focus
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus
{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus
{
    background-color: #000;
    border-color: #000;
}
.btn-primary .badge
{
    color: #000;
    background-color: #fff;
}
.btn-primary:before
{
    display: none;
}
.btn-success
{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
}
.btn-success:focus, .btn-success.focus
{
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover
{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus
{
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
{
    background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus
{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge
{
    color: #5cb85c;
    background-color: #fff;
}
.btn-success:before
{
    display: none;
}
.btn-info
{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    background-image: none;
}
.btn-info:focus, .btn-info.focus
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info
{
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus
{
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info
{
    background-image: none;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus
{
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge
{
    color: #5bc0de;
    background-color: #fff;
}
.btn-info:before
{
    display: none;
}
.btn-danger
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    background-image: none;
}
.btn-danger:focus, .btn-danger.focus
{
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus
{
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
{
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus
{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge
{
    color: #d9534f;
    background-color: #fff;
}
.btn-danger:before
{
    display: none;
}
.btn-link
{
    color: #000;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link
{
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active
{
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus
{
    color: #777;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus
{
    color: #777;
}
.btn-lg, .btn-group-lg>.btn
{
    padding: 0 20px;
    font-size: 18px;
    line-height: 56px;
    border-radius: 1px;
}
.btn-sm, .btn-group-sm>.btn
{
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block
{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block
{
    margin-top: 5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block
{
    width: 100%;
}
.nowrap
{
    white-space: nowrap;
}
.mobile_header .dropdown-menu
{
    margin: 0;
    border: none;
    padding: 20px;
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    min-width: 200px;
    background-clip: border-box;
}
.mobile_header .dropdown-menu>li
{
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.mobile_header .dropdown-menu>li sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.mobile_header .dropdown-menu>li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.mobile_header .dropdown-menu>li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .mobile_header .dropdown-menu>li
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.mobile_header .dropdown-menu>li>a
{
    border-bottom: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #000;
}
.mobile_header .dropdown-menu>li>a span
{
    vertical-align: middle;
}
.mobile_header .dropdown-menu>li>a:hover, .mobile_header .dropdown-menu>li>a:focus
{
    color: #777;
    background: 0 0;
}
.mobile_header .dropdown-menu li~li
{
    margin-top: 20px;
}
.mobile_header .dropdown-menu .divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.table-label-required label:after
{
    content: "*";
    color: #f00;
}
.table-label~.star
{
    display: none;
}
.input-field-wrapper
{
    display: inline-block;
    width: 100%;
}
input::-ms-clear
{
    display: none;
}
fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
}
input[type=search]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=radio], input[type=checkbox]
{
    margin: 0;
}
input[type=file]
{
    display: block;
}
input[type=range]
{
    display: block;
    width: 100%;
}
select[multiple], select[size]
{
    height: auto;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus
{
    outline: none;
}
output
{
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
}
.form-control
{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #d6d4d4;
    border-radius: 2px;
    margin-top: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
}
.form-control:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder
{
    color: #999;
}
.form-control::-webkit-input-placeholder
{
    color: #999;
}
.form-control[disabled], .form-control[readonly], select.form-control.readonly-mark, fieldset[disabled] .form-control
{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control
{
    height: auto;
}
select.form-control::-ms-expand
{
    display: none;
}
select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../image/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 7px;
    padding-right: 25px;
}
.form-control-label
{
    padding: 8px 14px;
    border: 1px solid #d6d4d4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #d6d4d4;
    border-radius: 2px;
    margin-top: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    border-color: transparent;
}
.form-control-label:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.form-control-label::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.form-control-label:-ms-input-placeholder
{
    color: #999;
}
.form-control-label::-webkit-input-placeholder
{
    color: #999;
}
.form-control-label::-ms-expand
{
    border: 0;
    background-color: transparent;
}
.form-control-label[disabled], .form-control-label[readonly], fieldset[disabled] .form-control-label
{
    background-color: #eee;
    opacity: 1;
}
.form-control-label[disabled], fieldset[disabled] .form-control-label
{
    cursor: not-allowed;
}
textarea.form-control-label
{
    height: auto;
}
input.form-control-label[type=radio], input.form-control-label[type=checkbox]
{
    width: auto;
    height: auto;
}
.form-control-label:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.form-control-label::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.form-control-label:-ms-input-placeholder
{
    color: #999;
}
.form-control-label::-webkit-input-placeholder
{
    color: #999;
}
.form-control-label[disabled], .form-control-label[readonly], select.form-control-label.readonly-mark, fieldset[disabled] .form-control-label
{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control-label
{
    height: auto;
}
select.form-control-label::-ms-expand
{
    display: none;
}
select.form-control-label
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../image/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 7px;
    padding-right: 25px;
}
.form-control.secondary
{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-control.secondary:focus
{
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.floating-label-internal>.table-label, .floating-label-internal>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.floating-label-internal.focused>.table-label, .floating-label-internal.focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.floating-label-internal .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.floating-label-internal .has-success.has-success-mark
{
    position: relative;
}
.floating-label-internal .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.floating-label-internal .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.floating-label-internal textarea.form-control
{
    min-height: 80px;
}
.floating-label-internal select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.floating-label-internal .form-control, .floating-label-internal .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.floating-label-internal .form-control :-ms-input-placeholder, .floating-label-internal .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.floating-label-internal .form-control::-moz-placeholder, .floating-label-internal .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.floating-label-internal .form-control:-ms-input-placeholder, .floating-label-internal .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.floating-label-internal .form-control::-webkit-input-placeholder, .floating-label-internal .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.floating-label-internal.focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.floating-label-internal.focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.floating-label-internal.focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.floating-label-internal:not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label-internal:not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label-internal:not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label-internal:not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label-internal:not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.floating-label-internal:not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label-internal .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.not-floating label
{
    line-height: 20px;
    margin-bottom: 10px;
}
.floating-label
{
    position: relative;
}
.floating-label:not(.not-floating)>.table-label, .floating-label:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.floating-label:not(.not-floating).focused>.table-label, .floating-label:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.floating-label:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.floating-label:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.floating-label:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.floating-label:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.floating-label:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.floating-label:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.floating-label:not(.not-floating) .form-control, .floating-label:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.floating-label:not(.not-floating) .form-control :-ms-input-placeholder, .floating-label:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.floating-label:not(.not-floating) .form-control::-moz-placeholder, .floating-label:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.floating-label:not(.not-floating) .form-control:-ms-input-placeholder, .floating-label:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.floating-label:not(.not-floating) .form-control::-webkit-input-placeholder, .floating-label:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.floating-label:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.floating-label:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.floating-label:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.floating-label:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.floating-label:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.floating-label:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.floating-label.secondary>.table-label, .floating-label.secondary>label:not(.checkbox-label):not(.rating)
{
    transform: translate3d(0,27px,0) scale(1);
    left: 0;
    margin-top: 0;
}
.floating-label.secondary.focused>.table-label, .floating-label.secondary.focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.floating-label.secondary textarea.form-control
{
    min-height: auto;
}
.floating-label-textarea>.table-label, .floating-label-textarea>label:not(.checkbox-label)
{
    background: #fff;
    box-shadow: 0 0 8px 2px #fff;
}
.form-control-inverted
{
    background: #151515;
    color: #fff;
}
input[type=search]
{
    -webkit-appearance: none;
}
input[type=date]
{
    line-height: 40px;
}
.form-group
{
    margin-bottom: 15px;
}
.radio, .checkbox
{
    display: block;
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
}
.radio label, .checkbox label
{
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.radio+.radio, .checkbox+.checkbox
{
    margin-top: 20px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]
{
    line-height: 20px;
    float: left;
    margin-left: -40px;
    width: 20px;
    height: 20px;
}
.radio+.radio, .checkbox+.checkbox
{
    margin-top: -5px;
}
.radio-inline, .checkbox-inline
{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline
{
    margin-top: 0;
    margin-left: 10px;
}
input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline
{
    cursor: not-allowed;
}
input[type=radio]
{
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #979797;
    background: #fff;
}
input[type=radio]:checked
{
    background: url("../image/point_white.svg") center no-repeat,#d0243c;
    background-size: 30%;
    border: none;
}
input[type=checkbox]
{
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #979797;
    background: #fff;
}
input[type=checkbox]:checked
{
    background: url("../image/ok_mark_white.svg") center no-repeat,#d0243c;
    background-size: 50%;
    border: none;
}
.input-sm
{
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm
{
    height: 26px;
    line-height: 26px;
}
textarea.input-sm, select[multiple].input-sm
{
    height: auto;
}
.input-lg
{
    height: 46px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg
{
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg
{
    height: auto;
}
.has-feedback
{
    position: relative;
}
.has-feedback .form-control
{
    padding-right: 50px;
}
.has-feedback .form-control-feedback
{
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label
{
    color: #3c763d;
}
.has-success .form-control
{
    border-color: #7ab93b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus
{
    border-color: #61922e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #add782;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #add782;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #add782;
}
.has-success .input-group-addon
{
    color: #3c763d;
    border-color: #7ab93b;
    background-color: #87c548;
}
.has-success .form-control-feedback
{
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label
{
    color: #8a6d3b;
}
.has-warning .form-control
{
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-warning .form-control:focus
{
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback
{
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label
{
    color: #a94442;
}
.has-error .form-control
{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback
{
    color: #a94442;
}
.has-error .tooltip-inner
{
    background-color: #fef0f0!important;
    border-color: #eaccd1!important;
    margin-top: 0;
    color: #c55a59!important;
}
.has-error .tooltip.bottom
{
    margin-top: 2px;
}
.has-error .tooltip.bottom .tooltip-arrow
{
    border-bottom-color: #eaccd1!important;
}
.has-error .tooltip-arrow
{
    display: block!important;
}
.tooltip-box
{
    z-index: 1000000;
}
.tooltip-main .tooltip-inner
{
    max-width: 500px;
    font-size: 12px;
}
.tooltip-inner
{
    text-align: left;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 10px 14px;
    font-size: 12px;
    color: #333;
    white-space: normal;
    max-width: 250px;
    min-width: 100px;
    overflow: hidden;
    margin-top: 2px;
}
.tooltip.in
{
    opacity: 1;
}
.tooltip-arrow
{
    display: none!important;
}
.form-control-static
{
    margin-bottom: 0;
}
.help-block
{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c0c0c0;
}
@media(min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group>.form-control
    {
        width: 100%;
    }
    .form-inline .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .form-inline .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox]
    {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .radio, .form-horizontal .checkbox
{
    min-height: 29px;
}
.form-horizontal .form-group
{
    margin-left: -20px;
    margin-right: -20px;
}
.form-horizontal .form-control-static
{
    padding-top: 9px;
}
@media(min-width: 768px)
{
    .form-horizontal .control-label
    {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback
{
    top: 0;
    right: 20px;
}
.onoffswitch
{
    display: inline-block;
    position: relative;
    min-width: 54px;
    height: 20px!important;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.onoffswitch input[type=checkbox]
{
    display: none;
}
.onoffswitch input[type=checkbox]:checked+label .onoffswitch-inner
{
    margin-left: 0;
}
.onoffswitch input[type=checkbox]:checked+label .onoffswitch-switch
{
    right: 0;
}
.onoffswitch input[type=checkbox]:disabled+label
{
    opacity: .5;
}
.onoffswitch>label
{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    border: 2px solid #1ab394;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.onoffswitch .onoffswitch-inner
{
    width: 200%;
    margin-left: calc(-100% + 16px);
    text-transform: uppercase;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s;
    -webkit-transition: all margin .3s ease-in 0s ease-out;
    -moz-transition: all margin .3s ease-in 0s ease-out;
    -o-transition: all margin .3s ease-in 0s ease-out;
    transition: all margin .3s ease-in 0s ease-out;
}
.onoffswitch .onoffswitch-inner .on-caption, .onoffswitch .onoffswitch-inner .off-caption
{
    float: left;
    width: 50%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}
.onoffswitch .onoffswitch-inner .on-caption
{
    text-align: center;
    background-color: #1ab394;
    color: #fff;
    margin-left: -8px;
}
.onoffswitch .onoffswitch-inner .off-caption
{
    text-align: center;
    background-color: #fff;
    color: #919191;
}
.onoffswitch .onoffswitch-switch
{
    display: block;
    width: 18px;
    margin: -2px;
    background: #fff;
    border: 2px solid #1ab394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 14px);
    -webkit-transition: right .3s ease-in 0s;
    -o-transition: right .3s ease-in 0s;
    transition: right .3s ease-in 0s;
    -webkit-transition: all right .3s ease-in 0s ease-out;
    -moz-transition: all right .3s ease-in 0s ease-out;
    -o-transition: all right .3s ease-in 0s ease-out;
    transition: all right .3s ease-in 0s ease-out;
}
h1, .h1, .head-h1
{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #3a3939;
    margin-bottom: 40px;
    font-weight: 500;
}
h1 sup, .h1 sup, .head-h1 sup
{
    vertical-align: top;
    position: relative;
    top: 9px;
}
h1 sub, .h1 sub, .head-h1 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 9px;
}
h1 *, .h1 *, .head-h1 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h1, .h1, .head-h1
    {
        font-size: 31px;
        line-height: 40px;
    }
}
h2, .h2, .head-h2
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 40px;
}
h2 sup, .h2 sup, .head-h2 sup
{
    vertical-align: top;
    position: relative;
    top: 7.5px;
}
h2 sub, .h2 sub, .head-h2 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 7.5px;
}
h2 *, .h2 *, .head-h2 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h2, .h2, .head-h2
    {
        font-size: 26px;
        line-height: 40px;
    }
}
h3, .h3, .head-h3
{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
h3 sup, .h3 sup, .head-h3 sup
{
    vertical-align: top;
    position: relative;
    top: 6px;
}
h3 sub, .h3 sub, .head-h3 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 6px;
}
h3 *, .h3 *, .head-h3 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h3, .h3, .head-h3
    {
        font-size: 21px;
        line-height: 40px;
    }
}
h4, .h4, .head-h4
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
h4 sup, .h4 sup, .head-h4 sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
h4 sub, .h4 sub, .head-h4 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
h4 *, .h4 *, .head-h4 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h4, .h4, .head-h4
    {
        font-size: 16px;
        line-height: 20px;
    }
}
h5, .h5, .head-h5
{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
h5 sup, .h5 sup, .head-h5 sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
h5 sub, .h5 sub, .head-h5 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
h5 *, .h5 *, .head-h5 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h5, .h5, .head-h5
    {
        font-size: 12px;
        line-height: 20px;
    }
}
h6, .h6, .head-h6
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
h6 sup, .h6 sup, .head-h6 sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
h6 sub, .h6 sub, .head-h6 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
h6 *, .h6 *, .head-h6 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    h6, .h6, .head-h6
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.head-h1, .head-h2, .head-h3, .head-h4, .head-h5, .head-h6
{
    color: #4a4a4a;
}
body
{
    color: #777;
}
body p, body ul, body pre, body code
{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
body p sup, body ul sup, body pre sup, body code sup
{
    vertical-align: top;
    position: relative;
    top: 3.25px;
}
body p sub, body ul sub, body pre sub, body code sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.25px;
}
body p *, body ul *, body pre *, body code *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    body p, body ul, body pre, body code
    {
        font-size: 12px;
        line-height: 20px;
    }
}
body li
{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
body li sup
{
    vertical-align: top;
    position: relative;
    top: 3.25px;
}
body li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.25px;
}
body li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    body li
    {
        font-size: 12px;
        line-height: 20px;
    }
}
p
{
    margin: 0 0 10px;
}
.lead
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media(min-width: 768px)
{
    .lead
    {
        font-size: 21px;
    }
}
small, .small
{
    font-size: 85%;
}
cite
{
    font-style: normal;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}
ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol
{
    margin-bottom: 0;
}
.list-unstyled
{
    padding-left: 0;
    list-style: none;
}
.list-inline
{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl
{
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd
{
    line-height: 20px;
}
dt
{
    font-weight: 700;
}
dd
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .dl-horizontal dt
    {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}
blockquote
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
{
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small
{
    display: block;
    font-size: 80%;
    line-height: 20px;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before
{
    content: '— ';
}
.blockquote-reverse, blockquote.pull-right
{
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before
{
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after
{
    content: ' —';
}
blockquote:before, blockquote:after
{
    content: "";
}
address
{
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}
.recently-updated-icon:after
{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.category-description h4, .product-description h4, .page-body-content h4, .news-message-body h4, .mce-content-body h4, .fr-view h4, .category-description .h4, .product-description .h4, .page-body-content .h4, .news-message-body .h4, .mce-content-body .h4, .fr-view .h4, .category-description .head-h4, .product-description .head-h4, .page-body-content .head-h4, .news-message-body .head-h4, .mce-content-body .head-h4, .fr-view .head-h4
{
    margin-bottom: 20px;
    margin-top: 20px;
}
.category-description p, .product-description p, .page-body-content p, .news-message-body p, .mce-content-body p, .fr-view p, .category-description ul, .product-description ul, .page-body-content ul, .news-message-body ul, .mce-content-body ul, .fr-view ul, .category-description pre, .product-description pre, .page-body-content pre, .news-message-body pre, .mce-content-body pre, .fr-view pre, .category-description code, .product-description code, .page-body-content code, .news-message-body code, .mce-content-body code, .fr-view code, .category-description ol, .product-description ol, .page-body-content ol, .news-message-body ol, .mce-content-body ol, .fr-view ol, .category-description blockquote, .product-description blockquote, .page-body-content blockquote, .news-message-body blockquote, .mce-content-body blockquote, .fr-view blockquote
{
    margin-bottom: 20px;
}
.category-description ul, .product-description ul, .page-body-content ul, .news-message-body ul, .mce-content-body ul, .fr-view ul
{
    list-style: disc;
    margin: 20px 0 0 20px;
}
.category-description ul ul, .product-description ul ul, .page-body-content ul ul, .news-message-body ul ul, .mce-content-body ul ul, .fr-view ul ul
{
    list-style: circle;
    margin-top: 0;
}
.category-description ul li, .product-description ul li, .page-body-content ul li, .news-message-body ul li, .mce-content-body ul li, .fr-view ul li
{
    list-style: inherit;
    list-style-position: inside;
    margin-top: 10px;
}
.category-description img, .product-description img, .page-body-content img, .news-message-body img, .mce-content-body img, .fr-view img
{
    display: inherit;
    max-width: 100%;
    height: auto;
}
.carousel
{
    overflow-x: hidden;
}
.carousel-inner
{
    width: auto;
    height: 440px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    max-width: none;
}
.carousel-inner>.next, .carousel-inner>.prev
{
    width: auto;
}
@media(max-width: 991px)
{
    .carousel-inner
    {
        height: 240px;
    }
}
@media(max-width: 767px)
{
    .carousel-inner
    {
        height: 200px;
    }
}
#cboxOverlay
{
    background: rgba(63,65,68,.9)!important;
}
#cboxMiddleLeft, #cboxMiddleRight
{
    width: 21px!important;
    background: #fff!important;
    border-bottom: 60px solid #fff;
    border-top: 60px solid #fff;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#cboxContent
{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
{
    display: none;
}
#cboxClose
{
    top: 0!important;
}
#cboxClose:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
#cboxNext
{
    right: 0!important;
    left: auto!important;
}
#cboxNext:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
#cboxPrevious:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
#cboxClose, #cboxNext, #cboxPrevious
{
    background: 0 0!important;
    text-indent: inherit!important;
    font-size: 0!important;
    width: 20px!important;
    height: 20px!important;
}
#cboxClose:before, #cboxNext:before, #cboxPrevious:before
{
    font-size: 20px;
    margin: 0;
}
#cboxTitle
{
    bottom: 0!important;
    color: #808080!important;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width: 767px)
{
    #cboxTitle
    {
        display: none!important;
    }
}
#cboxLoadedContent
{
    margin: 0!important;
}
body
{
    padding: 0;
}
html
{
    margin: 0;
    padding: 0;
    background: #fff;
}
a, a:hover, a:focus
{
    outline: none;
    text-decoration: none;
    transition: all .2s;
}
a.shown
{
    color: #d0243c;
}
ul li
{
    padding-left: 0;
    list-style: none;
}
table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-bottom: 0;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td
{
    padding: 12px;
    line-height: 20px;
    vertical-align: top;
    border-top: 1px solid #d6d4d4;
}
table>thead>tr>th
{
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>td
{
    border-top: 0;
}
table>tbody+tbody
{
    border-top: 2px solid #d6d4d4;
}
table .table
{
    background-color: #fff;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td
{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #d6d4d4;
    padding: 19px 15px 20px;
    vertical-align: middle;
}
table>thead>tr>th sup, table>tbody>tr>th sup, table>tfoot>tr>th sup, table>thead>tr>td sup, table>tbody>tr>td sup, table>tfoot>tr>td sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
table>thead>tr>th sub, table>tbody>tr>th sub, table>tfoot>tr>th sub, table>thead>tr>td sub, table>tbody>tr>td sub, table>tfoot>tr>td sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
table>thead>tr>th *, table>tbody>tr>th *, table>tfoot>tr>th *, table>thead>tr>td *, table>tbody>tr>td *, table>tfoot>tr>td *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td
    {
        font-size: 12px;
        line-height: 20px;
    }
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th
{
    border-bottom: 1px solid #d6d4d4;
    font-weight: 400;
    position: relative;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-image: -o-linear-gradient(top,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-image: linear-gradient(to bottom,#f9f9f9 0%,#f9f9f9 100%)!important;
    background-repeat: repeat-x!important;
}
table>thead>tr>th:before, table>tbody>tr>th:before, table>tfoot>tr>th:before
{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
table>tbody+tbody
{
    border-top: 1px solid #d6d4d4;
}
.table .table
{
    background: 0 0;
}
i.table
{
    margin-bottom: 0;
}
#site-slogan, #main-menu, fieldset legend, button.action, button.bright
{
    font-family: inherit;
}
.ui-dialog .ui-dialog-title
{
    font-family: inherit;
    font-weight: 400;
    line-height: 20px;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #3a3939;
    margin-bottom: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.ui-dialog .ui-dialog-title small, .ui-dialog .ui-dialog-title .small
{
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.ui-dialog .ui-dialog-title small, .ui-dialog .ui-dialog-title .small
{
    font-size: 65%;
}
.ui-dialog .ui-dialog-title sup
{
    vertical-align: top;
    position: relative;
    top: 9px;
}
.ui-dialog .ui-dialog-title sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 9px;
}
.ui-dialog .ui-dialog-title *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .ui-dialog .ui-dialog-title
    {
        font-size: 31px;
        line-height: 40px;
    }
}
fieldset legend, .form-required, .ui-dialog .ui-dialog-title
{
    color: #4a4a4a;
}
ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: " ";
    display: table;
}
ul.products-grid.grid-list:after
{
    clear: both;
}
ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: "";
    display: table;
    width: 0;
}
ul.products-grid.grid-list:after
{
    clear: both;
}
ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: " ";
    display: table;
}
ul.products-grid.grid-list:after
{
    clear: both;
}
ul.products-grid.grid-list:before, ul.products-grid.grid-list:after
{
    content: "";
    display: table;
    width: 0;
}
ul.products-grid.grid-list:after
{
    clear: both;
}
ul.products-grid.grid-list li.product-cell:hover
{
    z-index: 2;
    position: relative;
}
ul.products-grid.grid-list li.product-cell.current
{
    position: relative;
    z-index: 200!important;
}
.product-details span.product-price, .product-quicklook span.product-price
{
    color: #4a4a4a;
}
.products span.product-price
{
    color: #4a4a4a;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.products span.product-price sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
.products span.product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
.products span.product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products span.product-price
    {
        font-size: 16px;
        line-height: 20px;
    }
}
ul.labels li
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
ul.labels li sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
ul.labels li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
ul.labels li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    ul.labels li
    {
        font-size: 11px;
        line-height: 20px;
    }
}
ul.account-links .language-selector li
{
    line-height: 20px;
}
ul.account-links li.language_label
{
    display: none!important;
}
ul.account-links li
{
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
ul.account-links li sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
ul.account-links li sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
ul.account-links li *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    ul.account-links li
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.header-right-bar .block:first-child .content, .header-right-bar .block:first-child .content>div
{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header-right-bar .block:last-child .content, .header-right-bar .block:last-child .content>div
{
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.product-details input.quantity, .product-quicklook input.quantity, #shopping-cart td.item-qty input
{
    padding: 8px 14px;
    border: 1px solid #d6d4d4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #d6d4d4;
    border-radius: 2px;
    margin-top: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s,box-shadow ease-in-out .15s ease-out;
    display: inline;
}
.product-details input.quantity:focus, .product-quicklook input.quantity:focus, #shopping-cart td.item-qty input:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.product-details input.quantity::-moz-placeholder, .product-quicklook input.quantity::-moz-placeholder, #shopping-cart td.item-qty input::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.product-details input.quantity:-ms-input-placeholder, .product-quicklook input.quantity:-ms-input-placeholder, #shopping-cart td.item-qty input:-ms-input-placeholder
{
    color: #999;
}
.product-details input.quantity::-webkit-input-placeholder, .product-quicklook input.quantity::-webkit-input-placeholder, #shopping-cart td.item-qty input::-webkit-input-placeholder
{
    color: #999;
}
.product-details input.quantity::-ms-expand, .product-quicklook input.quantity::-ms-expand, #shopping-cart td.item-qty input::-ms-expand
{
    border: 0;
    background-color: transparent;
}
.product-details input.quantity[disabled], .product-quicklook input.quantity[disabled], #shopping-cart td.item-qty input[disabled], .product-details input.quantity[readonly], .product-quicklook input.quantity[readonly], #shopping-cart td.item-qty input[readonly], fieldset[disabled] .product-details input.quantity, fieldset[disabled] .product-quicklook input.quantity, fieldset[disabled] #shopping-cart td.item-qty input
{
    background-color: #eee;
    opacity: 1;
}
.product-details input.quantity[disabled], .product-quicklook input.quantity[disabled], #shopping-cart td.item-qty input[disabled], fieldset[disabled] .product-details input.quantity, fieldset[disabled] .product-quicklook input.quantity, fieldset[disabled] #shopping-cart td.item-qty input
{
    cursor: not-allowed;
}
textarea.product-details input.quantity, textarea.product-quicklook input.quantity, textarea#shopping-cart td.item-qty input
{
    height: auto;
}
input.product-details input.quantity[type=radio], input.product-quicklook input.quantity[type=radio], input#shopping-cart td.item-qty input[type=radio], input.product-details input.quantity[type=checkbox], input.product-quicklook input.quantity[type=checkbox], input#shopping-cart td.item-qty input[type=checkbox]
{
    width: auto;
    height: auto;
}
.product-details input.quantity:focus, .product-quicklook input.quantity:focus, #shopping-cart td.item-qty input:focus
{
    border-color: #d0243c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(208,36,60,.6);
}
.product-details input.quantity::-moz-placeholder, .product-quicklook input.quantity::-moz-placeholder, #shopping-cart td.item-qty input::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.product-details input.quantity:-ms-input-placeholder, .product-quicklook input.quantity:-ms-input-placeholder, #shopping-cart td.item-qty input:-ms-input-placeholder
{
    color: #999;
}
.product-details input.quantity::-webkit-input-placeholder, .product-quicklook input.quantity::-webkit-input-placeholder, #shopping-cart td.item-qty input::-webkit-input-placeholder
{
    color: #999;
}
.product-details input.quantity[disabled], .product-quicklook input.quantity[disabled], #shopping-cart td.item-qty input[disabled], .product-details input.quantity[readonly], .product-quicklook input.quantity[readonly], #shopping-cart td.item-qty input[readonly], select.product-details input.quantity.readonly-mark, select.product-quicklook input.quantity.readonly-mark, select#shopping-cart td.item-qty input.readonly-mark, fieldset[disabled] .product-details input.quantity, fieldset[disabled] .product-quicklook input.quantity, fieldset[disabled] #shopping-cart td.item-qty input
{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.product-details input.quantity, textarea.product-quicklook input.quantity, textarea#shopping-cart td.item-qty input
{
    height: auto;
}
select.product-details input.quantity::-ms-expand, select.product-quicklook input.quantity::-ms-expand, select#shopping-cart td.item-qty input::-ms-expand
{
    display: none;
}
select.product-details input.quantity, select.product-quicklook input.quantity, select#shopping-cart td.item-qty input
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../image/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 7px;
    padding-right: 25px;
}
.model-form-buttons .button.delete_profile
{
    float: left;
}
.delete-user-button
{
    margin: 10px 0 0 40px!important;
}
.ui-dialog
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
@media(max-width: 480px)
{
    .ui-dialog
    {
        padding: 60px 20px!important;
    }
}
.ui-widget-content
{
    color: #808080;
}
.ui-widget-content:before, .ui-widget-content:after
{
    content: " ";
    display: table;
}
.ui-widget-content:after
{
    clear: both;
}
.ui-widget-content:before, .ui-widget-content:after
{
    content: "";
    display: table;
    width: 0;
}
.ui-widget-content:after
{
    clear: both;
}
.ui-widget-content:before, .ui-widget-content:after
{
    content: " ";
    display: table;
}
.ui-widget-content:after
{
    clear: both;
}
.ui-widget-content:before, .ui-widget-content:after
{
    content: "";
    display: table;
    width: 0;
}
.ui-widget-content:after
{
    clear: both;
}
.ui-widget-content a
{
    color: #000;
    text-decoration: none;
}
.ui-widget-content a:hover, .ui-widget-content a:focus
{
    color: #777;
}
.ui-widget-content a:focus
{
    outline: none;
}
.ui-dialog .ui-dialog-titlebar-close
{
    top: -40px;
    right: -40px;
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    margin: 0;
    color: #000;
}
.ui-dialog .ui-dialog-titlebar-close:before, .ui-dialog .ui-dialog-titlebar-close:after
{
    position: absolute;
    left: 10px;
    top: -4px;
    content: ' ';
    height: 29px;
    width: 1px;
    background-color: #000;
}
.ui-dialog .ui-dialog-titlebar-close:before
{
    transform: rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close:after
{
    transform: rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close:hover:before, .ui-dialog .ui-dialog-titlebar-close:hover:after
{
    background-color: #777;
}
@media(max-width: 480px)
{
    .ui-dialog .ui-dialog-titlebar-close
    {
        right: 0;
    }
}
@media(min-width: 768px)
{
    #shopping-cart .update-quantity .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .form-control-static
    {
        display: inline-block;
    }
    #shopping-cart .update-quantity .input-group
    {
        display: inline-table;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .input-group .input-group-addon, #shopping-cart .update-quantity .input-group .input-group-btn, #shopping-cart .update-quantity .input-group .form-control
    {
        width: auto;
    }
    #shopping-cart .update-quantity .input-group>.form-control
    {
        width: 100%;
    }
    #shopping-cart .update-quantity .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .radio, #shopping-cart .update-quantity .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .radio label, #shopping-cart .update-quantity .checkbox label
    {
        padding-left: 0;
    }
    #shopping-cart .update-quantity .radio input[type=radio], #shopping-cart .update-quantity .checkbox input[type=checkbox]
    {
        position: relative;
        margin-left: 0;
    }
    #shopping-cart .update-quantity .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media(min-width: 768px)
{
    #shopping-cart .update-quantity .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .form-control
    {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .input-group>.form-control
    {
        width: 100%;
    }
    #shopping-cart .update-quantity .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .radio, #shopping-cart .update-quantity .checkbox
    {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    #shopping-cart .update-quantity .radio input[type=radio], #shopping-cart .update-quantity .checkbox input[type=checkbox]
    {
        float: none;
        margin-left: 0;
    }
    #shopping-cart .update-quantity .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
.checkout-block .shipping-step .step-box
{
    border: none;
}
.checkout-block .shipping-step .step-box, .checkout-block .review-step .step-box .box
{
    margin-right: 0;
}
.target-checkout .mobile_header
{
    font-size: 20px;
}
.target-checkout .mobile_header ul.nav-pills:not(.affix)
{
    border-bottom: 1px solid #d6d4d4;
    box-shadow: none;
}
.mobile_header ul.nav-pills
{
    background: #151515;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    z-index: 70;
    -webkit-box-shadow: 0 0 10px 0 rgba(74,73,74,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(74,73,74,.2);
    box-shadow: 0 0 10px 0 rgba(74,73,74,.2);
}
.mobile_header ul.nav-pills li.dropdown>a svg path
{
    fill: #000;
}
.mobile_header ul.nav-pills li.dropdown>a:hover svg path
{
    fill: #000;
}
.mobile_header #account_box .language-selector
{
    display: none;
}
.mobile_header .fa-bars
{
    font-size: 17px;
}
.mobile_header #language_box
{
    min-width: 0;
}
.mobile_header ul li
{
    background: 0 0;
    padding-left: 0;
}
.mobile_header ul li ul.language_list li.language_label
{
    display: none!important;
}
.mobile_header ul li ul.language_list li
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.mobile_header ul li ul.language_list li.language-selector
{
    padding: 7px 0;
}
.mobile_header ul li ul.language_list li ul
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.mobile_header ul li ul.language_list li ul li a
{
    display: block;
    white-space: nowrap;
}
.mobile_header ul li ul.language_list li ul li a img
{
    display: inline-block;
    width: 19px;
    margin-right: 6px;
}
.mobile_header ul li ul.language_list li ul li span
{
    display: inline-block;
}
.mobile_header ul li ul.language_list li ul li span img
{
    display: inline-block;
    width: 19px;
    margin-right: 6px;
}
.mobile_header ul li ul.language_list li ul li span span
{
    display: inline-block;
}
.mobile_header ul li ul.language_list li ul li.current
{
    padding: 13px 15px;
}
.mobile_header ul li ul.language_list li ul li.current:hover
{
    background-color: inherit;
}
.mobile_header ul#search_box
{
    position: fixed;
    left: 1.5%;
    top: 5px;
    height: 40px;
    width: 97%;
}
.mobile_header ul#search_box #mobile_search
{
    width: 95%;
    margin: 0 auto;
    float: none;
}
.mobile_header ul#search_box #mobile_search .simple-search-box
{
    border: none;
    height: 100%;
    margin: 8px 0;
    padding-left: 30px;
}
.mobile_header ul#search_box #mobile_search .simple-search-box button.submit-button
{
    top: 8px;
    left: 4px;
    background: 0 0;
    text-indent: 0;
    overflow: hidden;
    width: 17px;
    position: absolute;
    color: #b9b9b9;
}
.mobile_header ul#search_box #mobile_search .simple-search-box button.submit-button span
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mobile_header ul#search_box #mobile_search .simple-search-box button.submit-button span:before
{
    content: "";
}
.mobile_header ul#search_box #mobile_search .simple-search-box input.form-text
{
    width: 100%;
    float: none;
    border: none;
    box-shadow: none;
    padding: 0;
    background: 0 0;
    line-height: 28px;
    font-size: 16px;
}
.target-checkout .mobile_header a#main_menu, .target-checkout .mobile_header a#search_menu, .target-checkout .mobile_header a#language_menu
{
    display: none;
}
#methodid
{
    display: block;
}
.loupe
{
    display: none;
}
.checkout-block ul.shipping-rates li label img.right-fade, .checkout-block ul.payments li label:after
{
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#fff 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#fff 100%);
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
    background-repeat: repeat-x;
}
.block-block h3+.content
{
    margin-top: 40px;
}
.block-block h3
{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #555454;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #d6d4d4;
}
.sidebar .block.block-block
{
    clear: both;
    margin-bottom: 40px;
}
.sidebar .section>:first-child
{
    margin-top: 0;
}
.sidebar .block.block-block>h4
{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    border-left: 5px solid rgba(208,36,60,.6);
    background: #ededed;
    text-transform: uppercase;
    padding: 15px;
}
.sidebar .catalog-categories>li a, .sidebar .category-brands>li a
{
    padding: 0 0 0 20px;
    line-height: 30px;
}
.sidebar .catalog-categories.menu-list>li a, .sidebar .category-brands.menu-list>li a
{
    display: block;
    border-top: 1px solid #d6d4d4;
    color: #777;
    font-size: 13px;
}
.sidebar .catalog-categories.menu-list>li a:before, .sidebar .category-brands.menu-list>li a:before
{
    content: "";
}
.sidebar .catalog-categories.menu-list>li a:before, .sidebar .category-brands.menu-list>li a:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.sidebar .catalog-categories.menu-list>li:last-of-type>a, .sidebar .category-brands.menu-list>li:last-of-type>a
{
    border-bottom: 1px solid #d6d4d4;
}
.sidebar .catalog-categories li a:hover, .sidebar .category-brands li a:hover
{
    background-color: #f6f6f6;
}
.sidebar .recently-viewed-products li
{
    margin-bottom: 20px;
}
.sidebar .more_link a
{
    display: inline-block;
    font-size: 13px;
    color: #ededed;
    background-color: #4c4c4c;
    padding: 5px 10px;
    line-height: 20px;
}
.sidebar .more_link a:hover
{
    background-color: #d0243c;
    color: #fff;
}
.sidebar .more_link a:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.sidebar .more_link a:after
{
    margin-left: 5px;
}
.category-description
{
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 40px;
}
.category-description:not(.brand-description)
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
@media(max-width: 480px)
{
    .category-description
    {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}
.category-description .description
{
    display: block;
    font-family: Arial,sans-serif;
}
.category-description .category-image
{
    min-width: 195px;
    max-width: 195px;
    margin-right: 20px;
}
.category-description .category-image img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .category-description .category-image img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.category-description img
{
    max-width: 100%;
}
.category-description h1.title
{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.subcategory-list:not(.subcategory-view-list)
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
}
.subcategory-list:not(.subcategory-view-list) a
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.subcategory-list:not(.subcategory-view-list) a .subcategory-icon
{
    border: 1px solid #ededed;
    transition: all .2s!important;
    padding: 9px;
    background: #fff;
}
.subcategory-list:not(.subcategory-view-list) a .subcategory-icon img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .subcategory-list:not(.subcategory-view-list) a .subcategory-icon img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.subcategory-list:not(.subcategory-view-list) a:hover .subcategory-icon
{
    border-width: 7px;
    overflow: hidden;
    z-index: 1;
}
.subcategory-list:not(.subcategory-view-list) .subcategory-icon
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 258px;
    max-width: 258px;
    width: 258px;
    margin-bottom: 10px;
}
.subcategory-list:not(.subcategory-view-list) .subcategory-name
{
    width: 100px;
    display: inline-block;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}
.subcategory-list:not(.subcategory-view-list) .subcategory-name:hover
{
    color: #d0243c;
}
@media(max-width: 767px)
{
    .subcategory-list
    {
        margin-bottom: 60px;
    }
}
@media(max-width: 479px)
{
    .subcategory-list .subcategory-icon
    {
        height: 110px;
        max-width: 90px;
        width: 90px;
    }
}
.products-sidebar-small-thumbnails:before, .products-sidebar-small-thumbnails:after
{
    content: " ";
    display: table;
}
.products-sidebar-small-thumbnails:after
{
    clear: both;
}
.products-sidebar-small-thumbnails:before, .products-sidebar-small-thumbnails:after
{
    content: "";
    display: table;
    width: 0;
}
.products-sidebar-small-thumbnails:after
{
    clear: both;
}
.products-sidebar-small-thumbnails:before, .products-sidebar-small-thumbnails:after
{
    content: " ";
    display: table;
}
.products-sidebar-small-thumbnails:after
{
    clear: both;
}
.products-sidebar-small-thumbnails:before, .products-sidebar-small-thumbnails:after
{
    content: "";
    display: table;
    width: 0;
}
.products-sidebar-small-thumbnails:after
{
    clear: both;
}
.products-sidebar-small-thumbnails .product-cell
{
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d4d4;
}
.products-sidebar-small-thumbnails .more-link
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-sidebar-small-thumbnails .product
{
    background-color: #fff;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-sidebar-small-thumbnails .product.drag-owner
{
    opacity: .2;
}
.products-sidebar-small-thumbnails .product>*
{
    -webkit-box-flex: 1 100%;
    -webkit-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
}
.products-sidebar-small-thumbnails .product .product-photo
{
    -webkit-box-flex: 0 auto;
    -webkit-flex: 0 auto;
    -moz-box-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    max-width: 33.3%;
}
.products-sidebar-small-thumbnails .product .product-photo:before
{
    content: "";
    display: block;
}
.products-sidebar-small-thumbnails .product .product-photo .hack-box
{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.products-sidebar-small-thumbnails .product .product-photo .product-thumbnail
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.products-sidebar-small-thumbnails .product .product-photo .product-thumbnail img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .products-sidebar-small-thumbnails .product .product-photo .product-thumbnail img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.products-sidebar-small-thumbnails .product .details
{
    -webkit-box-flex: 1 0;
    -webkit-flex: 1 0;
    -moz-box-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0px;
    margin-left: 15px;
}
.products-sidebar-small-thumbnails .product ul.product-price
{
    margin-top: 15px;
}
.products-sidebar-small-thumbnails .product ul.product-price .vat-note-product-price
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.products-sidebar-small-thumbnails .product ul.product-price .vat-note-product-price sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-sidebar-small-thumbnails .product ul.product-price .vat-note-product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-sidebar-small-thumbnails .product ul.product-price .vat-note-product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-sidebar-small-thumbnails .product ul.product-price .vat-note-product-price
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.products-sidebar-small-thumbnails .product ul.product-price span.product-price
{
    font-size: 13px;
    color: #777;
    white-space: nowrap;
}
.products-sidebar-small-thumbnails .product.product-added .added-to-cart
{
    display: none;
}
.products-sidebar-small-thumbnails .product .product-description
{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 57px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 19px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-sidebar-small-thumbnails .product .product-description ul, .products-sidebar-small-thumbnails .product .product-description li, .products-sidebar-small-thumbnails .product .product-description p, .products-sidebar-small-thumbnails .product .product-description h1, .products-sidebar-small-thumbnails .product .product-description h2, .products-sidebar-small-thumbnails .product .product-description h3, .products-sidebar-small-thumbnails .product .product-description h4, .products-sidebar-small-thumbnails .product .product-description h5
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #777;
    line-height: 19px;
}
.products-sidebar-small-thumbnails .product .product-description li
{
    list-style: none;
}
.products-sidebar-small-thumbnails .product-name
{
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
.products-sidebar-small-thumbnails .labels
{
    position: relative;
    left: 0;
    width: 100%;
}
.products-sidebar-small-thumbnails .labels .label-main-box
{
    width: 100%;
}
.products-sidebar-small-thumbnails .labels .content
{
    padding: 0;
}
.pager-dropdown-block
{
    cursor: pointer;
    display: inline-block;
    padding-bottom: 7px;
}
.pager-dropdown-block .sort-by-value, .pager-dropdown-block .per-page-value
{
    color: #4a4a4a;
    font-weight: 600;
}
.pager-dropdown-block .sort-by-value:after, .pager-dropdown-block .per-page-value:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.pager-dropdown-block:hover .display-sort, .pager-dropdown-block:hover .display-per-page
{
    display: block;
}
.pager-dropdown-block .display-sort
{
    width: 120%;
}
.pager-dropdown-block .display-sort, .pager-dropdown-block .display-per-page
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}
.pager-dropdown-block .display-sort:before, .pager-dropdown-block .display-per-page:before
{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 3px;
    border-color: transparent transparent #fff;
    position: absolute;
    margin-left: -7px;
    top: -3px;
}
.pager-dropdown-block .display-sort li, .pager-dropdown-block .display-per-page li
{
    text-align: left;
    margin-bottom: 20px;
}
.pager-dropdown-block .display-sort .selected a, .pager-dropdown-block .display-per-page .selected a
{
    color: #d0243c;
    cursor: default;
}
.display-sort
{
    right: 0;
}
.list-pager
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.list-pager-bottom
{
    padding-top: 20px;
    padding-bottom: 0;
}
.pager-items-total .sort-box
{
    z-index: 1;
}
.pager-items-total .per-page-box
{
    cursor: pointer;
    display: inline-block;
    padding-bottom: 7px;
}
.pager-items-total .per-page-box .sort-by-value, .pager-items-total .per-page-box .per-page-value
{
    color: #4a4a4a;
    font-weight: 600;
}
.pager-items-total .per-page-box .sort-by-value:after, .pager-items-total .per-page-box .per-page-value:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.pager-items-total .per-page-box:hover .display-sort, .pager-items-total .per-page-box:hover .display-per-page
{
    display: block;
}
.pager-items-total .per-page-box .display-sort
{
    width: 120%;
}
.pager-items-total .per-page-box .display-sort, .pager-items-total .per-page-box .display-per-page
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}
.pager-items-total .per-page-box .display-sort:before, .pager-items-total .per-page-box .display-per-page:before
{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 3px;
    border-color: transparent transparent #fff;
    position: absolute;
    margin-left: -7px;
    top: -3px;
}
.pager-items-total .per-page-box .display-sort li, .pager-items-total .per-page-box .display-per-page li
{
    text-align: left;
    margin-bottom: 20px;
}
.pager-items-total .per-page-box .display-sort .selected a, .pager-items-total .per-page-box .display-per-page .selected a
{
    color: #d0243c;
    cursor: default;
}
.pager-items-total .per-page-box
{
    margin-left: 16px;
}
.pager-items-total .head-h2+.list-pager
{
    top: 80px;
}
.items-list-products, .items-list-orders
{
    position: relative;
}
#content .items-list-products, #content .items-list-orders
{
    margin-bottom: 80px;
}
@media(max-width: 767px)
{
    #content .items-list-products, #content .items-list-orders
    {
        margin-bottom: 80px;
    }
}
.items-list-products .list-header, .items-list-orders .list-header
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;
    margin-bottom: 10px;
}
.items-list-products .sort-box, .items-list-orders .sort-box
{
    z-index: 1;
    position: absolute;
    left: 0;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 7px;
}
.items-list-products .sort-box .sort-by-value, .items-list-orders .sort-box .sort-by-value, .items-list-products .sort-box .per-page-value, .items-list-orders .sort-box .per-page-value
{
    color: #4a4a4a;
    font-weight: 600;
}
.items-list-products .sort-box .sort-by-value:after, .items-list-orders .sort-box .sort-by-value:after, .items-list-products .sort-box .per-page-value:after, .items-list-orders .sort-box .per-page-value:after
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.items-list-products .sort-box:hover .display-sort, .items-list-orders .sort-box:hover .display-sort, .items-list-products .sort-box:hover .display-per-page, .items-list-orders .sort-box:hover .display-per-page
{
    display: block;
}
.items-list-products .sort-box .display-sort, .items-list-orders .sort-box .display-sort
{
    width: 120%;
}
.items-list-products .sort-box .display-sort, .items-list-orders .sort-box .display-sort, .items-list-products .sort-box .display-per-page, .items-list-orders .sort-box .display-per-page
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}
.items-list-products .sort-box .display-sort:before, .items-list-orders .sort-box .display-sort:before, .items-list-products .sort-box .display-per-page:before, .items-list-orders .sort-box .display-per-page:before
{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 3px;
    border-color: transparent transparent #fff;
    position: absolute;
    margin-left: -7px;
    top: -3px;
}
.items-list-products .sort-box .display-sort li, .items-list-orders .sort-box .display-sort li, .items-list-products .sort-box .display-per-page li, .items-list-orders .sort-box .display-per-page li
{
    text-align: left;
    margin-bottom: 20px;
}
.items-list-products .sort-box .display-sort .selected a, .items-list-orders .sort-box .display-sort .selected a, .items-list-products .sort-box .display-per-page .selected a, .items-list-orders .sort-box .display-per-page .selected a
{
    color: #d0243c;
    cursor: default;
}
.items-list-products .per-page-box, .items-list-orders .per-page-box, .items-list-products .sort-box, .items-list-orders .sort-box
{
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.items-list-products .list-pager .pager-items-total, .items-list-orders .list-pager .pager-items-total
{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.items-list-products .list-pager .pagination, .items-list-orders .list-pager .pagination
{
    display: none;
}
.items-list-products .list-pager.list-pager-bottom, .items-list-orders .list-pager.list-pager-bottom
{
    position: relative;
    right: auto;
    text-align: center;
}
.items-list-products .list-pager.list-pager-bottom .pagination, .items-list-orders .list-pager.list-pager-bottom .pagination
{
    display: inline-block;
    margin: auto;
}
.items-list-products .list-pager.list-pager-bottom .pager-items-total, .items-list-orders .list-pager.list-pager-bottom .pager-items-total
{
    display: none;
}
.items-list-products .display-mode-box>div
{
    display: none;
}
.items-list-products .display-mode-box li a
{
    color: #9da3b6;
}
.items-list-products .display-mode-box li a span.text
{
    display: none;
}
.items-list-products .display-mode-box li.selected a
{
    color: #4a4a4a;
}
.items-list-products .display-mode-box li:hover a
{
    color: #777;
}
.items-list-products .display-mode-box .display-modes li
{
    height: 20px;
}
.items-list-products .display-mode-box .display-modes li+li
{
    margin-left: 20px;
}
.items-list-products .display-mode-box i
{
    font-size: 20px;
    display: inline;
    vertical-align: top;
}
.product-marks>*+*
{
    margin-left: 10px;
}
@media(max-width: 767px)
{
    .product-marks>*+*
    {
        margin-left: 5px;
        margin-right: 5px;
    }
}
.product-marks .added-to-cart
{
    display: none;
    color: #d0243c;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    vertical-align: top;
}
.product-marks .added-to-cart i
{
    line-height: 20px;
    font-size: 16px;
}
.product-added .product-marks .added-to-cart
{
    display: inline-block;
}
.product-marks .add-to-compare
{
    display: inline-block;
    text-align: center;
    color: #777676;
    vertical-align: top;
}
.product-marks .add-to-compare.product:hover input[type=checkbox]+label
{
    color: #777;
}
.product-marks .add-to-compare .label-add-to-compare
{
    display: inline-block;
}
.product-marks .add-to-compare .label-added-to-compare
{
    display: none;
}
.product-marks .add-to-compare input[type=checkbox]
{
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.product-marks .add-to-compare input[type=checkbox]+label
{
    color: #777676;
    cursor: pointer;
    font-size: 13px;
}
.product-marks .add-to-compare input[type=checkbox]+label:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.product-marks .add-to-compare input[type=checkbox]+label:before
{
    color: #777676;
    font-size: 13px;
}
.product-marks .add-to-compare input[type=checkbox]+label:hover
{
    color: #000;
}
.product-marks .add-to-compare input[type=checkbox]+label:hover:before
{
    color: #000;
}
.product-marks .add-to-compare input[type=checkbox]:checked+label
{
    color: #000;
    display: inline-block;
}
.product-marks .add-to-compare input[type=checkbox]:checked+label:before
{
    color: #000;
}
.product-marks .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare
{
    display: none;
}
.product-marks .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare+.label-added-to-compare
{
    display: inline-block;
}
.product-added .product-marks .added-to-cart, .product:hover .product-marks .add-to-compare label, .products-table .product-marks .add-to-compare input[type=checkbox]+label
{
    display: inline-block;
}
@media(max-width: 767px)
{
    .product-marks .added-to-cart
    {
        position: absolute;
        top: -235px;
        right: 15px;
    }
    .product .product-marks .add-to-compare input[type=checkbox]+label
    {
        display: inline-block;
    }
}
@media(max-width: 480px)
{
    .product-marks .added-to-cart
    {
        top: -140px;
    }
}
.product:hover .product-marks>*:hover label
{
    color: #777!important;
}
.product-price-range>.product-price-base
{
    display: inline-block;
}
.products-grid, .products-list
{
    margin-bottom: -20px;
}
.products-grid .product, .products-list .product
{
    background-color: #fff;
    position: relative;
}
@media(min-width: 768px)
{
    .products-grid .product:not(.prevent-hover):hover .quicklook, .products-list .product:not(.prevent-hover):hover .quicklook, .products-grid .product.touched .quicklook, .products-list .product.touched .quicklook, .products-grid .product.ui-draggable-dragging .quicklook, .products-list .product.ui-draggable-dragging .quicklook
    {
        top: 50%;
        opacity: 1;
    }
    .products-grid .product:not(.prevent-hover):hover .quicklook button, .products-list .product:not(.prevent-hover):hover .quicklook button, .products-grid .product.touched .quicklook button, .products-list .product.touched .quicklook button, .products-grid .product.ui-draggable-dragging .quicklook button, .products-list .product.ui-draggable-dragging .quicklook button
    {
        margin-top: 0;
    }
}
.products-grid .product-photo, .products-list .product-photo
{
    border: 1px solid #d6d4d4;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    padding: 9px;
    overflow: hidden;
}
.products-grid .product-photo:before, .products-list .product-photo:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.products-grid .product-photo .hack-box, .products-list .product-photo .hack-box
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.products-grid .product-photo a, .products-list .product-photo a
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: opacity .1s ease-in;
}
.products-grid .product-photo a img, .products-list .product-photo a img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .products-grid .product-photo a img, body:not(.ie11) .products-list .product-photo a img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.products-grid .quicklook, .products-list .quicklook
{
    transition: all .2s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: -50px;
    z-index: 100;
    background: 0 0;
}
.products-grid .quicklook button, .products-list .quicklook button
{
    transition: all .2s;
    margin-top: -150px;
    box-shadow: rgba(0,0,0,.16) 0 2px 8px;
    background-color: rgba(255,255,255,.82);
    border: none;
    width: 50px;
    height: 50px;
}
.products-grid .quicklook button:hover, .products-list .quicklook button:hover, .products-grid .quicklook button:focus, .products-list .quicklook button:focus
{
    background-color: #fff;
}
.products-grid .quicklook button:hover i, .products-list .quicklook button:hover i, .products-grid .quicklook button:focus i, .products-list .quicklook button:focus i
{
    color: #777676;
}
.products-grid .quicklook button span, .products-list .quicklook button span
{
    display: none;
}
.products-grid .quicklook button i, .products-list .quicklook button i
{
    color: #777676;
    font-size: 20px;
}
.products-grid .labels, .products-list .labels
{
    position: absolute;
    top: 20px;
    left: 0;
    transition: opacity .1s ease-in;
}
.products-grid .product-marks, .products-list .product-marks
{
    position: absolute;
    top: 20px;
    right: 20px;
}
@media(max-width: 767px)
{
    .products-grid .labels, .products-list .labels
    {
        top: 0;
    }
    .products-grid .product-marks, .products-list .product-marks
    {
        top: 235px;
        right: 0;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 480px)
{
    .products-grid .product-marks, .products-list .product-marks
    {
        top: 140px;
    }
}
.products-grid .product-tail, .products-list .product-tail
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    margin: 0 -20px -20px;
    box-shadow: inset 0 14px 10px -10px rgba(0,0,0,.15);
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    text-align: center;
    background: #fff;
}
.products-grid .add-to-compare, .products-list .add-to-compare
{
    text-align: center;
    color: #777676;
    vertical-align: top;
    padding: 10px 5px;
    display: inline-block;
}
.products-grid .add-to-compare.product:hover input[type=checkbox]+label, .products-list .add-to-compare.product:hover input[type=checkbox]+label
{
    color: #777;
}
.products-grid .add-to-compare .label-add-to-compare, .products-list .add-to-compare .label-add-to-compare
{
    display: inline-block;
}
.products-grid .add-to-compare .label-added-to-compare, .products-list .add-to-compare .label-added-to-compare
{
    display: none;
}
.products-grid .add-to-compare input[type=checkbox], .products-list .add-to-compare input[type=checkbox]
{
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.products-grid .add-to-compare input[type=checkbox]+label, .products-list .add-to-compare input[type=checkbox]+label
{
    color: #777676;
    cursor: pointer;
    font-size: 13px;
}
.products-grid .add-to-compare input[type=checkbox]+label:before, .products-list .add-to-compare input[type=checkbox]+label:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.products-grid .add-to-compare input[type=checkbox]+label:before, .products-list .add-to-compare input[type=checkbox]+label:before
{
    color: #777676;
    font-size: 13px;
}
.products-grid .add-to-compare input[type=checkbox]+label:hover, .products-list .add-to-compare input[type=checkbox]+label:hover
{
    color: #000;
}
.products-grid .add-to-compare input[type=checkbox]+label:hover:before, .products-list .add-to-compare input[type=checkbox]+label:hover:before
{
    color: #000;
}
.products-grid .add-to-compare input[type=checkbox]:checked+label, .products-list .add-to-compare input[type=checkbox]:checked+label
{
    color: #000;
    display: inline-block;
}
.products-grid .add-to-compare input[type=checkbox]:checked+label:before, .products-list .add-to-compare input[type=checkbox]:checked+label:before
{
    color: #000;
}
.products-grid .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare, .products-list .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare
{
    display: none;
}
.products-grid .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare+.label-added-to-compare, .products-list .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare+.label-added-to-compare
{
    display: inline-block;
}
.products-grid .add-to-compare label, .products-list .add-to-compare label
{
    line-height: 20px;
    font-weight: 700;
    font-size: 13px;
}
.products-grid .add-to-compare label:before, .products-list .add-to-compare label:before
{
    margin: 0 5px 0 0;
}
.products-grid button.product-details-button i, .products-list button.product-details-button i
{
    transition: all .2s;
}
.products-grid button.product-details-button:hover i, .products-list button.product-details-button:hover i, .products-grid button.product-details-button:focus i, .products-list button.product-details-button:focus i
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.products-grid .grid-buttons, .products-list .grid-buttons
{
    margin-bottom: 5px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.products-grid .grid-buttons>*, .products-list .grid-buttons>*
{
    margin-right: 15px;
    margin-bottom: 15px;
    height: 50px;
}
@media(max-width: 991px) and (min-width: 768px)
{
    .one-sidebar .products-grid .grid-buttons>*, .one-sidebar .products-list .grid-buttons>*
    {
        margin-right: 10px;
    }
}
.products-grid .grid-buttons>*:last-child, .products-list .grid-buttons>*:last-child
{
    margin-right: 0;
}
.products-grid .product-cell
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
}
.products-grid .top-ribbons-wrapper, .products-grid .bottom-ribbons-wrapper
{
    z-index: 1;
}
.products-grid .product
{
    padding: 20px;
    width: 262px;
    max-width: 300px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
    border: none;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
@media(max-width: 767px)
{
    .products-grid .product
    {
        width: 200px;
    }
}
@media(max-width: 991px)
{
    .products-grid .product
    {
        width: 100%;
    }
}
@media(min-width: 768px)
{
    .products-grid .product:not(.prevent-hover):hover .add-to-cart-button, .products-grid .product.touched .add-to-cart-button, .products-grid .product.ui-draggable-dragging .add-to-cart-button
    {
        display: block;
    }
}
.products-grid .product-photo
{
    margin: -20px -20px 15px;
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
}
.products-grid .product-average-rating
{
    line-height: 40px;
}
.products-grid .product-average-rating .separator, .products-grid .product-average-rating .separator+.link-to-tab
{
    display: none;
}
.products-grid .reviews-count
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
}
.products-grid .reviews-count sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-grid .reviews-count sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-grid .reviews-count *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-grid .reviews-count
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.products-grid .product-items-available.low-stock
{
    margin-top: 0;
    color: #777676;
    font-weight: 400;
}
@media(max-width: 480px)
{
    .products-grid .product-items-available.low-stock
    {
        margin-bottom: 0;
    }
}
.products-grid .product-name
{
    width: 100%;
    text-align: left;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.products-grid .product-name a
{
    line-height: 25px;
    font-weight: 500;
}
.products-grid ul.product-price
{
    margin-top: 0;
    text-align: center;
}
.products-grid ul.product-price span.product-price
{
    line-height: 40px;
    font-size: 21px;
    font-weight: 600;
    color: #d0243c;
}
.products-grid ul.product-price .vat-note-product-price
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.products-grid ul.product-price .vat-note-product-price sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-grid ul.product-price .vat-note-product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-grid ul.product-price .vat-note-product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-grid ul.product-price .vat-note-product-price
    {
        font-size: 11px;
        line-height: 20px;
    }
}
@media(min-width: 768px)
{
    .products-grid button.add-to-cart span
    {
        display: none;
    }
}
.products-list .product-cell
{
    margin-bottom: 0;
    border-bottom: 2px solid #f4f4f4;
    padding: 30px 0;
}
.products-list .product-cell:last-of-type
{
    border: none;
}
.products-list .product
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
@media(max-width: 991px)
{
    .products-list .product
    {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.products-list .product-photo
{
    min-width: 262px;
    margin-right: 30px;
    margin-bottom: 0;
    border-color: #f4f4f4;
    border-width: 5px;
}
@media(max-width: 1199px)
{
    .products-list .product-photo
    {
        min-width: 200px;
    }
}
@media(max-width: 991px)
{
    .products-list .product-photo
    {
        min-width: 40%;
        width: 40%;
        margin-right: 0;
    }
}
@media(max-width: 767px)
{
    .products-list .product-photo
    {
        min-width: 200px;
        width: 200px;
    }
}
@media(max-width: 480px)
{
    .products-list .product-photo
    {
        min-width: 262px;
        width: 262px;
        margin: auto auto 30px;
    }
}
.products-list .product-info
{
    padding-right: 30px;
    width: calc(100% - 262px - 30px - 160px);
    width: -moz-calc(100% - 262px - 30px - 160px);
    width: -webkit-calc(100% - 262px - 30px - 160px);
    width: -o-calc(100% - 262px - 30px - 160px);
}
@media(max-width: 1199px)
{
    .products-list .product-info
    {
        width: calc(100% - 200px - 30px - 160px);
        width: -moz-calc(100% - 200px - 30px - 160px);
        width: -webkit-calc(100% - 200px - 30px - 160px);
        width: -o-calc(100% - 200px - 30px - 160px);
    }
}
@media(max-width: 991px)
{
    .products-list .product-info
    {
        padding-right: 0;
        min-width: 60%;
        width: 60%;
        padding-left: 20px;
    }
}
@media(max-width: 767px)
{
    .products-list .product-info
    {
        width: calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        min-width: calc(100% - 200px);
        min-width: -moz-calc(100% - 200px);
        min-width: -webkit-calc(100% - 200px);
        min-width: -o-calc(100% - 200px);
    }
}
@media(max-width: 480px)
{
    .products-list .product-info
    {
        min-width: 100%;
        width: 100%;
        padding: 0;
    }
}
.products-list .product-name
{
    margin-bottom: 20px;
}
.products-list .description
{
    margin-bottom: 20px;
}
.products-list .product-info>.product-price
{
    margin-bottom: 20px;
}
.products-list .product-info>.product-price li
{
    display: inline-block;
    margin-right: 10px;
}
.products-list .product-info>.product-price .vat-price
{
    line-height: 40px;
}
.products-list span.product-price
{
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 20px;
    display: inline-block;
}
.products-list span.product-price sup
{
    vertical-align: top;
    position: relative;
    top: 5.25px;
}
.products-list span.product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 5.25px;
}
.products-list span.product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-list span.product-price
    {
        font-size: 18px;
        line-height: 20px;
    }
}
.products-list .grid-buttons button
{
    padding: 5px 15px;
}
.products-list .grid-buttons button i
{
    display: none;
}
.products-list .product-aside
{
    border-left: 1px solid #f4f4f4;
    padding-left: 30px;
    min-width: 160px;
    width: 160px;
}
.products-list .product-aside .add-to-compare, .products-list .product-aside a.add-to-wishlist
{
    left: 0!important;
    display: block;
    padding: 5px 0!important;
    text-align: left!important;
}
@media(max-width: 991px)
{
    .products-list .product-aside
    {
        border-left: none;
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
        min-width: 100%;
    }
    .products-list .product-aside .add-to-compare, .products-list .product-aside a.add-to-wishlist
    {
        display: inline-block;
        margin-right: 20px;
    }
}
.product-table-representation
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #151515;
    border-radius: 50%;
    opacity: .5;
}
.product-table-representation:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.product-table-representation:before
{
    font-size: 18px;
    display: inline-block;
}
.products-table
{
    margin-bottom: 59px;
}
.products-table a.add-to-wishlist span.title
{
    display: none;
}
.products-table .product-marks .add-to-compare input[type=checkbox]+label
{
    font-size: 0;
}
.products-table tr:first-child
{
    display: none;
}
.products-table td
{
    border-style: solid none solid;
    height: 80px;
    min-height: 80px;
}
.products-table td:nth-child(2)
{
    width: 100%;
}
.products-table td:last-of-type
{
    display: none;
}
.products-table .product-sku
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    color: #4a4a4a;
}
.products-table .product-sku sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-table .product-sku sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-table .product-sku *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-table .product-sku
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.products-table .product-items-available.low-stock
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}
.products-table .product-items-available.low-stock sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-table .product-items-available.low-stock sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-table .product-items-available.low-stock *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-table .product-items-available.low-stock
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.products-table .labels, .products-table .product-price, .products-table .product-marks
{
    white-space: nowrap;
    text-align: right;
}
.products-table .vat-note-product-price
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.products-table .vat-note-product-price sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-table .vat-note-product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-table .vat-note-product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-table .vat-note-product-price
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.products-table .product-add2cart
{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    transition: all .2s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 2px solid #151515;
    padding: 8px 20px;
    background-color: #151515;
    font-weight: 500;
    background-color: #d0243c;
    border-color: #d0243c;
    padding: 0;
    width: 40px;
    height: 40px;
}
.products-table .product-add2cart:focus, .products-table .product-add2cart:active:focus, .products-table .product-add2cart.active:focus, .products-table .product-add2cart.focus, .products-table .product-add2cart:active.focus, .products-table .product-add2cart.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.products-table .product-add2cart:hover, .products-table .product-add2cart:focus, .products-table .product-add2cart.focus
{
    color: #fff;
    text-decoration: none;
}
.products-table .product-add2cart:active, .products-table .product-add2cart.active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.products-table .product-add2cart.disabled, .products-table .product-add2cart[disabled], fieldset[disabled] .products-table .product-add2cart
{
    cursor: not-allowed;
    -moz-opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    opacity: .65;
    -ms-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.products-table .product-add2cart.disabled, fieldset[disabled] a.products-table .product-add2cart
{
    pointer-events: none;
}
.products-table .product-add2cart:focus
{
    outline: 0;
}
.products-table .product-add2cart:active, .products-table .product-add2cart.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.products-table .product-add2cart sup
{
    vertical-align: top;
    position: relative;
    top: 3.5px;
}
.products-table .product-add2cart sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3.5px;
}
.products-table .product-add2cart *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-table .product-add2cart
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.products-table .product-add2cart, .products-table .product-add2cart span
{
    color: #fff;
}
.products-table .product-add2cart i
{
    color: #d0243c;
    transition: all .2s;
    font-size: 23px;
    line-height: 20px;
}
.products-table .product-add2cart i.fa-gear
{
    font-size: 19px;
}
.products-table .product-add2cart i.fa-heart-o, .products-table .product-add2cart i.fa-heart
{
    font-size: 14px;
}
.products-table .product-add2cart i+span
{
    margin-left: 5px;
}
.products-table .product-add2cart:not(.disabled):hover
{
    border-color: #d0243c;
    background-color: #d0243c;
    outline: none;
}
.products-table .product-add2cart:not(.disabled):hover i, .products-table .product-add2cart:not(.disabled):hover, .products-table .product-add2cart:not(.disabled):hover span
{
    color: #fff;
}
.products-table .product-add2cart:active, .products-table .product-add2cart.active
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.products-table .product-add2cart:active:focus, .products-table .product-add2cart.active:focus
{
    outline: none;
}
.products-table .product-add2cart.reloading:before
{
    background: inherit;
}
.products-table .product-add2cart.reloading:after
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.products-table .product-add2cart.disabled, .products-table .product-add2cart[disabled], fieldset[disabled] .products-table .product-add2cart
{
    cursor: not-allowed!important;
    pointer-events: auto;
}
.products-table .product-add2cart.disabled:not(.reloading), .products-table .product-add2cart[disabled]:not(.reloading), fieldset[disabled] .products-table .product-add2cart:not(.reloading)
{
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.products-table .product-add2cart.disabled:active, .products-table .product-add2cart[disabled]:active, fieldset[disabled] .products-table .product-add2cart:active, .products-table .product-add2cart.disabled.active, .products-table .product-add2cart[disabled].active, fieldset[disabled] .products-table .product-add2cart.active
{
    background-color: #151515;
}
.products-table .product-add2cart *
{
    vertical-align: middle;
}
.products-table .product-add2cart i, .products-table .product-add2cart, .products-table .product-add2cart span
{
    color: #fff;
}
.products-table .product-add2cart:not(.disabled):hover, .products-table .product-add2cart:not(.disabled):focus
{
    background-color: #151515;
    border-color: #151515;
}
.products-table .product-add2cart:not(.disabled):hover i, .products-table .product-add2cart:not(.disabled):focus i, .products-table .product-add2cart:not(.disabled):hover, .products-table .product-add2cart:not(.disabled):focus, .products-table .product-add2cart:not(.disabled):hover span, .products-table .product-add2cart:not(.disabled):focus span
{
    color: #d0243c;
}
.products-table .product-add2cart.disabled, .products-table .product-add2cart[disabled], fieldset[disabled] .products-table .product-add2cart
{
    color: #fff;
}
.products-table .product-add2cart.disabled:active, .products-table .product-add2cart[disabled]:active, fieldset[disabled] .products-table .product-add2cart:active, .products-table .product-add2cart.disabled.active, .products-table .product-add2cart[disabled].active, fieldset[disabled] .products-table .product-add2cart.active
{
    background-color: #d0243c;
    color: #fff;
}
.products-table .product-add2cart:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.products-table .product-add2cart:focus
{
    background-image: -webkit-linear-gradient(top,#d0243c 0%,#d0243c 100%);
    background-image: -o-linear-gradient(top,#d0243c 0%,#d0243c 100%);
    background-image: linear-gradient(to bottom,#d0243c 0%,#d0243c 100%);
    background-repeat: repeat-x;
    background-color: #d0243c;
    border-color: #151515;
}
.products-table .product-add2cart:before
{
    line-height: 40px;
    font-size: 18px;
    margin-top: -2px;
    display: inline-block;
}
.products-table .product-add2cart span
{
    display: none;
}
.products-table .not-available .product-add2cart
{
    cursor: default;
    opacity: .05;
}
.products-table .not-available .product-add2cart:hover, .products-table .not-available .product-add2cart:focus
{
    background-image: -webkit-linear-gradient(top,#d0243c 0%,#d0243c 100%);
    background-image: -o-linear-gradient(top,#d0243c 0%,#d0243c 100%);
    background-image: linear-gradient(to bottom,#d0243c 0%,#d0243c 100%);
    background-repeat: repeat-x;
    background-color: #d0243c;
    border-color: #151515;
}
.add2cart-popup div.products a.add-to-wishlist, #content div.products a.add-to-wishlist, .add2cart-popup div.products a.add-to-wishlist.fa-heart-o, #content div.products a.add-to-wishlist.fa-heart-o
{
    opacity: 1!important;
    z-index: auto;
    line-height: 20px;
    position: relative;
    text-align: center;
    bottom: auto;
    font-weight: 700;
    font-size: 13px;
    right: auto;
    padding: 10px 5px;
    color: #777676;
    width: auto;
    height: auto;
    background: transparent none;
}
.add2cart-popup div.products a.add-to-wishlist span.title, #content div.products a.add-to-wishlist span.title, .add2cart-popup div.products a.add-to-wishlist.fa-heart-o span.title, #content div.products a.add-to-wishlist.fa-heart-o span.title
{
    -webkit-font-smoothing: auto;
    font-family: "Raleway",sans-serif;
}
.add2cart-popup div.products a.add-to-wishlist:hover, #content div.products a.add-to-wishlist:hover, .add2cart-popup div.products a.add-to-wishlist.fa-heart-o:hover, #content div.products a.add-to-wishlist.fa-heart-o:hover
{
    color: #000;
}
.add2cart-popup div.products a.add-to-wishlist:before, #content div.products a.add-to-wishlist:before, .add2cart-popup div.products a.add-to-wishlist.fa-heart-o:before, #content div.products a.add-to-wishlist.fa-heart-o:before
{
    display: inline-block;
}
.add2cart-popup div.products a.add-to-wishlist.fa-heart span.title, #content div.products a.add-to-wishlist.fa-heart span.title
{
    color: #000;
}
.add2cart-popup div.products a.add-to-wishlist.fa-heart:before, #content div.products a.add-to-wishlist.fa-heart:before
{
    color: #000;
}
.product-average-rating .reviews-count
{
    color: #d6d4d4;
}
.product-details:after
{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.product-details h1
{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}
@media(max-width: 767px)
{
    .product-details #breadcrumb
    {
        position: absolute;
        top: 20px;
    }
    .product-details:before
    {
        display: block;
        margin-top: 40px;
        content: '';
    }
}
@media(max-width: 767px)
{
    .product-details .image
    {
        margin-bottom: 20px;
    }
    .product-details .product-photo-box
    {
        margin-top: 0;
    }
}
.product-details .image
{
    position: relative;
    float: left;
}
.product-details .product-image-gallery
{
    float: left;
    margin-top: 0;
}
.product-details .product-image-gallery .cycle-cloak
{
    overflow: hidden;
    max-height: 360px;
}
.product-details .product-image-gallery .cycle-slideshow, .product-details .product-image-gallery .cycle-carousel-wrap, .product-details .product-image-gallery .cycle-slide
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.product-details .product-image-gallery .product-image-gallery-navigation
{
    width: 58px;
    height: 20px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}
.product-details .product-image-gallery .product-image-gallery-navigation:before
{
    content: '';
    background: url("../image/arrow_down_sheet.svg") center no-repeat;
    background-position: 0 -18px;
    height: 18px;
    width: 32px;
}
.product-details .product-image-gallery .product-image-gallery-navigation:not(.disabled):hover:before
{
    background-position: 0 0;
}
.product-details .product-image-gallery .product-image-gallery-navigation.disabled:before
{
    background-position: 0 -36px;
}
.product-details .product-image-gallery #product-image-gallery-prev
{
    margin-bottom: 20px;
}
.product-details .product-image-gallery #product-image-gallery-prev:before
{
    transform: rotate(180deg);
}
.product-details .product-image-gallery li
{
    display: block;
    width: 58px;
    height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.product-details .product-image-gallery li>a
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}
.product-details .product-image-gallery li.selected, .product-details .product-image-gallery li:hover
{
    border-color: #d6d4d4;
    overflow: hidden;
}
.product-details .product-photo-box
{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.product-details .next-previous-product
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.product-details .next-previous-product sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.product-details .next-previous-product sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.product-details .next-previous-product *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .product-details .next-previous-product
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.product-details .next-previous-product+.product-photo-box
{
    margin-top: 0;
}
.product-details .next-previous-product .next-previous-link
{
    display: inline-block;
}
.product-details .next-previous-product i
{
    line-height: 20px;
}
.product-details .next-previous-product .next-previous-link>a
{
    margin-left: 7px;
    margin-right: 7px;
}
.product-details .next-previous-product .next-previous-separator
{
    display: none;
}
@media(max-width: 767px)
{
    .product-details .next-previous-product
    {
        margin-top: 20px;
    }
}
.product-details .next-previous-dropdown
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
    -moz-box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
    box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
    width: 150px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    display: none;
    text-align: center;
}
.product-details .next-previous-dropdown .next-previous-price .product-price
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: 20px;
}
.product-details .next-previous-dropdown .next-previous-price .product-price sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
.product-details .next-previous-dropdown .next-previous-price .product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
.product-details .next-previous-dropdown .next-previous-price .product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .product-details .next-previous-dropdown .next-previous-price .product-price
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.product-details .next-previous-dropdown .vat-note-product-price
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.product-details .next-previous-dropdown .vat-note-product-price sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.product-details .next-previous-dropdown .vat-note-product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.product-details .next-previous-dropdown .vat-note-product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .product-details .next-previous-dropdown .vat-note-product-price
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.product-details .product-photo
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #d6d4d4;
    overflow: hidden;
    width: 366px;
    height: 440px;
}
@media(max-width: 1199px)
{
    .product-details .product-photo
    {
        width: 310px;
        height: 370px;
    }
}
@media(max-width: 991px)
{
    .product-details .product-photo
    {
        width: 300px;
        height: 360px;
    }
}
@media(max-width: 767px)
{
    .product-details .product-photo
    {
        width: 100%;
        height: 340px;
    }
}
.product-details .loupe
{
    display: inline-block;
    position: absolute;
    width: 43px;
    height: 43px;
    right: 0;
    bottom: 0;
    z-index: 9991;
}
.product-details .loupe:before
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-details .loupe svg
{
    position: relative;
    display: block;
}
.product-details .loupe:hover svg
{
    opacity: .2;
}
.product-details .image .labels
{
    position: absolute;
    top: 40px;
}
.product-details .image .product-added-note
{
    position: absolute;
    top: 60px;
    right: 20px;
    color: #d0243c;
}
.product-details .share
{
    margin-top: 0;
    margin-left: -5px;
    height: 20px!important;
    max-width: 366px;
}
@media(max-width: 1199px)
{
    .product-details .share
    {
        max-width: 310px;
    }
}
@media(max-width: 991px)
{
    .product-details .share
    {
        max-width: 300px;
    }
}
.product-details .share>*
{
    display: inline-block;
    height: 20px!important;
}
.product-details .share>script
{
    display: none;
}
.product-details .brief-descr
{
    margin-bottom: 20px;
}
.product-details .product-average-rating
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-details .product-average-rating .rating+.comment
{
    margin-left: 18px;
}
.product-details .product-reviews .head-h2
{
    display: none;
}
.product-details .product-more-link
{
    margin-top: 10px;
}
.product-details .product-average-rating+.product-more-link
{
    margin-top: 0;
}
.product-details .product-freeship-label
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.product-details .product-freeship-label sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.product-details .product-freeship-label sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.product-details .product-freeship-label *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .product-details .product-freeship-label
    {
        font-size: 11px;
        line-height: 20px;
    }
}
@media(max-width: 480px)
{
    .product-details .product-freeship-label
    {
        margin-right: 0;
        display: block;
        margin-top: 10px;
    }
}
.product-details .editable-attributes
{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 366px;
}
.product-details div.product-price
{
    margin-top: 0;
    margin-bottom: 20px;
}
.product-details .product-price span.product-price
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #777;
}
.product-details .product-price span.product-price sup
{
    vertical-align: top;
    position: relative;
    top: 7.5px;
}
.product-details .product-price span.product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 7.5px;
}
.product-details .product-price span.product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .product-details .product-price span.product-price
    {
        font-size: 26px;
        line-height: 40px;
    }
}
.product-details .product-price .sale-label-product-details div.text
{
    font-size: 0;
}
.product-details .product-price .sale-label-product-details div.text span.value
{
    font-size: 18px;
}
.product-details .product-price .labels .label-main-box .content
{
    color: #f13340;
    background: 0 0;
    font-size: 18px;
    padding: 0 10px;
}
.product-details .product-price ul.product-price>li
{
    display: inline-block;
    line-height: 40px;
}
.product-details .product-price ul.product-price>li.product-price-base
{
    display: block;
}
.product-details .product-price ul.product-price>li .labels
{
    height: 40px;
    padding-top: 10px;
}
.product-details .attribute-values label
{
    line-height: 40px;
}
.product-details .attribute-values label>div
{
    margin-right: 20px;
}
.product-details .attribute-values label.checkbox-label input
{
    width: 20px;
    height: 20px;
}
.product-details .attribute-values input[type=radio], .product-details .attribute-values input[type=checkbox]
{
    vertical-align: middle;
}
.product-details .attribute-values li
{
    position: relative;
}
.product-details .attribute-values li:not(.not-floating)>.table-label, .product-details .attribute-values li:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.product-details .attribute-values li:not(.not-floating).focused>.table-label, .product-details .attribute-values li:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.product-details .attribute-values li:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.product-details .attribute-values li:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.product-details .attribute-values li:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.product-details .attribute-values li:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.product-details .attribute-values li:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.product-details .attribute-values li:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.product-details .attribute-values li:not(.not-floating) .form-control, .product-details .attribute-values li:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.product-details .attribute-values li:not(.not-floating) .form-control :-ms-input-placeholder, .product-details .attribute-values li:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.product-details .attribute-values li:not(.not-floating) .form-control::-moz-placeholder, .product-details .attribute-values li:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.product-details .attribute-values li:not(.not-floating) .form-control:-ms-input-placeholder, .product-details .attribute-values li:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.product-details .attribute-values li:not(.not-floating) .form-control::-webkit-input-placeholder, .product-details .attribute-values li:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.product-details .attribute-values li:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.product-details .attribute-values li:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.product-details .attribute-values li:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.product-details .attribute-values li:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.product-details .attribute-values li:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.product-details .attribute-values li.not-floating label
{
    line-height: 20px;
    margin-bottom: 10px;
}
.product-details .attribute-values li .form-control
{
    margin-bottom: 20px;
}
.product-details .attribute-values li .blocks-selector
{
    display: flex;
    flex-flow: column-reverse;
    position: relative;
}
.product-details .attribute-values li .blocks-selector .blocks-title
{
    margin-bottom: 10px;
}
.product-details .attribute-values li .blocks-selector .blocks-title.not-selected, .product-details .attribute-values li .blocks-selector .blocks-title.unavailable
{
    color: #d0243c;
}
.product-details .attribute-values li .blocks-selector .blocks-title .attr-name
{
    font-weight: 600;
}
.product-details .attribute-values li .blocks-selector .blocks-title .attr-value-modifiers
{
    font-weight: 800;
}
.product-details .attribute-values li .blocks-selector .blocks-input
{
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    min-height: unset;
    height: 0;
}
.product-details .attribute-values li .blocks-selector .blocks
{
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value
{
    border: solid 1px #d6d4d4;
    border-radius: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    margin: 0 10px 10px 0;
    min-width: 36px;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value:hover
{
    color: #d0243c;
    border-color: #d0243c;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.selected, .product-details .attribute-values li .blocks-selector .blocks .block-value.selected.unavailable
{
    border-color: #d0243c;
    background-color: #d0243c;
    color: #fff;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.selected:hover, .product-details .attribute-values li .blocks-selector .blocks .block-value.selected.unavailable:hover
{
    color: #fff;
    cursor: default;
    border-color: #d0243c;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.selected span, .product-details .attribute-values li .blocks-selector .blocks .block-value.selected.unavailable span
{
    opacity: 1;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.unavailable
{
    position: relative;
    border-color: #dcdcdc;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.unavailable>span
{
    text-decoration: line-through;
    opacity: .2;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.unavailable:hover
{
    color: #d0243c;
    border-color: #d0243c;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value.unavailable:hover>span
{
    opacity: 1;
}
.product-details .attribute-values li .blocks-selector .blocks .block-value .unavailable-tooltip
{
    display: none;
    position: absolute;
    top: 50px;
    left: -1px;
    background-color: #fff;
    color: #4a4a4a;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    border-radius: 3px;
    padding: 5px 10px;
    width: 130px;
    font-size: 12px;
    z-index: 100;
    font-weight: 400;
}
.product-details .product-buttons button.add2cart span:before
{
    content: "";
}
.product-details .product-buttons button.add2cart span:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    font-size: 16px;
}
.product-details button.add-to-wishlist, .product-details button.add-to-wishlist:hover, .product-details button.add-to-wishlist:focus
{
    background: 0 0;
    border: none;
}
.product-details .add-to-compare
{
    display: inline-block;
    text-align: center;
    color: #777676;
    vertical-align: top;
    margin-right: 20px;
    line-height: 40px;
}
.product-details .add-to-compare.product:hover input[type=checkbox]+label
{
    color: #777;
}
.product-details .add-to-compare .label-add-to-compare
{
    display: inline-block;
}
.product-details .add-to-compare .label-added-to-compare
{
    display: none;
}
.product-details .add-to-compare input[type=checkbox]
{
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.product-details .add-to-compare input[type=checkbox]+label
{
    color: #777676;
    cursor: pointer;
    font-size: 13px;
}
.product-details .add-to-compare input[type=checkbox]+label:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.product-details .add-to-compare input[type=checkbox]+label:before
{
    color: #777676;
    font-size: 13px;
}
.product-details .add-to-compare input[type=checkbox]+label:hover
{
    color: #000;
}
.product-details .add-to-compare input[type=checkbox]+label:hover:before
{
    color: #000;
}
.product-details .add-to-compare input[type=checkbox]:checked+label
{
    color: #000;
    display: inline-block;
}
.product-details .add-to-compare input[type=checkbox]:checked+label:before
{
    color: #000;
}
.product-details .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare
{
    display: none;
}
.product-details .add-to-compare input[type=checkbox]:checked+label+.label-add-to-compare+.label-added-to-compare
{
    display: inline-block;
}
.product-details .add-to-compare input[type=checkbox]+label
{
    display: inline-block;
    color: #4a4a4a;
}
.product-details .add-to-compare input[type=checkbox]+label:before
{
    vertical-align: baseline;
}
.product-details .add-to-compare .label-added-to-compare, .product-details .add-to-compare .label-add-to-compare
{
    font-weight: 600;
    color: #4a4a4a;
    cursor: pointer;
}
@media(max-width: 767px)
{
    .product-details .add-to-compare .label-added-to-compare, .product-details .add-to-compare .label-add-to-compare
    {
        font-size: 12px;
    }
}
.product-details .add-to-compare:hover input[type=checkbox]+label, .product-details .add-to-compare:hover .label-added-to-compare, .product-details .add-to-compare:hover .label-add-to-compare
{
    color: #777;
}
.product-quicklook .product-details .product-image-gallery
{
    margin-top: 0;
}
.product-quicklook .product-details .image .labels
{
    top: 0;
}
.product-quicklook .product-details .image .product-added-note
{
    top: 20px;
}
.product-quicklook .product-details .product-price ul.product-price>li
{
    display: block;
    line-height: 20px;
}
.product-quicklook .product-details .product-price ul.product-price>li .labels
{
    height: 20px;
    padding-top: 0;
}
.product-quicklook .product-details .product-average-rating, .product-quicklook .product-details .product-more-link
{
    width: 366px;
    text-align: center;
    display: inline-block;
}
.product-quicklook .product-details .add-to-compare
{
    display: block;
    text-align: left;
}
.product-quicklook .product-details .pp-button+.add-to-compare
{
    margin-top: 25px;
}
.product-details .stock-level .in-stock-label, .product-details .stock-level .product-items-available.low-stock
{
    background: #eee;
    color: #333;
    display: inline-block;
    padding: 0 9px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    border-radius: 15px;
}
.product-details .stock-level.product-in-stock
{
    color: #808080;
}
.vote-bar .stars-row
{
    color: #d6d4d4;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
}
.vote-bar .stars-row sup
{
    vertical-align: top;
    position: relative;
    top: 4px;
}
.vote-bar .stars-row sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4px;
}
.vote-bar .stars-row *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .vote-bar .stars-row
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.vote-bar .stars-row span
{
    vertical-align: baseline;
}
.vote-bar .stars-row .star-single
{
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 16px;
}
.vote-bar .stars-row .star-single span
{
    color: #d6d4d4;
}
.vote-bar .stars-row.full .star-single span
{
    color: #151515;
}
.vote-bar .stars-row.hovered .star-single span
{
    color: #d6d4d4;
}
.vote-bar .rating-label
{
    margin-left: 10px;
    color: #d0243c;
}
.vote-bar.editable .stars-row.hovered .star-single.over span
{
    color: #000;
}
.product-average-rating .reviews-count
{
    display: none;
}
.product-average-rating .reviews-count.no-reviews
{
    display: inline-block;
    vertical-align: baseline;
}
.product-average-rating .separator
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #d6d4d4;
}
.add2cart-popup .item-box
{
    display: block;
}
.add2cart-popup .item-box:before, .add2cart-popup .products-list-box:before, .add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    content: " ";
    display: table;
}
.add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    clear: both;
}
.add2cart-popup .item-box:before, .add2cart-popup .products-list-box:before, .add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    content: "";
    display: table;
    width: 0;
}
.add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    clear: both;
}
.add2cart-popup .item-box:before, .add2cart-popup .products-list-box:before, .add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    content: " ";
    display: table;
}
.add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    clear: both;
}
.add2cart-popup .item-box:before, .add2cart-popup .products-list-box:before, .add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    content: "";
    display: table;
    width: 0;
}
.add2cart-popup .item-box:after, .add2cart-popup .products-list-box:after
{
    clear: both;
}
.add2cart-popup .item-thumbnail
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 160px;
    height: 180px;
}
.add2cart-popup .item-thumbnail img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .add2cart-popup .item-thumbnail img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.add2cart-popup .added-item-message
{
    display: none;
    color: #d0243c;
}
.add2cart-popup .added-item-message .icon-ok-mark
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.add2cart-popup .added-item-message .icon-ok-mark sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.add2cart-popup .added-item-message .icon-ok-mark sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.add2cart-popup .added-item-message .icon-ok-mark *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .add2cart-popup .added-item-message .icon-ok-mark
    {
        font-size: 11px;
        line-height: 20px;
    }
}
.add2cart-popup .item-name
{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
    color: #4a4a4a;
}
.add2cart-popup .item-name sup
{
    vertical-align: top;
    position: relative;
    top: 6px;
}
.add2cart-popup .item-name sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 6px;
}
.add2cart-popup .item-name *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .add2cart-popup .item-name
    {
        font-size: 21px;
        line-height: 40px;
    }
}
.add2cart-popup .item-price
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.add2cart-popup .item-price sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
.add2cart-popup .item-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
.add2cart-popup .item-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .add2cart-popup .item-price
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.add2cart-popup .item-price .surcharge
{
    color: #4a4a4a;
}
.add2cart-popup .item-buttons
{
    margin-top: 20px;
}
.add2cart-popup .item-buttons>*+*
{
    margin-left: 20px;
}
.add2cart-popup .items-list-products
{
    position: static;
}
.add2cart-popup .items-list .head-h2
{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    color: #4a4a4a;
    margin-top: 40px;
    margin-bottom: 20px;
}
.add2cart-popup .items-list .head-h2 sup
{
    vertical-align: top;
    position: relative;
    top: 6px;
}
.add2cart-popup .items-list .head-h2 sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 6px;
}
.add2cart-popup .items-list .head-h2 *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .add2cart-popup .items-list .head-h2
    {
        font-size: 21px;
        line-height: 40px;
    }
}
.add2cart-popup ul.products-grid.grid-list
{
    margin-left: -14px;
    margin-right: -14px;
}
.search-form
{
    margin-bottom: 60px;
}
.search-form td
{
    line-height: 40px;
}
.tabbed-content-wrapper .page-tabs ul
{
    border-bottom: none;
}
.tabbed-content-wrapper .page-tabs ul>li
{
    float: left;
}
.tabbed-content-wrapper .page-tabs ul>li+li
{
    margin-left: 50px;
}
.tabbed-content-wrapper .page-tabs ul>li>a, .tabbed-content-wrapper .page-tabs ul>li>span
{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}
.tabbed-content-wrapper .page-tabs ul>li>a sup, .tabbed-content-wrapper .page-tabs ul>li>span sup
{
    vertical-align: top;
    position: relative;
    top: 4.5px;
}
.tabbed-content-wrapper .page-tabs ul>li>a sub, .tabbed-content-wrapper .page-tabs ul>li>span sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4.5px;
}
.tabbed-content-wrapper .page-tabs ul>li>a *, .tabbed-content-wrapper .page-tabs ul>li>span *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .tabbed-content-wrapper .page-tabs ul>li>a, .tabbed-content-wrapper .page-tabs ul>li>span
    {
        font-size: 16px;
        line-height: 20px;
    }
}
.tabbed-content-wrapper .page-tabs ul>li:hover>a, .tabbed-content-wrapper .page-tabs ul>li:focus>a, .tabbed-content-wrapper .page-tabs ul>li:hover>span, .tabbed-content-wrapper .page-tabs ul>li:focus>span
{
    border-color: #d0243c;
    color: #d0243c;
}
.tabbed-content-wrapper .page-tabs ul>li.active>a, .tabbed-content-wrapper .page-tabs ul>li.active>span
{
    border-color: transparent;
    color: #d0243c;
}
@media(max-width: 767px)
{
    .tabbed-content-wrapper .page-tabs ul:before, .tabbed-content-wrapper .page-tabs ul:after
    {
        content: " ";
        display: table;
    }
    .tabbed-content-wrapper .page-tabs ul:after
    {
        clear: both;
    }
    .tabbed-content-wrapper .page-tabs ul:before, .tabbed-content-wrapper .page-tabs ul:after
    {
        content: "";
        display: table;
        width: 0;
    }
    .tabbed-content-wrapper .page-tabs ul:after
    {
        clear: both;
    }
    .tabbed-content-wrapper .page-tabs ul:before, .tabbed-content-wrapper .page-tabs ul:after
    {
        content: " ";
        display: table;
    }
    .tabbed-content-wrapper .page-tabs ul:after
    {
        clear: both;
    }
    .tabbed-content-wrapper .page-tabs ul:before, .tabbed-content-wrapper .page-tabs ul:after
    {
        content: "";
        display: table;
        width: 0;
    }
    .tabbed-content-wrapper .page-tabs ul:after
    {
        clear: both;
    }
    .tabbed-content-wrapper .page-tabs ul>li
    {
        float: none;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tabbed-content-wrapper .page-tabs ul>li+li
    {
        margin-top: 0;
        margin-left: 0;
    }
}
.tabbed-content-wrapper .tab-content
{
    clear: both;
    padding-top: 40px;
}
.tabbed-content-wrapper .tab-content .tab-container
{
    display: none;
}
@media(max-width: 767px)
{
    .tabbed-content-wrapper .tab-content .tab-container
    {
        margin-top: 20px;
        margin-left: 0;
    }
}
@media(max-width: 767px)
{
    .tabbed-content-wrapper .tab-content
    {
        padding-top: 40px;
    }
}
.progress-bar .wait-progress
{
    min-height: 20px;
    background-color: #4a4a4a;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.target-main #header-area .desktop-header:not(.affix), .target-main .mobile_header .nav:not(.affix)
{
    border-bottom: 0;
    box-shadow: none;
}
.target-main .category-description
{
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.target-main .block h3
{
    text-align: center;
}
.target-main .subcategory-list
{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#banner-rotation-widget, .category-banner
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media(max-width: 991px)
{
    #banner-rotation-widget, .category-banner
    {
        margin-top: -20px;
    }
}
@media(max-width: 767px)
{
    #banner-rotation-widget, .category-banner
    {
        margin-bottom: 40px;
    }
}
.category-banner
{
    margin-bottom: 20px;
}
.category-banner_image-wrapper
{
    max-height: 260px;
    overflow: hidden;
}
.category-banner_image-wrapper .additional-wrapper
{
    max-height: 260px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
@media(max-width: 991px)
{
    .category-banner_image-wrapper
    {
        max-height: 240px;
    }
    .category-banner_image-wrapper .additional-wrapper
    {
        max-height: 240px;
    }
}
@media(max-width: 767px)
{
    .category-banner_image-wrapper
    {
        max-height: 200px;
    }
    .category-banner_image-wrapper .additional-wrapper
    {
        max-height: 200px;
    }
}
.category-banner_image-wrapper img
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-width: 100vw;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(min-width: 1200px)
{
    .category-banner_image-wrapper img
    {
        width: 100%;
    }
}
form.select-address p+.add-new-address-button
{
    margin-top: 20px;
}
form.select-address .add-new-address-button a:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
form.select-address .add-new-address-button a:before
{
    font-size: 10px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 6px;
    padding: 4px;
}
@media(min-width: 768px)
{
    .address-dialog
    {
        max-width: 530px;
    }
}
.address-dialog ul.default-table
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
}
@media(min-width: 768px)
{
    .address-dialog ul.default-table
    {
        min-width: 530px;
    }
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled)
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    flex: 2 1 auto;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-right: 10px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating)>.table-label, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating).focused>.table-label, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control :-ms-input-placeholder, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control::-moz-placeholder, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control:-ms-input-placeholder, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control::-webkit-input-placeholder, .address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled):not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled) div.table-value
{
    width: 100%;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled) div.table-value .input-field-wrapper
{
    width: 100%;
}
.address-dialog ul.default-table>li:not(.input-checkbox-enabled) div.table-value input, .address-dialog ul.default-table>li:not(.input-checkbox-enabled) div.table-value select
{
    width: 100%;
}
.address-dialog ul.default-table>li.input-checkbox-enabled
{
    flex: 2 1 auto;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-right: 10px;
}
.address-dialog ul.default-table>li.input-checkbox-enabled .table-label
{
    line-height: 20px;
    display: inline-block;
    float: none;
}
.address-dialog ul.default-table>li.input-checkbox-enabled .table-label label
{
    width: auto;
    margin-left: 20px;
}
.address-dialog ul.default-table>li.input-checkbox-enabled .table-value input[type=checkbox]
{
    width: 20px;
    height: 20px;
}
@media(min-width: 768px)
{
    .address-dialog ul.default-table>li.address-firstname, .address-dialog ul.default-table>li.item-firstname, .address-dialog ul.default-table>li.address-zipcode, .address-dialog ul.default-table>li.item-zipcode, .address-dialog ul.default-table>li.address-lastname, .address-dialog ul.default-table>li.item-lastname, .address-dialog ul.default-table>li.address-phone, .address-dialog ul.default-table>li.item-phone
    {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        clear: none;
    }
}
ul.address-book
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-bottom: 80px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}
ul.address-book>li
{
    margin-right: 20px;
    margin-bottom: 20px;
    width: -webkit-calc(28% + 20px);
    width: -moz-calc(28% + 20px);
    width: calc(28% + 20px);
    display: inline-block;
}
@media(max-width: 992px)
{
    ul.address-book>li
    {
        width: -webkit-calc(40% + 20px);
        width: -moz-calc(40% + 20px);
        width: calc(40% + 20px);
    }
}
@media(max-width: 768px)
{
    ul.address-book>li
    {
        width: 100%;
    }
}
ul.address-book>li:not(.add-address) .address-box
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #d6d4d4;
    border-radius: 2px;
    padding: 20px;
    margin: 0 20px 20px 0;
    position: relative;
    min-height: 150px;
}
ul.address-book>li:not(.add-address) .address-box:not(.selected):hover
{
    color: #777;
    border-color: #777;
}
ul.address-book>li:not(.add-address) .address-box.selected
{
    border-color: #d0243c;
    cursor: default;
}
ul.address-book>li:not(.add-address) .address-box.selected:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
ul.address-book>li:not(.add-address) .address-box.selected:before
{
    position: absolute;
    color: #d0243c;
    top: 24px;
    right: 50px;
    font-size: 14px;
    font-weight: 700;
}
ul.address-book>li:not(.add-address) .address-box>.address-text
{
    width: 80%;
}
ul.address-book>li.add-address
{
    display: block;
    width: 100px;
    flex-basis: 100%;
}
ul.address-book .address-entry-actions-cell
{
    padding-top: 20px;
}
ul.address-book .address-icons
{
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 42px;
    text-align: center;
}
ul.address-book .address-icons img+img
{
    margin-top: 5px;
}
ul.address-book .delete-action
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    text-align: center;
}
ul.address-book .delete-action button
{
    border: none;
    padding: 0;
}
ul.address-book .delete-action button:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: baseline;
}
ul.address-book .change-action
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    text-align: center;
}
ul.address-book .change-action button
{
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
}
ul.address-book .change-action button:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
ul.address-book .change-action button span
{
    display: none;
}
ul.address-book .change-action button:before
{
    font-size: 14px;
}
.model-properties:before, .model-properties:after
{
    content: " ";
    display: table;
}
.model-properties:after
{
    clear: both;
}
.model-properties:before, .model-properties:after
{
    content: "";
    display: table;
    width: 0;
}
.model-properties:after
{
    clear: both;
}
.model-properties:before, .model-properties:after
{
    content: " ";
    display: table;
}
.model-properties:after
{
    clear: both;
}
.model-properties:before, .model-properties:after
{
    content: "";
    display: table;
    width: 0;
}
.model-properties:after
{
    clear: both;
}
ul.table
{
    margin-bottom: 40px;
}
ul.table>li
{
    margin-bottom: 20px;
}
ul.table .table-label, ul.table .star
{
    line-height: 40px;
}
ul.table .star:after
{
    content: " ";
    display: inline-block;
}
.flyout-menu li a:active, .flyout-menu li a:link, .flyout-menu li a:visited, .flyout-menu li a:hover
{
    border-top: 1px solid #d6d4d4;
    margin-top: -1px;
}
.flyout-menu.catalog-categories>li:last-of-type>a
{
    border-bottom: 1px solid #d6d4d4;
}
.flyout-menu>li>a
{
    color: #333;
    font-weight: 700;
    font-size: 13px;
}
.flyout-menu .icon-triangle
{
    padding: 0 7px 0 6px;
    background: #f6f6f6;
}
.flyout-menu .icon-triangle:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.flyout-menu .icon-triangle:before
{
    font-size: 12px;
    color: #c0c0c0;
}
.flyout-menu ul.sublevel
{
    margin-top: -10px;
    padding: 10px;
}
.flyout-menu ul.sublevel li a
{
    line-height: 30px;
    color: #777;
    font-weight: 400;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.flyout-menu ul.sublevel li a:before
{
    content: "";
}
.flyout-menu ul.sublevel li a:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.flyout-menu ul.sublevel li:hover
{
    border-radius: 2px;
    border: 0 solid transparent;
}
.flyout-menu.catalog-categories>li>ul.sublevel
{
    margin-top: -10px;
}
.navbar-nav li ul, .horizontal-flyout-menu li ul, .top-main-menu li ul
{
    padding: 10px;
}
.navbar-nav li li>span, .horizontal-flyout-menu li li>span, .top-main-menu li li>span, .navbar-nav li li a, .horizontal-flyout-menu li li a, .top-main-menu li li a
{
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -ms-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
}
.navbar-nav li li.has-sub>span:after, .horizontal-flyout-menu li li.has-sub>span:after, .top-main-menu li li.has-sub>span:after, .navbar-nav li li.has-sub>a:after, .horizontal-flyout-menu li li.has-sub>a:after, .top-main-menu li li.has-sub>a:after
{
    display: inline-block;
    font: normal normal normal 14px/20px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #d0243c;
    margin-left: 10px;
    vertical-align: top;
}
.navbar-nav li li ul, .horizontal-flyout-menu li li ul, .top-main-menu li li ul
{
    margin-top: -30px;
    margin-left: -15px;
}
.navbar-nav li li>a:before, .horizontal-flyout-menu li li>a:before, .top-main-menu li li>a:before, .navbar-nav li li>span:before, .horizontal-flyout-menu li li>span:before, .top-main-menu li li>span:before
{
    display: inline-block;
    font: normal normal normal 14px/20px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #d0243c;
    margin-right: 10px;
}
.products-grid .product.ui-draggable-dragging
{
    padding: 20px;
    width: 262px;
    max-width: 300px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
    border: none;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
@media(max-width: 767px)
{
    .products-grid .product.ui-draggable-dragging
    {
        width: 200px;
    }
}
@media(max-width: 991px)
{
    .products-grid .product.ui-draggable-dragging
    {
        width: 100%;
    }
}
.products-grid .product.ui-draggable-dragging .product-photo
{
    border: 1px solid #d6d4d4;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    padding: 9px;
    overflow: hidden;
}
.products-grid .product.ui-draggable-dragging .product-photo:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.products-grid .product.ui-draggable-dragging .product-photo .hack-box
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.products-grid .product.ui-draggable-dragging .product-photo a
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: opacity .1s ease-in;
}
.products-grid .product.ui-draggable-dragging .product-photo a img
{
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .products-grid .product.ui-draggable-dragging .product-photo a img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.products-grid .product.ui-draggable-dragging .labels
{
    position: absolute;
    top: 20px;
    left: 0;
    transition: opacity .1s ease-in;
}
.products-grid .product.ui-draggable-dragging .product-marks
{
    position: absolute;
    top: 20px;
    right: 20px;
}
@media(max-width: 767px)
{
    .products-grid .product.ui-draggable-dragging .labels
    {
        top: 0;
    }
    .products-grid .product.ui-draggable-dragging .product-marks
    {
        top: 235px;
        right: 0;
        width: 100%;
        text-align: center;
    }
}
.products-grid .product.ui-draggable-dragging .grid-buttons
{
    margin-bottom: 5px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.products-grid .product.ui-draggable-dragging .grid-buttons>*
{
    margin-right: 15px;
    margin-bottom: 15px;
    height: 50px;
}
.products-grid .product.ui-draggable-dragging .grid-buttons>*:last-child
{
    margin-right: 0;
}
.products-grid .product.ui-draggable-dragging .product-photo
{
    margin: -20px -20px 15px;
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
}
.products-grid .product.ui-draggable-dragging .product-items-available.low-stock
{
    margin-top: 0;
    color: #777676;
    font-weight: 400;
}
@media(max-width: 480px)
{
    .products-grid .product.ui-draggable-dragging .product-items-available.low-stock
    {
        margin-bottom: 0;
    }
}
.products-grid .product.ui-draggable-dragging .product-name
{
    width: 100%;
    text-align: left;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.products-grid .product.ui-draggable-dragging .product-name a
{
    line-height: 25px;
    font-weight: 500;
}
.products-grid .product.ui-draggable-dragging ul.product-price
{
    margin-top: 0;
    text-align: center;
}
.products-grid .product.ui-draggable-dragging ul.product-price span.product-price
{
    line-height: 40px;
    font-size: 21px;
    font-weight: 600;
    color: #d0243c;
}
.products-grid .product.ui-draggable-dragging ul.product-price .vat-note-product-price
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.products-grid .product.ui-draggable-dragging ul.product-price .vat-note-product-price sup
{
    vertical-align: top;
    position: relative;
    top: 3px;
}
.products-grid .product.ui-draggable-dragging ul.product-price .vat-note-product-price sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.products-grid .product.ui-draggable-dragging ul.product-price .vat-note-product-price *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .products-grid .product.ui-draggable-dragging ul.product-price .vat-note-product-price
    {
        font-size: 11px;
        line-height: 20px;
    }
}
@media(min-width: 768px)
{
    .products-grid .product.ui-draggable-dragging button.add-to-cart span
    {
        display: none;
    }
}
.target-page-not-found .desktop-header
{
    margin-bottom: 40px;
}
.product-details div.image img.product-thumbnail
{
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
@media(max-width: 767px)
{
    .list-container
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 767px)
{
    .mobile-hidden
    {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .mobile-hidden
    {
        display: none!important;
    }
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .desktop-hidden
    {
        display: none!important;
    }
}
@media(min-width: 1200px)
{
    .desktop-hidden
    {
        display: none!important;
    }
}
#page>ul.desktop-hidden
{
    display: none;
}
@media(max-width: 767px)
{
    .search-form-main-part td.submit-button
    {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .search-form-main-part td.submit-button
    {
        display: none!important;
    }
}
.search-form-main-part.visible-xs td.submit-button
{
    display: none!important;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
}
@media(max-width: 767px)
{
    .search-form-main-part.visible-xs td.submit-button
    {
        display: block!important;
    }
    table.search-form-main-part.visible-xs td.submit-button
    {
        display: table!important;
    }
    tr.search-form-main-part.visible-xs td.submit-button
    {
        display: table-row!important;
    }
    th.search-form-main-part.visible-xs td.submit-button, td.search-form-main-part.visible-xs td.submit-button
    {
        display: table-cell!important;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .search-form-main-part.visible-xs td.submit-button
    {
        display: block!important;
    }
    table.search-form-main-part.visible-xs td.submit-button
    {
        display: table!important;
    }
    tr.search-form-main-part.visible-xs td.submit-button
    {
        display: table-row!important;
    }
    th.search-form-main-part.visible-xs td.submit-button, td.search-form-main-part.visible-xs td.submit-button
    {
        display: table-cell!important;
    }
}
.search-form-main-part.visible-xs td.less-search-options-cell
{
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
}
ul.search-including-options li
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.search-product-form .substring-cell
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 992px)
{
    .search-product-form .substring-cell
    {
        float: left;
        width: 75%;
    }
}
div.product-quicklook .product-details-info, div.product-details .product-details-info
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
}
@media(min-width: 768px)
{
    div.product-quicklook .product-details-info, div.product-details .product-details-info
    {
        margin-left: 4.16666667%;
    }
}
@media(min-width: 768px)
{
    div.product-quicklook .product-details-info, div.product-details .product-details-info
    {
        float: left;
        width: 54.16666667%;
    }
}
div.product-quicklook .product-details-info .product-added-note, div.product-details .product-details-info .product-added-note
{
    margin-bottom: 5px;
}
@media(max-width: 767px)
{
    .ui-dialog div.product-quicklook div.product-details-info
    {
        margin-left: 0;
        min-width: 300px;
        width: 100%;
    }
}
div.product-quicklook div.image, div.product-details div.image
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: auto!important;
}
@media(min-width: 768px)
{
    div.product-quicklook div.image, div.product-details div.image
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(max-width: 767px)
{
    div.product-quicklook div.image, div.product-details div.image
    {
        width: 100%!important;
    }
}
@media(max-width: 480px)
{
    div.product-quicklook div.image .photo.product-thumbnail, div.product-details div.image .photo.product-thumbnail
    {
        max-width: 100%;
    }
}
div.product-quicklook div.product-image-gallery, div.product-details div.product-image-gallery
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    div.product-quicklook div.product-image-gallery, div.product-details div.product-image-gallery
    {
        float: left;
        width: 8.33333333%;
    }
}
@media(max-width: 767px)
{
    div.product-quicklook div.product-image-gallery
    {
        display: none;
    }
}
.products-sidebar-small-thumbnails li.product-cell
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 480px)
{
    .products-sidebar-small-thumbnails li.product-cell
    {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 768px)
{
    .products-sidebar-small-thumbnails li.product-cell
    {
        float: left;
        width: 100%;
    }
}
.search-product-form .substring-cell input.form-text
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 12px;
    padding-right: 12px;
}
@media(min-width: 768px)
{
    .checkout-block .steps
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.checkout-block .steps .step.shipping-step
{
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .checkout-block .steps .step.shipping-step
    {
        float: left;
        width: 58.33333333%;
    }
}
@media(min-width: 992px)
{
    .checkout-block .steps .step.shipping-step
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(max-width: 767px)
{
    .checkout-block .steps .step.shipping-step
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.checkout-block .steps .step.review-step
{
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .checkout-block .steps .step.review-step
    {
        float: left;
        width: 41.66666667%;
    }
}
@media(min-width: 992px)
{
    .checkout-block .steps .step.review-step
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(max-width: 767px)
{
    .checkout-block .steps .step.review-step
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.checkout-block .steps .subsection.shipping-section
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    .checkout-block .steps .subsection.shipping-section
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .checkout-block .steps .subsection.shipping-section
    {
        float: left;
        width: 50%;
    }
}
.checkout-block .steps .subsection.payment-section
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    .checkout-block .steps .subsection.payment-section
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .checkout-block .steps .subsection.payment-section
    {
        float: left;
        width: 50%;
    }
}
ul.subcategory-view-icons.subcategory-list.grid-list>li
{
    float: left;
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 992px)
{
    ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 25%;
    }
}
@media(min-width: 1200px)
{
    ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 16.66666667%;
    }
}
.two-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    .two-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .two-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 50%;
    }
}
.no-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 768px)
{
    .no-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 20%;
    }
}
@media(min-width: 992px)
{
    .no-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 16.66666667%;
    }
}
@media(min-width: 1200px)
{
    .no-sidebars ul.subcategory-view-icons.subcategory-list.grid-list>li
    {
        float: left;
        width: 12.5%;
    }
}
ul.products-grid.grid-list
{
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.products-grid.grid-list li.product-cell
{
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 50%;
    }
}
@media(min-width: 992px)
{
    ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 50%;
    }
}
@media(min-width: 1200px)
{
    ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(max-width: 480px)
{
    ul.products-grid.grid-list li.product-cell
    {
        width: 100%;
    }
}
.two-sidebars ul.products-grid.grid-list
{
    margin-left: 0;
    margin-right: 0;
}
@media(min-width: 992px)
{
    .two-sidebars ul.products-grid.grid-list
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.two-sidebars ul.products-grid.grid-list li.product-cell
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 768px)
{
    .two-sidebars ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .two-sidebars ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 50%;
    }
}
.no-sidebars ul.products-grid.grid-list li.product-cell
{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 992px)
{
    .no-sidebars ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 1200px)
{
    .no-sidebars ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 25%;
    }
}
.no-sidebars .add-to-cart-popup ul.products-grid.grid-list li.product-cell
{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 1200px)
{
    .no-sidebars .add-to-cart-popup ul.products-grid.grid-list li.product-cell
    {
        float: left;
        width: 33.33333333%;
    }
}
#shopping-cart
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 992px)
{
    #shopping-cart
    {
        float: left;
        width: 58.33333333%;
    }
}
#cart-right
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(min-width: 992px)
{
    #cart-right
    {
        float: left;
        width: 33.33333333%;
    }
}
@media(min-width: 992px)
{
    #cart-right
    {
        margin-left: 8.33333333%;
    }
}
@media(max-width: 991px)
{
    #cart-right
    {
        margin-top: 20px;
    }
}
.ui-dialog
{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
@media(min-width: 768px)
{
    .ui-dialog
    {
        float: left;
        width: 66.66666667%;
    }
}
@media(min-width: 992px)
{
    .ui-dialog
    {
        float: left;
        width: 58.33333333%;
    }
}
.model-properties .model-form-buttons
{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.model-properties .model-form-buttons>*
{
    display: inline-block;
    width: 50%;
    text-align: center;
}
.model-properties .model-form-buttons>* a
{
    line-height: 20px;
    display: inline-block;
}
.model-properties .model-form-buttons>.submit
{
    clear: both;
    float: none;
    width: 100%;
}
.model-properties .model-form-buttons button.submit
{
    padding: 10px 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 56px;
    border-radius: 1px;
    width: 100%;
}
.step-box ul.form>li
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.step-box ul.form>li:not(.not-floating)>.table-label, .step-box ul.form>li:not(.not-floating)>label:not(.checkbox-label):not(.rating)
{
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    position: absolute!important;
    transform: translate3d(0,8px,0) scale(1);
    transform-origin: left top;
    transition: .24s;
    left: 13px;
    padding-top: 0;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 20px;
}
.step-box ul.form>li:not(.not-floating).focused>.table-label, .step-box ul.form>li:not(.not-floating).focused>label:not(.checkbox-label)
{
    opacity: 1;
    transform: scale(.8);
}
.step-box ul.form>li:not(.not-floating) .table-value .tooltip-main
{
    position: absolute;
    right: 20px;
    top: 10px;
}
.step-box ul.form>li:not(.not-floating) .has-success.has-success-mark
{
    position: relative;
}
.step-box ul.form>li:not(.not-floating) .has-success.has-success-mark:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.step-box ul.form>li:not(.not-floating) .has-success.has-success-mark:before
{
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #87c548;
    position: absolute;
}
.step-box ul.form>li:not(.not-floating) textarea.form-control
{
    min-height: 80px;
}
.step-box ul.form>li:not(.not-floating) select.form-control
{
    padding-left: 10px;
    background-position: 96% 24px;
}
.step-box ul.form>li:not(.not-floating) .form-control, .step-box ul.form>li:not(.not-floating) .form-control-label
{
    height: 60px;
    min-height: 60px;
    padding-top: 28px;
    padding-bottom: 8px;
    transition: all .24s;
}
.step-box ul.form>li:not(.not-floating) .form-control :-ms-input-placeholder, .step-box ul.form>li:not(.not-floating) .form-control-label :-ms-input-placeholder
{
    font-size: 14px;
}
.step-box ul.form>li:not(.not-floating) .form-control::-moz-placeholder, .step-box ul.form>li:not(.not-floating) .form-control-label::-moz-placeholder
{
    color: transparent;
    opacity: 1;
}
.step-box ul.form>li:not(.not-floating) .form-control:-ms-input-placeholder, .step-box ul.form>li:not(.not-floating) .form-control-label:-ms-input-placeholder
{
    color: transparent;
}
.step-box ul.form>li:not(.not-floating) .form-control::-webkit-input-placeholder, .step-box ul.form>li:not(.not-floating) .form-control-label::-webkit-input-placeholder
{
    color: transparent;
}
.step-box ul.form>li:not(.not-floating).focused .form-control::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.step-box ul.form>li:not(.not-floating).focused .form-control:-ms-input-placeholder
{
    color: #999;
}
.step-box ul.form>li:not(.not-floating).focused .form-control::-webkit-input-placeholder
{
    color: #999;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control::-moz-placeholder
{
    color: transparent;
    opacity: 0;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control:-ms-input-placeholder
{
    color: transparent;
    opacity: 1;
}
.step-box ul.form>li:not(.not-floating):not(.focused) .form-control::-webkit-input-placeholder
{
    color: transparent;
    opacity: 0;
}
.step-box ul.form>li:not(.not-floating) .password-eye
{
    width: 20px;
    top: 18px;
    right: 20px;
    font-size: 20px;
}
.step-box ul.form>li div.table-value
{
    width: 100%;
}
.step-box ul.form>li div.table-value .input-field-wrapper
{
    width: 100%;
}
.step-box ul.form>li div.table-value input, .step-box ul.form>li div.table-value select
{
    width: 100%;
}
.checkout-block .item-email .subbox
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.invoice-box .addresses, .invoice-box .thank-you
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.invoice-box .header img.logo
{
    background: #151515;
    padding: 10px;
    border-radius: 3px;
}
.invoice-box .addresses li.address
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 10px;
}
.invoice-box .addresses li.address.payment
{
    margin-left: 0;
}
.product-quicklook .product-details .product-image-gallery
{
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 78px;
}
.product-quicklook .product-details div.image
{
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    min-width: 366px;
}
.ui-dialog .product-quicklook .product-details-info
{
    margin-left: 42px;
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.product-quicklook .product-details div.image
{
    padding-right: 0;
}
.signin-wrapper .signin-login-wrapper
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.signin-wrapper .or-line
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.signin-wrapper .signin-anonymous-wrapper
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width: 991px)
{
    .items-list-products .products.responsive-wrapper, .items-list-orders .products.responsive-wrapper
    {
        overflow: auto;
    }
    .items-list-products .display-mode-box, .items-list-orders .display-mode-box
    {
        display: inline-block;
        position: relative;
    }
    .items-list-products .list-pager, .items-list-orders .list-pager
    {
        right: 0;
    }
    .items-list-products .list-pager .pager-items-label, .items-list-orders .list-pager .pager-items-label
    {
        display: none;
    }
    .items-list-products .sort-box .sort-by-label, .items-list-orders .sort-box .sort-by-label
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    .items-list-products .list-header, .items-list-orders .list-header
    {
        display: -webkit-box;
        display: -mox-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer;
        margin-left: -20px;
        width: 100vw;
        min-width: 320px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .items-list-products .display-mode-box, .items-list-orders .display-mode-box
    {
        float: none;
    }
    .items-list-products .list-pager, .items-list-orders .list-pager
    {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .items-list-products .list-pager .per-page-box, .items-list-orders .list-pager .per-page-box
    {
        display: none;
    }
    .items-list-products .sort-box .sort-by-label, .items-list-orders .sort-box .sort-by-label
    {
        display: none;
    }
    .items-list-products .sort-box .display-sort, .items-list-orders .sort-box .display-sort
    {
        margin-left: 0;
        width: 100%;
        min-width: 120px;
    }
}
@media(max-width: 480px)
{
    .items-list-products .display-mode-box
    {
        display: none;
        padding-bottom: 20px;
    }
    .items-list-products .display-mode-box .display-mode-value
    {
        color: #4a4a4a;
        font-weight: 600;
    }
    .items-list-products .display-mode-box .display-mode-value:after
    {
        font-family: 'xcartskin'!important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '';
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: bottom;
        margin-left: 5px;
    }
    .items-list-products .display-mode-box .display-mode-value:after sup
    {
        vertical-align: top;
        position: relative;
        top: 3px;
    }
    .items-list-products .display-mode-box .display-mode-value:after sub
    {
        vertical-align: bottom;
        position: relative;
        bottom: 3px;
    }
    .items-list-products .display-mode-box .display-mode-value:after *
    {
        vertical-align: bottom;
    }
    .items-list-products .display-mode-box>div
    {
        display: block;
    }
    .items-list-products .display-mode-box:hover .display-modes
    {
        display: block;
        width: 100%;
        left: 0;
    }
    .items-list-products .display-mode-box .display-modes
    {
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
        -moz-box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
        box-shadow: 0 2px 10px 0 rgba(74,73,74,.2);
        position: absolute;
        z-index: 1;
        background-color: #fff;
        padding: 30px 40px 10px;
        text-align: center;
        margin-top: 10px;
        display: none;
    }
    .items-list-products .display-mode-box .display-modes:before
    {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 3px;
        border-color: transparent transparent #fff;
        position: absolute;
        margin-left: -7px;
        top: -3px;
    }
    .items-list-products .display-mode-box .display-modes li
    {
        text-align: left;
        margin-bottom: 20px;
    }
    .items-list-products .display-mode-box .display-modes li a span.text
    {
        display: inline;
    }
    .items-list-products .display-mode-box .display-modes .selected a
    {
        color: #4a4a4a;
    }
    .items-list-products .list-pager-bottom
    {
        display: block;
        margin-top: 20px;
    }
}
@media(max-width: 480px) and (max-width: 767px)
{
    .items-list-products .display-mode-box .display-mode-value:after
    {
        font-size: 11px;
        line-height: 20px;
    }
}
@media(min-width: 480px)
{
    .items-list-products .display-modes
    {
        display: -webkit-box;
        display: -mox-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }
    .items-list-products .sort-box+.display-mode-box .display-modes
    {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}
@media(max-width: 991px)
{
    .add2cartpopup .products-list-box
    {
        display: none;
    }
    .password-eye
    {
        right: 12%;
    }
    #search
    {
        display: none;
    }
}
@media(min-width: 768px)
{
    .navbar-brand
    {
        display: none;
    }
    .header-right-bar .block
    {
        float: none;
    }
    .profile-form-container ul.main-table li.input div.star
    {
        text-align: right;
    }
    .model-form-buttons .button.delete_profile
    {
        clear: left;
    }
    .delete-user-button
    {
        margin: 10px 0 0!important;
    }
    #secondary-menu span a
    {
        padding: 0 10px 1px;
    }
    .loupe
    {
        display: none;
    }
}
@media(max-width: 991px)
{
    .signin-wrapper
    {
        margin-bottom: 30px;
    }
    .signin-wrapper .form-control
    {
        width: 100%!important;
    }
    .or-line
    {
        padding-bottom: 0!important;
    }
    .or-line .line
    {
        width: 100%!important;
        border: none!important;
        border-top: 1px dotted #bbb!important;
        height: 10px!important;
    }
    .or-line .or-box
    {
        top: 15px!important;
    }
    .signin-login-title, .signin-anonymous-title
    {
        white-space: normal!important;
    }
    .signin-anonymous-box
    {
        width: 100%!important;
    }
    table.login-form, table.recover-password-form
    {
        min-width: 0!important;
    }
    #secondary-menu span a
    {
        padding: 0 5px 0;
    }
    .product-details div.image img.product-thumbnail
    {
        display: block!important;
        max-width: 100%!important;
        height: auto!important;
    }
    .product-details div.image
    {
        width: auto!important;
    }
}
@media(min-width: 992px)
{
    #logo, .company-logo
    {
        float: left;
    }
    #header-bar
    {
        text-align: right;
        width: auto;
    }
    .ui-dialog .product-quicklook
    {
        min-width: 600px;
    }
    .delete-user-button
    {
        margin: 0 0 0 40px!important;
    }
    .model-form-buttons .button.delete_profile
    {
        clear: none;
    }
    .signin-wrapper .signin-login-wrapper
    {
        margin-left: 2%;
        width: 46%;
    }
    .signin-wrapper .or-line
    {
        width: 4%;
    }
    .signin-wrapper .or-box
    {
        display: none;
    }
    .signin-wrapper .signin-anonymous-wrapper
    {
        width: 46%;
        margin-right: 2%;
    }
    .invoice-box .addresses li.address
    {
        position: relative;
        float: left;
        width: 45.83333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        width: 48%;
        margin: 0;
        margin-right: 4%;
    }
    .invoice-box .addresses li.address:last-child
    {
        margin-right: 0;
    }
}
html
{
    -webkit-font-smoothing: subpixel-antialiased;
}
#name-and-slogan
{
    display: table-cell;
}
#logo, .company-logo
{
    z-index: 2;
}
#logo, .company-logo, #name-and-slogan
{
    vertical-align: middle;
}
#main-wrapper
{
    position: relative;
    padding-bottom: 40px;
    min-height: 420px;
}
#main-wrapper #content .list-container>.block.block-block
{
    clear: both;
}
fieldset
{
    margin-bottom: 1em;
    padding: .5em;
}
fieldset legend
{
    font-size: 20px;
    margin-top: 8px;
}
form
{
    margin: 0;
    padding: 0;
}
hr
{
    border: 0 none;
    border-top: 1px solid #d6d4d4;
    height: 0;
}
img
{
    border: 0;
}
table
{
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.error
{
    color: #8c2e0b;
}
.marker, .form-required
{
    color: #f00;
}
table .tablesort-indicator
{
    position: relative;
    left: 0;
    top: -2px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 4px;
}
table .tablesort-indicator span
{
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
}
table .descending-order
{
    background-position: 0 -19px;
}
div.tabs .secondary a.active, div.tabs .secondary span.active
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.product-details-info .product-buttons .buttons-row>*
{
    margin-bottom: 20px;
}
.product-details .product-price
{
    display: flex;
    flex-direction: column-reverse;
}
.product-details .product-price ul.product-price>li
{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.product-details-tabs
{
    clear: both;
    padding-top: 80px;
}
.product-details-tabs:before, .product-details-tabs:after
{
    content: " ";
    display: table;
}
.product-details-tabs:after
{
    clear: both;
}
.product-details-tabs:before, .product-details-tabs:after
{
    content: "";
    display: table;
    width: 0;
}
.product-details-tabs:after
{
    clear: both;
}
.product-details-tabs:before, .product-details-tabs:after
{
    content: " ";
    display: table;
}
.product-details-tabs:after
{
    clear: both;
}
.product-details-tabs:before, .product-details-tabs:after
{
    content: "";
    display: table;
    width: 0;
}
.product-details-tabs:after
{
    clear: both;
}
@media(min-width: 767px)
{
    .product-details-tabs
    {
        display: -webkit-box;
        display: -mox-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        border-bottom: 1px solid #d6d4d4;
        margin-bottom: 40px;
    }
}
@media(min-width: 767px)
{
    .product-details-tabs div.tabs
    {
        width: 25%;
        min-width: 25%;
        z-index: 1;
        margin-right: -1px;
    }
}
.product-details-tabs div.tabs ul.tabs
{
    border-bottom: 0 none;
    display: block;
    border-top: 1px solid #d6d4d4;
}
.product-details-tabs div.tabs ul.tabs>li
{
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    border-left: 2px solid #d6d4d4;
}
.product-details-tabs div.tabs ul.tabs>li>a, .product-details-tabs div.tabs ul.tabs>li>span
{
    padding: 14px 19px;
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.product-details-tabs div.tabs ul.tabs>li:hover, .product-details-tabs div.tabs ul.tabs>li:focus
{
    border-left-color: #d0243c;
    border-right-color: #fff;
}
.product-details-tabs div.tabs ul.tabs>li:hover>a, .product-details-tabs div.tabs ul.tabs>li:focus>a, .product-details-tabs div.tabs ul.tabs>li:hover>span, .product-details-tabs div.tabs ul.tabs>li:focus>span
{
    color: #000;
}
.product-details-tabs div.tabs ul.tabs>li.active
{
    border-left-color: #d0243c;
    border-right-color: #fff;
}
.product-details-tabs div.tabs ul.tabs>li.active>a, .product-details-tabs div.tabs ul.tabs>li.active>span
{
    color: #000;
}
.product-details-tabs div.tabs-container
{
    padding-top: 20px;
}
@media(min-width: 767px)
{
    .product-details-tabs div.tabs-container
    {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        border: 1px solid #d6d4d4;
        border-right: none;
        border-bottom: none;
        padding: 10px;
    }
}
.product-details-tabs div.tabs-container .tab-container
{
    margin-left: 20px;
}
@media(max-width: 767px)
{
    .product-details-tabs div.tabs-container .tab-container
    {
        margin-left: 0;
    }
}
@media(max-width: 767px)
{
    .product-details-tabs div.tabs-container
    {
        padding-top: 0;
    }
}
.product-details-tabs div.tab-container
{
    margin-bottom: 80px;
}
.product-details-tabs div.tab-container.hacky-container:first-child
{
    display: block;
}
@media(max-width: 767px)
{
    .product-details-tabs .panel-group
    {
        width: 100vw;
        min-width: 320px;
        margin-left: -20px;
        border-bottom: 1px solid #d6d4d4;
        margin-bottom: -1px;
    }
    .product-details-tabs .panel-group .panel
    {
        border: none;
        box-shadow: none;
        overflow: visible;
    }
    .product-details-tabs .panel-group .panel+.panel
    {
        margin-top: 0;
    }
    .product-details-tabs .panel-group .panel .panel-heading
    {
        color: inherit;
        background-color: inherit;
        border-top: 1px solid;
        border-color: #d6d4d4;
        border-radius: 0;
        padding: 20px;
        height: 60px;
    }
    .product-details-tabs .panel-group .panel .panel-heading:hover
    {
        color: #777;
    }
    .product-details-tabs .panel-group .panel .panel-heading .panel-title
    {
        color: #000;
    }
    .product-details-tabs .panel-group .panel .panel-heading .panel-title a:not(.collapsed)
    {
        color: #d0243c;
    }
    .product-details-tabs .panel-group .panel .panel-heading .panel-title a:before
    {
        font-family: 'xcartskin'!important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }
    .product-details-tabs .panel-group .panel .panel-heading .panel-title a:not(.collapsed):before
    {
        font-family: 'xcartskin'!important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
    }
    .product-details-tabs .panel-group .panel .panel-heading .panel-title a:before
    {
        float: right;
        display: inline-block;
        font-size: 20px!important;
    }
    .product-details-tabs .panel-group .panel .panel-body
    {
        color: inherit;
        background-color: inherit;
        border-top: none;
        border-color: #d6d4d4;
        border-radius: 0;
        padding: 20px;
    }
}
.mm-hidden
{
    display: none!important;
}
.mm-wrapper
{
    overflow-x: hidden;
    position: relative;
}
.mm-menu, .mm-menu>.mm-panel
{
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    z-index: 0;
}
#slidebar
{
    display: none;
}
#slidebar.mm-menu.mm-opened, .mm-menu
{
    background: #fafafa;
    display: block;
    overflow: hidden;
    padding: 0;
}
.mm-panel
{
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -webkit-transition: all -webkit-transform .4s ease ease-out;
    -moz-transition: all -webkit-transform .4s ease ease-out;
    -o-transition: all -webkit-transform .4s ease ease-out;
    transition: all -webkit-transform .4s ease ease-out;
}
.mm-panel.mm-opened
{
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.mm-panel.mm-subopened
{
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -o-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
}
.mm-panel.mm-highest
{
    z-index: 1;
}
.mm-panel .mm-navbar
{
    display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar
{
    display: block;
}
.mm-menu
{
    background: 0 0;
    border-color: transparent;
    color: #000;
}
.mm-menu>.mm-panel
{
    background: #fff;
    box-shadow: none;
    border-color: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.mm-menu>.mm-panel:before, .mm-menu>.mm-panel:after
{
    content: '';
    display: block;
    height: 20px;
}
.mm-menu>.mm-panel>.mm-listview
{
    margin: 20px -20px;
    font-weight: 400;
}
.mm-menu>.mm-panel>.mm-listview:first-child, .mm-menu>.mm-panel>.mm-navbar+.mm-listview
{
    margin-top: 0;
}
.mm-menu .mm-listview a
{
    color: #000;
}
.mm-menu .mm-listview a:hover
{
    color: #777;
}
.mm-menu .mm-listview
{
    border-color: transparent;
    float: none;
}
.mm-menu .mm-listview>li
{
    float: none;
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-listview>li .mm-arrow:after
{
    border-color: #b2b6c6;
    border-width: 1px;
    width: 10px;
    height: 10px;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span
{
    background: rgba(255,255,255,.5);
}
.mm-menu .mm-navbar
{
    z-index: 2;
}
.mm-menu .mm-navbar:hover
{
    color: #777;
}
.mm-menu .mm-navbar:hover .mm-prev:before
{
    border-color: #777;
}
.mm-menu .mm-navbar .mm-close
{
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    margin: 0;
}
.mm-menu .mm-navbar .mm-close:last-child
{
    padding-right: 20px;
}
.mm-menu .mm-navbar .mm-close:before, .mm-menu .mm-navbar .mm-close:after
{
    position: absolute;
    left: 10px;
    top: 0;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #5b5c59;
}
.mm-menu .mm-navbar .mm-close:before
{
    transform: rotate(45deg);
}
.mm-menu .mm-navbar .mm-close:after
{
    transform: rotate(-45deg);
}
.mm-menu .mm-navbar .mm-close:hover:before, .mm-menu .mm-navbar .mm-close:hover:after
{
    background-color: #777;
}
.mm-menu .mm-navbar .mm-title
{
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    color: inherit;
}
.mm-menu .mm-navbar .mm-btn:first-child
{
    top: auto;
    left: 0;
    height: 40px;
}
.mm-menu .mm-navbar .mm-btn:last-child
{
    top: 20px;
    right: 20px;
}
.mm-menu.first-opened .mm-navbar
{
    height: 60px;
    padding-top: 40px;
}
.mm-menu.first-opened>.mm-panel
{
    padding-top: 40px;
}
.mm-menu .mm-navbar
{
    z-index: 2;
    height: 100px;
    padding-top: 60px;
}
.mm-menu>.mm-panel
{
    padding-top: 80px;
}
.additional-menu-wrapper .mm-nolistview.additional-menu
{
    padding: 0;
}
.additional-menu-wrapper .mm-nolistview.additional-menu li a
{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    padding-right: 20px;
}
.additional-menu-wrapper .mm-nolistview.additional-menu li a:before
{
    display: none;
}
.additional-menu-wrapper .mm-nolistview.additional-menu li a:hover
{
    color: #777;
}
.additional-menu-wrapper .mm-nolistview.additional-menu .account-link-sign_in
{
    padding-left: 40px;
    margin-top: 20px;
}
.additional-menu-wrapper .mm-nolistview.additional-menu .account-email
{
    color: #d0243c;
    font-weight: 400;
}
.mm-vertical .mm-panel
{
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel
{
    display: none;
    padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after
{
    border-color: transparent;
}
.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel
{
    display: block;
}
.mm-vertical .mm-listview>li>.mm-next, .mm-listview>li.mm-vertical>.mm-next
{
    height: 40px;
    bottom: auto;
}
.mm-vertical .mm-listview>li>.mm-next:after, .mm-listview>li.mm-vertical>.mm-next:after
{
    top: 16px;
    bottom: auto;
}
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after, .mm-listview>li.mm-vertical.mm-opened>.mm-next:after
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-navbar
{
    border-bottom: none;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.mm-navbar>*
{
    display: block;
}
.mm-navbar .mm-title
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-navbar .mm-btn
{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.mm-navbar .mm-btn:first-child
{
    padding-left: 20px;
    left: 0;
    height: 50px;
}
.mm-navbar .mm-btn:last-child
{
    text-align: right;
    padding-right: 20px;
    right: 0;
}
.mm-listview
{
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.mm-listview, .mm-listview>li
{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-listview>li
{
    position: relative;
    color: #000;
    border-color: #000;
}
.mm-listview>li, .mm-listview>li:after, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before
{
    border-color: inherit;
}
.mm-listview>li>a, .mm-listview>li>span, .mm-listview>li .item-title
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 0 10px 0 40px;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
}
.mm-listview>li>a:hover, .mm-listview>li>span:hover, .mm-listview>li .item-title:hover
{
    background-color: transparent;
    color: inherit;
}
.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow, .mm-listview>li .item-title.mm-arrow
{
    padding-right: 50px;
}
.mm-listview>li:hover
{
    color: #777;
}
.mm-listview>li:hover .mm-next:after
{
    border-color: #777;
}
.mm-listview>li:hover>a, .mm-listview>li:hover>span
{
    background-color: transparent;
    color: inherit;
}
.mm-listview>li:not(.mm-divider):after
{
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.mm-listview .mm-next
{
    background: rgba(3,2,1,0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.mm-listview .mm-next:before
{
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span
{
    margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen
{
    width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before
{
    border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span
{
    padding-right: 50px;
    margin-right: 0;
}
.mm-listview .mm-inset
{
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0;
}
.mm-listview .mm-inset>li
{
    padding: 5px 0;
}
.mm-listview .mm-divider
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    height: 1px;
    margin: 20px;
    margin-bottom: 19px;
}
.mm-listview .mm-spacer
{
    padding-top: 40px;
}
.mm-listview .mm-spacer>.mm-next
{
    top: 40px;
}
.mm-listview .mm-spacer.mm-divider
{
    padding-top: 25px;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after
{
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-prev:before
{
    border-right: none;
    border-bottom: none;
    left: 20px;
}
.mm-next:after, .mm-arrow:after
{
    border-top: none;
    border-left: none;
    right: 28px;
}
.mm-menu .mm-navbar>*, .mm-menu .mm-navbar a
{
    color: #000;
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after
{
    border-color: #000;
}
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel
{
    background: rgba(0,0,0,.05);
}
.mm-menu .mm-divider
{
    background: rgba(0,0,0,.05);
}
.mm-page
{
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.mm-slideout
{
    -webkit-transform: transform .4s ease;
    -moz-transform: transform .4s ease;
    -o-transform: transform .4s ease;
    -ms-transform: transform .4s ease;
    transform: transform .4s ease;
}
html.mm-opened:not(.popup-opened)
{
    overflow: hidden;
    position: relative;
}
html.mm-opened:not(.popup-opened) body
{
    overflow: hidden;
}
html.mm-background .mm-page
{
    background: inherit;
}
#mm-blocker
{
    background: rgba(3,2,1,.5);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.mm-pagedim #mm-blocker, .mm-pagedim-black #mm-blocker, .mm-pagedim-white #mm-blocker
{
    opacity: 0;
}
.mm-pagedim-black.mm-opening #mm-blocker, .mm-pagedim-white.mm-opening #mm-blocker, .mm-pagedim.mm-opening #mm-blocker
{
    opacity: .5;
}
.mm-opened #mm-blocker, .mm-blocking #mm-blocker
{
    display: block;
}
.mm-pagedim #mm-blocker
{
    background: inherit;
}
.mm-pagedim-black #mm-blocker
{
    background: #000;
}
.mm-menu
{
    width: 80%;
    min-width: 140px;
    max-width: 320px;
}
.mm-menu.mm-offcanvas
{
    display: none;
    position: fixed;
}
.mm-menu.mm-current
{
    display: block;
}
html.mm-opening .mm-slideout
{
    -webkit-transform: translate(80%,0);
    -moz-transform: translate(80%,0);
    -o-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
}
@media all and (max-width: 175px)
{
    html.mm-opening .mm-slideout
    {
        -webkit-transform: translate(140px,0);
        -moz-transform: translate(140px,0);
        -o-transform: translate(140px,0);
        -ms-transform: translate(140px,0);
        transform: translate(140px,0);
    }
}
@media all and (min-width: 550px)
{
    html.mm-opening .mm-slideout
    {
        -webkit-transform: translate(440px,0);
        -moz-transform: translate(440px,0);
        -o-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        transform: translate(440px,0);
    }
}
@media(max-width: 767px)
{
    .flex-container
    {
        display: -webkit-box;
        display: -mox-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        width: 100%;
        max-width: 100%;
    }
    .flex-container #sidebar-first
    {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .flex-container #content
    {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .flex-container #sidebar-second
    {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    #content, #sidebar-first, #sidebar-second
    {
        float: none!important;
        width: 100%!important;
    }
}
.ie11 .mm-opened+script+.mm-page .mobile_header ul.nav-pills
{
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
@media(min-width: 484px)
{
    .ie11 .mm-opened+script+.mm-page .mobile_header ul.nav-pills
    {
        left: 440px;
    }
}
@media(max-width: 483px)
{
    .ie11 .mm-opened+script+.mm-page .mobile_header ul.nav-pills
    {
        left: 80%;
    }
}
@media(max-width: 991px)
{
    .block.block-block.block-top-categories
    {
        display: none;
    }
    .target-order .sidebar
    {
        min-height: auto;
    }
    .target-order #content
    {
        width: 100%!important;
    }
}
.mm-listview .mm-inset>li
{
    padding: 0;
}
.settings .item-title .mm-next
{
    position: relative;
    display: inline-block;
    height: 40px;
    float: right;
    margin-right: -20px;
    border-color: transparent;
}
#settings-panel:before
{
    height: 40px;
}
#settings-panel .language-button-mobile
{
    display: none;
}
#settings-panel select
{
    border-color: #9b9b9b;
    margin-top: 0;
}
#settings-panel .heading
{
    font-size: 14px;
    color: #9b9b9b;
}
.mm-menu .mm-prev:before, .mm-menu .mm-next:after, .mm-menu .mm-arrow:after
{
    border-color: #b2b6c6;
    border-width: 1px;
    width: 10px;
    height: 10px;
}
.mm-menu .mm-navbar .mm-prev:before
{
    border-color: #b2b6c6;
}
.target-page #main-wrapper
{
    padding-bottom: 180px;
}
.target-page #content .page-body-content p
{
    margin: 0 0 1em;
}
#modules_tabs
{
    display: none;
    margin-top: 40px;
}
#modules_tabs.notEmpty
{
    display: block;
}
#modules_tabs .menu
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 115px 20px 20px;
    margin-bottom: 30px;
    background: #d0243c;
}
@media(max-width: 480px)
{
    #modules_tabs .menu
    {
        display: block;
        padding-right: 20px;
    }
}
#modules_tabs .menu a
{
    font-size: 21px;
    line-height: 40px;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    padding: 0 0 0 20px;
}
#modules_tabs .menu a span
{
    vertical-align: middle;
}
#modules_tabs .menu a:after
{
    content: '|';
    display: inline-block;
    font-size: 29px;
    line-height: 40px;
    color: rgba(255,255,255,.08);
    margin-left: 20px;
    vertical-align: middle;
    font-weight: 400;
}
#modules_tabs .menu a:last-of-type:after
{
    display: none;
}
#modules_tabs .menu a:hover
{
    color: #fff;
}
#modules_tabs .menu a.active
{
    color: #fff;
    cursor: default;
}
@media(max-width: 480px)
{
    #modules_tabs .menu a
    {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    #modules_tabs .menu a:after
    {
        display: none;
    }
}
@media(max-width: 480px)
{
    #modules_tabs .owl-carousel.owl-theme .owl-controls, #modules_tabs .owl-loaded .owl-nav
    {
        background: #d0243c;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.owl-carousel.owl-theme, .owl-loaded
{
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    display: -webkit-box!important;
    display: -mox-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: -ms-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-carousel.owl-theme .owl-controls, .owl-loaded .owl-controls, .owl-carousel.owl-theme .owl-nav, .owl-loaded .owl-nav
{
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    width: 100px;
    background: #fff;
    margin: -95px 15px 0 0;
}
@media(max-width: 480px)
{
    .owl-carousel.owl-theme .owl-controls, .owl-loaded .owl-controls, .owl-carousel.owl-theme .owl-nav, .owl-loaded .owl-nav
    {
        position: relative;
        top: 0;
        right: 0;
        height: 70px;
        margin: -30px 0 20px;
        padding-bottom: 20px;
        width: 100%;
    }
}
.owl-carousel.owl-theme .owl-controls button.owl-prev, .owl-loaded .owl-controls button.owl-prev, .owl-carousel.owl-theme .owl-nav button.owl-prev, .owl-loaded .owl-nav button.owl-prev, .owl-carousel.owl-theme .owl-controls button.owl-next, .owl-loaded .owl-controls button.owl-next, .owl-carousel.owl-theme .owl-nav button.owl-next, .owl-loaded .owl-nav button.owl-next
{
    position: relative;
    left: auto!important;
    right: auto!important;
    top: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #000;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all .2s;
}
.owl-carousel.owl-theme .owl-controls button.owl-prev:before, .owl-loaded .owl-controls button.owl-prev:before, .owl-carousel.owl-theme .owl-nav button.owl-prev:before, .owl-loaded .owl-nav button.owl-prev:before, .owl-carousel.owl-theme .owl-controls button.owl-next:before, .owl-loaded .owl-controls button.owl-next:before, .owl-carousel.owl-theme .owl-nav button.owl-next:before, .owl-loaded .owl-nav button.owl-next:before
{
    font-size: 25px;
    line-height: 50px;
    font: normal normal normal 50px/1 FontAwesome;
}
.owl-carousel.owl-theme .owl-controls button.owl-prev:hover, .owl-loaded .owl-controls button.owl-prev:hover, .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, .owl-loaded .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme .owl-controls button.owl-next:hover, .owl-loaded .owl-controls button.owl-next:hover, .owl-carousel.owl-theme .owl-nav button.owl-next:hover, .owl-loaded .owl-nav button.owl-next:hover
{
    color: #d0243c;
    background: #151515;
}
.owl-carousel.owl-theme .owl-controls div.owl-prev:before, .owl-loaded .owl-controls div.owl-prev:before, .owl-carousel.owl-theme .owl-nav div.owl-prev:before, .owl-loaded .owl-nav div.owl-prev:before
{
    content: "";
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before, .owl-loaded .owl-controls .owl-buttons div.owl-next:before, .owl-carousel.owl-theme .owl-nav .owl-buttons div.owl-next:before, .owl-loaded .owl-nav .owl-buttons div.owl-next:before
{
    content: "";
}
.owl-carousel.owl-theme .owl-wrapper-outer, .owl-loaded .owl-wrapper-outer, .owl-carousel.owl-theme .owl-stage-outer, .owl-loaded .owl-stage-outer
{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    overflow: hidden;
}
.brands-carousel-block
{
    margin: 0 -15px;
    padding: 40px 0 0;
}
.brands-carousel-block ul.brands-carousel.owl-loaded
{
    width: auto!important;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li
{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li>a
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #eae9e9;
    font-size: 18px;
    text-decoration: none;
    height: 115px;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li>a:before
{
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li>a:hover
{
    border-color: #d0d0d0;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li>a:hover:before
{
    height: 100%;
}
.brands-carousel-block ul.brands-carousel.owl-loaded li>a img
{
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    max-height: 100%;
}
body:not(.ie11) .brands-carousel-block ul.brands-carousel.owl-loaded li>a img
{
    width: auto!important;
    height: auto!important;
    object-fit: contain;
}
.brands-carousel-block .owl-loaded .owl-nav
{
    margin: -30px 0 0;
}
#page .bannerBox .banner_container>div
{
    margin-bottom: 0;
}
#page .bannerBox .banner-system-navigation
{
    height: 50px;
    margin-top: -50px;
    padding: 15px;
}
#page .bannerBox .banner-system-navigation span
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-image: none;
    background-color: #000;
    background-color: rgba(0,0,0,0);
}
#page .bannerBox .banner-system-navigation span.cycle-pager-active
{
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-image: none;
    background-color: #fff;
}
#page .bannerBox .prev_arrow, #page .bannerBox .next_arrow
{
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 49px;
    padding: 0 17px;
    margin-top: -25px;
    color: #262626;
    opacity: 1;
    background: #fff;
}
#page .bannerBox .prev_arrow:hover, #page .bannerBox .next_arrow:hover
{
    background: #d0243c;
    color: #fff;
}
@media(max-width: 767px)
{
    #page .bannerBox .prev_arrow, #page .bannerBox .next_arrow
    {
        margin-top: -20px;
        line-height: 39px;
        width: 40px;
        height: 40px;
        padding: 0 12px;
    }
}
form.profile-form .model-properties .section ul.table li.input.gdpr-consent .table-value .input input.form-control[type=checkbox], .gdpr-consent-checkbox .table-value .input input.form-control[type=checkbox]
{
    width: 15px;
    height: 15px;
}
.delete-action button
{
    background-color: transparent;
    color: #000;
}
.delete-action button:not(.disabled):hover
{
    color: #d0243c;
    background-color: transparent;
    border-color: transparent;
}
.change-action button
{
    color: #000;
}
.change-action button:not(.disabled):hover
{
    color: #d0243c;
    background-color: transparent;
    border-color: transparent;
}
.sidebar [data-carousel="1"]
{
    text-align: left;
}
.skin-TemplateMonster_SparePartsStore-customer .products-grid .labels
{
    left: 0;
}
.skin-TemplateMonster_SparePartsStore-customer .sidebar .top-ribbons-wrapper
{
    display: none;
}
.skin-TemplateMonster_SparePartsStore-customer #cloud-filters-mobile-link
{
    top: -30px;
    right: 15px;
}
.skin-TemplateMonster_SparePartsStore-customer .radio label, .skin-TemplateMonster_SparePartsStore-customer .checkbox label
{
    padding-left: 0;
}
.skin-TemplateMonster_SparePartsStore-customer .login-form .recaptcha-label, .skin-TemplateMonster_SparePartsStore-customer .recover-password-form .recaptcha-label, .skin-TemplateMonster_SparePartsStore-customer .recover-password-form .recaptcha-star
{
    display: none;
}
.skin-TemplateMonster_SparePartsStore-customer .profile-form-container .recaptcha, .skin-TemplateMonster_SparePartsStore-customer .login-form .recaptcha-field, .skin-TemplateMonster_SparePartsStore-customer .recover-password-form .recaptcha-field
{
    text-align: center;
}
.skin-TemplateMonster_SparePartsStore-customer #contact-site-form .form-action
{
    margin-top: 20px;
}
@media(max-width: 768px)
{
    .info:nth-child(1) .top-message.pp-button .message
    {
        max-width: 100%;
    }
}
@media(min-width: 768px)
{
    .info:nth-child(1) .top-message.pp-button .message
    {
        max-width: 535px;
    }
}
@media(min-width: 992px)
{
    .info:nth-child(1) .top-message.pp-button .message
    {
        max-width: 535px;
    }
}
@media(min-width: 1200px)
{
    .info:nth-child(1) .top-message.pp-button .message
    {
        max-width: 535px;
    }
}
@media(max-width: 480px)
{
    #status-messages .info:nth-child(1) .top-message.pp-button .pp-ec-button
    {
        left: 50%;
        display: block;
        position: relative;
        margin-left: -79px;
    }
}
.lc-minicart
{
    position: relative;
    cursor: pointer;
}
.lc-minicart.empty
{
    cursor: auto;
}
.lc-minicart .items-list
{
    min-width: 320px;
    padding: 40px;
    width: 460px;
    box-shadow: 0 0 10px 0 rgba(74,73,74,.2);
    right: -1px;
    left: auto;
    top: 40px;
    bottom: auto;
    z-index: 1010;
    display: block;
    cursor: auto;
    border: none;
}
@media(max-width: 480px)
{
    .lc-minicart .items-list
    {
        overflow: auto;
        max-height: 90%;
    }
}
.lc-minicart .items-list .other-items
{
    display: none;
}
.lc-minicart .items-list .subtotal
{
    color: #4a4a4a;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 39px;
    text-align: right;
}
.lc-minicart .items-list .subtotal strong
{
    vertical-align: baseline;
    font-weight: 600;
    font-size: 14px;
}
.lc-minicart .items-list .subtotal span
{
    vertical-align: baseline;
    font-weight: 600;
    font-size: 18px;
}
.lc-minicart .items-list .buttons-row
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lc-minicart .items-list .buttons-row>*
{
    margin-top: 20px;
    width: 180px;
    text-align: center;
}
.lc-minicart .items-list .buttons-row .reason-details
{
    width: 100%;
    color: #808080;
}
.lc-minicart .items-list .buttons-row .buttons-separator
{
    display: none;
}
.lc-minicart .title
{
    color: #4a4a4a;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 0;
}
.lc-minicart .items-list ul, .lc-minicart .items-list li
{
    list-style: none;
    background: transparent none;
}
.lc-minicart .cart-item
{
    min-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.lc-minicart .cart-item .item-image
{
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    width: 50px;
    height: 100%;
}
.lc-minicart .cart-item .item-image img
{
    max-width: 100%;
    height: auto;
    padding: 0;
    max-height: 100%;
}
.lc-minicart .cart-item .item-name
{
    padding-left: 20px;
    width: 180px;
}
.lc-minicart .cart-item .item-name>a
{
    line-height: 20px;
}
.lc-minicart .cart-item .item-name>.item-attribute-values
{
    line-height: 20px;
    font-size: 10px;
    text-transform: capitalize;
    color: #9ea3b7;
}
.lc-minicart .cart-item .item-amount
{
    margin-left: auto;
    color: #4a4a4a;
    text-align: right;
    white-space: nowrap;
    padding-left: 20px;
}
.lc-minicart .cart-item .item-price
{
    color: #4a4a4a;
    text-align: right;
    min-width: 80px;
}
#htmlcontent_top
{
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: none;
}
.target-main #htmlcontent_top
{
    display: block;
}
@media(min-width: 1200px)
{
    #banner-rotation-widget+#breadcrumb+#htmlcontent_top
    {
        margin-top: -110px;
    }
}
@media(min-width: 1400px)
{
    #banner-rotation-widget+#breadcrumb+#htmlcontent_top
    {
        margin-top: -162px;
    }
}
#htmlcontent_top ul
{
    margin-bottom: 1px;
}
@media(max-width: 480px)
{
    #htmlcontent_top ul
    {
        margin-bottom: 0;
    }
}
#htmlcontent_top ul li
{
    margin-bottom: 30px;
    line-height: 0;
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li
    {
        text-align: center;
    }
}
#htmlcontent_top ul li a
{
    display: inline-block;
    overflow: hidden;
}
@media(max-width: 1199px)
{
    #htmlcontent_top ul li a
    {
        position: relative;
    }
    #htmlcontent_top ul li a:before
    {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 1;
    }
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li a
    {
        text-align: left;
    }
}
#htmlcontent_top ul li a:hover
{
    color: inherit;
}
#htmlcontent_top ul li a:hover img
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#htmlcontent_top ul li img
{
    max-width: 100%;
    width: 100%;
    height: auto;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#htmlcontent_top ul li .item-html
{
    padding: 38px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 2;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    #htmlcontent_top ul li .item-html
    {
        padding: 24px;
        left: 0;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #htmlcontent_top ul li .item-html
    {
        padding: 15px;
        left: 0;
    }
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li .item-html
    {
        left: 0;
        padding: 15px;
    }
}
@media(max-width: 480px)
{
    #htmlcontent_top ul li .item-html
    {
        padding: 10px;
    }
}
#htmlcontent_top ul li .item-html h2
{
    font-size: 63px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    #htmlcontent_top ul li .item-html h2
    {
        font-size: 54px;
        line-height: 41px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #htmlcontent_top ul li .item-html h2
    {
        font-size: 40px;
        line-height: 30px;
        margin-bottom: 7px;
    }
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li .item-html h2
    {
        font-size: 47px;
        line-height: 41px;
        margin-bottom: 8px;
    }
}
@media(max-width: 480px)
{
    #htmlcontent_top ul li .item-html h2
    {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 3px;
    }
}
#htmlcontent_top ul li .item-html h3
{
    font-size: 43px;
    line-height: 52px;
    font-weight: 400;
    color: #d0243c;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 4px;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    #htmlcontent_top ul li .item-html h3
    {
        font-size: 35px;
        line-height: 41px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #htmlcontent_top ul li .item-html h3
    {
        font-size: 20px;
        line-height: 19px;
    }
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li .item-html h3
    {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 7px;
    }
}
@media(max-width: 480px)
{
    #htmlcontent_top ul li .item-html h3
    {
        font-size: 17px;
        line-height: 14px;
    }
}
#htmlcontent_top ul li .item-html p
{
    font-size: 11px;
    line-height: 19px;
    font-weight: 500;
    color: #888;
    width: 210px;
    margin-top: 0;
    margin-bottom: 17px;
    margin-left: 1px;
}
@media(min-width: 480px) and (max-width: 1199px)
{
    #htmlcontent_top ul li .item-html p
    {
        margin-bottom: 10px;
        color: #fff;
    }
}
@media(max-width: 480px)
{
    #htmlcontent_top ul li .item-html p
    {
        margin-bottom: 7px;
        color: #fff;
    }
}
#htmlcontent_top ul li .item-html .link_more
{
    font-size: 21px;
    left: 25px;
    font-weight: 600;
    color: #fff;
    background: #d0243c;
    display: inline-block;
    padding: 14px 29px 18px 27px;
    margin-left: 2px;
    line-height: 18px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#htmlcontent_top ul li .item-html .link_more:hover
{
    background: #151515;
    color: #d0243c;
    box-shadow: 0 0 30px rgba(255,255,255,.14);
}
@media(min-width: 768px) and (max-width: 991px)
{
    #htmlcontent_top ul li .item-html .link_more
    {
        font-size: 15px;
        padding: 8px 19px 11px 17px;
    }
}
@media(min-width: 480px) and (max-width: 767px)
{
    #htmlcontent_top ul li .item-html .link_more
    {
        font-size: 16px;
        padding: 11px 22px 13px 20px;
    }
}
@media(max-width: 480px)
{
    #htmlcontent_top ul li .item-html .link_more
    {
        padding: 6px 15px 9px 14px;
    }
}
#htmlcontent_top ul li.htmlcontent-item-4 h2
{
    margin-bottom: 15px;
}
#htmlcontent_top ul .htmlcontent-item-1 h2, #htmlcontent_top ul .htmlcontent-item-4 h2
{
    color: #fff;
}
#htmlcontent_top ul .htmlcontent-item-2 h2, #htmlcontent_top ul .htmlcontent-item-3 h2
{
    color: #000;
}
.pagination
{
    display: inline-block;
    margin: 0;
    text-align: center;
    font-family: Arial,sans-serif;
}
.pagination>li
{
    display: inline;
}
.pagination>li>a, .pagination>li>span
{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 30px;
    min-width: 30px;
    padding: 0 10px;
    margin-left: 0;
    color: #000;
    background-color: transparent;
    border: none;
}
.pagination>li>a sup, .pagination>li>span sup
{
    vertical-align: top;
    position: relative;
    top: 4px;
}
.pagination>li>a sub, .pagination>li>span sub
{
    vertical-align: bottom;
    position: relative;
    bottom: 4px;
}
.pagination>li>a *, .pagination>li>span *
{
    vertical-align: bottom;
}
@media(max-width: 767px)
{
    .pagination>li>a, .pagination>li>span
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.pagination>li.item>span, .pagination>li.item>a
{
    line-height: 30px;
}
.pagination>li.selected>a, .pagination>li.selected>span
{
    line-height: 26px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 20px;
}
.pagination>li:first-child>a:before, .pagination>li:first-child>span:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.pagination>li:first-child>a:before, .pagination>li:first-child>span:before
{
    vertical-align: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 20px;
}
.pagination>li:last-child>a:before, .pagination>li:last-child>span:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5em;
    margin-left: 5px;
    content: "";
}
.pagination>li:last-child>a:before, .pagination>li:last-child>span:before
{
    vertical-align: 4px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus
{
    color: #000;
    background-color: transparent;
}
.pagination>.active>a, .pagination>.active>span
{
    color: #000;
    background-color: transparent;
}
.pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    color: #777;
    background-color: transparent;
    cursor: pointer;
}
.pagination>.selected>a, .pagination>.selected>span, .pagination>.selected>a:hover, .pagination>.selected>span:hover, .pagination>.selected>a:focus, .pagination>.selected>span:focus
{
    color: #d0243c;
    border: 2px solid #d0243c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: default;
    margin-bottom: -4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus
{
    border: none;
    background-color: transparent;
}
.pagination-lg>li>a, .pagination-lg>li>span
{
    padding: 10px 20px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span
{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span
{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span
{
    padding: 3px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span
{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span
{
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.cart-tray
{
    position: fixed;
    top: 11em;
    right: 5em;
    z-index: 200;
    width: 160px;
    height: 200px;
    border-style: solid;
    border-color: #151515;
    border-width: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
    -moz-box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
    -webkit-box-shadow: 0 6px 6px 0 rgba(155,154,155,.5);
}
.cart-tray .tray-area
{
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 20px;
    height: 100%;
    background: #fff;
}
.cart-tray .tray-area .centered-tray-box
{
    position: relative;
    color: #4a4a4a;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.cart-tray .tray-area .centered-tray-box:before
{
    content: "";
}
.cart-tray .tray-area .centered-tray-box:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d0243c;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 50px;
    line-height: 60px;
}
.cart-tray .tray-status
{
    font-weight: 600;
    line-height: 20px;
}
.cart-tray .product-added .regular-button
{
    white-space: normal;
}
.cart-tray .wait-progress
{
    width: 100px;
}
.cart-tray .block-wait
{
    border: 0 none;
    min-width: 100%;
}
.cart-tray .product-added.tray-status button.action
{
    position: relative;
    top: 3px;
    padding: 6px 24px;
    margin: 0;
    white-space: normal;
    height: auto;
}
.cart-tray .product-added.tray-status button.action span
{
    white-space: normal;
}
.preload-cart-tray
{
    position: absolute;
    left: 0;
    top: 0;
}
.cart-tray-box, .cart-tray-active .progress-bar, .cart-tray-active .product-added, .cart-tray-adding .drop-here, .cart-tray-box .dropped-here, .cart-tray-adding .product-added, .cart-tray-added .drop-here, .cart-tray-added .progress-bar
{
    display: none!important;
}
.cart-tray-active, .cart-tray-moving .drop-here, .cart-tray-adding .progress-bar, .cart-tray-added .product-added
{
    display: block!important;
}
.cart-tray .tray-status, .cart-tray .block-wait
{
    text-align: center;
    margin: 0 auto;
}
.product .product-qty
{
    font-size: 0;
    display: block;
    width: 100%;
}
.product .product-qty .quantity-box-container span.wheel-mark
{
    display: none;
}
.product .product-qty .quantity-box-container input
{
    line-height: 20px;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #d6d4d4;
    border-radius: 2px;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all border-color ease-in-out .15s;
    -moz-transition: all border-color ease-in-out .15s;
    -o-transition: all border-color ease-in-out .15s;
    transition: all border-color ease-in-out .15s;
    display: inline;
    width: 45px;
    height: 40px;
    text-align: center;
    padding: 4px 6px;
    margin-left: 0;
    vertical-align: middle;
}
.products-table .product .product-qty
{
    margin-bottom: 0;
}
.products-table .product .product-qty .quantity-box-container input
{
    width: 45px;
}
.products-grid .product .grid-buttons, .products-list .product .grid-buttons
{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products-grid .product .grid-buttons>*, .products-list .product .grid-buttons>*
{
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.products-grid .product .grid-buttons>*:last-child, .products-list .product .grid-buttons>*:last-child
{
    margin-right: 0;
}
.products-grid .product .grid-buttons .regular-main-button, .products-list .product .grid-buttons .regular-main-button, .products-grid .product .grid-buttons .regular-button, .products-list .product .grid-buttons .regular-button
{
    padding-left: 10px;
    padding-right: 10px;
}
.product button.add-to-cart span
{
    display: inline;
}
.products-list .product .product-info
{
    width: calc(100% - 262px - 30px - 228px);
}
.products-list .product .product-aside
{
    width: 228px;
}
.products-list .product .grid-buttons
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.products-list .product .grid-buttons .add-to-cart
{
    text-transform: capitalize;
}
.products-list .product .grid-buttons .product-details-button i
{
    display: inline;
}
@media(min-width: 992px)
{
    .products-list .product .grid-buttons
    {
        max-width: 140px;
    }
    .products-list .product .grid-buttons .add-to-cart
    {
        margin-right: 0;
    }
    .products-list .product .grid-buttons .product-details-button
    {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 991px)
{
    .products-grid .product .grid-buttons
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .products-grid .product .grid-buttons>*
    {
        margin-right: 5px;
    }
}
@media(max-width: 991px) and (min-width: 768px)
{
    .products-grid .product .grid-buttons .regular-button, .products-grid .product .grid-buttons .regular-main-button
    {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px;
    }
}
@media(max-width: 767px)
{
    .products-grid .product .grid-buttons
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media(max-width: 540px) and (min-width: 491px)
{
    .products-grid .product .grid-buttons .regular-button, .products-grid .product .grid-buttons .regular-main-button
    {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media(max-width: 504px) and (min-width: 481px)
{
    .products-grid .product .grid-buttons .regular-button, .products-grid .product .grid-buttons .regular-main-button
    {
        padding-left: 4px;
        padding-right: 4px;
    }
    .products-grid .product .grid-buttons>*
    {
        margin-right: 3px;
    }
}
.qty-wrap
{
    position: relative;
}
.products-table .qty-wrap
{
    margin-left: 20px;
    margin-right: 20px;
}
.qty-wrap--btn
{
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.qty-wrap--btn:before
{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.qty-wrap--btn.qty-plus
{
    top: 0;
}
.qty-wrap--btn.qty-minus
{
    bottom: 0;
}
.products-table .product-marks
{
    margin-right: 20px;
}
.back2stock-box
{
    background-color: #e6f7d4;
    padding: 9px 10px 11px;
    position: relative;
}
.back2stock-box.hidden
{
    display: none;
}
.back2stock-box .icon-ok-mark
{
    color: #5f9a1e;
    position: absolute;
    top: 12px;
    left: 12px;
}
.back2stock-box .note
{
    margin-left: 31px;
    color: #5f9a1e;
}
form.notify-me-form
{
    min-width: 250px;
}
form.notify-me-form:not(.changed) input[type=checkbox]:focus
{
    box-shadow: none;
}
form.notify-me-form .notify-me-stock input[type=checkbox], form.notify-me-form .notify-me-price input[type=checkbox]
{
    margin-right: 15px;
}
form.notify-me-form .notify-me-stock .cell-stock, form.notify-me-form .notify-me-price .cell-price
{
    width: 100px;
    padding-left: 20px;
}
form.notify-me-form table.form-data
{
    width: 100%;
    margin: 0 auto;
}
form.notify-me-form table.form-data td, form.notify-me-form table.form-data li.input
{
    border: 0;
    padding: 0;
}
form.notify-me-form table.form-data tr+tr td
{
    padding-top: 20px;
}
form.notify-me-form table.form-data tr+tr td.buttons
{
    padding-top: 0;
}
form.notify-me-form table.form-data .table-value, form.notify-me-form table.form-data .input-field-wrapper
{
    width: 100%;
}
form.notify-me-form table.form-data .form-error
{
    float: left;
}
form.notify-me-form table.form-data button.submit
{
    padding: 10px 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 56px;
    border-radius: 1px;
    font-size: 18px;
    width: 100%;
}
button.popup-notify-me.already-created
{
    display: none;
}
.product-details-info .product-buttons .buttons-row button.popup-notify-me span
{
    margin-right: 0;
}
.ui-dialog.notify-me-override-dialog
{
    z-index: 99998!important;
}
.contact_us-container .contact_us-address_links
{
    margin-top: 20px;
}
.contact_us-container .contact_us-address_links>li+li
{
    margin-top: 20px;
}
.contact_us-container .contact_us-address_links li
{
    color: #fff;
    display: -webkit-box;
    display: -mox-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact_us-container .contact_us-address_links li span.location-label
{
    margin-right: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #d0243c;
}
.contact_us-container .contact_us-address_links li:before
{
    margin-right: 10px;
    color: #d0243c;
    font-size: 20px;
}
.contact_us-container .contact_us-address_links .location:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.contact_us-container .contact_us-address_links .phone
{
    font-size: 21px;
    font-weight: 700;
}
.contact_us-container .contact_us-address_links .phone:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}
.contact_us-container .contact_us-address_links .email:before
{
    font-family: 'xcartskin'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}