@charset "UTF-8";meta.foundation-version {
    font-family: "/5.5.3/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 551px)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:551px)/";
    width: 551px
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
    width: 551px
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:801px)/";
    width: 801px
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:801px) and (max-width:1500px)/";
    width: 801px
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1500px)/";
    width: 1500px
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:1500px) and (max-width:1681px)/";
    width: 1500px
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:1681px)/";
    width: 1681px
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

.u-block {
    display: block!important
}

.u-inlineBlock {
    display: inline-block!important;
    max-width: 100%!important
}

.u-hidden {
    display: none!important
}

.u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.is-srOnly {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.u-textAlignCenter {
    text-align: center!important
}

.u-textAlignLeft {
    text-align: left!important
}

.u-textAlignRight {
    text-align: right!important
}

.u-textBreak {
    word-wrap: break-word!important
}

.u-textInheritColor {
    color: inherit!important
}

.u-textKern {
    text-rendering: optimizeLegibility!important;
    font-feature-settings: "kern" 1!important;
    font-kerning: normal!important
}

.u-textLead {
    line-height: 1.6!important;
    font-size: 1.1em!important
}

.u-textNoWrap {
    white-space: nowrap!important
}

.u-textTruncate {
    max-width: 100%!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important
}

.u-fontSmoothing {
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

*,:after,:before {
    box-sizing: border-box
}

body,html {
    height: 100%
}

body {
    background: #fff;
    color: #707070;
    cursor: auto;
    margin: 0;
    padding: 0;
    position: relative
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a:hover {
    cursor: pointer
}

figure {
    margin: 0 0 1.5rem
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img {
    -ms-interpolation-mode: bicubic
}

button {
    background: 0 0;
    border: 0
}

button:active,button:focus {
    box-shadow: none;
    outline: 0
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}

html {
    font-size: 13px
}

@media (min-width: 551px) {
    html {
        font-size:13px
    }
}

@media (min-width: 801px) {
    html {
        font-size:13px
    }
}

@media (min-width: 1500px) {
    html {
        font-size:13px
    }
}

body {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #000;
    line-height: inherit;
    text-decoration: underline
}

a:focus,a:hover {
    color: #ffd200
}

p {
    margin-bottom: 1.5rem
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: .25px;
    margin-bottom: .76923rem
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #000;
    font-size: 60%;
    line-height: 0
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 13px
}

.subheader {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: .76923rem
}

hr {
    border: solid #ededed;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 2.03846rem 0 1.96154rem
}

em,i {
    font-style: italic;
    line-height: inherit
}

b,strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

dl,ol,ul {
    list-style-position: outside;
    margin-bottom: 1.5rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-left: 1.2rem;
    margin-bottom: 0
}

ul {
    margin-left: 1.15rem
}

ol {
    margin-left: 1.15rem
}

dl dt {
    font-weight: 700;
    margin-bottom: .38462rem
}

dl dd {
    margin-bottom: 1.5rem
}

abbr,acronym {
    border-bottom: 1px dotted #dfdfdf;
    color: #707070;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase
}

abbr {
    text-transform: none
}

blockquote,blockquote p {
    font-size: 22px;
    line-height: 29px
}

cite {
    color: #a5a5a5;
    display: block;
    font-size: 12px
}

.icon {
    height: 1.23077rem;
    width: 1.23077rem;
    display: inline-block;
    vertical-align: middle
}

.icon svg {
    display: inline-block;
    fill: white;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.inlineList {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.30769rem;
    margin-left: -1.69231rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0
}

.inlineList>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.69231rem
}

.inlineList>li>* {
    display: block
}

.table {
    border: solid 1px #ededed;
    margin-bottom: 2.03846rem;
    table-layout: auto;
    width: 100%
}

.table thead {
    background: #f7f7f7
}

.table thead tr td,.table thead tr th {
    font-size: 12px;
    font-weight: 700;
    padding: .76923rem 1.5rem
}

.table tr td,.table tr th {
    padding: .76923rem 1.5rem;
    text-align: left
}

.table tbody tr td,.table tbody tr th,.table tfoot tr td,.table tfoot tr th,.table thead tr th,.table tr td {
    display: table-cell
}

.table td.table-cell--numericData,.table th.table-header--numericData {
    text-align: right
}

.table-thead {
    border: 1px solid #ededed
}

.table-tfoot {
    border: 1px solid #ededed
}

.table-tbody tr {
    border-bottom: 1px solid #ededed
}

.table-tbody tr:last-child {
    border-bottom: 0
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #ffd200;
    color: #000;
    font-size: 12px;
    padding: .92308rem 2.26923rem;
    border-radius: 0;
    outline: 0;
    vertical-align: middle
}

.button.active,.button.is-active,.button:focus,.button:hover {
    background-color: transparent;
    border-color: #2457aa;
    color: #fff
}

.button:active {
    background-color: transparent;
    border: 1px solid #2457aa;
    color: #fff
}

.button.active,.button.is-active,.button:focus {
    outline: 0
}

@media (min-width: 481px) {
    .button+.button {
        margin-left:.76923rem
    }
}

.button--primary {
    background-color: #2457aa;
    border-color: #2457aa;
    color: #fff
}

.button--primary.active,.button--primary.is-active,.button--primary:focus,.button--primary:hover {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.button--primary:active {
    background-color: #ffd200;
    border: 1px solid #ffd200;
    color: #000
}

.button[disabled] {
    background-color: #dadada;
    border-color: #dadada;
    color: #fff;
    cursor: default
}

.button--large {
    font-size: 15px
}

.button--small {
    font-size: 13px;
    padding: .53846rem 1.5rem
}

.button--slab {
    display: block;
    width: 100%
}

.button+.button--slab {
    margin-left: 0
}

.button--icon {
    font-size: 12px;
    padding: .76923rem .76923rem
}

.button--icon svg {
    fill: #ededed
}

.buttonGroup {
    display: inline-block
}

.buttonGroup>.button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0
}

.buttonGroup>.button:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.buttonGroup>.button:last-child {
    border-bottom-right-radius: 0;
    border-right-width: 1px;
    border-top-right-radius: 0
}

.dropdown-menu {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    font-size: 12px;
    height: auto;
    width: 100%;
    z-index: 89;
    max-width: 200px
}

.dropdown-menu.open {
    display: block
}

.dropdown-menu>:first-child {
    margin-top: 0
}

.dropdown-menu>:last-child {
    margin-bottom: 0
}

.dropdown-menu--content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e8e8e8;
    font-size: 12px;
    height: auto;
    padding: .76923rem;
    width: 100%;
    z-index: 89;
    max-width: 200px
}

.dropdown-menu--content.open {
    display: block
}

.dropdown-menu--content>:first-child {
    margin-top: 0
}

.dropdown-menu--content>:last-child {
    margin-bottom: 0
}

.dropdown-menu-item {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: .38462rem .76923rem
}

.dropdown-menu-item a {
    display: block;
    padding: .38462rem
}

.dropdown-menu-item a {
    margin: -.38462rem
}

.form {
    margin: 0 0 1.5rem
}

.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

.form-legend {
    background: 0 0;
    border: solid #454545;
    border-width: 0 0 1px;
    display: block;
    line-height: 32px;
    margin-bottom: .76923rem;
    padding: 0;
    width: 100%
}

.form-label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: .53846rem
}

.form-label small {
    color: #000;
    font-size: .76923rem;
    text-transform: uppercase;
    vertical-align: bottom
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #454545;
    display: block;
    font-family: inherit;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 3rem;
    margin: 0;
    padding: .75rem 1rem;
    transition: border-color .1s ease-out;
    width: 100%
}

.form-input:disabled {
    background-color: #fff;
    color: #a5a5a5;
    cursor: not-allowed
}

.form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text
}

.form-input:focus {
    border-color: #989898;
    outline: 0
}

.form-input[rows] {
    height: auto
}

.form-input[type=search] {
    box-sizing: border-box
}

.form-input::-webkit-input-placeholder {
    color: #a5a5a5
}

.form-input::-ms-clear {
    height: 0;
    width: 0
}

.form-input::-moz-placeholder {
    color: #a5a5a5
}

.form-input:-ms-input-placeholder {
    color: #a5a5a5
}

.form-select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    color: #454545;
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    padding: .75rem;
    border-radius: 0;
    cursor: pointer;
    height: 3rem;
    margin: 0;
    outline: 0
}

.form-select::-ms-expand {
    display: none
}

.form-select.radius {
    border-radius: 0
}

.form-select:focus {
    border-color: #989898
}

.form-select:disabled {
    background-color: #fff;
    cursor: not-allowed
}

.form-select:focus {
    border-color: #989898
}

.form-body {
    background-color: #fff;
    border: 1px solid #454545;
    box-shadow: 0 1px 2px rgba(0,0,0,.13);
    margin-bottom: 1.5rem;
    max-width: none;
    padding: 1.5rem
}

.form-row {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.form-row:after,.form-row:before {
    content: " ";
    display: table
}

.form-row:after {
    clear: both
}

.form-row .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    max-width: none
}

@media (min-width: 551px) {
    .form-row--half .form-field {
        width:50%
    }

    .form-row--third .form-field {
        width: 33.33333%
    }

    .form-row--quarter .form-field {
        width: 25%
    }
}

.form-field {
    display: block;
    margin: 0 0 2.03846rem;
    max-width: none
}

.form-field:after,.form-field:before {
    content: " ";
    display: table
}

.form-field:after {
    clear: both
}

.form-select[multiple] {
    height: auto
}

.form-select[multiple] option {
    padding: 5px
}

.form-checkbox,.form-radio {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-checkbox+.form-label,.form-radio+.form-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .38462rem;
    padding-left: 1.88462rem;
    position: relative;
    vertical-align: baseline;
    width: 100%
}

.form-checkbox+.form-label::after,.form-checkbox+.form-label::before,.form-radio+.form-label::after,.form-radio+.form-label::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out
}

.form-checkbox+.form-label::before,.form-radio+.form-label::before {
    background-color: #fff;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.23077rem;
    left: 0;
    top: 0;
    width: 1.23077rem
}

.form-checkbox+.form-label::after,.form-radio+.form-label::after {
    height: 1.07692rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.07692rem
}

.form-checkbox:checked+.form-label::after,.form-radio:checked+.form-label::after {
    opacity: 1;
    transform: scale(1)
}

.form-checkbox[disabled]+.form-label,.form-radio[disabled]+.form-label {
    cursor: default
}

.form-checkbox[disabled]+.form-label::before,.form-radio[disabled]+.form-label::before {
    background-color: #fff
}

.form-checkbox+.form-label::before {
    border-radius: 0
}

.form-checkbox+.form-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79,79,79,.999);
    content: "";
    font-size: 1.07692rem;
    line-height: 1;
    text-align: center
}

.form-radio+.form-label::before {
    border-radius: 50%
}

.form-radio+.form-label::after {
    background: rgba(79,79,79,.999);
    border: 3px solid #fff;
    border-radius: 1.07692rem
}

.form-input.has-action {
    float: left;
    padding-right: 2.84615rem
}

.form-input.has-action+.button--inputAction {
    background: 0 0;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.84615rem;
    margin: .07692rem 0 0 -2.92308rem;
    width: 2.84615rem
}

.form-input.has-icon {
    float: left;
    padding-right: 2.76923rem
}

.form-input.has-icon+.icon {
    height: 3rem;
    margin-left: -2.76923rem;
    width: 1.53846rem
}

.form-prefixPostfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form-prefixPostfix .form-input {
    -ms-flex: 1;
    flex: 1
}

.form-prefixPostfix .button {
    height: 3rem
}

.form-prefixPostfix-input {
    border-radius: 0 0 0 0
}

.form-prefixPostfix-label {
    background-color: #fff;
    border: solid #454545;
    border-width: 1px;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    height: 3rem;
    line-height: normal;
    max-width: 6.92308rem;
    padding: .75rem;
    text-align: center
}

.form-prefixPostfix-label--prefix {
    border-radius: 0 0 0 0;
    border-width: 1px 0 1px 1px
}

.form-prefixPostfix-label--prefix+.form-input {
    border-radius: 0 0 0 0
}

.form-prefixPostfix-label--postfix {
    border-radius: 0 0 0 0;
    border-width: 1px 1px 1px 0
}

.form-prefixPostfix-button--prefix {
    margin: 0 .75rem 0 0
}

.form-prefixPostfix-button--postfix {
    margin: 0 0 0 .75rem
}

.switch-checkbox {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.switch-checkbox:focus+.switch-toggle {
    border-color: #ededed;
    box-shadow: 0 0 4px rgba(237,237,237,.4)
}

.switch-toggle {
    background-color: #989898;
    border: 1px solid #989898;
    border-radius: 2.15385rem;
    cursor: pointer;
    display: inline-block;
    height: 2.15385rem;
    position: relative;
    transition: all .1s ease-out;
    vertical-align: middle;
    width: 4.61538rem
}

.switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49
}

.switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f
}

.switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default
}

.switch-toggle::before {
    background: #fff;
    border-radius: 1.53849rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    content: "";
    height: 1.53849rem;
    left: .23075rem;
    position: absolute;
    top: .23075rem;
    transition: all .1s ease-out;
    width: 1.53849rem
}

.switch--checked .switch-toggle::before {
    left: 2.69229rem
}

.switch-label {
    color: #fff;
    height: 26px;
    line-height: 2.07692;
    position: absolute;
    right: .46154rem;
    text-transform: uppercase;
    transition: all .1s ease-out
}

.switch--checked .switch-label {
    font-weight: 600;
    left: .46154rem;
    right: auto
}

.switch--disabled .switch-label {
    color: #989898
}

.switch-label--icon.icon {
    height: 2rem;
    width: 2rem
}

.switch-label--icon.icon svg {
    height: 2rem;
    width: 2rem;
    fill: white
}

.switch--disabled .switch-label--icon.icon svg {
    fill: #989898
}

.switch-description--off {
    color: #000;
    margin-right: 5px
}

.switch--checked .switch-description--off {
    color: #989898
}

.switch-description--on {
    color: #989898;
    margin-left: 5px
}

.switch--checked .switch-description--on {
    color: #000
}

.switch-ariaDescription {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-actions {
    background: 0 0;
    border: 0;
    text-align: center
}

@media (min-width: 481px) {
    .form-actions {
        text-align:left
    }
}

.form-actions>* {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width: 481px) {
    .form-actions>* {
        vertical-align:baseline;
        width: auto
    }
}

@media (min-width: 481px) {
    .form-actions--fixed {
        background:#fff;
        border-top: 1px solid #454545;
        bottom: 0;
        left: 0;
        padding: 1.5rem 2.03846rem;
        position: fixed;
        right: 0;
        text-align: right;
        z-index: 20
    }
}

.form-input-indicator {
    height: 1.69231rem;
    width: 1.69231rem;
    float: left;
    margin: 0 0 0 -2.30769rem;
    position: relative;
    top: .76923rem
}

.form-prefixPostfix .form-input-indicator {
    top: 0
}

.form-input-indicator>svg {
    fill: #69d66f
}

.form-field-errors {
    list-style: none;
    margin-left: 0;
    margin-left: 0;
    clear: both;
    margin-bottom: 0;
    margin-top: .15385rem
}

.form-field-errors ol,.form-field-errors ul {
    list-style: none;
    margin-bottom: 0
}

.form-inlineMessage {
    display: inline-block;
    line-height: 24px;
    margin: .38462rem 0 -.53846rem;
    width: 100%
}

.form-field--error .form-input,.form-field--success .form-input,.form-field--warning .form-input {
    float: left
}

.form-field--success .form-checkbox+.form-label::before,.form-field--success .form-input,.form-field--success .form-prefixPostfix-label,.form-field--success .form-radio+.form-label::before,.form-field--success .form-select {
    border-color: #69d66f
}

.form-field--success .form-field-error,.form-field--success .form-inlineMessage {
    color: #69d66f
}

.form-field--success .form-input-indicator>svg {
    fill: #69d66f
}

.form-field--error .form-checkbox+.form-label::before,.form-field--error .form-input,.form-field--error .form-prefixPostfix-label,.form-field--error .form-radio+.form-label::before,.form-field--error .form-select {
    border-color: #ff7d7d
}

.form-field--error .form-field-error,.form-field--error .form-inlineMessage {
    color: #ff7d7d
}

.form-field--error .form-input-indicator>svg {
    fill: #ff7d7d
}

.form-field--warning .form-checkbox+.form-label::before,.form-field--warning .form-input,.form-field--warning .form-prefixPostfix-label,.form-field--warning .form-radio+.form-label::before,.form-field--warning .form-select {
    border-color: #d4cb49
}

.form-field--warning .form-field-error,.form-field--warning .form-inlineMessage {
    color: #d4cb49
}

.form-field--warning .form-input-indicator>svg {
    fill: #d4cb49
}

.panel {
    position: relative
}

.panel-header {
    background-color: #f7f7f7;
    margin: 0;
    padding: 1.5rem 2.03846rem 0
}

.panel-title {
    line-height: 1.5;
    margin: 0
}

.panel-body {
    margin-bottom: 1.5rem;
    padding: 1rem 2.03846rem 1.5rem;
    background: #f7f7f7
}

.panel-body>:first-child {
    margin-top: 0
}

.panel-body>:last-child {
    margin-bottom: 0
}

.panel-body>:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden
}

.breadcrumb {
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    line-height: 1.5
}

.breadcrumb a {
    color: #000
}

.breadcrumb.current {
    color: #000;
    cursor: default
}

.breadcrumb.current a {
    color: #000;
    cursor: default
}

.breadcrumb.current:focus,.breadcrumb.current:focus a,.breadcrumb.current:hover,.breadcrumb.current:hover a {
    text-decoration: none
}

.breadcrumb.unavailable {
    color: #a5a5a5
}

.breadcrumb.unavailable a {
    color: #a5a5a5
}

.breadcrumb.unavailable a:focus,.breadcrumb.unavailable:focus,.breadcrumb.unavailable:hover,.breadcrumb.unavailable:hover a {
    color: #a5a5a5;
    cursor: not-allowed;
    text-decoration: none
}

.breadcrumb:before {
    color: #000;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px
}

.breadcrumb:first-child:before {
    content: " ";
    margin: 0
}

.breadcrumb::before {
    margin: 0 .53846rem
}

@media (min-width: 481px) {
    .breadcrumb::before {
        margin:0 .53846rem
    }
}

.breadcrumb-label {
    cursor: pointer
}

.breadcrumb-label:hover {
    color: #ffd200;
    text-decoration: none
}

.breadcrumb.is-active>.breadcrumb-label {
    color: #000;
    cursor: default
}

.breadcrumb.is-unavailable>.breadcrumb-label {
    color: #a5a5a5;
    cursor: default
}

.tabs {
    border-bottom: 1px solid #ededed;
    margin: 0
}

.tabs:after,.tabs:before {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tab {
    border-bottom: #fff;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width: 551px) {
    .tab {
        float:left
    }
}

.tab-title {
    color: #000;
    display: block;
    font-size: 15px;
    padding: .76923rem 1.53846rem
}

.tab-title:hover {
    color: #707070
}

.tab.is-active .tab-title {
    color: #707070;
    font-weight: 700
}

@media (min-width: 551px) {
    .tabs--vertical {
        border-bottom:0;
        float: left;
        margin: 0 0 1.5rem;
        max-width: 20%;
        width: 20%
    }
}

.tabs--vertical .tab {
    float: none
}

.tabs-contents {
    margin-bottom: 1.5rem
}

.tabs-contents:after,.tabs-contents:before {
    content: " ";
    display: table
}

.tabs-contents:after {
    clear: both
}

@media (min-width: 551px) {
    .tabs-contents--vertical {
        float:left;
        max-width: 80%;
        padding-left: 1.5rem;
        width: 80%
    }

    .tabs-contents--vertical>.tab-content {
        padding: 0 1.5rem
    }
}

.tab-content {
    display: none;
    padding: 1.5rem 0
}

.tab-content.is-active {
    display: block
}

.no-js .tab-content {
    display: block;
    float: none
}

.navBar:after,.navBar:before {
    content: " ";
    display: table
}

.navBar:after {
    clear: both
}

.navBar ol,.navBar ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.navBar ol ol,.navBar ol ul,.navBar ul ol,.navBar ul ul {
    list-style: none;
    margin-bottom: 0
}

.navBar ol li,.navBar ul li {
    margin: 0;
    padding: 0
}

.navBar-section {
    float: left
}

.navBar-section:after,.navBar-section:before {
    content: " ";
    display: table
}

.navBar-section:after {
    clear: both
}

.navBar-section--alt {
    float: right;
    margin-left: 1.5rem
}

.navBar-section+.navBar-section {
    margin-left: 1.5rem
}

@media (min-width: 551px) {
    .navBar-item {
        float:left
    }
}

.navBar-action,.navBar-item {
    display: block
}

.navBar-action {
    color: #000;
    font-size: 15px;
    padding: .76923rem
}

.navList:after,.navList:before {
    content: " ";
    display: table
}

.navList:after {
    clear: both
}

.navList ol,.navList ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.navList ol ol,.navList ol ul,.navList ul ol,.navList ul ul {
    list-style: none;
    margin-bottom: 0
}

.navList ol li,.navList ul li {
    margin: 0;
    padding: 0
}

.navList-section:after,.navList-section:before {
    content: " ";
    display: table
}

.navList-section:after {
    clear: both
}

.navList-section--alt {
    float: right;
    margin-left: 1.5rem
}

.navList-section+.navList-section {
    margin-top: 1.5rem
}

.navList-action,.navList-item {
    display: block
}

.navList-action {
    color: #000;
    font-size: 15px;
    padding: .15385rem 0
}

.pagination-list {
    display: block;
    margin-left: 0
}

.pagination-list li {
    color: #000;
    font-size: 12px;
    margin-left: .38462rem
}

.pagination-list li a,.pagination-list li button {
    border-radius: 0;
    transition: background-color .3s ease-out;
    background: 0 0;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: .30769rem .53846rem
}

.pagination-list li {
    display: block
}

li.pagination-item {
    cursor: pointer
}

li.pagination-item:first-child {
    margin-left: 0
}

li.pagination-item a:hover {
    color: #000
}

li.pagination-item--current a,li.pagination-item--current button {
    background: #fff;
    color: #000;
    cursor: default
}

.alertBox {
    border-style: none;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .76923rem;
    padding: .76923rem 1.15385rem .76923rem 1.15385rem;
    position: relative;
    transition: opacity .3s ease-out;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #fff
}

.alertBox .icon {
    height: 1.53846rem;
    width: 1.53846rem
}

.alertBox .button {
    margin: 0 0 0 .76923rem
}

.alertBox--info {
    background-color: #666;
    border-color: #666;
    color: #4f4f4f
}

.alertBox--info svg {
    fill: #dfdfdf
}

.alertBox--success {
    background-color: #d5ffd8;
    border-color: #d5ffd8;
    color: #fff
}

.alertBox--success svg {
    fill: #69d66f
}

.alertBox--warning {
    background-color: #fffdea;
    border-color: #fffdea;
    color: #fff
}

.alertBox--warning svg {
    fill: #d4cb49
}

.alertBox--error {
    background-color: #fdd;
    border-color: #fdd;
    color: #fff
}

.alertBox--error svg {
    fill: #ff7d7d
}

.alertBox-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.alertBox-icon {
    padding-right: 1.15385rem
}

.alertBox-message {
    margin: 0;
    text-align: left;
    width: 100%
}

.alertBox-heading {
    margin: 0
}

.alertBox-close {
    cursor: pointer;
    padding-left: 1.15385rem
}

.alertBox-close .icon {
    height: 1.53846rem;
    width: 1.53846rem
}

.alertBox-close svg {
    fill: #4c4c4c
}

.accordion {
    margin-bottom: 0;
    border: #ededed solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,.13);
    margin: 0 0 1.5rem
}

.accordion:after,.accordion:before {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion-navigation {
    display: block;
    margin-bottom: 0!important;
    border: #ededed solid;
    border-width: 1px 0;
    cursor: pointer
}

.accordion-navigation.is-open>a {
    background: #fff;
    color: #000
}

.accordion-navigation>a {
    background: #fff;
    color: #707070;
    padding: 1.88462rem;
    display: block;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 12px
}

.accordion-navigation>a:hover {
    background: #f7f7f7
}

.accordion-navigation .accordion-title {
    padding: 1.5rem 1.88462rem
}

.accordion-title {
    font-weight: 700;
    line-height: 24px
}

.accordion-content {
    display: none;
    padding: 2.03846rem;
    border: #ededed solid;
    border-width: 0 0 1px
}

.accordion-content.is-open {
    display: block
}

.accordion-navigation--success .accordion-title,.accordion-navigation--success.is-open>a {
    color: #69d66f
}

.accordion-navigation--error .accordion-title,.accordion-navigation--error.is-open>a {
    color: #ff7d7d
}

.accordion-navigation--warning .accordion-title,.accordion-navigation--warning.is-open>a {
    color: #d4cb49
}

body.has-activeModal {
    overflow: hidden
}

.modal-background {
    background: #000;
    background: rgba(45,45,45,.95);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0
}

.has-activeModal .modal-background {
    display: block
}

.modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 2.25rem 2.25rem;
    border: solid 0 #ededed;
    box-shadow: none;
    max-height: 80%;
    overflow: auto;
    position: fixed
}

@media only screen and (max-width: 551px) {
    .modal {
        min-height:100vh
    }
}

.modal .column,.modal .columns {
    min-width: 0
}

.modal>:first-child {
    margin-top: 0
}

.modal>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 551px) {
    .modal {
        left:0;
        margin: 0 auto;
        max-width: 80%;
        right: 0;
        width: 900px
    }
}

@media only screen and (min-width: 551px) {
    .modal {
        top:50%!important
    }
}

@media (min-width: 551px) {
    .modal {
        transform:translateY(-50%)
    }
}

.modal--large {
    max-height: 90%;
    width: 1280px
}

.modal--small {
    width: 500px
}

.modal-header {
    border-bottom: 1px solid #ededed;
    padding: 1rem 0;
    position: relative
}

.modal-header-title {
    margin: 0
}

.modal-body {
    padding: 3rem 0
}

.modal-body>:last-child {
    margin-bottom: 0
}

.modal-footer {
    border-top: 1px solid #ededed;
    padding: .76923rem 1.5rem;
    text-align: center
}

@media (min-width: 481px) {
    .modal-footer {
        text-align:right
    }
}

.modal-footer .button {
    display: block
}

@media (min-width: 481px) {
    .modal-footer .button {
        display:inline-block;
        margin-bottom: 0
    }
}

.modal-footer-link {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 .76923rem
}

@media (min-width: 481px) {
    .modal-footer-link {
        display:inline;
        margin: 1.5rem
    }
}

.modal-close {
    color: #666;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1.05rem;
    right: .75rem;
    transform: translateY(none)
}

.modal-close .icon {
    height: 1.53846rem;
    width: 1.53846rem
}

@media print {
    .modal {
        background: #fff!important;
        display: none
    }
}

.loadingNotification {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 3rem;
    transform: translateX(-50%);
    transform-style: preserve-3d;
    transition: all .2s ease-out;
    z-index: 500
}

.loadingNotification.ng-hide-add-active,.loadingNotification.ng-hide-remove {
    opacity: 0;
    top: 3.6rem;
    transform: scale(.9) translateX(-50%)
}

.loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%)
}

.loadingNotification-label {
    background: #666;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: .38462rem .76923rem
}

.loadingOverlay-container {
    min-height: 120px;
    position: relative
}

.loadingOverlay {
    background: rgba(45,45,45,.9);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 250ms ease-out;
    width: 100%
}

.loadingOverlay::before {
    height: 3.07692rem;
    width: 3.07692rem;
    border-radius: 3.07692rem;
    border: solid 2px;
    border-color: #fff #fff #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: spin .5s infinite cubic-bezier(.69,.31,.56,.83)
}

.loadingOverlay.ng-enter,.loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0
}

.loadingOverlay.ng-enter.ng-enter-active,.loadingOverlay.ng-leave {
    opacity: 1
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0)
    }

    100% {
        transform: translateY(-50%) rotate(360deg)
    }
}

.actionBar {
    margin: 1.5rem 0
}

.actionBar:after,.actionBar:before {
    content: " ";
    display: table
}

.actionBar:after {
    clear: both
}

.actionBar .button {
    margin-bottom: 0
}

.actionBar .buttonGroup {
    vertical-align: middle
}

.actionBar-link {
    display: block;
    padding: .76923rem 0
}

.actionBar-section:after,.actionBar-section:before {
    content: " ";
    display: table
}

.actionBar-section:after {
    clear: both
}

@media (min-width: 551px) {
    .actionBar-section {
        float:left
    }

    .actionBar-section .form-label {
        display: inline-block;
        margin: 0 .38462rem 0 0
    }

    .actionBar-section .form-input,.actionBar-section .form-select {
        display: inline-block;
        width: 15.38462rem
    }
}

@media (min-width: 551px) {
    .actionBar-section--alt {
        float:right
    }
}

.actionBar-item {
    margin-bottom: 1.5rem
}

@media (min-width: 551px) {
    .actionBar-item {
        display:inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
        vertical-align: middle
    }

    .actionBar-item:last-child {
        margin-right: 0
    }
}

.card {
    background-color: transparent;
    border: 1px solid #ededed;
    margin-bottom: 3rem;
    padding: 0 0
}

.card-figure {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    position: relative
}

.card-image {
    border: 1px solid #454545;
    width: 100%
}

.card-figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.card-figcaption:hover {
    opacity: 1
}

.card-figcaption-action {
    display: block;
    height: 100%
}

.card-figcaption-body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transform-style: preserve-3d
}

.card-figcaption-body>:first-child {
    margin-top: 0
}

.card-figcaption-body>:last-child {
    margin-bottom: 0
}

.card-figcaption-body .card-text {
    color: #000
}

.card-figcaption-button {
    background-color: rgba(36,87,170,.9);
    color: #fff
}

.card-figcaption-button:hover {
    background-color: #2457aa;
    color: #fff
}

.card-body {
    padding: .76923rem 0 0
}

.card-body>:first-child {
    margin-top: 0
}

.card-body>:last-child {
    margin-bottom: 0
}

.card-body .card-text {
    color: #000
}

.card-surTitle {
    float: right;
    margin-left: 1.5rem;
    max-width: 40%;
    text-align: right
}

.card-footer {
    background-color: transparent;
    margin: 0
}

.card-footer:after,.card-footer:before {
    content: " ";
    display: table
}

.card-footer:after {
    clear: both
}

.card-button {
    margin-bottom: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff center center no-repeat
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .6
}

.slick-next:before,.slick-prev:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: inherit;
    font-size: 60px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #666;
    opacity: 1
}

.slick-next,.slick-prev {
    z-index: 1;
    top: -45px;
    border: none;
    border-radius: 50%;
    width: 3.07692rem;
    height: 3.07692rem;
    position: absolute;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease
}

.slick-next::before,.slick-prev::before {
    font-size: 22px;
    font-family: fontAwesome;
    position: relative;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
    top: -.07692rem;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1!important
}

.slick-next:hover::before,.slick-prev:hover::before {
    color: #ffd200
}

.slick-next {
    right: 20px;
    left: auto
}

.slick-next:before {
    content: "\f105"
}

.slick-prev {
    opacity: 1;
    right: 50px;
    left: auto
}

.slick-prev:before {
    content: "\f104"
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-dots {
    margin: 0
}

.slick-dots li {
    height: 1.53846rem;
    width: 1.53846rem;
    margin: 0;
    padding: .38462rem
}

.slick-dots li button,.slick-dots li button::before {
    height: .92308rem;
    width: .92308rem
}

.slick-dots li button {
    border: 1px solid #fff;
    background: rgba(211,211,211,.9);
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.slick-dots li button:hover::before {
    background: #000
}

.slick-dots li button::before {
    display: block;
    left: -1px;
    top: -1px;
    transition: background .1s ease-out
}

.slick-dots li.slick-active button::before {
    background: #666
}

.productView .slick-dots {
    position: relative
}

.slick-disabled {
    cursor: default;
    opacity: 1
}

.slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    float: left
}

div.slick-slider {
    width: 1px;
    min-width: 100%
}

.nanobar {
    display: none;
    width: 100%;
    height: .38462rem;
    z-index: 9999;
    top: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #a3a3a3
}

.swal2-popup.swal2-toast {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
    -ms-flex-direction: row;
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    width: auto;
    height: auto;
    margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show {
    background: rgba(0,0,0,.4)
}

.swal2-container.swal2-backdrop-hide {
    background: 0 0!important
}

.swal2-container.swal2-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.swal2-container.swal2-top-left,.swal2-container.swal2-top-start {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,.swal2-container.swal2-top-right {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    -ms-flex-align: center;
    align-items: center
}

.swal2-container.swal2-center-left,.swal2-container.swal2-center-start {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,.swal2-container.swal2-center-right {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child {
    margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top {
    -ms-flex-align: center;
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right {
    -ms-flex-align: end;
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0!important
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent!important;
    color: transparent;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    box-shadow: none;
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-timer-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .25em;
    background: rgba(0,0,0,.2)
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-content {
    z-index: 1;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea {
    margin: 1em auto
}

.swal2-file,.swal2-input,.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s,box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    color: inherit;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror {
    border-color: #f27474!important;
    box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em auto;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.swal2-range input,.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-input[type=number] {
    max-width: 10em
}

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox,.swal2-radio {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.swal2-checkbox label,.swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input,.swal2-radio input {
    margin: 0 .4em
}

.swal2-validation-message {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon .swal2-icon-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100%!important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100%!important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50,100,150,.4)
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg)
    }

    33% {
        transform: translateY(0) rotateZ(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotateZ(2deg)
    }

    100% {
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto!important
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent!important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll!important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static!important
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

body.swal2-toast-column .swal2-toast {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    -ms-flex-pack: center;
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-modal {
    background-color: #fff!important;
    border-radius: 4px;
    font-family: Poppins,Arial,Helvetica,sans-serif
}

.swal2-modal .swal2-title {
    color: #000;
    font-size: 1.69231rem
}

.swal2-modal .swal2-content {
    color: #707070;
    font-size: 1.15385rem
}

.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea {
    border: 1px solid #dfdfdf;
    color: #454545
}

.swal2-modal .swal2-checkbox,.swal2-modal .swal2-select {
    color: #454545
}

.swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0
}

.swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #ffd200;
    color: #000;
    font-size: 12px;
    padding: .92308rem 2.26923rem;
    border-radius: 0;
    line-height: 1rem;
    outline: 0;
    transition: all .15s ease;
    vertical-align: middle
}

.swal2-modal .swal2-styled.active,.swal2-modal .swal2-styled.is-active,.swal2-modal .swal2-styled:focus,.swal2-modal .swal2-styled:hover {
    background-color: transparent;
    border-color: #2457aa;
    color: #fff
}

.swal2-modal .swal2-styled:active {
    background-color: transparent;
    border: 1px solid #2457aa;
    color: #fff
}

.swal2-modal .swal2-styled:focus {
    outline: 0
}

.swal2-modal .swal2-confirm {
    background-color: #2457aa;
    border-color: #2457aa;
    color: #fff
}

.swal2-modal .swal2-confirm:focus,.swal2-modal .swal2-confirm:hover {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.swal2-modal .swal2-confirm:active {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.swal2-modal .swal2-cancel {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.swal2-modal .swal2-cancel:focus,.swal2-modal .swal2-cancel:hover {
    background-color: #2457aa;
    border-color: #2457aa;
    color: #fff
}

.swal2-modal .swal2-cancel:active {
    background-color: #2457aa;
    border-color: #2457aa;
    color: #fff
}

.swal2-modal .button+.button {
    margin-left: .76923rem
}

.swal2-icon {
    display: -ms-flexbox;
    display: flex
}

body,html {
    height: auto
}

body {
    padding-top: 0
}

@media (min-width: 551px) {
    body {
        padding-top:0
    }
}

@media (min-width: 801px) {
    body {
        padding-top:0;
        float: left;
        width: 100%
    }
}

figure {
    margin-bottom: 2.03846rem;
    margin-top: 2.03846rem
}

figure>figcaption {
    margin-bottom: -.53846rem
}

figcaption {
    color: #a5a5a5;
    margin-top: .76923rem
}

.filter-box {
    float: left;
    margin-bottom: 0;
    padding: .61538rem 0;
    width: 100%;
    margin-top: 10px
}

.filter-box .actionBar {
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0
}

@media (min-width: 801px) {
    .filter-box .actionBar {
        width:auto;
        margin: 0
    }
}

.filter-box .actionBar .actionBar-section {
    display: inline-block;
    float: none
}

@media (min-width: 801px) {
    .filter-box .actionBar .actionBar-section {
        float:left
    }
}

.filter-box .grid-filter {
    vertical-align: top;
    text-align: center
}

@media (min-width: 801px) {
    .filter-box .grid-filter {
        text-align:left;
        width: auto;
        display: inline-block
    }
}

.filter-box .grid-filter .grid,.filter-box .grid-filter .list {
    font-size: 0;
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}

.filter-box .grid-filter .grid:before,.filter-box .grid-filter .list:before {
    height: 34px;
    width: 34px;
    display: block;
    content: "";
    border: 1px solid #dfdfdf;
    background: transparent url("../img/megnor/sprite.png") no-repeat scroll 0 0
}

.filter-box .grid-filter .grid:before {
    background-position: -41px -686px;
    content: ""
}

.filter-box .grid-filter .grid.active:before,.filter-box .grid-filter .grid:hover:before {
    background-position: -41px -658px
}

.filter-box .grid-filter .list:before {
    background-position: -69px -686px;
    content: ""
}

.filter-box .grid-filter .list.active:before,.filter-box .grid-filter .list:hover:before {
    background-position: -69px -658px
}

body {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    overflow-x: hidden;
}

body #loader {
    position: absolute;
    left: 40%;
    top: 45%;
    width: 80px;
    height: 80px;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #ffd200;
    animation: spin 2s linear infinite;
    z-index: 999999
}

@media (min-width: 801px) {
    body #loader {
        left:50%
    }
}

body .tml {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0
}

body #lds-hourglass {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    top: 45%
}

body #lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #2457aa;
    border-color: #2457aa transparent #ffd200 transparent;
    animation: lds-hourglass 1.2s infinite
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    100% {
        transform: rotate(1800deg)
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    margin-top: 2.26923rem;
    color: #000;
    letter-spacing: 1px
}

h5,h6 {
    text-transform: uppercase
}

a {
    transition: color .15s ease
}

p {
    margin-bottom: .7rem
}

cite {
    line-height: 1.5;
    margin: .53846rem 0 0
}

.page-heading {
    font-size: 16px;
    margin: 0;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    letter-spacing: .7px
}

.sitemap li a {
    line-height: 24px
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 13px
}

:focus {
    outline: 0
}

.tm-tab_title {
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    clear: both;
    text-align: center
}

@media (min-width: 801px) {
    .tm-tab_title {
        margin:20px auto 0
    }
}

@media (min-width: 1500px) {
    .tm-tab_title {
        margin:0 auto
    }
}

.main-title {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 4.61538rem;
    padding-bottom: .76923rem;
    border-bottom: 2px solid #f0f0f0
}

.main.full .page-heading {
    font-size: 1.53846rem;
    font-weight: 500;
    text-align: left;
    line-height: 2.30769rem;
    text-transform: capitalize;
    margin-bottom: 0;
    float: left;
    letter-spacing: 1px
}

.main.full .page-heading .arrow {
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 39px
}

.main.full .arrow {
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 39px
}

.definitionList:after,.definitionList:before {
    content: " ";
    display: table
}

.definitionList:after {
    clear: both
}

.definitionList-key {
    color: #000;
    float: left;
    font-weight: 400;
    margin: 0 .38462rem 0 0
}

.definitionList-value {
    margin: 0
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
    background-position: right .53846rem top .69231rem;
    border-radius: 0;
    padding: .75rem 3rem .75rem 1rem
}

.form-label {
    line-height: 24px
}

.form-label small {
    float: right;
    margin-top: .38462rem;
    color: #bcbcbc
}

.form-label--inlineSmall small {
    color: #000;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: .38462rem;
    text-transform: none
}

.table {
    margin-top: 2.03846rem
}

.table td+td {
    border-left: 1px solid #ededed
}

.table .table-alignCenter {
    text-align: center
}

.table .table-alignRight {
    text-align: right
}

.table-actions {
    margin: 1.5rem;
    text-align: center
}

.table-actions .form {
    margin-bottom: 0
}

.table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

@media (min-width: 551px) {
    .table-actions .button {
        display:inline-block;
        margin-bottom: 5px;
        width: auto
    }
}

@media (min-width: 551px) {
    .table-actions .button+.button {
        margin-left:0
    }
}

.table--line {
    border-color: #ededed;
    border-width: 0 0 1px
}

.table--line .table-thead {
    background-color: #fff;
    border-color: #ededed;
    border-width: 0 0 1px
}

.table--line .table-thead tr th {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 551px) {
    .table--line .table-thead tr th {
        text-align:center
    }

    .table--line .table-thead tr th:first-child {
        text-align: left
    }

    .table--line .table-thead tr th:last-child {
        text-align: right
    }
}

.table--line .table-thead tr th+th {
    padding-left: 1.5rem
}

.table--line tr {
    border-color: 1px solid #ededed
}

.table--line tr td {
    display: block;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 551px) {
    .table--line tr td {
        text-align:center
    }

    .table--line tr td:first-child {
        text-align: left
    }

    .table--line tr td:last-child {
        text-align: right
    }
}

.table--line tr td+td {
    padding-left: 1.5rem
}

.table--line td+td {
    border-left: 0
}

.dropdown {
    left: -9999px;
    outline: 0;
    position: absolute
}

.dropdown-menu {
    background: #fff;
    border-radius: 5px
}

@media (min-width: 801px) {
    .dropdown-menu {
        border:1px solid #ededed
    }
}

.dropdown-menu.is-loading .loadingOverlay {
    background: 0 0;
    padding: 4.5rem 0;
    position: relative
}

.dropdown-menu.is-open {
    display: block
}

.dropdown-menu-item {
    text-align: left
}

.dropdown-menu-item>a {
    margin: 0;
    padding: .23077rem 1.15385rem;
    text-decoration: none
}

.form-wishlist {
    position: relative;
    margin: 0
}

@media (min-width: 551px) {
    .form-wishlist {
        margin:0 0 1.38462rem 0
    }
}

.dropdown-menu-button {
    width: 100%
}

.dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-menu-button .icon {
    float: right;
    margin-left: 10px
}

#wishlist-dropdown.is-open {
    background: #2457aa;
    left: 0!important;
    top: 100%!important;
    max-width: none!important;
    width: 100%!important;
    border: none
}

@media (min-width: 551px) {
    #wishlist-dropdown.is-open {
        left:auto!important
    }
}

#wishlist-dropdown.is-open:focus {
    outline: 0
}

#wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0;
    width: 100%
}

#wishlist-dropdown.is-open .button {
    background-color: #2457aa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    border: none
}

#wishlist-dropdown.is-open .button:hover {
    background-color: #ffd200
}

#wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    margin-bottom: 0
}

.modal {
    left: 0;
    margin: 0 auto;
    max-height: 90%;
    max-width: 95%;
    min-height: 240px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    top: 5%!important
}

@media (min-width: 1500px) {
    .modal {
        top:50%!important
    }
}

@media (min-width: 1500px) {
    .modal--large {
        width:1280px
    }
}

.modal-header {
    padding-left: 2.25rem;
    padding-right: 3.21154rem
}

.modal-header-title {
    font-size: 22px;
    text-align: center
}

@media (min-width: 801px) {
    .modal-header-title {
        font-size:25px
    }
}

.modal-close {
    height: 2.46154rem;
    width: 2.46154rem;
    color: #000;
    font-size: 26px;
    line-height: 2.46154rem;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50
}

@media (min-width: 801px) {
    .modal-close {
        font-size:32px;
        right: 1.92308rem
    }
}

.modal-close:hover {
    color: #000
}

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.15385rem
}

@media (min-width: 551px) {
    .modal-body {
        padding:2.25rem 2.25rem
    }
}

.modal--alert {
    background-color: #fff!important;
    border-radius: 4px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    padding: 40px 20px 20px 20px;
    text-align: center
}

.modal--alert .modal-content {
    color: #707070;
    font-size: 1.15385rem
}

.modal--alert .button-container {
    margin: 25px 0 0
}

.modal--alert .button-container .confirm {
    background-color: #2457aa;
    border-color: #2457aa;
    color: #fff
}

.modal--alert .button-container .confirm:focus,.modal--alert .button-container .confirm:hover {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.modal--alert .button-container .confirm:active {
    background-color: #ffd200;
    border-color: #ffd200;
    color: #000
}

.breadcrumbs {
    display: none;
    font-size: 0;
    text-align: left;
    margin: 0;
    float: right
}

@media (min-width: 551px) {
    .breadcrumbs {
        display:block
    }
}

.breadcrumb {
    display: inline-block;
    float: none;
    font-size: 12px
}

.breadcrumb a {
    line-height: 1.69231rem
}

.breadcrumb.is-active>.breadcrumb-label {
    cursor: text
}

.breadcrumb-label {
    text-decoration: none
}

.panel-title {
    font-size: 20px
}

.panel--large .panel-body {
    margin-bottom: 2.03846rem;
    padding: 2.03846rem
}

.pagination-list {
    font-size: 0;
    margin-bottom: 0;
    text-align: center
}

.pagination-list:after,.pagination-list:before {
    content: " ";
    display: table
}

.pagination-list:after {
    clear: both
}

.pagination-list .pagination-item {
    display: inline-block
}

li.pagination-item:first-child {
    margin-right: 0
}

.pagination-item {
    border: 1px solid #ededed;
    border-radius: 5px
}

.pagination-item:hover {
    border-color: #ffd200
}

.pagination-item .pagination-link {
    text-decoration: none;
    transition: all .2s ease;
    border-radius: 5px;
    color: #fff;
    height: 2.69231rem;
    padding: .92308rem 1.15385rem;
    line-height: 14px;
    background-color: #2457aa
}

.pagination-item .pagination-link:hover {
    color: #000;
    background-color: #ffd200
}

.pagination-item.pagination-item--current {
    border-color: #ffd200;
    border-radius: 5px
}

.pagination-item.pagination-item--current a {
    color: #000;
    background-color: #ffd200
}

.pagination-item.pagination-item--next>a,.pagination-item.pagination-item--previous>a {
    color: #fff
}

.pagination-item.pagination-item--next>a .icon>svg,.pagination-item.pagination-item--previous>a .icon>svg {
    fill: white
}

.pagination-item.pagination-item--next>a:hover,.pagination-item.pagination-item--previous>a:hover {
    color: #000;
    border-color: #ffd200;
    background-color: #ffd200
}

.pagination-item.pagination-item--next>a:hover .icon>svg,.pagination-item.pagination-item--previous>a:hover .icon>svg {
    fill: black
}

.pagination-item--next .icon,.pagination-item--previous .icon {
    height: 1.53846rem;
    margin-top: -.46154rem;
    width: 1.53846rem
}

.pagination-item--previous .icon {
    margin-left: -.92308rem
}

.pagination-item--next .icon {
    margin-right: -.38462rem
}

.pagination-item--next .icon svg {
    margin-top: 2px
}

.pagination-list--small {
    position: relative
}

.pagination-list--small .pagination-item {
    color: #000;
    cursor: inherit;
    line-height: 1.5
}

.pagination-list--small .pagination-link {
    padding: 0 .38462rem
}

.pagination-list--small .pagination-item--next,.pagination-list--small .pagination-item--previous {
    position: absolute;
    top: 0
}

.pagination-list--small .pagination-item--previous {
    left: 0
}

.pagination-list--small .pagination-item--next {
    right: 0
}

.pagination {
    display: inline-block;
    float: right;
    width: 100%
}

@media (min-width: 801px) {
    .pagination {
        width:auto
    }
}

.button {
    line-height: 1.5rem;
    transition: all .15s ease;
    border-radius: 4px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    background: #2457aa;
    border: 1px solid #2457aa;
    font-weight: 500;
    font-size: 13px
}

.button+.button {
    margin-left: 0
}

@media (min-width: 801px) {
    .button+.button {
        margin-left:.76923rem
    }
}

.button:active,.button:focus,.button:hover {
    background: #ffd200;
    color: #000;
    border-color: #ffd200
}

.main-serch {
    border-radius: 25px;
    float: left;
    width: 100%
}

.main-serch .form-input.searchbtn {
    background-color: #fff;
    border: none;
    float: left;
    height: 3.07692rem;
    width: 18.15385rem;
    padding: .38462rem .76923rem;
    color: #515151;
    text-transform: capitalize;
    letter-spacing: .8px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 13px;
    border-radius: 5px;
    border: none
}

@media (min-width: 801px) {
    .main-serch .form-input.searchbtn {
        width:22.30769rem
    }
}

@media (min-width: 1160px) {
    .main-serch .form-input.searchbtn {
        width:34.61538rem
    }
}

@media (min-width: 1500px) {
    .main-serch .form-input.searchbtn {
        width:45.23077rem;
        padding: .38462rem 2.69231rem .38462rem 1.53846rem
    }
}

.main-serch .button--primary.searchbtn {
    width: 3.23077rem;
    height: 3.07692rem;
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    transition: none;
    border-radius: 5px;
    margin-left: -4rem;
    display: none;
    background-color: #fff;
    color: #000;
    font-size: 1.30769rem
}

@media (min-width: 801px) {
    .main-serch .button--primary.searchbtn {
        display:block
    }
}

.main-serch .button--primary.searchbtn:hover {
    border-color: #ffd200
}

@media (min-width: 801px) {
    .main-serch .button--primary.searchbtn {
        display:block;
        float: left
    }
}

.main-serch .form-input {
    background-color: #fff;
    height: 3.23077rem;
    width: 100%;
    padding: .38462rem .76923rem;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

@media (min-width: 801px) {
    .main-serch .form-input {
        width:85%
    }
}

.button[disabled] {
    cursor: not-allowed
}

.button--icon svg {
    fill: white
}

.button--icon:hover svg {
    fill: black
}

.homepage-tabs {
    float: left;
    width: 100%;
    position: relative
}

.homepage-products {
    float: left;
    width: 100%;
    margin: 0 0 1.53846rem
}

@media (min-width: 801px) {
    .homepage-products {
        margin:4.61538rem 0 3.07692rem
    }
}

.tabs {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    border: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 801px) {
    .tabs {
        padding-left:0;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.modal-body.quickView .tabs {
    margin-top: 40px
}

.tab {
    float: none
}

@media (min-width: 551px) {
    .tab {
        display:inline-block;
        margin: 0;
        position: relative
    }
}

.tab.is-active .tab-title {
    color: #ffd200;
    font-weight: 400
}

.container .tabs-contents {
    margin-bottom: 0
}

.container .tabs-contents p {
    padding: 0
}

@media (min-width: 551px) {
    .container .tabs-contents p {
        padding:0;
        line-height: 1.92308rem
    }
}

.tabs-contents {
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .tabs-contents {
        margin-bottom:0
    }
}

.tab-title {
    color: #000;
    display: block;
    float: none;
    font-size: 1.23077rem;
    line-height: 2.30769rem;
    margin: 0 1.53846rem;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 1px
}

.tab-title:hover {
    color: #ffd200
}

@media (min-width: 551px) {
    .tab-title {
        float:left
    }
}

.tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden
}

.tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    visibility: visible
}

.tab-content.has-jsContent .slick-list {
    margin: 0
}

.accordion {
    border-radius: 0;
    box-shadow: none
}

.accordion .navList {
    margin-bottom: 0
}

.accordion-content {
    border: 0
}

.accordion-content .form:only-child {
    margin-bottom: 0
}

.accordion-title {
    margin: 0
}

.accordion-navigation {
    margin-top: -1px;
    position: relative;
    text-decoration: none
}

.accordion--navList {
    border: 0
}

@media (min-width: 801px) {
    .sidebarBlock+.accordion--navList {
        margin-top:20px
    }
}

@media (min-width: 801px) {
    .accordion--navList .accordion-block {
        margin-top:20px
    }
}

.accordion--navList .accordion-block #facetedSearch-content--price {
    padding: 20px 15px
}

.accordion--navList .accordion-content {
    padding: 0
}

.accordion--navList .accordion-navigation {
    border: 0
}

@media (min-width: 801px) {
    .accordion--navList .accordion-navigation {
        background-position:right 0 top 50%
    }
}

.accordion--navList .accordion-title {
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    color: grey
}

@media (min-width: 801px) {
    .accordion--navList .accordion-title {
        margin-bottom:0;
        padding: 0 22px
    }
}

.accordion--navList .accordion-indicator {
    fill: #a5a5a5
}

.accordion--navList .accordion-navigation-actions {
    right: 1rem;
    top: .5rem
}

@media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
        right:0;
        top: 24%;
        padding-right: 15px
    }
}

.accordion-block {
    margin-bottom: 4px
}

.accordion-block:last-child {
    margin-bottom: 0
}

.accordion-block:first-child {
    margin-top: 0
}

.accordion-block:first-child .accordion-navigation {
    border-radius: 0 0 0 0
}

.accordion-block:last-child .accordion-content,.accordion-block:last-child .accordion-navigation {
    border-radius: 0 0 0 0
}

.accordion-block:last-child .accordion-navigation {
    border-bottom-width: 0
}

.accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0
}

.accordion-navigation-actions {
    position: absolute;
    right: 1.88462rem;
    top: 1.5rem
}

.accordion-navigation-actions>a {
    color: #000;
    vertical-align: middle;
    margin-right: 5px
}

.accordion-navigation-actions>a:hover {
    color: #ffd200
}

.inlineList--labels {
    margin-bottom: 0;
    margin-left: -.76923rem
}

.inlineList--labels>li {
    margin-bottom: .76923rem;
    margin-left: .76923rem
}

.inlineList--labels a {
    margin-left: 10px
}

.alertBox {
    border-radius: 4px;
    color: #4f4f4f;
    width: 100%;
    float: left;
    position: relative
}

.alertBox-icon .icon {
    height: 1.92308rem;
    width: 1.92308rem
}

.alertBox--info {
    color: #fff
}

.alertBox--info .alertBox-close svg {
    fill: #dfdfdf
}

.lazyload,.lazyloading {
    height: 100%
}

.form--hiddenLabels .form-label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form-inlineMessage {
    display: block
}

.form-field--error .form-input {
    float: none
}

.form-field--error .form-inlineMessage:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1.07692rem;
    left: -.15385rem;
    margin-right: .07692rem;
    position: relative;
    top: .23077rem;
    width: 1.07692rem
}

.form-field--success .form-input[type=text] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
    background-position: right .69231rem center;
    background-repeat: no-repeat;
    padding-right: 3rem
}

.form-checkbox+.form-label:last-child,.form-radio+.form-label:last-child {
    display: block;
    margin-bottom: -.30769rem
}

.form-checkbox+.form-label::after,.form-radio+.form-label::after {
    top: .30769rem
}

.form-checkbox+.form-label::before,.form-radio+.form-label::before {
    top: .23077rem
}

.form-actions {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    display: block;
    text-align: center
}

.form-actions:after,.form-actions:before {
    content: " ";
    display: table
}

.form-actions:after {
    clear: both
}

@media (min-width: 551px) {
    .form-actions {
        margin-top:1.5rem
    }
}

.form-actions .button,.form-actions a,.form-actions input {
    vertical-align: top;
    width: 100%
}

@media (min-width: 551px) {
    .form-actions .button,.form-actions a,.form-actions input {
        margin-bottom:0;
        width: auto
    }
}

.form-actions .button+.button,.form-actions .button+a,.form-actions .button+input,.form-actions a+.button,.form-actions a+a,.form-actions a+input,.form-actions input+.button,.form-actions input+a,.form-actions input+input {
    margin-top: .76923rem
}

@media (min-width: 551px) {
    .form-actions .button+.button,.form-actions .button+a,.form-actions .button+input,.form-actions a+.button,.form-actions a+a,.form-actions a+input,.form-actions input+.button,.form-actions input+a,.form-actions input+input {
        margin:0 0 0 .76923rem
    }
}

.form-label--alternate {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: .76923rem
}

.form-select--date {
    width: initial
}

.form-select--date+.form-select--date {
    margin-left: .38462rem
}

.form-select--date,.form-select--small {
    background-size: 1.38462rem;
    font-size: 12px;
    height: 2.23077rem;
    line-height: 1rem;
    max-width: 20rem;
    padding: .53846rem .76923rem;
    padding-right: 2rem
}

.form-select--short {
    max-width: 6rem;
    width: 4.5rem
}

.form-file {
    margin-bottom: .53846rem
}

.form-fileDescription {
    color: #a5a5a5;
    font-size: 13px
}

.form-field-group {
    border: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 1.5rem
}

.form-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 551px) {
    .form-column {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.form-prefixPostfix.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    display: block;
    text-align: center
}

.form-prefixPostfix .button,.form-prefixPostfix .form-input {
    display: block;
    width: auto
}

.form-prefixPostfix .form-input {
    display: inline-block;
    border-radius: 5px;
    height: 3.46154rem
}

@media (min-width: 1500px) {
    .form-prefixPostfix .form-input {
        width:auto
    }
}

.form-prefixPostfix .button {
    display: inline-block;
    height: auto
}

@media (min-width: 1500px) {
    .form-prefixPostfix .button {
        width:auto
    }
}

.form-prefixPostfix .form-inlineMessage {
    margin-bottom: .38462rem
}

@media (min-width: 1500px) {
    .form-prefixPostfix .form-inlineMessage {
        margin-bottom:0
    }
}

.form-prefixPostfix-button--postfix {
    margin: 0;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 1500px) {
    .form-prefixPostfix-button--postfix {
        -ms-flex-order:0;
        order: 0
    }
}

.form-increment .button {
    margin: 0;
    padding: .23077rem .38462rem
}

.form-increment .button:focus {
    background: #ffd200;
    color: #000;
    border-color: #ffd200
}

.form-increment .button:hover {
    border-color: #ffd200
}

.form-input--incrementTotal {
    border: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 2.69231rem;
    border-radius: 0
}

.form-option {
    border: 1px solid #dfdfdf;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-bottom: .53846rem;
    margin-right: .53846rem;
    padding: 1px;
    transition: all .15s ease;
    line-height: 1.5
}

.form-option:hover {
    border-color: #989898
}

.form-radio:checked+.form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f
}

.form-option-variant {
    display: inline-block;
    font-size: 13px;
    min-width: 2.92308rem;
    padding: 1px .38462rem;
    pointer-events: none;
    text-align: center
}

.form-option-variant--color,.form-option-variant--pattern {
    height: 1.69231rem;
    width: 1.69231rem;
    min-width: initial;
    padding: 0
}

@media (min-width: 551px) {
    .form-option-variant--color,.form-option-variant--pattern {
        pointer-events:inherit
    }
}

.form-option-variant--pattern {
    background-position: center;
    background-repeat: no-repeat
}

.form-input--small {
    font-size: 12px;
    height: 2.23077rem;
    line-height: 1rem;
    padding: 2px 5px
}

.form-minMaxRow {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.form-minMaxRow:after,.form-minMaxRow:before {
    content: " ";
    display: table
}

.form-minMaxRow:after {
    clear: both
}

.form-minMaxRow .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: .375rem;
    padding-right: .375rem
}

.form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 12px;
    background: #2457aa;
    color: #fff;
    text-transform: capitalize
}

@media (min-width: 1500px) {
    .form-minMaxRow .button {
        font-size:13px
    }
}

.form-minMaxRow .button:hover {
    background: #ffd200;
    color: #000
}

.form-row {
    margin: 0
}

@media (min-width: 551px) {
    .form-row--half>.form-field:nth-child(odd) {
        clear:left
    }
}

[data-product-attribute] .form-option {
    overflow: hidden;
    position: relative
}

[data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: .3
}

[data-product-attribute] .form-option.unavailable:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
    width: 141%
}

[data-product-attribute=product-list] .unavailable,[data-product-attribute=set-radio] .unavailable {
    opacity: .6;
    text-decoration: line-through
}

.card-text {
    margin-bottom: 0!important
}

.card-body>:first-child {
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #2457aa
}

.card {
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .card {
        box-shadow:none
    }
}

@media (min-width: 801px) {
    .card:hover .card-figcaption {
        opacity:1;
        visibility: visible
    }

    .card:hover .price-container.card-text {
        opacity: 0;
        visibility: hidden
    }
}

.card-figure {
    margin-top: 0;
    position: relative;
    border-left: 1px solid #f0f0f0
}

.card-figure .block_hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden
}

.card:hover .block_hover {
    opacity: 1;
    visibility: visible
}

.card:hover .card-figure {
    opacity: 1;
    visibility: visible
}

.compareTable-product .card-title {
    margin: .76923rem 0
}

.card-img-container {
    max-width: 700px
}

.card-figcaption {
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

@media (min-width: 801px) {
    .card-figcaption {
        bottom:0;
        left: 15px;
        right: 15px;
        position: absolute;
        text-align: left;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        height: auto;
        top: auto
    }
}

.card-figcaption-body {
    transform: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: unset;
    width: 100%
}

.card-figcaption-body a.button.button--small.card-figcaption-button.quickview {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.card-figcaption-body a.button.button--small.card-figcaption-button.quickview:before {
    content: "\f06e"
}

.card-figcaption-body a.button.button--small.card-figcaption-button.quickview:hover {
    color: #2457aa
}

.card-figcaption-body a.button.button--small.card-figcaption-button.quickview:hover .tooltiptext {
    visibility: visible
}

.card-figcaption-body .form-action.wishlist-button {
    display: inline-block;
    vertical-align: middle
}

.card-figcaption-body .wishlist-button a.button.button--small.card-figcaption-button.tm-wishlist {
    border: none;
    display: inline-block;
    vertical-align: middle
}

.card-figcaption-body .wishlist-button a.button.button--small.card-figcaption-button.tm-wishlist:before {
    content: "\f004"
}

.card-figcaption-body .wishlist-button a.button.button--small.card-figcaption-button.tm-wishlist:hover {
    color: #2457aa
}

.card-figcaption-body .wishlist-button a.button.button--small.card-figcaption-button.tm-wishlist:hover .tooltiptext {
    visibility: visible
}

.card-figcaption-body a.button.button--small.card-figcaption-button.add-to-cart {
    border: none;
    display: inline-block;
    vertical-align: middle
}

.card-figcaption-body a.button.button--small.card-figcaption-button.add-to-cart:before {
    content: "\f07a"
}

.card-figcaption-body a.button.button--small.card-figcaption-button.add-to-cart:hover {
    color: #2457aa
}

.card-figcaption-body a.button.button--small.card-figcaption-button.add-to-cart:hover .tooltiptext {
    visibility: visible
}

.card-figcaption-body label.button.button--small.card-figcaption-button {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.card-figcaption-body label.button.button--small.card-figcaption-button input {
    float: right;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 2px;
    display: none
}

.card-figcaption-body label.button.button--small.card-figcaption-button:before {
    content: "\f066"
}

.card-figcaption-body label.button.button--small.card-figcaption-button:hover {
    color: #2457aa
}

.card-figcaption-body label.button.button--small.card-figcaption-button:hover .tooltiptext {
    visibility: visible
}

.card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.card-title {
    font-size: 12px;
    text-transform: capitalize;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 20px;
    margin: .23077rem 0 1.15385rem
}

.card-title>a {
    color: #707070;
    letter-spacing: .7px;
    line-height: 22px;
    text-decoration: none
}

.card-title>a:hover {
    color: #000
}

.card-text {
    padding-bottom: 0;
    margin-bottom: .15385rem;
    color: #282828
}

.card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.card-text.price-container {
    opacity: 1;
    visibility: visible
}

.card-text .price-section {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffd200;
    letter-spacing: .6px;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle
}

.card-text .price-section.non-sale-price--withTax {
    margin-left: .38462rem
}

.card-text .price-section .price.price--withTax {
    font-weight: 600;
    color: #2457aa
}

.card-text:last-child {
    width: 100%;
    float: left;
    text-align: left;
    margin: .38462rem 0 0 0
}

.card-figcaption-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 10px 0 0!important;
    padding: 0;
    width: 2.69231rem;
    height: 2.69231rem;
    background-color: #2457aa;
    border-radius: 5px;
    float: left;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.card-figcaption-button+.card-figcaption-button {
    margin: .38462rem 0 0
}

.card-figcaption-button:before {
    font-family: fontAwesome;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    width: 100%;
    color: #fff
}

.card-figcaption-button:hover {
    border-radius: 50%;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    background-color: #ffd200
}

.card-figcaption-button:hover:before {
    color: #000
}

.card-body {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 20px 15px 0;
    float: left;
    width: 100%
}

.card--alternate {
    border: 3px solid #fff;
    transition: all .15s ease
}

.card--alternate:hover {
    border-color: #ededed
}

.card--alternate:hover .card-body .card-text {
    color: #fff
}

.navBar,.navList {
    margin-left: 0
}

.navList-action {
    color: #000
}

.navBar-action,.navList-action {
    font-size: 13px;
    text-decoration: none
}

.navList-action.is-active {
    font-weight: 700
}

.navList-action--checkbox {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .38462rem;
    padding-left: 1.88462rem;
    position: relative;
    vertical-align: baseline;
    width: 100%;
    margin-bottom: 0
}

.navList-action--checkbox::after,.navList-action--checkbox::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out
}

.navList-action--checkbox::before {
    background-color: #fff;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.23077rem;
    left: 0;
    top: 0;
    width: 1.23077rem
}

.navList-action--checkbox::after {
    height: 1.07692rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.07692rem
}

.navList-action--checkbox::before {
    border-radius: 0
}

.navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79,79,79,.999);
    content: "";
    font-size: 1.07692rem;
    line-height: 1;
    text-align: center
}

.navList-action--checkbox:after,.navList-action--checkbox:before {
    top: 50%
}

.navList-action--checkbox:before {
    margin-top: -.61538rem
}

.navList-action--checkbox:after {
    margin-top: -.53846rem
}

.navList-action--checkbox.is-disabled {
    cursor: default
}

.navList-action--checkbox.is-disabled::before {
    background-color: #fff
}

.navList-action--checkbox.is-checked::after,.navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1)
}

.navList-action-close {
    background: #f7f7f7;
    border-radius: 100%;
    display: inline-block;
    float: right;
    line-height: 0;
    opacity: 0;
    padding: .23077rem;
    transition: opacity .3s ease;
    visibility: hidden
}

.navList-action-close .icon {
    height: 1rem;
    width: 1rem;
    fill: black
}

.navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible
}

.navBar--sub {
    margin-bottom: 1.5rem;
    text-align: center
}

.navBar--sub .navBar-section {
    float: none
}

.navBar--sub .navBar-item {
    float: none;
    margin: 0 .76923rem
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item {
        display:inline-block
    }
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item.is-active {
        border-bottom:1px solid #707070
    }
}

.navBar--sub .navBar-item.is-active>.navBar-action {
    color: #666
}

@media (min-width: 801px) {
    .navBar--sub .navBar-item.navBar-item--separate {
        border-left:1px solid #000;
        margin: 0;
        padding-left: .76923rem
    }
}

.navBar--sub .navBar-action {
    color: #000;
    font-size: 12px;
    padding: 0
}

.navBar--sub .navBar-action:hover {
    color: #ffd200
}

.loadingOverlay {
    background-color: rgba(255,255,255,.9);
    display: none;
    z-index: 20
}

.icons-svg-sprite {
    display: none
}

.icon,.icon svg {
    transition: all .15s ease
}

.actionBar-section .form-field {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block
}

.actionBar-section .form-field:hover {
    border-color: #989898
}

.actionBar-section .form-label {
    color: #000;
    font-size: 12px;
    line-height: 2.07692rem;
    margin-bottom: 0
}

.actionBar-section .form-input,.actionBar-section .form-select {
    border: 0;
    padding-left: .15385rem;
    width: auto
}

.actionBar-section .form-input,.actionBar-section .form-label,.actionBar-section .form-select {
    display: inline-block;
    margin-left: 10px
}

.actionBar-section .form-select {
    color: #000;
    height: 2.69231rem
}

.has-ribbon {
    position: relative
}

.ribbon {
    background-color: #454545;
    color: #fff;
    cursor: default;
    font-weight: 700;
    margin: -.84615rem -.84615rem 0 0;
    padding: .07692rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.navUser {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    top: 26px;
    width: 100%;
    padding: 22px 20px 22px 0;
    display: none;
    z-index: 5
}

@media (min-width: 551px) {
    .navUser {
        display:block;
        top: 0;
        width: auto;
        padding: 0;
        transform: none;
        position: relative;
        float: left;
        width: 100%
    }
}

@media (min-width: 801px) {
    .navUser {
        margin:0 auto;
        max-width: 107.69231rem;
        width: 100%;
        padding: .15385rem 0 0 1.15385rem;
        position: relative;
        max-width: none;
        right: 0;
        top: auto;
        transform: none;
        z-index: 50;
        margin: 0
    }

    .navUser:after,.navUser:before {
        content: " ";
        display: table
    }

    .navUser:after {
        clear: both
    }
}

@media (min-width: 1500px) {
    .navUser {
        padding:.15385rem 0;
        margin: 0 auto
    }
}

.navUser .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ededed;
    position: absolute;
    top: 51px!important;
    border-radius: 5px
}

.navUser #currencySelection {
    top: 35px!important;
    left: 0!important
}

.navUser-action {
    color: #000;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 400;
    padding: 3px 0;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .8px;
    font-size: 12px;
    line-height: 20px;
    float: left;
    width: 100%;
    border: none!important;
    margin: 0
}

.navUser-action.is-open,.navUser-action:hover {
    color: #ffd200
}

.navUser-action.is-open svg,.navUser-action:hover svg {
    fill: #ffd200;
    stroke: #ffd200
}

.navUser-action .icon {
    height: .61538rem;
    width: .61538rem;
    margin: -1px 0 0 .15385rem
}

.navUser-action svg {
    fill: black;
    stroke: black;
    transition: all .15s ease
}

.navUser-action--currencySelector+.dropdown-menu:before {
    left: auto!important;
    right: .76923rem
}

.navUser-action--currencySelector+.dropdown-menu:after {
    left: auto!important;
    right: .92308rem
}

.navUser-action--storeCredit+.dropdown-menu {
    max-width: 23.07692rem;
    padding: 1.5rem
}

.navUser-action--storeCredit+.dropdown-menu:before {
    left: 10.76923rem!important
}

.navUser-action--storeCredit+.dropdown-menu:after {
    left: 10.92308rem!important
}

.navUser-action-divider {
    color: #000;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.navUser #navUser-section-currency {
    border-left: none
}

.navUser #navUser-section-currency .navUser-action {
    color: #000
}

.navUser #navUser-section-currency .navUser-action svg {
    stroke: black
}

.navUser .navUser-section {
    float: none;
    display: inline-block
}

.navUser .navUser-section .navUser-item.navUser-item--cart {
    display: block
}

.navUser-item.responsive-cart {
    display: block;
    float: right;
    margin-right: -20px
}

@media (min-width: 801px) {
    .navUser-item.responsive-cart {
        display:none
    }
}

ul#navUser-section-currency {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: .84615rem 0 .84615rem 1.15385rem
}

ul#navUser-section-currency span {
    background: url("../img/megnor/doller.png") no-repeat scroll center;
    font-size: 0
}

@media (min-width: 1160px) {
    ul#navUser-section-currency span {
        background:0 0;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .06154rem
    }
}

@media (min-width: 801px) {
    ul#navUser-section-currency {
        margin:.84615rem 1.15385rem .84615rem .38462rem
    }
}

@media (min-width: 1160px) {
    ul#navUser-section-currency {
        margin:.84615rem 0 .84615rem 1.15385rem;
        float: left
    }
}

@media (min-width: 1500px) {
    ul#navUser-section-currency {
        float:left
    }
}

.navUser-item {
    display: none
}

@media (min-width: 801px) {
    .navUser-item {
        display:inline-block;
        width: auto;
        vertical-align: middle
    }

    .navUser-item.navUser-item--social {
        margin-top: .38462rem;
        padding-right: .38462rem
    }

    .navUser-item.navUser-item--divider {
        font-size: 1.92308rem;
        margin-top: .61538rem;
        padding-left: .15385rem
    }
}

.navUser-item .navUser-action--quickSearch {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    width: 276px;
    background: #f5f5f5;
    border-radius: 0;
    margin-top: 0;
    line-height: 28px;
    color: #878787;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

.navUser-item .navUser-action--quickSearch:before {
    content: " ";
    background: transparent url(../img/megnor/sprite-wc.png) no-repeat scroll -3px -228px;
    width: 20px;
    height: 28px;
    float: right
}

.navUser-item .navUser-action--quickSearch:hover {
    color: #976797
}

.navUser-item .navUser-action--quickSearch:hover:before {
    background: transparent url(../img/megnor/sprite-wc.png) no-repeat scroll -3px -276px
}

.header-cart .navUser-item--cart {
    display: block
}

@media (min-width: 801px) {
    .header-cart .navUser-item--cart {
        display:block
    }
}

.navUser-item--cart {
    float: left;
    position: relative;
    z-index: 999;
    display: block
}

.navUser-item--cart .navUser-action {
    color: #ffd200;
    display: block;
    margin-right: 0;
    float: left;
    background-image: url(../../../../../product_images/uploaded_images/cart.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 0 3.84615rem;
    font-weight: 600;
    font-size: 1.15385rem;
    line-height: 18px;
    height: 40px
}

.navUser-item--cart .navUser-item-carttotal {
    display: none
}

@media (min-width: 801px) {
    .navUser-item--cart .navUser-item-carttotal {
        display:block
    }
}

.navUser-item--cart .dropdown-menu {
    max-width: 25.38462rem;
    width: 25.38462rem;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 0 0 4px 4px
}

.navUser-item--cart .dropdown-menu.is-open:after,.navUser-item--cart .dropdown-menu.is-open:before {
    left: auto
}

.navUser-item--cart .dropdown-menu.is-open:before {
    right: .76923rem
}

.navUser-item--cart .dropdown-menu.is-open:after {
    right: .92308rem
}

.navUser-item--cart .dropdown-menu.is-open {
    display: block!important;
    left: auto!important;
    right: 0!important;
    top: 100%!important;
    width: 240px!important;
    margin-top: 14px
}

@media (min-width: 551px) {
    .navUser-item--cart .dropdown-menu.is-open {
        width:298px!important
    }
}

.navUser-item-cartLabel {
    display: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.84615rem;
    text-transform: capitalize
}

@media (min-width: 801px) {
    .navUser-item-cartLabel {
        display:block
    }
}

.navUser-item.compare {
    float: right;
    padding: 13px 10px 13px 0;
    position: relative
}

@media (min-width: 990px) {
    .navUser-item.compare {
        padding:13px 20px 13px 0
    }
}

.navUser-item--compare {
    text-decoration: none;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #2b69cc;
    border-radius: 5px;
    position: relative
}

.navUser-item--compare::before {
    display: block;
    content: "\f066";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center
}

.navUser-item--compare .countPill {
    display: inline-block;
    vertical-align: middle;
    clear: left;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    margin-top: 0;
    background-color: #ffd200;
    height: 1.30769rem;
    width: 1.30769rem;
    left: auto;
    right: -6px;
    top: -6px;
    padding: 1px;
    color: #000
}

.credit a,.navUser-section.gifts {
    position: relative
}

.credit a::after,.navUser-section.gifts::after {
    border-right: 1px solid #ddd;
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    top: 10px;
    right: 0
}

.navUser-item--account {
    line-height: 15px
}

.navUser-item--account .navUser-or+.navUser-action {
    margin-right: -.5rem
}

.navUser-item--account .navUser-action {
    display: inline-block
}

.navUser-or {
    font-size: 12px;
    color: #000;
    cursor: default;
    display: inline-block;
    margin: 0 -.92308rem;
    padding: 0 10px;
    position: relative;
    z-index: 1
}

.navUser-action--quickSearch.is-open {
    position: relative
}

.navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.dropdown--quickSearch {
    background-color: #fff;
    padding: 4rem 0 3rem;
    border: 1px solid #e8e8e8
}

@media (min-width: 801px) {
    .dropdown--quickSearch {
        padding:3rem
    }
}

.dropdown--quickSearch .container {
    background-color: #fff!important
}

.dropdown--quickSearch.is-open {
    left: 0!important;
    outline: 0;
    right: 0!important;
    width: 100%!important;
    z-index: 9999;
    height: 450px;
    background: #fff;
    position: relative;
    top: 10px!important;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    overflow-y: auto
}

@media (min-width: 801px) {
    .dropdown--quickSearch.is-open {
        position:absolute;
        top: 68px!important
    }
}

.dropdown--quickSearch.is-open .container.tm-search-wrapper {
    top: 2rem;
    padding: 3rem 6rem;
    height: 80%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
    max-width: 88rem
}

.dropdown--quickSearch .form {
    margin: auto;
    max-width: 50rem
}

.dropdown--quickSearch .form,.dropdown--quickSearch .form-field {
    margin-bottom: 0
}

.dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset
}

.dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0;
    margin: 15px 0 0
}

@media (min-width: 551px) {
    .dropdown--quickSearch .productGrid {
        margin:0;
        padding: 10px 0 30px
    }
}

.dropdown--quickSearch .productGrid .product {
    width: 50%;
    margin-bottom: 30px
}

.dropdown--quickSearch .productGrid .product:nth-child(3n+1) .card-figure,.dropdown--quickSearch .productGrid .product:nth-child(5n+1) .card-figure {
    border-color: #f0f0f0
}

.dropdown--quickSearch .productGrid .product:nth-child(odd) .card-figure {
    border-color: transparent
}

@media (min-width: 551px) {
    .dropdown--quickSearch .productGrid .product {
        width:33.3333%
    }

    .dropdown--quickSearch .productGrid .product:nth-child(odd) .card-figure {
        border-color: #f0f0f0
    }

    .dropdown--quickSearch .productGrid .product:nth-child(3n+1) .card-figure {
        border-color: transparent
    }
}

@media (min-width: 951px) {
    .dropdown--quickSearch .productGrid .product {
        width:25%
    }

    .dropdown--quickSearch .productGrid .product:nth-child(3n+1) .card-figure {
        border-color: #f0f0f0
    }

    .dropdown--quickSearch .productGrid .product:nth-child(4n+1) .card-figure {
        border-color: transparent
    }
}

@media (min-width: 1261px) {
    .dropdown--quickSearch .productGrid .product {
        width:20%
    }

    .dropdown--quickSearch .productGrid .product:nth-child(4n+1) .card-figure {
        border-color: #f0f0f0
    }

    .dropdown--quickSearch .productGrid .product:nth-child(5n+1) .card-figure {
        border-color: transparent
    }
}

.dropdown--quickSearch .productGrid .product .card--alternate {
    border: none
}

.dropdown--quickSearch .quickSearchResults {
    margin-top: 0;
    background: 0 0
}

@media (min-width: 801px) {
    .dropdown--quickSearch .quickSearchResults {
        margin-top:.76923rem
    }
}

.dropdown--quickSearch .quickSearchResults .card-figcaption-body label.button.button--small.card-figcaption-button {
    display: none
}

.countPill {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    text-align: left;
    width: auto
}

.countPill--positive {
    display: inline-block;
    position: relative
}

.countPill--alt {
    position: relative;
    margin-left: 0
}

.removeSearch {
    cursor: pointer;
    display: block;
    width: 2.30769rem;
    height: 2.30769rem;
    position: absolute;
    right: 1.53846rem;
    top: -2.30769rem;
    font-size: 3.07692rem;
    line-height: 2.76923rem;
    color: #000
}

@media (min-width: 801px) {
    .removeSearch {
        display:block;
        top: -2.30769rem;
        color: #000
    }
}

.removeSearch span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: .53846rem;
    top: -.15385rem
}

.quickSearchResults .modal-close {
    display: none!important
}

.header-top-left {
    float: left;
    width: auto;
    margin: 0;
    padding-left: 0
}

@media (min-width: 801px) {
    .header-top-left {
        padding-left:1.15385rem;
        margin: .23077rem 0 0
    }
}

@media (min-width: 1500px) {
    .header-top-left {
        margin:0;
        padding-left: 2.30769rem
    }
}

.header-top-right {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 5px
}

@media (min-width: 551px) {
    .header-top-right {
        display:none
    }
}

@media (min-width: 801px) {
    .header-top-right {
        display:block
    }
}

.header-top-right article {
    float: left;
    width: auto;
    margin: 3px 20px 2px 0;
    display: none
}

@media (min-width: 1500px) {
    .header-top-right article {
        display:block
    }
}

.header-top-right li.navUser-item {
    float: none;
    width: auto;
    position: relative;
    display: inline-block
}

.header-top-right ul.socialLinks {
    float: right;
    width: auto;
    position: relative;
    top: 6px;
    display: none
}

@media (min-width: 551px) {
    .header-top-right ul.socialLinks {
        display:block;
        top: 3px
    }
}

@media (min-width: 801px) {
    .header-top-right ul.socialLinks {
        top:0;
        display: block
    }
}

.header-top-right ul#navUser-section-currency::before {
    border-right: none;
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    top: 8px;
    left: 0
}

@media (min-width: 801px) {
    .header-top-right ul#navUser-section-currency::before {
        border-right:1px solid #f7f7f7;
        content: "";
        position: absolute;
        height: 12px;
        width: 1px;
        top: 8px;
        left: 0
    }
}

.header-top-right .navUser-item .navUser-action {
    color: #000;
    padding: 8px 20px 0
}

@media (min-width: 801px) {
    .header-top-right .navUser-item .navUser-action {
        padding:3px 8px
    }
}

@media (min-width: 1500px) {
    .header-top-right .navUser-item .navUser-action {
        padding:8px 20px 0;
        line-height: 20px
    }
}

.header-top-right .navUser-item .countPill {
    color: #000;
    font-size: 12px;
    font-weight: 500
}

.navPage-childList {
    border-left: 1px solid #2b69cc;
    margin: .38462rem .76923rem;
    padding-left: .76923rem
}

.has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

.navPages-container {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    z-index: 10;
    width: auto;
    float: left;
    top: 63px
}

@media (min-width: 801px) {
    .navPages-container {
        background:0 0;
        display: block;
        height: auto;
        padding: 0;
        position: relative;
        text-align: left;
        left: auto;
        right: auto;
        top: auto;
        margin-top: .46154rem
    }
}

.navPages-container.is-open {
    display: block;
    z-index: 0
}

.navigation {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .navigation {
        float:none
    }
}

@media (min-width: 801px) {
    .navigation {
        position:unset;
        clear: both;
        width: 100%;
        float: left
    }
}

.site-header.sticky-menu {
    animation: .9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: .9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: .9s ease 0s normal both 1 running fixedAnim;
    -o-animation: .9s ease 0s normal both 1 running fixedAnim;
    box-sizing: border-box;
    color: #000;
    display: block;
    left: auto;
    margin: 0;
    padding: 0;
    position: fixed!important;
    right: 0;
    top: 0;
    width: 100%;
    bottom: auto!important;
    z-index: 8;
    border-bottom: 1px solid #ededed;
    transition: all .3s ease 0s;
    background: #976797
}

@media (min-width: 551px) {
    .site-header.sticky-menu {
        background:#fff
    }
}

.site-header.sticky-menu .header-bottom-right {
    float: right;
    width: 80%;
    text-align: right
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top {
    width: auto;
    float: left;
    margin: 0
}

@media (min-width: 801px) {
    .site-header.sticky-menu .header-bottom-right .header-bottom-right-top {
        margin:9px 10px 0 10px
    }
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-account {
    width: auto
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-account .account-title,.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-account .optional-text {
    font-size: 0
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-account>div::before {
    right: 10px
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-account .my-account {
    top: 73px;
    left: auto;
    right: 0
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-cart {
    width: auto
}

.site-header.sticky-menu .header-bottom-right .header-bottom-right-top .header-bottom-cart .dropdown-menu.is-open {
    top: 58px!important;
    right: 0!important
}

.site-header.sticky-menu .header-bottom-right .header-search-bottom {
    margin: 0;
    top: 12px
}

.site-header.sticky-menu .header-bottom-right .header-search-bottom>div::before {
    position: absolute;
    height: 30px;
    border-right: 1px solid #ededed;
    left: 0;
    content: "";
    top: 14px
}

.site-header.sticky-menu .header-logo {
    padding: 0
}

@media (min-width: 801px) {
    .site-header.sticky-menu .header-logo {
        padding:2.07692rem 1.92308rem 1.53846rem 1.53846rem;
        margin: 0
    }
}

@media (min-width: 1500px) {
    .site-header.sticky-menu .header-logo {
        padding:2.07692rem 2.46154rem 1.53846rem 2.46154rem
    }
}

.site-header.sticky-menu .header-bottom-left {
    padding: 0
}

.site-header.sticky-menu .header-bottom-left .navPages-action {
    padding: .7rem 0 .3rem
}

@media (min-width: 801px) {
    .site-header.sticky-menu .header-bottom-left .navPages-action {
        padding:2.15385rem 1.53846rem
    }
}

@media (min-width: 1500px) {
    .site-header.sticky-menu .header-bottom-left .navPages-action {
        padding:2.15385rem 1.38462rem
    }
}

.site-header.sticky-menu .header-bottom-left .navPage-subMenu-action {
    padding: .76923rem .76923rem .76923rem 0;
    margin-bottom: 0
}

@media (min-width: 801px) {
    .site-header.sticky-menu .header-bottom-left .navPage-subMenu-action {
        margin-bottom:5px
    }
}

.site-header.sticky-menu .header-bottom-left .navPage-subMenu {
    top: 83px
}

.site-header.sticky-menu .header-bottom-left .navPage-subMenu .navPage-childList .navPage-childList-action {
    padding: .38462rem 0;
    line-height: 20px
}

.home_serach {
    float: left;
    padding-right: 0;
    width: 100%
}

.header-bottom-wishlist {
    width: auto;
    display: none;
    vertical-align: middle;
    padding: 13px 20px 13px 0;
    float: right
}

@media (min-width: 801px) {
    .header-bottom-wishlist {
        display:inline-block
    }
}

.header-bottom-wishlist .header-wishlist {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #2b69cc;
    border-radius: 5px;
    text-decoration: none;
    position: relative
}

.header-bottom-wishlist .header-wishlist::before {
    display: block;
    content: "\f08a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center
}

.navPages {
    background-color: #f7f7f7;
    padding: 1.5rem;
    text-align: left;
    height: 400px;
    overflow-y: auto;
    margin-top: 0;
    width: auto
}

@media (min-width: 801px) {
    .navPages {
        background:0 0;
        font-size: 0;
        overflow-y: visible;
        height: auto;
        padding: 0;
        text-align: left;
        margin-top: 0;
        float: left
    }

    .navPages:after,.navPages:before {
        content: " ";
        display: table
    }

    .navPages:after {
        clear: both
    }

    .navPages ol,.navPages ul {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0
    }

    .navPages ol ol,.navPages ol ul,.navPages ul ol,.navPages ul ul {
        list-style: none;
        margin-bottom: 0
    }

    .navPages ol li,.navPages ul li {
        margin: 0;
        padding: 0
    }

    .navPages-section {
        float: left
    }

    .navPages-section:after,.navPages-section:before {
        content: " ";
        display: table
    }

    .navPages-section:after {
        clear: both
    }

    .navPages-section--alt {
        float: right;
        margin-left: 1.5rem
    }

    .navPages-section+.navPages-section {
        margin-left: 1.5rem
    }
}

@media (min-width: 801px) and (min-width:551px) {
    .navPages-item {
        float:left
    }
}

@media (min-width: 801px) {
    .navPages-action,.navPages-item {
        display:block
    }
}

.navPages ul {
    list-style: none
}

.navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 10px
}

@media (min-width: 801px) {
    .navPages .navPage-subMenu-list {
        margin:0 auto;
        max-width: 107.69231rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        max-width: none
    }

    .navPages .navPage-subMenu-list:after,.navPages .navPage-subMenu-list:before {
        content: " ";
        display: table
    }

    .navPages .navPage-subMenu-list:after {
        clear: both
    }
}

.navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: none
}

@media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
        display:inline-block
    }
}

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
    display: none
}

@media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display:inline-block
    }
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
        transform:rotate(0)
    }
}

.navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 1px solid #2b69cc;
    text-align: center
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
        border-bottom:0;
        text-align: left
    }
}

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height:.61538rem;
        width: .61538rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg)
    }
}

.navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px
}

@media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open svg {
        height:100%;
        width: 100%
    }
}

.curr-content {
    position: relative;
    left: 0;
    background: 0 0
}

.curr-content .dropdown-menu-item {
    padding: 0
}

@media (min-width: 801px) {
    .curr-content .dropdown-menu-item {
        padding:.30769rem .76923rem
    }
}

.header-bottom-left {
    float: left;
    width: 100%;
    position: unset;
    text-align: center;
    margin-top: 0
}

.header-bottom-left .navPages-item {
    float: left;
    width: 100%;
    text-align: left
}

@media (min-width: 801px) {
    .header-bottom-left .navPages-item {
        width:auto
    }
}

.header-bottom-left .navPages-item:first-child .navPages-action {
    padding-left: 0
}

.header-bottom-left .navigation-menu {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 0
}

.header-bottom-left .navPages ul.navPages-list {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0
}

.header-bottom-left ul.children.navPage-subMenu .navPage-subMenu-action {
    padding: 5px 0!important;
    margin: 0
}

.navPages-list {
    margin: 0;
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .navPages-list {
        display:inline-block;
        float: none;
        padding-bottom: 0;
        vertical-align: top
    }
}

.navPages-list+.navPages-list {
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width: 801px) {
    .navPages-list+.navPages-list {
        float:right
    }
}

.navPages-action {
    color: #fff;
    display: block;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: .7rem 0 .3rem;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .7px;
    line-height: 24px
}

@media (min-width: 801px) {
    .navPages-action {
        display:inline-block;
        padding: 1.15385rem 1.23077rem 1.15385rem
    }
}

.navPages-action:hover {
    color: #ffd200
}

.navPages-action:hover svg {
    fill: #ffd200;
    stroke: #ffd200
}

.navPages-action svg {
    fill: white;
    stroke: white;
    transition: all .15s ease
}

.header-bottom-left>.navigation-menu>li>.navPages-action {
    color: #000;
    background-color: transparent;
    text-align: left;
    padding: 10px
}

.header-bottom-left>.navigation-menu>li>.navPages-action:hover {
    background-color: #fff
}

@media (min-width: 801px) {
    .header-bottom-left>.navigation-menu>li>.navPages-action:hover {
        color:#ffd200
    }
}

@media (min-width: 801px) {
    .header-bottom-left>.navigation-menu>li>.navPages-action {
        color:#fff;
        border-radius: 5px 5px 0 0;
        text-align: center;
        padding: 10px 22px
    }
}

@media (min-width: 801px) {
    .has-subMenu.is-root .navPage-subMenu-horizontal {
        border-left:0;
        height: auto;
        left: inherit;
        margin: auto;
        top: inherit;
        width: 16.53846rem
    }
}

@media (min-width: 801px) {
    .navPage-subMenu-horizontal.is-open {
        border-left:1px solid #2b69cc;
        display: inherit;
        height: auto;
        margin-left: 16.53846rem;
        padding: 0!important;
        top: 0;
        width: 16.53846rem 1
    }
}

@media (min-width: 801px) {
    .navPage-subMenu-horizontal .navPages-action-moreIcon {
        display:inline-block;
        transform: rotate(-90deg)
    }
}

.navPages-action--storeCredit {
    color: #000
}

.navPages-action--compare {
    display: none
}

.navPages-action--compare.show {
    display: block
}

.navPages-action-moreIcon {
    height: .61538rem;
    width: .61538rem;
    margin-left: 0;
    transform: rotate(-90deg)
}

@media (min-width: 801px) {
    .navPages-action-moreIcon {
        transform:none
    }
}

.has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0)
}

.navPage-childList {
    display: none;
    margin: 0
}

@media (min-width: 801px) {
    .navPage-childList {
        border:0;
        display: block
    }
}

.navPage-childList.is-open {
    display: block;
    border-left: none;
    position: relative;
    left: 15px
}

@media (min-width: 801px) {
    .navPage-childList.is-open {
        left:0
    }
}

ul.children.navPage-subMenu .navPage-subMenu-item {
    float: left!important;
    width: 100%!important;
    padding: 0!important
}

ul.children.navPage-subMenu .navPage-subMenu-item>:last-child {
    padding-bottom: 0
}

.navPage-subMenu {
    display: none;
    outline: 0;
    right: auto;
    left: auto;
    margin: 0;
    z-index: 1;
    background-color: transparent
}

@media (min-width: 801px) {
    .navPage-subMenu {
        background-color:#2457aa;
        padding: 1.5rem 1.5rem 1.5rem!important;
        position: absolute;
        text-align: left
    }

    .navPage-subMenu.is-open {
        left: 0;
        width: 100%
    }

    .navPage-subMenu .navPages-action-moreIcon {
        display: none
    }
}

.navPage-subMenu.is-open {
    display: block
}

@media (min-width: 801px) {
    .navPage-subMenu.is-open {
        display:none
    }
}

.navPage-subMenu-item {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    clear: both;
    text-align: left
}

@media (min-width: 801px) {
    .navPage-subMenu-item {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        clear: none!important;
        float: left!important;
        padding: 0 .76923rem .76923rem!important
    }

    .navPage-subMenu-item .navPages-action {
        text-transform: capitalize;
        width: 100%;
        line-height: 22px
    }

    .navPage-subMenu-item>.navPage-subMenu-action {
        margin-bottom: 1.15385rem;
        padding: 0
    }
}

@media (min-width: 1500px) {
    .navPage-subMenu-item {
        width:50%
    }
}

@media (min-width: 1700px) {
    .navPage-subMenu-item {
        width:25%;
        float: none;
        display: inline-block;
        vertical-align: top;
        clear: both
    }
}

.navPage-subMenu-item-child,.navPage-subMenu-item-parent {
    width: 100%
}

@media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,.navPage-subMenu-item-parent .navPage-subMenu-action {
        padding-left:1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }

    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,.navPage-subMenu-item-child .navPage-subMenu-action:hover,.navPage-subMenu-item-parent .navPage-subMenu-action.is-open,.navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        background: #c8bdb2;
        color: #000;
        font-weight: 500;
        opacity: .3
    }
}

.navPage-subMenu-action {
    padding: .15rem 0 0 .75rem
}

@media (min-width: 801px) {
    .navPage-subMenu-action {
        padding:.76923rem 0 1.15385rem
    }
}

.navPage-childList-action {
    font-weight: 600;
    padding: 0 0 .38462rem;
    color: #000
}

@media (min-width: 801px) {
    .navPage-childList-action {
        font-weight:400
    }
}

.navPages-quickSearch {
    margin-bottom: .76923rem;
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .navPages-quickSearch {
        display:none
    }
}

.navPages-quickSearch>.container {
    padding: 0
}

.navPages-quickSearch .form {
    margin: 0
}

.navPages-quickSearch .form-field {
    margin-bottom: 0
}

.navPages-list--user {
    text-align: left
}

@media (min-width: 801px) {
    .navPages-list--user {
        display:none
    }
}

.navPages-list--user #currencySelection2 {
    background-color: #fff;
    border: 1px solid #ededed
}

.navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0
}

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
    border-bottom: 1px solid #ededed
}

.navPages-list--user #currencySelection2 a {
    padding: .76923rem 1.5rem
}

@media (min-width: 801px) {
    .navigation-menu li:hover .navPage-subMenu {
        opacity:1;
        transition: all .5s ease 0s;
        visibility: visible;
        display: block;
        width: 15.38462rem;
        border-radius: 0 0 5px 5px;
        margin-top: 3px
    }
}

@media (max-width: 800px) {
    .navigation-menu .navPages-action {
        color:#000
    }

    .navigation-menu .navPages-action svg {
        fill: #000000;
        stroke: #000000
    }

    .navPages-list--user .navPages-action {
        color: #000
    }

    .navPages-list--user .navPages-action svg {
        fill: #000000;
        stroke: #000000
    }
}

.header-bottom-right {
    float: right;
    width: auto;
    display: none
}

@media (min-width: 551px) {
    .header-bottom-right {
        display:inline-block;
        vertical-align: middle
    }
}

@media (min-width: 801px) {
    .header-bottom-right {
        width:84%;
        float: left;
        margin-left: 1.53846rem;
        position: relative;
        margin-top: 2px
    }

    .header-bottom-right ul#navUser-section-currency {
        display: inline-block
    }
}

@media (min-width: 1001px) {
    .header-bottom-right {
        width:87%;
        margin-left: 0
    }
}

.header-bottom-right .header-cms-service {
    margin-left: 1.15385rem;
    display: inline-block;
    vertical-align: top;
    float: right
}

@media (min-width: 990px) {
    .header-bottom-right .header-cms-service {
        float:right
    }
}

.header-bottom-right .header-cms-service .contact-block,.header-bottom-right .header-cms-service .service-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 .76923rem;
    float: left
}

.header-bottom-right .header-cms-service .contact-block .contact-icon,.header-bottom-right .header-cms-service .contact-block .service-icon,.header-bottom-right .header-cms-service .service-block .contact-icon,.header-bottom-right .header-cms-service .service-block .service-icon {
    width: 3.07692rem;
    height: 3.07692rem;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-attachment: scroll;
    transition: all .3s ease-in-out 0s
}

.header-bottom-right .header-cms-service .contact-block .service-icon,.header-bottom-right .header-cms-service .service-block .service-icon {
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/sprite-2.png);
    background-position: center 5px;
    background-repeat: no-repeat
}

.header-bottom-right .header-cms-service .contact-block .contact-icon,.header-bottom-right .header-cms-service .service-block .contact-icon {
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/sprite-2.png);
    background-position: center -382px;
    background-repeat: no-repeat
}

.header-bottom-right .header-cms-service .contact-block .contact-block-inner,.header-bottom-right .header-cms-service .contact-block .service-block-inner,.header-bottom-right .header-cms-service .service-block .contact-block-inner,.header-bottom-right .header-cms-service .service-block .service-block-inner {
    display: inline-block;
    vertical-align: middle
}

.header-bottom-right .header-cms-service .contact-block .contact-block-inner .contact-text.text1,.header-bottom-right .header-cms-service .contact-block .contact-block-inner .service-text.text1,.header-bottom-right .header-cms-service .contact-block .service-block-inner .contact-text.text1,.header-bottom-right .header-cms-service .contact-block .service-block-inner .service-text.text1,.header-bottom-right .header-cms-service .service-block .contact-block-inner .contact-text.text1,.header-bottom-right .header-cms-service .service-block .contact-block-inner .service-text.text1,.header-bottom-right .header-cms-service .service-block .service-block-inner .contact-text.text1,.header-bottom-right .header-cms-service .service-block .service-block-inner .service-text.text1 {
    color: #fff;
    line-height: 1.53846rem;
    text-transform: capitalize;
    letter-spacing: .4px
}

.header-bottom-right .header-cms-service .contact-block .contact-block-inner .contact-text.text2,.header-bottom-right .header-cms-service .contact-block .contact-block-inner .service-text.text2,.header-bottom-right .header-cms-service .contact-block .service-block-inner .contact-text.text2,.header-bottom-right .header-cms-service .contact-block .service-block-inner .service-text.text2,.header-bottom-right .header-cms-service .service-block .contact-block-inner .contact-text.text2,.header-bottom-right .header-cms-service .service-block .contact-block-inner .service-text.text2,.header-bottom-right .header-cms-service .service-block .service-block-inner .contact-text.text2,.header-bottom-right .header-cms-service .service-block .service-block-inner .service-text.text2 {
    color: #fff;
    line-height: 1.53846rem;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600
}

.header-bottom-right .header-cms-service .contact-block:hover .service-icon,.header-bottom-right .header-cms-service .service-block:hover .service-icon {
    background-position: center -188px
}

.header-bottom-right .header-cms-service .contact-block:hover .contact-icon,.header-bottom-right .header-cms-service .service-block:hover .contact-icon {
    background-position: center -575px
}

.header-bottom-right .third-content {
    float: right;
    width: auto;
    display: none
}

@media (min-width: 990px) {
    .header-bottom-right .third-content {
        display:inline-block;
        vertical-align: middle
    }
}

.header-bottom-right .third-content .offer-image {
    width: 44px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/offer.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.header-bottom-right .third-content .offer-inner {
    display: inline-block;
    vertical-align: middle
}

.header-bottom-right .third-content .offer-inner .offer_title {
    font-size: 1.23077rem;
    font-weight: 600;
    line-height: 1.53846rem;
    background: #fff;
    padding: .76923rem 1.15385rem;
    margin: 0 0 0 -.38462rem;
    border-radius: 0 5px 5px 0;
    border-left: 2px dashed #2457aa;
    color: #000
}

.header-bottom-right .third-content .offer-inner .offer_title a {
    text-decoration: none;
    cursor: pointer
}

.header-bottom-right .third-content .offer-inner .offer_title a:hover {
    color: #000
}

.header-bottom-right ul#navUser-section-currency {
    display: none
}

.header-bottom-right .navPages-header-bottom_left {
    float: left;
    display: none
}

.header-bottom-right .navPages-header-bottom_left ul#navUser-section-currency {
    padding: 11px 10px 11px 38px;
    background: url("../img/megnor/doller.png") no-repeat scroll 12px 18px
}

.header-bottom-right .navPages-header-bottom_left ul#navUser-section-currency .navUser-action {
    text-transform: uppercase
}

@media (min-width: 1500px) {
    .header-bottom-right .navPages-header-bottom_left {
        display:inline-block
    }
}

.header-bottom-right .navPages-header-bottom_left .header-bottom-contact {
    clear: left;
    padding: 19px;
    border-top: 1px solid #ededed
}

.header-bottom-right .navPages-header-bottom_left .header-bottom-contact .header-info-heading {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    float: left;
    padding-left: 30px;
    background: url("../img/megnor/call.png") no-repeat scroll 0 3px
}

.header-bottom-right .navPages-header-bottom_left .header-bottom-contact span.header-info-list.contact_us {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ebebeb;
    letter-spacing: 1px;
    line-height: 24px;
    display: inline-block;
    margin-left: 5px
}

.header-bottom-right .header-bottom-right-top .navUser-item-carttotal {
    display: none;
    text-align: left;
    color: #707070;
    font-weight: 400;
    line-height: 16px
}

@media (min-width: 551px) {
    .header-bottom-right .header-bottom-right-top .navUser-item-carttotal {
        display:block
    }
}

.header-bottom-right .header-search-bottom {
    display: none;
    vertical-align: top;
    position: relative;
    float: left
}

.header-bottom-right .header-search-bottom .form-field {
    margin: 0
}

.header-bottom-right .header-search-bottom .form-field .form {
    margin: 0
}

@media (min-width: 801px) {
    .header-bottom-right .header-search-bottom {
        display:inline-block;
        margin-left: 75px;
    }
}

.header-bottom-compare .navUser-item {
    display: none;
    width: auto;
    vertical-align: middle
}

@media (min-width: 801px) {
    .header-bottom-compare .navUser-item {
        display:inline-block
    }
}

.tags {
    list-style: none;
    margin-left: 0;
    font-size: 0;
    text-align: center
}

.tags ol,.tags ul {
    list-style: none;
    margin-bottom: 0
}

.tag {
    display: inline-block;
    font-size: 12px
}

.tag a {
    color: #000;
    display: inline-block;
    padding: .38462rem .53846rem;
    text-decoration: none
}

.tag a:hover {
    color: #ffd200
}

.socialLinks {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    padding: 0!important
}

.socialLinks:after,.socialLinks:before {
    content: " ";
    display: table
}

.socialLinks:after {
    clear: both
}

.socialLinks ol,.socialLinks ul {
    list-style: none;
    margin-bottom: 0
}

.socialLinks li {
    margin: 0;
    padding: 0
}

@media (min-width: 551px) {
    .socialLinks {
        text-align:center
    }
}

.socialLinks .icon {
    height: 1.53846rem;
    width: 1.53846rem;
    margin: 0;
    text-decoration: none
}

.socialLinks .icon:hover {
    background: #fff;
    border-radius: 50%
}

.socialLinks .icon:hover svg {
    fill: black
}

.socialLinks .icon svg {
    fill: black;
    transition: all .15s ease
}

.socialLinks-item--pinterest {
    width: 25px
}

.pin_it_iframe_widget {
    display: none
}

.socialLinks-item {
    display: inline-block;
    font-size: 0
}

.socialLinks .socialLinks-item {
    margin-bottom: 0;
    margin-right: .76923rem
}

.socialLinks .socialLinks-item:last-child {
    margin-right: 0
}

.socialLinks .socialLinks-item:last-child a.addthis_button_pinterest.icon.icon--pinterest.at300b {
    width: 25px
}

.socialLinks .socialLinks-item:last-child a.addthis_button_pinterest.icon.icon--pinterest.at300b .pin_it_iframe_widget {
    display: none;
    margin-left: -7px
}

.socialLinks--alt .icon {
    width: 15px;
    height: 15px;
    padding: 0;
    height: 1.92308rem;
    width: 1.92308rem;
    color: #fff;
    padding: 3px
}

.socialLinks--alt .icon svg {
    fill: white
}

@media (min-width: 801px) {
    .socialLinks--alt .icon svg {
        fill:white;
        transition: all .15s ease
    }

    .socialLinks--alt .icon:hover {
        background: 0 0
    }
}

@media (min-width: 1500px) {
    .socialLinks--alt .icon {
        width:1.84615rem;
        height: 1.84615rem;
        padding: 5px
    }

    .socialLinks--alt .icon svg {
        fill: white;
        transition: all .15s ease
    }

    .socialLinks--alt .icon:hover {
        background: #fff
    }
}

.socialLinks--alt .icon:hover svg {
    fill: white
}

.socialLinks--alt .icon--twitter:hover svg {
    fill: #55acee
}

.socialLinks--alt .icon--facebook:hover svg {
    fill: #3b5998
}

.socialLinks--alt .icon--rss:hover svg {
    fill: #ffa500
}

.socialLinks--alt .icon--instagram:hover svg {
    fill: #6a453b
}

.socialLinks--alt .icon--pinterest:hover svg {
    fill: #cb2027
}

.socialLinks--alt .icon--youtube:hover svg {
    fill: #e5281b
}

.socialLinks--alt .icon--linkedin:hover svg {
    fill: #007bb6
}

.socialLinks--alt .icon--google:hover svg {
    fill: #d13f2d
}

.socialLinks--alt .icon--tumblr:hover svg {
    fill: #274152
}

.socialLinks--alt .icon--stumbleupon:hover svg {
    fill: #378733
}

.socialLinks--alt svg {
    fill: white
}

.heroCarousel {
    min-width: 100%;
    margin-top: 0
}

@media (min-width: 801px) {
    .heroCarousel {
        padding:0 1.15385rem
    }
}

@media (min-width: 1401px) {
    .heroCarousel {
        padding:0 4.61538rem
    }
}

@media (min-width: 1500px) {
    .heroCarousel {
        padding:0 5.38462rem
    }
}

.js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .5s ease
}

.heroCarousel.slick-initialized {
    max-height: 76.92308rem;
    opacity: 1;
    margin-bottom: 0
}

.heroCarousel a {
    text-decoration: none
}

.heroCarousel .slick-next,.heroCarousel .slick-prev {
    top: 50%;
    opacity: 0;
    background: 0 0;
    border: 0;
    height: 8.46154rem;
    width: 3.07692rem;
    border-radius: 0;
    background: #fff;
    transition: all .6s ease-out;
    webkit-transition: all 600ms ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .5s ease
}

@media (min-width: 801px) {
    .heroCarousel .slick-next,.heroCarousel .slick-prev {
        opacity:0
    }
}

.heroCarousel .slick-next::before,.heroCarousel .slick-prev::before {
    font-family: fontAwesome;
    color: #000;
    background: 0 0;
    width: auto;
    height: auto;
    font-size: 2.46154rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 700
}

.heroCarousel .slick-next:active,.heroCarousel .slick-next:focus,.heroCarousel .slick-next:hover,.heroCarousel .slick-prev:active,.heroCarousel .slick-prev:focus,.heroCarousel .slick-prev:hover {
    background: #fff!important
}

.heroCarousel .slick-next:active::before,.heroCarousel .slick-next:focus::before,.heroCarousel .slick-next:hover::before,.heroCarousel .slick-prev:active::before,.heroCarousel .slick-prev:focus::before,.heroCarousel .slick-prev:hover::before {
    color: #ffd200
}

.heroCarousel .slick-next {
    right: 15px
}

@media (min-width: 801px) {
    .heroCarousel .slick-next {
        right:-50px;
        padding: 0
    }
}

.heroCarousel .slick-next::before {
    left: .15385rem;
    right: auto
}

.heroCarousel .slick-prev {
    left: 15px
}

@media (min-width: 801px) {
    .heroCarousel .slick-prev {
        left:-50px;
        padding: 0
    }
}

.heroCarousel .slick-dots {
    bottom: .53846rem;
    display: none!important
}

@media (min-width: 801px) {
    .heroCarousel .slick-dots {
        bottom:1.5rem
    }
}

@media (min-width: 801px) {
    .heroCarousel:hover .slick-next {
        opacity:1;
        transition: none;
        right: 0;
        padding: 0
    }

    .heroCarousel:hover .slick-prev {
        opacity: 1;
        transition: none;
        left: 0;
        padding: 0
    }
}

@media (min-width: 1401px) {
    .heroCarousel:hover .slick-next {
        right:35px
    }

    .heroCarousel:hover .slick-prev {
        left: 35px
    }
}

@media (min-width: 1500px) {
    .heroCarousel:hover .slick-next {
        right:70px
    }

    .heroCarousel:hover .slick-prev {
        left: 70px
    }
}

.heroCarousel-slide:first-child .heroCarousel-title {
    color: #000
}

.heroCarousel-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.heroCarousel-slide a {
    text-decoration: none
}

.objectfit .heroCarousel-slide {
    background-image: none!important
}

@media (min-width: 1500px) {
    .heroCarousel-slide--stretch {
        background-size:100% 100%
    }
}

.heroCarousel-image-wrapper {
    height: 100%!important
}

.heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 110px
}

@media (min-width: 551px) {
    .heroCarousel-image {
        min-height:auto
    }
}

@media (min-width: 801px) {
    .no-objectfit .heroCarousel-image {
        visibility:hidden
    }
}

.heroCarousel-content {
    background-image: none;
    padding: .76923rem 1.5rem 3rem;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    right: auto;
    left: 0
}

@media (min-width: 551px) {
    .heroCarousel-content {
        text-align:right;
        top: 10%;
        width: 70%;
        right: auto
    }
}

@media (min-width: 801px) {
    .heroCarousel-content {
        top:20%;
        width: 38.46154rem
    }
}

@media (min-width: 1500px) {
    .heroCarousel-content {
        margin:0 auto;
        padding: 1.38462rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 46.15385rem
    }

    .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent
    }
}

.heroCarousel-title {
    color: #000;
    font-size: 1.07692rem;
    margin-top: 0;
    letter-spacing: 0;
    margin-bottom: .76923rem;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    font-weight: 200
}

@media (min-width: 551px) {
    .heroCarousel-title {
        font-size:1.92308rem;
        line-height: 1.92308rem
    }
}

@media (min-width: 801px) {
    .heroCarousel-title {
        font-size:2.30769rem;
        line-height: 2.30769rem
    }
}

@media (min-width: 1500px) {
    .heroCarousel-title {
        font-size:2.61538rem;
        line-height: 1.2
    }
}

.heroCarousel-description {
    color: #000;
    font-size: 1.53846rem;
    letter-spacing: 0;
    position: relative;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    text-transform: capitalize;
    display: inline-block;
    float: right;
    font-weight: 500;
    width: 100%
}

@media (min-width: 551px) {
    .heroCarousel-description {
        font-size:2.30769rem
    }
}

@media (min-width: 801px) {
    .heroCarousel-description {
        font-size:2.61538rem
    }
}

.heroCarousel-action {
    margin: .38462rem 0 0 0;
    border: 0;
    color: #000;
    background: 0 0;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 600;
    clear: both
}

@media (min-width: 551px) {
    .heroCarousel-action {
        margin-top:1.53846rem 0 0 0;
        font-size: 15px;
        float: right
    }
}

@media (min-width: 1500px) {
    .heroCarousel-action {
        margin-top:5.38462rem
    }
}

.heroCarousel-action:hover {
    background: 0 0;
    color: #000
}

@media (min-width: 801px) {
    .writeReview-productDetails {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productDetails .product-brand {
    color: #a5a5a5;
    margin: 1.53846rem 0 .38462rem
}

.writeReview-productDetails .product-title {
    margin-top: 0
}

@media (min-width: 801px) {
    .writeReview-form {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productImage-container {
    position: relative
}

.writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 94.14286%
}

.account--addReturn .table {
    display: block;
    margin-bottom: 3rem
}

@media (min-width: 551px) {
    .account--addReturn .table {
        display:table;
        margin-bottom: 6rem
    }
}

.account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0
}

@media (min-width: 551px) {
    .account--addReturn .table tr {
        display:table-row;
        padding: 0
    }
}

.account--addReturn .table td,.account--addReturn .table th {
    display: block;
    padding: 0
}

@media (min-width: 551px) {
    .account--addReturn .table td,.account--addReturn .table th {
        display:table-cell;
        padding-bottom: .76923rem;
        padding-top: .76923rem
    }
}

.account--addReturn .table td+td,.account--addReturn .table td+th,.account--addReturn .table th+td,.account--addReturn .table th+th {
    padding-left: 0
}

@media (min-width: 551px) {
    .account--addReturn .table td+td,.account--addReturn .table td+th,.account--addReturn .table th+td,.account--addReturn .table th+th {
        padding-left:1.5rem
    }
}

.account--addReturn .table .return-itemTitle+.definitionList {
    margin-top: .15385rem
}

@media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
        text-align:center
    }
}

@media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
        text-align:right
    }
}

.account--addReturn .table-thead {
    display: none
}

@media (min-width: 551px) {
    .account--addReturn .table-thead {
        display:table-header-group
    }
}

.account--addReturn .table-thead th {
    font-size: 15px
}

.account--addReturn .table-thead th:first-child {
    width: 60%
}

.account--addReturn .table-tbody {
    display: block
}

@media (min-width: 551px) {
    .account--addReturn .table-tbody {
        display:table-row-group
    }
}

.return-itemName {
    font-size: 15px;
    font-weight: 700
}

@media (min-width: 551px) {
    .return-itemName {
        font-size:12px;
        font-weight: 400
    }
}

.return-itemPrice {
    color: #a5a5a5;
    margin-bottom: .38462rem
}

@media (min-width: 551px) {
    .return-itemPrice {
        color:inherit;
        margin-bottom: 0;
        text-align: center
    }
}

.return-itemQuantity .form-label {
    display: inline;
    margin-right: .38462rem
}

@media (min-width: 551px) {
    .return-itemQuantity .form-label {
        border:0;
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}

.account--addReturn-row {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin: 0 -1rem
}

.account--addReturn-row:after,.account--addReturn-row:before {
    content: " ";
    display: table
}

.account--addReturn-row:after {
    clear: both
}

.account--addReturn-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding: 0 1rem
}

@media (min-width: 551px) {
    .account--addReturn-column {
        width:50%
    }
}

.productCarousel {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    max-width: none
}

.productCarousel:after,.productCarousel:before {
    content: " ";
    display: table
}

.productCarousel:after {
    clear: both
}

.productCarousel .slick-dots {
    display: none!important
}

.productCarousel .slick-next,.productCarousel .slick-prev {
    top: 40%;
    border: 1px solid #c7c7c7;
    opacity: 0
}

.productCarousel .slick-next::before,.productCarousel .slick-prev::before {
    font-size: 2.15385rem;
    color: #c7c7c7
}

.productCarousel .slick-next:hover,.productCarousel .slick-prev:hover {
    border-color: #ffd200
}

.productCarousel .slick-next:hover::before,.productCarousel .slick-prev:hover::before {
    color: #ffd200
}

.productCarousel:hover .slick-next,.productCarousel:hover .slick-prev {
    opacity: 1
}

.productCarousel .slick-prev {
    left: 0;
    right: auto;
    display: block!important
}

.productCarousel .slick-next {
    right: 0;
    left: auto;
    display: block!important
}

.tab-container {
    float: left;
    width: 100%
}

.tab-container .product-tab {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: center
}

.tab-container .product-tab .tab-title {
    padding: 0
}

.tab-container:hover .slick-prev {
    opacity: 1
}

.tab-container:hover .slick-next {
    opacity: 1
}

.productCarousel-slide {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding: 0
}

@media (min-width: 551px) {
    .productCarousel-slide {
        width:50%
    }
}

@media (min-width: 801px) {
    .productCarousel-slide {
        width:33.33333%
    }
}

@media (min-width: 1500px) {
    .productCarousel-slide {
        width:25%
    }
}

.productCarousel-slide.slick-current .card-figure {
    border-color: transparent
}

.quickView:after,.quickView:before {
    content: " ";
    display: table
}

.quickView:after {
    clear: both
}

.productReviews-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    letter-spacing: 0
}

.productReviews-list ol,.productReviews-list ul {
    list-style: none;
    margin-bottom: 0
}

.productReviews-list:after,.productReviews-list:before {
    content: " ";
    display: table
}

.productReviews-list:after {
    clear: both
}

.productReview {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: none;
    font-size: 12px;
    vertical-align: top;
    margin: 10px 0
}

@media (min-width: 551px) {
    .productReview {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.productReview-title {
    margin: 0;
    text-transform: none
}

.productReview-author {
    color: #000;
    margin-bottom: 1rem
}

.productReview-rating {
    display: inline-block;
    margin-bottom: .38462rem
}

.productReview-ratingNumber {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.productView {
    padding-top: 0;
    width: 100%;
    float: left
}

.productView-images {
    margin-bottom: 3rem
}

.productView-images .slick-list {
    padding: 10px 6px
}

@media (min-width: 1500px) {
    .productView-images .slick-list {
        padding:10px 6px
    }
}

.productView-image {
    -ms-flex-align: center;
    align-items: center;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: relative;
    min-width: 100%;
    cursor: crosshair;
    border: 1px solid #ededed;
    overflow: hidden;
    border-radius: 5px
}

@media (min-width: 801px) {
    .productView-image {
        min-height:auto;
        min-width: auto
    }
}

.productView-image .productView-thumbnails {
    margin-top: .76923rem
}

@media (min-width: 320px) and (max-width:801px) {
    .productView-image {
        pointer-events:none
    }
}

.productView-img-container {
    position: relative;
    margin: auto;
    max-width: 700px;
    width: 100%
}

.productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 94.14286%
}

.productView-thumbnails {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1.53846rem;
    margin-bottom: 3.07692rem
}

.productView-thumbnails ol,.productView-thumbnails ul {
    list-style: none;
    margin-bottom: 0
}

.productView-thumbnails:after,.productView-thumbnails:before {
    content: " ";
    display: table
}

.productView-thumbnails:after {
    clear: both
}

@media (min-width: 551px) {
    .productView-thumbnails {
        margin-bottom:0!important
    }
}

.productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    position: relative
}

.productView-thumbnails .slick-dots {
    display: none!important
}

.productView-thumbnail {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding-left: .38462rem;
    padding-right: .38462rem
}

@media (min-width: 1500px) {
    .productView-thumbnail {
        width:20%;
        margin: 10px 3px 10px 3px
    }
}

.productView-thumbnail img {
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 5px
}

.productView-thumbnail-link {
    display: inline-block;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: content-box;
    -ms-flex-pack: center;
    justify-content: center
}

.productView-details {
    margin-bottom: 1.53846rem;
    margin-top: 0
}

@media (min-width: 551px) {
    .productView-details {
        margin-top:0;
        margin-bottom: 0
    }
}

.productView-details .socialLinks {
    text-align: left
}

.productView-description .tab-title::after {
    top: 13px
}

.productView-product>:last-child {
    margin-bottom: .76923rem;
    margin-top: .76923rem;
    float: left;
    width: 100%;
    position: relative;
    line-height: 29px
}

@media (min-width: 801px) {
    .productView-product>:last-child {
        padding-bottom:10px
    }
}

.productView-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
    text-transform: capitalize
}

@media (min-width: 551px) {
    .productView-title {
        font-size:20px
    }
}

.productView-brand {
    color: #a5a5a5;
    font-size: 15px;
    margin: .76923rem 0 .76923rem;
    letter-spacing: 1px
}

@media (min-width: 1500px) {
    .productView-brand {
        font-size:15px;
        line-height: 15px
    }
}

.productView-brand a {
    color: #a5a5a5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px
}

.productView-brand a:hover {
    color: #ffd200
}

.productView-price {
    font-size: 24px;
    clear: both;
    text-align: left;
    color: #2457aa
}

@media (min-width: 801px) {
    .productView-price {
        font-weight:600
    }
}

.productView-price .original-price {
    float: left;
    display: inline-block;
    width: 100%
}

@media (min-width: 801px) {
    .productView-price .original-price {
        width:auto
    }
}

.productView-price>div {
    margin-bottom: .38462rem;
    display: inline-block;
    vertical-align: middle
}

.productView-price>div .price-final,.productView-price>div .price-now-label {
    color: #2457aa;
    font-size: 23px
}

.productView-price .price-section--saving {
    font-size: 15px;
    display: inline-block;
    margin-left: 0
}

@media (min-width: 801px) {
    .productView-price .price-section--saving {
        margin-left:15px
    }
}

.productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.productView-reviewLink {
    display: inline-block;
    margin-left: .76923rem;
    vertical-align: middle
}

.productView-reviewLink+.productView-reviewLink {
    display: block;
    margin-left: auto
}

@media (min-width: 551px) {
    .productView-reviewLink+.productView-reviewLink {
        display:inline-block;
        margin-left: .76923rem
    }
}

.productView-reviewLink>a {
    color: #000;
    text-decoration: none
}

.productView-reviewLink>a:hover {
    color: #ffd200
}

.modal-body .productView-info {
    display: inline-block;
    padding-bottom: 5px;
    width: 100%
}

.modal-body .productView-image {
    margin: 1.15385rem 0 0 0
}

@media (min-width: 551px) {
    .modal-body .productView-image {
        margin:auto
    }
}

@media (min-width: 551px) {
    .productView-info {
        margin-top:0
    }
}

@media (min-width: 551px) {
    .productView-info>:first-child {
        margin-top:0;
        margin-bottom: 0
    }
}

.productView-info>:last-child {
    margin-bottom: 0;
    float: left
}

.productView-info-name,.productView-info-value {
    float: left
}

@media (min-width: 551px) {
    .productView-info-name,.productView-info-value {
        float:none
    }
}

@media (min-width: 801px) {
    .productView-info-name,.productView-info-value {
        float:left
    }
}

.productView-info-name {
    clear: both;
    float: left;
    margin-bottom: .15385rem;
    margin-right: .38462rem;
    letter-spacing: .6px;
    color: #000
}

@media (min-width: 551px) {
    .productView-info-name {
        font-family:Poppins,Arial,Helvetica,sans-serif;
        font-size: 1rem;
        font-weight: 600;
        width: 11.53846rem
    }
}

.productView-info-value {
    margin-bottom: .38462rem
}

@media (min-width: 551px) {
    .productView-info-value {
        margin-bottom:0
    }
}

.productView-options {
    margin-bottom: 1rem;
    text-align: left
}

.productView-options:after,.productView-options:before {
    content: " ";
    display: table
}

.productView-options:after {
    clear: both
}

@media (min-width: 551px) {
    .productView-options .form-input[type=number] {
        width:16.66667%
    }
}

.productView-options .form {
    display: inline
}

.productView-options input[type=file] {
    font-size: 13px
}

.productView-options .form-field {
    font-size: 0;
    margin-bottom: 1rem
}

.productView-options .form-field>.form-checkbox+.form-label,.productView-options .form-field>.form-radio+.form-label {
    display: inline-block;
    margin-left: 1.5rem;
    width: auto
}

@media (min-width: 551px) {
    .productView-options .form-field>.form-checkbox+.form-label,.productView-options .form-field>.form-radio+.form-label {
        margin-left:0;
        width: 100%
    }
}

.productView-options .form-field>.form-label:nth-of-type(2) {
    margin-left: 0
}

.productView-options .form-action {
    display: inline;
    float: left;
    text-align: left
}

@media (min-width: 385px) {
    .productView-options .form-action {
        width:auto;
        float: left
    }
}

@media (min-width: 801px) {
    .productView-options .form-action {
        float:left;
        padding: 0;
        width: auto
    }
}

@media (min-width: 1500px) {
    .productView-options .form-action {
        display:inline-block;
        margin-top: 1rem
    }
}

.productView-options .form-action .button {
    margin-right: .46154rem;
    margin-bottom: 0
}

.productView-options .form-action .button:hover svg {
    fill: black;
    stroke: black
}

.productView-options .form-action #form-action-addToWishlist:hover {
    background: #ffd200;
    color: #000;
    border-color: #2457aa
}

.productView-options .form-action #form-action-addToCart {
    background: #ffd200;
    color: #000;
    border-color: #ffd200
}

.productView-options .form-action #form-action-addToCart:hover {
    color: #fff;
    background: #2457aa;
    border: 1px solid #2457aa
}

.productView-options .form-action .button.button--primary {
    position: relative
}

.productView-options .form-action .button.button--primary::before {
    content: "\f291";
    font-family: fontAwesome;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    text-align: center
}

.productView-options .form-input--incrementTotal {
    padding: .46154rem .53846rem;
    margin-right: -1px;
    border-radius: 0;
    height: 33px
}

.productView-options .form-increment {
    float: left;
    width: auto
}

.productView-options .form-increment .button {
    padding: .53846rem .61538rem
}

.productView-options .form-label--alternate {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    letter-spacing: .6px;
    padding: 10px 10px 0 0
}

.dropdown-menu-button svg {
    fill: white;
    stroke: white;
    width: .76923rem;
    position: relative;
    top: .15385rem
}

.productOptions-list {
    border: 1px solid #dfdfdf;
    list-style: none;
    margin: 0
}

.productOptions-list-item {
    padding: 1.5rem
}

.productOptions-list-item+.productOptions-list-item {
    border-top: 1px solid #dfdfdf;
    padding: 2px 20px
}

.productOptions-list-item .form-label {
    text-align: left;
    top: -2px
}

.productOptions-list-item-content,.productOptions-list-item-figure {
    display: table-cell;
    vertical-align: middle
}

.productOptions-list-item-figure {
    width: 3rem
}

.productOptions-list-item-content {
    padding-left: 1.23077rem
}

.shareProduct {
    text-align: center
}

.productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    top: 0
}

.productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto
}

.price--discounted,.price--non-sale,.price--rrp {
    text-decoration: line-through;
    color: #a5a5a5;
    font-size: 1rem;
    font-weight: 500
}

.price-section--minor {
    color: #a5a5a5
}

.compareTable {
    table-layout: fixed;
    width: 100%
}

.compareTable-row {
    vertical-align: top
}

.compareTable-row+.compareTable-row .compareTable-heading,.compareTable-row+.compareTable-row .compareTable-item {
    border-top: 1px solid #ededed
}

.compareTable-row+.compareTable-row .compareTable-heading:empty {
    border-top: 0
}

.compareTable-heading {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 1.23077rem 1rem;
    position: relative;
    text-align: right;
    width: 0
}

@media (min-width: 801px) {
    .compareTable-heading {
        width:25%
    }
}

.compareTable-headingText {
    position: absolute;
    top: 1.23077rem;
    white-space: nowrap
}

@media (min-width: 801px) {
    .compareTable-headingText {
        position:inherit;
        top: inherit
    }
}

.compareTable-item {
    padding: 3.23077rem 1rem 1.23077rem
}

@media (min-width: 801px) {
    .compareTable-item {
        padding-top:1.23077rem
    }
}

.compareTable-removeProduct {
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s ease;
    width: 2.5rem
}

.compareTable-removeProduct .icon {
    fill: black;
    height: 1.5rem;
    margin-top: .53846rem;
    width: 1.5rem
}

.compareTable-product {
    font-weight: 400;
    padding: 2.03846rem 1rem 1.23077rem
}

.compareTable-product .card {
    margin-bottom: 0
}

.compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem
}

.compareTable-action {
    padding: 0 1rem 1rem
}

.compareTable-action .button {
    display: block;
    padding-left: .76923rem;
    padding-right: .76923rem;
    width: 100%
}

.blocker {
    background: rgba(255,255,255,.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500
}

.blocker-container {
    position: relative
}

.textTruncate {
    padding-bottom: 1.5rem;
    position: relative;
    transition: max-height .1s ease-out
}

.js .textTruncate {
    max-height: 110px;
    overflow: hidden
}

.js .textTruncate--visible {
    max-height: 76.92308rem
}

.textTruncate-viewMore {
    background-color: #fff;
    bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%
}

.toggle {
    margin-bottom: 2.26923rem
}

.toggle:last-of-type {
    margin-bottom: .26923rem
}

.toggle-title {
    margin-bottom: 1.28rem;
    margin-top: 0
}

.toggleLink {
    color: #000
}

.toggleLink:hover {
    color: #ffd200
}

.toggle-title .toggleLink {
    float: right;
    line-height: 24px
}

.toggleLink-text {
    font-size: 13px;
    font-weight: 400
}

.toggleLink-text .icon svg {
    fill: black
}

.toggleLink-text--off {
    display: inline-block
}

.toggleLink.is-open .toggleLink-text--off {
    display: none
}

.toggleLink-text--on {
    display: none
}

.toggleLink.is-open .toggleLink-text--on {
    display: inline-block
}

.toggle-content {
    display: none
}

.toggle-content.is-open {
    display: block
}

.facetedSearch-toggle {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    border-radius: 0;
    display: block;
    padding: 1rem
}

.facetedSearch-toggle:after,.facetedSearch-toggle:before {
    content: " ";
    display: table
}

.facetedSearch-toggle:after {
    clear: both
}

@media (min-width: 801px) {
    .facetedSearch-toggle {
        display:none!important
    }
}

.facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0
}

.facetedSearch-toggle-indicator,.facetedSearch-toggle-text {
    display: block;
    font-weight: 400
}

.facetedSearch-toggle-text {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    padding: 0;
    text-align: left
}

.facetedSearch-toggle-indicator {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: right
}

.facetedSearch-navList {
    display: none
}

@media (min-width: 801px) {
    .facetedSearch-navList {
        display:block!important
    }
}

.facetedSearch-navList.is-open {
    display: block
}

.facetedSearch-navList.is-open .accordion--navList,.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.facetedSearch-toggle+.facetedSearch-navList,.sidebarBlock+.facetedSearch-navList {
    margin-top: 0
}

.facetedSearch-toggle+.facetedSearch-navList.is-open,.sidebarBlock+.facetedSearch-navList.is-open {
    margin-top: -1px
}

@media (min-width: 801px) {
    .facetedSearch-toggle+.facetedSearch-navList.is-open,.sidebarBlock+.facetedSearch-navList.is-open {
        margin-top:3.53846rem
    }
}

.facetedSearch-navList .navList--inner {
    margin-left: 1.5rem
}

.facetedSearch-navList .accordion-block .form-input--small {
    border-radius: 4px;
    height: 35px
}

.facet-quick-heading {
    text-transform: capitalize
}

.facetedSearch-optionColumns {
    column-count: 3;
    column-gap: 20px
}

.facetedSearch-refineFilters {
    display: none
}

@media (min-width: 801px) {
    .facetedSearch-refineFilters {
        display:block
    }
}

.facetedSearch-content--rating .is-selected {
    font-weight: 700
}

.banners {
    color: #fff;
    text-align: center;
    clear: both
}

.banners p:last-child {
    margin-bottom: 0;
    text-align: left
}

.banners a {
    color: #2d2d2d
}

.banners .brand-banner {
    float: left;
    width: 100%;
    padding: 0 0 .76923rem 1.07692rem
}

@media (min-width: 801px) {
    .banners .brand-banner {
        width:78%;
        padding: 0 0 .76923rem 1.38462rem
    }
}

@media (min-width: 1500px) {
    .banners .brand-banner {
        padding:.38462rem 0 0 1rem
    }
}

@media (min-width: 1500px) {
    .banners .container {
        padding:0
    }
}

.banners .categories.banner {
    float: left;
    width: 100%;
    margin: 30px auto 0;
    position: relative
}

@media (min-width: 551px) {
    .banners .categories.banner {
        margin:30px auto
    }
}

@media (min-width: 801px) {
    .banners .categories.banner {
        margin:30px auto 60px auto
    }
}

.banners .categories.banner .category-content {
    background: #f7f7f7;
    height: 11.84615rem;
    padding: 1.92308rem 2.30769rem;
    width: 100%;
    position: relative;
    border: none
}

.banners .categories.banner .category-content .category-title {
    float: left
}

.banners .categories.banner .category-content .category-title .dark-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.84615rem;
    letter-spacing: .4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    float: left;
    text-transform: capitalize
}

@media (min-width: 551px) {
    .banners .categories.banner .category-content .category-title .dark-title {
        font-size:1.23077rem
    }
}

.banners .categories.banner .category-content .category-title .sub-title {
    display: none;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: .5px;
    color: #a5a5a5;
    line-height: 1.92308rem;
    margin: 0;
    float: left;
    text-transform: capitalize
}

@media (min-width: 551px) {
    .banners .categories.banner .category-content .category-title .sub-title {
        display:inline-block
    }
}

.banners .categories.banner .category-content .button_content_inner.center {
    float: right
}

.banners .categories.banner .category-content .button_content_inner.center .button.button_mini {
    text-transform: capitalize;
    letter-spacing: .4px;
    font-size: .92308rem;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: underline
}

.banners .categories.banner #category {
    position: relative;
    overflow: visible;
    margin: -70px auto 0;
    width: 100%
}

.banners .categories.banner #category .category-image .feature a {
    display: block;
    text-decoration: none
}

.banners .categories.banner #category .category-image .feature a img {
    background-size: auto;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 138px;
    width: 138px;
    text-align: center;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    border-color: #f7f7f7
}

.banners .categories.banner #category .category-image .feature .category-title {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .6px;
    text-transform: capitalize;
    width: 100%;
    margin: 1.53846rem 0 0;
    display: block
}

.banners .categories.banner #category .category-image:hover .feature .category-title {
    color: #2457aa
}

.banners .subbanner-cms1.three {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three {
        margin-bottom:1.53846rem
    }
}

.banners .subbanner-cms1.three .subbanner-inner {
    position: relative
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 {
    text-align: center;
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 20px
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 {
        width:33.33%;
        float: left;
        text-align: left;
        margin-top: 0
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner a,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner a,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner a::before {
    background: rgba(219,219,219,.2) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    width: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    bottom: 0;
    right: 0
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner a::before {
    left: 0;
    top: 0
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner:hover a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .content-inner:hover a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner:hover a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .content-inner:hover a::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner:hover a::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .content-inner:hover a::before {
    height: 100%;
    width: 100%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner {
    position: absolute;
    width: auto;
    left: 10%;
    right: auto;
    top: 13%;
    bottom: auto;
    text-align: left
}

@media (min-width: 551px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner {
        top:20%
    }
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner {
        width:65%;
        top: 10%
    }
}

@media (min-width: 990px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner {
        width:55%
    }
}

@media (min-width: 1300px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner {
        top:13%
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text1.static-text {
    font-size: 1.07692rem;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: .5px
}

@media (min-width: 990px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text1.static-text {
        font-size:1.53846rem;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media (min-width: 1090px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text1.static-text {
        font-size:1.84615rem
    }
}

@media (min-width: 1300px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text1.static-text {
        font-size:2.15385rem;
        line-height: normal
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text2.static-text {
    font-size: 1.07692rem;
    letter-spacing: .4px;
    margin: .38462rem 0;
    color: #fff;
    text-transform: capitalize
}

@media (min-width: 990px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text2.static-text {
        margin:.38462rem 0 1.15385rem
    }
}

@media (min-width: 1090px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text2.static-text {
        margin:.38462rem 0 1.92308rem
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .link-text {
    font-size: .92308rem;
    padding: .69231rem 1.53846rem;
    text-decoration: none;
    background-color: #ffd200;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .link-text:hover {
    background-color: #fff
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .link-text::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .link-text::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .link-text::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .link-text::before,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .link-text::after,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .link-text::before {
    display: none
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text3.static-text {
    margin-top: 1.53846rem;
    text-transform: capitalize;
    color: #fff;
    font-size: .92308rem
}

@media (min-width: 1090px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text3.static-text {
        margin-top:2.30769rem
    }
}

@media (min-width: 1300px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .static-inner .text3.static-text {
        margin-top:3.84615rem
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-one,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-one,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-one {
    padding: 0
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-one,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-one,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-one {
        padding:0 1.53846rem 0 0
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two {
    float: none;
    padding: 0;
    text-align: center
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two {
        padding:0 10px
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner {
    text-align: left
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .text3.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .text3.static-text {
    margin-top: 0
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .text1.static-text {
    margin-top: .76923rem;
    margin-bottom: 0
}

@media (min-width: 990px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .text1.static-text {
        margin-top:1.92308rem
    }
}

@media (min-width: 1300px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .text1.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .text1.static-text {
        margin-top:3.84615rem
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .text2.static-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .text2.static-text {
    margin: .38462rem 0 1.15385rem
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .link-text {
    background-color: #fff
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-two .static-inner .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-two .static-inner .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-two .static-inner .link-text:hover {
    background-color: #ffd200
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-three,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-three,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-three {
    float: right;
    padding: 0
}

@media (min-width: 801px) {
    .banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-three,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-three,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-three {
        padding:0 0 0 1.53846rem
    }
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-three .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-three .link-text,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-three .link-text {
    background-color: #000;
    color: #fff
}

.banners .subbanner-cms1.three .subbanner-inner .subbannerpart1 .subbanner-three .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart2 .subbanner-three .link-text:hover,.banners .subbanner-cms1.three .subbanner-inner .subbannerpart3 .subbanner-three .link-text:hover {
    background-color: #ffd200;
    color: #000
}

.special_navigation {
    float: left;
    width: 100%;
    padding: 1.53846rem 0;
    display: none
}

@media (min-width: 801px) {
    .special_navigation {
        display:block
    }
}

.special_navigation .spec_navigation {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%
}

.special_navigation .spec_navigation .navigation_label {
    color: #000;
    text-transform: capitalize;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.special_navigation .spec_navigation .navigation_links {
    display: inline-block;
    vertical-align: middle
}

.special_navigation .spec_navigation .navigation_links ul {
    margin: 0;
    padding: 0
}

.special_navigation .spec_navigation .navigation_links ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 7px;
    list-style: none
}

.special_navigation .spec_navigation .navigation_links ul li a {
    color: #989898;
    text-transform: capitalize;
    text-decoration: none
}

.special_navigation .spec_navigation .navigation_links ul li a:hover {
    color: #2457aa
}

.top-banner {
    float: left;
    width: 100%;
    background-color: #fff
}

.top-banner .top-cms_block {
    padding-bottom: 2.30769rem;
    float: left;
    width: 100%
}

@media (min-width: 551px) {
    .top-banner .top-cms_block {
        padding-bottom:4.61538rem
    }
}

.top-banner .top-cms_block .top-banner-block {
    margin: 0 -.76923rem
}

.top-banner .top-cms_block .Cms_block {
    float: left;
    width: auto;
    padding: 0;
    margin-bottom: 1.53846rem;
    position: relative
}

@media (min-width: 551px) {
    .top-banner .top-cms_block .Cms_block {
        padding:0 .76923rem;
        width: 100%
    }
}

@media (min-width: 801px) {
    .top-banner .top-cms_block .Cms_block {
        width:50%;
        margin-bottom: 0
    }
}

@media (min-width: 1500px) {
    .top-banner .top-cms_block .Cms_block {
        width:auto;
        margin-bottom: 0
    }
}

.top-banner .top-cms_block .Cms_block .cms-description {
    position: absolute;
    width: 80%;
    float: right;
    right: .76923rem;
    top: 0;
    text-align: center
}

@media (min-width: 551px) {
    .top-banner .top-cms_block .Cms_block .cms-description {
        width:35%;
        right: 12%;
        top: 15%
    }
}

@media (min-width: 801px) {
    .top-banner .top-cms_block .Cms_block .cms-description {
        width:50%;
        right: 5%;
        top: 18%
    }
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_top {
    display: inline-block;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .top-banner .top-cms_block .Cms_block .cms-description .Cms_top {
        margin-bottom:.61538rem
    }
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_top h2 {
    margin: 0;
    float: left;
    width: auto
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_top h2 span.text_one {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #976797;
    color: #fff;
    padding: .15385rem .46154rem;
    line-height: 19px;
    font-weight: 400;
    margin: 0 .38462rem 0 0;
    letter-spacing: 1px
}

@media (min-width: 551px) {
    .top-banner .top-cms_block .Cms_block .cms-description .Cms_top h2 span.text_one {
        font-size:21px;
        line-height: 24px
    }
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_top h2 span.text_second {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 0 .38462rem;
    letter-spacing: 2px
}

@media (min-width: 551px) {
    .top-banner .top-cms_block .Cms_block .cms-description .Cms_top h2 span.text_second {
        font-size:21px;
        line-height: 24px
    }
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_bottom {
    float: left;
    width: 100%;
    text-align: center
}

.top-banner .top-cms_block .Cms_block .cms-description .Cms_bottom span {
    font-size: 11px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    line-height: 20px;
    letter-spacing: .7px;
    color: #363636;
    text-transform: capitalize;
    font-weight: 500
}

@media (min-width: 1500px) {
    .top-banner .top-cms_block .Cms_block .cms-description {
        width:40%;
        top: 25%
    }
}

.top-banner .top-cms_block .Cms_block .cms-image img {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.top-banner .top-cms_block .Cms_block .cms-image:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.top-banner .top-cms_block .Cms_block .cms-image h2 {
    overflow: hidden;
    display: inline-block;
    margin: 0
}

.top-banner .plaintext-block {
    padding-bottom: 2.30769rem;
    padding-top: 1.53846rem
}

.top-banner .plaintext-block .big-title {
    position: relative
}

.top-banner .plaintext-block .sub-title {
    color: #878787;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1.53846rem;
    padding: 0 .76923rem;
    line-height: 28px;
    letter-spacing: 1px
}

.bottom-left-banner {
    margin: 2.30769rem 0;
    text-align: center
}

@media (min-width: 801px) {
    .bottom-left-banner {
        text-align:center
    }
}

.bottom-left-banner>img {
    border-radius: 5px
}

.brand-img {
    padding: 0 0 1.07692rem;
    float: left;
    width: 100%;
    text-align: center
}

@media (min-width: 801px) {
    .brand-img {
        width:21%
    }
}

.banner {
    background-color: #fff
}

.banner+.banner {
    margin-top: 1.5rem
}

.banner .offer_block {
    position: relative
}

.banner .offer_block .offer_img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.banner .offer_block .offer_img img {
    min-height: 150px
}

@media (min-width: 801px) {
    .banner .offer_block .offer_img img {
        min-height:auto
    }
}

.banner .offer_block .offer_img::before {
    position: absolute;
    width: 20%;
    height: 100%;
    background: rgba(255,255,255,.3);
    content: "";
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    left: -25%
}

.banner .offer_block .offer_img:hover::before {
    left: 105%;
    transition: left 1s ease;
    -webkit-transition: left 1s ease;
    -moz-transition: left 1s ease;
    -ms-transition: left 1s ease;
    -o-transition: left 1s ease
}

.banner .offer_block .offer-wrapper {
    left: 0;
    position: absolute;
    top: 25%;
    bottom: auto;
    right: auto;
    text-align: right;
    width: 60%
}

@media (min-width: 801px) {
    .banner .offer_block .offer-wrapper {
        top:15%
    }
}

@media (min-width: 801px) {
    .banner .offer_block .offer-wrapper {
        width:50%;
        top: 10%
    }
}

@media (min-width: 990px) {
    .banner .offer_block .offer-wrapper {
        top:20%;
        left: 7%;
        width: 40%
    }
}

@media (min-width: 1352px) {
    .banner .offer_block .offer-wrapper {
        width:35%
    }
}

.banner .offer_block .offer-wrapper .offer-title {
    font-size: 1.23077rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.53846rem;
    margin-bottom: 15px
}

@media (min-width: 551px) {
    .banner .offer_block .offer-wrapper .offer-title {
        font-size:1.07692rem;
        line-height: 1.07692rem;
        margin-bottom: 0
    }
}

@media (min-width: 801px) {
    .banner .offer_block .offer-wrapper .offer-title {
        font-size:1.53846rem;
        line-height: 1.84615rem
    }
}

@media (min-width: 1200px) {
    .banner .offer_block .offer-wrapper .offer-title {
        font-size:2.15385rem;
        line-height: 2.69231rem
    }
}

.banner .offer_block .offer-wrapper .offer-desc {
    font-size: .92308rem;
    font-weight: 400;
    color: #fff;
    margin: .76923rem 0 1.15385rem;
    display: none
}

@media (min-width: 551px) {
    .banner .offer_block .offer-wrapper .offer-desc {
        display:block
    }
}

@media (min-width: 1090px) {
    .banner .offer_block .offer-wrapper .offer-desc {
        margin:.76923rem 0 1.92308rem;
        font-size: 1.07692rem
    }
}

.banner .offer_block .offer-wrapper .offer-btn {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

@media (min-width: 1090px) {
    .banner .offer_block .offer-wrapper .offer-btn {
        font-size:1.15385rem
    }
}

.banner .offer_block .offer-wrapper .offer-btn:hover {
    color: #000;
    border-bottom: 1px solid #000
}

.banner .service-block {
    float: left;
    width: 100%;
    padding: 30px 15px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    margin: 2.30769rem 0
}

@media (min-width: 801px) {
    .banner .service-block {
        margin:0 0 4.61538rem
    }
}

.banner .service-block .services-wrapper {
    display: block
}

.banner .service-block .services-wrapper .serviceblock {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px
}

@media (min-width: 551px) {
    .banner .service-block .services-wrapper .serviceblock {
        width:50%;
        border-right: 2px solid #f0f0f0
    }

    .banner .service-block .services-wrapper .serviceblock:nth-child(4n+2),.banner .service-block .services-wrapper .serviceblock:nth-child(4n+4) {
        border-right: none
    }
}

@media (min-width: 990px) {
    .banner .service-block .services-wrapper .serviceblock {
        width:25%;
        margin-bottom: 0
    }

    .banner .service-block .services-wrapper .serviceblock:last-child {
        border-right: none
    }
}

@media (min-width: 1090px) {
    .banner .service-block .services-wrapper .serviceblock {
        padding:0 20px
    }
}

@media (min-width: 1201px) {
    .banner .service-block .services-wrapper .serviceblock {
        padding:0 40px
    }
}

@media (min-width: 1500px) {
    .banner .service-block .services-wrapper .serviceblock {
        padding:0 50px
    }
}

.banner .service-block .services-wrapper .serviceblock .service-left {
    height: 3.07692rem;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/services.png);
    background-repeat: no-repeat;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

@media (min-width: 990px) {
    .banner .service-block .services-wrapper .serviceblock .service-left {
        width:3.07692rem;
        margin-bottom: 0
    }
}

.banner .service-block .services-wrapper .serviceblock .service-right {
    float: left;
    margin-bottom: 1.15385rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%
}

@media (min-width: 990px) {
    .banner .service-block .services-wrapper .serviceblock .service-right {
        margin-left:1.15385rem;
        margin-bottom: 0;
        text-align: left;
        width: auto
    }
}

.banner .service-block .services-wrapper .serviceblock .service-right .title {
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #000
}

@media (min-width: 1200px) {
    .banner .service-block .services-wrapper .serviceblock .service-right .title {
        font-size:1.15385rem
    }
}

.banner .service-block .services-wrapper .serviceblock .service-right .subtitle {
    font-size: .92308rem;
    color: #979797;
    font-weight: 400
}

@media (min-width: 1200px) {
    .banner .service-block .services-wrapper .serviceblock .service-right .subtitle {
        font-size:1.07692rem
    }
}

.banner .service-block .services-wrapper .serviceblock:hover .service-right .title {
    color: #ffd200
}

.banner .service-block .services-wrapper .serviceblock.service-1 .service-left {
    background-position: center -915px
}

.banner .service-block .services-wrapper .serviceblock.service-1:hover .service-left {
    background-position: center -1069px
}

.banner .service-block .services-wrapper .serviceblock.service-2 .service-left {
    background-position: center -610px
}

.banner .service-block .services-wrapper .serviceblock.service-2:hover .service-left {
    background-position: center -763px
}

.banner .service-block .services-wrapper .serviceblock.service-3 .service-left {
    background-position: center -303px
}

.banner .service-block .services-wrapper .serviceblock.service-3:hover .service-left {
    background-position: center -456px
}

.banner .service-block .services-wrapper .serviceblock.service-4 .service-left {
    background-position: center 0
}

.banner .service-block .services-wrapper .serviceblock.service-4:hover .service-left {
    background-position: center -151px
}

.banner .subbanner-cms {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%
}

@media (min-width: 801px) {
    .banner .subbanner-cms {
        margin-bottom:2.30769rem
    }
}

.banner .subbanner-cms .leftside {
    padding: 0;
    float: left;
    width: auto;
    margin-bottom: 20px
}

@media (min-width: 801px) {
    .banner .subbanner-cms .leftside {
        padding:0 15px 0 0;
        width: 70.3%;
        margin-bottom: 0
    }
}

@media (min-width: 1500px) {
    .banner .subbanner-cms .leftside {
        width:auto
    }
}

.banner .subbanner-cms .leftside .subbanner_img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.banner .subbanner-cms .leftside .description {
    left: 2.30769rem;
    position: absolute;
    top: 20%;
    bottom: auto;
    right: auto;
    float: left;
    text-align: left;
    width: 60%
}

@media (min-width: 801px) {
    .banner .subbanner-cms .leftside .description {
        top:15%
    }
}

@media (min-width: 990px) {
    .banner .subbanner-cms .leftside .description {
        width:40%;
        left: 3.84615rem
    }
}

@media (min-width: 1300px) {
    .banner .subbanner-cms .leftside .description {
        top:22%;
        width: 30%
    }
}

.banner .subbanner-cms .leftside .subbanner_img img,.banner .subbanner-cms .rightside .subbanner_img img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    min-height: 100px
}

@media (min-width: 551px) {
    .banner .subbanner-cms .leftside .subbanner_img img,.banner .subbanner-cms .rightside .subbanner_img img {
        min-height:auto
    }
}

.banner .subbanner-cms .leftside .subbanner_img:hover img,.banner .subbanner-cms .rightside .subbanner_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner .subbanner-cms .leftside .title,.banner .subbanner-cms .rightside .title {
    font-size: 1.15385rem;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.53846rem;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

@media (min-width: 990px) {
    .banner .subbanner-cms .leftside .title,.banner .subbanner-cms .rightside .title {
        font-size:1.53846rem
    }
}

@media (min-width: 1090px) {
    .banner .subbanner-cms .leftside .title,.banner .subbanner-cms .rightside .title {
        font-size:1.84615rem;
        line-height: 2.30769rem
    }
}

@media (min-width: 1300px) {
    .banner .subbanner-cms .leftside .title,.banner .subbanner-cms .rightside .title {
        font-size:2.15385rem
    }
}

.banner .subbanner-cms .leftside .subtitle,.banner .subbanner-cms .rightside .subtitle {
    font-size: .92308rem;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    display: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

@media (min-width: 551px) {
    .banner .subbanner-cms .leftside .subtitle,.banner .subbanner-cms .rightside .subtitle {
        display:inline-block
    }
}

@media (min-width: 1090px) {
    .banner .subbanner-cms .leftside .subtitle,.banner .subbanner-cms .rightside .subtitle {
        font-size:1.07692rem;
        line-height: 25px
    }
}

.banner .subbanner-cms .leftside .banner_text,.banner .subbanner-cms .rightside .banner_text {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin: 5px 0 0 0;
    display: inline-block;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

.banner .subbanner-cms .leftside .banner_text:hover,.banner .subbanner-cms .rightside .banner_text:hover {
    color: #000;
    border-bottom: 1px solid #000
}

@media (min-width: 990px) {
    .banner .subbanner-cms .leftside .banner_text,.banner .subbanner-cms .rightside .banner_text {
        margin:20px 0 0 0
    }
}

@media (min-width: 1090px) {
    .banner .subbanner-cms .leftside .banner_text,.banner .subbanner-cms .rightside .banner_text {
        font-size:1.15385rem
    }
}

.banner .subbanner-cms .rightside {
    float: none;
    display: inline-block;
    text-align: right;
    padding: 0;
    width: auto
}

@media (min-width: 801px) {
    .banner .subbanner-cms .rightside {
        padding:0 0 0 15px;
        width: 29.7%;
        float: right
    }
}

@media (min-width: 1500px) {
    .banner .subbanner-cms .rightside {
        width:auto
    }
}

.banner .subbanner-cms .rightside .subbanner_img {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.banner .subbanner-cms .rightside .description {
    left: 2.30769rem;
    position: absolute;
    top: 20%;
    bottom: auto;
    right: 0;
    text-align: left;
    width: 70%
}

@media (min-width: 801px) {
    .banner .subbanner-cms .rightside .description {
        top:15%
    }
}

@media (min-width: 990px) {
    .banner .subbanner-cms .rightside .description {
        left:3.84615rem;
        width: 60%
    }
}

@media (min-width: 1300px) {
    .banner .subbanner-cms .rightside .description {
        top:22%
    }
}

.banner .subbanner-cms3 {
    text-align: center;
    overflow: hidden;
    width: 100%;
    float: left;
    display: inline-block;
    clear: both
}

@media (min-width: 801px) {
    .banner .subbanner-cms3 {
        margin:.76923rem 0 2.30769rem
    }
}

.banner .subbanner-cms3 .subbanner-inner {
    position: relative
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 {
    width: auto;
    text-align: left;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 801px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 {
        width:50%;
        float: left
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .subbanner-one {
    float: left;
    position: relative
}

@media (min-width: 801px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .subbanner-one {
        padding:0 15px 0 0
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-top: 20px
}

@media (min-width: 801px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart2 {
        width:50%;
        float: left;
        margin-top: 0
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .subbanner-two {
    float: right;
    position: relative
}

@media (min-width: 801px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .subbanner-two {
        padding:0 0 0 15px
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .content-inner,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .content-inner {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .content-inner img,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .content-inner img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .content-inner:hover img,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .content-inner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner {
    position: absolute;
    top: 15%;
    left: 2.30769rem;
    text-align: left;
    width: 60%
}

@media (min-width: 990px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner {
        left:3.84615rem
    }
}

@media (min-width: 1352px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner {
        width:45%;
        top: 20%
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text1.static-text {
    font-size: 1.15385rem;
    line-height: 1.53846rem;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

@media (min-width: 990px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text1.static-text {
        font-size:1.84615rem;
        line-height: 1.84615rem
    }
}

@media (min-width: 1300px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text1.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text1.static-text {
        font-size:2.15385rem;
        line-height: 2.46154rem
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text2.static-text {
    padding: .38462rem 0;
    color: #fff;
    font-size: .92308rem;
    line-height: 1.53846rem;
    text-transform: capitalize;
    display: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

@media (min-width: 551px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text2.static-text {
        display:block
    }
}

@media (min-width: 990px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text2.static-text {
        padding:1.15385rem 0
    }
}

@media (min-width: 1090px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .text2.static-text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .text2.static-text {
        font-size:1.07692rem;
        line-height: 1.69231rem;
        padding: 1.53846rem 0
    }
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .banner_text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .banner_text {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

.banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .banner_text:hover,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .banner_text:hover {
    color: #000;
    border-bottom: 1px solid #000
}

@media (min-width: 1090px) {
    .banner .subbanner-cms3 .subbanner-inner .subbannerpart1 .static-inner .banner_text,.banner .subbanner-cms3 .subbanner-inner .subbannerpart2 .static-inner .banner_text {
        font-size:15px
    }
}

.subbaner-wrapper {
    margin: 0;
    float: left;
    width: 100%
}

.subbaner-wrapper :nth-child(2) {
    margin: 1.15385rem 0
}

@media (min-width: 551px) {
    .subbaner-wrapper :nth-child(2) {
        margin:0 2%
    }
}

@media (min-width: 801px) {
    .subbaner-wrapper :nth-child(2) {
        margin:0 1.25%
    }
}

.subbaner-wrapper .subbaner-item {
    float: left;
    list-style-type: none;
    width: 100%;
    position: relative
}

@media (min-width: 551px) {
    .subbaner-wrapper .subbaner-item {
        width:32%
    }
}

@media (min-width: 801px) {
    .subbaner-wrapper .subbaner-item {
        width:32.5%
    }
}

.subbaner-wrapper .subbaner-item a {
    display: inline-block;
    position: relative;
    overflow: hidden
}

@media (min-width: 801px) {
    .subbaner-wrapper .subbaner-item a {
        margin:0 0;
        position: relative
    }
}

.subbaner-wrapper .subbaner-item a img {
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s
}

.subbaner-wrapper .subbaner-item .topcmscontent {
    position: absolute;
    text-align: center;
    top: 8%;
    bottom: auto;
    display: inline-block;
    left: 0;
    width: 100%;
    right: auto;
    margin: 0
}

.subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
    position: relative;
    display: block;
    border: 1px solid transparent;
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
    padding: .85714rem 2.28571rem;
    text-transform: uppercase;
    font-family: Oswald,sans-serif
}

@media (min-width: 551px) {
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
        font-size:14px;
        padding: .76923rem 1.15385rem .15385rem
    }
}

@media (min-width: 801px) {
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
        font-size:17px;
        padding: .5714rem 1.28571rem
    }
}

@media (min-width: 1500px) {
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
        font-size:26px
    }
}

.subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
    margin: 0;
    text-transform: uppercase;
    background: #3a3b39;
    line-height: 19px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    padding: .07692rem .61538rem;
    width: auto;
    float: none
}

@media (min-width: 551px) {
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
        line-height:15px;
        font-size: 10px
    }
}

@media (min-width: 801px) {
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
        line-height:19px;
        font-size: 13px
    }
}

.subbaner-wrapper .subbaner-item:hover a img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.subbaner-wrapper .subbaner-item:hover a.topcmscontent-action.button.button--primary.button--large {
    color: #fff;
    background: #2457aa
}

.bottomcmstop {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0;
    overflow: hidden
}

.bottomcmstop img {
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s
}

.bottomcmstop .cmscontent {
    float: left;
    width: 100%;
    position: absolute;
    top: 2%;
    bottom: auto;
    text-transform: uppercase;
    text-align: left;
    left: 2%;
    text-align: right
}

@media (min-width: 551px) {
    .bottomcmstop .cmscontent {
        display:block;
        left: 1%;
        width: 60%;
        top: 1.53846rem
    }
}

@media (min-width: 801px) {
    .bottomcmstop .cmscontent {
        left:3%;
        width: 52%;
        top: 10%
    }
}

@media (min-width: 1500px) {
    .bottomcmstop .cmscontent {
        width:36%;
        top: 16%
    }
}

.bottomcmstop .cmscontent .cmscontent-title {
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    margin: 0;
    opacity: .7;
    float: left;
    text-align: left;
    width: 100%
}

@media (min-width: 551px) {
    .bottomcmstop .cmscontent .cmscontent-title {
        font-size:17px;
        text-align: right
    }
}

@media (min-width: 1500px) {
    .bottomcmstop .cmscontent .cmscontent-title {
        margin:1.53846rem 0
    }
}

.bottomcmstop .cmscontent .cmscontent-subtitle {
    font-size: 34px;
    font-weight: 700;
    text-transform: none;
    display: none
}

@media (min-width: 801px) {
    .bottomcmstop .cmscontent .cmscontent-subtitle {
        display:block
    }
}

@media (min-width: 1500px) {
    .bottomcmstop .cmscontent .cmscontent-subtitle {
        font-size:49px
    }
}

.bottomcmstop .cmscontent .cmscontent-description {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1rem;
    margin-top: .46154rem;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    padding: .38462rem .76923rem;
    color: #ffd200;
    border: 2px solid #ffd200;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    float: left
}

@media (min-width: 551px) {
    .bottomcmstop .cmscontent .cmscontent-description {
        font-size:13px;
        float: right;
        margin-top: .92308rem;
        padding: .76923rem 1.53846rem
    }
}

@media (min-width: 801px) {
    .bottomcmstop .cmscontent .cmscontent-description {
        letter-spacing:3px
    }
}

.bottomcmstop .cmscontent .cmscontent-action {
    margin-top: .38462rem;
    margin-bottom: 0;
    padding: .15385rem .38462rem;
    border: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    clear: both;
    float: left;
    font-weight: 600
}

@media (min-width: 551px) {
    .bottomcmstop .cmscontent .cmscontent-action {
        margin-top:1.53846rem;
        float: right
    }
}

@media (min-width: 1500px) {
    .bottomcmstop .cmscontent .cmscontent-action {
        margin-top:6.15385rem
    }
}

.bottomcmstop:hover img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    -moz-transform: scale(1.02)
}

.bottomcmsvideo {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    margin: .92308rem 0
}

@media (min-width: 801px) {
    .bottomcmsvideo {
        margin:4.61538rem 0
    }
}

.bottomcmsvideo iframe {
    width: auto;
    height: auto;
    top: 40%;
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (min-width: 551px) {
    .bottomcmsvideo iframe {
        height:60%;
        top: 20%;
        width: 80%
    }
}

@media (min-width: 801px) {
    .bottomcmsvideo iframe {
        height:50%;
        width: 44%
    }
}

.bottomcmsvideo .short-animate {
    transition: .5s ease-in-out
}

.bottomcmsvideo .long-animate {
    transition: .5s .5s ease-in-out
}

.bottomcmsvideo #outer-wrap .wrapper_inner {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left
}

@media (min-width: 801px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner {
        height:100%
    }
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container {
    position: relative
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox {
    position: fixed;
    top: -100%;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.99);
    z-index: 9999;
    opacity: 0
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 0%;
    max-height: 0%
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container #lightbox-controls {
    position: relative;
    z-index: 9999;
    background: rgba(0,0,0,.1)
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container #close-lightbox {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 35px;
    width: 35px;
    font-size: 0px;
    right: 18px;
    top: 20px
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container #close-lightbox:before {
    content: '\f00d';
    display: block;
    font-family: FontAwesome;
    color: #fff;
    -webkit-text-stroke: 4px #000;
    font-size: 30px;
    height: 3.38462rem;
    width: 2.30769rem;
    left: 1.84615rem;
    top: 7.69231rem;
    border-radius: 2px;
    transition: .5s .5s ease-in-out
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target {
    top: 0;
    bottom: 0;
    opacity: 1
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container iframe {
    top: 40%;
    border: none
}

@media (min-width: 551px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container iframe {
        top:20%
    }
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target img {
    max-width: 100%;
    max-height: 100%
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target~#lightbox-controls {
    top: 0
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target~#lightbox-controls #close-lightbox:after {
    width: 3.84615rem;
    display: none
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target~#lightbox-controls #close-lightbox:before {
    height: 3.84615rem;
    display: none
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text {
    position: absolute;
    float: left;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0
}

@media (min-width: 551px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
        margin-top:6%
    }
}

@media (min-width: 1500px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
        margin-top:9%
    }
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .video-box {
    background: transparent url(../img/megnor/mplay.png) no-repeat scroll 20px 15px;
    display: block;
    font-size: 0;
    height: 48px;
    position: relative;
    text-align: center;
    width: 45px;
    margin: 0 auto
}

@media (min-width: 551px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .video-box {
        height:60px;
        width: 60px;
        background: transparent url(../img/megnor/play.png) no-repeat scroll 0 0
    }
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding-top: .76923rem;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

@media (min-width: 801px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
        padding-top:1.15385rem;
        font-size: 37px
    }
}

@media (min-width: 1500px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
        padding-top:2.30769rem;
        font-size: 43px
    }
}

.bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 2rem;
    display: none
}

@media (min-width: 551px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
        display:block
    }
}

@media (min-width: 1500px) {
    .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
        font-size:19px;
        line-height: 3rem
    }
}

.bottomcms {
    float: right;
    width: 100%;
    overflow: hidden;
    position: relative
}

.bottomcms .shipment {
    width: 100%;
    float: left;
    display: block
}

@media (min-width: 551px) {
    .bottomcms .shipment {
        float:none
    }
}

.bottomcms .shipment.ship1 {
    border: none
}

@media (min-width: 551px) {
    .bottomcms .shipment {
        text-align:center
    }
}

@media (min-width: 801px) {
    .bottomcms .shipment {
        float:left;
        position: relative;
        width: 33.3333%
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment {
        display:inline-block;
        width: 33.33%
    }
}

.bottomcms .shipment .item {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .bottomcms .shipment .item {
        text-align:center;
        margin-top: 0;
        padding: 0
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment .item {
        text-align:left;
        margin-top: 0;
        float: left
    }
}

.bottomcms .shipment .image {
    display: block;
    border: 1px solid #efefef;
    padding: 1.92308rem;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 6.15385rem;
    background: #f7f7f7
}

@media (min-width: 551px) {
    .bottomcms .shipment .image {
        float:left;
        text-align: left;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 801px) {
    .bottomcms .shipment .image {
        float:none;
        text-align: center
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment .image {
        float:left;
        text-align: left
    }
}

.bottomcms .shipment .image.hover {
    border-color: #000;
    background-color: #000;
    display: none
}

.bottomcms .shipment .content {
    float: left;
    width: 100%
}

@media (min-width: 551px) {
    .bottomcms .shipment .content {
        width:80%
    }
}

@media (min-width: 801px) {
    .bottomcms .shipment .content {
        width:100%;
        margin-top: 0
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment .content {
        width:71%;
        margin-top: 0
    }
}

.bottomcms .shipment .content h2 {
    font-size: 17px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 2.69231rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px
}

@media (min-width: 551px) {
    .bottomcms .shipment .content h2 {
        text-align:left;
        margin-left: 1rem
    }
}

@media (min-width: 801px) {
    .bottomcms .shipment .content h2 {
        text-align:center
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment .content h2 {
        text-align:left
    }
}

.bottomcms .shipment .content .data {
    font-size: 14px;
    color: #666;
    text-align: center
}

@media (min-width: 551px) {
    .bottomcms .shipment .content .data {
        text-align:left;
        margin-left: 1rem
    }
}

@media (min-width: 801px) {
    .bottomcms .shipment .content .data {
        text-align:center
    }
}

@media (min-width: 1500px) {
    .bottomcms .shipment .content .data {
        text-align:left
    }
}

.bottomcms .shipment:hover .image {
    display: none
}

.bottomcms .shipment:hover .image.hover {
    display: block
}

@media (min-width: 801px) {
    .bottomcms {
        margin:45px 0 0;
        float: right;
        width: 100%;
        overflow: hidden;
        position: relative
    }
}

.bottomcms .shipment:hover .content h2 {
    color: #ffd200
}

.subbanner {
    float: left;
    width: 100%;
    margin: 30px auto;
    padding: 1.53846rem 0
}

@media (min-width: 551px) {
    .subbanner {
        margin:50px auto
    }
}

@media (min-width: 801px) {
    .subbanner {
        float:none;
        margin: 80px auto
    }
}

.subbanner .sub-banner-1 {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px
}

@media (min-width: 551px) {
    .subbanner .sub-banner-1 {
        width:50%;
        padding-right: .76923rem;
        padding-bottom: 0
    }
}

@media (min-width: 801px) {
    .subbanner .sub-banner-1 {
        padding-right:1.15385rem
    }
}

.subbanner .sub-banner-2 {
    float: right;
    width: 100%;
    padding-left: 0
}

@media (min-width: 551px) {
    .subbanner .sub-banner-2 {
        width:50%;
        padding-left: .76923rem
    }
}

@media (min-width: 801px) {
    .subbanner .sub-banner-2 {
        padding-left:1.15385rem
    }
}

.subbanner ul {
    margin: 0
}

.subbanner li.banner-center,.subbanner li.banner-left,.subbanner li.banner-right {
    float: left;
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0
}

@media (min-width: 551px) {
    .subbanner li.banner-center,.subbanner li.banner-left,.subbanner li.banner-right {
        float:left;
        width: 32.17%;
        padding: 0;
        display: inline-block;
        text-align: left;
        margin: 0 .87%
    }
}

.subbanner a.banner1,.subbanner a.banner2 {
    position: relative;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    display: inline-block
}

.subbanner a.banner1:hover::before,.subbanner a.banner2:hover::before {
    background-color: rgba(114,159,152,.2);
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s
}

.subbanner a.banner1:hover::after,.subbanner a.banner2:hover::after {
    background-color: rgba(114,159,152,.2);
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 0;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s
}

.subbanner li.banner-left {
    float: none;
    margin-left: 0;
    margin-bottom: 1.53846rem
}

@media (min-width: 551px) {
    .subbanner li.banner-left {
        float:left;
        margin-left: 0;
        margin-bottom: 0
    }
}

.subbanner li.banner-left a.banner1 {
    margin: 0
}

@media (min-width: 551px) {
    .subbanner li.banner-left a.banner1 {
        margin:0 1rem 0 0
    }
}

.subbanner li.banner-right {
    margin-right: 0;
    margin-top: 1.53846rem
}

@media (min-width: 551px) {
    .subbanner li.banner-right {
        margin-top:0
    }
}

.subbanner img {
    transition: all .5s ease 0s
}

.subbanner a.banner1,.subbanner a.banner2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: auto;
    border-radius: 5px
}

@media (min-width: 551px) {
    .subbanner a.banner1,.subbanner a.banner2 {
        width:100%
    }
}

.subbanner a.banner1::before,.subbanner a.banner2::before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: -100%;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    width: 100%
}

.subbanner a.banner1::after,.subbanner a.banner2::after {
    background-color: transparent;
    content: "";
    height: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    width: 100%
}

#testimonial-carousel {
    margin-bottom: 3.07692rem
}

.testimonials {
    float: left;
    width: 100%;
    margin: 2.30769rem 0 0 0;
    position: relative;
    padding: 0;
    background: url("../img/megnor/test-bg.jpg") repeat scroll 0 0
}

@media (min-width: 1500px) {
    .testimonials {
        padding:3.07692rem 0 1.53846rem
    }
}

.testimonials .slick-dots li {
    transform: rotate(45deg)
}

.testimonials .slick-dots li button:hover::before,.testimonials .slick-dots li.slick-active button::before {
    background: #ffd200
}

.testimonials .big-title {
    position: relative
}

.testimonials .cms_block_header {
    float: left;
    width: 100%;
    padding: 2.30769rem 0
}

.testimonials .testmonial-image {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.testimonials .testmonial-image .author-img {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

@media (min-width: 801px) {
    .testimonials .testmonial-image .author-img {
        text-align:center
    }
}

.testimonials .testmonial-image .author-info {
    display: inline-block;
    text-align: left;
    padding-left: 1.15385rem;
    vertical-align: middle
}

.testimonials .testmonial-image .author-info .name_img {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.testimonials .testmonial-image .author-info .designation {
    font-size: 12px;
    color: #ffd200
}

.testimonials .testimonial-wrapper {
    overflow: hidden;
    margin: 0 auto;
    width: auto;
    text-align: center;
    width: 80%
}

@media (min-width: 801px) {
    .testimonials .testimonial-wrapper {
        margin:0 auto;
        text-align: left
    }
}

.testimonials .testimonial-wrapper .content {
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
    padding: 1.53846rem 0
}

@media (min-width: 551px) {
    .testimonials .testimonial-wrapper .content {
        text-align:center;
        padding: 1.53846rem
    }
}

@media (min-width: 1500px) {
    .testimonials .testimonial-wrapper .content {
        text-align:center
    }
}

.testimonials .testimonial-wrapper .content .user-review {
    position: relative;
    padding-left: 0
}

@media (min-width: 551px) {
    .testimonials .testimonial-wrapper .content .user-review {
        padding-left:4.23077rem
    }
}

.testimonials .testimonial-wrapper .content .user-review::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    position: absolute;
    left: 0;
    color: #d8d8d8;
    display: none
}

@media (min-width: 551px) {
    .testimonials .testimonial-wrapper .content .user-review::before {
        display:block
    }
}

.testimonials .testimonial-wrapper .author-info {
    margin: 1.92308rem 0 .76923rem;
    padding-right: 0;
    text-align: center;
    width: auto;
    float: none;
    border-right: none
}

@media (min-width: 551px) {
    .testimonials .testimonial-wrapper .author-info {
        margin-top:0;
        margin-bottom: 0
    }
}

.testimonials .testimonial-wrapper .author-info .name_img {
    font-size: 17px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 600;
    padding: 0 .76923rem;
    margin: .76923rem 0 0 0;
    text-transform: uppercase;
    color: #000
}

@media (min-width: 801px) {
    .testimonials .testimonial-wrapper .author-info .name_img {
        text-align:center
    }
}

.testimonials .testimonial-wrapper .author-info .designation {
    margin: .61538rem 0 0;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-family: Montserrat,Arial,Helvetica,sans-serif
}

.testimonials .slick-next,.testimonials .slick-prev {
    top: 62%
}

.testimonials .slick-next {
    right: 0
}

.testimonials .slick-prev {
    left: 0
}

.testimonials .slick-slide {
    margin: 0
}

@media (min-width: 1500px) {
    .testimonials .slick-slide {
        margin:0 1.53846rem
    }
}

.testimonials .slick-dots {
    bottom: -3.07692rem
}

.featured-category {
    clear: both;
    background: url("../img/megnor/test-bg.jpg") repeat scroll 0 0;
    padding: 2.30769rem 0;
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .featured-category {
        padding:3.84615rem 0
    }
}

.featured-category .cms_slider {
    float: left;
    width: 100%
}

.featured-category .cms_slider #category-carousel {
    margin: 0 -.76923rem
}

.featured-category .cms_slider #category-carousel .slick-prev {
    left: auto;
    right: 3.07692rem;
    top: 0
}

@media (min-width: 801px) {
    .featured-category .cms_slider #category-carousel .slick-prev {
        top:-1.53846rem
    }
}

.featured-category .cms_slider #category-carousel .slick-next {
    left: auto;
    right: .76923rem;
    top: 0
}

@media (min-width: 801px) {
    .featured-category .cms_slider #category-carousel .slick-next {
        top:-1.53846rem
    }
}

.featured-category .featured-cat-title {
    margin: .76923rem 0 1.53846rem;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

@media (min-width: 801px) {
    .featured-category .featured-cat-title {
        margin:.76923rem 0 3.07692rem
    }
}

.featured-category .featured-image {
    margin: 0 -.76923rem
}

.featured-category .feature-img {
    list-style: none;
    display: inline-block;
    padding: 0;
    float: none;
    position: relative;
    border-radius: 5px;
    width: auto;
    vertical-align: top
}

@media (min-width: 551px) {
    .featured-category .feature-img {
        padding:0 .76923rem
    }
}

@media (min-width: 1500px) {
    .featured-category .feature-img {
        padding:0
    }
}

.featured-category .feature-img .feature {
    position: relative
}

.featured-category .feature-img .feature .post-image-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-out 0s;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 20px -1px #eee
}

.featured-category .feature-img .feature-data {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    opacity: 1;
    margin: 1.15385rem 0 .76923rem
}

.featured-category .feature-img:hover .feature-viewbutton {
    opacity: 1
}

.featured-category .feature-img .feature-viewbutton {
    opacity: 1
}

@media (min-width: 801px) {
    .featured-category .feature-img .feature-viewbutton {
        opacity:0
    }
}

.featured-category .feature-img .feature-viewbutton a {
    color: #ffd200;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative
}

.featured-category .feature-img .feature-viewbutton a:before {
    content: "";
    border-bottom: 1px solid #ffd200;
    position: absolute;
    width: 100%;
    bottom: -.07692rem
}

.featured-category .feature-img .feature-viewbutton a:hover {
    color: #2457aa
}

.featured-category .feature-img .feature-viewbutton a:hover:before {
    border-color: #2457aa
}

.facetLabel {
    background: #f7f7f7;
    border-radius: 4px;
    padding: .15385rem .53846rem .15385rem .69231rem;
    text-decoration: none
}

.facetLabel .icon {
    height: .92308rem;
    width: .92308rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px
}

.cart {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width: 801px) {
    .cart {
        display:table
    }
}

.cart-header {
    display: none
}

@media (min-width: 801px) {
    .cart-header {
        display:table-header-group;
        text-align: left
    }
}

.cart-header-item {
    padding-bottom: 1rem;
    font-size: 14px
}

.cart-header-item:last-child {
    text-align: right
}

.cart-list {
    border-top: 1px solid #ededed;
    display: block
}

@media (min-width: 801px) {
    .cart-list {
        display:table-row-group
    }
}

.cart-item {
    border-bottom: 1px solid #ededed;
    clear: both;
    display: block;
    padding: 1.5rem 0
}

@media (min-width: 551px) {
    .cart-item {
        padding-left:25%
    }

    .cart-item:after,.cart-item:before {
        content: " ";
        display: table
    }

    .cart-item:after {
        clear: both
    }
}

@media (min-width: 801px) {
    .cart-item {
        display:table-row;
        padding-left: 0
    }

    .cart-item:after,.cart-item:before {
        display: none
    }
}

.cart-item-block {
    display: block
}

@media (min-width: 801px) {
    .cart-item-block {
        display:table-cell
    }
}

.cart-item-block .definitionList {
    margin-bottom: .38462rem
}

.cart-item-figure {
    float: left;
    height: 10rem;
    margin-bottom: 1.5rem;
    width: 33.33333%;
    position: relative
}

@media (min-width: 551px) {
    .cart-item-figure {
        margin-bottom:0;
        margin-left: -33.33333%;
        width: 33.33333%
    }
}

@media (min-width: 801px) {
    .cart-item-figure {
        float:none;
        width: 8.33333%
    }
}

.cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.cart-item-fixed-image {
    width: 100%
}

.cart-item-image {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    width: 100%
}

@media (min-width: 801px) {
    .cart-item-image {
        margin-left:0
    }
}

.cart-item-title {
    display: table-cell;
    height: 7.69231rem;
    padding-left: 1.5rem
}

@media (min-width: 551px) {
    .cart-item-title {
        display:block;
        height: auto;
        margin-bottom: 1.5rem;
        overflow: hidden
    }
}

@media (min-width: 801px) {
    .cart-item-title {
        display:table-cell;
        padding: 1.5rem
    }
}

.cart-item-info {
    clear: both;
    width: 100%
}

@media (min-width: 551px) {
    .cart-item-info {
        clear:none;
        float: left;
        overflow: hidden;
        width: 33.33333%
    }

    .cart-item-info+.cart-item-info {
        margin-top: 0
    }
}

@media (min-width: 801px) {
    .cart-item-info {
        float:none;
        width: 16.66667%
    }

    .cart-item-info:last-child {
        text-align: right
    }
}

.cart-item-info+.cart-item-info {
    margin-top: .76923rem
}

@media (min-width: 801px) {
    .cart-header-quantity,.cart-item-quantity {
        text-align:center
    }
}

.cart-item-quantity .form-increment {
    display: inline-block;
    margin: 0 .15385rem 1px 1.5rem;
    vertical-align: middle
}

@media (min-width: 801px) {
    .cart-item-quantity .form-increment {
        margin-left:0
    }
}

.cart-item-label {
    color: #a5a5a5;
    float: left;
    margin-bottom: .38462rem;
    text-align: right;
    width: 33.33333%
}

@media (min-width: 551px) {
    .cart-item-label {
        display:block;
        padding-left: 1.5rem;
        text-align: left;
        width: 100%
    }
}

@media (min-width: 801px) {
    .cart-item-label {
        display:none
    }
}

.cart-item-value {
    padding-left: 1.5rem
}

@media (min-width: 801px) {
    .cart-item-value {
        padding-left:0
    }
}

.cart-item-brand {
    color: #a5a5a5;
    margin-bottom: .15385rem
}

.cart-item-name {
    font-size: 15px;
    margin: 0
}

.cart-item-name+.definitionList {
    margin-top: .38462rem
}

.cart-item-options--giftWrapping {
    margin-top: 1.15385rem
}

.cart-item-options--giftWrapping .cart-item-option-description {
    color: #707070
}

.cart-remove {
    background-color: #f7f7f7;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 1.38462rem;
    margin-top: .15385rem;
    padding: .15385rem;
    transition: background-color .15s ease;
    width: 1.38462rem
}

@media (min-width: 551px) {
    .cart-remove {
        margin-left:1rem
    }
}

.cart-remove.cart-remove--spacer {
    visibility: hidden
}

.cart-remove>svg {
    fill: black
}

.cart-totals {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: right;
    width: 100%
}

.cart-totals ol,.cart-totals ul {
    list-style: none;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .cart-totals {
        float:right;
        width: 75%
    }
}

@media (min-width: 801px) {
    .cart-totals {
        margin-bottom:1rem;
        width: 58.33333%
    }
}

@media (min-width: 1500px) {
    .cart-totals {
        width:41.66667%
    }
}

.cart-total {
    border-bottom: 0
}

.cart-total:after,.cart-total:before {
    content: " ";
    display: table
}

.cart-total:after {
    clear: both
}

@media (min-width: 801px) {
    .cart-total+.cart-total {
        border-top:1px solid #ededed
    }
}

.cart-total .form-input {
    display: inline-block;
    height: 2.46154rem;
    padding: .53846rem;
    vertical-align: top;
    width: 75%
}

.cart-total .form-select {
    background-position: right .38462rem top .53846rem;
    background-size: 1.53846rem 1.53846rem;
    height: 2.46154rem;
    margin-bottom: .76923rem;
    padding: .53846rem .76923rem
}

.cart-total .form-inlineMessage {
    text-align: left
}

.cart-total-label {
    color: #000;
    width: 33.33333%
}

@media (min-width: 551px) {
    .cart-total-label {
        width:50%
    }
}

@media (min-width: 801px) {
    .cart-total-label {
        display:block;
        padding-left: 0;
        text-align: left
    }
}

.cart-total-value {
    text-align: left
}

@media (min-width: 551px) {
    .cart-total-value {
        text-align:right
    }
}

@media (min-width: 801px) {
    .cart-total-value {
        width:50%
    }
}

.cart-total-label,.cart-total-value {
    float: left;
    padding: .53846rem 0 .53846rem 1.5rem
}

@media (min-width: 801px) {
    .cart-total-label,.cart-total-value {
        padding:1rem 0
    }
}

.cart-total-grandTotal {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding-bottom: .15385rem;
    padding-top: .15385rem;
    position: relative
}

@media (min-width: 801px) {
    .cart-total-grandTotal {
        padding:1rem 0;
        top: -.23077rem
    }
}

.coupon-code-add,.coupon-code-cancel,.gift-certificate-add,.gift-certificate-cancel,.shipping-estimate-hide,.shipping-estimate-show {
    color: #000;
    padding: 0;
    text-decoration: underline;
    transition: color .15s ease
}

.coupon-code-add:hover,.coupon-code-cancel:hover,.gift-certificate-add:hover,.gift-certificate-cancel:hover,.shipping-estimate-hide:hover,.shipping-estimate-show:hover {
    color: #ffd200
}

.coupon-code-cancel,.shipping-estimate-hide {
    font-style: italic
}

.cart-gift-certificate-form,.coupon-form {
    font-size: 0;
    margin-bottom: 1rem
}

.cart-gift-certificate-form:after,.cart-gift-certificate-form:before,.coupon-form:after,.coupon-form:before {
    content: " ";
    display: table
}

.cart-gift-certificate-form:after,.coupon-form:after {
    clear: both
}

.cart-gift-certificate-form .button,.cart-gift-certificate-form .form-input,.coupon-form .button,.coupon-form .form-input {
    float: left
}

.cart-gift-certificate-form .form-input,.coupon-form .form-input {
    width: 78%
}

.cart-gift-certificate-form .button,.coupon-form .button {
    margin: 0 0 0 2%;
    padding-left: .76923rem;
    padding-right: .76923rem;
    width: 20%
}

.estimator-form {
    margin-bottom: 0
}

.estimator-form .form-input {
    margin-bottom: .76923rem;
    width: 100%
}

.estimator-form .button--primary {
    width: 60%
}

.estimator-form-label {
    clear: both;
    float: left;
    font-weight: 400;
    margin-bottom: 0
}

.estimator-form-label .form-label {
    line-height: 2.46154rem;
    margin-bottom: 0
}

.estimator-form-label-text {
    margin-left: .76923rem
}

.estimator-form-input {
    float: right;
    margin-bottom: 1em;
    width: 60%
}

.estimator-form-input .form-input,.estimator-form-input .form-select {
    margin-bottom: 0
}

.estimator-form-input--price {
    width: 30%
}

.estimator-form-row:after,.estimator-form-row:before {
    content: " ";
    display: table
}

.estimator-form-row:after {
    clear: both
}

.estimator-form-toggleUPSRate {
    display: block;
    margin-bottom: 1em
}

.cart-actions {
    clear: both
}

.cart-actions:after,.cart-actions:before {
    content: " ";
    display: table
}

.cart-actions:after {
    clear: both
}

.cart-actions .button {
    display: block;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .cart-actions .button {
        display:inline-block;
        float: right
    }
}

.cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: none;
    text-align: center;
    padding-top: .38462rem
}

@media (min-width: 551px) {
    .cart-actions .checkoutMultiple {
        float:right;
        margin-top: 12px
    }
}

.previewCart-additionalCheckoutButtons {
    padding-right: 1.5rem
}

.cart-additionalCheckoutButtons:after,.cart-additionalCheckoutButtons:before {
    content: " ";
    display: table
}

.cart-additionalCheckoutButtons:after {
    clear: both
}

.cart-additionalCheckoutButtons .FloatRight:after,.cart-additionalCheckoutButtons .FloatRight:before {
    content: " ";
    display: table
}

.cart-additionalCheckoutButtons .FloatRight:after {
    clear: both
}

.cart-additionalCheckoutButtons .FloatRight p {
    float: none!important;
    margin: .53846rem 0;
    text-align: right
}

.cart-additionalCheckoutButtons .FloatRight div {
    float: right
}

.cart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem
}

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem
}

.previewCartList {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%
}

.previewCartList ol,.previewCartList ul {
    list-style: none;
    margin-bottom: 0
}

.previewCartList li {
    margin: 0;
    padding: 0
}

.previewCartList li.previewCartItem:first-child {
    padding-top: 0!important
}

.previewCartItem {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    display: table-row;
    line-height: 19px;
    float: left;
    padding: 15px 0!important
}

.previewCartItem:after,.previewCartItem:before {
    content: " ";
    display: table
}

.previewCartItem:after {
    clear: both
}

.previewCartItem+.previewCartItem {
    border-top: 1px solid #ededed
}

.previewCartItem-content,.previewCartItem-image {
    display: table-cell;
    vertical-align: middle
}

.previewCartItem-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    padding: 0;
    text-align: center;
    width: 60px;
    min-width: 60px;
    float: left;
    position: relative;
    display: inline-block
}

.previewCartItem-image::after {
    padding-bottom: 0!important
}

.previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.previewCartItem-content {
    padding-left: 0;
    text-align: right
}

.previewCartItem-name {
    margin: 0;
    text-transform: none;
    font-size: 12px
}

.previewCartItem-name>a {
    text-decoration: none
}

.previewCartItem-brand,.previewCartItem-name {
    margin-bottom: .15385rem
}

.previewCartItem-brand {
    float: left;
    width: 100%;
    color: #a5a5a5!important
}

.previewCartItem-price {
    font-weight: 600
}

.previewCartItem-brand,.previewCartItem-price {
    color: #000;
    display: inline-block;
    font-size: 12px
}

.previewCartAction {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    border-top: 1px solid #ededed;
    display: block;
    padding: 15px 0 0 0;
    float: left
}

.previewCartAction:after,.previewCartAction:before {
    content: " ";
    display: table
}

.previewCartAction:after {
    clear: both
}

.previewCartAction .button {
    margin: 0;
    padding: .76923rem;
    width: 100%
}

.previewCartAction .previewCartAction-checkout,.previewCartAction .previewCartAction-viewCart {
    padding: 0;
    margin-bottom: 15px
}

.previewCartAction-checkout,.previewCartAction-viewCart {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

.previewCartAction-checkout.previewCartAction-viewCart--sole,.previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.previewCartAction-checkoutMultiple {
    clear: both;
    padding-top: .76923rem;
    text-align: center
}

.previewCartAction-checkoutMultiple a {
    text-decoration: none
}

.previewCart-emptyBody {
    padding: 3rem;
    text-align: center
}

.addressList {
    font-size: 0;
    list-style: none;
    margin-left: -.76923rem;
    margin-right: -.76923rem
}

.address {
    display: inline-block;
    padding: 0 .76923rem;
    vertical-align: top;
    width: 100%
}

@media (min-width: 551px) {
    .address {
        width:50%
    }
}

@media (min-width: 1500px) {
    .address {
        width:33.33333%
    }
}

.panel--address {
    font-size: 12px;
    position: relative
}

.panel--address .panel-body {
    min-height: 19.23077rem;
    padding: 1.5rem
}

@media (min-width: 551px) {
    .panel--address .panel-body {
        padding:1.5rem 1.5rem 4.5rem
    }
}

.panel--address .form-actions {
    margin-bottom: -.76923rem;
    margin-top: 1.5rem;
    text-align: left
}

@media (min-width: 551px) {
    .panel--address .form-actions {
        bottom:1.5rem;
        position: absolute;
        width: auto
    }
}

.panel--address .form-actions .button {
    margin-bottom: .76923rem
}

.panel--address .form-actions .button+.button {
    margin-left: 0;
    margin-top: 0
}

@media (min-width: 551px) {
    .panel--address .form-actions .button+.button {
        margin-left:.38462rem
    }
}

.address-title {
    margin: 0 0 .76923rem;
    text-transform: none
}

.address-details {
    list-style: none;
    margin: 0 0 .76923rem
}

.address-details--postal {
    font-size: 15px
}

.address-description,.address-label {
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.address-label {
    color: #000;
    font-weight: 400
}

.panel--newAddress {
    display: block;
    text-align: center;
    text-decoration: none
}

.panel--newAddress:hover .address-title {
    color: #ffd200
}

.panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #ededed;
    display: block
}

.panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all .15s ease
}

.address-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-55%)
}

.address-symbol {
    font-size: 50px;
    line-height: 1
}

.videoGallery-main {
    height: 0;
    margin-bottom: 1.23077rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.92308rem;
    position: relative;
    margin-bottom: 1.88462rem
}

.videoGallery-main.widescreen {
    padding-bottom: 56.34%
}

.videoGallery-main.vimeo {
    padding-top: 0
}

.videoGallery-main embed,.videoGallery-main iframe,.videoGallery-main object,.videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.videoGallery-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}

.videoGallery-list ol,.videoGallery-list ul {
    list-style: none;
    margin-bottom: 0
}

.videoGallery-list:after,.videoGallery-list:before {
    content: " ";
    display: table
}

.videoGallery-list:after {
    clear: both
}

.videoGallery-item {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: left;
    vertical-align: top
}

@media (min-width: 801px) {
    .videoGallery-item {
        width:50%
    }
}

.video {
    display: block;
    margin-bottom: 1.88462rem;
    opacity: .4;
    text-decoration: none;
    transition: opacity .1s ease-out
}

.video:after,.video:before {
    content: " ";
    display: table
}

.video:after {
    clear: both
}

.video-figure {
    float: left;
    margin-right: .76923rem
}

.video-figure>img {
    display: block
}

.video-figure--opposite {
    float: right;
    margin-left: .76923rem;
    margin-right: 0
}

.video-body:after,.video-body:before {
    content: " ";
    display: table
}

.video-body:after {
    clear: both
}

@media (min-width: 801px) {
    .video {
        margin-bottom:1.88462rem
    }
}

.video.is-active,.video:hover {
    color: #454545;
    opacity: 1
}

.video-figure {
    margin-right: 1.88462rem
}

.video-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none
}

.video-description {
    font-size: 12px;
    margin-bottom: 0
}

.previewCart {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    padding: 15px
}

.previewCart:after,.previewCart:before {
    content: " ";
    display: table
}

.previewCart:after {
    clear: both
}

@media (min-width: 801px) {
    .previewCart {
        padding:15px
    }

    .previewCart .productView {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 75%;
        float: left;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .previewCart .productView-image {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 58.33333%;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }

    .previewCart .productView-image--cart {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0 auto;
        width: auto
    }

    .previewCart .productView-details {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 41.66667%;
        float: left;
        width: 50%;
        padding: 0 1.53846rem
    }
}

.previewCartCheckout {
    background: #f7f7f7;
    padding: 1rem;
    text-align: center
}

@media (min-width: 801px) {
    .previewCartCheckout {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 25%;
        float: right;
        padding: 1.5rem
    }
}

.previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%
}

.previewCartCheckout .button+.button,.previewCartCheckout .button+p {
    margin-top: .76923rem
}

.previewCartCheckout-price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.previewCartCheckout-subtotal {
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons p {
    float: none!important;
    margin: .53846rem 0
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem
}

.suggestiveCart {
    display: none;
    text-align: center
}

@media (min-width: 801px) {
    .suggestiveCart {
        display:block
    }
}

.previewCartAction-cart-total {
    padding: 15px 0;
    border-top: 1px solid #ededed;
    float: left;
    width: 100%
}

.previewCartAction-cart-total .previewCartAction--cart-item-label {
    float: left;
    width: 50%;
    text-align: left
}

.previewCartAction-cart-total .previewCartAction--cart-total-label {
    float: right;
    width: 50%;
    text-align: right
}

.previewCartAction-cart-total .cart-total-title,.previewCartAction-cart-total .total-item-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 5px
}

.previewCartAction-cart-total span {
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.maintenanceNotice {
    background-color: #fffdea;
    box-shadow: 0 0 5px #a5a5a5;
    color: #454545;
    left: 1.15385rem;
    padding: 1rem 1.30769rem;
    position: fixed;
    top: 1.15385rem;
    width: 24rem;
    z-index: 500
}

.maintenanceNotice>:last-child {
    margin-bottom: 0
}

.maintenanceNotice a {
    color: #454545
}

.maintenanceNotice-header {
    font-family: Poppins;
    margin: 0 0 .76923rem
}

body.hasAdminBar {
    padding-top: 101px
}

@media (min-width: 801px) {
    body.hasAdminBar {
        padding-top:0
    }

    body.hasAdminBar .banners {
        margin-top: 46px
    }

    body.hasAdminBar .header {
        padding-top: 0
    }
}

body.hasAdminBar .header {
    padding-top: 46px
}

body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px
}

.adminBar {
    display: none;
    background-color: #fff;
    box-shadow: 0 .15385rem .53846rem 0 rgba(0,0,0,.2);
    color: #626568;
    font-family: "Source Sans Pro",arial,"sans serif",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10000
}

@media (min-width: 801px) {
    .adminBar {
        display:block
    }
}

.adminBar .svg-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center
}

.adminBar .svg-icon svg {
    height: 1em;
    width: 1em
}

.adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative
}

.adminBar-logo {
    float: left;
    height: 46px;
    width: 45px
}

.adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%
}

.adminBar-content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.adminBar-content a {
    color: #4b71fc;
    text-decoration: none
}

.adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px
}

.adminBar-private {
    margin-right: auto;
    text-align: left
}

.adminBar-private a {
    padding: 10px
}

.adminBar-private span {
    white-space: nowrap
}

.adminBar-private .tooltip {
    position: relative;
    display: inline-block
}

.adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1
}

.adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px
}

.adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible
}

.adminBar-links {
    margin-left: auto;
    text-align: right;
    padding-right: 5px
}

.adminBar-links a {
    padding: 10px
}

.adminBar-links span {
    white-space: nowrap
}

.adminBar-large {
    display: none
}

@media (min-width: 1500px) {
    .adminBar-large {
        display:initial
    }
}

.adminBar-close span {
    padding: 10px;
    margin-right: 5px;
    margin-bottom: .25em
}

.adminBar-close span:hover {
    background-color: #f0f3fe;
    border-radius: 5px
}

.adminBar-close span svg {
    height: 100%;
    width: 100%
}

.preview {
    font-weight: 400;
    padding-left: 9px
}

.cookieMessage {
    background: #e8e8e8;
    color: #454545;
    display: none
}

.cookieMessage .button {
    width: 100%
}

@media (min-width: 801px) {
    .cookieMessage .button {
        vertical-align:middle;
        width: 25%
    }
}

@media (min-width: 1500px) {
    .cookieMessage .button {
        vertical-align:top
    }
}

.cookieMessage-container {
    margin: 0 auto;
    padding: 1.5rem
}

@media (min-width: 801px) {
    .cookieMessage-container {
        width:83.33333%
    }
}

@media (min-width: 1500px) {
    .cookieMessage-container {
        width:58.33333%
    }
}

@media (min-width: 801px) {
    .cookieMessage-text {
        display:inline-block;
        padding: 0 .76923rem;
        vertical-align: middle;
        width: 66.66667%
    }
}

.login-row {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%
}

.login-row:after,.login-row:before {
    content: " ";
    display: table
}

.login-row:after {
    clear: both
}

@media (min-width: 801px) {
    .login-row {
        margin-top:3rem
    }
}

.login-row .form-actions .button,.login-row .form-actions a {
    float: left
}

.login-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .login-form {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left;
        margin-top: 0
    }
}

.new-customer {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .new-customer {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.new-customer-intro {
    margin-bottom: 0
}

.new-customer-fact-list {
    margin-left: 3rem
}

.new-customer-fact {
    padding-left: .76923rem
}

.form-actions a.forgot-password {
    padding-top: 10px
}

.search-suggestion {
    margin-bottom: 2.03846rem
}

.search-suggestion>:last-child {
    margin-bottom: 0
}

.suggestion-title {
    margin-top: 0;
    text-transform: inherit;
    font-weight: 600
}

.advancedSearch-form {
    margin-bottom: 3rem
}

.advancedSearch-form .form-row {
    margin-bottom: -1.5rem
}

.quickSearchResults {
    margin-top: 1.5rem
}

@media (min-width: 801px) {
    .quickSearchResults {
        margin-top:0
    }
}

.quickSearchResults .modal-close {
    display: none
}

@media (min-width: 801px) {
    .quickSearchResults .modal-close {
        display:block
    }
}

.advancedSearch-separator {
    display: none
}

.advancedSearch-title {
    margin: 0 0 1.5rem;
    text-transform: inherit
}

.search-price-range label {
    display: inline
}

.search-price-range label input {
    display: block;
    padding-left: 1.5rem
}

@media (min-width: 551px) {
    .search-price-range label input {
        display:inline;
        width: 6rem
    }
}

@media (min-width: 551px) {
    .search-price-range label span {
        display:inline;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.category-suggestion-list {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    list-style-type: none
}

.category-suggestion-list:after,.category-suggestion-list:before {
    content: " ";
    display: table
}

.category-suggestion-list:after {
    clear: both
}

.category-suggestion {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    float: left;
    font-size: 1rem
}

.search-refine {
    margin-left: 1.5rem
}

.quickSearchMessage {
    font-size: 20px;
    margin: 1.5rem 0 0;
    text-align: center
}

.navBar--account {
    display: none;
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .navBar--account {
        display:block
    }
}

.account-heading {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding-bottom: 1rem
}

.account-list {
    list-style: none;
    margin-left: 0
}

.account-listItem {
    border-bottom: 1px solid #ededed;
    padding: 1.5rem 0;
    position: relative
}

.account-listItem img {
    width: 100%
}

.account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative
}

.account-listShipping {
    border-bottom: 1px solid #ededed;
    font-weight: 700;
    padding: 2.03846rem 0
}

.account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit
}

.account-product:after,.account-product:before {
    content: " ";
    display: table
}

.account-product:after {
    clear: both
}

.account-product-figure {
    float: left;
    margin-right: .76923rem
}

.account-product-figure>img {
    display: block
}

.account-product-figure--opposite {
    float: right;
    margin-left: .76923rem;
    margin-right: 0
}

.account-product-body:after,.account-product-body:before {
    content: " ";
    display: table
}

.account-product-body:after {
    clear: both
}

.account-product-figure {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2.03846rem 0 0;
    position: relative;
    width: 70px
}

.account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.account-product-download {
    border-radius: 50%;
    height: 2.53846rem;
    padding: 0;
    position: absolute;
    right: -.76923rem;
    top: -.76923rem;
    width: 2.53846rem;
    z-index: 1
}

.account-product-download .icon {
    height: 1.5rem;
    margin-top: .38462rem;
    width: 1.5rem
}

.account-product-download svg {
    fill: white
}

.account-product-body {
    overflow: hidden;
    padding-bottom: 3.53846rem;
    position: relative
}

@media (min-width: 551px) {
    .account-product-body {
        padding-bottom:0
    }
}

.account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0
}

.account-product-title {
    margin: 0 0 .15385rem;
    text-transform: inherit
}

.account-product-title>a {
    text-decoration: none
}

.account-product-title+.definitionList {
    margin-top: .76923rem
}

.account-product-subtitle {
    color: #a5a5a5;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: -.15385rem 0 1rem;
    text-transform: inherit
}

.account-product-price {
    float: right;
    font-size: 15px
}

.account-product-description+.definitionList {
    margin: -1.38462rem 0 1.5rem
}

.account-product-refundQty {
    color: #a5a5a5;
    margin-bottom: 0
}

.account-product-details {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.account-product-details:after,.account-product-details:before {
    content: " ";
    display: table
}

.account-product-details:after {
    clear: both
}

.account-product-detail {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 551px) {
    .account-product-detail {
        width:33.33333%
    }
}

@media (min-width: 1500px) {
    .account-product-detail {
        width:25%
    }
}

.account-product-detail+.account-product-detail {
    margin-top: 1rem
}

@media (min-width: 551px) {
    .account-product-detail+.account-product-detail {
        margin-top:0
    }
}

@media (min-width: 551px) {
    .account-product-detail+.account-product-detail--full {
        margin-top:1.5rem
    }
}

@media (min-width: 1500px) {
    .account-product-detail--large {
        width:50%
    }
}

.account-product-detail--full {
    width: 100%
}

.account-product-detail-heading {
    color: #000;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 .38462rem
}

.account-product--alignMiddle {
    display: table;
    width: 100%
}

.account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem
}

@media (min-width: 1500px) {
    .account-product--alignMiddle .account-product-checkItem {
        left:-2.5rem
    }
}

.account-product--alignMiddle .account-product-checkItem .form-label {
    height: 1.5rem;
    margin: 0;
    padding: 0;
    width: 1.5rem
}

.account-product--alignMiddle .account-product-body,.account-product--alignMiddle .account-product-figure {
    display: table-cell
}

.account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0
}

@media (min-width: 1500px) {
    .account-product--alignMiddle .account-product-figure {
        left:-2rem
    }
}

.account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle
}

@media (min-width: 1500px) {
    .account-product--alignMiddle .account-product-body {
        padding-left:0
    }
}

.account-orderTotal {
    float: right;
    font-size: 15px;
    margin-top: -1.5rem;
    width: 66.66667%
}

.account-orderTotal-key,.account-orderTotal-value {
    margin: 0;
    padding: 1.5rem 0
}

.account-orderTotal-key {
    color: #000;
    float: left;
    font-weight: 400
}

.account-orderTotal-key:last-of-type {
    position: relative;
    top: .30769rem
}

.account-orderTotal-value {
    border-bottom: 1px solid #ededed;
    text-align: right
}

.account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px
}

.account-orderStatus {
    bottom: 0;
    left: 0;
    position: absolute
}

@media (min-width: 551px) {
    .account-orderStatus {
        float:right;
        position: inherit;
        text-align: right
    }
}

.account-orderStatus-label {
    background-color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 .38462rem;
    padding: .15385rem .53846rem
}

.account-orderStatus-action {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .25px;
    margin-left: .76923rem;
    text-align: right;
    text-decoration: underline;
    vertical-align: top
}

@media (min-width: 551px) {
    .account-orderStatus-action {
        display:block;
        margin-left: 0
    }
}

.account-orderStatus-action:hover {
    color: #ffd200
}

.account .pagination {
    color: #a5a5a5;
    margin-top: 3rem;
    text-align: center;
    width: 100%
}

.account .pagination .pagination-item {
    float: left;
    border: none
}

.account .pagination .pagination-item:hover {
    color: #ffd200
}

.account .pagination .pagination-item .pagination-link {
    border: none;
    background: 0 0;
    height: auto
}

.account .pagination .pagination-item .pagination-link:hover {
    color: #ffd200
}

.account .pagination .pagination-item .pagination-link:hover svg {
    fill: #ffd200
}

.account .productGrid .form {
    text-align: left;
    display: inline-block;
    margin: 15px;
    vertical-align: middle
}

.account-message .is-read {
    color: #a5a5a5
}

.account-sidebar-block {
    font-size: 15px
}

.account-sidebar-block+.account-sidebar-block {
    margin-top: 3rem
}

.account-sidebar-block .account-heading {
    margin-bottom: 1.5rem
}

.account-order-address {
    list-style: none;
    margin-left: 0
}

.account-order-address ol,.account-order-address ul {
    list-style: none;
    margin-bottom: 0
}

.account-reorder-form {
    display: inline-block
}

.order-payments-description {
    color: #ededed;
    font-weight: 400;
    margin-top: 1.5rem
}

.account-downloads-summary {
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    padding-bottom: 1.5rem
}

.account-downloadsList {
    list-style: none;
    margin-left: 0
}

.account-downloadsList ol,.account-downloadsList ul {
    list-style: none;
    margin-bottom: 0
}

.account-downloadsItem {
    margin-bottom: 1.5rem
}

.account-downloadsItem>:first-child {
    margin-top: 0
}

.account-downloadsItem>:last-child {
    margin-bottom: 0
}

.account-downloadsItem-title {
    color: #000;
    font-size: 15px;
    margin-bottom: .15385rem;
    text-transform: inherit
}

.account-downloadsItem-description {
    margin-bottom: 0
}

.account-downloadsItem-availability {
    color: #000
}

.wishlists-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 107.69231rem
}

.wishlist-header {
    display: none;
    text-align: center
}

.modal .wishlist-header {
    display: block
}

.wishlist-form {
    margin: 0 auto;
    max-width: 107.69231rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 42.30769rem
}

.wishlist-form:after,.wishlist-form:before {
    content: " ";
    display: table
}

.wishlist-form:after {
    clear: both
}

.wishlist-form .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

.share-wishlist {
    text-align: center;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 1.92308rem
}

.icon--ratingEmpty svg {
    fill: lightgray
}

.icon--ratingFull svg {
    fill: #ffab00
}

.rating--small {
    display: inline-block
}

.rating--small .icon {
    height: 1.07692rem;
    width: 1.07692rem;
    width: 12px;
    float: left;
    margin-right: 3px
}

.apple-pay-checkout-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: .30769rem;
    cursor: pointer;
    display: none;
    max-height: 4.92308rem;
    min-height: 2.46154rem;
    min-width: 10.30769rem;
    padding: 1.5rem;
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white)
}

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
    margin-top: .76923rem
}

.apple-pay-supported .apple-pay-checkout-button {
    display: block
}

@media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
        display:inline-block;
        float: right
    }
}

.previewCartCheckout .apple-pay-checkout-button {
    display: block;
    float: none;
    margin-top: .76923rem
}

.paymentMethodsTitle {
    padding: 0;
    text-transform: none;
    width: 100%;
    margin: 0 0 .76923rem
}

.paymentMethodsGrid {
    margin: -.76923rem;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paymentMethodsGrid-item {
    padding: .76923rem;
    width: 100%
}

@media (min-width: 551px) {
    .paymentMethodsGrid-item {
        width:50%
    }
}

.paymentMethod {
    border: 1px solid #ededed;
    background-color: #e5e5e5;
    border-radius: .23077rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.paymentMethod-row {
    padding: 1.5rem
}

.paymentMethod-row:first-child {
    background-color: #fff
}

.paymentMethod-row:last-child {
    margin-top: auto
}

.paymentMethod-row:only-child {
    height: 100%
}

.paymentMethod .button {
    margin-bottom: 0
}

.methodHeader {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center
}

.methodHeader-icon {
    margin-right: .76923rem;
    width: 2.15385rem
}

@media (min-width: 1500px) {
    .methodHeader-icon {
        width:3.23077rem
    }
}

.methodHeader-title {
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1500px) {
    .methodHeader-title {
        font-size:12px
    }
}

.methodHeader-brand {
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 1500px) {
    .methodHeader-brand {
        font-size:12px
    }
}

.methodHeader-meta {
    padding-left: .76923rem;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.methodHeader-default {
    margin-left: .76923rem;
    fill: #666666;
    height: 1.38462rem;
    width: 1.38462rem
}

@media (min-width: 1500px) {
    .methodHeader-default {
        height:1.53846rem;
        width: 1.53846rem
    }
}

.methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize
}

.methodDetails {
    margin: 0;
    display: -ms-flexbox;
    display: flex
}

.methodDetails-label {
    -ms-flex: 1;
    flex: 1;
    font-weight: 600
}

.methodDetails-description {
    -ms-flex: 2;
    flex: 2;
    font-size: 13px
}

.newPaymentMethod {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 14.30769rem;
    height: 100%
}

.newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 .76923rem
}

.newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center
}

@media (min-width: 551px) {
    .paymentMethodForm {
        max-width:60%
    }
}

@media (min-width: 551px) {
    .paymentMethodForm-column {
        display:-ms-flexbox;
        display: flex
    }

    .paymentMethodForm-column:first-child .form-field {
        margin-bottom: .76923rem
    }
}

.paymentMethodForm-heading {
    color: #454545;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    margin-top: 1.5rem;
    text-transform: capitalize
}

.paymentMethodForm-subheading {
    display: -ms-flexbox;
    display: flex;
    font-weight: 600
}

@media (min-width: 551px) {
    .paymentMethodForm-cards {
        margin-left:auto
    }
}

.paymentMethodForm-cards-icon {
    margin-right: .15385rem;
    width: 2.61538rem
}

.paymentMethodForm-inputs {
    position: relative
}

@media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
        padding-left:1.5rem;
        width: 30%
    }

    .paymentMethodForm-inputs:first-child {
        width: 70%
    }
}

.paymentMethodForm-inputs-icon {
    position: absolute;
    right: .69231rem;
    top: 3rem
}

.paymentMethodForm-inputs-icon.icon {
    fill: #a5a5a5;
    height: 1.61538rem;
    width: 1.61538rem
}

.paymentMethodForm-details {
    margin-bottom: 0
}

@media (min-width: 551px) {
    .paymentMethodForm-details {
        display:inline-block;
        margin: 0 3rem 0 0
    }
}

.paymentMethodForm-details-term {
    font-weight: 400;
    margin-bottom: .76923rem
}

.paymentMethodForm-details-description {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .25px
}

.category-header-image {
    width: 100%
}

.header {
    position: relative;
    top: 0;
    width: 100%;
    float: left;
    z-index: 20
}

@media (min-width: 801px) {
    .header {
        overflow:visible;
        float: left;
        background-color: none
    }
}

.header>.container {
    text-align: left;
    position: unset
}

.header.is-open {
    height: 100%
}

@media (min-width: 801px) {
    .header.is-open {
        height:auto
    }
}

.header.is-open .navUser {
    top: auto
}

@media (min-width: 801px) {
    .header.is-open .navUser {
        top:-64px
    }
}

.site-header-fix .search-header {
    display: block!important
}

.site-header-fix.header-style {
    border-bottom: none;
    min-height: 64px
}

@media (min-width: 801px) {
    .site-header-fix.header-style {
        border-bottom:1px solid #ededed;
        min-height: 77px
    }
}

.site-header-fix.header-style .header-left {
    padding: .61538rem 0 .61538rem 1.15385rem
}

.site-header-fix.header-style .header-left::before {
    height: 69px;
    right: -45px
}

@media (min-width: 551px) {
    .site-header-fix.header-style .header-left {
        padding:0
    }

    .site-header-fix.header-style .header-left::before {
        height: 73px;
        right: -45px
    }
}

@media (min-width: 801px) {
    .site-header-fix.header-style .header-left::before {
        right:-38px;
        height: 82px
    }
}

@media (min-width: 1500px) {
    .site-header-fix.header-style .header-left::before {
        height:82px;
        right: -25px
    }
}

@media (min-width: 1699px) {
    .site-header-fix.header-style .header-left::before {
        height:82px;
        right: 25px
    }
}

@media (min-width: 551px) {
    .site-header-fix.header-style .header-right {
        padding:22px 20px 21px
    }
}

@media (min-width: 801px) {
    .site-header-fix.header-style .header-right {
        padding:0
    }
}

@media (min-width: 1500px) {
    .site-header-fix.header-style .header-right {
        padding-left:3.07692rem
    }
}

@media (min-width: 1699px) {
    .site-header-fix.header-style .header-right {
        padding-left:3.07692rem
    }
}

.site-header-fix.header-style .header-bottom {
    top: 70px
}

@media (min-width: 801px) {
    .site-header-fix.header-style .header-bottom {
        top:0
    }
}

.site-header-fix.header-style .header-top .navUser {
    padding: 0;
    background: 0 0
}

.site-header-fix.header-style .header-top .navUser .header-top-right {
    display: none
}

.site-header-fix.header-style .header-top .navUser .header-top-left {
    display: block
}

@media (min-width: 801px) {
    .site-header-fix.header-style .header-top .navUser .header-top-left {
        display:none
    }
}

.site-header-fix.header-style .header-top .navUser .dropdown--quickSearch.is-open {
    top: 84px!important
}

@media (min-width: 551px) {
    .site-header-fix.header-style .header-top .navUser {
        padding:0;
        background: #976797
    }

    .site-header-fix.header-style .header-top .navUser .header-top-right {
        display: block
    }
}

@media (min-width: 801px) {
    .site-header-fix.header-style .header-top .navUser .header-top-right {
        display:none
    }
}

.site-header-fix.header-style .navPages-header-bottom_left {
    display: block
}

@media (min-width: 801px) {
    .site-header-fix.header-style .navPages-header-bottom_left {
        display:none
    }
}

.site-header-fix.header-style .navPages-header-bottom_left {
    display: none
}

.site-header-fix.header-style .header-bottom-right {
    border-left: none;
    border-right: none
}

.site-header-fix.header-style .header-bottom-right .navPages-header-bottom_right {
    border-left: none
}

.site-header-fix.header-style .search-header {
    position: absolute;
    top: 71px;
    right: 0;
    display: none!important;
    width: 276px
}

.site-header-fix.header-style .search-header.active {
    display: block!important
}

.site-header-fix.header-style .header-search-btn {
    display: inline-block;
    height: 35px;
    width: 35px
}

.header-top {
    width: 100%;
    float: left;
    z-index: 9;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 551px) {
    .header-top {
        width:auto
    }

    .header-top .navUser-item--cart {
        display: block;
        width: auto;
        float: right
    }
}

@media (min-width: 801px) {
    .header-top {
        width:13%
    }
}

@media (min-width: 1500px) {
    .header-top {
        background:0 0
    }
}

.header-top .navUser-item.navUser-item--cart.inner-cart {
    display: none
}

@media (max-width: 800px) {
    .header-top .navUser-item.navUser-item--cart.inner-cart {
        display:block
    }
}

.header-bottom {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #1f4c94
}

.header-bottom .category-list {
    float: left;
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px
}

@media (min-width: 551px) {
    .header-bottom .category-list {
        margin-right:20px
    }
}

.header-bottom .category-list .box-category-heading {
    float: left;
    width: auto;
    padding: 1rem 2.30769rem .30769rem 0
}

@media (min-width: 551px) {
    .header-bottom .category-list .box-category-heading {
        width:13.84615rem
    }
}

@media (min-width: 801px) {
    .header-bottom .category-list .box-category-heading {
        position:relative
    }
}

@media (min-width: 1500px) {
    .header-bottom .category-list .box-category-heading {
        width:15.38462rem
    }
}

.header-bottom .category-list .box-category-heading::after,.header-bottom .category-list .box-category-heading::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    right: 0;
    top: 9px
}

.header-bottom .category-list .box-category-heading::before {
    background: -webkit-linear-gradient(90deg,#1f4c94 0,#1c4587 49.341%,#1f4c94 100%)
}

.header-bottom .category-list .box-category-heading::after {
    background: -webkit-linear-gradient(90deg,#1f4c94 0,#2457aa 49.341%,#1f4c94 100%);
    right: 1px
}

.header-bottom .category-list .box-category-heading .sidebarBlock {
    border: none
}

.header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box {
    position: absolute;
    background: #2457aa;
    top: 156px;
    left: 0;
    right: 0;
    display: none;
    z-index: 8;
    border-radius: 0 0 5px 5px;
    width: 100%
}

@media (min-width: 801px) {
    .header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box {
        top:100%;
        width: 15.76923rem
    }
}

.header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box ul.navList.level-0 {
    margin: auto;
    list-style: none;
    padding: 0
}

.header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box ul.navList.level-0 .more-wrap {
    cursor: pointer;
    margin: 0;
    padding: 1rem 1.53846rem 1rem 3.07692rem;
    clear: both;
    text-align: left;
    color: #ffd200;
    position: relative
}

.header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box ul.navList.level-0 .more-wrap::before {
    content: "\e145";
    font-family: 'Material Icons';
    font-size: 13px;
    left: 15px;
    position: absolute
}

.header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box ul.navList.level-0 .more-wrap.active::before {
    content: "\e15b"
}

@media (min-width: 1100px) {
    .header-bottom .category-list .box-category-heading .sidebarBlock .category-lfet-box {
        width:18.69231rem
    }
}

.header-bottom .category-list .box-category-heading .box-category {
    cursor: pointer;
    float: left
}

.header-bottom .category-list .box-category-heading .box-category::before {
    background-color: #2b69cc;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/list.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    content: " ";
    width: 3.07692rem;
    height: 3.07692rem;
    border-radius: 5px;
    top: 0
}

.header-bottom .category-list .box-category-heading .box-category .category-text {
    display: inline-block;
    vertical-align: top;
    margin-left: .76923rem
}

.header-bottom .category-list .box-category-heading .box-category .category-text .text1 {
    font-size: .92308rem;
    line-height: 1.53846rem;
    text-transform: capitalize;
    color: #fff;
    display: block;
    font-weight: 400;
    letter-spacing: 1.2px
}

@media (min-width: 551px) {
    .header-bottom .category-list .box-category-heading .box-category .category-text .text1 {
        font-size:1rem
    }
}

.header-bottom .category-list .box-category-heading .box-category .category-text .text2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.53846rem;
    text-transform: capitalize;
    color: #ffd200;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .4px;
    position: relative
}

@media (min-width: 551px) {
    .header-bottom .category-list .box-category-heading .box-category .category-text .text2 {
        font-size:1.15385rem
    }
}

.header-bottom .category-list .box-category-heading .box-category .category-text .text2::before {
    position: absolute;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 13px;
    color: #ffd200;
    right: -1.15385rem;
    left: auto
}

.header-bottom .category-list .navList-action {
    width: 100%;
    padding: 1rem 1.53846rem 1rem 3.07692rem;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    position: relative
}

.header-bottom .category-list li.navList-item {
    padding: 0 0;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #2b69cc
}

.header-bottom .category-list li.navList-item:last-child {
    border-bottom: none
}

.header-bottom .category-list li.navList-item .plus_minus {
    float: right;
    display: block;
    position: absolute;
    left: auto;
    right: 1.15385rem;
    top: 1.07692rem;
    width: 1.53846rem;
    height: 1.53846rem;
    z-index: 9
}

@media (min-width: 801px) {
    .header-bottom .category-list li.navList-item .plus_minus {
        display:none
    }
}

.header-bottom .category-list li.navList-item .right-angle {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    top: 15px
}

.header-bottom .category-list li.navList-item .right-angle .icon {
    display: none
}

@media (min-width: 801px) {
    .header-bottom .category-list li.navList-item .right-angle::after {
        content:"\f0d9";
        color: #fff;
        font-family: FontAwesome;
        font-size: 45px;
        left: auto;
        margin: 0 auto;
        position: absolute;
        right: -3px;
        z-index: 9999;
        line-height: 18px
    }
}

.header-bottom .category-list li.navList-item:hover .right-angle {
    display: inline-block
}

.header-bottom .header-bottom-cart {
    float: right;
    padding: 0;
    width: auto;
    z-index: 999;
    position: relative;
    display: inline-block;
    padding: 12px 0 11px 0
}

@media (min-width: 551px) {
    .header-bottom .header-bottom-cart {
        padding:12px 0 11px 10px
    }
}

@media (min-width: 990px) {
    .header-bottom .header-bottom-cart {
        padding:12px 0 11px 20px
    }
}

.header-bottom .header-bottom-cart .navUser-action .countPill {
    display: inline-block;
    vertical-align: middle;
    clear: left;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    margin-top: 0;
    background-color: #ffd200;
    height: 1.30769rem;
    width: 1.30769rem;
    left: 1.92308rem;
    top: -6px;
    padding: 1px;
    color: #000
}

.header-bottom .header-bottom-account {
    position: relative;
    width: auto;
    float: right;
    padding: 11px 10px 10px 10px;
    display: none;
    vertical-align: middle
}

@media (min-width: 801px) {
    .header-bottom .header-bottom-account {
        display:inline-block
    }
}

@media (min-width: 990px) {
    .header-bottom .header-bottom-account {
        padding:11px 10px 11px 20px
    }
}

.header-bottom .header-bottom-account::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    left: 1px;
    top: 10px;
    background: -webkit-linear-gradient(90deg,#1f4c94 0,#1c4587 49.341%,#1f4c94 100%)
}

.header-bottom .header-bottom-account::after {
    background: -webkit-linear-gradient(90deg,#1f4c94 0,#2457aa 49.341%,#1f4c94 100%);
    left: 0;
    position: absolute;
    content: '';
    width: 1px;
    top: 10px;
    height: 50px
}

.header-bottom .header-bottom-account .my-account {
    float: right;
    padding: 0!important;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    z-index: 99;
    right: 0;
    width: 15.38462rem;
    top: 100%;
    text-align: left;
    border-radius: 0 0 4px 4px
}

.header-bottom .header-bottom-account .my-account .navUser-section {
    margin: 0;
    float: left;
    padding: 1.15385rem 1.53846rem!important
}

.header-bottom .header-bottom-account .my-account .navUser-action {
    font-weight: 400
}

.header-bottom .header-bottom-account .account-text {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 5px;
    text-align: left
}

.header-bottom .header-bottom-account .account-text .account-label a {
    font-size: 1rem;
    line-height: 1.53846rem;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1.2px
}

.header-bottom .header-bottom-account .account-text .account-contents {
    font-size: 1.15385rem;
    line-height: 1.53846rem;
    font-weight: 600;
    color: #ffd200;
    position: relative;
    letter-spacing: .4px
}

.header-bottom .header-bottom-account .account-text .account-contents::before {
    position: absolute;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 13px;
    color: #ffd200;
    right: -15px;
    left: auto;
    top: 1px;
    bottom: auto
}

.header-bottom .header-bottom-account .account-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.header-bottom .header-bottom-account .account-title:hover {
    color: #ffd200
}

.header-bottom .header-bottom-account .optional-text {
    text-align: left;
    color: #b0b0b0;
    text-transform: uppercase;
    line-height: 16px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    display: block;
    clear: left
}

.header-bottom svg.icon_minus,.header-bottom svg.icon_plus {
    height: 1.15385rem;
    width: 1.15385rem;
    cursor: pointer;
    fill: white;
    position: relative;
    left: .23077rem;
    right: 0;
    display: inline-block;
    vertical-align: middle
}

.header-bottom .plus_minus .icon_minus,.header-bottom .plus_minus.active .icon_plus {
    display: none
}

.header-bottom .plus_minus.active .icon_minus {
    display: block
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 {
    padding: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    clear: both
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 {
        display:block;
        float: left
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0>a {
    color: #fff;
    font-size: 1rem;
    position: relative
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0>a::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 10px;
    color: #fff;
    height: 10px;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/arrow.png);
    background-position: center 0;
    background-repeat: no-repeat;
    width: 20px
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0>a:hover {
    color: #ffd200
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0>a:hover::before {
    background-position: center -56px
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    padding-bottom: 10px
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu {
        left:100%;
        top: 0;
        position: absolute;
        background: #fff;
        padding: 20px;
        display: none;
        min-width: 580px;
        box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
        border: none;
        border-radius: 0 5px 5px 0;
        transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        transform: scale(0,1);
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        -moz-transform: scale(0,1);
        transform-origin: left center 0;
        display: inline!important
    }
}

@media (min-width: 990px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu {
        min-width:650px
    }
}

@media (min-width: 1100px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu {
        min-width:800px;
        padding: 40px 50px
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu.has-subbanner .navList.category.level-1 {
    width: 100%;
    float: left;
    padding: 0
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu.has-subbanner .navList.category.level-1 {
        width:70%
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu.has-subbanner .navList.category.level-1 .navList-item.level-1 {
    width: 100%;
    padding: 0
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu.has-subbanner .navList.category.level-1 .navList-item.level-1 {
        width:50%
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu.has-subbanner .navList.category.level-1 .navList-item.level-1 .right-angle {
    display: none
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 {
    width: 100%;
    padding: 0
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    border: none
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 {
        width:33.33%
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .navList-action {
    color: #fff;
    padding: .53846rem 1.53846rem .53846rem 3.07692rem
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .navList-action {
        color:#1f4c94;
        font-weight: 600;
        padding: 5px 0!important;
        border: none;
        text-transform: uppercase;
        font-size: 1.07692rem
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu {
    position: relative;
    left: 0;
    padding: 0;
    box-shadow: none;
    min-width: 100%
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList {
    padding: 0 0 0 20px
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList li.navList-item {
    border: none
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList {
        margin:10px 0 0 0;
        padding: 0
    }

    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList li.navList-item {
        padding: 0;
        border: none
    }

    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList li.navList-item .navList-action {
        padding: 5px 15px!important;
        color: #5a5a5a;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize
    }

    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList li.navList-item .navList-action::before {
        font-family: FontAwesome;
        content: '\f105';
        font-size: 14px;
        position: absolute;
        left: 0;
        right: auto
    }

    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .my_dropdown-menu ul.navList li.navList-item .navList-action:hover {
        color: #ffd200
    }
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .navList.category.level-1 .navList-item.level-1 .plus_minus {
    top: 6px
}

.header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .subbanner-image {
    width: 30%;
    float: left;
    display: none
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0 .my_dropdown-menu .subbanner-image {
        display:inline-block
    }
}

@media (min-width: 801px) {
    .header-bottom .catgory-left ul.navList li.navList-item.level-0:hover .my_dropdown-menu {
        display:block;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1
    }
}

.welcome_msg {
    display: none;
    position: relative
}

@media (min-width: 970px) {
    .welcome_msg {
        display:block;
        float: left;
        font-family: Poppins,Arial,Helvetica,sans-serif;
        font-size: 13px;
        line-height: 24px;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #fff
    }
}

.welcome_msg::after {
    border-right: 1px solid #f7f7f7;
    content: "";
    position: absolute;
    height: .92308rem;
    width: .07692rem;
    top: .38462rem;
    right: -1.53846rem
}

.header-logo {
    font-size: 0;
    text-align: left;
    display: block;
    margin: 0
}

@media (min-width: 551px) {
    .header-logo {
        display:block;
        margin: 7px auto 7px 15px;
        float: left;
        width: 100%
    }
}

@media (min-width: 801px) {
    .header-logo {
        margin:0 auto;
        width: 100%;
        float: left
    }

    .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: .38462rem 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .header-logo {
        margin:0
    }
}

.header-logo>a {
    color: #4f4f4f;
    display: inline-block;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: auto;
    z-index: 20
}

.header-logo>a:after,.header-logo>a:before {
    content: " ";
    display: table
}

.header-logo>a:after {
    clear: both
}

@media (min-width: 801px) {
    .header-logo>a {
        background:0 0;
        border-bottom: 0;
        display: inline
    }
}

.header-logo>a:hover {
    color: #ffd200
}

.header-logo>a:active {
    color: #ffd200
}

.header-logo--left {
    text-align: left
}

@media (min-width: 801px) {
    .header-logo--left {
        left:0;
        right: auto
    }
}

.header-logo--left .navUser .navUser-section {
    float: none;
    display: inline-block;
    margin: 0
}

.header-logo--left .navUser :nth-child(5) {
    border: none
}

.header-logo--left .header-logo-image {
    right: unset
}

.header-logo.header-logo--left {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0
}

@media (min-width: 801px) {
    .header-logo.header-logo--left {
        float:left
    }
}

@media (min-width: 1500px) {
    .header-logo.header-logo--left {
        width:auto
    }
}

.header-logo.header-logo--right {
    right: 0;
    left: auto
}

.header-logo--right {
    text-align: right
}

@media (min-width: 801px) {
    .header-logo--right {
        margin-right:3.07692rem
    }
}

.header-logo--right .navUser-section--alt {
    float: left
}

.header-logo--right .header-logo-image {
    left: unset
}

.header-logo-text {
    display: block;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .38462rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: .23077rem 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 551px) {
    .header-logo-text {
        font-size:22px;
        letter-spacing: .69231rem;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width: 801px) {
    .header-logo-text {
        display:inline;
        font-size: 28px;
        margin-left: 0;
        margin-right: -.69231rem;
        max-width: none;
        overflow: auto;
        white-space: normal
    }

    .header.fixed .header-logo-text {
        font-size: 25px
    }
}

.header-logo-image-container {
    position: relative
}

.header-logo-image-container:after {
    content: '';
    display: block;
    padding-bottom: 0
}

@media (min-width: 801px) {
    .header-logo-image-container:after {
        padding-bottom:0
    }
}

.header-logo-image {
    max-height: 3.46154rem
}

@media (min-width: 801px) {
    .header-logo-image {
        max-height:none
    }
}

.header-left {
    float: left;
    width: 100%;
    text-align: center
}

@media (min-width: 801px) {
    .header-left {
        padding:0
    }
}

.header-right {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 1.76923rem 0;
    background-color: #2457aa
}

.header-right .dropdown--quickSearch {
    display: none
}

@media (min-width: 801px) {
    .header-right .dropdown--quickSearch {
        display:block
    }
}

.mobileMenu-toggle {
    width: 3.07692rem;
    height: 4.23077rem;
    display: inline-block;
    font-size: 0;
    background: 0 0;
    padding: 0 .76923rem;
    overflow: hidden;
    position: relative;
    z-index: 50;
    float: right
}

@media (min-width: 551px) {
    .mobileMenu-toggle {
        height:4.23077rem;
        width: 4.23077rem;
        padding: 0 1.38462rem
    }
}

@media (min-width: 801px) {
    .mobileMenu-toggle {
        display:none
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon,.mobileMenu-toggle .mobileMenu-toggleIcon::after,.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0);
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    width: 1.53846rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.46154rem;
    left: auto;
    transition: background-color 10ms ease-in .1s
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -.5rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -.5rem
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 0.1s
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    background-color: #fff;
    bottom: auto;
    top: auto;
    transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    top: 0;
    transform: rotate(45deg)
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.header-cart {
    display: block;
    float: right;
    margin: 0
}

@media (min-width: 801px) {
    .header-cart {
        display:none
    }
}

.body {
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .body {
        margin:0;
        clear: both;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1500px) {
    .body {
        margin-top:0
    }
}

.page {
    float: left;
    width: 100%
}

@media (min-width: 1300px) {
    .page {
        margin:0 -.75rem;
        max-width: none;
        width: auto;
        width: 100%;
        margin: 0
    }

    .page:after,.page:before {
        content: " ";
        display: table
    }

    .page:after {
        clear: both
    }
}

.page .page-inner-heading {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.page-heading-base {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

@media (min-width: 1500px) {
    .page-heading-base {
        padding:0 0
    }
}

.page-heading-base .page-canter-base {
    width: 100%;
    float: left;
    background: #f7f7f7;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 0
}

.page-heading-base .page-canter-base .page-inner-base {
    width: 100%;
    float: none;
    position: relative;
    max-width: 85.71429rem;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin: 0 auto
}

@media (min-width: 551px) {
    .page-heading-base .page-canter-base .page-inner-base {
        padding:20px 10px
    }
}

.page-heading-base .page-canter-base .page-inner-base h1.page-heading {
    float: none;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 6px
}

.page-heading-base .page-canter-base .page-inner-base ul.breadcrumbs {
    float: none;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    padding: 10px;
    margin-right: 0;
    display: block
}

.page-content,.page-content--full {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 801px) {
    .page-content,.page-content--full {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 100%;
        float: left
    }
}

@media (min-width: 801px) {
    .page-content--centered {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 100%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

.page-content--textCenter {
    text-align: center
}

.page-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 30px 30px 0 0
}

@media (min-width: 801px) {
    .page-sidebar {
        width:25%
    }

    .page-sidebar+.page-content {
        width: 70%;
        margin-top: 30px;
        padding: 0
    }
}

@media (min-width: 1100px) {
    .page-sidebar {
        width:20%
    }

    .page-sidebar+.page-content {
        width: 77%
    }
}

@media (min-width: 1500px) {
    .page-sidebar {
        width:19.3%
    }

    .page-sidebar+.page-content {
        width: 78.5%
    }
}

.page-sidebar+.page-content .actionBar {
    margin: 0
}

.page-sidebar+.page-content .page-inner-heading {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0
}

.page-sidebar+.page-content .nav-search {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

#product-listing-container>img {
    margin-bottom: 1.92308rem;
    border-radius: 5px
}

.body {
    margin-bottom: 40px;
    padding: 12px;
}

.body.body_home {
    margin-bottom: 0
}

.footer {
    background-color: #2457aa;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2.30769rem
}

.footer .footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #4d76b8;
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 801px) {
    .footer .footer-bottom {
        padding:23px 0
    }
}

.footer .footer-bottom .bottom-link {
    display: block;
    float: left;
    width: 100%
}

@media (min-width: 1200px) {
    .footer .footer-bottom .bottom-link {
        width:auto
    }
}

.footer .footer-bottom .bottom-link>li {
    display: inline-block;
    vertical-align: top;
    float: none
}

@media (min-width: 1500px) {
    .footer .footer-bottom .bottom-link>li {
        float:left
    }
}

.footer .footer-bottom .bottom-link>li a {
    color: #ebebeb
}

.footer .footer-bottom .bottom-link>li:hover a {
    color: #ffd200
}

.footer .footer-bottom ul {
    margin-bottom: 5px
}

.footer .footer-bottom ul>:last-child::before {
    border: none
}

.footer .footer-bottom li {
    width: auto;
    margin-right: 7px;
    position: relative;
    line-height: 12px;
    padding-right: 7px;
    float: left
}

@media (min-width: 801px) {
    .footer .footer-bottom li {
        margin-right:12px;
        padding-right: 12px
    }
}

.footer-info {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin: 30px 0 15px;
    font-size: 0;
    padding: 0 15px;
    clear: both;
    float: left;
    width: 100%
}

.footer-info:after,.footer-info:before {
    content: " ";
    display: table
}

.footer-info:after {
    clear: both
}

@media (min-width: 801px) {
    .footer-info {
        margin:65px 0;
        padding: 0
    }

    .footer-info .store-info-logo {
        padding-left: 0;
        width: 23%
    }

    .footer-info .store-info {
        padding-right: 0;
        border-right: none;
        width: 25%
    }
}

@media (min-width: 1500px) {
    .footer-info>:first-child {
        padding-left:0
    }

    .footer-info article.footer-info-col.footer-info-col--small.store-info {
        width: 25%;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 50px;
        border-left: 1px solid #4d76b8
    }

    .footer-info article.footer-info-col.footer-info-col--small.store-info .company-info {
        display: block
    }

    .footer-info>:last-child {
        border: none;
        padding-right: 0
    }
}

.footer-info .store-info-logo h5.footer-info-heading {
    display: block
}

@media (min-width: 801px) {
    .footer-info .store-info-logo h5.footer-info-heading {
        display:none
    }
}

.footer-info .store-info-logo .footer-logo.footer-info-list {
    margin-top: 20px;
    margin-bottom: 10px!important
}

@media (min-width: 801px) {
    .footer-info .store-info-logo .footer-logo.footer-info-list {
        margin-top:0;
        margin-bottom: 0!important
    }
}

.footer-info-col {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    color: #000;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-bottom: 1.5rem;
    text-align: center;
    vertical-align: top;
    padding: 0
}

@media (min-width: 551px) {
    .footer-info-col {
        text-align:left;
        width: 50%
    }
}

@media (min-width: 801px) {
    .footer-info-col {
        width:33.33334%
    }
}

.footer-info-col .header-logo.header-logo--left {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    z-index: 0
}

@media (min-width: 801px) {
    .footer-info-col .header-logo.header-logo--left {
        text-align:center;
        margin-bottom: 10px
    }
}

.footer-info-col .contact_us {
    font-size: 35px;
    color: #878787;
    letter-spacing: 2px
}

@media (min-width: 801px) {
    .footer-info-col .contact_us {
        font-size:32px
    }
}

@media (min-width: 1500px) {
    .footer-info-col .contact_us {
        font-size:35px
    }
}

.footer-info-col--small {
    width: 100%;
    margin: 0;
    text-align: left;
    float: left
}

@media (min-width: 801px) {
    .footer-info-col--small {
        width:16%;
        padding-right: 20px
    }
}

@media (min-width: 990px) {
    .footer-info-col--small {
        padding-right:0
    }
}

@media (min-width: 801px) {
    .footer-info-col--small.link2 {
        width:20%
    }
}

@media (min-width: 990px) {
    .footer-info-col--small.link2 {
        width:23%
    }
}

.footer-info-col--social {
    width: 100%
}

@media (min-width: 551px) {
    .footer-info-col--left {
        padding:0
    }
}

.footer-info-col--center {
    text-align: center
}

@media (min-width: 551px) {
    .footer-info-col--right {
        left:50%;
        position: inherit
    }
}

@media (min-width: 801px) {
    .footer-info-col--right {
        left:0;
        padding: 0;
        text-align: right
    }
}

.link2 .footer-info-list>li:nth-child(n+5),.scrollup {
    display: none
}

.tmread-more {
    cursor: pointer
}

.newsletter-container {
    float: left;
    width: 100%
}

@media (min-width: 801px) {
    .newsletter-container {
        width:23%;
        padding-left: 10px;
        padding-right: 0
    }
}

@media (min-width: 990px) {
    .newsletter-container {
        width:20%
    }
}

@media (min-width: 1200px) {
    .newsletter-container {
        padding-left:50px
    }
}

.newsletter-container .footer-newsletter {
    height: 100%
}

.newsletter-container .footer-newsletter .footer-newsletters-block {
    text-align: left;
    margin: 0 auto;
    color: #fff;
    float: left;
    width: 100%
}

.newsletter-container .footer-newsletter .footer-newsletters-block .form {
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto
}

.newsletter-container .footer-newsletter #nl_email {
    float: left;
    width: 100%
}

.newsletter-container .footer-newsletter .form-prefixPostfix-button--postfix {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    padding: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/mail.png);
    background-position: 9px 14px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 44px;
    width: 45px;
    border: none
}

.newsletter-container .footer-social {
    float: left;
    width: 100%;
    margin-top: 10px
}

@media (min-width: 1500px) {
    .newsletter-container .footer-social {
        float:right;
        width: auto
    }
}

@media (min-width: 801px) {
    .newsletter-container .socialLinks {
        text-align:center
    }
}

.footer-newsletters-block .newsletter-content-outer {
    vertical-align: top;
    position: relative;
    text-align: left;
    width: 100%
}

.footer-newsletters-block .newsletter-content-outer span {
    font-size: .92308rem;
    letter-spacing: .5px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 25px 0;
    display: block
}

.footer-newsletters-block .newsletter-content-outer span:hover {
    color: #ebebeb
}

.footer-newsletters-block .newsletter-content-outer .form-prefixPostfix.wrap {
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 551px) {
    .footer-newsletters-block .newsletter-content-outer .form-prefixPostfix.wrap {
        display:block
    }
}

.footer-newsletters-block .newsletter-content-outer .form-field {
    margin-bottom: 0
}

.footer-info-heading {
    color: #ffd200;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 24px;
    position: relative
}

.footer-info-heading::before {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-size: 20px;
    top: 0;
    bottom: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    z-index: 9;
    line-height: 15px;
    margin: auto
}

.footer-info-heading.active::before {
    content: "\f106"
}

@media (min-width: 801px) {
    .footer-info-heading::before {
        display:none
    }
}

.footer-info-list {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    float: left;
    width: auto;
    font-size: 11px;
    display: none
}

@media (min-width: 801px) {
    .footer-info-list {
        display:block;
        margin-bottom: 0!important;
        margin-top: 0
    }
}

.footer-info-list li a {
    color: #ebebeb;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: .5px;
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: .92308rem
}

.footer-info-list li a:hover {
    color: #ffd200
}

.footer-info-list span {
    color: #ebebeb;
    font-size: .92308rem;
    line-height: 30px
}

.footer-info-list span:hover {
    color: #ffd200
}

.footer-info-list .header-logo-image-container {
    margin-bottom: 5px
}

@media (min-width: 801px) {
    .footer-info-list .header-logo-image-container {
        margin-bottom:25px
    }
}

.footer-info-list .footer-address:before,.footer-info-list .footer-email:before,.footer-info-list .footer-phone:before {
    height: 2.69231rem;
    width: 1.92308rem;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    display: inline-block;
    margin: 0 10px 15px 0;
    float: left;
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/sprite-3.png);
    background-repeat: no-repeat;
    background-position: left -900px;
    content: ""
}

.footer-info-list .footer-address:hover:before,.footer-info-list .footer-email:hover:before,.footer-info-list .footer-phone:hover:before {
    color: #ffd200
}

.footer-info-list .footer-address:before {
    background-position: left -900px
}

.footer-info-list .footer-address:hover:before {
    background-position: left -720px
}

.footer-info-list .footer-phone:before {
    background-position: left -540px
}

.footer-info-list .footer-phone:hover:before {
    background-position: left -354px
}

.footer-info-list .footer-email:before {
    background-position: left -175px
}

.footer-info-list .footer-email:hover:before {
    background-position: left 7px
}

.footer-info-list .email-inner,.footer-info-list .phone-inner,.footer-info-list address {
    color: #ebebeb;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 22px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    position: relative;
    width: 80%;
    float: left;
    display: inline-block;
    font-size: .92308rem
}

.footer-info-list .phone-inner {
    margin-top: 10px
}

.footer-info-list .email-inner {
    text-transform: none;
    transition: none;
    margin-top: 10px
}

.footer-info-list>li {
    line-height: 30px;
    position: relative;
    width: 100%;
    float: left
}

.footer-info-col.footer-info-col--small.store-info address {
    font-style: normal;
    line-height: 26px;
    margin: 0 0 5px 0;
    text-align: left
}

@media (min-width: 801px) {
    .footer-info-col.footer-info-col--small.store-info address {
        margin-top:0;
        text-align: left
    }
}

.footer-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    float: none;
    padding: 5px 0 15px
}

@media (min-width: 1200px) {
    .footer-copyright {
        width:auto;
        padding: 0
    }
}

.footer-copyright>.powered-by {
    color: #ebebeb;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .5px;
    margin: 0;
    float: none;
    display: inline-block
}

@media (min-width: 1500px) {
    .footer-copyright>.powered-by {
        float:left
    }
}

.footer-copyright a {
    color: #ebebeb;
    text-decoration: none
}

.footer-copyright a:hover {
    color: #ffd200
}

.footer-payment-icons {
    height: auto;
    text-align: center;
    width: 100%;
    float: left
}

@media (min-width: 1200px) {
    .footer-payment-icons {
        width:auto;
        text-align: right;
        float: right
    }
}

.footer-payment-icons .footer-payment-icon {
    height: 2.30769rem;
    margin: 0 .15385rem;
    vertical-align: middle;
    width: 3.07692rem;
    padding: .15385rem;
    border-radius: .23077rem;
    background-color: #fff
}

.footer-payment-icons .footer-payment-icon:hover {
    background: #fff
}

.footer-payment-icons .footer-payment-icon:hover svg {
    fill: white
}

.footer-payment-icons svg {
    fill: black
}

@media (min-width: 551px) {
    .footer-geotrust-ssl-seal {
        float:left;
        width: 100%;
        position: relative
    }
}

.footer-geotrust-ssl-seal table {
    float: left;
    margin: auto
}

.scrollup {
    text-decoration: none;
    background: #ffd200;
    border: 2px solid #ffd200;
    display: none;
    font-size: 0;
    cursor: pointer;
    width: 2.46154rem;
    height: 2.46154rem;
    bottom: 2.30769rem;
    right: 2.30769rem;
    position: fixed!important;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 10000
}

.scrollup::before {
    color: #000;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 1.69231rem;
    line-height: 26px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.scrollup:hover {
    background: #2457aa;
    border-color: #fff
}

.scrollup:hover::before {
    color: #fff
}

.container_home {
    padding: 0;
    position: relative;
    width: 100%;
    clear: both;
    margin: 0;
    float: left
}

.main.full {
    margin: 0 auto;
    float: none;
    padding: 0
}

@media (min-width: 1500px) {
    .main.full {
        padding:0
    }
}

.main.full .bestseller-products,.main.full .featured-products,.main.full .newpro_container {
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    padding: 2.30769rem 0 0;
    margin-bottom: 0
}

@media (min-width: 551px) {
    .main.full .bestseller-products,.main.full .featured-products,.main.full .newpro_container {
        margin-bottom:3.07692rem
    }
}

.main.full .bestseller-products .collection-title,.main.full .featured-products .collection-title,.main.full .newpro_container .collection-title {
    margin-bottom: 2.30769rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0
}

@media (min-width: 801px) {
    .main.full .bestseller-products .collection-title,.main.full .featured-products .collection-title,.main.full .newpro_container .collection-title {
        margin-bottom:3.46154rem
    }
}

.main.full .bestseller-products .collection-title h2.myhead1,.main.full .featured-products .collection-title h2.myhead1,.main.full .newpro_container .collection-title h2.myhead1 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    text-transform: capitalize
}

.main.full .bestseller-products .side-banner {
    background-image: url(https://cdn11.bigcommerce.com/s-24232/product_images/uploaded_images/1.png);
    background-repeat: no-repeat;
    float: left;
    padding: 40px;
    width: 267px;
    height: 436px;
    display: none;
    vertical-align: top;
    text-align: left
}

@media (min-width: 801px) {
    .main.full .bestseller-products .side-banner {
        display:inline-block
    }
}

.main.full .bestseller-products .side-banner .myhead1 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    line-height: 36px
}

.main.full .bestseller-products .side-banner .desc {
    text-transform: capitalize;
    font-size: 12px;
    margin-top: 40px;
    line-height: 24px
}

.main.full .bestseller-products .side-banner .view-more {
    margin-top: 40px;
    float: left
}

.main.full .bestseller-products .side-banner .view-more a {
    padding: 10px 17px;
    background-color: #ffd200;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500
}

.main.full .bestseller-products .side-banner .view-more a:hover {
    background-color: #2457aa;
    color: #fff
}

.main.full .bestseller-products .right-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: right
}

@media (min-width: 801px) {
    .main.full .bestseller-products .right-content {
        width:calc(100% - 300px)
    }
}

.main.full .bestseller-products .right-content .collection-title {
    display: block;
    text-align: left
}

@media (min-width: 801px) {
    .main.full .bestseller-products .right-content .collection-title {
        display:none
    }
}

.main.full .offercms-block {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 900px) {
    .main.full .offercms-block {
        padding-right:20px;
        width: 50%
    }
}

@media (min-width: 1500px) {
    .main.full .offercms-block {
        width:auto
    }
}

.main.full .offercms-block .offercms-inner-block1 .offercms1_img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px
}

.main.full .offercms-block .offercms-inner-block1 .offercms1_img img {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 4px
}

.main.full .offercms-block .offercms-inner-block1 .offercms1_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main.full .offercms-block .offercms-inner-block1 .description {
    left: 1.53846rem;
    position: absolute;
    top: 12%;
    bottom: auto;
    right: auto;
    width: auto;
    text-align: left
}

@media (min-width: 551px) {
    .main.full .offercms-block .offercms-inner-block1 .description {
        width:60%;
        left: 3.84615rem
    }
}

@media (min-width: 1090px) {
    .main.full .offercms-block .offercms-inner-block1 .description {
        width:40%
    }
}

@media (min-width: 1301px) {
    .main.full .offercms-block .offercms-inner-block1 .description {
        top:22%
    }
}

.main.full .offercms-block .offercms-inner-block1 .description .title {
    font-size: 1.53846rem;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.24)
}

@media (min-width: 1301px) {
    .main.full .offercms-block .offercms-inner-block1 .description .title {
        font-size:2rem
    }
}

.main.full .offercms-block .offercms-inner-block1 .description .subtitle {
    font-size: .92308rem;
    font-weight: 400;
    color: #fff;
    display: none
}

@media (min-width: 551px) {
    .main.full .offercms-block .offercms-inner-block1 .description .subtitle {
        display:block
    }
}

@media (min-width: 1090px) {
    .main.full .offercms-block .offercms-inner-block1 .description .subtitle {
        font-size:1.07692rem
    }
}

.main.full .offercms-block .offercms-inner-block1 .description .banner_text {
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

@media (min-width: 551px) {
    .main.full .offercms-block .offercms-inner-block1 .description .banner_text {
        margin:15px 0 0 0
    }
}

@media (min-width: 1090px) {
    .main.full .offercms-block .offercms-inner-block1 .description .banner_text {
        font-size:1.15385rem
    }
}

@media (min-width: 1301px) {
    .main.full .offercms-block .offercms-inner-block1 .description .banner_text {
        margin:25px 0 0 0
    }
}

.main.full .offercms-block .offercms-inner-block1 .description .banner_text:hover {
    color: #ffd200;
    border-bottom: 1px solid #ffd200
}

.main.full .newsletter-container {
    width: 100%;
    float: left;
    margin: 70px 0 15px
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


@media (min-width: 801px) {
    .container {
        padding:0 1rem
    }
}

@media (min-width: 1500px) {
    .container {
        padding:0
    }
}

.blog {
    margin-bottom: 1.5rem
}

@media (min-width: 801px) {
    .blog {
        margin:auto;
        width: 100%;
        float: left
    }
}

.blog+.blog {
    border-top: 1px solid #ededed;
    margin-top: 3rem;
    padding-top: 3rem
}

.blog .tags {
    margin-top: 3rem;
    text-align: center
}

.blog .socialLinks {
    text-align: center
}

.blog .addthis_toolbox {
    margin-top: 3rem
}

.blogslider {
    margin: 0 -10px;
    float: left;
    width: 100%
}

.blogslider .slick-list {
    float: left;
    width: 100%
}

.blogslider .slick-prev {
    opacity: 1;
    left: auto;
    z-index: 9;
    right: 40px
}

.blogslider .slick-prev:before {
    top: 0
}

.blogslider .slick-next {
    opacity: 1;
    right: 0;
    z-index: 9
}

.blogslider .slick-next:before {
    top: 0
}

@media (min-width: 801px) {
    .blogslider .slick-prev {
        display:block!important
    }

    .blogslider .slick-next {
        display: block!important
    }
}

@media (min-width: 1500px) {
    .blogslider .slick-prev {
        opacity:1;
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .5s ease;
        right: 10px
    }

    .blogslider .slick-next {
        opacity: 1;
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .5s ease;
        right: -25px
    }
}

.tmblog-list {
    float: left;
    width: 100%
}

.tmblog-list .blog {
    margin-bottom: 1.5rem
}

.tmblog-list .blog>first:child {
    margin-top: 1.53846rem
}

@media (min-width: 801px) {
    .tmblog-list .blog {
        margin:auto;
        width: 50%;
        float: left;
        margin-bottom: 3.07692rem;
        padding: 0 15px
    }
}

.tmblog-list .blog+.blog {
    border-top: none;
    margin-top: 0
}

.tmblog-list .blog .blog-thumbnail {
    margin-bottom: 15px
}

.tmblog-list .blog .blog-date {
    color: #2457aa;
    font-size: .92308rem;
    margin-bottom: 0;
    text-align: left
}

.tmblog-list .blog .blog-post a {
    color: #2457aa
}

.tmblog-list .blog .blog-post a:hover {
    color: #ffd200
}

.tmblog-list .blog .blog-title a {
    font-size: 1.23077rem
}

.tmblog-list .blog .tags {
    margin-top: 3rem;
    text-align: center
}

.tmblog-list .blog .socialLinks {
    text-align: left
}

.tmblog-list .blog .addthis_toolbox {
    margin-top: 3rem
}

@media (min-width: 551px) {
    .tmblog-list .blog .blog-post-body {
        width:100%
    }
}

.blog-title {
    font-size: 28px;
    margin: 0 0 .76923rem 0;
    line-height: 24px
}

.blog-title a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600
}

.blog-author,.blog-date {
    color: #000;
    text-align: center
}

@media (min-width: 801px) {
    .blog-author,.blog-date {
        text-align:left
    }
}

.blog-author {
    margin-bottom: 2.5rem
}

.blog-post {
    float: left;
    width: 100%;
    margin: 10px 0 15px;
    line-height: 24px
}

.blog-post a {
    float: left;
    width: 100%;
    margin-top: 1.53846rem;
    text-transform: uppercase;
    font-weight: 600
}

.blog-thumbnail {
    margin: 0 auto 2rem;
    position: relative;
    max-width: 800px
}

.blog-thumbnail img {
    border-radius: 5px;
    width: 100%
}

.blog-post-figure {
    display: block;
    margin: auto;
    text-align: center
}

@media (min-width: 801px) {
    .blog-post-figure {
        width:100%;
        float: left
    }
}

.blog-post-body {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    text-align: left
}

@media (min-width: 551px) {
    .blog-post-body {
        width:100%
    }
}

@media (min-width: 801px) {
    .blog-post-body {
        width:50%;
        float: right
    }
}

@media (min-width: 1500px) {
    .blog-post-body {
        width:50%
    }
}

.blog-posts {
    float: right;
    position: relative;
    text-align: center;
    width: 100%
}

@media (min-width: 900px) {
    .blog-posts {
        width:50%;
        padding-left: 20px
    }
}

@media (min-width: 1500px) {
    .blog-posts {
        width:49.5%
    }
}

.blog-posts .big-title {
    position: relative;
    text-align: center
}

.blog-posts .main-title {
    margin-bottom: 1.53846rem;
    padding-bottom: .76923rem
}

.blog-posts .main-title .page-heading {
    line-height: 20px;
    margin-bottom: 0
}

.blog-posts:hover .slick-prev {
    opacity: 1;
    right: 40px;
    transition: none
}

@media (min-width: 1500px) {
    .blog-posts:hover .slick-prev {
        right:10px
    }
}

.blog-posts:hover .slick-next {
    opacity: 1;
    right: 0;
    transition: none
}

@media (min-width: 1500px) {
    .blog-posts:hover .slick-next {
        right:-25px
    }
}

@media (min-width: 1500px) {
    .blog-posts .blogslider .slick-list {
        margin:0 0
    }
}

.blog-posts .blogslider .blog-inner {
    margin: 0 .76923rem;
    text-align: center
}

.blog-posts .blogslider .blog-inner .image-block {
    position: relative;
    float: left;
    width: 100%
}

@media (min-width: 551px) {
    .blog-posts .blogslider .blog-inner .image-block {
        width:28.6%
    }
}

.blog-posts .blogslider .blog-inner .image-block .image-block-hover span.block-hover-icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%
}

.blog-posts .blogslider .blog-inner .image-block .image-block-hover .fa.fa-search {
    border-radius: 5px;
    background: #2457aa;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    opacity: 0;
    width: 28px;
    transform: scale(1.5)
}

.blog-posts .blogslider .blog-inner .image-block .image-block-hover .fa.fa-search:hover {
    background: #ffd200;
    color: #000
}

.blog-posts .blogslider .blog-inner .image-block:hover .image-block-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3) none repeat scroll 0 0;
    transition: all .2s ease-out 0s;
    -webkit-transition-duration: all .2s ease-out 0s;
    -moz-transition-duration: all .2s ease-out 0s;
    -ms-transition-duration: all .2s ease-out 0s;
    -o-transition-duration: all .2s ease-out 0s
}

.blog-posts .blogslider .blog-inner .image-block:hover .image-block-hover .fa.fa-search {
    opacity: 1;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    -o-transition: all .4s ease 0
}

.blog-posts .blogslider .blog-inner .details-block {
    box-sizing: border-box;
    float: left;
    padding: 20px 0 0 0;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left
}

@media (min-width: 551px) {
    .blog-posts .blogslider .blog-inner .details-block {
        padding:20px 0 0 20px;
        width: 71%
    }
}

@media (min-width: 1160px) {
    .blog-posts .blogslider .blog-inner .details-block {
        padding:30px 0 0 30px
    }
}

.blog-posts .blogslider .blog-inner .date {
    color: #a5a5a5;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 13px;
    margin-bottom: .76923rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .7px
}

.blog-posts .blogslider .blog-inner .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
    text-align: left;
    margin-bottom: .76923rem
}

.blog-posts .blogslider .blog-inner .title a {
    text-decoration: none;
    color: #2457aa
}

.blog-posts .blogslider .blog-inner .content {
    padding: 0;
    line-height: 23px;
    letter-spacing: .7px;
    font-size: 13px;
    color: #707070
}

@media (min-width: 1090px) {
    .blog-posts .blogslider .blog-inner .content {
        padding:1.15385rem 0
    }
}

@media (min-width: 1160px) {
    .blog-posts .blogslider .blog-inner .content {
        padding:1.38462rem 0 1.69231rem
    }
}

.blog-posts .blogslider .blog-inner .read-more {
    margin: .15385rem 0;
    float: left;
    padding: .76923rem 1.53846rem;
    color: #fff;
    background-color: #ffd200;
    border-radius: 25px;
    border: 1px solid transperent
}

.blog-posts .blogslider .blog-inner .read-more a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px
}

.blog-posts .blogslider .blog-inner .read-more:hover {
    background-color: #2457aa
}

.blog-posts .blogslider .blog-inner .read-more:hover a {
    color: #000
}

.blog-header {
    float: left;
    width: 100%;
    clear: both
}

.blog-header .page-heading {
    text-align: left;
    width: 100%;
    float: left
}

.blog-single {
    width: 100%;
    float: left
}

.blog-single .blog-post-figure {
    width: 100%;
    text-align: center
}

.blog-single .blog-post-body {
    width: 100%;
    text-align: center
}

.blog-single .blog-post-body .blog-title a {
    font-size: 20px;
    font-weight: 600
}

.blog-single .blog-post-body .blog-author,.blog-single .blog-post-body .blog-date {
    text-align: center
}

.sidebarBlock {
    border-bottom: 1px solid #ededed
}

.sidebarBlock+.sidebarBlock {
    margin-top: 2.30769rem
}

.sidebarBlock .facetedSearch-refineFilters {
    border: none
}

.sidebarBlock .facetedSearch-refineFilters .sidebarBlock-heading {
    margin-bottom: 0
}

.sidebarBlock .facetedSearch-refineFilters .inlineList--labels {
    margin-left: 0;
    margin-top: 15px
}

.sidebarBlock .facetedSearch-refineFilters .nofilter {
    margin: 20px 22px;
    display: block
}

.sidebarBlock {
    border: 2px solid #e5e5e5;
    border-radius: 0
}

.sidebarBlock ul.navList {
    padding: 15px 22px;
    margin-bottom: 0
}

.sidebarBlock ul.navList li.navList-item {
    padding: 0
}

@media (min-width: 801px) {
    .sidebarBlock ul.navList li.navList-item {
        padding:5px 0
    }
}

.sidebarBlock ul.navList li.navList-item .navList-action {
    color: #707070;
    text-transform: capitalize;
    font-size: 12px
}

.sidebarBlock ul.navList li.navList-item .navList-action:hover {
    color: #ffd200
}

.sidebarBlock-heading {
    margin-top: 0;
    padding: 1.15385rem 1.53846rem;
    background: #e5e5e5;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px
}

.brandGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem;
    margin: 0
}

.brandGrid ol,.brandGrid ul {
    list-style: none;
    margin-bottom: 0
}

.brandGrid:after,.brandGrid:before {
    content: " ";
    display: table
}

.brandGrid:after {
    clear: both
}

.brandGrid .brand {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin: 20px auto;
    text-align: center;
    width: 49.82%
}

@media (min-width: 551px) {
    .brandGrid .brand {
        width:33%
    }
}

@media (min-width: 801px) {
    .brandGrid .brand {
        width:20%;
        float: left
    }
}

.brandGrid .brand:nth-child(5n+1) .card-figure {
    border-color: transparent
}

.brandGrid .brand .card-title {
    text-align: center
}

.brandGrid .brand .card {
    margin: 0;
    padding: 1.53846rem
}

.brandGrid .brand .card .card-body {
    padding: 1.53846rem 0 0 0
}

.brand-image-container {
    position: relative;
    max-width: 100px;
    margin-top: 2.30769rem
}

.brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.brand .card-img-container {
    max-width: 190px;
    display: inline-block;
    vertical-align: middle
}

.productGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

.productGrid ol,.productGrid ul {
    list-style: none;
    margin-bottom: 0
}

.productGrid:after,.productGrid:before {
    content: " ";
    display: table
}

.productGrid:after {
    clear: both
}

.productGrid .product {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px
}

.productGrid .product:nth-child(odd) .card-figure {
    border-color: transparent
}

@media (min-width: 551px) {
    .productGrid .product {
        width:33.33333%
    }

    .productGrid .product:nth-child(odd) .card-figure {
        border-color: #f0f0f0
    }

    .productGrid .product:nth-child(3n+1) .card-figure {
        border-color: transparent
    }
}

@media (min-width: 1100px) {
    .productGrid .product {
        width:25%
    }

    .productGrid .product:nth-child(3n+1) .card-figure,.productGrid .product:nth-child(5n+1) .card-figure {
        border-color: #f0f0f0
    }

    .productGrid .product:nth-child(4n+1) .card-figure {
        border-color: transparent
    }
}

@media (min-width: 1100px) {
    .account .productGrid .product {
        width:20%
    }
}

.page-sidebar+.page-content .productGrid .product {
    margin-bottom: 30px
}

.page-sidebar+.page-content .productGrid .product:nth-child(odd) .card-figure {
    border-color: transparent
}

@media (min-width: 551px) {
    .page-sidebar+.page-content .productGrid .product {
        width:33.33333%
    }

    .page-sidebar+.page-content .productGrid .product:nth-child(odd) .card-figure {
        border-color: #f0f0f0
    }

    .page-sidebar+.page-content .productGrid .product:nth-child(3n+1) .card-figure {
        border-color: transparent
    }
}

@media (min-width: 1100px) {
    .page-sidebar+.page-content .productGrid .product {
        width:25%
    }

    .page-sidebar+.page-content .productGrid .product:nth-child(3n+1) .card-figure,.page-sidebar+.page-content .productGrid .product:nth-child(5n+1) .card-figure {
        border-color: #f0f0f0
    }

    .page-sidebar+.page-content .productGrid .product:nth-child(4n+1) .card-figure {
        border-color: transparent
    }
}

.productMasonry {
    column-count: 2;
    column-fill: auto;
    column-gap: 1.53846rem;
    margin: 0 0 1.5rem;
    overflow: hidden
}

@media (min-width: 551px) {
    .productMasonry {
        column-count:3
    }
}

@media (min-width: 801px) {
    .productMasonry {
        column-count:4
    }
}

.productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%
}

.productMasonry .card {
    margin: 0
}

.no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}

.no-csscolumns .productMasonry ol,.no-csscolumns .productMasonry ul {
    list-style: none;
    margin-bottom: 0
}

.no-csscolumns .productMasonry:after,.no-csscolumns .productMasonry:before {
    content: " ";
    display: table
}

.no-csscolumns .productMasonry:after {
    clear: both
}

.no-csscolumns .productMasonry .product {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top
}

.no-csscolumns .productMasonry .card {
    margin: 0
}

@media (min-width: 801px) {
    .no-csscolumns .productGrid--maxCol6 .product {
        width:16.66667%
    }
}

@media (min-width: 801px) {
    .csscolumns .productGrid--maxCol6 {
        column-count:6
    }
}

@media (min-width: 801px) {
    .no-csscolumns .productGrid--maxCol3 .product {
        width:33.33333%
    }
}

@media (min-width: 801px) {
    .csscolumns .productGrid--maxCol3 {
        padding-left:.75rem;
        padding-right: .75rem;
        width: 100%;
        float: left
    }

    .csscolumns .productGrid--maxCol3 .product {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 33.33333%;
        float: left
    }
}

.productList {
    list-style: none;
    margin-left: 0
}

.productList ol,.productList ul {
    list-style: none;
    margin-bottom: 0
}

.productList .product+.product {
    margin-top: 4rem
}

@media (min-width: 551px) {
    .listItem {
        margin:0 -.75rem;
        max-width: none;
        width: auto;
        display: table
    }

    .listItem:after,.listItem:before {
        content: " ";
        display: table
    }

    .listItem:after {
        clear: both
    }
}

@media (min-width: 551px) {
    .listItem-body,.listItem-figure {
        display:table-cell;
        vertical-align: top
    }
}

@media (min-width: 1500px) {
    .listItem-body,.listItem-figure {
        vertical-align:top
    }
}

.listItem-figure {
    margin: 0 0 1.5rem
}

@media (min-width: 551px) {
    .listItem-figure {
        margin-bottom:0;
        padding-left: .76923rem;
        padding-right: .76923rem;
        width: 25%
    }
}

@media (min-width: 1500px) {
    .listItem-figure {
        position:relative
    }
}

.listItem-figure .listItem-button {
    margin: 1.5rem 0
}

@media (min-width: 1500px) {
    .listItem-figure .listItem-button {
        position:relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d
    }
}

.listItem-figureBody {
    opacity: 1;
    text-align: center
}

@media (min-width: 1500px) {
    .listItem-figureBody {
        bottom:0;
        height: 100%;
        left: .76923rem;
        opacity: 0;
        position: absolute;
        right: .76923rem;
        top: 0
    }

    .listItem-figureBody:hover {
        opacity: 1
    }
}

.listItem-image {
    width: 100%
}

@media (min-width: 551px) {
    .listItem-body {
        padding-left:1.23077rem;
        padding-right: .76923rem;
        width: 75%
    }
}

@media (min-width: 1500px) {
    .listItem-content {
        display:table
    }
}

@media (min-width: 1500px) {
    .listItem-actions,.listItem-details {
        display:table-cell;
        vertical-align: top
    }
}

@media (min-width: 1500px) {
    .listItem-details {
        padding-right:6rem
    }

    .listItem-details>:last-child {
        margin-bottom: 0
    }
}

.listItem-rating {
    margin-bottom: .38462rem
}

.listItem-brand {
    color: #a5a5a5;
    font-size: 12px;
    margin: 0 0 .15385rem
}

@media (min-width: 801px) {
    .listItem-brand {
        font-size:15px;
        margin-bottom: 0
    }
}

.listItem-title {
    font-size: 15px;
    margin: 0 0 .15385rem
}

@media (min-width: 801px) {
    .listItem-title {
        font-size:15px
    }
}

.listItem-title>a {
    text-decoration: none;
    padding: 6px 0;
    display: block
}

.listItem-price {
    margin-bottom: 1rem
}

@media (min-width: 801px) {
    .listItem-price {
        font-size:20px
    }
}

@media (min-width: 1500px) {
    .listItem-actions {
        vertical-align:middle;
        width: 22%
    }

    .listItem-actions .button--compare {
        font-size: 13px;
        padding: .53846rem 1.5rem
    }
}

.listItem-actions .button {
    margin-bottom: 0
}

@media (min-width: 1500px) {
    .listItem-actions .button {
        width:100%
    }

    .listItem-actions .button+.button {
        margin: .76923rem 0 0
    }
}

@media (min-width: 1500px) {
    .page-sidebar+.page-content .productList .listItem-details {
        padding-right:3rem
    }
}

@media (min-width: 1500px) {
    .page-sidebar+.page-content .productList .listItem-actions {
        width:34%
    }
}

.productView {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1500px) {
    .productView {
        padding:0
    }
}

.modal .productView {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 3.07692rem
}

@media (min-width: 801px) {
    .modal .productView {
        float:left;
        text-align: left;
        margin: 0;
        display: block
    }
}

.productView .slick-next,.productView .slick-prev {
    top: 48%;
    margin-top: 0;
    padding: 0;
    border-radius: 5px
}

.productView .slick-next:before,.productView .slick-prev:before {
    top: -.07692rem
}

.productView .slick-next {
    right: -20px
}

.productView .slick-prev {
    left: -20px;
    opacity: 1
}

.productView--quickView .socialLinks-item--print {
    display: none
}

.productView--quickView .info3col-data {
    display: none
}

.productView--quickView .productView-images {
    width: 45%
}

.productView--quickView .productView-details {
    width: 55%
}

.productView-images {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    float: left
}

@media (min-width: 551px) {
    .productView-images {
        width:100%
    }
}

@media (min-width: 801px) {
    .productView-images {
        width:50%;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 990px) {
    .productView-images {
        width:35%
    }
}

.productView-details {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 551px) {
    .productView-details {
        clear:right;
        float: none;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto;
        display: inline-block
    }
}

@media (min-width: 801px) {
    .productView-details {
        width:50%
    }
}

@media (min-width: 990px) {
    .productView-details {
        width:45%
    }
}

.info3col-data {
    float: right;
    width: 18.3%;
    display: none
}

@media (min-width: 990px) {
    .info3col-data {
        display:block
    }
}

.info3col-data .offer-slider #slider {
    margin: 0;
    width: 100%
}

.info3col-data .sale-cms {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    padding: 20px 5px;
    background: #ffd200;
    margin-top: 50px;
    color: #000;
    text-transform: uppercase
}

.info3col-data .sale-cms .text1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px
}

.info3col-data .sale-cms .text2 {
    padding: 2px 30px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin: 2px 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px
}

.info3col-data .sale-cms .text3 {
    font-size: 35px;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 37px
}

.productView-product {
    line-height: 26px;
    text-align: left
}

.productView-product .icon {
    height: 1.07692rem;
    width: 1.07692rem
}

#product_viewpage .tabs.related {
    margin-bottom: 3.46154rem;
    padding-bottom: .76923rem;
    float: left;
    width: 100%
}

#product_viewpage .tabs.related .tab {
    width: 100%
}

@media (min-width: 551px) {
    #product_viewpage .tabs.related .tab {
        width:auto
    }
}

#product_viewpage .tabs.related .tab .tab-title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0
}

@media (min-width: 551px) {
    #product_viewpage .tabs.related .tab .tab-title {
        font-size:16px
    }
}

#product_viewpage .tabs.related .tab:first-child .tab-title {
    padding-left: 0
}

#product_viewpage .productView-description {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin: 40px 0 50px;
    border-radius: 5px;
    text-align: left
}

@media (min-width: 1500px) {
    #product_viewpage .productView-description {
        clear:right;
        float: left;
        width: 100%
    }
}

#product_viewpage .productView-description .tabs {
    text-align: left;
    padding: 0;
    border: 0;
    margin: 0
}

#product_viewpage .productView-description .tab {
    display: block;
    border-radius: 5px
}

@media (min-width: 551px) {
    #product_viewpage .productView-description .tab {
        display:inline-block;
        float: left;
        margin: 0 6px
    }
}

#product_viewpage .productView-description .tab:first-child {
    margin-left: 0
}

#product_viewpage .productView-description .tab .tab-title {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    letter-spacing: .7px;
    text-align: center;
    line-height: 24px;
    color: #000
}

#product_viewpage .productView-description .tab.is-active {
    border: 0
}

#product_viewpage .productView-description .tab.is-active .tab-title {
    background: #f5f5f5;
    text-align: center;
    border-radius: 5px 5px 0 0
}

#product_viewpage .productView-description .tabs-contents {
    margin-bottom: 0;
    border: none;
    padding: 30px;
    background: #f5f5f5
}

#product_viewpage .productView-description .tabs-contents .tab-content {
    padding: 0
}

#product_viewpage .productView-description .productView-title {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 801px) {
    #product_viewpage .productView-description .productView-description {
        clear:both;
        float: none;
        width: 100%
    }
}

#product_viewpage .tabs {
    border-bottom: 2px solid #f0f0f0
}

#product_viewpage .tab {
    background: #fff;
    margin: 0;
    padding: 0;
    display: inline-block
}

@media (min-width: 551px) {
    #product_viewpage .tab {
        margin-top:0;
        padding: 0;
        float: left
    }
}

#product_viewpage .tab .tab-title {
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600
}

@media (min-width: 801px) {
    #product_viewpage .tab .tab-title {
        font-size:13px
    }
}

#product_viewpage .tab .tab-title:after {
    border-right: none
}

#product_viewpage .tab.is-active {
    border: none;
    font-weight: 600
}

#product_viewpage .tabs-contents {
    margin-bottom: 0;
    border: none;
    margin-top: 0
}

#product_viewpage .tabs-contents .slick-next,#product_viewpage .tabs-contents .slick-prev {
    top: 45%
}

.sale-flag-star,.sale-flag-star:after,.sale-flag-star:before {
    background: #ffd200;
    content: "";
    display: block;
    height: 3.07692rem;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    transform: scaleX(1) scaleY(1) scaleZ(1);
    transform-origin: 50% 50% 0;
    width: 3.07692rem;
    z-index: 10
}

.sale-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1)
}

.sale-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1)
}

.starwrap {
    height: 3.84615rem;
    position: absolute;
    top: .76923rem;
    width: 3.84615rem;
    left: .76923rem
}

.sale-text-burst {
    color: #000;
    font-weight: 600;
    line-height: 1.15385rem;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 3.84615rem;
    z-index: 50;
    left: -.30769rem
}

.sale-flag-side {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .6px;
    padding: .15385rem .38462rem;
    position: absolute;
    transition: .8s ease;
    z-index: 10;
    text-transform: capitalize;
    background-color: #ffd200;
    top: 3px;
    left: 15px;
    border-radius: 5px;
    line-height: 17px
}

.sale-flag-sash {
    background: #ffd200;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    height: 1.53846rem;
    left: -27px;
    line-height: 1.38462rem;
    padding-top: .07692rem;
    position: absolute;
    text-align: center;
    top: 25px;
    transform: rotate(-45deg);
    transition: .8s ease;
    width: 9.15385rem;
    z-index: 10
}

.sale-flag-sash:hover {
    background-color: #ffd200
}

.product:hover .sale-flag-sash {
    background: #ffd200;
    transition: .8s ease
}

[data-product-attribute] .form-option.form-option-swatch {
    overflow: visible
}

.form-option-variant--color,.form-option-variant--pattern {
    height: 22px;
    width: 22px
}

.form-option-expanded {
    background-color: #fff;
    border: 1px solid #989898;
    left: calc(100% + 55px);
    opacity: 0;
    padding: 3px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    visibility: hidden
}

.form-option:hover .form-option-expanded {
    opacity: 1;
    transform: translate(-50%,0);
    visibility: visible;
    z-index: 5000
}

.form-option-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100px;
    width: 100px
}

.account {
    margin-bottom: 1.5rem
}

@media (min-width: 801px) {
    .account--fixed {
        margin:0 auto;
        width: 100%
    }
}

.account--fixedSmall {
    padding: 0 .75rem
}

@media (min-width: 801px) {
    .account--fixedSmall {
        margin:0 auto;
        width: 50%
    }
}

@media (min-width: 801px) {
    .account--fixedLarge {
        margin:0 auto;
        width: 100%
    }
}

.account-head {
    margin-bottom: 3rem;
    text-align: center;
    float: left;
    width: 100%
}

.account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left
}

.account-body {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.account-body:after,.account-body:before {
    content: " ";
    display: table
}

.account-body:after {
    clear: both
}

.account-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.75rem
}

@media (min-width: 801px) {
    .account-content--fixed {
        width:66.66667%
    }
}

@media (min-width: 801px) {
    .account-content--fixedSmall {
        width:50%
    }
}

.account-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width: 801px) {
    .account-sidebar {
        width:33.33333%
    }

    .account-content--fixedSmall+.account-sidebar {
        float: right
    }
}

.jstree-children,.jstree-container-ul,.jstree-node {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-node {
    white-space: nowrap
}

.jstree-anchor {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top
}

.jstree-anchor:focus {
    outline: 0
}

.jstree-anchor,.jstree-anchor:active,.jstree-anchor:hover,.jstree-anchor:link,.jstree-anchor:visited {
    text-decoration: none;
    color: inherit
}

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf>.jstree-ocl {
    cursor: default
}

.jstree .jstree-open>.jstree-children {
    display: block
}

.jstree .jstree-closed>.jstree-children,.jstree .jstree-leaf>.jstree-children {
    display: none
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px
}

.jstree-anchor>.jstree-themeicon-hidden,.jstree-no-icons .jstree-themeicon {
    display: none
}

.jstree-hidden {
    display: none
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0
}

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,.jstree-wholerow-ul .jstree-icon {
    position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vakata-context {
    display: none
}

.vakata-context,.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999
}

.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px
}

.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context li {
    list-style: none;
    display: inline
}

.vakata-context li>a {
    display: block;
    padding: 0 2em 0 2em;
    text-decoration: none;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 1px
}

.vakata-context li>a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
    background-position: right center;
    background-repeat: no-repeat
}

.vakata-context li>a:focus {
    outline: 0
}

.vakata-context .vakata-context-hover>a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context .vakata-context-separator>a,.vakata-context .vakata-context-separator>a:hover {
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0
}

.vakata-context li>a>i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: 0 0;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em
}

.vakata-context li>a>i:empty {
    width: 2.4em;
    line-height: 2.4em
}

.vakata-context li>a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: #fff;
    margin: 0 .5em 0 0;
    border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
    font-size: .8em;
    color: silver;
    opacity: .5;
    display: none
}

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: #fff;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

#jstree-dnd .jstree-copy,#jstree-dnd .jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}

#jstree-dnd .jstree-ok {
    background: green
}

#jstree-dnd .jstree-er {
    background: red
}

#jstree-dnd .jstree-copy {
    margin: 0 2px 0 2px
}

.jstree-default .jstree-icon,.jstree-default .jstree-node {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor,.jstree-default .jstree-wholerow {
    transition: background-color .15s,box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    background: 0 0;
    color: #666
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0;
    box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none!important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: 0 0;
    box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: 0 0
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default>.jstree-wholerow-ul .jstree-clicked,.jstree-default>.jstree-wholerow-ul .jstree-hovered {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: linear-gradient(to bottom,#beebff 0,#a8e4ff 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}

.jstree-default .jstree-wholerow {
    height: 24px
}

.jstree-default .jstree-icon,.jstree-default .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-last {
    background: 0 0
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled {
    background: 0 0
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}

.jstree-default .jstree-checked>.jstree-checkbox,.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -228px -4px
}

.jstree-default .jstree-checked>.jstree-checkbox:hover,.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-er,#jstree-dnd.jstree-default .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default i {
    background: 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-icon,.jstree-default-small .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default-small>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small .jstree-checked>.jstree-checkbox,.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small .jstree-checked>.jstree-checkbox:hover,.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-small .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-er,#jstree-dnd.jstree-default-small .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: 0 0;
    width: 18px;
    height: 18px;
    line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-icon,.jstree-default-large .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default-large>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large .jstree-checked>.jstree-checkbox,.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large .jstree-checked>.jstree-checkbox:hover,.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-large .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-er,#jstree-dnd.jstree-default-large .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-large i {
    background: 0 0;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0
}

@media (max-width: 768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height:40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: 0 0;
        width: 40px;
        height: 40px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url("../img/vendor/jstree/40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url("../img/vendor/jstree/40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px
    }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}

@media (max-width: 768px) {
    .jstree-default-responsive .jstree-icon {
        background-image:url("../img/vendor/jstree/40px.png")
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,.jstree-default-responsive .jstree-node {
        background: 0 0
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }

    .jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-ocl,.jstree-default-responsive .jstree-themeicon {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: 0 0
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0!important
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px!important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0!important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive .jstree-checked>.jstree-checkbox,.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive .jstree-anchor {
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    .jstree-default-responsive>.jstree-striped {
        background: 0 0
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255,255,255,.7);
        border-bottom: 1px solid rgba(64,64,64,.2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-node>.jstree-ocl,.jstree-default-responsive .jstree-themeicon {
        background-image: url("../img/vendor/jstree/40px.png");
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: 0 0
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    }
}
