@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i&display=swap&subset=latin-ext');@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/fontawesome.min.css');@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/regular.min.css');@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/solid.min.css');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: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: yellow;
    color: black
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.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 silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        color: black !important;
        text-shadow: none !important;
        background: transparent !important;
        box-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 #999999;
        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: black !important
    }

    .label {
        border: 1px solid black
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: white !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dddddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333333;
    background-color: white
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #000000;
    text-decoration: none
}

a:hover,a:focus {
    color: #0d0d0d;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 32px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #cbcbcb
}

.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
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.4;
    color: inherit
}

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: #636262
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

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: 11px;
    margin-bottom: 11px
}

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: 22px
}

h2,.h2 {
    font-size: 20px
}

h3,.h3 {
    font-size: 14px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:24px
    }
}

small,.small {
    font-size: 87%
}

mark,.mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

.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: #636262
}

.text-primary {
    color: #333333
}

a.text-primary:hover,a.text-primary:focus {
    color: #1a1a1a
}

.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: white
}

a.text-danger:hover,a.text-danger:focus {
    color: #e6e6e6
}

.bg-primary {
    color: white;
    background-color: #333333
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #1a1a1a
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.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: #ff5162
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #ff1e34
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #cbcbcb
}

ul,ol {
    margin-top: 0;
    margin-bottom: 11px
}

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-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,dd {
    line-height: 1.428571429
}

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
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #cbcbcb
}

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: 1.428571429;
    color: #636262
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #cbcbcb;
    border-left: 0
}

.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: "\00A0 \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429
}

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: 16px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 8px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 16px
}

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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.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-right: 15px;
    padding-left: 15px
}

.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.666666667%
}

.col-xs-10 {
    width: 83.333333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.666666667%
}

.col-xs-7 {
    width: 58.333333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.666666667%
}

.col-xs-4 {
    width: 33.333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666667%
}

.col-xs-1 {
    width: 8.333333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.666666667%
}

.col-xs-pull-10 {
    right: 83.333333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.666666667%
}

.col-xs-pull-7 {
    right: 58.333333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.666666667%
}

.col-xs-pull-4 {
    right: 33.333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666667%
}

.col-xs-pull-1 {
    right: 8.333333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.666666667%
}

.col-xs-push-10 {
    left: 83.333333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.666666667%
}

.col-xs-push-7 {
    left: 58.333333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.666666667%
}

.col-xs-push-4 {
    left: 33.333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666667%
}

.col-xs-push-1 {
    left: 8.333333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.666666667%
}

.col-xs-offset-10 {
    margin-left: 83.333333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.666666667%
}

.col-xs-offset-7 {
    margin-left: 58.333333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.666666667%
}

.col-xs-offset-4 {
    margin-left: 33.333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666667%
}

.col-xs-offset-1 {
    margin-left: 8.333333333%
}

.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.666666667%
    }

    .col-sm-10 {
        width: 83.333333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.666666667%
    }

    .col-sm-7 {
        width: 58.333333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.666666667%
    }

    .col-sm-4 {
        width: 33.333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666667%
    }

    .col-sm-1 {
        width: 8.333333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.666666667%
    }

    .col-sm-pull-10 {
        right: 83.333333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.666666667%
    }

    .col-sm-pull-7 {
        right: 58.333333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.666666667%
    }

    .col-sm-pull-4 {
        right: 33.333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666667%
    }

    .col-sm-pull-1 {
        right: 8.333333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.666666667%
    }

    .col-sm-push-10 {
        left: 83.333333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.666666667%
    }

    .col-sm-push-7 {
        left: 58.333333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.666666667%
    }

    .col-sm-push-4 {
        left: 33.333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666667%
    }

    .col-sm-push-1 {
        left: 8.333333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.666666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.666666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333%
    }

    .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.666666667%
    }

    .col-md-10 {
        width: 83.333333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.666666667%
    }

    .col-md-7 {
        width: 58.333333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.666666667%
    }

    .col-md-4 {
        width: 33.333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666667%
    }

    .col-md-1 {
        width: 8.333333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.666666667%
    }

    .col-md-pull-10 {
        right: 83.333333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.666666667%
    }

    .col-md-pull-7 {
        right: 58.333333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.666666667%
    }

    .col-md-pull-4 {
        right: 33.333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666667%
    }

    .col-md-pull-1 {
        right: 8.333333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.666666667%
    }

    .col-md-push-10 {
        left: 83.333333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.666666667%
    }

    .col-md-push-7 {
        left: 58.333333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.666666667%
    }

    .col-md-push-4 {
        left: 33.333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666667%
    }

    .col-md-push-1 {
        left: 8.333333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.666666667%
    }

    .col-md-offset-10 {
        margin-left: 83.333333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.666666667%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666667%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333%
    }

    .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.666666667%
    }

    .col-lg-10 {
        width: 83.333333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.666666667%
    }

    .col-lg-7 {
        width: 58.333333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.666666667%
    }

    .col-lg-4 {
        width: 33.333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666667%
    }

    .col-lg-1 {
        width: 8.333333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.666666667%
    }

    .col-lg-pull-10 {
        right: 83.333333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.666666667%
    }

    .col-lg-pull-7 {
        right: 58.333333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.666666667%
    }

    .col-lg-pull-4 {
        right: 33.333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666667%
    }

    .col-lg-pull-1 {
        right: 8.333333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.666666667%
    }

    .col-lg-push-10 {
        left: 83.333333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.666666667%
    }

    .col-lg-push-7 {
        left: 58.333333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.666666667%
    }

    .col-lg-push-4 {
        left: 33.333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666667%
    }

    .col-lg-push-1 {
        left: 8.333333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.666666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.666666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

table {
    background-color: transparent
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #636262;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.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: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #cbcbcb
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #cbcbcb
}

.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 #cbcbcb
}

.table .table {
    background-color: white
}

.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: 5px
}

.table-bordered {
    border: 1px solid #cbcbcb
}

.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 #cbcbcb
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: whitesmoke
}

.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: whitesmoke
}

.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: #e8e8e8
}

.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: #dff0d8
}

.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: #d0e9c6
}

.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: #ff5162
}

.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: #ff374b
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #cbcbcb
    }

    .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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label,.contact-data span:first-child {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

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
}

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: 7px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #333333;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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
}

.form-control:focus {
    border-color: #1a1a1a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(26,26,26,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(26,26,26,0.6)
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #cbcbcb;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@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:36px
    }

    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: 33px
    }

    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: 52px
    }
}

.form-group {
    /* margin-bottom: 15px; */
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label,.checkbox label {
    min-height: 22px;
    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"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 52px;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 32px
}

select.input-lg {
    height: 52px;
    line-height: 52px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 52px;
    padding: 10px 30px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 32px
}

.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 52px;
    min-height: 44px;
    padding: 11px 30px;
    font-size: 22px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    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: 52px;
    height: 52px;
    line-height: 52px
}

.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.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,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.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,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.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: white
}

.has-error .form-control {
    border-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px white
}

.has-error .input-group-addon {
    color: white;
    background-color: #ff5162;
    border-color: white
}

.has-error .form-control-feedback {
    color: white
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 22px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 14px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.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;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 16px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: white;
    background-color: #ff5162;
    border-color: #ff376c
}

.alert-danger hr {
    border-top-color: #ff1e59
}

.alert-danger .alert-link {
    color: #e6e6e6
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd
}

.list-group-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    color: #636262;
    cursor: not-allowed;
    background-color: #cbcbcb
}

.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: #636262
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #333333;
    border-color: #333333
}

.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: #999999
}

a.list-group-item,button.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
    color: #555555;
    text-decoration: none;
    background-color: whitesmoke
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

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: #d0e9c6
}

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: white;
    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: white;
    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: white;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: white;
    background-color: #ff5162
}

a.list-group-item-danger,button.list-group-item-danger {
    color: white
}

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: white;
    background-color: #ff374b
}

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: white;
    background-color: white;
    border-color: white
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    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: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.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-left-radius: 15px;
    border-top-right-radius: 15px
}

.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: 15px;
    border-bottom-left-radius: 15px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-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-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.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: 15px;
    border-top-right-radius: 15px
}

.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: 15px
}

.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: 15px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.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-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.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: 15px
}

.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: 15px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #cbcbcb
}

.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 {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 16px
}

.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 #dddddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd
}

.panel-default {
    border-color: #dddddd
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd
}

.panel-default>.panel-heading .badge {
    color: whitesmoke;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd
}

.panel-primary {
    border-color: #333333
}

.panel-primary>.panel-heading {
    color: white;
    background-color: #333333;
    border-color: #333333
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #333333
}

.panel-primary>.panel-heading .badge {
    color: #333333;
    background-color: white
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #333333
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.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: #ff376c
}

.panel-danger>.panel-heading {
    color: white;
    background-color: #ff5162;
    border-color: #ff376c
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ff376c
}

.panel-danger>.panel-heading .badge {
    color: #ff5162;
    background-color: white
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ff376c
}

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    filter: alpha(opacity=20);
    opacity: 0.2
}

.close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 17px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-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 0px 10px 0px;
}

.modal-content {
    position: relative;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 32px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.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,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 600px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: black
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 16px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.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,.modal-gallery-image .left,.modal-gallery-image .right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5
}

.carousel-control.left,.modal-gallery-image .left.left,.modal-gallery-image .right.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right,.modal-gallery-image .left.right,.modal-gallery-image .right.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus,.modal-gallery-image .left:hover,.modal-gallery-image .right:hover,.modal-gallery-image .left:focus,.modal-gallery-image .right:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.modal-gallery-image .left .icon-prev,.modal-gallery-image .right .icon-prev,.modal-gallery-image .left .icon-next,.modal-gallery-image .right .icon-next,.modal-gallery-image .left .glyphicon-chevron-left,.modal-gallery-image .right .glyphicon-chevron-left,.modal-gallery-image .left .glyphicon-chevron-right,.modal-gallery-image .right .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left,.modal-gallery-image .left .icon-prev,.modal-gallery-image .right .icon-prev,.modal-gallery-image .left .glyphicon-chevron-left,.modal-gallery-image .right .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right,.modal-gallery-image .left .icon-next,.modal-gallery-image .right .icon-next,.modal-gallery-image .left .glyphicon-chevron-right,.modal-gallery-image .right .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next,.modal-gallery-image .left .icon-prev,.modal-gallery-image .right .icon-prev,.modal-gallery-image .left .icon-next,.modal-gallery-image .right .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before,.modal-gallery-image .left .icon-prev:before,.modal-gallery-image .right .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before,.modal-gallery-image .left .icon-next:before,.modal-gallery-image .right .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black \9;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: white
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,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,.modal-gallery-image .left .glyphicon-chevron-left,.modal-gallery-image .right .glyphicon-chevron-left,.modal-gallery-image .left .glyphicon-chevron-right,.modal-gallery-image .right .glyphicon-chevron-right,.modal-gallery-image .left .icon-prev,.modal-gallery-image .right .icon-prev,.modal-gallery-image .left .icon-next,.modal-gallery-image .right .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev,.modal-gallery-image .left .glyphicon-chevron-left,.modal-gallery-image .right .glyphicon-chevron-left,.modal-gallery-image .left .icon-prev,.modal-gallery-image .right .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.modal-gallery-image .left .glyphicon-chevron-right,.modal-gallery-image .right .glyphicon-chevron-right,.modal-gallery-image .left .icon-next,.modal-gallery-image .right .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.container:before,.container-fluid:before,.row:before,.form-horizontal .form-group:before,.panel-body:before,.modal-header:before,.modal-footer:before,.basket-user-actions:before,.widget-search-feature .search-feature-container:before,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.panel-body:after,.modal-header:after,.modal-footer:after,.basket-user-actions:after,.widget-search-feature .search-feature-container:after {
    display: table;
    content: " "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.panel-body:after,.modal-header:after,.modal-footer:after,.basket-user-actions:after,.widget-search-feature .search-feature-container:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

input[type="text"],input[type="password"],input[type="email"],textarea,.form-control {
    background-color: white;
    border: 0;
    color: #636262;
    font-size: 14px;
    outline: none;
    padding: 7px 10px;
    border-radius: 32px;
    resize: none;
    transition: 0.5s all;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #9d9d9d
}

input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover,textarea:hover,.form-control:hover,input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus,.form-control:focus {
    color: #636262
}

textarea {
    min-height: 140px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px
}

select,.list-products-sort .dropdown-toggle {
    background-color: white;
    border: 0;
    color: #636262;
    font-size: 14px;
    outline: none;
    padding: 7px 10px;
    border-radius: 32px;
    resize: none;
    transition: 0.5s all;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #9d9d9d;
    padding-right: 15px;
    width: auto
}

select:hover,.list-products-sort .dropdown-toggle:hover,select:focus,.list-products-sort .dropdown-toggle:focus {
    color: #636262
}

label,.contact-data span:first-child {
    font-size: 13px;
    display: block;
    margin-bottom: 1px
}

.form-group {
    clear: both
}

.form-group:before,.form-group:after {
    display: table;
    content: " "
}

.form-group:after {
    clear: both
}

.validationMessage {
    font-size: 8px;
    color: white;
    background-color: #9d9d9d;
    margin-top: 1px;
    padding: 2px 8px;
    float: left;
    clear: both;
    display: inline-block;
    border-radius: 10px
}

.validationMessage:before,.validationMessage:after {
    display: table;
    content: " "
}

.validationMessage:after {
    clear: both
}

.list-products-sort {
    float: right
}

.list-products-sort .dropdown {
    display: inline-block;
    position: relative
}

.list-products-sort .dropdown .dropdown-menu {
    z-index: 1000;
    background-color: white;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
    backface-visibility: hidden;
    border-radius: 5px;
    border: 1px solid #9d9d9d
}

.list-products-sort .dropdown .dropdown-menu li a {
    padding: 3px 8px;
    display: block;
    width: 100%;
    color: #333333
}

.list-products-sort .dropdown .dropdown-menu li a:hover,.list-products-sort .dropdown .dropdown-menu li a:focus {
    color: white;
    background-color: #9d9d9d;
    text-decoration: none
}

.list-products-sort .dropdown.open .dropdown-toggle {
    color: #636262
}

.list-products-sort .dropdown.open .dropdown-toggle::after {
    border-top-color: #636262
}

.list-products-sort .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1
}

.list-products-sort .dropdown-toggle {
    cursor: default;
    display: inline-block;
    position: relative;
    color: #333333
}

.list-products-sort .dropdown-toggle,.list-products-sort .dropdown-toggle:hover,.list-products-sort .dropdown-toggle:focus {
    text-decoration: none
}

.list-products-sort .dropdown-toggle::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 2px;
    top: 0;
    width: 0
}

.list-products-sort .dropdown-menu {
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 200px;
    text-align: center
}

@media (min-height: 300px) {
    .list-products-sort .dropdown-menu {
        z-index:300
    }
}

.list-products-sort .dropdown-menu,.list-products-sort .dropdown-menu li {
    margin: 0;
    padding: 0
}

button {
    outline: none
}

button,input[type="submit"],input[type="button"],a[class^="btn-"],span[class^="btn-"] {
    padding: 8px 15px;
    border: 1px solid #636262;
    border-radius: 32px;
    font-size: 12px;
    background-color: transparent;
    transition: 0.5s all
}

button:hover,input[type="submit"]:hover,input[type="button"]:hover,a[class^="btn-"]:hover,span[class^="btn-"]:hover,button:focus,input[type="submit"]:focus,input[type="button"]:focus,a[class^="btn-"]:focus,span[class^="btn-"]:focus {
    color: white;
    background-color: #636262
}

.btn-primary {
    background-color: #333333;
    border-color: #333333;
    color: white;
    box-shadow: 2px 2px 0 0 #cbcbcb
}

.btn-primary:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    display: block;
    margin: 0 auto;
    float: none;
    background-image: none;
    border: 1px solid transparent
}

.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-toggle,.navbar-toggle:hover,.navbar-toggle:focus {
    background-color: transparent
}

.navbar-toggle .icon-bar {
    background-color: #333333;
    height: 3px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

@media (min-width: 768px) {
    .nav-collapse {
        height:auto !important
    }

    .main-menu .collapse,.category-list .collapse {
        display: block
    }
}

.nav-tabs {
    text-align: center;
    list-style-type: none;
    font-size: 13px;
    clear: both
}

.nav-tabs a {
    color: #636262;
    display: inline-block;
    padding: 10px;
    border-radius: 32px;
    border: 1px solid transparent
}

.nav-tabs a:hover,.nav-tabs a:focus {
    text-decoration: none;
    border: 1px solid #cbcbcb
}

.nav-tabs li.active a {
    color: #333333;
    border-color: #333333
}

.nav-tabs,.nav-tabs li {
    margin: 0;
    padding: 0
}

.nav-tabs li {
    display: inline-block;
    margin: 0 10px -1px 10px
}

.nav-tabs li:first-child {
    margin-left: 0
}

.nav-tabs li:last-child {
    margin-right: none
}

.nav-tabs:before,.nav-tabs:after {
    display: table;
    content: " "
}

.nav-tabs:after {
    clear: both
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.pagination {
    text-align: center;
    margin: 10px 0
}

.pagination .offer-paging-input>input {
    font-size: 16px;
    width: 45px;
    text-align: center;
    display: inline-block;
    float: none
}

.pagination .current-page,.pagination .current-of,.pagination .offer-paging-item,.pagination .arrow-left,.pagination .arrow-right {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin: 5px 0
}

.pagination .offer-paging-item,.pagination .arrow-left,.pagination .arrow-right {
    cursor: pointer
}

.modal-content {
    border-radius: 16px
}

.modal-header .close {
    margin-top: -2px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 24px;
    top: 4px;
    right: 10px;
    position: absolute;
    line-height: 1.1
}

.modal-header .close,.modal-header .close:hover,.modal-header .close:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header .close:before {
    content: '\00d7';
    color: #333333
}

.cookies {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #333333;
    z-index: 1030
}

.cookies button {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px
}

.cookies .btn-accept {
    background-color: #333333;
    border-color: #333333;
    color: white;
    box-shadow: 2px 2px 0 0 #cbcbcb;
    margin-right: 10px
}

.cookies .btn-accept:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-collapse: initial;
    margin-bottom: 15px
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

table>tbody>tr:nth-of-type(even) {
    background-color: white
}

table th,table td {
    padding: 6px 10px;
    border: 0 !important
}

footer {
    background-color: #f7f7f7
}

footer:before,footer:after {
    display: table;
    content: " "
}

footer:after {
    clear: both
}

.alert-dismissible .close {
    opacity: 0.6
}

.alert-dismissible .close,.alert-dismissible .close:focus,.alert-dismissible .close:hover {
    background-color: transparent
}

.btn-search {
    border: none;
    border-radius: 32px;
    background-color: #9d9d9d;
    color: white;
    line-height: 30px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0
}

.breadcrumbs .widget-content {
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
}

.breadcrumbs .sep {
    display: inline-block;
    margin: 0 8px
}

.breadcrumbs .sep::after {
    content: '';
    margin-top: -2px;
    width: 1px;
    border-radius: 5px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-color: #333333;
    /* box-shadow: 2px 0 0 #cbcbcb; */
    transform-origin: center center;
    transform: rotate(45deg);
    position: relative;
    top: -1px
}

.cart {
    text-align: center
}

.cart .widget-header {
    padding-bottom: 0;
    margin-bottom: 5px
}

.cart .widget-header::after {
    display: none
}

.cart .widget-content {
    font-size: 13px;
    min-height: 40px;
    padding-top: 45px;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M447.988%2C139.696c-0.156-2.084-1.9-3.696-3.988-3.696h-72v-20C372%2C52.036%2C319.96%2C0%2C256%2C0S140%2C52.036%2C140%2C116v20H68%0D%0A%09%09%09c-2.088%2C0-3.832%2C1.612-3.988%2C3.696l-28%2C368c-0.084%2C1.108%2C0.296%2C2.204%2C1.056%2C3.02C37.824%2C511.536%2C38.888%2C512%2C40%2C512h432%0D%0A%09%09%09c1.112%2C0%2C2.176-0.464%2C2.932-1.28c0.756-0.816%2C1.14-1.912%2C1.056-3.02L447.988%2C139.696z%20M172%2C116c0-46.316%2C37.68-84%2C84-84%0D%0A%09%09%09s84%2C37.684%2C84%2C84v20H172V116z%20M156%2C248c-22.06%2C0-40-17.944-40-40c0-15.964%2C8-30.348%2C24-36.66V208c0%2C8.824%2C7.18%2C16%2C16%2C16%0D%0A%09%09%09s16-7.176%2C16-16v-36.636c16%2C6.312%2C24%2C20.804%2C24%2C36.636C196%2C230.056%2C178.06%2C248%2C156%2C248z%20M356%2C248c-22.06%2C0-40-17.944-40-40%0D%0A%09%09%09c0-15.964%2C8-30.348%2C24-36.66V208c0%2C8.824%2C7.18%2C16%2C16%2C16s16-7.176%2C16-16v-36.636c16%2C6.312%2C24%2C20.804%2C24%2C36.636%0D%0A%09%09%09C396%2C230.056%2C378.06%2C248%2C356%2C248z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
    background-size: 28px 28px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: inline-block
}

.cart:hover .cart-tooltip {
    visibility: visible;
    opacity: 1
}

.cart .cart-info {
    display: inline-block;
    overflow: hidden;
    border: 2px solid #333333;
    border-radius: 8px;
    padding-left: 7px;
    margin-bottom: 1px
}

.cart .cart-info,.cart .cart-info:hover,.cart .cart-info:focus {
    text-decoration: none
}

.cart .cart-title {
    display: none
}

.cart .cart-price {
    display: inline-block;
    background-color: #333333;
    color: white;
    padding: 0 3px 0 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-left: 5px
}

.cart:hover .cart-info,.cart:focus .cart-info {
    border-color: #0d0d0d
}

.cart:hover a,.cart:focus a {
    color: #0d0d0d
}

.cart:hover .cart-price,.cart:focus .cart-price {
    background-color: #0d0d0d
}

.cart-tooltip {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 100%;
    right: 0;
    background-color: white;
    width: 300px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
    backface-visibility: hidden;
    border: 2px solid #333333;
    border-radius: 8px;
    z-index: 1000
}

.cart-tooltip img {
    max-height: 80px;
    margin: 5px auto;
    border-radius: 8px
}

@media (max-width: 991px) {
    .cart-tooltip {
        display:none
    }
}

.cart-tooltip .show-properties,.cart-tooltip .cart-tooltip-summary-price {
    margin: 5px auto
}

.cart-tooltip .cart-tooltip-promotion-price {
    font-weight: 600
}

.cart-tooltip .cart-tooltip-standard-price {
    color: #636262;
    text-decoration: line-through
}

.cart-tooltip .cart-tooltip-item-description {
    margin-bottom: 10px
}

.cart-tooltip .cart-tooltip-item-description p {
    margin-bottom: 3px
}

.cart-tooltip .cart-tooltip-total-price-value,.cart-tooltip .cart-tooltip-item-quantity cart-tooltip-item-quantity {
    font-weight: 600
}

.cart-tooltip .cart-tooltip-props-btn {
    color: white !important;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #333333;
    padding: 4px 10px 2px 10px;
    border-top-left-radius: 8px
}

.cart-tooltip .cart-tooltip-props-btn,.cart-tooltip .cart-tooltip-props-btn:hover,.cart-tooltip .cart-tooltip-props-btn:focus {
    text-decoration: none
}

.cart-tooltip .cart-tooltip-props-btn:hover,.cart-tooltip .cart-tooltip-props-btn:focus {
    background-color: #0d0d0d
}

.category-list {
    font-weight: 600
}

.category-list .widget-content {
    text-align: left
}

.category-list ul {
    list-style-type: none
}

.category-list ul,.category-list li {
    margin: 0;
    padding: 2px 0;
}

.category-list .category-item-icon {
    max-width: 16px;
    max-height: 16px;
    display: inline-block;
    margin-right: 5px
}

.category-list .category-item-icon:empty {
    display: none
}

.category-list a {
    display: inline-block;
    padding: 1px 5px;
    margin: 5px 0 0 0;
    color: #636262
}

.category-list a:hover,.category-list a:focus {
    text-decoration: none;
    background-color: #333333;
    color: #ffffff;
    border-radius: 15px;
}

.category-list .category-item.active>a {
    /* background-color: #333333; */
    color: #636262;
    border-radius: 15px;
    border: 2px solid #333333;
}

.category-list .category-parent-item {
    position: relative
}

.category-list .category-parent-item ul {
    font-size: 14px;
    font-weight: 400
}

.category-list .category-parent-item .collapse {
    display: block
}

.category-list .nav>.category-parent-item>a {
    position: relative
}

.category-list .nav>.category-parent-item>a::after {
    content: '';
    display: block;
    /* width: 4px; */
    /* height:4px; */
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #333333;
    border-radius: 50%
}

.category-list .nav>.category-parent-item.active>a::after {
    background-color: white
}

.category-list .has-submenu:before,.category-list .has-submenu:after {
    display: table;
    content: " "
}

.category-list .has-submenu:after {
    clear: both
}

@media (min-width: 768px) {
    .col-sm-1>.category-list li,.col-sm-2>.category-list li {
        display:block;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px
    }

    .col-sm-3>.category-list .nav>.category-item,.col-sm-4>.category-list .nav>.category-item,.col-sm-5>.category-list .nav>.category-item,.col-sm-6>.category-list .nav>.category-item,.col-sm-7>.category-list .nav>.category-item,.col-sm-8>.category-list .nav>.category-item,.col-sm-9>.category-list .nav>.category-item,.col-sm-10>.category-list .nav>.category-item,.col-sm-11>.category-list .nav>.category-item,.col-sm-12>.category-list .nav>.category-item {
        display: inline-block !important;
        width: 100%
    }

    .col-sm-3>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-4>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-5>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-6>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-7>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-8>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-9>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-10>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-11>.category-list .nav>.category-item>a>.category-item-icon,.col-sm-12>.category-list .nav>.category-item>a>.category-item-icon {
        display: block;
        margin: 0 auto 10px auto
    }

    .col-sm-3>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-4>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-5>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-6>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-7>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-8>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-9>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-10>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-11>.category-list .nav>.category-item>a>.category-item-icon:empty,.col-sm-12>.category-list .nav>.category-item>a>.category-item-icon:empty {
        display: none;
        margin: 0 auto
    }

    .col-sm-3>.category-list .nav>.category-item>.subnav,.col-sm-4>.category-list .nav>.category-item>.subnav,.col-sm-5>.category-list .nav>.category-item>.subnav,.col-sm-6>.category-list .nav>.category-item>.subnav,.col-sm-7>.category-list .nav>.category-item>.subnav,.col-sm-8>.category-list .nav>.category-item>.subnav,.col-sm-9>.category-list .nav>.category-item>.subnav,.col-sm-10>.category-list .nav>.category-item>.subnav,.col-sm-11>.category-list .nav>.category-item>.subnav,.col-sm-12>.category-list .nav>.category-item>.subnav {
        position: absolute;
        top: 100%;
        width: 300px;
        left: 60px;
        margin-left: 0px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
        backface-visibility: hidden;
        z-index: 1000;
        background-color: rgba(255,255,255);
        border: 1px solid #cbcbcb;
        overflow: hidden;
        border-radius: 10px;
    }

    .col-sm-3>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-4>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-5>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-6>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-7>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-8>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-9>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-10>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-11>.category-list .nav>.category-item.category-parent-item:hover>.subnav,.col-sm-12>.category-list .nav>.category-item.category-parent-item:hover>.subnav {
        visibility: visible;
        opacity: 1
    }
}

.contact-data div {
    margin-bottom: 10px
}

.contact-data span,.contact-data a {
    display: block
}

.widget.contact-form .btn-send-message {
    border: none;
    border-radius: 32px;
    background-color: #9d9d9d;
    color: white;
    line-height: 30px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0
}

.widget.gallery img {
    display: initial;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.5s;
    backface-visibility: hidden
}

.widget.gallery span {
    position: relative;
    z-index: 2;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden
}

.widget.gallery span img {
    z-index: 5;
    position: relative;
    object-fit: cover;
}

.widget.gallery span::before,.widget.gallery span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.widget.gallery span::before {
    background: #020024;
    background: linear-gradient(135deg,#333333 0%,white 100%);
    z-index: 3
}

.widget.gallery span::after {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M51.6%2C96.7c11%2C0%2C21-3.9%2C28.8-10.5l35%2C35c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2c1.6-1.6%2C1.6-4.2%2C0-5.8l-35-35%20%20%20%20c6.5-7.8%2C10.5-17.9%2C10.5-28.8c0-24.9-20.2-45.1-45.1-45.1C26.8%2C6.5%2C6.5%2C26.8%2C6.5%2C51.6C6.5%2C76.5%2C26.8%2C96.7%2C51.6%2C96.7z%20M51.6%2C14.7%20%20%20%20c20.4%2C0%2C36.9%2C16.6%2C36.9%2C36.9C88.5%2C72%2C72%2C88.5%2C51.6%2C88.5c-20.4%2C0-36.9-16.6-36.9-36.9C14.7%2C31.3%2C31.3%2C14.7%2C51.6%2C14.7z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23777777%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22m47.5%2C78.3c0%2C2.3%201.8%2C4.1%204.1%2C4.1%202.3%2C0%204.1-1.8%204.1-4.1v-22.6h22.6c2.3%2C0%204.1-1.8%204.1-4.1s-1.8-4.1-4.1-4.1h-22.6v-22.6c0-2.3-1.8-4.1-4.1-4.1-2.3%2C0-4.1%2C1.8-4.1%2C4.1v22.6h-22.6c-2.3%2C0-4.1%2C1.8-4.1%2C4.1s1.8%2C4.1%204.1%2C4.1h22.6v22.6z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23777777%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A');
    background-repeat: no-repeat;
    background-size: auto 20%;
    background-position: right 20px bottom 20px;
    z-index: 4
}

.widget.gallery span:hover img {
    opacity: 0.3
}

.modal-gallery-image .modal-header {
    border-bottom: none
}

.modal-gallery-image .modal-footer {
    border-top: none
}

.modal-gallery-image .left .arrow {
    left: 30px
}

.modal-gallery-image .left:hover,.modal-gallery-image .left:focus {
    cursor: pointer
}

.modal-gallery-image .right .arrow {
    right: 30px
}

.modal-gallery-image .right:hover,.modal-gallery-image .right:focus {
    cursor: pointer
}

.modal-gallery-image .img-box {
    text-align: center
}

.modal-gallery-image .img-box img {
    display: inline-block
}

.list-products .list-products-category-description {
    text-align: justify;
    margin-bottom: 15px
}

.list-products .list-products-category-description:before,.list-products .list-products-category-description:after {
    display: table;
    content: " "
}

.list-products .list-products-category-description:after {
    clear: both
}

.list-products .row {
    margin-left: -5px;
    margin-right: -5px
}

.list-products .product-item {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px
}

.list-products .promotion-label {
    margin-bottom: 10px;
    position: absolute;
    top: -47px;
    right: 0
}

.list-products .recommended-label {
    left: 5px;
    bottom: 7px
}

.list-products .product-label {
    line-height: 22px;
    height: 22px;
    display: block;
    text-align: center
}

.list-products .product-label:empty {
    visibility: hidden;
    opacity: 0
}

.product-item {
    position: relative
}

.product-item .btn-add-to-cart {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .product-item .quantity-change {
        margin-bottom:20px
    }

    .product-item .quantity-change input {
        margin: 0
    }

    .product-item .btn-add-to-cart {
        margin-bottom: 10px
    }
}

.product-item-container {
    position: relative;
    transition: background 0.5s;
    padding: 0;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px
}

.product-image-container {
    width: 100%;
    padding-top: 66%;
    height: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px
}

.product-image-container a {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.product-image-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px
}

@media (min-width: 768px) {
    .product-item.one-column .product-item-container:before,.product-item.one-column .product-item-container:after {
        display:table;
        content: " "
    }

    .product-item.one-column .product-item-container:after {
        clear: both
    }

    .product-item.one-column .product-image-container {
        width: 30%;
        float: left;
        padding-top: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 140px
    }

    .product-item.one-column .product-image-container a {
        top: 0
    }

    .product-item.one-column .product-data-container {
        margin-left: 30%;
        width: 70%;
        min-height: 140px;
        padding-right: 155px
    }

    .product-item.one-column .product-short-description {
        height: auto
    }

    .product-item.one-column .quantity-change,.product-item.one-column .btn-add-to-cart {
        display: block;
        position: absolute;
        right: 15px;
        margin: 0
    }

    .product-item.one-column .quantity-change {
        top: 15px
    }

    .product-item.one-column .btn-add-to-cart {
        top: 65px
    }

    .product-item.one-column .letter-of-enquiry {
        position: relative
    }

    .product-item.one-column .promotion-label {
        left: auto;
        top: auto;
        bottom: 25px;
        right: 100%
    }
}

.product-short-description {
    font-size: 15px;
    height: 200px;
    overflow: hidden
}

.product-data-container {
    text-align: center;
    position: relative;
    padding: 0 10px 20px 10px
}

.product-title {
    height: 56px;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden
}

.product-price,.product-details-price span.product-price-promotion,.product-details-price span:last-child,.product-variant .product-variant-price,.product-variant .product-variant-price-promotion {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px 0
}

.product-price .product-price-promotion+.product-price-wrap,.basket-area-items-list .standard-price,.product-details-price span.product-price-promotion+span,.product-variant .product-variant-price-promotion+.product-variant-price-wrap {
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    color: #636262
}

.btn-add-to-cart {
    width: 130px;
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat
}

.btn-add-to-cart:empty {
    visibility: hidden;
    opacity: 0
}

.letter-of-enquiry {
    font-size: 12px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 2px;
    position: absolute;
    display: inline-block
}

.letter-of-enquiry:hover,.letter-of-enquiry:focus {
    text-decoration: none
}

.btn-add-to-cart {
    font-size: 16px;
    color: white;
    background-color: #333333;
    border: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    white-space: nowrap
}

.btn-add-to-cart i {
    display: none
}

.quantity-change {
    position: relative;
    width: 130px;
    margin: 10px auto;
    height: 36px
}

.quantity-change:before,.quantity-change:after {
    display: table;
    content: " "
}

.quantity-change:after {
    clear: both
}

.quantity-change>div,.quantity-change input {
    height: auto;
    text-align: center
}

.quantity-change input {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0
}

.quantity-change button {
    background-color: transparent;
    border: none;
    position: absolute;
    margin: auto;
    width: 20px;
    padding: 0
}

.quantity-change button.btn-plus {
    top: 0;
    bottom: 0;
    right: 0
}

.quantity-change button.btn-minus {
    top: 0;
    bottom: 0;
    left: 0
}

.quantity-change button:hover,.quantity-change button:focus {
    color: #333333
}

@media (min-width: 768px) {
    .list-products-actions-container,.list-products-sort {
        width:50%
    }
}

.list-products-actions-container {
    float: left
}

.list-products-sort {
    float: right;
    text-align: right;
    font-size: 13px
}

.list-products-sort .dropdown-toggle {
    margin-left: 10px;
    float: none;
    display: inline-block
}

.list-products-sort .list-view,.list-products-actions-container .list-view {
    list-style-type: none
}

.list-products-sort .list-view li,.list-products-actions-container .list-view li {
    float: left
}

.list-products-sort .list-view,.list-products-actions-container .list-view,.list-products-sort .list-view li,.list-products-actions-container .list-view li {
    margin: 0;
    padding: 0
}

.list-products-sort .list-view a,.list-products-actions-container .list-view a {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

.list-products-sort .list-view .one-column-icon,.list-products-actions-container .list-view .one-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata20%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs18%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%206%2C0%20H%2016%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%2010%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%2010%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%204%2C0%200%2C0%200%2C4%204%2C4%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C12%20-4%2C0%200%2C4%204%2C0%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C6.0000003%20-4%2C0%20L%200%2C10%204%2C10%20z%22%0A%20%20%20%20%20id%3D%22path12-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .two-column-icon,.list-products-actions-container .list-view .two-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata16%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs14%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%207%20V%207%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C0%20h%207%20V%207%20H%209%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C9%20h%207%20v%207%20H%200%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C9%20h%207%20v%207%20H%209%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .three-column-icon,.list-products-actions-container .list-view .three-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .four-column-icon,.list-products-actions-container .list-view .four-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .active .one-column-icon,.list-products-actions-container .list-view .active .one-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata20%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs18%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%206%2C0%20H%2016%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%2010%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%2010%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%204%2C0%200%2C0%200%2C4%204%2C4%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C12%20-4%2C0%200%2C4%204%2C0%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C6.0000003%20-4%2C0%20L%200%2C10%204%2C10%20z%22%0A%20%20%20%20%20id%3D%22path12-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .active .two-column-icon,.list-products-actions-container .list-view .active .two-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata16%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs14%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%207%20V%207%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C0%20h%207%20V%207%20H%209%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C9%20h%207%20v%207%20H%200%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C9%20h%207%20v%207%20H%209%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .active .three-column-icon,.list-products-actions-container .list-view .active .three-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-sort .list-view .active .four-column-icon,.list-products-actions-container .list-view .active .four-column-icon {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C4.3841807%20h%202.847458%20V%207.2316383%20H%204.3841803%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%201.4589513e-7%2C4.3841807%20H%202.8474575%20V%207.2316383%20H%201.4589513e-7%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-1%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-7.6271185e-8%2C0%20H%202.8474577%20V%202.8474577%20H%20-7.6271185e-8%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C2.5e-8%20h%202.847458%20V%202.8474577%20H%204.3841803%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683604%2C2.5e-8%20H%2011.615819%20V%202.8474577%20H%208.7683604%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4-0%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683613%2C4.3841807%20H%2011.615818%20V%207.2316384%20H%208.7683613%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-4-9%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C2.5e-8%20h%202.847458%20V%202.8474577%20H%2013.152541%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4-4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C4.3841807%20h%202.847458%20V%207.2316383%20H%2013.152541%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-4-8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-1.5254237e-7%2C8.7683613%20H%202.8474578%20V%2011.615819%20H%20-1.5254237e-7%20V%208.7683613%20z%22%0A%20%20%20%20%20id%3D%22path4-4-82%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C8.7683613%20h%202.847458%20V%2011.615819%20H%204.3841803%20V%208.7683613%20z%22%0A%20%20%20%20%20id%3D%22path4-4-45%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683603%2C8.7683612%20H%2011.615819%20V%2011.615819%20H%208.7683603%20V%208.7683612%20z%22%0A%20%20%20%20%20id%3D%22path4-4-5%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C8.7683612%20h%202.847458%20V%2011.615819%20H%2013.152541%20V%208.7683612%20z%22%0A%20%20%20%20%20id%3D%22path4-4-1%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-1.5254237e-7%2C13.152542%20H%202.8474578%20V%2016%20H%20-1.5254237e-7%20v%20-2.847458%20z%22%0A%20%20%20%20%20id%3D%22path4-4-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C13.152542%20h%202.847458%20v%202.847457%20h%20-2.847458%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-11%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%208.7683604%2C13.152542%20h%202.8474586%20v%202.847457%20H%208.7683604%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-52%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152542%2C13.152542%20h%202.847457%20v%202.847457%20h%20-2.847457%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-76%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}

.list-products-amount {
    clear: both;
    color: transparent;
    font-size: 0px
}

.list-products-filters {
    text-align: left;
    font-size: 12px;
    clear: both;
    margin: 5px 0
}

.list-products-filters:before,.list-products-filters:after {
    display: table;
    content: " "
}

.list-products-filters:after {
    clear: both
}

.list-products-filters .list-products-clearfilters {
    display: inline
}

.list-products-filters .list-products-clearfilters a {
    background-color: #333333
}

.list-products-filters .list-products-clearfilters a:hover,.list-products-filters .list-products-clearfilters a:focus {
    background-color: #636262
}

.list-products-filters a {
    display: inline-block;
    color: white;
    background-color: #636262;
    padding: 3px 7px;
    margin-bottom: 3px;
    transition: background-color 0.5s
}

.list-products-filters a,.list-products-filters a::after {
    vertical-align: middle
}

.list-products-filters a::after {
    content: '';
    display: inline-block;
    margin-bottom: 1px;
    width: 10px;
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7.6%2C121.4c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2s2.1-0.4%2C2.9-1.2l51.1-51.1l51.1%2C51.1c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2%20%20%20c1.6-1.6%2C1.6-4.2%2C0-5.8L70.3%2C64.5l51.1-51.1c1.6-1.6%2C1.6-4.2%2C0-5.8s-4.2-1.6-5.8%2C0L64.5%2C58.7L13.4%2C7.6C11.8%2C6%2C9.2%2C6%2C7.6%2C7.6%20%20%20s-1.6%2C4.2%2C0%2C5.8l51.1%2C51.1L7.6%2C115.6C6%2C117.2%2C6%2C119.8%2C7.6%2C121.4z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23ffffff%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A')
}

.list-products-filters a>span {
    display: none
}

.list-products-filters a:hover,.list-products-filters a:focus {
    text-decoration: none;
    background-color: #333333
}

.customer-discount {
    font-size: 14px;
    color: white;
    padding: 5px 10px;
    background-color: #00a018;
    display: inline-block;
    margin: 10px auto;
    border-radius: 10px
}

.customer-discount:empty {
    opacity: 0;
    visibility: hidden
}

.customer-discount:empty::before {
    content: ' ';
    display: inline-block
}

.product-label {
    font-size: 12px
}

.service-label {
    font-size: 14px;
    color: #666666;
    background-color: #cbcbcb;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 1;
    padding: 3px 10px;
    border-radius: 10px
}

.service-label:empty {
    display: none
}

.recommended-label {
    position: absolute;
    background-color: #ff6e0e;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 10px
}

.recommended-label:empty {
    display: none
}

.promotion-label {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    background-color: #87ff99;
    border-radius: 10px
}

.modal-body .product-name {
    font-weight: bold
}

.variant-filter-key,.variant-filter-value {
    width: 100% !important
}

.variant-filter-key {
    text-align: left !important
}

.additional-units-modal .quantity-change {
    margin-top: 10px
}

.additional-units-modal .form-control,.additional-units-modal .unit-symbol {
    margin: 10px 0
}

.additional-units-modal .unit-symbol {
    line-height: 36px
}

@media (max-width: 767px) {
    .additional-units-modal .unit-symbol {
        text-align:center;
        display: block
    }
}

.btn-variant-add-to-cart {
    background-color: #333333;
    border-color: #333333;
    color: white;
    box-shadow: 2px 2px 0 0 #cbcbcb
}

.btn-variant-add-to-cart:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

.brand h1,.brand h2,.brand h3,.brand h4,.brand h5,.brand h6 {
    margin: 5px 0
}

.brand img {
    max-width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .brand {
        text-align:center
    }
}

.main-menu {
    font-size: 13px
}

.main-menu .widget-content {
    padding: 2px 20px
}

.main-menu .icon-bar {
    background-color: white
}

.main-menu a {
    color: white;
    padding: 6px 8px;
    display: inline-block;
    position: relative;
    border-width: 2px;
    border-color: transparent;
    border-style: solid
}

.main-menu a:hover,.main-menu a:focus {
    text-decoration: none;
    background-color: white;
    color: #333333
}

.main-menu .nav>li>a {
    border-radius: 32px
}

.main-menu .dropdown-menu {
    border: 1px solid black;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: white
}

.main-menu .dropdown-menu a {
    color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    background-color: transparent
}

@media (min-width: 768px) {
    .main-menu .dropdown-menu>li:hover,.main-menu .dropdown-menu>li:focus {
        background-color:#cbcbcb
    }
}

@media (max-width: 480px) {
    .main-menu li {
        margin-bottom:3px;
        display: block;
        width: 100%
    }
}

.main-menu .menu-active>a {
    color: white;
    border-color: white
}

.main-menu .menu-active>a:hover,.main-menu .menu-active>a:focus {
    color: #333333
}

.main-menu .menu-active>a::after {
    background-color: black
}

.main-menu ul {
    list-style-type: none;
    text-align: center;
    font-weight: 600
}

.main-menu ul,.main-menu li {
    margin: 0;
    padding: 0
}

.main-menu li {
    display: inline-block;
    padding: 3px 5px;
    vertical-align: top;
    position: relative
}

.main-menu .has-submenu>a::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    background-color: white;
    border-radius: 50%
}

.main-menu .has-submenu>a:hover::after,.main-menu .has-submenu a:focus::after {
    background-color: black
}

@media (max-width: 991px) {
    .main-menu .dropdown-menu {
        background-color:white;
        border-radius: 32px
    }
}

@media (min-width: 768px) {
    .col-sm-1>.main-menu li,.col-sm-2>.main-menu li,.col-sm-3 .main-menu li {
        display:block;
        width: 100%
    }

    .col-sm-4>.main-menu .dropdown-menu,.col-sm-5>.main-menu .dropdown-menu,.col-sm-6 .main-menu .col-sm-7>.main-menu .dropdown-menu,.col-sm-8>.main-menu .dropdown-menu,.col-sm-9 .main-menu .col-sm-10>.main-menu .dropdown-menu,.col-sm-11>.main-menu .dropdown-menu,.col-sm-12 .main-menu .dropdown-menu {
        width: 170px;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -85px;
        z-index: 1000;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
        backface-visibility: hidden;
        box-shadow: 2px 2px 0 0 #333333
    }

    .col-sm-4>.main-menu .dropdown-menu>li,.col-sm-5>.main-menu .dropdown-menu>li,.col-sm-6 .main-menu .col-sm-7>.main-menu .dropdown-menu>li,.col-sm-8>.main-menu .dropdown-menu>li,.col-sm-9 .main-menu .col-sm-10>.main-menu .dropdown-menu>li,.col-sm-11>.main-menu .dropdown-menu>li,.col-sm-12 .main-menu .dropdown-menu>li {
        display: block
    }

    .col-sm-4>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-5>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-6 .main-menu .col-sm-7>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-8>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-9 .main-menu .col-sm-10>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-11>.main-menu .has-submenu:hover .dropdown-menu,.col-sm-12 .main-menu .has-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
}

footer .main-menu .navbar-toggle {
    display: none
}

footer .main-menu .collapse {
    display: block
}

footer .main-menu .menu-active>a {
    border-color: transparent;
    border-radius: 0
}

header .main-menu .widget-content,#wrapper>.content .main-menu .widget-content {
    background-color: black;
    border-radius: 32px;
    padding: 2px 20px;
    box-shadow: 1px 2px 0 0 #333333
}

footer .main-menu a {
    color: #333333 !important
}

footer .main-menu li {
    text-align: initial;
    display: block
}

footer .main-menu .widget-content,footer .main-menu ul,footer .main-menu li {
    padding: 5px 0
}

footer .main-menu a {
    padding: 0;
    font-weight: normal;
    background-color: transparent !important
}

footer .main-menu a:focus,footer .main-menu a:hover {
    text-decoration: underline
}

.widget-news-title {
    font-weight: 700
}

.widget-news-date {
    font-size: 12px;
    color: #636262;
    font-style: italic;
    margin-left: 10px
}

.widget-news-title,.widget-news-date {
    display: inline-block
}

.widget-news-article-thumbnail {
    max-width: 120px;
    text-align: justify;
    max-height: 200px;
    margin: 0 15px 5px 0;
    float: left
}

@media (min-width: 768px) {
    .widget-news-article-thumbnail {
        max-width:200px
    }
}

.widget-news-content-container {
    display: flex;
    align-items: center
}

.widget-news-item {
    clear: both;
    margin-bottom: 40px
}

.widget-news-item img {
    border-radius: 10px
}

.widget-news-item::before {
    display: inline-block
}

.widget-news-item:before,.widget-news-item:after {
    display: table;
    content: " "
}

.widget-news-item:after {
    clear: both
}

.widget-news-description {
    width: 100%
}

.widget-news .widget-content {
    padding-top: 30px;
    word-wrap: break-word
}

.widget-newsletter-box {
    padding-bottom: 50px;
    position: relative
}

.widget-newsletter-box:before,.widget-newsletter-box:after {
    display: table;
    content: " "
}

.widget-newsletter-box:after {
    clear: both
}

.widget-newsletter-box .btn-subscribe {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    border-radius: 32px;
    background-color: #9d9d9d;
    color: white;
    line-height: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0
}

.widget-newsletter-box .validationMessage {
    margin-bottom: 0
}

.widget-newsletter-box .email-newsletter-input {
    margin-bottom: 5px;
    float: none
}

.widget-newsletter-box>.validationMessage {
    margin-bottom: 10px
}

.subscribe,.unsubscribe {
    font-size: 18px;
    text-align: center;
    padding: 50px 20px;
    margin: 50px 0;
    background-color: #dff0d8;
    border: 1px solid #dddddd
}

.subscribe-title,.unsubscribe-title {
    font-weight: 500;
    font-size: 21px;
    margin: 0 0 20px 0
}

.subscribe--error,.unsubscribe--error {
    background-color: #f8d7da
}

.consent-checkbox {
    margin-top: 5px;
    float: left
}

.consent-label {
    margin-left: 25px;
    margin-bottom: 5px;
    display: block
}

.basket-steps {
    margin: 15px 0 30px 0;
    font-weight: 600
}

.basket-steps a {
    color: #333333
}

.basket-steps a:hover,.basket-steps a:focus {
    color: #333333
}

.basket-steps i {
    font-size: 12px
}

.basket-steps i::after {
    content: ' / ';
    margin: 0 5px
}

.basket-area-items-list {
    width: 100%;
    text-align: center
}

.basket-area-items-list img {
    border-radius: 5px
}

@media (max-width: 767px) {
    .basket-area-items-list thead {
        display:none
    }

    .basket-area-items-list tr,.basket-area-items-list th,.basket-area-items-list td {
        width: 100%;
        display: block
    }

    .basket-area-items-list tr:before,.basket-area-items-list th:before,.basket-area-items-list td:before,.basket-area-items-list tr:after,.basket-area-items-list th:after,.basket-area-items-list td:after {
        display: table;
        content: " "
    }

    .basket-area-items-list tr:after,.basket-area-items-list th:after,.basket-area-items-list td:after {
        clear: both
    }

    .basket-area-items-list td:last-child {
        position: initial
    }

    .basket-area-items-list .item-image {
        display: block;
        margin: 10px auto
    }
}

.basket-area-items-list tr {
    position: relative
}

.basket-area-items-list th {
    font-size: 14px;
    text-align: center
}

.basket-area-items-list th,.basket-area-items-list td {
    padding: 5px;
    position: relative
}

.basket-area-items-list .item-image {
    max-width: 180px;
    max-height: 180px;
    display: block;
    margin: 15px auto
}

.basket-area-items-list .item-title {
    text-align: center
}

.basket-area-items-list .amount-quantity {
    font-size: 11px;
    clear: both;
    display: block
}

.basket-area-items-list .remove-item-from-basket {
    border: 0;
    display: block;
    padding: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid red;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7.6%2C121.4c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2s2.1-0.4%2C2.9-1.2l51.1-51.1l51.1%2C51.1c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2%20%20%20c1.6-1.6%2C1.6-4.2%2C0-5.8L70.3%2C64.5l51.1-51.1c1.6-1.6%2C1.6-4.2%2C0-5.8s-4.2-1.6-5.8%2C0L64.5%2C58.7L13.4%2C7.6C11.8%2C6%2C9.2%2C6%2C7.6%2C7.6%20%20%20s-1.6%2C4.2%2C0%2C5.8l51.1%2C51.1L7.6%2C115.6C6%2C117.2%2C6%2C119.8%2C7.6%2C121.4z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23ffffff%22%20fill%3D%22%23ff0000%22%2F%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A');
    box-shadow: 2px 2px 0 0 rgba(255,0,0,0.2)
}

.basket-area-items-list .remove-item-from-basket:hover,.basket-area-items-list .remove-item-from-basket:focus {
    box-shadow: 2px 2px 0 0 rgba(255,0,0,0.5)
}

@media (max-width: 767px) {
    .basket-area-items-list .remove-item-from-basket {
        top:8px;
        right: 8px;
        position: absolute
    }
}

@media (min-width: 768px) {
    .basket-area-items-list .remove-item-from-basket {
        margin:-3px auto
    }
}

.basket-area-items-list .item-features {
    font-size: 10px;
    list-style-type: none
}

.basket-area-items-list .item-features li {
    display: block;
    padding: 3px
}

.basket-area-items-list .item-features {
    padding: 0;
    margin: 0
}

.basket-area-items-list .tooltip-toggle {
    position: relative;
    cursor: pointer
}

.basket-area-items-list .tooltip-toggle>div:first-child {
    font-weight: 700
}

.basket-area-items-list .tooltip-toggle .tooltip {
    font-size: 12px
}

@media (min-width: 768px) {
    .basket-area-items-list .tooltip-toggle .tooltip {
        min-width:190px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
        backface-visibility: hidden;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        background-color: white;
        padding: 10px;
        border: 1px solid #333333
    }

    .basket-area-items-list .tooltip-toggle:hover .tooltip,.basket-area-items-list .tooltip-toggle:focus .tooltip {
        visibility: visible;
        opacity: 1
    }
}

.basket-area .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.basket-area input[type="text"].input-discount-code {
    width: 100%;
    margin-right: 5px
}

@media (min-width: 768px) {
    .basket-area input[type="text"].input-discount-code {
        width:150px
    }
}

@media (min-width: 992px) {
    .discount-code-form .checkbox,.discount-code-form .form-group {
        float:right
    }
}

.basket-area-summary .basket-area-summary-price {
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px
}

.basket-area-summary .basket-area-summary-price>span {
    font-weight: 600
}

.basket-area-summary .btn-checkout {
    float: right
}

.basket-area-summary,.basket-area-footer {
    clear: both;
    margin: 40px auto
}

.basket-area-summary:before,.basket-area-footer:before,.basket-area-summary:after,.basket-area-footer:after {
    display: table;
    content: " "
}

.basket-area-summary:after,.basket-area-footer:after {
    clear: both
}

.basket-area-summary .btn-checkout,.basket-area-footer .btn-checkout {
    float: right
}

@media (min-width: 992px) {
    .checkout-user-data,.checkout-company-data,.payments-table-box,.company-table-box,.delivery-table-box,.checkout-deliveries,.invoice-table-box,.deliverer-table-box {
        float:left;
        width: 50%
    }
}

.checkout-user-data,.checkout-company-data {
    clear: both
}

.checkout-user-data:before,.checkout-company-data:before,.checkout-user-data:after,.checkout-company-data:after {
    display: table;
    content: " "
}

.checkout-user-data:after,.checkout-company-data:after {
    clear: both
}

.payments-table-box,.company-table-box,.delivery-table-box,.invoice-table-box,.deliverer-table-box {
    margin-bottom: 15px
}

.payments-table-box table,.company-table-box table,.delivery-table-box table,.invoice-table-box table,.deliverer-table-box table {
    width: 100%;
    table-layout: fixed
}

.payments-table-box table th,.company-table-box table th,.delivery-table-box table th,.invoice-table-box table th,.deliverer-table-box table th,.payments-table-box table td,.company-table-box table td,.delivery-table-box table td,.invoice-table-box table td,.deliverer-table-box table td {
    padding: 10px
}

.invoice-table-box label {
    font-weight: normal;
    font-size: 16px
}

.summary-data-container {
    margin: 15px 0
}

.summary-data-container>div:nth-child(odd) {
    padding-right: 15px;
    clear: left
}

.summary-data-container>div:nth-child(even) {
    padding-left: 15px
}

.summary-data-container>div.summary-comment-form {
    clear: both;
    padding-left: 0;
    padding-right: 0
}

.summary-data-container>div.summary-comment-form:before,.summary-data-container>div.summary-comment-form:after {
    display: table;
    content: " "
}

.summary-data-container>div.summary-comment-form:after {
    clear: both
}

.summary-agreements {
    margin: 15px 0
}

.summary-regulations .checkbox {
    clear: both
}

.summary-regulations .checkbox span {
    display: inline-block;
    margin-top: 2px
}

.summary-regulations .checkbox:before,.summary-regulations .checkbox:after {
    display: table;
    content: " "
}

.summary-regulations .checkbox:after {
    clear: both
}

.order-completed-info-group {
    margin-bottom: 40px
}

.order-completed-info-group label,.order-completed-info-group span {
    display: inline
}

.order-completed-info-title,.order-completed-container-products {
    margin-bottom: 40px
}

.checkout-company-data .form-group:nth-child(-n+3) {
    position: relative;
    padding-top: 2px
}

.checkout-company-data .form-group:nth-child(-n+3) input[type="checkbox"],.checkout-company-data .form-group:nth-child(-n+3) input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0
}

.checkout-company-data label[for="InvoiceData_CompanyName"] {
    margin-top: 20px
}

.checkout-company-data label[for="InvoiceUserType_Company"],.checkout-company-data label[for="InvoiceUserType_NaturalPerson"] {
    padding-left: 20px
}

.order-payment-container,.order-completed-container-properties {
    padding-bottom: 20px
}

.order-payment-container p,.order-completed-container-properties p {
    padding-bottom: 5px
}

.order-payment-container span,.order-completed-container-properties span {
    font-weight: 700
}

h4.order-completed-info-title,.order-completed-container-products {
    margin-bottom: 30px
}

.order-payment-info-group,.order-completed-info-group {
    margin-bottom: 30px
}

.order-completed-container-products h4 label,.order-completed-info-group label,.order-payment-info-group label {
    display: inline;
    font-size: 16px;
    font-weight: 400
}

.order-completed-container-products h4 label {
    font-weight: 700
}

.order-completed-status {
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

.order-completed-status p {
    margin-bottom: 10px
}

input[type="submit"].payu-logo {
    appearance: none;
    border: 0;
    background-color: transparent
}

.basket-user-actions {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px
}

.basket-user-actions .basket-user-login,.basket-user-actions .basket-user-register,.basket-user-actions .basket-user-order-proceed {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .basket-user-actions .basket-user-login,.basket-user-actions .basket-user-register,.basket-user-actions .basket-user-order-proceed {
        float:left;
        width: 33.333333333%
    }
}

.btn-checkout,.basket-user-register-btn {
    background-color: #333333;
    border-color: #333333;
    color: white;
    box-shadow: 2px 2px 0 0 #cbcbcb
}

.btn-checkout:hover,.basket-user-register-btn:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a
}

#delivery-inpost-plugin {
    display: block;
    width: 100%;
    clear: both
}

#delivery-inpost-plugin .delivery-insurance {
    clear: both
}

.widget-product-details {
    padding: 10px
}

.widget-product-details:before,.widget-product-details:after {
    display: table;
    content: " "
}

.widget-product-details:after {
    clear: both
}

.widget-product-details .quantity-change {
    margin-bottom: 1px
}

.widget-product-details .quantity-change input {
    margin-bottom: 0
}

.widget-product-details .carousel .item {
    height: 100%
}

.widget-product-details .carousel .item img {
    width: auto;
    max-height: 100%
}

.widget-product-details #carousel {
    padding: 0 2px;
    margin-bottom: 30px
}

.widget-product-details .carousel-inner {
    height: 450px
}

.widget-product-details .letter-of-enquiry {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    display: block
}

.product-details-image-container {
    position: relative;
    display: block
}

@media (min-width: 768px) {
    .product-details-image-container {
        width:60%;
        float: left;
        padding-right: 30px
    }
}

.product-details-image-container .promotion-label {
    position: absolute;
    right: 40px;
    top: 230px
}

.product-details-image-container .recommended-label {
    top: 230px;
    left: 5px
}

.product-details-image-container img {
    border-radius: 5px
}

.product-details-data-container {
    position: relative;
    display: block;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .product-details-data-container {
        width:40%;
        float: right
    }
}

.one-product-tables {
    border-radius: 32px
}

.one-product-tables:before,.one-product-tables:after {
    display: table;
    content: " "
}

.one-product-tables:after {
    /* clear: both; */
    /* margin: 20px 0px 0px 20px; */
    /* font-size: 14px; */
    /* content: "* Koncowa specyfikacja moze nieznacznie roznic sie od podanej w ofercie."; */
}

.product-details-data-container {
    text-align: center
}

@media (min-width: 768px) {
    .product-details-data-container {
        padding-top:20px
    }
}

.carousel-thumbnails {
    margin-bottom: 30px
}

.carousel-thumbnails .carousel-inner {
    height: 100px;
    padding: 0
}

.carousel-thumbnails .item {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.carousel-thumbnails li {
    margin: 0;
    float: left;
    height: 100%;
    position: relative;
    width: 33.333333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 2px
}

.carousel-thumbnails li>a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.carousel-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-details-title {
    margin-top: 0
}

.product-details-price,.product-details-actions,.product-details-availability {
    clear: both
}

.product-details-price:before,.product-details-actions:before,.product-details-availability:before,.product-details-price:after,.product-details-actions:after,.product-details-availability:after {
    display: table;
    content: " "
}

.product-details-price:after,.product-details-actions:after,.product-details-availability:after {
    clear: both
}

.product-details-actions .quantity-change,.product-details-actions .btn-add-to-cart {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.product-details-actions .quantity-change:before,.product-details-actions .btn-add-to-cart:before,.product-details-actions .quantity-change:after,.product-details-actions .btn-add-to-cart:after {
    display: table;
    content: " "
}

.product-details-actions .quantity-change:after,.product-details-actions .btn-add-to-cart:after {
    clear: both
}

.product-details-availability {
    margin-bottom: 20px
}

.product-details-price span:first-child {
    display: block
}

.one-product-tables {
    clear: both;
    border: 1px solid #cbcbcb;
    padding: 10px 20px 30px 20px
}

.one-product-tables .tab-content {
    padding-top: 40px
}

.one-product-tables .tab-content #description {
    overflow: auto
}

.one-product-tables .tab-content #description .item-description img {
    max-width: 100% !important
}

.one-product-tables .tab-content #description .item-description table,.one-product-tables .tab-content #description .item-description tbody {
    width: 100% !important
}

.item-description {
    margin-bottom: 30px
}

.item-description h1:first-child,.item-description h2:first-child,.item-description h3:first-child,.item-description h4:first-child,.item-description h5:first-child,.item-description h6:first-child {
    margin-top: 0
}

.item-description>* {
    max-width: 100%
}

.item-description:last-child {
    margin-bottom: 0
}

a.fileLink {
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2041.712%2041.712%22%20style%3D%22enable-background%3Anew%200%200%2041.712%2041.712%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M31.586%2C21.8c0.444-0.444%2C0.444-1.143%2C0-1.587c-0.429-0.444-1.143-0.444-1.571%2C0l-8.047%2C8.032V1.706%20%20c0-0.619-0.492-1.127-1.111-1.127c-0.619%2C0-1.127%2C0.508-1.127%2C1.127v26.539l-8.031-8.032c-0.444-0.444-1.159-0.444-1.587%2C0%20%20c-0.444%2C0.444-0.444%2C1.143%2C0%2C1.587l9.952%2C9.952c0.429%2C0.429%2C1.143%2C0.429%2C1.587%2C0L31.586%2C21.8z%20M39.474%2C29.086%20%20c0-0.619%2C0.492-1.111%2C1.111-1.111c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111v10.92c0%2C0.619-0.508%2C1.127-1.127%2C1.127H1.111%20%20C0.492%2C41.133%2C0%2C40.625%2C0%2C40.006v-10.92c0-0.619%2C0.492-1.111%2C1.111-1.111s1.127%2C0.492%2C1.127%2C1.111v9.809h37.236V29.086z%22%20fill%3D%22%23a8a8a8%22%2F%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
    margin-bottom: 15px
}

.item-attachment {
    padding-bottom: 15px
}

.product-variant-list {
    clear: both;
    padding-top: 15px
}

.product-variant-list:before,.product-variant-list:after {
    display: table;
    content: " "
}

.product-variant-list:after {
    clear: both
}

.product-variant-header {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.product-variant {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #cbcbcb;
    border-radius: 32px
}

.product-variant:before,.product-variant:after {
    display: table;
    content: " "
}

.product-variant:after {
    clear: both
}

.product-variant:hover {
    background-color: #f7f7f7;
    box-shadow: inset 0 0 0 3px #ededed
}

.product-variant .product-variant-thumb,.product-variant .product-variant-data {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.product-variant .product-variant-thumb {
    width: 40%;
    height: 250px;
    position: relative
}

.product-variant .product-variant-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-variant .product-variant-data {
    text-align: left;
    padding: 10px 10px 5px 10px;
    position: relative;
    margin-left: -6px;
    width: 60%
}

.product-variant .product-variant-data .quantity-change {
    margin-top: 10px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .product-variant .product-variant-data {
        padding-right:160px
    }

    .product-variant .product-variant-data .product-variant-action {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
        width: 140px
    }
}

.product-variant .product-variant-filter {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}

.product-variant .product-variant-key {
    /* font-weight: bold; */
}

.product-variant .product-variant-product {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    transition-duration: 0.3s;
    transition-property: color;
    transition-timing-function: ease
}

.product-variant .product-variant-product:hover,.product-variant .product-variant-product:focus {
    color: #333333
}

.product-variant .product-variant-product,.product-variant .product-variant-thumb img {
    cursor: pointer
}

.product-variant .product-variant-price,.product-variant .product-variant-action {
    width: 100%;
    clear: both
}

.product-variant .quantity-change,.product-variant .btn-add-to-cart {
    margin-right: auto;
    margin-left: auto
}

.product-variant .product-variant-price {
    margin-top: 10px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .product-variant .product-variant-thumb,.product-variant .product-variant-data {
        vertical-align:middle
    }

    .product-variant .product-variant-price {
        text-align: center
    }

    .product-variant .quantity-change {
        margin-top: 0
    }

    .product-variant .btn-add-to-cart {
        margin-bottom: 0
    }
}

.opinion-rate,.rating-stars {
    color: #ffa94f;
    user-select: none
}

.product-details-data-container .rating-stars {
    margin-bottom: 20px
}

.opinion-rate {
    margin-bottom: 10px
}

.opinion-rate:before,.opinion-rate:after {
    display: table;
    content: " "
}

.opinion-rate:after {
    clear: both
}

.opinion-rate__star {
    cursor: pointer;
    float: left
}

.opinion-form {
    margin-bottom: 30px
}

.opinions-list {
    margin-bottom: 20px
}

.opinion-item {
    margin: 30px 0;
    font-size: 13px
}

.opinion-item__rate-stars {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.opinion-item__nickname {
    font-weight: 700;
    font-size: 13px
}

.product-details-filters-container {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.widget-search-feature .search-feature-container {
    margin-right: -15px;
    margin-left: -15px;
    word-wrap: break-word;
    word-break: break-word
}

.widget-search-feature .search-feature-item {
    margin-bottom: 10px;
    /* position: relative; */
    min-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .widget-search-feature .search-feature-item {
        float:left;
        width: 100%
    }
}

.col-sm-5>.widget-search-feature .search-feature-item,.col-sm-6>.widget-search-feature .search-feature-item,.col-sm-7>.widget-search-feature .search-feature-item,.col-sm-8>.widget-search-feature .search-feature-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-5>.widget-search-feature .search-feature-item,.col-sm-6>.widget-search-feature .search-feature-item,.col-sm-7>.widget-search-feature .search-feature-item,.col-sm-8>.widget-search-feature .search-feature-item {
        float:left;
        width: 50%
    }
}

.col-sm-9>.widget-search-feature .search-feature-item,.col-sm-10>.widget-search-feature .search-feature-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-9>.widget-search-feature .search-feature-item,.col-sm-10>.widget-search-feature .search-feature-item {
        float:left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-sm-9>.widget-search-feature .search-feature-item,.col-sm-10>.widget-search-feature .search-feature-item {
        float:left;
        width: 33.333333333%
    }
}

.col-sm-11>.widget-search-feature .search-feature-item,.col-sm-12>.widget-search-feature .search-feature-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-11>.widget-search-feature .search-feature-item,.col-sm-12>.widget-search-feature .search-feature-item {
        float:left;
        width: 33.333333333%
    }
}

@media (min-width: 992px) {
    .col-sm-11>.widget-search-feature .search-feature-item,.col-sm-12>.widget-search-feature .search-feature-item {
        float:left;
        width: 25%
    }
}

.widget-search-feature select {
    width: 100%
}

.search-widget .search-widget-form {
    position: relative
}

.search-widget .search-widget-query {
    padding-right: 35px
}

.search-widget .btn-search {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    border-radius: 32px;
    background-color: #9d9d9d;
    color: white;
    line-height: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0
}

.modal-search-results .modal-body {
    overflow-y: auto
}

.search-result-item-content {
    color: #333333;
    font-size: 12px
}

.search-result-item a:hover,.search-result-item a:focus {
    text-decoration: none
}

.search-result-item a:hover>span,.search-result-item a:focus>span {
    text-decoration: underline
}

.carousel-control.left,.carousel-control.right,.modal-gallery-image .left.left,.modal-gallery-image .right.left,.modal-gallery-image .left.right,.modal-gallery-image .right.right {
    background-image: none;
    opacity: 1
}

.carousel-control.left .arrow,.carousel-control.right .arrow,.carousel-control.left .ikonaarrow,.carousel-control.right .ikonaarrow,.modal-gallery-image .left.left .arrow,.modal-gallery-image .left.right .arrow,.modal-gallery-image .right.left .arrow,.modal-gallery-image .right.right .arrow,.modal-gallery-image .left.left .ikonaarrow,.modal-gallery-image .left.right .ikonaarrow,.modal-gallery-image .right.left .ikonaarrow,.modal-gallery-image .right.right .ikonaarrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    opacity: 0.5;
    display: block;
    border-top: 5px solid #333333;
    border-right: 5px solid #333333;
    border-radius: 2px;
    box-shadow: 1px -1px 0 0 #cbcbcb
}

.carousel-control.left:hover .arrow,.carousel-control.right:hover .arrow,.carousel-control.left:hover .ikonaarrow,.carousel-control.right:hover .ikonaarrow,.modal-gallery-image .left.left:hover .arrow,.modal-gallery-image .left.right:hover .arrow,.modal-gallery-image .right.left:hover .arrow,.modal-gallery-image .right.right:hover .arrow,.modal-gallery-image .left.left:hover .ikonaarrow,.modal-gallery-image .left.right:hover .ikonaarrow,.modal-gallery-image .right.left:hover .ikonaarrow,.modal-gallery-image .right.right:hover .ikonaarrow {
    opacity: 1
}

.carousel-control.left .arrow,.carousel-control.left .ikonaarrow,.modal-gallery-image .left.left .arrow,.modal-gallery-image .right.left .arrow,.modal-gallery-image .left.left .ikonaarrow,.modal-gallery-image .right.left .ikonaarrow {
    transform-origin: center center;
    transform: rotate(-135deg)
}

@media (min-width: 768px) {
    .carousel-control.left .arrow,.carousel-control.left .ikonaarrow,.modal-gallery-image .left.left .arrow,.modal-gallery-image .left.left .ikonaarrow,.modal-gallery-image .right.left .arrow,.modal-gallery-image .right.left .ikonaarrow {
        right:auto;
        left: 10px
    }
}

.carousel-control.right .arrow,.carousel-control.right .ikonaarrow,.modal-gallery-image .left.right .arrow,.modal-gallery-image .right.right .arrow,.modal-gallery-image .left.right .ikonaarrow,.modal-gallery-image .right.right .ikonaarrow {
    transform-origin: center center;
    transform: rotate(45deg)
}

@media (min-width: 768px) {
    .carousel-control.right .arrow,.carousel-control.right .ikonaarrow,.modal-gallery-image .left.right .arrow,.modal-gallery-image .left.right .ikonaarrow,.modal-gallery-image .right.right .arrow,.modal-gallery-image .right.right .ikonaarrow {
        left:auto;
        right: 10px
    }
}

.carousel-indicators {
    bottom: 5px;
    margin-bottom: 5px
}

.carousel-indicators li,.carousel-indicators .active {
    border-width: 0;
    margin: 0 3px;
    width: 20px;
    height: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 0 0 #cbcbcb
}

.carousel-indicators li,.carousel-indicators li.active {
    background-color: #333333
}

.carousel-indicators li {
    opacity: 0.5
}

.carousel-indicators li:hover {
    opacity: 1
}

.carousel-indicators .active {
    opacity: 1
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    text-align: center;
    height: 100%;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    max-width: 100% !important
}

.carousel-inner>.item img {
    border-radius: 10px
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: all 0.6s ease-in-out;
        backface-visibility: hidden;
        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.carousel-vertical .carousel-inner>.item {
    -webkit-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel.carousel-vertical .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel.carousel-vertical .carousel-inner>.item.next,.carousel.carousel-vertical .carousel-inner>.item.active.right {
        top: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    .carousel.carousel-vertical .carousel-inner>.item.prev,.carousel.carousel-vertical .carousel-inner>.item.active.left {
        top: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    .carousel.carousel-vertical .carousel-inner>.item.next.left,.carousel.carousel-vertical .carousel-inner>.item.prev.right,.carousel.carousel-vertical .carousel-inner>.item.active {
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel.carousel-vertical .carousel-inner>.active {
    top: 0
}

.carousel.carousel-vertical .carousel-inner>.next,.carousel.carousel-vertical .carousel-inner>.prev {
    top: 0;
    height: 100%;
    width: auto
}

.carousel.carousel-vertical .carousel-inner>.next {
    left: 0;
    top: 100%
}

.carousel.carousel-vertical .carousel-inner>.prev {
    left: 0;
    top: -100%
}

.carousel.carousel-vertical .carousel-inner>.next.left,.carousel.carousel-vertical .carousel-inner>.prev.right {
    top: 0
}

.carousel.carousel-vertical .carousel-inner>.active.left {
    left: 0;
    top: -100%
}

.carousel.carousel-vertical .carousel-inner>.active.right {
    left: 0;
    top: 100%
}

.carousel.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel.carousel-fade .carousel-inner .active.left,.carousel.carousel-fade .carousel-inner .active.right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-inner .next.left,.carousel.carousel-fade .carousel-inner .prev.right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
    right: 0;
    margin: 0;
    opacity: 1
}

.carousel.carousel-fade .carousel-control,.carousel.carousel-fade .modal-gallery-image .left,.carousel.carousel-fade .modal-gallery-image .right {
    z-index: 2
}

.user-account {
    text-align: center
}

.user-account .widget-header {
    padding-bottom: 0;
    margin-bottom: 5px
}

.user-account .widget-header::after {
    display: none
}

.user-account .widget-content {
    font-size: 13px;
    padding-top: 45px;
    background-size: 28px 28px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: inline-block;
    min-width: 40px;
    background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Capa_1%22%20enable-background%3D%22new%200%200%20515.556%20515.556%22%20height%3D%22512%22%20viewBox%3D%220%200%20515.556%20515.556%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m348.918%2037.751c50.334%2050.334%2050.334%20131.942%200%20182.276s-131.942%2050.334-182.276%200-50.334-131.942%200-182.276c50.334-50.335%20131.942-50.335%20182.276%200%22%2F%3E%3Cpath%20d%3D%22m455.486%20350.669c-117.498-79.391-277.917-79.391-395.415%200-17.433%2011.769-27.848%2031.656-27.848%2053.211v111.676h451.111v-111.676c0-21.555-10.416-41.442-27.848-53.211z%22%2F%3E%3C%2Fsvg%3E')
}

.user-account .user-account-actions {
    display: inline-block;
    overflow: hidden;
    border: 2px solid #333333;
    border-radius: 8px;
    padding-left: 5px;
    margin-bottom: 1px
}

.user-account .user-account-actions i {
    display: none
}

.user-account .user-account-actions .user-account-register,.user-account .user-account-actions .user-account-exit {
    display: inline-block;
    background-color: #333333;
    color: white;
    padding: 0 3px 0 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-left: 5px
}

.user-account .user-account-actions a,.user-account .user-account-actions a:hover,.user-account .user-account-actions a:focus {
    text-decoration: none
}

.user-account .user-account-actions:hover,.user-account .user-account-actions:focus {
    border-color: #0d0d0d
}

.user-account .user-account-actions:hover .user-account-register,.user-account .user-account-actions:focus .user-account-register,.user-account .user-account-actions:hover .user-account-exit,.user-account .user-account-actions:focus .user-account-exit {
    background-color: #0d0d0d
}

.user-account .user-account-actions .user-account-dashboard {
    display: none
}

@media (min-width: 768px) {
    .user-account-tooltip-visible {
        position:relative
    }

    .user-account-tooltip-visible .user-account-tooltip {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -100px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s linear 0.1s,visibility 0.2s linear 0.1s;
        backface-visibility: hidden;
        background-color: white;
        min-width: 200px;
        z-index: 1000;
        border-radius: 16px;
        text-align: center
    }

    .user-account-tooltip-visible:hover .user-account-tooltip {
        visibility: visible;
        opacity: 1
    }

    .user-account-label {
        border-radius: 10px;
        margin-top: -18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }
}

.widget {
    margin: 20px 0;
    clear: both
}

.widget:before,.widget:after {
    display: table;
    content: " "
}

.widget:after {
    clear: both
}

.widget-content {
    margin: 0
}

.widget-header {
    position: relative;
    margin-bottom: 15px;
}

.widget-header:before,.widget-header:after {
    display: table;
    content: " "
}

.widget-header:after {
    clear: both
}

.widget-header h4,.widget-header h1,.basket-steps a {
    font-size: 18px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.widget-header h4::before,.widget-header h1::before {
    /* content: ''; */
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 4px;
    border-radius: 2px;
    background-color: #333333;
    box-shadow: 1px 2px 0 0 #cbcbcb;
    margin-top: -2px;
    margin-right: 5px
}


.subnav a:before {
    content: 'OO';
    font-size:5px;
        margin: 0px 3px 0px 0px;
    background-color: #636262;
    border-radius: 50%;
        vertical-align: middle;
}

.powered-by {
    all: unset;
    color:transparent
}

.product-variant-header:after {
    content: ':';
}

.product-variant-key:after {
    content: ':';
}

.product-price-wrap:before {
    font-size:12px;
    content: 'Cena kat.';
}

.product-details-price span:last-child:before {
    font-size:12px;
    content: 'Cena kat. ';
}

.img_top img {
    width: 100%;
    max-height: 500px;
    display: block;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    object-position: bottom;
}

.empty-category-list {
    font-weight: 500;
    color: #636262;
    padding: 0 0 0 10px;
    display: block;
}

.breadcrumbs .widget-content a:first-child:before {
    content: '';
    background:url('https://www.pasaz24cdn.pl/web6047/media/home_icon.jpg');
    background-size:cover;
    position:absolute;
    width:14px;
    height:14px;
    margin-left:-20px;
    margin-top:3px
}

.category-list .category-item.active>a:hover,.category-list .category-item.active>a:focus {
    color: white
}