*,
:after,
:before {
    box-sizing: inherit
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
html {
    height: 100%
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}
audio,canvas,progress,video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
progress {
    vertical-align: baseline
}
[hidden],template {
    display: none
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,strong {
    font-weight: inherit;
    font-weight: bolder
}
dfn {
    font-style: italic
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
svg:not(:root) {
    overflow: hidden
}
code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
button,input,optgroup,select,textarea {
    font: inherit;
    margin: 0
}
optgroup {
    font-weight: 700
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
@media print {
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .tag {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
@-ms-viewport {
    width: device-width
}
[tabindex="-1"]:focus {
    outline: none!important
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #f1f1f1
}
address {
    font-style: normal;
    line-height: inherit
}
address,dl,ol,ul {
    margin-bottom: 1rem
}
dl,ol,ul {
    margin-top: 0
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
a {
    text-decoration: none;
    outline-width: 0;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:focus,
a:hover {
    text-decoration: underline;
    outline-width: 0
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: none
}
figure {
    margin: 0 0 1rem
}
img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}
[role=button] {
    cursor: pointer
}
[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
table {
    border-collapse: collapse;
    background-color: transparent
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #7a7a7a;
    caption-side: bottom
}
caption,
th {
    text-align: left
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button,
input,
select,
textarea {
    line-height: inherit
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}
textarea {
    resize: vertical;
    overflow: auto;
}
input[type=search] {
    -webkit-appearance: none
}
output {
    display: inline-block
}
[hidden] {
    display: none!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}
.h1,h1 {
    font-size: 1.375rem
}
.h2,h2 {
    font-size: 1.25rem
}
.h3,.h4,h3,h4 {
    font-size: 1.125rem
}
.h5,h5 {
    font-size: 1rem
}
.h6,h6 {
    font-size: .9375rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,small {
    font-size: 80%;
    font-weight: 400
}
.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: 5px
}
dl.row>dd+dt {
    clear: left
}
.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out
}
.figure {display: inline-block}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #f1f1f1
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0;
    padding: .2rem .4rem;
    font-size: 90%
}
pre {
    overflow: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:after {
    content: "";
    display: table;
    clear: both
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:after {
    content: "";
    display: table;
    clear: both
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-25,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1{float:left;width:8.33333%}.col-xs-2{float:left;width:16.66667%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.33333%}.col-xs-5{float:left;width:41.66667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.33333%}.col-xs-8{float:left;width:66.66667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.33333%}.col-xs-11{float:left;width:91.66667%}.col-xs-12{float:left;width:100%}.pull-xs-0{right:auto}.pull-xs-1{right:8.33333%}.pull-xs-2{right:16.66667%}.pull-xs-3{right:25%}.pull-xs-4{right:33.33333%}.pull-xs-5{right:41.66667%}.pull-xs-6{right:50%}.pull-xs-7{right:58.33333%}.pull-xs-8{right:66.66667%}.pull-xs-9{right:75%}.pull-xs-10{right:83.33333%}.pull-xs-11{right:91.66667%}.pull-xs-12{right:100%}.push-xs-0{left:auto}.push-xs-1{left:8.33333%}.push-xs-2{left:16.66667%}.push-xs-3{left:25%}.push-xs-4{left:33.33333%}.push-xs-5{left:41.66667%}.push-xs-6{left:50%}.push-xs-7{left:58.33333%}.push-xs-8{left:66.66667%}.push-xs-9{left:75%}.push-xs-10{left:83.33333%}.push-xs-11{left:91.66667%}.push-xs-12{left:100%}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.66667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333%}.offset-xs-5{margin-left:41.66667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333%}.offset-xs-8{margin-left:66.66667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333%}.offset-xs-11{margin-left:91.66667%}@media (min-width:576px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-25,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:15px;padding-left:15px}.col-sm-1{float:left;width:8.33333%}.col-sm-2{float:left;width:16.66667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.33333%}.col-sm-5{float:left;width:41.66667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.33333%}.col-sm-8{float:left;width:66.66667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.33333%}.col-sm-11{float:left;width:91.66667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-25,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:15px;padding-left:15px}.col-md-1{float:left;width:8.33333%}.col-md-2{float:left;width:16.66667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.33333%}.col-md-5{float:left;width:41.66667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.33333%}.col-md-8{float:left;width:66.66667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.33333%}.col-md-11{float:left;width:91.66667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:15px;padding-left:15px}.col-lg-1{float:left;width:8.33333%}.col-lg-2{float:left;width:16.66667%}.col-lg-25{float:left;width:20%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.33333%}.col-lg-5{float:left;width:41.66667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.33333%}.col-lg-8{float:left;width:66.66667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.33333%}.col-lg-11{float:left;width:91.66667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-25,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:15px;padding-left:15px}.col-xl-1{float:left;width:8.33333%}.col-xl-2{float:left;width:16.66667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.33333%}.col-xl-5{float:left;width:41.66667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.33333%}.col-xl-8{float:left;width:66.66667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.33333%}.col-xl-11{float:left;width:91.66667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}

/* VENEDOR */
.loader-bg { 
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color:rgba(255,255,255,0.9);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center
}
.blured {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.svgic {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  pointer-events: none;
  vertical-align: top;
  width: 20px;
}
.smooth02 {transition:all .2s ease-in-out}
.smooth05 {transition:all .5s ease-in-out}
.in_progress svg {
  background-image: url("../svg/loader.svg") !important;
  background-repeat:no-repeat !important;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-animation: rotation 1s ease-in-out infinite;
          animation: rotation 1s ease-in-out infinite;
}
.in_progress svg use {
  display: none;
}
@-webkit-keyframes rotation{
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@keyframes rotation{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.hidden {display: none;}
.dd_container, .absolute {
    position: absolute;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}
.dib {display: inline-block;vertical-align: top;}
.db  {display:block}
.oh {overflow:hidden}
.flex-container {
    display:flex
}
.grid-container {
    display: grid;
}
.align-items-center {
    align-items: center
}
.justify-content-center {
    justify-content: center
}
.text-center {
  text-align: center
}
.page-width {
    margin-left:auto;
    margin-right:auto;
    width:90%;
}
.dd_view {
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25),inset 0px 1px 1px 0px rgba(255, 255, 255, 0.95);
  border-top-width: 3px;
}
.dd_container {
  display: none;
  min-width:200px;
  z-index: 99;
}
.dd_el_hover .dd_container {}
.dd_container:not(.pk-sub-menu) li {
  display: block;
  float: none;
  margin:-1px 0 0;
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  position: relative;
  width:auto;
  border:1px solid #f2f2f2;
}
.dd_helper{
  position: absolute;
  top:0;
  width:100%;
  display: none;
}
.dd_el:hover .dd_helper{
  display: block;
}
.dd_container:not(.pk-sub-menu) li:hover {
  background-color: #313537;
  border-color: #313537;
  color:#fff;
}
.opt-list.dd_container {
  width:150px;
  border-right:none;border-left:none;border-bottom:none;
  padding:0
}
/* END VENEDOR */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}
.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6
}
.table tbody+tbody {
    border-top: 2px solid #f6f6f6
}
.table .table {
    background-color: #fff
}
.table-sm td,
.table-sm th {
    padding: .3rem
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #f6f6f6
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}
.thead-default th {
    color: #7a7a7a;
    background-color: #f6f6f6
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto
}
.form-control {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 20px;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .1);
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}
.form-control::placeholder {
    color: #999;
    opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1
}
.form-control:disabled {
    cursor: not-allowed
}
select.form-control:not([size]):not([multiple]) {
    height: 46px
}
select.form-control:focus::-ms-value {
    color: #7a7a7a;
    background-color: #fff
}
.form-control-file,
.form-control-range {
    display: block
}
.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem
}
.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 2.75rem
}
.form-group {
    margin-bottom: 30px;
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}
.form-check+.form-check {
    margin-top: -.25rem
}
.form-check.disabled .form-check-label {
    color: #7a7a7a;
    cursor: not-allowed
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}
.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}
.form-check-input:only-child {
    position: static
}
.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}
.form-check-inline+.form-check-inline {
    margin-left: .75rem
}
.form-check-inline.disabled {
    color: #7a7a7a;
    cursor: not-allowed
}
.form-control-feedback {
    margin-top: .25rem
}
.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}
.icon-true {
  display: flex;
  align-items: center;
}
.input-icon {
  position: absolute;
  left: 1.25rem;
  width:16px;
  height: 16px;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
.icon-true .form-control {
    padding-left: 2.75rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: 6px 15px;
    font-size: 1rem;
    border-radius: 0;
    transition:all .2s ease-in-out
}
.btn svg {
  width:15px;
  height:15px;
  margin-top:1px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,.btn:focus,.btn:hover {text-decoration: none}
.btn.active,.btn:active {
    background-image: none;
    outline: 0
}
.btn.disabled,.btn:disabled {
    cursor: not-allowed;
    opacity: .3
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #2592a9;
    border-color: transparent
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2592a9;
    border-color: transparent;
    background-image: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: .5rem
}
.btn.white {
  border-color:#fff;
  color:#fff
}
.btn.big-btn {padding: 10px 22px}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    transition: opacity .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 {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}
.collapsing,
.dropdown,
.dropup,
.relative {
    position: relative
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}
.dropdown-toggle:focus {outline: 0}
.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}
.btn .caret {
    margin-left: 0
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #7a7a7a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0
}
.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: .9375rem;
    border-radius: .3rem
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap
}
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}
.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer
}
.custom-control+.custom-control {
    margin-left: 1rem
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}
.nav, .nav-inline .nav-item {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: inline-block
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #f1f1f1
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #f1f1f1;
    cursor: not-allowed;
    background-color: transparent
}
.nav-inline {display: flex;margin-bottom: 10px}
.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}
.nav-tabs .nav-item {
  border-bottom: 1px solid #efefef;
}
.nav-tabs .nav-link:focus:after,
.nav-tabs .nav-link:hover:after,
.nav-tabs .nav-link.active:after {
  position: absolute;
  height: 100%;
  width:1px;
  top:0;
  right:-1px;
  border-right: 1px solid #fff;
  content:""
}
.nav-tabs .nav-link {
    display: block;
    padding: 15px 25px;
    line-height: 26px;
    position: relative;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #f1f1f1;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #7a7a7a;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.tab-content {flex-grow: 1}
.tab-content>.tab-pane {opacity:0;}
.tab-content>.tab-pane:not(.active) {position: absolute;z-index: -1;top:0;}
.tab-content>.active {opacity:1;z-index: 9}
#extra-99 {flex-direction: column}
.navbar {
    position: relative;
    padding: .5rem 1rem
}
.navbar:after {
    content: "";
    display: table;
    clear: both
}
.navbar-full {z-index: 1000}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
.navbar-fixed-top {top: 0}
.navbar-fixed-bottom {bottom: 0}
.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}
.navbar-toggler {
    width: 37px;
    padding: .5rem .75rem;
    border-radius: 0
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}
.navbar-nav .nav-item {float: left}
.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}
.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}
.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125)
}
.card-block {padding: 1.25rem}
.card-block:after {
    content: "";
    display: table;
    clear: both
}
.card-title {margin-bottom: .75rem}
.card-subtitle {margin-top: -.375rem}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {text-decoration: none}
.card-link+.card-link {margin-left: 1.25rem}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:after {
    content: "";
    display: table;
    clear: both
}
.card-header:first-child {
    border-radius: -1px -1px 0 0
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:after {
    content: "";
    display: table;
    clear: both
}
.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}
.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}
.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.tag {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}
.tag:empty {display: none}
.btn .tag {
    position: relative;
    top: -1px
}
a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}
.alert ul {margin:0}
.alert-heading {color: inherit}
.alert-link {font-weight: 700}
.alert-dismissible {
    padding-right: 2.5rem
}
.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c1e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #232323
}
.alert-warning hr {
    border-top-color: #ff8b39
}
.alert-warning .alert-link {
    color: #0a0a0a
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9b9
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
.media-left {
  margin-right: 10px;
  width:70px;
}
.media-list {
    padding-left: 0;
    list-style: none
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.modal,
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
}
#checkout .modal-content {
  padding: 30px
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.in {
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header:after {
    content: "";
    display: table;
    clear: both
}
.modal-title {
    margin: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.modal-footer .product-title {text-align:center}
.modal-footer .pprice,
.modal-footer .variant-links,
.modal-footer .hook-reviews,
.modal-footer .featured-products .product-additional-info,
.product-additional-info .featured-products {display: none}
.modal-footer .featured-products .product-miniature {margin-bottom: 10px}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.d-block {display: block!important}
.d-inline-block {display: inline-block!important}
.d-inline {display: inline!important}
.float-xs-left {float: left!important}
.float-xs-right {float: right!important}
.float-xs-none {float: none!important}
.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
}
.w-100 {width: 100%!important}
.h-100 {height: 100%!important}
.m-0 {margin: 0!important}
.m-a {margin: 0 auto!important}
.p-0 {padding: 0!important}
.text-justify {
    text-align: justify!important
}
.text-nowrap {
    white-space: nowrap!important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-xs-left {
    text-align: left!important
}
.text-xs-right {
    text-align: right!important
}
.text-xs-center {
    text-align: center!important
}
.text-lowercase {
    text-transform: lowercase!important
}
.text-uppercase {
    text-transform: uppercase!important
}
.text-capitalize {
    text-transform: capitalize!important
}
.font-weight-normal {
    font-weight: 400
}
.font-weight-bold {
    font-weight: 700;
}
#customer-form .font-weight-bold {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 19px;
}
.font-italic {font-style: italic}
.text-muted {color: #7a7a7a!important}
a.text-muted:focus,
a.text-muted:hover {
    color: #616161!important
}
.invisible {visibility: hidden!important}
.hidden-xs-up {display: none!important}
@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}
.hidden-xl-down,
.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
    }
}
.material-icons {
    display: inline-block;
    width:15px;
    height:15px;
}
.lang-rtl * {
    direction: rtl!important
}

.lang-rtl main {
    text-align: right!important
}
.color,
.custom-checkbox input[type=checkbox]+span.color {
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain
}
.color {
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  position: relative;
  display: block;
  border-radius: 50%;
  margin:0 3px;
}
.color:first-child {
  margin-left: 0
}

.color.active,
.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #c3c3c3;
}
.product-actions .color {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0;
  margin:0
}
.product-actions .color:hover,
.product-actions input[type=radio]:checked+.color {
  border: 1px solid rgba(0,0,0,0.7);
}
.btn-primary {
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem
}
.btn-primary .material-icons {
    margin-right: .625rem
}
.label,
label {
    color: #232323;
    text-align: right;
    font-size: .875rem
}
small.label,
small.value {
    font-size: .8125rem
}
.form-control-label {
    padding-top: .625rem;
    white-space: nowrap;
}
.input-group .input-group-btn {
    height: 100%
}
.input-group .input-group-btn>.btn {
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 0;
    padding: .625rem 1rem;
    text-transform: uppercase
}
.bootstrap-filestyle .input-group-btn {background: #7a7a7a;}
.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #7a7a7a;
    height: 46px;
    padding: 0 20px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #232323
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #232323
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #232323
}
input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: #232323
}
.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    border-radius: 0;
    background: url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyM2NjYnIHZpZXdCb3g9JzAgMCAzMDYgMzA2Jz48cG9seWdvbiBwb2ludHM9JzI3MC4zLDU4LjY1IDE1MywxNzUuOTUgMzUuNyw1OC42NSAwLDk0LjM1IDE1MywyNDcuMzUgMzA2LDk0LjM1Jy8+PC9zdmc+") no-repeat scroll right .5rem center/8px 8px;
}
.show-details {
  position: absolute;
  right: 0;
  top:0;
}
.form-control-comment {
  position: absolute;
  right: 20px;
  width: auto;
  align-self: center;
  line-height: 48px;
}
.form-group.focused .form-control-comment {
  display: none
}
.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}
.form-group.has-error input,
.form-group.has-error select {
    outline: .1875rem solid #ff4c4c
}
.form-group.has-error .help-block {
    color: #ff4c4c
}
.group-span-filestyle label {
    margin: 0
}
.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #fff;
    margin-right: 7px
}
.custom-radio input[type=radio] {
    opacity: 0;
    cursor: pointer
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #84bb26;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}
.custom-radio input[type=radio]:focus+span {
    border-color: #7a7a7a
}

.custom-checkbox {
    position: relative
}
.facet-label {display: flex;}
.custom-checkbox input[type=checkbox] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.custom-checkbox input[type=checkbox]+span {
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #c3c3c3
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    color: #666;
    width:8px;
    height: 8px;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block
}
.custom-checkbox input[type=checkbox]:focus+span {
    border-color: #7a7a7a
}
.custom-checkbox label {
    text-align: left
}
.text-muted {
    font-size: .875rem
}
.done {
    color: #7bae23;
    display: inline-block;
    padding: 0 .8125rem;
    margin-right: 1.563rem
}
.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin: .625rem 0
}
.thumb-mask>.mask img {
    width: 55px;
    height: 55px
}
.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.definition-list dl dt {
    font-weight: 400
}
.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: .625rem;
    margin: .125rem
}
.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6
}
.help-block {
    margin-top: .625rem
}
.help-block ul{list-style: none;padding: 0;margin-bottom:0}
.help-block ul li {margin-bottom: 0}
.alert-warning .material-icons {
    color: #ff9a52;
    font-size: 2rem;
    margin-right: .625rem;
    padding-top: .3125rem
}
.alert-warning .alert-text {
    font-size: .9375rem;
    padding-top: .625rem
}
.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: .625rem;
    padding: .3125rem 1.25rem;
    font-weight: 600;
    font-size: .8125rem;
    color: #6c868e
}
.alert-warning ul li:last-child .alert-link {color: #fff}
.alert-warning .warning-buttons {
    margin-top: .3125rem
}
.alert {
    font-size: .8125rem
}
.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: #232323
}
.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .25)
}
.ps-alert-error {margin-bottom: 0}
.ps-alert-error .item,
.ps-alert-success .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #7bae23;
    margin-bottom: 1rem
}
.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px solid #7bae23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #7bae23;
    width: 24px;
    height: 24px
}
.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px;
    width: 100%
}
.ps-alert-success {
    padding: .25rem
}
.ps-alert-success .item {
    border-color: #7bae23;
    background-color: #7bae23
}
.ps-alert-success .item i {
    border-color: #7bae23
}
.ps-alert-success .item i svg {
    background-color: #7bae23
}
.dropdown {
    color: #7a7a7a
}
.dropdown:hover .expand-more {
    color: #2fb5d2
}
.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    user-select: none
}
.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}
.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: #fff
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #2fb5d2
}
.header-nav {
  border-bottom:1px solid #ff0000;
}
.header-nav > .page-width > * {
  margin-left: 3%
}
.header-nav > .page-width > *:last-child .dd_container {
  left:auto !important;
  right:0 !important;
}
.header-nav > .page-width > div:first-child {
  flex-grow: 1;
  margin-left: 0
}
.user-select, .user-select > .dd_el, .user-select > .dd_el > .current-item {
  height: 100%;
}
.user-select li:hover a {color:#fff}
.user-select .current-item {
  align-items: center;
  cursor:pointer;
}
.header-main > .page-width {
  align-items: center
}
.header-nav .svgic {
  display:none;
  margin-right: 6px
}
.header-top-bar svg.maincolor {color:#afafaf;}
.header-top-bar-icons .header-nav .svgic {
  display:block;
  height: 13px;
  width:13px;
}
.header-bottom-bar:empty,
.header-bottom-bar > .page-width:empty {display:none}
.header-bottom-bar #custom-text {
  background: none;
  border-radius: 0px;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  width: 100%
}
.header-bottom-bar #custom-text > div {
  justify-content: center;
  align-items: center;
  color:#fff
}
.header-bottom-bar #custom-text > div > div {
  width:30%;
}
.header-bottom-bar #custom-text > div > div * {
  font-size:12px;
  line-height: 12px;
  margin: 0;
}
.header-bottom-bar #custom-text > div > div span {
  font-style: italic;
}
.header-bottom-bar #pk_top_menu,
.header-bottom-bar #top-menu {
    width: 100%;
    position: relative;
}
.header-1 .header-top {
  flex-grow: 1;
  justify-content: flex-end;
}
.header-1 .header-top > *:not(:first-child) {
  margin-left: 3%
}
.header-1 .header-nav .shopping_cart  .product-title a {
    font-weight: bold;
    font-size: 16px;
    color:#646464;
    line-height: 20px;
}
.header-1 .header-top #top-menu li:last-child a {padding-right: 0}
.langs li img {
  margin-right: 8px;
}
#header #search_widget button{border-radius:0}
.header-info-sect svg {width:25px;height:25px;margin-right: 15px}
.header-info-sect h6 {color:#3c3c3c;margin:0 0 3px;text-transform: uppercase;font-weight:bold;font-size: 11px;letter-spacing: 0.15em}
.header-info-sect span {color:#696969;font-size: 14px;}
.header-info-sect > div {margin-right: 70px}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0
}
body#checkout section.checkout-step.-current .step-title {
  margin-bottom: 20px
}
body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400
}
body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number,
body#checkout section.checkout-step.-reachable.-complete .content,
#checkout #search_widget {
    display: none
}
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}
#delivery_message {
  width:100%;
  height: 100px;
  border:1px solid rgba(0,0,0,0.2);
  margin-bottom: 20px
}
#pagenotfound .page-content #search_widget {
    width: 100%
}
.page-search #wrapper .search_widget > form {
  max-width: 300px;
  margin: 0 auto;
}
.page-search #wrapper .search_widget > form input {
  opacity:1;
  position: static;
  width:265px;
  pointer-events: auto;
}
.search_widget button {
  background: none;
  border:2px solid #494949;
  width: 34px;
  height:34px;
  padding:0;
  cursor: pointer;
}
.search_widget input[type='text'] {
  border:1px solid #e0e0e0;
  line-height: 20px;
  padding: 6px 0;
  text-indent: 15px;
  width:170px;
  opacity:0;
  position: absolute;
  right:36px;
  pointer-events: none;
}
.show-search .search_widget input[type='text'],
.show-search-2 .search_widget input[type='text'] {
  opacity:1;
  z-index: 9;
  pointer-events: auto;
}
.search_widget button svg {
  width:15px;
  height:15px;
  margin: 0 auto;
}
.page-not-found .search-widget form {
    display: inline-block
}
.popover.bs-tether-element-attached-top {
    margin-top: 0
}
.step-name {
  flex-grow: 1;
  color:#777;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0.12em;
  font-weight: 400
}
.step-edit {cursor:pointer}
.step-edit svg {
  width:15px;
  height:15px;
  margin-right: 5px;
}
#order-details h3 {
  margin: 20px 0
}
#order-details ul li {
    margin-bottom: .625rem
}
#order-items hr {
    border-top-color: #f2f2f2
}
#order-items table {
    width: 100%
}
#order-items table tr {
    height: 1.875rem
}
#order-items table tr td:last-child {
    text-align: right
}
#order-items .order-line {
    margin-top: 1rem
}
#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem
}
#order-items .details {
    margin-bottom: 1rem
}
#order-items .details .customizations {
    margin-top: .625rem
}
#order-items .qty {
    margin-bottom: 1rem
}
.condition-label label a {padding:0 5px}
#payment-confirmation {margin-top: 20px;}
.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none
}
.js-payment-binary.disabled {
    opacity: .6;
    cursor: not-allowed
}
.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}
.js-payment-binary.disabled .accept-cgv {
    display: block
}
.table-labeled td,
.table-labeled th {
    vertical-align: middle
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: .25rem .375rem;
    margin: .125rem;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: .5rem
}
.page-order table thead th {
    text-align: center
}
#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}
#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem
}
#authentication .custom-checkbox label {
    padding-left: .625rem
}
#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}
.page-customer-account #content .order-actions a {
    padding: 0 .125rem
}
.page-customer-account #content .forgot-password {
    font-size: .875rem;
    margin-top: 1rem;
    padding-bottom: .9375rem
}
.page-customer-account #content .no-account {
    font-size: 1rem
}
.page-authentication #content {
    max-width: 640px;
}
.page-addresses .address {
    margin-bottom: 1.875rem;
    border:1px solid #f2f2f2
}
.page-addresses .address .address-body {
    padding: 1rem
}
.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700
}
.page-addresses .address .address-body address {
    min-height: 9rem;
    margin: 0
}
.page-addresses .address .address-footer {
    border-top: 1px solid #f2f2f2;
    padding: .5rem 1rem
}
.page-addresses .address .address-footer a {
    margin-right: 1rem
}
.address {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal
}
.address-selector > article {margin-bottom:30px}
.address-selector > article label.radio-block {text-align: left}
.address-footer > a {margin-right: 20px}
.add-address svg, .address-footer > a svg {width:14px;height:14px;margin-right:5px;}
.address-section {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 10px;
  margin-bottom: 20px
}
.address-section h2 {flex-grow:1}
.page-addresses .addresses-footer {
    margin: 0 .9375rem
}
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
    color: #232323
}
.page-order-detail {
    font-size: .875rem;
}
.page-order-detail .box {
    border:1px solid #eee;
    padding: 1rem;
    margin-bottom: 1rem
}
.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem
}
.page-order-detail #order-infos ul {
    margin: 0
}
.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border-bottom: 1px solid #f6f6f6
}
.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}
.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}
.page-order-detail .addresses {
    margin: 0 -.9375rem
}
.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700
}
.page-order-detail #order-products.return {
    margin-bottom: 1rem
}
.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}
.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}
.page-order-detail #order-products.return td.qty {
    min-width: 125px
}
.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -.625rem 0;
    padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0!important
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 700
}
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem
}
.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: .25rem
}
.page-order-detail .messages .message {
    margin-top: .5rem;
    border-bottom: 1px solid #f6f6f6
}
.page-order-detail .messages .message:last-child {
    border-bottom: 0
}
.page-order-detail .messages .message>div {
    margin-bottom: .5rem
}
.page-order-detail .customization {
    margin-top: .75rem
}
#order-return-infos .customization {
    margin-top: .75rem
}
.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a7a7a;
    padding: 0 .9375rem;
    margin-bottom: 1.875rem
}
.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  padding: 1rem;
}
.page-my-account .page-footer {display: none;}
#history .orders {
    margin: 0 -1rem
}
#history .orders .order {
    padding: .75rem 1rem;
    border-bottom: 1px solid #f6f6f6
}
#history .orders .order a h3 {
    color: #7a7a7a
}
#history .orders .order .label {
    display: inline-block;
    margin: .25rem 0;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px
}
#history .orders .order:last-child {
    border-bottom: 0
}
.page-footer .account-link {
    margin-right: 1rem
}
.page-footer .account-link i {
    font-size: 1rem
}
.page-footer .account-link span {
    font-size: .875rem;
    vertical-align: middle
}
.login-form {
    margin-top: 15px
}
.forgotten-password .form-fields .center-email-fields button {
    height: 38px
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px
}
.forgotten-password .form-fields .email input {
    height: 38px
}
.forgotten-password .form-fields label.required {
    width: 130px
}
.renew-password {
    margin-left: 10px
}
.renew-password .email {
    padding-bottom: 30px
}
.renew-password [type=submit] {
    margin-left: 50px
}
.carousel {
    margin-bottom: 1.5rem
}
.carousel .direction {
    z-index: auto
}
.carousel .carousel-inner {
    height: 340px
}
.carousel .carousel-item {height: 100%}
.carousel .carousel-item .caption {
    position: absolute;
    color: #fff;
    max-width: 340px
}
.carousel .carousel-item .caption .caption-description p {
    color: #fff
}
.carousel .carousel-control {
    opacity: 1
}
.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
    content: ""
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #2fb5d2
}
.carousel .carousel-control .icon-prev {
    left: 1rem
}
.carousel .carousel-control .icon-next {
    right: 2rem
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none
}
#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
    text-align: center
}
#custom-text h3 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700
}
#custom-text p {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em
}
#custom-text p .dark {
    color: #7a7a7a;
    font-weight: 400
}
.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify
}
.page-content.page-cms .cms-box img {
    max-width: 100%
}
.product-accessories {margin-bottom: 50px}
@supports (display: grid) {
    .products {
        grid-auto-rows: 1fr;
        grid-column-gap: 30px;
    }
    .product-grid-6 .products, body .products.product-local-grid-6 {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .product-grid-5 .products, body .products.product-local-grid-5 {
      grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
    .product-grid-4 .products, body .products.product-local-grid-4 {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .product-grid-3 .products, body .products.product-local-grid-3 {
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
    .product-grid-2 .products, body .products.product-local-grid-2 {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    .view_list .products {
      grid-template-columns: 1fr;
      grid-gap: 0;
    }
}
@supports not (display: grid) {
    .products {
        display: flex;
        flex-wrap: wrap;
    }
    #products .products {
        justify-content: space-around;
    }
    .product-grid-6 .view_grid .products > article,
    .view_grid .products.product-local-grid-6 > article {width:16%}
    .product-grid-5 .view_grid .products > article,
    .view_grid .products.product-local-grid-5 > article {width:19%}
    .product-grid-4 .view_grid .products > article,
    .view_grid .products.product-local-grid-4 > article {width:24%}
    .product-grid-3 .view_grid .products > article,
    .view_grid .products.product-local-grid-3 > article {width:32%}
    .product-grid-2 .view_grid .products > article,
    .view_grid .products.product-local-grid-2 > article {width:49%}
    @media (max-width:1024px) {
      .product-grid-6 #products.view_grid .products > article,
      #products.view_grid .products.product-local-grid-6 > article {width:32%}
      .product-grid-5 #products.view_grid .products > article,
      #products.view_grid .products.product-local-grid-5 > article {width:32%}
      .product-grid-4 #products.view_grid .products > article,
      #products.view_grid .products.product-local-grid-4 > article {width:47%}
      .product-grid-3 #products.view_grid .products > article,
      #products.view_grid .products.product-local-grid-3 > article {width:47%}
      .product-grid-2 #products.view_grid .products > article,
      #products.view_grid .products.product-local-grid-2 > article {width:47%}
    }
    .view_list .products > article {width:100%}
}
.products.pk-carousel {
  display: flex;
}
.products.pk-carousel-active {
  display: block
}
.pk-carousel-active .product-miniature {
    margin-bottom: 0;
}
.products.pk-carousel > .product-miniature{
  width:19%;margin-right: 1%
}
.products.pk-carousel .product-miniature {
  /*padding-right: 30px;*/
}
.pk-nav-wrapper {
  width:100px;
  position: absolute;
  top:0;
  right:0;
  justify-content: flex-end;
}
.pk-carousel .pk-nav {
  cursor: pointer;
  z-index: 2;
  background:none;
}
.pk-nav.disabled {
  opacity: 0.5;
  cursor: auto;
}
.pk-nav-right {
  right:0;
}
.pk-nav-left {
  margin-right: -2px;
}
.pk-nav {
  width:35px;
  height:28px;
  border:2px solid #d5d5d5;
  display: flex;
  justify-content: center;
  padding: 0
}
.sidebar .pk-nav {
  width:28px;
  height:22px;
}
.pk-nav:hover {
  border-color:transparent
}
.pk-nav:hover svg {
  color:#fff
}
.pk-nav svg {
  width:10px;
  height:10px;
  margin:0 auto;
  color:#999;
  fill:currentcolor;
}
.sidebar .pk-nav svg {
  width:8px;
  height:8px;
}
.sidebar .module-title {width:calc(100% - 50px)}
.sidebar .module-title a, .sidebar .module-title span {line-height: inherit;}
.product-miniature {
  margin-bottom: 50px;
}
@media (max-width:800px) {
  .product-miniature {
    margin-bottom: 20px;
  }
}
.product-miniature .product-thumbnail img {
  margin-bottom: 20px;
  width: 100%;
}
.pm-additional-info {
  flex-direction: column;
}
.hook-reviews .add-review {display:none}
.style1 .pprice {
  width:70%;
  margin-bottom: 10px;
  line-height: 20px;
}
.style1 .product-title {
  margin-bottom: 12px;
}
.style1 .hook-reviews {
  position: absolute;
  top:0;
  right:0;
  margin:0;
}
.style2 .view_grid .pm-additional-info {
  flex-direction: row;
  flex-wrap: wrap;
}
.style2 .view_grid .pm-additional-info:before {
  content:"";
  width:20px;
  height:3px;
  margin:0 auto;
  background: #666;
  display: block;
  margin-bottom:25px
}
.style2 .view_grid .product-miniature .product-thumbnail img {
  margin-bottom:25px
}
.style2 .view_grid .pm-additional-info > * {flex-basis: 100%}
.style2 .view_grid .o3 {order:1}
.style2 .view_grid .o1 {order:2;flex-basis: 50%;}
.style2 .view_grid .o5 {order:3;flex-basis: 50%;}
.style2 .view_grid .o6 {order:4}
.style2 .view_grid .o4 {order:5}
.style2 .view_grid .variant-links {justify-content: center}
body.style2 .view_grid .product-title {text-align: center; margin: 0 0 15px}
body.style2 .view_grid .variant-links {margin-bottom: 15px}
body.style2 .view_grid .hook-reviews {margin-top: 0;padding-left: 15px}
.style2 .view_grid .pprice {text-align: right; padding-right: 15px;position: relative}
.style2 .pprice {margin-bottom: 15px}
.style2 .view_grid .pprice:after {
  content:"";
  display: block;
  position: absolute;
  right:0;
  top:0;
  transform: translateY(35%);
  width:1px;
  border:1px solid #eee;
  height:14px;
}
.style2 .view_grid .product-brand, .style2 .view_grid .short-desc {
  text-align: center;
}
.style3 .view_grid .o2 {order:1}
.style3 .view_grid .o3 {order:2}
.style3 .view_grid .o5 {order:5}
.style3 .view_grid .o6 {order:6}
.style3 .view_grid .o1 {order:3;margin-bottom: 5px}
.style3 .view_grid .o4 {order:4}
.discount-percentage {
  font-size: 11px;
  top:-5px !important;
  color:#f00;
  line-height: 11px;
  position: relative;
}
.product-miniature .product-title a {
  color: inherit;
  text-decoration: none;
}
.product-miniature .subimage {
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  opacity:0;
}
.product-miniature .product-thumbnail-wrapper:hover .subimage {
  transition: opacity .3s ease-out;
  opacity:1
}
.product-miniature .product-buttons {
  opacity:0;
  transition: opacity .3s ease-out;
  position: absolute;
  top:calc(50% - 20px);
  left:0;
  height: 40px;
}
.product-miniature:hover .product-buttons,
.touch .product-miniature .product-buttons {
  opacity:1;
  z-index: 9;
}
.product-miniature .product-buttons > * {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9);
  margin: 0;
}
.product-miniature .product-buttons > *:first-child {
  transform: scale(0.8) translateX(-10px);
}
.product-miniature .product-buttons > *:last-child {
  transform: scale(0.8) translateX(10px);
}
.product-miniature .product-buttons > *:first-child:last-child {
  transform: scale(0.8) translateX(0);
}
body .product-miniature:hover .product-buttons > *,
body.touch .product-miniature .product-buttons > * {
  transform: scale(1) translateY(0);
}
.product-miniature .product-quantity .add {margin:0}
.product-buttons .btn {
  border:none;
  padding: 0;
  max-width: 36px;
  width:36px;
  height:40px;
  margin:0 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-buttons .btn svg {
  color:#fff;
  width:16px;
  height:16px;
  margin:0;
}
.prod-image-zoom.action {background:none !important}
#products .products {margin-top: 15px}
#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
#products .up {
    margin-bottom: 1rem
}
#products .up .btn-tertiary {
    color: #7a7a7a;
    text-transform: inherit
}
#products .up .btn-tertiary .material-icons {
    margin-right: 0
}
/* PRODUCT LIST */
.view_list .product-miniature {
  width:100%;
  background: #fbfbfb
}
.view_list .thumbnail-container {
  display:flex;
  padding: 20px;
}
.view_list .product-desc-wrap {
  display:flex;
  flex-direction:column;
  padding: 30px 80px 0 0;
}
.view_list .product-thumbnail-wrapper {
  margin-right: 30px;
  min-width: 220px;
  width:220px;
}
.view_list .product-thumbnail {
  margin: 0;
  align-self:flex-start;
}
.view_list .product-title {
  font-size:20px;
}
.view_list .thumbnail img {margin:0}
.view_list .short-desc {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  clear: both;
  width: 100%;
}
.view_list .hook-reviews {
  position: absolute;
  right: 0;
  top:0;
  line-height: 20px
}
.view_list .variant-links {margin-top: 12px}
.view_list .pprice {margin-top: 10px}
.view_list .pm-additional-info {flex-grow: 1}
.short-desc p {margin:0}
.view_list .product-flags {
  right:auto;
  left:10px
}
.view_list .o3 {order:1}
.view_list .o1 {order:2}
.view_list .o2 {order:3}
.view_list .o4 {order:4}
.view_list .o6 {order:5}
.block-category {
    margin-bottom: 30px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
}
.block-category-content {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  top:0;
  left:0;
  min-height: 13.75rem;
  padding: 20px 50% 20px 55px;
}
#category .block-category:after {
  display:block;
  content:"";
  padding-bottom: 36.78%;
}
.block-category h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color:#303130;
  letter-spacing: 0.04em
}
.block-category p:first-child {
    margin-bottom: 1.25rem
}
.cat_menu_thumb {width:14px;height:15px;margin-right:10px}
#category-description {
    color: #5e6260;
    font-size:15px;
    line-height: 21px
}
#category-description p:last-child {
  margin-bottom: 0
}
.block-category .category-cover {
    position: absolute;
    right: .75rem;
    bottom: 0
}
.block-category .category-cover img {
    width: 141px;
    height: 180px
}
.sort-by {
  white-space: nowrap;
  margin-right: 10px;
  color:#a4a4a4;
  font-size: 13px
}
.products-selection .bt_compare,
.products-selection .filter-button .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.products-selection > *:not(:first-child) {
  margin-left: 30px;
}
.select-title {
    width: 100%;
    height: 30px;
    color: #232323;
    background: #fff;
    line-height: 16px;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #e4e2e2;
    align-items: center;
    display: flex;
    padding: 0
}
.select-title .btn-text {
  padding: 0 20px 0 10px;
  flex-grow: 1;
  color:#a4a4a4;
  line-height: 28px
}
.select-title span {
  max-height: 100%;
}
.select-title span:last-child {
  background: #f2f2f2;
  height: 28px;
  width: 28px;
  justify-content: center;
  border-left: 1px solid #e4e2e2
}
.select-title svg {
  width:10px;
  height:10px;
  color:#a5a5a5
}
.open.products-sort-order .select-title svg {
  transform: rotateX(180deg);
}
.select-list {
    display: block;
    color: #232323;
    background: #f6f6f6;
    padding: 5px 20px;
}
.select-list:hover {
    background: #84bb26;
    color: #fff;
    text-decoration: none
}
.dropdown-menu {
    padding: 0;
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
}
#search_filters {
  border:1px solid #eee;
  background: #fcfcfc
}
#search_filters > section:not(:first-child) {
  border-top:1px solid #eee
}
#search_filters .facet {
    padding: 0;
}
#search_filters .facet .collapse,
.price_slider {
    margin: 20px 20px 30px 20px
}
.clear-all-wrapper button {
  background: none;
  border:none;
  cursor: pointer;
}
.clear-all-wrapper button svg {
  margin:2px 5px 0 0 !important;
}
#search_filters .facet .facet-title {
    padding: 10px 20px;
    background-color: #fafafa;
    border-bottom:1px solid #f0f0f0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0
}

.facet .facet-label {
  margin-bottom: 12px
}
.facet ul li:last-child label.facet-label {
  margin-bottom: 0
}
.facet .facet-label a{
    font-size: 16px;
    line-height: 16px;
    color:#777
}
.facet .facet-label a .magnitude {color:#bbb}
#search_filters .facet.facet-color ul.collapse.in,
#search_filters .facet.facet-color ul.collapsing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 0;
}
#search_filters .facet.facet-color ul li {
  width:14%;
  max-width:35px;
  max-height:35px;
  margin: 0 5% 5% 0;
  position:relative;
  overflow: hidden;
}
#search_filters .facet.facet-color ul li:after {
  padding-bottom: 100%;
  content:"";
  display: block;
}
#search_filters .facet.facet-color ul li label,
#search_filters .facet.facet-color ul li label span  {
  display: block;
  width:100%;
  height:100%;
}
#search_filters .facet-color .facet-label > a {display:none}
#search_filters .facet-color .custom-checkbox input[type=checkbox]+span.color {
  border-radius: 0;
  margin: 0;
  border-width:1px;
  min-height: 20px;
}
#search_filters .facet-color .custom-checkbox input[type=checkbox]+span.color:hover {
  border-width:1px;
}
#search_filters .facet-color .custom-checkbox input[type=checkbox]+span.color:after {
  display: none;
}
.pagination {
    width: 100%;
    padding:0;
    margin:0
}
.pagination > div:last-child {
  flex-grow: 1;
  justify-content: flex-end;
}
.pagination .disabled {
    color: #7a7a7a
}
.active_filters {
    background: #f1f1f1;
    padding: .625rem 1.875rem;
}
.active_filters .active-filter-title {
    display: inline;
    margin-right: .625rem;
    font-weight: 600
}
.active_filters ul {
    display: flex;
    margin: 0 0 0 15px;
}
.active_filters .filter-block {
    color: #232323;
    margin-right: .625rem;
    background: #fff;
    padding: .25rem .5rem;
    font-size: .8125rem;
}
.active_filters .filter-block a {
  color:inherit
}
.active_filters .filter-block svg {
  width:14px;
  height:14px;
  margin-left: 10px;
  display: flex;
  align-self: center;
}
.category-top-menu > li > .category-sub-menu {
    border:1px solid rgba(0, 0, 0, .25);
    border-bottom:none;
}
.block-categories .category-sub-menu li > .flex-container {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    width: 100%;
    margin:0;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color:#868179;
}
.block-categories .category-sub-menu li > div > a {
    display: flex;
    align-items: center;
    flex-grow: 1
}
.category-sub-menu li i {
    justify-content: center;
    display: flex;
    align-items: center
}
.category-sub-menu .category-sub-menu {background-color: #fafafa}
.block-categories .collapse-icons {
    padding: 0;
    cursor: pointer;
    text-align: center;
}
.block-categories .collapse-icons svg {
    width: 8px;
    height: 8px;
    color:#bbb
}
.block-categories .collapse-icons[aria-expanded=true] .add,
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right,
.block-categories .collapse-icons .remove  {
    display: none
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #2fb5d2
}
.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    font-size: .875rem;
    cursor: pointer;
    margin-left: 2px
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #2fb5d2
}
.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}
.facets-title {
    color: #232323
}
.product-main .images-section {
  width: 54%;
}
.images-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.product-main {
  justify-content: space-between;
}
.product-main .info-container {
  width: 42.5%;
  padding-top: 20px;
}
.product-main .info-container h2 {
  margin-bottom: 12px
}
.product-information .manufacturer-logo {
    height: 35px
}
.product-information .product-description img {
    max-width: 100%;
    height: auto
}
.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem
}

.input-container {
    position: relative
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 1px solid #232323
}
.radio-label {
    background: #fff;
    color:#666;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    width:32px;
    cursor: pointer;
}
.radio-label:after {
    content:"";
    display: block;
    padding-bottom: 100%;
}
.product-actions .control-label {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 15px
}
.product-actions .add-to-cart {
    line-height: 15px;
}
.qty .input-group {display:flex}
.product-quantity .add {
    margin-left: 1rem;
}
.product-quantity #quantity_wanted {
    height: 35px;
    padding: 10px 15px;
    line-height: 15px;
    width: 66px;
    display: inline-block;
    background: transparent;
    text-align: center;
}
.product-add-to-cart {align-items: center;margin-bottom:15px;flex-wrap:wrap}
.product-add-to-cart > * {margin-bottom:10px}
.product-add-to-cart > *:not(:first-child) {margin-left: 15px}
.product-add-to-cart .btn:not(.add-to-cart) {border:1px solid #ccc;color:#acacac;}

.product-add-to-cart .add_to_compare svg {width:17px;height:17px;margin:2px 0}
.input-group-btn-vertical {display: flex;flex-direction: column}
.pp-updownbuttons .input-group-btn-vertical {display: none}
.input-group-btn-vertical .btn {
    height: 50%;
    padding: 0;
    border:1px solid #e0e0e0;
    position: relative;
    border-left:none;
}
.input-group-btn-vertical .btn:hover {
  background: none
}
.input-group-btn-vertical .btn:first-child {
  border-bottom: none;
}
.input-group-btn-vertical .btn:first-child i:before {
  transform: rotate(180deg);
}
.input-group-btn-vertical .btn i {
  display: block;
  padding-left: 100%;
  position: relative;
}
.input-group-btn-vertical .btn i:before {
  content:url("data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIGZpbGw9JyM2NjYnIHZpZXdCb3g9JzAgMCAzMDYgMzA2Jz48cG9seWdvbiBwb2ludHM9JzI3MC4zLDU4LjY1IDE1MywxNzUuOTUgMzUuNyw1OC42NSAwLDk0LjM1IDE1MywyNDcuMzUgMzA2LDk0LjM1Jy8+PC9zdmc+");
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.product-discounts:empty {display: none;}
.product-discounts {
    margin-bottom: 1.5rem
}
.product-discounts>.product-discounts-title {
    font-weight: 400;
    font-size: .875rem
}
.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    background: #fff;
    border: .3125rem solid #f1f1f1;
    text-align: center
}
.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6
}
.product-discounts>.table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff
}
.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem solid #f1f1f1
}
.product-prices {
    margin-bottom: 20px;
    align-items: baseline
}
.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #7a7a7a
}
#product .product-price {margin:0}
.product-discount {
    color: #cccccc;
    font-size: 14px;
    margin-left: 10px
}
.regular-price {
    text-decoration: line-through;
    margin-right: 6px
}
.has-discount.product-price,
.has-discount p {
    color: #f39d72;
    margin:0;
}
.product-unit-price {
    font-size: .8125rem;
    margin-bottom: 0
}
.sys-info-section {
  margin-bottom: 25px;
}
.sys-info {
  align-items:center;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 10px;
  color:#686b6a
}
.sys-info a {color:inherit}
.add-review {margin-left: 15px; padding-left: 15px; border-left:1px solid #969696; }
.tabs {
    margin-top: 2rem;
    margin-bottom: 130px;
    border:1px solid #efefef;
}
.tabs .tab-pane {
    padding: 40px;
}
.tabs .tab-pane .product-manufacturer {
  margin-bottom: 15px
}
.tabs .nav-tabs {
    flex-direction: column;
    min-width: 240px;
    border-right:1px solid #efefef;
    margin-bottom: -1px;
}
.tabs .nav-tabs .nav-link {
    color: #b5b5b5;
    border-left: 3px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.15em;
}
.tabs .nav-tabs .nav-link.active {
    color: #666
}
.combination-loading .product-cover:after {
  position: absolute;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.7) url(../svg/loader-animated.svg) 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  content:"";
  top:0;
  left:0;
  transition:all .5s ease-in-out;
}
.product-cover {
  width: 79%
}
.product-cover img {
  border:1px solid #efefef
}
.product-cover .layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, .7);
    text-align: center;
    cursor: pointer
}
.product-cover .layer:hover {
    opacity: 1
}
.product-cover .layer .zoom-in {
    font-size: 6.25rem;
    color: #7a7a7a
}
#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0
}
#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%
}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff}
#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 800px;
    padding: .625rem 1.25rem;
    border-top: 1px solid #f1f1f1
}
#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    z-index: 1;
    width:130px;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 23px
}
#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #fff;
    right: 1.875rem;
    z-index: 0;
    cursor: pointer
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: .2
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem
}
.shopping_cart {
  width: 290px;
}
.shopping_cart .indent, .watchlist .indent {
    padding: 18px 20px;
}
.shopping_cart .indent > .flex-container {
    padding-top: 28px;
}
.shopping_cart .cart-total {
    flex-grow: 1;
    font-size: 13px;
    color: #444;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.shopping_cart .cart-total > div {
    line-height: 24px;
    font-weight: bold;
}
.shopping_cart .cart-total i{
    font-style: normal;   
}
.shopping_cart .cart-button {
    width: 120px
}
.shopping_cart .cart-button .btn {
    width: 100%;
    text-transform: uppercase;
}
.shopping_cart .remove-product {
    position: absolute;
    top: 0;
    right: 0;
    width:20px;
    height:20px
}
.shopping_cart .remove-product svg {
    width: 10px;
    height: 10px;
    color:#aaa;
    fill:currentColor;
}
.shopping_cart .price span {
    font-style: normal;
}
.shopping_cart .cart-button .btn:first-child {
    margin-bottom: 10px;
}
.text-icon {
  margin-right: 10px
}
.page-title {
  font-size: 20px;
  color:#555;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 18px;
  margin-bottom: 25px
}
#header a:hover, .breadcrumb a:hover, .sidebar a:hover, #footer a:hover {text-decoration: none;}
#blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem
}
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem
}
#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%
}
#blockcart-modal .modal-title,
#blockcart-modal .product-name {
    font-weight: 600;
    font-size: 1.125rem;
    color:#444;
}
#blockcart-modal .cart-products-count {
    font-size: 1.125rem
}
#blockcart-modal .cart-content {
    padding-left: 2.5rem
}
#blockcart-modal .cart-content .cart-content-btn {
    display: inline-flex
}
#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: .3125rem
}
#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}
#blockcart-modal .divide-right {
    border-right: 1px solid #ddd
}
.product-images {
    width:100%;
}
.product-images>li.thumb-container:not(:first-child) {
    margin-top: 23px;
}
.modal .product-images>li.thumb-container:not(:first-child) {
  margin-top: 18px;
}
.product-images>li.thumb-container>.thumb {
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: block;
  border:1px solid #ececec;
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
  border-bottom:1px solid #ccc;
}
.js-vCarousel {
  overflow: hidden;
  transition: height 0.2s ease-in;
}
.modal .js-vCarousel {
  height:100%;
  position: absolute;
  top:0;
  left:15px;
}
.modal .arrows {position: absolute;z-index: 99}
.arrow-up, .arrow-down {position: relative;z-index: 99}
.js-vCarousel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.2s ease-in;
}
.isDisabled {opacity:0.2}
.images-container .mask {
    white-space: nowrap;
    overflow: hidden;
    width:17.7%
}
.modal .images-container .mask {width:16.4%}
.modal .modal-arrow {
  width: 16.4%;
  left:15px;
}
.modal .product-cover {width:78.4%}
.scroll-box-arrows svg, .modal-arrow svg {
    color: #444;
    width: 28px;
    height: 28px;
    padding: 7px;
    border:2px solid #555;
    background: rgba(255,255,255,0.4)
}
.scroll-box-arrows i {
    display: none
}
.scroll-box-arrows.scroll i, .modal-arrow {
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    z-index: 9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-box-arrows.scroll .up, .modal-arrow.up {
    top: 0;
    padding-top: 12px;
}
.scroll-box-arrows.scroll .down, .modal-arrow.down {
    bottom: 0;
    padding-bottom: 12px;
}
#product-availability i {
    margin-right: 5px;
    height: 20px
}
#product-availability .product-available {
    color: #7bae23
}
#product-availability .product-last-items,
#product-availability .product-unavailable {
    color: #ff9a52
}
#product-details .label {
    font-size: 1rem;
    color: #232323;
    font-weight: 700
}
.product-features {
    margin-top: 1.25rem;
}
.product-variants-item ul {list-style: none;margin:0;padding:0;}
.product-features>dl.data-sheet {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    flex: 1 0 40%;
    font-weight: 400;
    background: #fafafa;
    padding: .625rem;
    margin: 0;
    min-height: 2.5rem;
    word-break: normal;
}
.product-features>dl.data-sheet dd.value:nth-of-type(2n),
.product-features>dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f4f4f4
}
.product-features>dl.data-sheet dt.name {
    text-transform: capitalize
}
.product-variants>.product-variants-item {
    margin: 0 0 16px
}
.product-variants>.product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
}
.product-variants>.product-variants-item ul li:not(:first-child) {
    margin-left: 10px
}
.product-variants>.product-variants-item .color {
  margin-left: 0;
  margin-top: 0
}
.product-flags {
  position: absolute;
  top: 0;
  right:15px;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2
}
.product-flag div {
  padding: 3px 10px;
  display: inline-block;
  border-width:2px;
  border-style:solid
}
#product .product-flag {text-align: right}
li.product-flag {
  margin-top: 15px;
  z-index: 2;
}
li.product-flag.on-sale {
  width: 100%;
  text-align: center;
  margin: 0;
  left: 0;
  top: 0
}
li.product-flag:not(.discount):not(.on-sale)~li.product-flag {
  margin-top: 3.75rem
}
.product-customization {
    margin: 2.5rem 0
}
.product-customization .product-customization-item {
    margin: 1.25rem 0
}
.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: .625rem
}
.product-customization .product-message:focus {
    background-color: #fff;
    outline: .1875rem solid #2fb5d2
}
.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute
}
.product-customization .customization-message {
    margin-top: 20px
}
.product-customization .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a;
    margin-top: 1.25rem
}
.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}
.product-customization small {
    color: #7a7a7a
}
.product-pack {
    margin-top: 2.5rem
}
.product-pack .pack-product-container {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    color: #7a7a7a
}
.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #f1f1f1;
    padding-left: .625rem
}
.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-refresh {
    margin-top: 1.25rem
}
.social-sharing {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-sharing ul {
    margin-bottom: 0
}
.social-sharing li {
    height: 32px;
    width: 32px;
    display: inline-block;
    cursor: pointer;
    border:1px solid rgba(0,0,0,0.1)
}
.social-sharing li:not(:first-child) {
  margin-left: 10px;
}
.social-sharing li:hover {
  border:1px solid rgba(0,0,0,0.3)
}
.social-sharing li a {
    height: 100%;
}
.social-sharing li svg {
  width:14px;
  height:14px;
}
.social-sharing li * {
  color:#cdcdcd;
}
.products-selection {
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom:1px solid #eee;
}
#blockcart-modal .cart-content .btn {
    margin-bottom: .625rem
}
.cart-grid {
    margin-bottom: 1rem
}
.cart-item-titles {
  background: #f9f9f9;
  border-bottom:1px solid #f2f2f2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold
}
.cart-items {
    margin-bottom: 0
}
.cart-items svg {width:11px;height:11px;color:#bfbfbf}
.cart-items a:hover svg {color:#555}
.product-line-grid-body {padding-left: 5px}
.product-line-grid-body .product-line-info:first-child {margin-bottom: 10px}
.product-line-grid-body, .product-line-actions {
  padding-top: 5px
}
.product-line-actions .input-group .form-control {padding:7px 10px;text-align: center;}
.cart-container {
  border:1px solid #f2f2f2
}
.cart-item {
    padding: 1rem 0;
    border-bottom:1px solid #f2f2f2;
}
.cart-item:not(:first-child) {
    padding: 30px 15px;
}
.prod-cart-opts * {
  color:#bababa
}
.cart-item .product-line-info.product-price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start
}
.cart-item .product-discount {margin:0;line-height: 15px}
.cart-summary {border:1px solid #f2f2f2}
.cart-summary .separator {border-color:#f2f2f2}
.cart-summary-line {
    clear: both
}
.cart-summary-line:after {
    content: "";
    display: table;
    clear: both
}
.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    font-size: 14px;
}
.cart-summary-line .value {
    color: #232323;
    float: right
}
.cart-grid-body {
    margin-bottom: .75rem
}
.cart-grid-body .card-block {
    padding: 1rem
}
.cart-grid-right .promo-discounts,
.cart-grid-body .card-block h1 {
    margin-bottom: 0
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #7a7a7a
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer
}
.block-promo .promo-code {
    padding: 1.6rem;
    background: #f1f1f1
}
.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: #fff;
    display: none
}
.block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px
}
.block-promo .promo-input {
    color: #232323;
    border: 1px solid #7a7a7a;
    height: 2.5rem;
    text-indent: .625rem;
    width: 60%
}
.block-promo .promo-input+button {
    margin-top: -4px;
    text-transform: capitalize
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    color: #ff9a52;
    font-weight: 600
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    font-weight: 400;
    color: #232323;
    display: inline-block
}
.block-promo .promo-code-button {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    display: inline-block
}
.block-promo.promo-highlighted {
    padding: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 0
}
.remove-title svg {margin-top: 5px}
.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    font-size: 15px;
}
.product-line-grid-body>.product-line-info>.out-of-stock {
    color: red
}
.product-line-grid-body>.product-line-info>.available {
    color: #7bae23
}
.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: .3125rem;
    font-size: .875rem;
}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 13px
}
.no-items {display: block;padding: 20px}
#block-reassurance {
    margin-top: 2rem
}
#block-reassurance img {
    width: 17px;
    margin-right: 5px
}
#block-reassurance li:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
#block-reassurance li .block-reassurance-item {
    padding: 10px
}
.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem
}
.quickview .modal-content {
    min-height: 28.13rem
}
.quickview .modal-header {
    border: none;
    padding: 30px 30px 0 0;
    position: absolute;
    z-index: 9;
    width: 100%
}
.quickview .modal-body {
    min-height: 23.75rem;
    padding: 30px
}
.quickview .modal-footer {
    border-top: 1px solid hsla(0, 0%, 48%, .3)
}
.quickview .h2 {
    font-size: 20px;
    font-weight: 400;
    color:#444;
    padding-top: 15px
}
.quickview .social-sharing {
    margin-left: 15px
}
.quickview .modal-body .js-arrows {display:block !important}
.quickview .modal-body .js-arrows[style="display: none;"] i,
.quickview .layer {display: none}
#stores .page-stores .store-item {
    padding-left: .75rem;
    padding-right: .75rem
}
#stores .page-stores .store-item address {
  margin:0
}
#stores .page-stores .store-picture img {
    max-width: 100%
}
#stores .page-stores .store-item-container {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem 0
}
#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    list-style: none;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #f1f1f1
}
#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem
}
#stores .page-stores .store-item-container .divide-left td {
    padding-left: .375rem
}
#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}
#stores .page-stores .store-item-container .store-description {
    font-size: 1rem
}
#stores .page-stores .store-item-footer {
    margin-top: .5rem;
    padding-top: .5rem;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #f1f1f1
}
#stores .page-stores .store-item-footer div:first-child {
    flex: 0 0 65%
}
#stores .page-stores .store-item-footer i.material-icons {
    margin-right: .625rem;
    color: #7a7a7a;
    font-size: 1rem
}
#stores .page-stores .store-item-footer li {
    margin-bottom: .625rem
}
.block-social li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer
}
.block-social li:hover {
    background-color: #2fb5d2
}
.block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}
.block-social li a:hover {
    color: transparent
}
#footer .collapse {
    display: inherit
}
.contact-rich {
    color: #7a7a7a;
    margin-bottom: 2rem;
    word-wrap: break-word
}
.contact-rich h4 {
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 2rem
}
.contact-rich .block {
    height: auto;
    overflow: hidden
}
.contact-rich .block .icon {
    float: left;
    width: 3.5rem
}
.contact-rich .block .icon i {
    font-size: 2rem
}
.contact-rich .block .data {
    color: #232323;
    font-size: .875rem;
    width: auto;
    overflow: hidden
}
.contact-rich .block .data.email {
    padding-top: .375rem
}
#content.page-not-found {
  border:1px solid #f2f2f2;
  padding: 30px
}
#content.page-not-found .search_widget input[type='text'] {
  position: relative;
  right:auto;
  opacity: 1;
  pointer-events: all;
  width:300px;
}
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6
}
.customization-modal .modal-content .modal-body {
  padding-top: 0
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: .9375rem;
  padding-top: .9375rem;
  border-bottom: 1px solid #f6f6f6
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 700;
  text-align: right
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0
}
.sitemap-title {
  text-transform: capitalize
}
.sitemap {
  margin-top: .9375rem
}
.sitemap h2 {
  color: #232323;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px solid #7a7a7a;
  margin-left: -15px;
  width: 100%;
  height: 35px
}
.sitemap ul {
  margin-top: 20px
}
.sitemap ul.nested {
  margin: 4px 0 0 10px;
  padding-left: 10px;
  list-style-position: inside;
}
.sitemap ul li {
  font-size: .9rem;
  margin-bottom: 5px
}
.popover {
  font-family: inherit
}
.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb ol {
  list-style: none;
  flex-wrap:wrap
}
.breadcrumb ol li > span {
  padding: 0 10px
}
.breadcrumb a, .breadcrumb a:hover {
  color:inherit
}
body:not(#index) #wrapper {
  padding-bottom: 100px
}
#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block
}
#wrapper .banner img {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .15)
}
#main .page-content,
#main .page-header {
    margin-bottom: 1.563rem
}
#main .page-content h6 {
    margin-bottom: 1.125rem
}
#main .page-footer {
    margin-bottom: 1.563rem
}
#notifications > .page-width {width:100%;}
#notifications ul {
    margin-bottom: 0
}
#footer ul {
  list-style: none;
  padding: 0
}
.footer-main > .flex-container {
  padding: 90px 0;
}
.footer-main h4 {margin-bottom: 30px}
.footer-main li:not(:last-child) {margin-bottom: 10px}
@supports (display: grid) {
  .footer-main > .grid-container {
      grid-auto-rows: 1fr;
      grid-column-gap: 30px;
      grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  }
}
@supports not (display: grid) {
    .footer-main > .grid-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    .footer-main > .grid-container > * {
      width:24%;
      margin-right: 1%
    }
}
.footer_text {
  flex-grow: 1
}
.checkout-step {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px
}
.checkout-step.-unreachable h3,
.form-footer > .btn {
  margin:0
}
.checkout-step.-complete {
  margin-bottom: 25px
}
.page-my-account #content .links a svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.page-my-account #content .links a:hover svg {
    color: #000;
    transform: scale(1.05);
}
#foter .form-footer > .btn {padding:3px 12px;}
#customer-form .custom-checkbox {
  display: flex;
  align-items:flex-start;
}
#customer-form .custom-checkbox label {
  margin: 0;
  line-height: 18px
}
#customer-form .form-group .radio-inline {
  margin: 0 20px 0 0;
  display: inline-flex;
  align-items: center
}
/* VENEDOR */
.module-title {
  margin:0 0 35px;
  display:flex;
}
.module-title:before {
  content:"";
  width:4px;
  height:14px;
  background:#333;
  margin:auto 9px auto 0;
  display: block;
}
.title_center .module-title {
    justify-content: center;
}
.title_center .module-title:before {
    display: none
}
#footer .module-title {
    margin-bottom: 35px
}
#footer .module-title:before {display: none}
.module-title a {
  color:inherit
}
#footer .form-control {
    padding-top: 9px;
    padding-bottom: 9px;
}
#footer .form-group svg{
    color:#d3d3d3;
    width:13px;
    height:13px
}
.fsslider {
  position: relative;
  min-width: 150px;
  height: 24px;
  display: inline-block;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  color: #000
}
.fsslider {
  text-align: center;
  line-height: 24px;
  font-size: 11px
}
.fsslider > * {
  position: absolute;
  top: 50%;
  cursor: pointer
}
.fsslider > .fsfull-value, .fsslider > .fssel-value {
  margin-top: -1px;
  height: 2px;
  left: 0;
  right: 0
}
.fsslider > .fsfull-value {
  width: 100%;
  background: #d8d8d8
}
.fsslider > .fssel-left, .fsslider > .fssel-right, .fsslider > .fscaret {
  background: #fff;
  border:1px solid #ccc;
  height: 100%;
  min-width: 30px;
  top: 0;
  padding-left: 5px;
  padding-right: 5px
}
.fsslider > .fssel-value {
  height: 4px;
  margin-top: -2px;
  right: 50%;
}
.fsslider.fsdisabled {
  color: #c8c8c8
}
.fsslider.fsdisabled > .fssel-value {
  background: #c8c8c8
}
.filter {
	margin-bottom: 40px;
  list-style: none;
}
.filter h5 {margin:0}
.filter h5 a {
    text-transform: lowercase;
    font-weight: normal;
    font-style: italic;
    padding: 0 25px;
    display: block;
    color:#555
}
.filter h5:first-child a {
  padding-left:0;
}
.filter h5 a.selected,
.filter h5 a:hover {
  color:#bab9b9
}
.builder-mtop-40 {margin-top: 40px}
.builder-mtop-90 {margin-top: 90px}
.manu-indent {
  padding-right: 30px;
}
.pk-brands .manu-item {
  width:200px;
}
.pk-brands .manu-item span {
  line-height: 30px;
  font-size: 14px;
}
.pk-brands .manu-item img {
  max-width:100%;
  width:100%;
  height: auto;
}
.pk-brands .manu-item img:hover {
  filter: brightness(50%);
}
.mini-product:not(:first-child) {
    margin-top: 20px;
}
.mini-product .price span {
    color: #aaa;
    font-size: 80%;
    font-style: italic;
}
.mini-product .product-title {
    font-family: inherit;
    font-size: 14px;
    line-height: 17px;
    color: inherit;
    font-style: italic;
    margin: 0 25px 10px 0;
}
.mini-product .product-description {
    margin-top: 10px;
    flex-grow: 1;
    width: calc(100% - 80px)
}
.mini-product .thumbnail-container {
    display: flex
}
.mini-product .thumbnail {
    min-width: 77px;
    width: 77px;
    margin: 0 20px 0 0;
}
.mini-product .thumbnail img {
    border: none
}
.ui-menu-item .thumbnail-container {padding: 10px}
.micro-product {
  margin-bottom: 40px;
}
.micro-product .product-description {
  padding-top: 10px;
}
.micro-product .product-desc-wrap {
  flex-grow:1
}
.micro-product .price {font-size:1.063em}
.micro-product .thumbnail {
  width:100px;
  min-width:100px;
  margin-right: 20px;
  margin-bottom: 0;
  align-self:flex-start
}
#left-column .product-miniature {
  margin: 0 0 30px;
}
.sidebar > *:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sidebar > * {
    margin-bottom: 40px;
  }
}
.sidebar .product-miniature {
  width: 100%;
}
.view_list .product-miniature {
  margin-right: 0;
  margin-bottom:30px;
}
@media (min-width: 769px) {
  .md-2 > article {width:calc(50% - 30px)}
  .md-3 > article {width:calc(33.33% - 30px)}
  .md-4 > article {width:calc(25% - 30px)}
  .md-5 > article {width:calc(20% - 30px)}
  .md-6 > article {width:calc(16.66% - 30px)}
}
@media (max-width: 768px) and (min-width: 480px) {
  .sm-1 > article {width:calc(100% - 30px)}
  .sm-2 > article {width:calc(50% - 30px)}
  .sm-3 > article {width:calc(33.33% - 30px)}
  .sm-4 > article {width:calc(25% - 30px)}
  .sm-5 > article {width:calc(20% - 30px)}
}
@media (max-width: 479px) {
  .xs-1 > article {width:calc(100% - 30px)}
  .xs-2 > article {width:calc(50% - 30px)}
  .xs-3 > article {width:calc(33.33% - 30px)}
}
.products.isotope {
  display: block;
  width:calc(100% + 30px)
}
.simple-star .star-container,
.simple-star.star_content {
  position: static;
  width:auto;
  height:auto;
}
.simple-star .rate-container {
  flex-grow: 1;
  font-size: 13px;
  color:#575656;
  line-height: 23px
}
.simple-star .rate-container span {
    padding: 0 2px
    }
.simple-star .star-container svg {
  width:12px;
  height:12px;
  margin-right: 5px;
}
.listing_view .svgic {
  width:14px;
  height: 14px;
  color:#cdcdcd;
}
.listing_view .svgic.svgic-list {
  width:17px;
  height:17px;
}
.listing_view > div {
  width:35px;
  height: 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  cursor: pointer;
  background: #eee
}
.listing_view > div.active svg,
.listing_view > div:hover svg,
.page-list li a:hover,
.page-list li a:hover svg {
  color:#fff
}
.page-list {
  margin:0;
  align-self: flex-end;
}
.page-list li {
  width:30px;
  height: 30px;
  line-height: 28px;
  border:1px solid #f1f1f1;
  margin: 0 2px 0 3px;
  font-size: 12px;
  color:#757575
}
.page-list li:last-child {
  margin-right: 0
}
.page-list li:hover {
  border-color:transparent
}
.page-list li a {
  color:inherit;
  width: 100%;
  height: 100%;
  font-size: inherit
}
.page-list li svg {
  width:8px;
  height:8px;
  color:#999
}
#pk-map {
  height:500px;
  background:#eee;
  margin-bottom: 50px
}
.contact-page-footer {
  margin-top: 140px;
}
.contact-page-footer > div {
  margin-bottom: 40px
}
.contact-page-footer h6 {
  text-transform: uppercase;
  color:#414141;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 20px;
}
.contact-page-footer p, .contact-page-footer li {
  font-size: 0.875em;
  color:#727272;
}
.contact-page-footer svg {
  width:43px;
  height:43px;
  margin-bottom: 35px;
  color:#ccc
}
.form-fields-contact > div > *:last-child{margin:0}
.contact-footer {padding-top: 30px}
#pk_pagebuilder .row > .col-md-12 {padding: 0}
.block_newsletter input[type="text"],
.input-txt{
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: none;
  line-height: 20px;
  color:#ccc
}
.textarea-area svg {top:15px}
#footer .textarea-area textarea {padding-left: 43px; padding-top:3px;line-height: 26px;font-size: 13px;margin-bottom: 10px}
.google-maps-preview, .contact-form-widget .form-group {margin-bottom: 7px}
.contact-form-widget input,
.contact-form-widget textarea {color:#d3d3d3;font-size: 13px}
.contact-form-widget .form-control::-webkit-input-placeholder {
    color: #d3d3d3;
    font-size: 13px;
}
.contact-form-widget .form-control:-ms-input-placeholder {
    color: #d3d3d3;
    font-size: 13px;
}
.contact-form-widget .form-control::placeholder {
    color: #d3d3d3;
    font-size: 13px;
}
.contact-form-widget .btn {color:#ededed;border-color:#ededed}
.sidebar-section {border:1px solid #e5e5e5;padding: 25px 15px;flex-direction: row;}
.sidebar-section svg {width:34px;height:34px; margin-right:25px;min-width:34px;}
.sidebar-section:not(:last-child) {margin-bottom: 20px}
.sb-sect-txt > * {display:block}
.sb-sect-txt strong {font-size: 13px;line-height: 17px;margin-bottom: 10px;letter-spacing: 0.1em}
.sb-sect-txt span {font-size: 14px;line-height: 19px;color:#999}
.inputs {margin-bottom: 15px}
.product-thumbnail > img:nth-child(2) {
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  opacity:0
}
.product-miniature:hover .product-thumbnail > img:nth-child(2) {
  transition: opacity .3s ease-out;
  opacity:1
}
#fb-resp {color:#f00}
#category.cp-only-filter #left-column > *:not(#search_filters_wrapper),
#search_filters_wrapper:empty,
#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add,
#category #left-column #search_filters .facet .title[aria-expanded=false] .collapse-icons .remove,
[aria-expanded=true].collapse-icons .add,
[aria-expanded=false].collapse-icons .remove {display: none}
#category #left-column #search_filters .facet .title > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 37px;
}
#category #left-column #search_filters .facet .title {position: relative;}
#category #left-column #search_filters .facet .title > span span {
  height: 100%;
  display:block;
  padding:0
}
#category #left-column #search_filters .facet .title > span span i {
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#category #left-column #search_filters .facet .title > span span i svg {
  width:12px;
  height:12px;
  color:#777;
}
#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove,
#category #left-column #search_filters .facet .h6 {
  margin-bottom: 0;
  padding: .625rem;
}
#category #left-column #search_filters .facet .facet-label a {
  margin-top: 0;
  white-space: nowrap;
}
.block-categories ul {
  padding:0;
  margin:0;
  list-style: none;
}
.category-sub-menu {
  padding: 10px
}
.top-banner svg {
  color:#fff;
  margin-right: 25px;
  width:16px;
  height: 16px
}
.top-banner div {
  line-height: 14px;
  font-size: 12px
}
.top-banner span {
  text-transform: uppercase;
  letter-spacing: 0.11em
}
.top-banner i {
  text-transform: lowercase;
  font-family: 'PT Sans';
  letter-spacing: 0.06em
}
.category-slider {margin: -30px 0 50px}
body .hesperiden.tparrows {
  border-radius:0;
  width:50px;
  height:40px;
  border:2px solid #444645;
  background: none
}
body .hesperiden.tparrows.tp-leftarrow:before {
  transform: translate(180deg);
  -webkit-transform: rotate(180deg);
}
body .hesperiden.tparrows:before {
  content:"";
  width:100%;
  height:100%;
  background: url('../svg/arrow-right.svg') no-repeat 50% 50%
}
body .hesperiden .tp-bullet {
  width:8px;
  height: 8px;
  border:2px solid #444;
  background:none
}
body .hesperiden .tp-bullet:hover,
body .hesperiden .tp-bullet.selected {
  background: #7bae23;
  border-color:transparent
}
body .pk_search_result {
    border-radius: 0;
    border-color: #f1f1f1;
    background: #fff;
    padding:0;
    z-index: 9
}
body .pk_search_result li {
    display: flex;
    padding: 15px;
}
body .pk_search_result li:hover {
  background: #f1f1f1
}
body .pk_search_result li:not(:first-child) {
    border-top: 1px solid #f1f1f1
}
body .pk_search_result li a {
  color:inherit
}
body .pk_search_result .product-price-and-shipping,
body .pk_search_result .product-description {
    margin: 0
}
body .pk_search_result .product-price-and-shipping span {
    font-size: 0.825em
}
body .pk_search_result .product-price-and-shipping span.price {
    font-size: 1em !important
}
body .pk_search_result .product-title {
    font-style: normal;
    margin: 0.5rem 0
}
body .pk_search_result .thumbnail-container a {
    padding: 0
}
body .ui-helper-hidden-accessible {display:none}
body .ui-autocomplete {width:300px !important}
#search_widget input {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
}
#search_widget .ui-autocomplete-loading {
    background-image: url("../svg/loader-animated.svg");
}
.hdr-sep {position: relative}
.hdr-sep:after {
  position: absolute;
  content:"";
  width:1px;
  height:17px;
  background: rgba(255,255,255,0.2);
  top:calc(50% - 9px);
  right:0%
}
.videoWrap { 
    position: relative; 
    height: 0; 
    overflow: hidden; 
    padding: 0 0 56.25% 0;  
}
.videoWrap iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    border:none;
    width:100% !important;
    height:100% !important;
}
.sidebar .special-products .product-miniature,
.products-section > article:last-child {margin-bottom:0;}
.gs-lazy-load .b-lazy:not(.b-loaded) {
    opacity:0
}
.gs-lazy-load .product-thumbnail {
    background: url('../svg/loader-animated.svg') 50% 50% no-repeat;
    background-size: 20%
}
.cart-title {white-space: nowrap}
/* RESPONSIVE */
@media (min-width:576px) {
    #header .header-main-wrap.sticky {
      position: fixed;
      z-index: 999;
      top:0;
      width: 100%;
      transition: height 0.4s;
      height: 60px;
      box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
      background: #fff
    }
    .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;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {width: auto}
    .form-inline .input-group>.form-control {width: 100%}
    .form-inline .form-check,
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }
    .form-inline .form-check-label {padding-left: 0}
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {top: 0}
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {max-width: 300px}
    .float-sm-left {float: left!important}
    .float-sm-right {float: right!important}
    .float-sm-none {float: none!important}
    .hidden-sm-up {display: none!important}
    .text-sm-left {text-align: left!important}
    .text-sm-right {text-align: right!important}
    .text-sm-center {text-align: center!important}
    .modal-right-wrapper {padding-right: 30px}
}
@media (max-width:767px) {
    #category #left-column #search_filters .facet .collapse.in {display: flex;flex-wrap: wrap}
    .footer-bottom .page-width {flex-direction: column}
    #wrapper {box-shadow: none}
    #checkout-cart-summary {
        float: none;
        width: 100%;
        margin-top: 1rem
    }
    #wrapper > .page-width > .container {width:100%;}
    section.checkout-step,
    .product-main .images-section,
    .product-main .info-container,
    .tabs .nav-tabs,
    #category #left-column, #stores .page-stores,
    #content-wrapper {width: 100%}
    .default-input {min-width: 100%}
    label {clear: both}
    .dropdown-item,
    .menu {padding-left: 0}
    #footer .title h4 {margin-bottom: 15px}
    #footer .footer-main > div > *,
    #footer .links .row > div:first-child {padding-bottom: 20px}
    #footer .title .collapse-icons .remove,
    #footer .title[aria-expanded=true] .collapse-icons .add,
    #footer .collapse,
    #category #left-column #search_filters .facet .collapse {display: none}
    #footer .title[aria-expanded=true] .collapse-icons .remove,
    #footer .collapse.in,
    .footer-main > div:not(.pk_popup_container) {display: block}
    #footer .navbar-toggler {
      position: absolute;
      right: 0;
      top:0;
      display: flex;
      justify-content: center;
      padding: 0
    }
    #footer .title{position: relative;}
    #footer .footer-main ul {margin-bottom: 0}
    #stores .page-stores .store-item-container {padding: 1rem 0}
    .product-line-grid-body {margin-bottom: 1rem}
    #blockcart-modal .divide-right {border-right: none}
    #blockcart-modal .modal-body {padding: 1rem}
    #category #left-column #search_filters_wrapper {
      margin-left: -30px;
      margin-right: -30px
    }
    #category #left-column #search_filter_controls {
      text-align: center;
      margin-bottom: 1rem
    }
    #category #left-column #search_filters {
      margin-bottom: 0;
      box-shadow: none;
      padding: 0
    }
    #category #left-column #search_filters .facet {
      padding-top: 0;
      border-bottom: none
    }
    #category #left-column #search_filters .facet .title {
      cursor: pointer;
      position: relative;
    }
    #category #left-column #search_filters .facet ul li {padding: 10px 20px 0 0}
    .products-sort-order .select-title {margin-left: 0}
    .products-selection h1 {
      padding-top: 0;
      text-align: center;
      margin-bottom: 1rem
    }
    .products-selection .showing {padding-top: 1rem}
    .carousel .carousel-item figure {margin: 0}
    .carousel .carousel-item .caption {
      bottom: 5px;
      left: 40px
    }
    .carousel .carousel-item img {
      max-width: 100%;
      height: auto
    }
    .carousel .carousel-inner {height: auto}
    #wrapper .page-width {
      display: flex;
      flex-direction: column-reverse;
    }
    .forgotten-password .form-fields .email {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%
    }
    .forgotten-password .form-fields .center-email-fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
    .forgotten-password .form-fields .center-email-fields button {
      margin: 10px;
      width: calc(100% - 20px)
    }
    .hidden-sm-down {opacity: 0;position: absolute;pointer-events: none}
    .hidden-sm-down-op {opacity: 0;position: absolute;}
    #order-items {
      border-right: 0;
      margin-bottom: 2.5rem
    }
    #order-items .card-title {
      border-bottom: 1px solid #f1f1f1;
      margin-bottom: 1rem;
      padding-bottom: 1rem
    }
    #order-items hr {border-top-color: #f1f1f1}
    .bold {font-weight: 700}
    #order-details {padding-left: .9375rem}
    #order-details .card-title {
      border-bottom: 1px solid #f1f1f1;
      margin-bottom: 1rem;
      padding-bottom: 1rem
    }
    #content-wrapper {margin-bottom: 30px}
    .product-main, #product .tabs {flex-direction: column;}
    .product-grid-6 .view_grid .products.pk-carousel > article {width:32%}
    .product-grid-5 .view_grid .products.pk-carousel > article {width:32%}
    .product-grid-4 .view_grid .products.pk-carousel > article {width:47%}
    .product-grid-3 .view_grid .products.pk-carousel > article {width:47%}
    .product-grid-2 .view_grid .products.pk-carousel > article {width:47%}
    #wrapper > .page-width {width: 100%}
}
@media (max-width:991px) {
    .hidden-md-down, #product-modal .modal-content .modal-body .arrows {display: none!important}
    .container {max-width: 100%}
    #header .logo {width: auto}
    .sub-menu {
        left: 0;
        min-width: 100%
    }
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto .9375rem
    }
    #blockcart-modal .cart-content {padding-left: 0}
    #blockcart-modal .product-name,
    #product-availability {margin-top: .625rem}
    #search_filters .facet .facet-label {text-align: left}
    .block-category .category-cover {
        position: relative;
        text-align: center
    }
    .block-category {padding-bottom: 0}
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }
    .product-cover img,
    #product-modal .modal-content .modal-body img.product-cover-modal,
    #product-modal .modal-content .modal-body .image-caption,
    #order-confirmation #registration-form {width: 100%}
    #blockcart-modal .modal-dialog {width: calc(100% - 20px)}
    #blockcart-modal .modal-body {padding: 1.875rem}
    .done {margin: 0;padding: 0}
    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto
    }
    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left
    }
}
@media (max-width:1200px) {
  .block-category-content {padding: 20px 10% 20px 35px;min-height:0}
  .block-category h2 {font-size: 26px;margin-bottom:10px}
  .block-category p {line-height: 16px}
}
@media (min-width:992px) {
  .hidden-lg-up {display: none!important}
  .text-lg-left {text-align: left!important}
  .text-lg-right {text-align: right!important}
  .text-lg-center {text-align: center!important}
  .float-lg-left {float: left!important}
  .float-lg-right {float: right!important}
  .float-lg-none {float: none!important}
  .modal-lg {max-width: 900px}
  #header .page-width {padding: 0 15px}
}
@media (min-width:768px) {
  .carousel .carousel-item .caption {
      bottom: 28px;
      left: 90px
  }
  .carousel .carousel-item img {
      width: 100%;
      margin-left: 0
  }
  .hidden-md-up {display: none!important}
  .text-md-left {text-align: left!important}
  .text-md-right {text-align: right!important}
  .text-md-center {text-align: center!important}
  .float-md-left {float: left!important}
  .float-md-right {float: right!important}
  .float-md-none {float: none!important}
}
@media (min-width:1200px) {
  body .pk_cl li {margin-left: 50px;}
  .hidden-xl-up {display: none!important}
  .text-xl-left {text-align: left!important}
  .text-xl-right {text-align: right!important}
  .text-xl-center {text-align: center!important}
  .float-xl-left {float: left!important}
  .float-xl-right {float: right!important}
  .float-xl-none {float: none!important}
  .top-banner .row > .col-sm-4 {
    padding-left: 75px
  }
  .header-1 #search_widget {margin-left: 4.4%}
  .header-1 .header-nav > .page-width > * {margin-left: 55px}
  .products-selection > *:not(:first-child) {margin-left: 50px}
  .view_list .pm-additional-info {padding-right: 60px}
  .view_list .simple-star, .view_list .product-title {margin-top: 20px}
  .view_list .simple-star .star-container svg {width:15px;height:15px;}
  .view_list .simple-star .rate-container {font-size: 15px}
}
@media (min-width:481px) {
    .sidebar-toggler {display:none}
}
@media (max-width:480px) {
  #header .dd_el {
    position: static
  }
  #header .dd_container {
    width:calc(100% - 30px);
    margin:0 15px;
    left:0;
    right:auto;
  }
  #header .header-nav .svgic {
    display: block;
    width:18px;
    height:18px;
    margin-right: 13px
  }
  #header #desktop_cart svg {margin:0}
  #header .pk_cl li a span, #header .cart-title,
  #left-column > *:not(#search_filters_wrapper) {display: none}
  .products-selection > *:not(:first-child) {margin-left: 10px}
  #left-column2 {
    position: absolute;
    left:-100%;
    z-index: 98;
    background: #fff
  }
  #left-column.sidebar-open {
    left:0
  }
  .sidebar-toggler {
    display: none;
    position: absolute;
    right:-50px;
    width:50px;
    height:50px;
    top:40px;
    background: #ccc;
    margin:0;
    z-index: 99;
    cursor: pointer;
    opacity:0.9;
  }
  .sidebar-toggler svg {
    transform: rotate(180deg);
  }
  .sidebar-open .sidebar-toggler{
    right:0
  }
  .sidebar-open .sidebar-toggler svg {
    transform: rotate(0)
  }

}
@media (max-width:575px) {
    .search_widget input[type='text'] {
      pointer-events: auto;
    }
  .form-fields-contact {flex-direction: column;}
  .form-fields-contact > div {margin-bottom: 30px}
  .hidden-xs-down, .listing_view {display: none!important}
 
  #stores .page-stores .store-item-container .divide-left {border-left: none}
  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
      margin-bottom: .5rem
  }
  #stores .page-stores .store-item-footer,
  #stores .page-stores .store-item-container {display: block}
  #stores .page-stores .store-item-footer.divide-top {border-top: 1px solid #f1f1f1}
  #stores .page-stores .store-item-footer li {margin-bottom: .625rem}
  #stores .page-stores .store-item-footer .card-block {padding: .75rem .75rem 0}
  .cart-items {padding: 1rem 0}
  .cart-item {border-bottom: 1px solid #f1f1f1}
  .cart-item:last-child {border-bottom: 0}
  .cart-grid-body .cart-overview {padding: 0}
  .cart-grid-body .no-items {
      padding: 1rem;
      display: inline-block
  }
  .product-line-grid-left {padding-right: 0!important}
  .products-selection .filter-button {padding-left: 0}
  #category #left-column #search_filters_wrapper {
      margin-left: -15px;
      margin-right: -15px;
      margin:0; 
      z-index: 99
  }
  #payment-confirmation button {font-size: .875rem}
  #payment-confirmation button.btn {white-space: normal}
  .forgotten-password .form-fields .center-email-fields button {margin-left: 0;margin-right: 0}
  .forgotten-password .form-fields .email {padding: 0}
  .tabs {margin-bottom: 50px}
  .tabs .tab-pane {padding: 20px}
  .hdr-sep {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px
  }
}
@media (max-width:380px) {
    .product-line-grid-right .price,
    .product-line-grid-right .qty {
        width: 100%
    }
    .product-line-grid > div {width:100%}
    .product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
      line-height: 16px;
    }
    .cart-item .product-line-info.product-price {
      flex-direction: row;
      margin-bottom: 10px
    }
    .product-line-actions .input-group .form-control {max-width: 60px;margin-bottom: 10px}
}
@media (max-width: 979px) and (min-width: 768px) {
  .micro-product .thumbnail {
    margin-right: 10px;
    min-width: 80px;
    width: 80px
  }
  .view_list .product-thumbnail-wrapper {
    margin-right: 20px;
    min-width: 170px;
    width:170px;
  }
  .view_list .hook-reviews {
    position: static;
    order:1
  }
}
.pk-infomessage {
  position: fixed;
  z-index: 999;
  top:20px;
  right:20px;
  width:300px;
}
.pk-infomessage a {
  position: absolute;
  top:10px;
  right:10px;
  display: block;
}
.pk-infomessage a svg{
  width:14px;
  height: 14px;
  color:#fff;
}
.pk-infomessage-item {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
  font-size: 15px;
  line-height: 22px
}
.pk-infomessage-item.state-error {
  background-color: #dc5300;
  color:#fff;
} 
.pk-infomessage-item.state-success {
  background-color: #7bae23;
  color:#fff;
}
.pk-close-timer {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 4px;
  background-color: rgba(0,0,0,0.3);
}
.ie11 div#js-product-list>.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
        
}
.ie11 div#js-product-list>.products>article {
    width:32%;
}
#fcbc iframe {width:100% !important;}
.special-products .products.pk-carousel>.product-miniature {
    width: 100%;
    margin-right: 1%;
}