@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:992px)/";
    width: 551px
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:992px)/";
    width: 992px
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:992px) and (max-width:1261px)/";
    width: 992px
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1261px)/";
    width: 1261px
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
    width: 1261px
}

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;
}

.bg-light-dark {
    background: #c7c7c7 !important;
}

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: #666;
    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: 14px
}

@media (min-width:551px) {
    html {
        font-size: 14px
    }
}

@media (min-width:992px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1261px) {
    html {
        font-size: 14px
    }
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #666;
    line-height: inherit;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #111
}

p {
    margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: .4px;
    margin-bottom: .78571rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #666;
    font-size: 60%;
    line-height: 0
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

.subheader {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: .78571rem
}

hr {
    border: solid #e5e5e5;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 2rem 0 1.92857rem
}

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: .35714rem
}

dl dd {
    margin-bottom: 1.5rem
}

abbr,
acronym {
    border-bottom: 1px dotted #ccc;
    color: #666;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase
}

abbr {
    text-transform: none
}

blockquote,
blockquote p {
    font-size: 16px;
    line-height: 28px
}

cite {
    color: #999;
    display: block;
    font-size: 13px
}

.icon {
    height: 1.14286rem;
    width: 1.14286rem;
    display: inline-block;
    vertical-align: middle
}

.icon svg {
    display: inline-block;
    fill: #666666;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.inlineList {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.21429rem;
    margin-left: -1.57143rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0
}

.inlineList>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem
}

.inlineList>li>* {
    display: block
}

.table {
    border: solid 1px #e5e5e5;
    margin-bottom: 2rem;
    table-layout: auto;
    width: 100%
}

.table thead {
    background: #e5e5e5
}

.table thead tr td,
.table thead tr th {
    font-size: 13px;
    font-weight: 700;
    padding: .78571rem 1.5rem
}

.table tr td,
.table tr th {
    padding: .78571rem 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 #e5e5e5
}

.table-tfoot {
    border: 1px solid #e5e5e5
}

.table-tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.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: "Open Sans", 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;
    color: #000;
    font-size: 13px;
    padding: .85714rem 2.28571rem;
    border-radius: 4px;
    outline: 0;
    vertical-align: middle
}

.button.active,
.button.is-active,
.button:focus,
.button:hover {
    background-color: transparent;
    color: #fff
}

.button:active {
    background-color: transparent;
    border: 1px solid;
    color: #fff
}

.button.active,
.button.is-active,
.button:focus {
    outline: 0
}

@media (min-width:481px) {
    .button+.button {
        margin-left: .78571rem
    }
}

.button--primary {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.button--primary.active,
.button--primary.is-active,
.button--primary:focus,
.button--primary:hover {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.button--primary:active {
    background-color: #F37221;
    border: 1px solid #F37221;
    color: #111
}

.button[disabled] {
    background-color: #ccc;
    border-color: rgba(0, 0, 255, 0);
    color: #fff;
    cursor: default
}

.button--large {
    font-size: 18px
}

.button--small {
    font-size: 14px;
    padding: .57143rem 1.5rem
}

.button--slab {
    display: block;
    width: 100%
}

.button+.button--slab {
    margin-left: 0
}

.button--icon {
    font-size: 13px;
    padding: .78571rem .78571rem
}

.button--icon svg {
    fill: #666666
}

.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: 4px;
    border-top-left-radius: 4px
}

.buttonGroup>.button:last-child {
    border-bottom-right-radius: 4px;
    border-right-width: 1px;
    border-top-right-radius: 4px
}

.dropdown-menu {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #e5e5e5;
    font-size: 13px;
    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: #e5e5e5;
    font-size: 13px;
    height: auto;
    padding: .78571rem;
    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: 13px;
    line-height: 1.5;
    margin: 0;
    padding: .35714rem .71429rem
}

.dropdown-menu-item a {
    display: block;
    padding: .35714rem
}

.dropdown-menu-item a {
    margin: -.35714rem
}

.form {
    margin: 0 0 1.5rem
}

.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

.form-legend {
    background: 0 0;
    border: solid #999;
    border-width: 0 0 1px;
    display: block;
    line-height: 32px;
    margin-bottom: .78571rem;
    padding: 0;
    width: 100%
}

.form-label {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: .5rem
}

.form-label small {
    color: #666;
    font-size: .71429rem;
    text-transform: uppercase;
    vertical-align: bottom
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #666;
    display: block;
    font-family: inherit;
    font-size: 13px;
    -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: #999;
    cursor: not-allowed
}

.form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999;
    color: #757575;
    cursor: text
}

.form-input:focus {
    border-color: #999;
    outline: 0
}

.form-input[rows] {
    height: auto
}

.form-input[type=search] {
    box-sizing: border-box
}

.form-input::-webkit-input-placeholder {
    color: #999
}

.form-input::-ms-clear {
    height: 0;
    width: 0
}

.form-input::-moz-placeholder {
    color: #999
}

.form-input:-ms-input-placeholder {
    color: #999
}

.form-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #f5f5f5;
    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: #e5e5e5;
    color: #666;
    font-family: inherit;
    font-size: 13px;
    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: 4px
}

.form-select:focus {
    border-color: #999
}

.form-select:disabled {
    background-color: #fff;
    cursor: not-allowed
}

.form-select:focus {
    border-color: #999
}

.form-body {
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(255, 255, 255, .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: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: 13px;
    font-weight: 400;
    margin-bottom: .35714rem;
    padding-left: 1.85714rem;
    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 #ccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem
}

.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: 4px
}

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, .999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center
}

.form-radio+.form-label::before {
    border-radius: 50%
}

.form-radio+.form-label::after {
    background: rgba(51, 51, 51, .999);
    border: 3px solid #fff;
    border-radius: 1rem
}

.form-input.has-action {
    float: left;
    padding-right: 2.85714rem
}

.form-input.has-action+.button--inputAction {
    background: 0 0;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: .07143rem 0 0 -2.92857rem;
    width: 2.85714rem
}

.form-input.has-icon {
    float: left;
    padding-right: 2.57143rem
}

.form-input.has-icon+.icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem
}

.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 #999;
    border-width: 1px;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    height: 3rem;
    line-height: normal;
    max-width: 6.42857rem;
    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: #666;
    box-shadow: 0 0 4px rgba(102, 102, 102, .4)
}

.switch-toggle {
    background-color: #757575;
    border: 1px solid #757575;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    height: 2rem;
    position: relative;
    transition: all .1s ease-out;
    vertical-align: middle;
    width: 4.28571rem
}

.switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500
}

.switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06
}

.switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999;
    cursor: default
}

.switch-toggle::before {
    background: #fff;
    border-radius: 1.4286rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    content: "";
    height: 1.4286rem;
    left: .21427rem;
    position: absolute;
    top: .21427rem;
    transition: all .1s ease-out;
    width: 1.4286rem
}

.switch--checked .switch-toggle::before {
    left: 2.49999rem
}

.switch-label {
    color: #fff;
    height: 26px;
    line-height: 1.92857;
    position: absolute;
    right: .42857rem;
    text-transform: uppercase;
    transition: all .1s ease-out
}

.switch--checked .switch-label {
    font-weight: 600;
    left: .42857rem;
    right: auto
}

.switch--disabled .switch-label {
    color: #757575
}

.switch-label--icon.icon {
    height: 1.85714rem;
    width: 1.85714rem
}

.switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white
}

.switch--disabled .switch-label--icon.icon svg {
    fill: #757575
}

.switch-description--off {
    color: #000;
    margin-right: 5px
}

.switch--checked .switch-description--off {
    color: #757575
}

.switch-description--on {
    color: #757575;
    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 #999;
        bottom: 0;
        left: 0;
        padding: 1.5rem 2rem;
        position: fixed;
        right: 0;
        text-align: right;
        z-index: 20
    }
}

.form-input-indicator {
    height: 1.57143rem;
    width: 1.57143rem;
    float: left;
    margin: 0 0 0 -2.14286rem;
    position: relative;
    top: .71429rem
}

.form-prefixPostfix .form-input-indicator {
    top: 0
}

.form-input-indicator>svg {
    fill: #008a06
}

.form-field-errors {
    list-style: none;
    margin-left: 0;
    margin-left: 0;
    clear: both;
    margin-bottom: 0;
    margin-top: .21429rem
}

.form-field-errors ol,
.form-field-errors ul {
    list-style: none;
    margin-bottom: 0
}

.form-inlineMessage {
    display: inline-block;
    line-height: 24px;
    margin: .35714rem 0 -.5rem;
    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: #008a06
}

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
    color: #008a06
}

.form-field--success .form-input-indicator>svg {
    fill: #008a06
}

.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: #cc4749
}

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
    color: #cc4749
}

.form-field--error .form-input-indicator>svg {
    fill: #cc4749
}

.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: #f1a500
}

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
    color: #f1a500
}

.form-field--warning .form-input-indicator>svg {
    fill: #f1a500
}

.panel {
    position: relative
}

.panel-header {
    background-color: #e5e5e5;
    margin: 0;
    padding: 1.5rem 2rem 0
}

.panel-title {
    line-height: 1.5;
    margin: 0
}

.panel-body {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 1.5rem;
    background: #e5e5e5
}

.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: #666;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    line-height: 1.5
}

.breadcrumb a {
    color: #666
}

.breadcrumb.current {
    color: #666;
    cursor: default
}

.breadcrumb.current a {
    color: #666;
    cursor: default
}

.breadcrumb.current:focus,
.breadcrumb.current:focus a,
.breadcrumb.current:hover,
.breadcrumb.current:hover a {
    text-decoration: none
}

.breadcrumb.unavailable {
    color: #999
}

.breadcrumb.unavailable a {
    color: #999
}

.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
    color: #999;
    cursor: not-allowed;
    text-decoration: none
}

.breadcrumb:before {
    color: #666;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px
}

.breadcrumb:first-child:before {
    content: " ";
    margin: 0
}

.breadcrumb::before {
    margin: 0 .5rem
}

@media (min-width:481px) {
    .breadcrumb::before {
        margin: 0 .5rem
    }
}

.cursor-pointer,
.breadcrumb-label {
    cursor: pointer
}

.breadcrumb-label:hover {
    color: #111;
    text-decoration: none
}

.breadcrumb.is-active>.breadcrumb-label {
    color: #666;
    cursor: default;
    font-weight: bold;
}

.breadcrumb.is-unavailable>.breadcrumb-label {
    color: #999;
    cursor: default
}

.tabs {
    border-bottom: 1px solid #e5e5e5;
    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: #666;
    display: block;
    font-size: 18px;
    padding: .78571rem 1.57143rem
}

.tab-title:hover {
    color: #666
}

.tab.is-active .tab-title {
    color: #666;
    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: 18px;
    padding: .78571rem
}

.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: #666;
    font-size: 18px;
    padding: .21429rem 0
}

.pagination-list {
    display: block;
    margin-left: 0
}

.pagination-list li {
    color: #666;
    font-size: 13px;
    margin-left: .35714rem
}

.pagination-list li a,
.pagination-list li button {
    border-radius: 4px;
    transition: background-color .3s ease-out;
    background: 0 0;
    color: #666;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: .28571rem .5rem
}

.pagination-list li {
    display: block
}

li.pagination-item {
    cursor: pointer
}

li.pagination-item:first-child {
    margin-left: 0
}

li.pagination-item a:hover {
    color: #666
}

li.pagination-item--current a,
li.pagination-item--current button {
    color: #666;
    cursor: default
}

.alertBox {
    border-style: none;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: .78571rem;
    padding: .78571rem 1.14286rem .78571rem 1.14286rem;
    position: relative;
    transition: opacity .3s ease-out;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #fff
}

.alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem
}

.alertBox .button {
    margin: 0 0 0 .78571rem
}

.alertBox--info {
    background-color: #666;
    border-color: #666;
    color: #333
}

.alertBox--info svg {
    fill: #dfdfdf
}

.alertBox--success {
    background-color: #d5ffd8;
    border-color: #d5ffd8;
    color: #fff
}

.alertBox--success svg {
    fill: #008a06
}

.alertBox--warning {
    background-color: #fffdea;
    border-color: #fffdea;
    color: #fff
}

.alertBox--warning svg {
    fill: #f1a500
}

.alertBox--error {
    background-color: #fdd;
    border-color: #fdd;
    color: #fff
}

.alertBox--error svg {
    fill: #cc4749
}

.alertBox-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.alertBox-icon {
    padding-right: 1.14286rem
}

.alertBox-message {
    margin: 0;
    text-align: left;
    width: 100%
}

.alertBox-heading {
    margin: 0
}

.alertBox-close {
    cursor: pointer;
    padding-left: 1.14286rem
}

.alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem
}

.alertBox-close svg {
    fill: #999999
}

.accordion {
    margin-bottom: 0;
    border: #e5e5e5 solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(255, 255, 255, .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: #e5e5e5 solid;
    border-width: 1px 0;
    cursor: pointer
}

.accordion-navigation.is-open>a {
    background: #fff;
    color: #000
}

.accordion-navigation>a {
    background: #fff;
    color: #666;
    padding: 1.85714rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px
}

.accordion-navigation>a:hover {
    background: #e5e5e5
}

.accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem
}

.accordion-title {
    font-weight: 700;
    line-height: 24px
}

.accordion-content {
    display: none;
    padding: 2rem;
    border: #e5e5e5 solid;
    border-width: 0 0 1px
}

.accordion-content.is-open {
    display: block
}

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open>a {
    color: #008a06
}

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open>a {
    color: #cc4749
}

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open>a {
    color: #f1a500
}

body.has-activeModal {
    overflow: hidden
}

.modal-background {
    background: #000;
    background: rgba(51, 51, 51, .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 #e5e5e5;
    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 #e5e5e5;
    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 #e5e5e5;
    padding: .78571rem 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: 18px;
    margin: 0 0 .78571rem
}

@media (min-width:481px) {
    .modal-footer-link {
        display: inline;
        margin: 1.5rem
    }
}

.modal-close {
    color: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1.05rem;
    right: .75rem;
    transform: translateY(none)
}

.modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem
}

@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: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: .35714rem .78571rem
}

.loadingOverlay-container {
    min-height: 120px;
    position: relative
}

.loadingOverlay {
    background: rgba(51, 51, 51, .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: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: #fff #fff #999 #999;
    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: .78571rem 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 .35714rem 0 0
    }

    .actionBar-section .form-input,
    .actionBar-section .form-select {
        display: inline-block;
        width: 14.28571rem
    }
}

@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;
    margin-bottom: 3rem;
    padding: 0 0
}

.card-figure {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0 0;
    position: relative
}

.card-image {
    border: 1px solid #999;
    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: #666
}

.card-figcaption-button {
    background-color: rgba(148, 17, 42, .9);
    color: #fff
}

.card-figcaption-button:hover {
    background-color: #0E7673;
    color: #fff
}

.card-body {
    padding: .78571rem 0 0
}

.card-body>:first-child {
    margin-top: 0
}

.card-body>:last-child {
    margin-bottom: 0
}

.card-body .card-text {
    color: #666
}

.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: .8
}

.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: .8
}

.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: #fff;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #0E7673;
    opacity: 1
}

.slick-next,
.slick-prev {
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, .9);
    z-index: 1;
    height: 1.57143rem;
    top: 24px;
    width: 1.85714rem
}

@media (max-width:544px) {

    .slick-next,
    .slick-prev {
        top: 21px
    }
}

.slick-next.slick-disabled,
.slick-next:focus,
.slick-prev.slick-disabled,
.slick-prev:focus {
    background: #f5f5f5
}

.slick-next.slick-disabled:before,
.slick-next:focus:before,
.slick-prev.slick-disabled:before,
.slick-prev:focus:before {
    opacity: 0
}

.slick-next {
    right: 0px
}

@media (max-width:544px) {
    .slick-next {
        right: 0px
    }
}

.slick-prev {
    right: 30px;
    left: auto
}

@media (max-width:544px) {
    .slick-prev {
        right: 30px
    }
}

.allbrands {
    margin-top: 20px;
    margin-bottom: 40px;
}

.allBrandsCarousel .slick-slide,
.productCarousel .slick-slide {
    padding: 0 15px
}

@media (max-width:991px) {
    .allBrandsCarousel .slick-slide
    .productCarousel .slick-slide {
        padding: 0 10px
    }
}

@media (max-width:544px) {
    .allBrandsCarousel .slick-slide,
    .productCarousel .slick-slide {
        padding: 0 5px
    }
}

.slick-slide img {
    display: block;
    width: 100%;
    margin: 0
}

.slick-dots {
    margin: 0
}

.slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: .35714rem
}

.slick-dots li button,
.slick-dots li button::before {
    height: 1.07143rem;
    width: 1.07143rem;
    border-radius: 50%
}

.slick-dots li button {
    display: inline-block;
    margin: 0;
    background: #fff;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.slick-dots li button:hover::before {
    background: #0E7673;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.slick-dots li button::before {
    display: block;
    left: 0;
    top: 0;
    transition: background .1s ease-out;
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -ms-transition: background .1s ease-out;
    -o-transition: background .1s ease-out
}

.slick-dots li.slick-active button::before {
    background: #0E7673
}

.productView .slick-dots {
    position: relative;
    display: none
}

.slick-disabled {
    cursor: default
}

.slick-disabled.slick-next:after {
    opacity: .4 !important
}

.slick-disabled.slick-prev:after {
    opacity: .4 !important
}

.slick-track {
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

div.slick-slider {
    width: 1px;
    min-width: 100%
}

.slick-arrow {
    vertical-align: top;
    text-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    height: 26px;
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: 0 0;
    float: right;
    overflow: hidden;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 1px solid #f5f5f5;
    background: #f5f5f5
}

.slick-arrow:after,
.slick-arrow:before {
    position: absolute;
    font-size: 22px;
    background: #f5f5f5;
    line-height: 30px;
    font-family: "Material Icons";
    height: 30px;
    width: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s ease-in-out;
    font-weight: 400
}

.slick-prev {
    border-radius: 25px 0 0 25px
}

.slick-prev:after {
    content: "\e314";
    color: #000
}

.slick-prev:before {
    content: "\e314";
    left: 10px;
    right: auto;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 22px;
    color: #000
}

.slick-prev:hover:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.slick-prev:hover:before {
    left: -1px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.slick-next {
    border-radius: 0 25px 25px 0
}

.slick-next:after {
    content: "\e315";
    color: #000
}

.slick-next:before {
    display: inline-block;
    content: "\e315";
    right: 10px;
    left: auto;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 22px;
    color: #000
}

.slick-next:hover:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.slick-next:hover:before {
    display: inline-block;
    right: -2px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.nanobar {
    display: none;
    width: 100%;
    height: .35714rem;
    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;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    background-color: #999
}

.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;
    padding: 0
}

.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;
    padding: 0;
    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,
.swal2-container.swal2-noanimation {
    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.swal2-no-transition {
    transition: none !important
}

.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;
    padding: 0 1.8em
}

.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 !important;
    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-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: .3125em;
    border-bottom-left-radius: .3125em
}

.swal2-timer-progress-bar {
    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-align: center;
    align-items: center;
    -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;
    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 1.6em;
    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: .8125em;
    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: .8125em;
        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: "Open Sans", Arial, Helvetica, sans-serif
}

.swal2-modal .swal2-title {
    color: #111;
    font-size: 1.71429rem
}

.swal2-modal .swal2-content {
    color: #666;
    font-size: 1.14286rem
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 1px solid #e5e5e5;
    color: #666
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-select {
    color: #666
}

.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: "Open Sans", 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;
    color: #000;
    font-size: 13px;
    padding: .85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-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;
    color: #fff
}

.swal2-modal .swal2-styled:active {
    background-color: transparent;
    border: 1px solid;
    color: #fff
}

.swal2-modal .swal2-styled:focus {
    outline: 0
}

.swal2-modal .swal2-confirm,
.swal2-modal .swal2-confirm:focus {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.swal2-modal .swal2-confirm:hover {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.swal2-modal .swal2-confirm:active {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.swal2-modal .swal2-cancel {
    background-color: #F37221;
    border-color: #F37221;
    color: #000
}

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.swal2-modal .swal2-cancel:active {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.swal2-modal .button+.button {
    margin-left: .78571rem
}

.swal2-icon {
    display: -ms-flexbox;
    display: flex
}

body,
html {
    height: auto
}

body {
    color: #666
}

@media (min-width:992px) {
    body {
        padding-top: 0
    }
}

figure {
    margin-bottom: 2rem;
    margin-top: 2rem
}

figure>figcaption {
    margin-bottom: -.5rem
}

figcaption {
    color: #999;
    margin-top: .78571rem
}

body {
    font-style: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px
}

body p {
    clear: both
}

body .tml {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0
}

body #loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    width: 64px;
    height: 64px
}

body #loader div {
    animation: loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

body #loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0E7673;
    margin: -3px 0 0 -3px
}

body #loader div:first-child {
    animation-delay: -36ms
}

body #loader div:first-child:after {
    top: 50px;
    left: 50px
}

body #loader div:nth-child(2) {
    animation-delay: -72ms
}

body #loader div:nth-child(2):after {
    top: 54px;
    left: 45px
}

body #loader div:nth-child(3) {
    animation-delay: -108ms
}

body #loader div:nth-child(3):after {
    top: 57px;
    left: 39px
}

body #loader div:nth-child(4) {
    animation-delay: -144ms
}

body #loader div:nth-child(4):after {
    top: 58px;
    left: 32px
}

body #loader div:nth-child(5) {
    animation-delay: -.18s
}

body #loader div:nth-child(5):after {
    top: 57px;
    left: 25px
}

body #loader div:nth-child(6) {
    animation-delay: -216ms
}

body #loader div:nth-child(6):after {
    top: 54px;
    left: 19px
}

body #loader div:nth-child(7) {
    animation-delay: -252ms
}

body #loader div:nth-child(7):after {
    top: 50px;
    left: 14px
}

body #loader div:nth-child(8) {
    animation-delay: -288ms
}

body #loader div:nth-child(8):after {
    top: 45px;
    left: 10px
}

@keyframes loader {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 1.85714rem;
    letter-spacing: .6px
}

a {
    transition: color .15s ease;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    text-decoration: none;
    color: #666
}

a:active,
a:hover {
    color: #111
}

cite {
    line-height: 1.5;
    margin: .5rem 0 0
}

:focus {
    outline: 0;
    color: #111
}

.main.full .page-heading {
    margin: .35714rem 0 .35714rem;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #e0e0e0
}

.page .page-heading {
    float: left;
    width: auto;
    position: relative;
    margin: 30px 0 15px;
    text-transform: capitalize;
    font-weight: 400
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

.definitionList:after,
.definitionList:before {
    content: " ";
    display: table
}

.definitionList:after {
    clear: both
}

.definitionList-key {
    color: #666;
    float: left;
    font-weight: 400;
    margin: 0 .35714rem 0 0
}

.definitionList-value {
    margin: 0
}

.btm-border {
    position: relative
}

.tt-sitemap {
    text-align: left
}

.tt-sitemap ol ol,
.tt-sitemap ol ul,
.tt-sitemap ul ol,
.tt-sitemap ul ul {
    margin: 8px 15px 15px 25px
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    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(17, 17, 17, 0.999)' /%3E%3C/svg%3E");
    background-position: right .57143rem top .71429rem;
    border-radius: 4px;
    padding: .75rem 3rem .75rem 1rem
}

.form-label small {
    float: right;
    margin-top: .35714rem
}

.form-label--inlineSmall small {
    color: #666;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: .35714rem;
    text-transform: none
}

.table {
    margin-top: 2rem
}

.table td+td {
    border-left: 1px solid #e5e5e5
}

.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: 0;
        width: auto
    }
}

@media (min-width:551px) {
    .table-actions .button+.button {
        margin-left: .35714rem
    }
}

.table--line {
    border-color: #e5e5e5;
    border-width: 0 0 1px
}

.table--line .table-thead {
    background-color: #fff;
    border-color: #e5e5e5;
    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 #e5e5e5
}

.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.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:first-child>a {
    padding-top: .78571rem
}

.dropdown-menu-item:last-child>a {
    padding-bottom: 1rem
}

.dropdown-menu-item>a {
    margin: 0;
    padding: .28571rem 1.14286rem;
    text-decoration: none
}

.form-wishlist {
    position: relative
}

.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: 0 0;
    left: auto !important;
    max-width: none !important;
    width: 100% !important
}

@media (min-width:551px) {
    #wishlist-dropdown.is-open {
        padding-right: 20px
    }
}

@media (min-width:992px) {
    #wishlist-dropdown.is-open {
        padding-right: 0
    }
}

#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: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    color: #666
}

#wishlist-dropdown.is-open .button:hover {
    color: #111 !important
}

#wishlist-dropdown.is-open .button--has-items {
    font-weight: 700
}

#wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    margin-bottom: 0
}

.modal {
    margin: 0;
    max-height: 90%;
    max-width: 95%;
    min-height: 240px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

@media (min-width:1261px) {
    .modal--large {
        width: 1280px
    }
}

.modal-header {
    padding-left: 2.25rem;
    padding-right: 3.03571rem
}

.modal-header-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

@media (max-width:544px) {
    .modal-header-title {
        font-size: 16px;
        font-weight: 500
    }
}

.modal-close {
    height: 34px;
    width: 34px;
    color: #666;
    font-size: 26px;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    text-decoration: none;
    z-index: 50
}

@media (min-width:992px) {
    .modal-close {
        font-size: 32px
    }
}

.modal-close span {
    float: left;
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.modal-close:hover {
    color: #000
}

.modal-close:hover span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.25rem 2.25rem
}

.modal--alert {
    background-color: #fff !important;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 40px 20px 20px 20px;
    text-align: center
}

.modal--alert .modal-content {
    color: #666;
    font-size: 1.14286rem
}

.modal--alert .button-container {
    margin: 25px 0 0
}

.modal--alert .button-container .confirm {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.modal--alert .button-container .confirm:focus,
.modal--alert .button-container .confirm:hover {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.modal--alert .button-container .confirm:active {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.breadcrumbs {
    text-align: center
}

@media (min-width:551px) {
    .breadcrumbs {
        display: block;
    }
}

.breadcrumb {
    display: inline-block;
    float: none;
    font: 400 14px/20px Roboto, Helvetica, sans-serif
}

.breadcrumb.is-active>.breadcrumb-label {
    cursor: text;
    color: #000
}

.breadcrumb-label {
    text-decoration: none
}

.panel-title {
    font-size: 20px
}

.panel--large .panel-body {
    margin-bottom: 2rem;
    padding: 2rem
}

@media (max-width:991px) {
    .panel--large .panel-body {
        padding: 1.5rem
    }
}

.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
}

.pagination-list .pagination-item .pagination-link {
    color: #111;
    width: 31px;
    float: left;
    height: 31px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    border-color: #ddd;
    line-height: 24px
}

.pagination-list .pagination-item:hover {
    background: #F37221;
    border-color: #F37221;
    cursor: pointer;
    color: #111
}

.pagination-list .pagination-item:hover a {
    color: #111
}

.pagination-list .pagination-item:hover .icon svg {
    fill: #111111 !important
}

.pagination-item {
    border: 1px solid #ddd;
    line-height: 1;
    float: left;
    border-color: 1px solid #ddd;
    border-radius: 50%
}

.pagination-item .pagination-link {
    text-decoration: none
}

.pagination-item .pagination-link:hover {
    color: #111
}

.pagination-item.pagination-item--current {
    border-color: #0E7673;
    background: #0E7673;
    color: #111
}

.pagination-item.pagination-item--current a {
    color: #fff !important
}

.pagination-item.pagination-item--current a:hover {
    color: #111 !important
}

.pagination-item.pagination-item--next>a,
.pagination-item.pagination-item--previous>a {
    color: #666
}

.pagination-item.pagination-item--next>a:hover,
.pagination-item.pagination-item--previous>a:hover {
    color: #111
}

.pagination-item.pagination-item--next>a:hover .icon>svg,
.pagination-item.pagination-item--previous>a:hover .icon>svg {
    fill: #111111
}

.pagination-item--next .icon,
.pagination-item--previous .icon {
    height: 100%;
    margin: 0;
    float: left;
    width: 100%
}

.pagination-item--previous {
    float: left
}

.pagination-item--next {
    float: right
}

.pagination-list--small {
    position: relative
}

.pagination-list--small .pagination-item {
    color: #666;
    cursor: inherit;
    line-height: 1.5;
    float: left;
    width: auto;
    border-radius: 25px;
    padding: 8px 15px
}

.pagination-list--small .pagination-item:hover {
    color: #111
}

.pagination-list--small .pagination-link {
    padding: 0 .35714rem
}

.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
}

.button {
    font: 600 12px/18px Roboto, Helvetica, sans-serif;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    letter-spacing: 1px;
    border-radius: 25px;
    overflow: hidden
}

.button+.button {
    margin-left: 0
}

.button.active,
.button.is-active,
.button:focus,
.button:hover {
    background: #F37221;
    color: #111
}

.button.active .material-icons,
.button.is-active .material-icons,
.button:focus .material-icons,
.button:hover .material-icons {
    color: #111
}

.button[disabled] {
    cursor: not-allowed
}

.button--icon {
    border-color: #e5e5e5 !important
}

.button--icon:focus,
.button--icon:hover {
    border-color: #F37221
}

.button--icon:focus svg,
.button--icon:hover svg {
    fill: white
}

.button--icon svg {
    fill: #666666
}

.button--small {
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #666
}

.button--small:hover {
    border-color: #F37221
}

.button--default {
    background: #F37221;
    border-color: #F37221;
    color: #000
}

.button--default:hover {
    background: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.button--default:active {
    background: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.tab {
    border-top: 1px solid #e5e5e5;
    float: none
}

@media (min-width:992px) {
    .tab {
        border-top-color: #fff;
        float: left
    }
}

.tab.is-active {
    border-left-color: #fff;
    border-right-color: #fff
}

@media (min-width:551px) {
    .tab.is-active {
        margin-bottom: -1px
    }
}

@media (min-width:992px) {
    .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid #fff
    }
}

.tab-title {
    padding: 1.14286rem 0;
    text-align: center;
    text-decoration: none
}

@media (min-width:551px) {
    .tab-title {
        text-align: left
    }
}

@media (min-width:992px) {
    .tab-title {
        padding: .78571rem 1.5rem
    }
}

@media (min-width:1261px) {
    .tab-title {
        padding: .78571rem 1.28571rem
    }
}

.tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden
}

.tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible
}

.tab-content .productReviews {
    border-top: 0
}

.accordion {
    border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.accordion .navList {
    margin-bottom: 5px;
    float: left;
    width: 100%
}

.accordion-content {
    border: 0;
    float: left;
    width: 100%
}

.accordion-content .form:only-child {
    margin-bottom: 0
}

@media (min-width:991px) {

    .accordion-title,
    .sidebarBlock-heading {
        margin: 0 !important
    }
}

.accordion-title {
    font: 700 14px/28px Roboto, Helvetica, sans-serif;
    padding: 2px 0 !important;
    float: left;
    width: 100%;
    color: #000;
    position: relative;
    text-transform: capitalize
}

@media (max-width:991px) {
    .accordion-title {
        padding: 10px 0 !important;
        margin: 0
    }
}

.sidebarBlock-heading {
    background: #0E7673;
    color: #fff;
    border: none;
    float: left;
    font: 500 14px/24px Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px !important;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    letter-spacing: .6px
}

.accordion-navigation {
    position: relative;
    border: none;
    text-decoration: none
}

.accordion-navigation:hover .accordion-navigation-actions svg {
    fill: #000000
}

.accordion-navigation-actions svg.toggleLink-text--on {
    fill: #000000
}

.accordion--navList {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0
}

 .accordion--navList .accordion-close-btn {
    display: none;
 }

@media (min-width:992px) {
    .accordion--navList {
        border: 0
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .accordion--navList {
        padding: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .accordion--navList {
        padding: 10px 6px
    }
}

@media (max-width:991px) {
    .accordion--navList {
        border-top: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #e7e2e2;
        z-index: 999;
        width: 300px;
        max-height: 100vh;
        min-height: 100vh;
        overflow-x: auto;
    }
    .accordion--navList .accordion-close-btn {
        content: "\2613";
        height: 30px;
        width: 30px;
        position: fixed;
        left: 300px;
        top: 20px;
        z-index: 999;
        background: white;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        border-radius: 0px 5px 5px 0px;
    }
}

@media (min-width:992px) {
    .sidebarBlock+.accordion--navList {
        margin-top: 2rem
    }
}

.accordion--navList .accordion-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

.accordion--navList .accordion-block:last-child {
    border: none
}

@media (min-width:992px) {
    .accordion--navList .accordion-block {
        padding: 8px 0
    }
}

.accordion--navList .accordion-block #facetedSearch-content--rating .rating--small {
    margin-right: 10px
}

.accordion--navList .accordion-block #facetedSearch-content--rating .rating--small .material-icons {
    line-height: 14px
}

.accordion--navList .accordion-content {
    padding: 0
}

.accordion--navList .accordion-content .accordion-content-options {
    max-height: 200px;
    overflow-x: auto;
}

.accordion--navList .accordion-navigation {
    float: left;
    width: 100%
}

.accordion--navList .accordion-indicator {
    fill: #999999
}

.accordion--navList .accordion-navigation-actions {
    right: 1rem;
    top: 1.21429rem
}

@media (min-width:992px) {
    .accordion--navList .accordion-navigation-actions {
        right: 0;
        top: 6px
    }
}

.accordion-block:first-child {
    margin-top: 0
}

.accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0
}

.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
    border-radius: 0 0 4px 4px
}

.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.85714rem;
    top: 1.5rem
}

.accordion-navigation-actions>a {
    color: #666;
    vertical-align: middle
}

.accordion-navigation-actions>a:hover {
    color: #111
}

.subcategory .navList-item a {
    line-height: 24px
}

.inlineList--labels {
    margin-bottom: 0;
    margin-left: -.78571rem
}

.inlineList--labels>li {
    margin-bottom: .78571rem;
    margin-left: .78571rem
}

.alertBox {
    border-radius: 4px;
    float: left;
    width: 100%;
    color: #333
}

.alertBox-icon .icon {
    height: 1.78571rem;
    width: 1.78571rem
}

.alertBox--info {
    color: #fff
}

.alertBox--info .alertBox-close svg {
    fill: #dfdfdf
}

.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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1rem;
    left: -.14286rem;
    margin-right: .07143rem;
    position: relative;
    top: .21429rem;
    width: 1rem
}

.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(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
    background-position: right .71429rem center;
    background-repeat: no-repeat;
    padding-right: 3rem
}

.form-checkbox+.form-label:last-child,
.form-radio+.form-label:last-child {
    display: block;
    margin-bottom: -.28571rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
    top: .28571rem
}

.form-checkbox+.form-label::before,
.form-radio+.form-label::before {
    top: .21429rem
}

.form-actions {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
    display: block;
    text-align: center
}

.form-actions:after,
.form-actions:before {
    content: " ";
    display: table
}

.form-actions:after {
    clear: both
}

@media (max-width:991px) {
    .form-actions {
        float: left;
        width: auto
    }
}

@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: .78571rem
}

@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 .78571rem
    }
}

.form-label--alternate {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    color: #222;
    font-weight: 700;
    font-size: 14px
}

.form-select--date {
    width: initial
}

.form-select--date+.form-select--date {
    margin-left: .35714rem
}

.form-select--date,
.form-select--small {
    background-position: right .5rem top .5rem;
    background-size: 1.28571rem;
    font-size: 14px;
    height: 2.48571rem;
    line-height: 18px;
    max-width: 20rem;
    padding: .57143rem .78571rem;
    padding-right: 2rem
}

.form-select--short {
    max-width: 6rem;
    width: 4.5rem
}

.form-file {
    margin-bottom: .5rem
}

.form-fileDescription {
    color: #999;
    font-size: 14px
}

.form-field-group {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    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
}

.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
    display: block;
    width: 100%;
    border-radius: 25px
}

@media (min-width:1261px) {
    .form-prefixPostfix .form-input {
        width: auto
    }
}

@media (min-width:1261px) {
    .form-prefixPostfix .button {
        width: auto
    }
}

.form-prefixPostfix .form-inlineMessage {
    margin-bottom: .35714rem
}

@media (min-width:1261px) {
    .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0
    }
}

.form-prefixPostfix-button--postfix {
    margin: .78571rem 0 0;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:991px) and (max-width:1499px) {
    .form-prefixPostfix-button--postfix {
        margin: 0
    }
}

@media (min-width:1261px) {
    .form-prefixPostfix-button--postfix {
        margin: 0 0 0 .78571rem;
        -ms-flex-order: 0;
        order: 0
    }
}

.form-increment .button {
    width: 20px;
    height: 20px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.form-increment .button .material-icons {
    font-size: 16px;
    line-height: 20px;
}

.form-input--incrementTotal {
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 2.5rem
}

.form-option {
    border: 2px solid #e5e5e5;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: 1px;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease
}

.form-option:hover {
    border-color: #999
}

.form-radio:checked+.form-option {
    border-color: #333
}

.form-option-variant {
    display: inline-block;
    font-size: 14px;
    min-width: 2.71429rem;
    padding: 2px 10px;
    pointer-events: none;
    text-align: center
}

.form-option-variant--color,
.form-option-variant--pattern {
    height: 1.42857rem;
    width: 1.42857rem;
    float: left;
    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: 14px;
    height: 2.48571rem;
    line-height: 1rem;
    padding: .57143rem .78571rem
}

@media (min-width:992px) and (max-width:1499px) {
    .form-input--small {
        padding: 0 2px
    }
}

.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%
}

@media (min-width:992px) and (max-width:1499px) {
    .form-minMaxRow .button {
        font-size: 13px;
        letter-spacing: 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);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 141%
}

[data-product-attribute=product-list] .unavailable,
[data-product-attribute=set-radio] .unavailable {
    opacity: .6;
    text-decoration: line-through
}

.card-figure {
    margin-top: 0;
    position: relative;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    float: left;
    width: 100%
}

@media (max-width:544px) {
    .card-figure {
        padding: 0 10px
    }
}

.card-figure>a {
    float: left;
    width: 100%;
    position: relative
}

.card {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
    background: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

@media (max-width:1199px) {
    .card {
        margin-bottom: 20px
    }
}

.card .wdgimg-bg {
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(.98);
    transition: all .3s ease 0s;
    z-index: -1;
    margin-bottom: -45px;
    visibility: hidden
}

@media (max-width:991px) {
    .card .wdgimg-bg {
        margin-bottom: -10px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
        transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
        visibility: visible
    }
}

.card .sold-out-product {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5
}

.card .wdgsold-out {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 70px;
    z-index: 1;
    background: #0E7673;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: .9;
    border-radius: 50%;
    padding: 5px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 13px
}

.card .tt-price {
    margin: 0;
    text-align: left;
    transition: .4s ease-in-out
}

@media (max-width:767px) {
    .card .tt-price {
        margin: 0 0 10px
    }
}

.card .tt-price>div {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.card .rating-block {
    text-align: left;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%
}

.card .title-brand {
    text-align: left;
    padding: 10px 15px
}

@media (max-width:544px) {
    .card .title-brand {
        padding: 10px 0
    }

    .card .title-brand p {
        font-size: 13px;
        line-height: 18px
    }
}

.card .card-title {
    padding: 0;
    margin: 0;
    transition: .4s ease-in-out
}

.card .card-title>a {
    white-space: nowrap
}

@media (max-width:991px) {
    .card {
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

    .card .card-figcaption,
    .card .rating-block {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

    .card .tt-price>div {
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0
    }
}

@media (max-width:991px) and (max-width:991px) {
    .card .tt-price>div {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1
    }
}

@media (max-width:991px) {
    .card .sale-flag-side {
        left: 0
    }

    .card .tt-cart-btn {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }
}

@media (max-width:991px) and (min-width:544px) and (max-width:991px) {
    .card .card-figcaption {
        right: 10px
    }
}

@media (max-width:991px) and (max-width:544px) {
    .card .card-figcaption {
        right: 5px
    }
}

@media (max-width:991px) {

    .card .card-figcaption a,
    .card .card-figcaption label {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1
    }
}

.card:hover .wdgimg-bg {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
    visibility: visible
}

@media (min-width:992px) {
    .card:hover {
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        border-radius: 8px
    }

    .card:hover .card-figure {
        border-radius: 8px
    }

    .card:hover .card-figcaption {
        bottom: -46px;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

    .card:hover .card-title>a {
        color: #111
    }

    .card:hover .sale-flag-side {
        left: 0
    }

    .card:hover .tt-cart-btn {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

    .card:hover .card-figcaption {
        display: block;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }
}

@media (min-width:992px) and (min-width:544px) and (max-width:991px) {
    .card:hover .card-figcaption {
        right: 10px
    }
}

@media (min-width:992px) and (max-width:544px) {
    .card:hover .card-figcaption {
        right: 5px
    }
}

@media (min-width:992px) {

    .card:hover .card-figcaption a,
    .card:hover .card-figcaption label {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1
    }
}

.card-img-container {
    position: relative;
    max-width: 100%;
    float: left;
    width: 100%
}

.card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.card-figcaption {
    float: left;
    position: absolute;
    padding: 3px 0 0 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    margin: 0 auto;
    height: 46px;
    bottom: -30px;
    top: auto;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    left: 15px;
    right: 15px;
    pointer-events: none
}

@media (max-width:991px) {
    .card-figcaption {
        bottom: -10px
    }
}

.card-figcaption .card-figcaption-button {
    background: 0 0
}

.card-figcaption .card-figcaption-button .material-icons {
    color: #888;
    font-size: 21px;
    line-height: 36px
}

.card-figcaption .card-figcaption-button:hover {
    background: 0 0
}

.card-figcaption .card-figcaption-button:hover .material-icons {
    color: #000
}

.card-figcaption-body {
    display: inline-block;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    pointer-events: all
}

.card-figcaption-body a,
.card-figcaption-body label {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.card-figcaption-body .quickview,
.card-figcaption-body .tt-wishlist {
    margin: 0
}

.card-figcaption-body .tt-compare {
    margin: 0
}

.card-figcaption-body .tt-comparecheck {
    display: none
}

.card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.card-title {
    font-size: 18px
}

.card-title>a {
    color: #0E7673;
    text-decoration: none;
    font: 600 14px/24px Open Sans, sans-serif
}

.card-title>a:hover {
    color: #111
}

.card-text {
    margin-bottom: .21429rem
}

.card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.tt-cart-btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: auto;
    top: -6px;
    margin: auto;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    vertical-align: top
}

.tt-cart-btn .card-figcaption-button:hover {
    width: 100%
}

.card-figcaption-button {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    border: none;
    width: 36px;
    color: #fff;
    background-color: #0E7673;
    border-color: transparent;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    font-weight: 600;
    z-index: 1;
    position: relative
}

@media (max-width:544px) {
    .card-figcaption-button {
        line-height: 34px;
        font-size: 12px
    }
}

.card-figcaption-button:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 8px;
    transition: .5s ease-in-out
}

.card-figcaption-button:hover {
    background: #F37221;
    color: #111;
    transition: .5s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    bottom: 0
}

.card-figcaption-button:hover:after {
    width: 100%
}

.card-figcaption-button:hover span {
    color: #111
}

.card-figcaption-button:active {
    background-color: #0E7673;
    border: none;
    color: #fff
}

.card-figcaption-button:active .material-icons {
    color: #fff
}

.card-figcaption-button .material-icons {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

@media (max-width:544px) {
    .card-figcaption-button .material-icons {
        line-height: 34px
    }
}

.card-body {
    text-align: center;
    position: relative;
    float: left;
    min-height: 45px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    padding: 0;
    width: 100%
}

@media (min-width:551px) {
    .card-body {
        text-align: center
    }
}

.tt-list-price,
.tt-price {
    float: left;
    width: 100%
}

.tt-list-price>div,
.tt-price>div {
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 24px
}

.card--alternate {
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease
}

.card--alternate .card-body {
    background-color: #fff;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease
}

.tt-top-seller .productCarousel .slick-slide {
    padding: 0 15px
}

.tt-top-seller .card .tt-price {
    margin: 0 0 5px
}

@media (min-width:992px) {

    .tt-top-seller .card:hover .card-title,
    .tt-top-seller .card:hover .tt-price {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
}


.tt-top-seller .card-body,
.allBrandsCarousel .card-body,
.productCarousel-slide .card-body {
    padding: 10px 0 16px
}

@media (max-width:991px) {
    .tt-top-seller .card-figcaption {
        bottom: -12px
    }
}

.navBar,
.navList {
    margin-left: 0
}

.navBar-action,
.navList-action {
    text-decoration: none;
    color: #777
}

.navBar-action:hover,
.navList-action:hover {
    color: #000
}

.navList-action.is-active {
    font-weight: 700
}

.navList-action--checkbox {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: .35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%
}

.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 #ccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem
}

.navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem
}

.navList-action--checkbox::before {
    border-radius: 4px
}

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, .999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .navList-action--checkbox {
        padding-left: 22px
    }
}

.navList-action--checkbox:after,
.navList-action--checkbox:before {
    top: 50%
}

.navList-action--checkbox:before {
    margin-top: -.57143rem
}

.navList-action--checkbox:after {
    margin-top: -.5rem
}

.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: #e5e5e5;
    border-radius: 100%;
    display: inline-block;
    float: right;
    line-height: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    padding: .28571rem;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    visibility: hidden
}

.navList-action-close .icon {
    height: .92857rem;
    width: .92857rem;
    fill: #666666
}

.navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible
}

.navBar--sub {
    margin-bottom: 1.5rem;
    text-align: center
}

.navBar--sub .navBar-section {
    float: none
}

.navBar--sub .navBar-item {
    float: left;
    margin: 0 20px 0 0
}

@media (min-width:992px) {
    .navBar--sub .navBar-item {
        display: inline-block
    }
}

.navBar--sub .navBar-item.is-active {
    color: #666;
    line-height: 30px;
    color: #111;
    border-bottom: 2px solid #666
}

@media (min-width:992px) {
    .navBar--sub .navBar-item.is-active {
        border-bottom: 2px solid #666
    }
}

.navBar--sub .navBar-item.is-active>.navBar-action {
    color: #666
}

@media (min-width:992px) {
    .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #666;
        margin: 0;
        padding-left: .78571rem
    }
}

.navBar--sub .navBar-action {
    color: #666;
    font-size: 13px;
    padding: 0
}

.navBar--sub .navBar-action:hover {
    color: #111
}

.loadingOverlay {
    background-color: rgba(255, 255, 255, .9);
    display: none;
    z-index: 20
}

.icons-svg-sprite {
    display: none
}

.actionBar-section .form-field {
    background-color: #fff;
    height: 34px;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.actionBar-section .form-field:hover {
    border-color: #999
}

.actionBar-section .form-label {
    color: #666;
    font-size: 14px;
    line-height: 2.34286rem;
    margin-bottom: 0;
    padding-left: .78571rem
}

.actionBar-section .form-input,
.actionBar-section .form-select {
    border: 0;
    padding-left: .21429rem;
    width: auto
}

.actionBar-section .form-input,
.actionBar-section .form-label,
.actionBar-section .form-select {
    display: inline-block
}

.actionBar-section .form-select {
    color: #666;
    height: 2.34286rem
}

.actionBar-section .form-field .view-toggle {
    cursor: pointer;
}

.actionBar-section .form-field .view-toggle:hover,
.actionBar-section .form-field .view-toggle.active {
    color: #111111;
}

.has-ribbon {
    position: relative
}

.ribbon {
    background-color: #333;
    color: #fff;
    cursor: default;
    font-weight: 700;
    margin: -.78571rem -.78571rem 0 0;
    padding: .07143rem 1rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.navUser {
    float: right;
    margin-top: 1px;
    width: auto;
    z-index: 5
}

.navUser:after,
.navUser:before {
    content: " ";
    display: table
}

.navUser:after {
    clear: both
}

.navUser ol,
.navUser ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.navUser ol ol,
.navUser ol ul,
.navUser ul ol,
.navUser ul ul {
    list-style: none;
    margin-bottom: 0
}

.navUser ol li,
.navUser ul li {
    margin: 0;
    padding: 0
}

.navUser-section {
    float: left
}

.navUser-section:after,
.navUser-section:before {
    content: " ";
    display: table
}

.navUser-section:after {
    clear: both
}

.navUser-section--alt {
    float: right;
    margin-left: 1.5rem
}

.navUser-section+.navUser-section {
    margin-left: 1.5rem
}

@media (min-width:551px) {
    .navUser-item {
        float: left
    }
}

.navUser-action,
.navUser-item {
    display: block
}

@media (max-width:992px) {
    .navUser {
        order: 2;
        align-self: self-end;
    }
}

.navUser .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(255, 255, 255, .13);
    -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, .13);
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, .13);
    position: absolute
}

.navUser .dropdown-menu.is-open:before {
    border: none !important;
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: .78571rem;
    position: absolute
}

.navUser .dropdown-menu.is-open:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: .92857rem;
    position: absolute
}

@media (max-width:991px) {
    .navUser .dropdown-menu.is-open:after {
        border-color: transparent transparent #e5e5e5 transparent
    }
}

.navUser-section .material-icons {
    height: 46px;
    margin: 0 auto;
    width: 50px;
    cursor: pointer;
    float: left;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
    transition: .4s ease-in-out;
    z-index: 99
}

@media (max-width:544px) {
    .navUser-section .material-icons {
        width: 40px;
        line-height: 40px;
        height: 40px
    }
}

.navUser-section .tt-user-info .material-icons {
    font-size: 28px
}

@media (max-width:544px) {
    .navUser-section .tt-user-info .material-icons {
        font-size: 24px
    }
}

.navUser-section .navUser-item--cart .material-icons {
    font-size: 24px
}

@media (min-width:992px) {
    .navUser-section {
        position: relative
    }
}

.navUser-action {
    color: #fff;
    font-weight: 700;
    padding: 1rem .78571rem;
    text-decoration: none;
    text-transform: uppercase
}

.navUser-action.is-open,
.navUser-action:hover {
    color: #F37221
}

.navUser-action.is-open svg,
.navUser-action:hover svg {
    fill: #F37221;
    stroke: #F37221
}

.navUser-action .icon {
    height: .57143rem;
    width: .57143rem;
    margin: -1px 0 0 .21429rem
}

.navUser-action svg {
    fill: black;
    stroke: black;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease
}

.navUser-action--currencySelector+.dropdown-menu:before {
    left: auto !important;
    right: .78571rem
}

.navUser-action--currencySelector+.dropdown-menu:after {
    left: auto !important;
    right: .92857rem
}

.navUser-action--storeCredit+.dropdown-menu {
    max-width: 21.42857rem;
    padding: 1.5rem
}

.navUser-action--storeCredit+.dropdown-menu:before {
    left: 10rem !important
}

.navUser-action--storeCredit+.dropdown-menu:after {
    left: 10.14286rem !important
}

.navUser-action-divider {
    border-right: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;
    padding: 0 1.42857rem 0 0;
    text-decoration: none
}

.navUser-item {
    display: inline-block
}

@media (max-width:544px) {
    .navUser-item {
        float: left
    }
}

@media (min-width:992px) {
    .navUser-item {
        display: block
    }

    .navUser-item.navUser-item--social {
        margin-top: .35714rem;
        padding-right: .35714rem
    }

    .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: .57143rem;
        padding-left: .14286rem
    }
}

.navUser-item--cart {
    display: inline-block
}

.navUser-item--cart .navUser-action {
    color: #ffffff;
}

.navUser-item--cart .navUser-action.is-open {
    color: #F37221
}

.navUser-item--cart .navUser-action:hover {
    color: #F37221;
}

.navUser-item--cart .dropdown-menu {
    min-width: 20.71429rem
}

.navUser-item--cart .dropdown-menu.is-open {
    right: .35714rem
}

@media (min-width:992px) {
    .navUser-item--cart .dropdown-menu.is-open {
        right: 0
    }
}

.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: .42857rem
}

@media (min-width:992px) {
    .navUser-item--cart .dropdown-menu.is-open:before {
        right: .78571rem
    }
}

.navUser-item--cart .dropdown-menu.is-open:after {
    right: 20px
}

.navUser-item-cartLabel {
    display: none
}

@media (min-width:551px) {
    .navUser-item-cartLabel {
        display: inline
    }
}

.navUser-item--account .navUser-or+.navUser-action {
    margin-right: -.5rem
}

.navUser-item--account .navUser-action {
    display: inline-block
}

.navUser-or {
    color: #000;
    cursor: default;
    display: inline-block;
    margin: 0 -.85714rem;
    padding: 0 2px;
    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 #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.dropdown--quickSearch {
    background-color: #fff;
    padding: 1.5rem 0;
    border-radius: 8px;
    border: 2px solid #fff
}

@media (min-width:551px) {
    .dropdown--quickSearch {
        padding: 3rem
    }
}

.dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: 0;
    right: 0 !important;
    width: 100% !important;
    z-index: 50
}

.dropdown--quickSearch .form {
    margin: 0;
    position: relative
}

.dropdown--quickSearch .form .search-icon {
    position: absolute;
    top: 0;
    right: -1px
}

.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
    margin-bottom: 0
}

.dropdown--quickSearch .form-input {
    background: #fff;
    font-size: 14px;
    height: unset;
    border-radius: 8px;
    height: 50px;
    border: none;
    color: #666 !important
}

@media (max-width:991px) {
    .dropdown--quickSearch .form-input {
        height: 46px
    }
}

.dropdown--quickSearch .productGrid {
    padding: 1.5rem 15px 0
}

.countPill,
.countPill--alt {
    border: 2px solid #fff;
    background-color: #F37221;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    z-index: 99;
    width: 20px
}

@media (max-width:544px) {

    .countPill,
    .countPill--alt {
        height: 16px;
        width: 16px;
        line-height: 16px;
        border: none
    }
}

.countPill--positive {
    display: inline-block
}

#cart-preview-dropdown {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border: none;
    top: 55px !important;
    padding: 0
}

@media (min-width:544px) and (max-width:991px) {
    #cart-preview-dropdown {
        width: 320px !important;
        left: auto !important;
        top: 76px !important
    }
}

@media (min-width:320px) and (max-width:544px) {
    #cart-preview-dropdown {
        left: auto !important;
        right: 15px;
        top: 60px !important;
        width: 240px !important
    }
}

#cart-preview-dropdown .previewCart {
    padding: 5px 15px;
    max-height: 496px;
    overflow-y: auto
}

.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
}

@media (min-width:992px) {
    .navPages-container {
        background: 0 0;
        display: block;
        height: auto;
        padding: 0;
        position: relative
    }
}

@media (max-width:991px) {
    .navPages-container {
        background: #0E7673;
        position: fixed;
        padding: 15px;
        z-index: 150;
        height: 100%;
        left: 0;
        right: auto;
        top: 0;
        display: block;
        box-shadow: -1px 0 2px rgba(0, 0, 0, .1);
        -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, .1);
        -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, .1);
        transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
        -webkit-transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
        -moz-transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
        -ms-transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
        -o-transition: all .5s cubic-bezier(.99, .95, .49, 1.03);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%)
    }
}

.navPages-container.is-open {
    display: block;
    padding-top: 55px
}

@media (max-width:991px) {
    .navPages-container.is-open {
        z-index: 990;
        padding-top: 15px;
        overflow: scroll;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15)
    }
}

.navPages-container.is-open .ttcat-title {
    display: none
}

.navPages-container.is-open ul.cat-Menu-toggle {
    display: block !important
}

.navPages {
    background-color: #0E7673;
    height: 100%;
    overflow-y: auto;
    padding: 1.5rem
}

@media (min-width:992px) {
    .navPages {
        margin: 0 auto;
        max-width: 120rem;
        width: 100%;
        background: 0 0;
        font-size: 0;
        overflow-y: visible;
        padding: 0;
        text-align: center
    }

    .navPages:after,
    .navPages:before {
        content: " ";
        display: table
    }

    .navPages:after {
        clear: both
    }

    .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:992px) and (min-width:551px) {
    .navPages-item {
        float: left
    }
}

@media (min-width:992px) {

    .navPages-action,
    .navPages-item {
        display: block
    }
}

@media (max-width:991px) {
    .navPages {
        padding: 0
    }
}

.navPages ul.cat-Menu-toggle {
    list-style: none
}

@media (min-width:1201px) and (max-width:1259px) {
    .navPages ul.cat-Menu-toggle {
        padding: 8px 0
    }
}

.navPages ul.cat-Menu-toggle:before {
    color: #0E7673;
    font-size: 36px;
    right: auto;
    position: absolute;
    top: -30px;
    left: 14px;
    content: "\e5c7";
    font-family: "Material Icons"
}

.navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

@media (max-width:991px) {
    .navPages .navPage-subMenu-list {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 120rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0
    }

    .navPages .navPage-subMenu-list:after,
    .navPages .navPage-subMenu-list:before {
        content: " ";
        display: table
    }

    .navPages .navPage-subMenu-list:after {
        clear: both
    }
}

.navPages-list {
    margin: 0
}

@media (min-width:992px) {
    .navPages-list {
        display: inline-block;
        float: none
    }
}

.navPages-list+.navPages-list {
    border-top: 1px solid #eee;
    margin-top: .78571rem;
    padding-top: .78571rem
}

.navPages-action-depth-max .material-icons {
    float: right;
    font-size: 18px;
    line-height: 30px
}

.navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: none
}

@media (min-width:992px) {
    .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:992px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display: inline-block
    }
}

@media (min-width:992px) {
    .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

.navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 1px solid #eee;
    text-align: center
}

@media (min-width:992px) {
    .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);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 35px
}

@media (min-width:992px) {
    .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: .57143rem;
        width: .57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg)
    }
}

.navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px
}

@media (min-width:992px) {
    .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%
    }
}

.navPages-action {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: .78571rem 0;
    text-decoration: none
}

@media (min-width:992px) {
    .navPages-action {
        display: inline-block;
        padding: .78571rem 1.14286rem 1.14286rem
    }
}

@media (max-width:991px) {

    .navPages-action:active,
    .navPages-action:focus {
        color: #fff
    }
}

.navPages-action.activePage,
.navPages-action:hover {
    color: #fff
}

.navPages-action.activePage .tt-left-arrow,
.navPages-action:hover .tt-left-arrow {
    color: #fff
}

.navPages-action.activePage svg,
.navPages-action:hover svg {
    fill: white;
    stroke: white
}

.navPages-action svg {
    fill: white;
    stroke: white;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease
}

.cat-Menu-toggle>.navPages-action:after {
    color: #333;
    content: "\e5cf";
    font-family: "Material Icons";
    right: auto;
    position: absolute;
    left: 15px;
    top: 18px;
    z-index: 2;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    height: 20px;
    width: 20px;
    font-size: 18px;
    line-height: 20px;
    bottom: 0;
    font-weight: 400
}

.navPages-item>.navPages-action:before {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90%
}

.navPages-action--storeCredit {
    color: #666
}

.navPages-action--compare {
    display: none
}

.navPages-action--compare.show {
    display: block
}

.navPages-action-moreIcon {
    width: 20px;
    height: 20px
}

@media (min-width:992px) {
    .navPages-action-moreIcon {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -moz-transform: none
    }
}

.has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0)
}

.navPage-childList {
    display: none
}

@media (max-width:991px) {
    .navPage-childList {
        margin: 10px 0 15px 15px
    }
}

@media (min-width:992px) {
    .navPage-childList {
        border: 0;
        display: block
    }
}

.navPage-childList.is-open {
    display: block
}

.navPage-subMenu {
    display: none;
    outline: 0
}

@media (min-width:992px) {
    .navPage-subMenu {
        background-color: #0E7673;
        padding: 15px 0;
        text-align: left
    }

    .navPage-subMenu.is-open {
        display: block;
        width: 100%
    }

    .navPage-subMenu .navPages-action-moreIcon {
        display: none;
        line-height: 20px
    }
}

.navPage-subMenu.is-open {
    display: block
}

@media (min-width:992px) {
    .has-subMenu.is-root+.navPage-subMenu-horizontal {
        height: auto;
        right: inherit;
        margin: auto;
        top: inherit;
        width: 15.35714rem
    }
}

@media (min-width:992px) {
    .navPage-subMenu-horizontal .navPages-action-moreIcon {
        display: inline-block
    }
}

.simple .navPage-subMenu-item {
    padding: 0 .75rem 12px !important
}

@media (max-width:991px) {
    .simple .navPage-subMenu-item {
        padding: 0 .75rem 0 !important
    }
}

@media (min-width:992px) {
    .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%
    }
}

.navPage-subMenu-action.navPages-action {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
    color: #333
}

@media (max-width:991px) {
    .navPage-subMenu-action.navPages-action {
        line-height: 30px;
        padding: 0 0;
        color: #fff
    }
}

@media (max-width:991px) {
    .navPage-subMenu-list.grid-3 {
        padding: 10px 0 0
    }
}

.simple ul.navPage-subMenu-list .navPage-subMenu-action {
    font-weight: 600;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    padding: 0 0 8px
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-action {
        font-weight: 400
    }
}

.simple ul.navPage-subMenu-list .navPage-subMenu-action .tt-right-arrow {
    display: none
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-action .tt-right-arrow {
        display: block
    }
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-action {
        margin-bottom: 0;
        padding: 0
    }
}

.simple ul.navPage-subMenu-list .navPage-subMenu-action:before {
    border-bottom: 1px solid #eee;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-action:before {
        display: none
    }
}

.simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    color: #333
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action {
        color: #fff
    }
}

.simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action:hover {
    color: #000
}

.simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action:before {
    display: none
}

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
    width: 100%
}

@media (min-width:992px) {

    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
        padding-left: 20px;
        padding-right: 15px;
        width: 100%
    }

    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:active,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:active,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        background: #fff;
        color: #111
    }
}

.navPage-subMenu-action {
    padding: .78571rem 0
}

@media (min-width:992px) {
    .navPage-subMenu-action {
        padding: .78571rem 0 1.14286rem
    }
}

.navPage-childList-action {
    font-weight: 400;
    padding: 0 0 .35714rem
}

.navPages-quickSearch {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .78571rem
}

@media (min-width:992px) {
    .navPages-quickSearch {
        display: none
    }
}

.navPages-quickSearch>.container {
    padding: 0
}

.navPages-quickSearch .form {
    margin: 0
}

.navPages-quickSearch .form-field {
    margin-bottom: 0
}

@media (min-width:992px) {
    .navPages-list--user {
        display: none
    }
}

.navPages-list--user #currencySelection2 {
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0
}

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.navPages-list--user #currencySelection2 a {
    padding: .78571rem 1.5rem
}

.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: 13px
}

.tag a {
    color: #666;
    display: inline-block;
    padding: .35714rem .5rem;
    text-decoration: none
}

.tag a:hover {
    color: #111
}

.socialLinks {
    text-align: left;
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0
}

.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 (max-width:991px) {
    .socialLinks {
        text-align: center
    }
}

.socialLinks .icon {
    height: 1.28571rem;
    width: 1.28571rem;
    margin: 0;
    text-decoration: none
}

.socialLinks .icon:hover svg {
    fill: #111111
}

.socialLinks .icon svg {
    fill: #666666;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-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: .35714rem;
    margin-right: 15px
}

.socialLinks .socialLinks-item:last-child {
    margin-right: 0
}

.socialLinks--alt .icon {
    height: 16px;
    width: 16px
}

.socialLinks--alt svg {
    fill: #666666
}

.footer-info-col--social .socialLinks .icon svg {
    fill: #aaaaaa
}

.footer-info-col--social .socialLinks .icon:hover svg {
    fill: white
}

.tt-heroCarousel {
    float: right;
    background: #eee;
    width: 80.16667%;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 8px
}

@media (min-width:1260px) and (max-width:1499px) {
    .tt-heroCarousel {
        width: 78%
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .tt-heroCarousel {
        width: 76.5%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .tt-heroCarousel {
        width: 73%
    }
}

@media (max-width:991px) {
    .tt-heroCarousel {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width:544px) {
    .tt-heroCarousel {
    }
}

.tt-heroCarousel .heroCarousel {
    width: 1px;
    min-width: 100%;
    margin-bottom: 4.5rem;
    margin-top: -1.5rem
}

@media (min-width:992px) {
    .tt-heroCarousel .heroCarousel {
        margin-top: -2.5rem
    }
}

.tt-heroCarousel .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

@media (max-width:991px) {
    .tt-heroCarousel .heroCarousel.slick-initialized {
        margin: 0
    }
}

.tt-heroCarousel .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none
}

.tt-heroCarousel .heroCarousel a {
    text-decoration: none
}

.tt-heroCarousel .heroCarousel .slick-arrow:after,
.tt-heroCarousel .heroCarousel .slick-arrow:before {
    background: 0 0;
    border-color: transparent
}

.tt-heroCarousel .heroCarousel .slick-next,
.tt-heroCarousel .heroCarousel .slick-prev {
    background: #F37221;
    border: 2px solid #F37221;
    height: 40px;
    width: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    text-shadow: none;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s
}

@media (max-width:991px) {

    .tt-heroCarousel .heroCarousel .slick-next,
    .tt-heroCarousel .heroCarousel .slick-prev {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -moz-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1
    }
}

@media (max-width:767px) {

    .tt-heroCarousel .heroCarousel .slick-next,
    .tt-heroCarousel .heroCarousel .slick-prev {
        height: 30px;
        width: 30px;
        border: none;
        background: 0 0
    }
}

.tt-heroCarousel .heroCarousel .slick-next:after,
.tt-heroCarousel .heroCarousel .slick-prev:after {
    color: #000
}

@media (max-width:767px) {

    .tt-heroCarousel .heroCarousel .slick-next:after,
    .tt-heroCarousel .heroCarousel .slick-prev:after {
        color: #fff;
        font-size: 32px;
        line-height: 30px
    }
}

.tt-heroCarousel .heroCarousel .slick-next:before,
.tt-heroCarousel .heroCarousel .slick-prev:before {
    bottom: 0;
    background-image: none;
    color: #000;
    font-size: 24px;
    left: 0;
    line-height: 36px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    padding: 0;
    vertical-align: middle;
    font-family: "Material Icons";
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s
}

@media (max-width:767px) {

    .tt-heroCarousel .heroCarousel .slick-next:before,
    .tt-heroCarousel .heroCarousel .slick-prev:before {
        color: #fff;
        font-size: 32px;
        line-height: 30px
    }
}

.tt-heroCarousel .heroCarousel .slick-next:hover,
.tt-heroCarousel .heroCarousel .slick-prev:hover {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    opacity: .9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    background: #0E7673;
    border-color: #0E7673
}

@media (max-width:767px) {

    .tt-heroCarousel .heroCarousel .slick-next:hover,
    .tt-heroCarousel .heroCarousel .slick-prev:hover {
        border: none;
        background: 0 0
    }
}

.tt-heroCarousel .heroCarousel .slick-next:hover:after,
.tt-heroCarousel .heroCarousel .slick-next:hover:before,
.tt-heroCarousel .heroCarousel .slick-prev:hover:after,
.tt-heroCarousel .heroCarousel .slick-prev:hover:before {
    color: #fff !important
}

@media (max-width:767px) {

    .tt-heroCarousel .heroCarousel .slick-next:hover:after,
    .tt-heroCarousel .heroCarousel .slick-next:hover:before,
    .tt-heroCarousel .heroCarousel .slick-prev:hover:after,
    .tt-heroCarousel .heroCarousel .slick-prev:hover:before {
        color: #333 !important
    }
}

.tt-heroCarousel .heroCarousel .slick-next {
    right: 75px
}

.tt-heroCarousel .heroCarousel .slick-next:before {
    content: "\e5cc"
}

@media (min-width:767px) and (max-width:991px) {
    .tt-heroCarousel .heroCarousel .slick-next {
        right: 25px
    }
}

@media (max-width:767px) {
    .tt-heroCarousel .heroCarousel .slick-next {
        right: 3px
    }
}

.tt-heroCarousel .heroCarousel .slick-prev {
    left: 75px;
    right: auto
}

.tt-heroCarousel .heroCarousel .slick-prev:before {
    content: "\e5cb"
}

@media (min-width:767px) and (max-width:991px) {
    .tt-heroCarousel .heroCarousel .slick-prev {
        left: 25px
    }
}

@media (max-width:767px) {
    .tt-heroCarousel .heroCarousel .slick-prev {
        left: 0
    }
}

.tt-heroCarousel .heroCarousel .slick-dots {
    bottom: .5rem;
    display: none !important
}

@media (min-width:992px) {
    .tt-heroCarousel .heroCarousel .slick-dots {
        bottom: 1.5rem
    }
}

.tt-heroCarousel .heroCarousel .slick-dots li {
    padding: 0;
    width: 24px;
    height: 24px
}

.tt-heroCarousel .heroCarousel .slick-dots li button {
    border: none
}

.tt-heroCarousel .heroCarousel .slick-dots li button:before {
    top: 0;
    left: 0
}

.tt-heroCarousel .heroCarousel:hover .slick-next,
.tt-heroCarousel .heroCarousel:hover .slick-prev {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.tt-heroCarousel .heroCarousel:hover .slick-next {
    right: 25px
}

@media (max-width:767px) {
    .tt-heroCarousel .heroCarousel:hover .slick-next {
        right: 3px
    }
}

.tt-heroCarousel .heroCarousel:hover .slick-prev {
    left: 25px
}

@media (max-width:767px) {
    .tt-heroCarousel .heroCarousel:hover .slick-prev {
        left: 0
    }
}

.heroCarousel-slide {
    position: relative
}

.heroCarousel-slide a {
    text-decoration: none
}

.heroCarousel-slide .heroCarousel-image {
    border-radius: 10px
}

@media (min-width:992px) {
    .heroCarousel-slide .heroCarousel-image {
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 42.85714rem;
        width: 100%
    }
}

@media (min-width:992px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem
    }
}

.heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:1261px) {
    .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%
    }
}

.heroCarousel-slide.compat-object-fit .heroCarousel-image {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.heroCarousel-content {
    text-align: center;
    background: rgba(0, 0, 255, 0);
    left: 130px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    width: 35.71429rem
}

@media (min-width:1500px) and (max-width:1630px) {
    .heroCarousel-content {
        left: 80px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .heroCarousel-content {
        left: 30px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .heroCarousel-content {
        left: 0;
        top: 57%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .heroCarousel-content {
        left: 0
    }
}

@media (min-width:545px) and (max-width:767px) {
    .heroCarousel-content {
        left: 0;
        top: 54%;
        width: 61%
    }
}

@media (max-width:544px) {
    .heroCarousel-content {
        left: 10px;
        width: 63%;
        top: 58%
    }
}

#slick-slide00 .heroCarousel-content {
    left: auto;
    right: 10%;
    top: 48%
}

@media (min-width:992px) and (max-width:1200px) {
    #slick-slide00 .heroCarousel-content {
        right: 0;
        top: 54%
    }
}

@media (min-width:768px) and (max-width:991px) {
    #slick-slide00 .heroCarousel-content {
        right: 0;
        top: 52%
    }
}

@media (min-width:545px) and (max-width:767px) {
    #slick-slide00 .heroCarousel-content {
        right: 0;
        top: 55%
    }
}

@media (max-width:544px) {
    #slick-slide00 .heroCarousel-content {
        right: 12px;
        top: 58%
    }
}

.heroCarousel-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin: 0 0 25px 0
}

@media (min-width:1500px) and (max-width:1630px) {
    .heroCarousel-title {
        font-size: 44px;
        line-height: 48px;
        margin: 0 0 15px 0
    }
}

@media (min-width:1201px) and (max-width:1499px) {
    .heroCarousel-title {
        font-size: 36px;
        line-height: 45px;
        margin: 0 0 15px 0
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .heroCarousel-title {
        font-size: 35px;
        line-height: 55px;
        margin: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .heroCarousel-title {
        font-size: 36px;
        margin: 0 0 15px 0
    }
}

@media (min-width:545px) and (max-width:767px) {
    .heroCarousel-title {
        font-size: 24px;
        margin: 0 0 15px 0;
        line-height: 30px
    }
}

@media (max-width:544px) {
    .heroCarousel-title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px
    }
}

.heroCarousel-title:before {
    content: ""
}

.heroCarousel-description {
    color: #fff;
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 8px;
    line-height: 60px;
    text-transform: uppercase
}

@media (min-width:1500px) and (max-width:1630px) {
    .heroCarousel-description {
        font-size: 36px;
        padding: 0 0 10px;
        line-height: 52px
    }
}

@media (min-width:1201px) and (max-width:1499px) {
    .heroCarousel-description {
        font-size: 30px;
        padding: 0 0 15px;
        line-height: 40px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .heroCarousel-description {
        font-size: 30px;
        padding: 0;
        margin: 0;
        line-height: 36px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .heroCarousel-description {
        font-size: 30px;
        padding: 0;
        margin: 0;
        line-height: 36px
    }
}

@media (min-width:545px) and (max-width:767px) {
    .heroCarousel-description {
        font-size: 22px;
        padding: 0;
        margin: 0;
        line-height: 28px
    }
}

@media (max-width:544px) {
    .heroCarousel-description {
        font-size: 13px;
        font-weight: 400;
        padding: 0 0 5px;
        line-height: 18px
    }
}

.heroCarousel-action {
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    clear: left;
    position: relative;
    overflow: visible;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    padding: 10px 20px;
    transition: .4s ease-in-out
}

@media (min-width:992px) {
    .heroCarousel-action {
        margin-top: 10px
    }
}

@media (min-width:545px) and (max-width:767px) {
    .heroCarousel-action {
        padding: 8px 15px
    }
}

@media (max-width:544px) {
    .heroCarousel-action {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize
    }
}

.heroCarousel-action span {
    background: #F37221;
    right: -12px;
    left: auto;
    color: #000;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 400;
    transition: .4s ease-in-out;
    margin: auto
}

.heroCarousel-action:hover {
    padding-right: 40px
}

.heroCarousel-action:hover span {
    right: 10px;
    background: #0E7673;
    color: #fff !important
}

@media (min-width:992px) {
    .writeReview-productDetails {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productDetails .product-brand {
    color: #999;
    margin: 0
}

.writeReview-productDetails .product-title {
    margin-top: 0
}

@media (min-width:992px) {
    .writeReview-form {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productImage-container {
    position: relative;
    margin: 0 0 20px
}

.writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 1px;
    font-family: 'object-fit: contain;'
}

.writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 120%
}

.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: .78571rem;
        padding-top: .78571rem
    }
}

.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: .21429rem
}

@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: 14px
}

.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: 14px;
    font-weight: 700
}

@media (min-width:551px) {
    .return-itemName {
        font-size: 13px;
        font-weight: 400
    }
}

.return-itemPrice {
    color: #999;
    margin-bottom: .35714rem
}

@media (min-width:551px) {
    .return-itemPrice {
        color: inherit;
        margin-bottom: 0;
        text-align: center
    }
}

.return-itemQuantity .form-label {
    display: inline;
    margin-right: .35714rem
}

@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%
    }
}

.allBrandsCarousel,
.productCarousel {
    margin-bottom: 5px;
    width: auto
}

.allBrandsCarousel-slide,
.productCarousel-slide {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    padding: 0
}

@media (min-width:551px) {
    .allBrandsCarousel-slide,
    .productCarousel-slide {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .allBrandsCarousel-slide,
    .productCarousel-slide {
        width: 25%
    }
}

@media (min-width:1261px) {
    .allBrandsCarousel-slide,
    .productCarousel-slide {
        width: 16.66667%
    }
}
.allBrandsCarousel-slide:hover .card-figure .brand-title {
    color: #0E7673;
}

.allBrandsCarousel-slide .card,
.productCarousel-slide .card {
    margin: 10px 0;
    margin-top: 1.07143rem;
    border-radius: 0.25rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border: 1px solid #dee2e6 !important;
}

@media (max-width:544px) {
    .allBrandsCarousel-slide .card,
    .productCarousel-slide .card {
        margin-top: 1.07143rem
    }
}

.allBrandsCarousel-slide .card .wdg-thumb-img,
.productCarousel-slide .card .wdg-thumb-img {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    padding: 0 20px;
    bottom: 0
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-track,
.productCarousel-slide .card .wdg-thumb-img .slick-track {
    padding: 0 !important
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-slide,
.productCarousel-slide .card .wdg-thumb-img .slick-slide {
    padding: 0 5px
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: .4s ease-in-out
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev {
    top: 45px;
    background: 0 0;
    border: none
}

@media (min-width:768px) and (max-width:991px) {

    .allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
    .allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev,
    .productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
    .productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev {
        top: 52px
    }
}

@media (min-width:545px) and (max-width:767px) {

    .allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
    .allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev,
    .productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
    .productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev {
        top: 50%
    }
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next:after,
.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next:before,
.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev:after,
.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev:before,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next:after,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next:before,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev:after,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev:before {
    background: 0 0;
    font-size: 28px
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-next {
    right: -15px;
    left: auto
}

.allBrandsCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev,
.productCarousel-slide .card .wdg-thumb-img .slick-arrow.slick-prev {
    left: -15px;
    right: auto
}

.allBrandsCarousel-slide .card:hover .wdg-thumb-img .slick-arrow,
.productCarousel-slide .card:hover .wdg-thumb-img .slick-arrow {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.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
}

.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
}

#productReviews-content #productReviews-list {
    width: 100%
}

#productReviews-content .total-reviews ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px
}

#productReviews-content .total-reviews.one ul li {
    float: left;
    width: 100%
}

#productReviews-content .total-reviews.two ul li {
    float: left;
    width: 50%
}

@media (max-width:991px) {
    #productReviews-content .total-reviews.two ul li {
        width: 100%
    }
}

#productReviews-content .total-reviews.three ul li {
    width: 33%
}

@media (max-width:991px) {
    #productReviews-content .total-reviews.three ul li {
        float: left;
        width: 100%
    }
}

.productReview {
    font-size: 13px;
    vertical-align: top;
    list-style: none !important
}

.productReviews {
    margin: 0 !important
}

.productReviews .toggle-title {
    font-weight: 700;
    color: #000
}

.productReview-title {
    margin: 0;
    text-transform: none;
    font-weight: 700;
    color: #444
}

.productReview-author {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px
}

.productReview-rating {
    display: inline-block;
    margin-bottom: .78571rem
}

.productReview-ratingNumber {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.productView {
    padding-top: 1rem;
    float: left;
    width: 100%
}

.productView-images {
    margin-bottom: 3rem
}

@media (max-width:544px) {
    .productView-images {
        margin-bottom: 20px;
        padding: 0
    }
}

.productView-image {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: relative
}

.productView-image:hover {
    cursor: crosshair
}

@media (min-width:992px) {
    .productView-image {
        min-height: 366px;
        min-width: inherit
    }
}

@media (min-width:320px) and (max-width:992px) {
    .productView-image {
        pointer-events: none
    }
}

.productView-img-container {
    position: relative;
    margin: auto;
    max-width: 570px;
    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: 120%
}

.productView-thumbnails {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin: 20px 0 0 0;
    padding: 0 50px
}

.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
}

.productView-thumbnails button {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0
}

.productView-thumbnails button:before {
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0 !important;
    color: #777;
    position: relative;
    float: left;
    width: 100%;
    height: 100%
}

.productView-thumbnails .slick-next {
    right: 0
}

.productView-thumbnails .slick-disabled {
    opacity: .5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5
}

.productView-thumbnails .slick-prev {
    left: 0
}

.productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    position: relative
}

.productView-thumbnail {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    padding-left: .35714rem;
    padding-right: .35714rem;
    text-align: center
}

@media (min-width:1261px) {
    .productView-thumbnail {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 25%;
        float: left
    }
}

.productView-thumbnail-link {
    border: 1px solid #e5e5e5;
    display: block;
    position: relative;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    overflow: hidden
}

.productView-thumbnail-link.is-active,
.productView-thumbnail-link:hover {
    border-color: #777
}

.slick-current a.productView-thumbnail-link {
    border-color: #777
}

.productView-options .form.form-wishlist.form-action a.is-open,
.productView-options .form.form-wishlist.form-action a:hover {
    background: #f5f5f5
}

.productView-options .form-wishlist .button {
    border-color: #e5e5e5;
    border-radius: 8px
}

.productView-options .form-wishlist #wishlist-dropdown {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px
}

.productView-options .form-wishlist #wishlist-dropdown li .button {
    padding: 0;
    border: none;
    line-height: 24px
}

.product .productView-options .form-option {
    border-radius: 25px
}

.productView-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 12px
}

@media (max-width:991px) {
    .productView-btn {
        float: left !important;
        width: 100% !important
    }
}

.productView-btn .socialLinks .socialLinks-item {
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 12px;
    width: 40px;
    height: 40px
}

@media (max-width:320px) {
    .productView-btn .socialLinks .socialLinks-item {
        padding: 9px;
        width: 35px;
        margin-right: 3px;
        height: 35px
    }
}

.productView-btn .socialLinks .socialLinks-item .icon {
    height: 15px;
    width: 15px
}

.productView-btn .form-wishlist a {
    padding-right: 46px;
    margin: 0 !important
}

.productView-btn .form-wishlist a .tt-wishlist-dd:after {
    content: "\e313";
    font-family: 'Material Icons';
    font-size: 18px;
    position: absolute;
    top: 12px;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 22px
}

.productView-product {
    float: left;
    width: 100%
}

@media (min-width:992px) {
    .productView-product {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 0
    }
}

.productView-title {
    font-size: 20px;
    margin: -.78571rem 0 .35714rem
}

@media (min-width:992px) {
    .productView-title {
        margin-top: 1.5rem
    }
}

@media (min-width:1261px) {
    .productView-title {
        font-size: 22px
    }
}

.productView-brand {
    font-size: 14px;
    margin: 0 0 .78571rem
}

@media (min-width:1261px) {
    .productView-brand {
        font-size: 20px;
        margin: -.21429rem 0 1rem
    }
}

.productView-brand a {
    color: #666 !important
}

.productView-brand a:hover {
    color: #111
}

.productView-price {
    font-size: 14px;
    float: left;
    width: 100%
}

@media (min-width:992px) {
    .productView-price {
        margin-bottom: 0;
        font-weight: 700;
        color: #000
    }
}

.productView-price .price--non-sale {
    font-weight: 400;
    color: #777
}

.productView-price .price-section {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px
}

.productView-price .price-section--saving {
    font-size: 14px
}

.productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.productView-rating {
    margin: 10px 0 15px 0;
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e5e5e5
}

.productView-rating .material-icons {
    line-height: 16px;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle
}

.productView-reviewLink {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    border-left: 1px solid #e5e5e5;
    padding-left: 16px
}

@media (max-width:544px) {
    .productView-reviewLink {
        border: none;
        width: 100%;
        padding: 5px 0 0;
        margin-left: 0
    }
}

.productView-reviewLink+.productView-reviewLink {
    display: inline-block;
    margin-left: .78571rem
}

@media (max-width:544px) {
    .productView-reviewLink+.productView-reviewLink {
        margin-left: 0
    }
}

.productView-reviewLink>a {
    color: #666;
    text-decoration: none
}

.productView-reviewLink>a span {
    color: #666
}

.productView-reviewLink>a:hover {
    color: #111
}

.productView-info {
    margin-bottom: 10px;
    width: 100%
}

.productView-info-name {
    min-width: 140px;
    margin-bottom: .21429rem;
    margin-right: .35714rem
}

@media (min-width:551px) {
    .productView-info-name {
        font-weight: 400;
        color: #222;
        text-transform: capitalize
    }
}

.productView-info-value {
    margin-bottom: .35714rem
}

@media (min-width:551px) {
    .productView-info-value {
        margin-bottom: .35714rem
    }
}

.productView-options {
    margin-bottom: 1.5rem;
    text-align: left;
    float: left;
    width: 100%
}

.productView-options:after,
.productView-options:before {
    content: " ";
    display: table
}

.productView-options:after {
    clear: both
}

@media (max-width:991px) {
    .productView-options {
        text-align: left
    }
}

@media (max-width:320px) {
    .productView-options {
        margin: 0
    }
}

@media (min-width:551px) {
    .productView-options .form-input[type=number] {
        width: 16.66667%
    }
}

.productView-options .form.form-wishlist.form-action {
    padding: 0;
    border: none;
    width: auto
}

.productView-options .form.form-wishlist.form-action a:hover {
    background-color: #fff;
    color: #111
}

.productView-options .form-file {
    float: left;
    width: 100%;
    margin: 6px 0 5px
}

.productView-options .form-fileDescription {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 8px
}

.productView-options .form {
    display: block;
    float: left;
    width: 100%;
    margin: 0
}

.productView-options input[type=file] {
    font-size: 14px
}

.productView-options .form-field {
    font-size: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-right: 20px
}

@media (max-width:544px) {
    .productView-options .form-field {
        margin-right: 10px
    }
}

.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-block;
    margin: 16px 0 0 0
}

@media (max-width:1260px) {
    .productView-options .form-action {
        clear: left
    }
}

@media (max-width:320px) {
    .productView-options .form-action {
        margin: 5px 0 15px 0;
        border-left: none;
        padding-left: 0
    }
}

.productView-options .form-action .button {
    width: 100%
}

@media (max-width:1260px) {
    .productView-options .form-action .button {
        margin: 0;
        width: auto
    }
}

@media (min-width:1261px) {
    .productView-options .form-action .button {
        margin: 0 .78571rem 0 0;
        width: auto
    }
}

.productOptions-list {
    border: 1px solid #e5e5e5;
    list-style: none;
    margin: 0
}

.productOptions-list-item {
    padding: .78571rem
}

.productOptions-list-item+.productOptions-list-item {
    border-top: 1px solid #e5e5e5
}

.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: 6rem;
    border-right: 1px solid #e5e5e5;
    padding-right: 10px
}

.productOptions-list-item-content {
    padding-left: 1.28571rem
}

.shareProduct {
    text-align: center
}

.productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%
}

.productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto
}

.tt-product-tab {
    float: left;
    width: 100%
}

.tt-product-tab .tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 -4px;
    list-style: outside none none;
    margin-bottom: 15px
}

.tt-product-tab .tabs li.tab {
    margin-right: 30px;
    float: left;
    position: relative;
    border: none;
    margin-bottom: 0
}

.tt-product-tab .tabs li.tab a {
    color: #777;
    font: 600 16px/20px Roboto, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 1px;
    outline: medium none;
    padding: 10px 0 12px;
    position: relative;
    text-transform: capitalize;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: none;
    background: 0 0;
    z-index: 1
}

.tt-product-tab .tabs li.tab a:before {
    border-bottom: 3px solid #e5e5e5;
    bottom: -3px;
    top: auto;
    margin: auto;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.tt-product-tab .tabs li.tab:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    top: auto;
    background: #F37221;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.tt-product-tab .tabs li.tab:hover a {
    color: #000
}

.tt-product-tab .tabs li.tab:hover a:before {
    width: 100%
}

.tt-product-tab .tabs li.is-active a {
    color: #000
}

.tt-product-tab .tabs li.is-active:before {
    width: 100%
}

.tt-product-tab .tabs li.is-active>a::before {
    width: 100%;
    border: none
}

.tt-product-tab .productCarousel {
    margin-bottom: 0 !important
}

.tt-product-tab .tab-content.has-jsContent {
    padding: 0
}

.tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card {
    margin-top: 15px
}

.tt-video-list .toggle {
    border: none
}

.tt-video-list .toggle:last-of-type {
    margin: 0
}

.productView-options {
    float: left
}

#wishlist-dropdown.is-open .button {
    padding: 10px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: 400
}

.addthis_toolbox {
    float: left;
    width: 100%;
    margin: 0 0 25px
}

@media (max-width:544px) {
    .addthis_toolbox {
        margin: 0 0 10px
    }
}

.form-field--increments {
    width: auto;
    margin-bottom: 1.5rem;
    display: flex;
}

.price-section.price-section--withTax.rrp-price--withTax {
    float: left;
    line-height: 24px;
    margin-right: 8px
}

@media (max-width:544px) {
    .price-section.price-section--withTax.rrp-price--withTax {
        width: 100%
    }
}

.price-section.price-section--withTax.rrp-price--withTax span {
    line-height: 18px
}

.product .productView-details .productView-price .price-section--withTax.price-section .price.price--withTax {
    font-size: 20px
}

.tt-call-price {
    margin-bottom: 8px;
    float: left;
    width: 100%
}

.tt-call-price .material-icons {
    font-size: 20px;
    line-height: 20px
}

.price--discounted,
.price--non-sale,
.price--rrp {
    text-decoration: line-through
}

.price-section--minor {
    color: #999
}

@media (max-width:991px) {
    .tt-compare-page {
        overflow: scroll
    }
}

.compareTable {
    table-layout: fixed;
    width: 100%
}

@media (max-width:991px) {
    .compareTable {
        width: auto
    }
}

.compareTable .card-figure {
    overflow: visible
}

.compareTable-row {
    vertical-align: top
}

.compareTable-row+.compareTable-row .compareTable-heading,
.compareTable-row+.compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5;
    text-align: left
}

.compareTable-row+.compareTable-row .compareTable-heading:empty {
    border-top: 0
}

.compareTable-heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 1.28571rem 1rem;
    position: relative;
    text-align: right;
    width: 0
}

@media (min-width:992px) {
    .compareTable-heading {
        width: 25%
    }
}

.compareTable-headingText {
    position: absolute;
    top: 1.28571rem;
    white-space: nowrap
}

@media (min-width:992px) {
    .compareTable-headingText {
        position: inherit;
        top: inherit
    }
}

.compareTable-item {
    padding: 3.28571rem 1rem 1.28571rem
}

@media (min-width:992px) {
    .compareTable-item {
        padding-top: 1.28571rem
    }
}

.compareTable-removeProduct {
    background-color: #e5e5e5;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease;
    -moz-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
    -o-transition: background-color .15s ease
}

.compareTable-removeProduct .icon {
    fill: #666666;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease;
    -moz-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    height: 15px;
    margin-top: 7px;
    width: 15px
}

.compareTable-removeProduct:hover {
    background: red
}

.compareTable-removeProduct:hover .icon {
    fill: #ffffff
}

.compareTable-product {
    font-weight: 400;
    padding: 2rem 1rem 1.28571rem
}

.compareTable-product .card {
    margin-bottom: 0;
    overflow: visible
}

.compareTable-product .card .card-img-container {
    max-width: 100%
}

.compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem
}

.compareTable-action {
    padding: 0 1rem 1rem
}

.compareTable-action .button {
    display: block;
    padding-left: .78571rem;
    padding-right: .78571rem;
    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;
    -webkit-transition: max-height .1s ease-out;
    -moz-transition: max-height .1s ease-out;
    -ms-transition: max-height .1s ease-out;
    -o-transition: max-height .1s ease-out
}

.js .textTruncate {
    max-height: 110px;
    overflow: hidden
}

.js .textTruncate--visible {
    max-height: 71.42857rem
}

.textTruncate-viewMore {
    background-color: #fff;
    bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%
}

.toggle {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 2.28571rem
}

.toggle:last-of-type {
    margin-bottom: 4.57143rem
}

.toggle-title {
    margin-top: 0
}

.toggleLink {
    color: #666
}

.toggleLink:hover {
    color: #111
}

.toggle-title .toggleLink {
    float: right;
    line-height: 24px
}

.toggleLink-text {
    font-size: 14px;
    font-weight: 400
}

.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: 120rem;
    width: 100%;
    border: #e5e5e5 solid;
    border-radius: 4px;
    border-width: 1px;
    display: block;
    margin-bottom: 2rem;
    padding: 1rem
}

.facetedSearch-toggle:after,
.facetedSearch-toggle:before {
    content: " ";
    display: table
}

.facetedSearch-toggle:after {
    clear: both
}

@media (min-width:992px) {
    .facetedSearch-toggle {
        display: none !important
    }
}

@media (max-width:544px) {
    .facetedSearch-toggle {
        padding: 10px !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 {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    padding: 0;
    text-align: left
}

@media (max-width:991px) {
    .facetedSearch-toggle {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
        float: left
    }
}

.facetedSearch-toggle-indicator {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: right
}

@media (max-width:991px) {
    .facetedSearch-toggle-indicator {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
        float: left
    }
}

.facetedSearch-navList {
    display: none
}

@media (min-width:992px) {
    .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.is-open,
.sidebarBlock+.facetedSearch-navList.is-open {
    margin-top: -1px
}

@media (min-width:992px) {

    .facetedSearch-toggle+.facetedSearch-navList.is-open,
    .sidebarBlock+.facetedSearch-navList.is-open {
        margin-top: 2rem
    }
}

.facetedSearch-navList .navList--inner {
    margin-left: 1.5rem
}

.facet-quick-heading {
    text-transform: capitalize
}

.facetedSearch-optionColumns {
    column-count: 3;
    column-gap: 20px
}

.facetedSearch-refineFilters {
    display: none;
    margin: 0
}

@media (min-width:992px) {
    .facetedSearch-refineFilters {
        display: block
    }
}

.facetedSearch-content--rating .is-selected {
    font-weight: 700
}

@media (max-width:991px) {
    .facetedSearch-toggle-text {
        font-weight: 400 !important;
        font-style: italic
    }

    .facetedSearch-toggle.toggleLink {
        margin: 0
    }

    .facetedSearch-toggle.toggleLink {
        margin: 0;
        background: #F37221;
        color: #000;
        border-color: #F37221;
        border-radius: 5px
    }

    .facetedSearch-toggle.toggleLink .toggleLink-text,
    .facetedSearch-toggle.toggleLink>span {
        font-weight: 700;
        text-align: center
    }

    .facetedSearch-toggle.toggleLink .toggleLink-text i svg,
    .facetedSearch-toggle.toggleLink>span i svg {
        fill: black
    }
}

.topbanner {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    overflow: hidden
}

@media (max-width:991px) {
    .topbanner {
        float: none;
        display: inline-block !important;
        vertical-align: top
    }
}

@media (min-width:545px) and (max-width:767px) {
    .topbanner {
        margin: 0 0 60px
    }
}

@media (max-width:544px) {
    .topbanner {
        margin: 0
    }
}

.ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
    text-align: left;
    right: 0;
    left: auto;
    width: 46%;
    top: 60px
}

@media (min-width:1500px) and (max-width:1630px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        right: 20px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        top: 40px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        top: 30px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        top: 22px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        width: 56%;
        top: 12px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner-img3.ttbanner .ttright-banner-content .ttbanner-content {
        right: 10px;
        top: 16px
    }
}

@media (max-width:767px) {
    .ttcmsbanner .ttbanner-img2.ttbanner {
        margin: 10px 0
    }
}

.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
    width: 60%;
    text-align: right;
    right: 44px;
    top: 73px
}

@media (min-width:1500px) and (max-width:1630px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        top: 53px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        width: 100%;
        right: 24px;
        top: 36px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        width: 60%;
        right: 20px;
        top: 30px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        right: 15px;
        top: 23px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        right: 18px;
        top: 13px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        right: 20px;
        top: 18px
    }
}

.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .subtitle,
.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .title {
    color: #111
}

.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
    background: #111;
    border-color: #111;
    color: #fff
}

.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover {
    background: #0E7673 !important;
    border-color: #0E7673;
    color: #fff
}

.ttcmsbanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover span {
    background: #F37221;
    color: #000 !important
}

.ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
    width: 44%;
    text-align: left;
    right: 0;
    left: auto;
    top: 60px
}

@media (min-width:1500px) and (max-width:1630px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 48%
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        top: 40px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 46%;
        top: 31px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        top: 25px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 58%;
        right: 0;
        top: 12px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 50%;
        text-align: left;
        right: 10px;
        left: auto;
        top: 20px
    }
}

.ttcmsbanner .ttbanner {
    float: left;
    width: 33.33333%;
    padding: 0 15px
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .ttcmsbanner .ttbanner {
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        max-width: 530px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner {
        padding: 0 5px
    }
}

.ttcmsbanner .ttbanner img {
    border-radius: 8px
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner img {
        width: 100%;
        height: auto
    }
}

.ttcmsbanner .ttbanner .ttright-banner-content {
    position: relative
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content {
    position: absolute
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
    font: 400 16px/20px Open Sans, sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #fff
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        font-size: 14px;
        line-height: 18px;
        margin: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 5px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        font-size: 14px;
        line-height: 28px;
        margin: 0
    }
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
    font: 700 28px/34px Open Sans, sans-serif;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff
}

@media (min-width:1260px) and (max-width:1630px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        margin: 0 0 10px
    }
}

@media (min-width:1201px) and (max-width:1499px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 5px
    }
}

@media (max-width:767px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 20px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 18px;
        line-height: 24px
    }
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button {
    float: left;
    max-width: 100%;
    width: 100%
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
    background: #F37221;
    border-color: #F37221;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    overflow: visible;
    color: #000;
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    padding: 8px 15px;
    transition: .4s ease-in-out
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
        padding: 5px 10px;
        font-size: 13px
    }
}

@media (max-width:544px) {
    .ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
        padding: 5px 12px
    }
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a span {
    background: #0E7673;
    right: -12px;
    left: auto;
    color: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    transition: .4s ease-in-out;
    margin: auto
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover {
    padding-right: 40px
}

.ttcmsbanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover span {
    right: 10px;
    background: #0E7673;
    color: #fff !important
}

.ttcmsbanner .ttbanner:hover a:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s
}

.ttcmsbottombanner {
    margin: 20px 0;
    width: 100%
}

@media (max-width:767px) {
    .ttcmsbottombanner {
        margin-top: 20px !important
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner {
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.ttcmsbottombanner .ttbanner-img2.ttbanner {
    width: 33.33333%;
    text-align: right
}

@media (max-width:767px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner {
        float: none;
        text-align: center;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        max-width: 530px
    }
}

.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
    width: 35%;
    text-align: left;
    right: 20px;
    left: auto;
    top: 50px
}

@media (min-width:1500px) and (max-width:1630px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        right: 36px;
        top: 30px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        right: 14px;
        top: 30px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        top: 12px;
        right: 20px;
        width: 38%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        width: 45%;
        right: 0;
        top: 7px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        width: 45%;
        right: 5px;
        top: 2px
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content {
        top: 25px;
        width: 33%
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .title {
        margin: 0 0 10px
    }
}

.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .subtitle,
.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .title {
    color: #111
}

.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
    background: #111;
    border-color: #111;
    color: #fff
}

.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover {
    background: #0E7673 !important;
    border-color: #0E7673;
    color: #fff
}

.ttcmsbottombanner .ttbanner-img2.ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover span {
    background: #F37221;
    color: #000 !important
}

.ttcmsbottombanner .ttbanner-img1.ttbanner {
    width: 66.66667%;
    text-align: left
}

@media (max-width:767px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner {
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px 0
    }
}

.ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
    width: 40%;
    text-align: left;
    right: -40px;
    top: 63px
}

@media (min-width:1500px) and (max-width:1630px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        right: 50px;
        top: 30px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        right: 40px;
        top: 43px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 50%;
        right: -80px;
        top: 28px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        right: -25px;
        width: 40%;
        top: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        right: 0;
        top: 14px;
        width: 42%
    }
}

@media (min-width:545px) and (max-width:767px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 50%;
        right: 10px;
        top: 13px
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner-img1.ttbanner .ttright-banner-content .ttbanner-content {
        width: 60%;
        right: 10px;
        top: 0
    }
}

.ttcmsbottombanner .ttbanner {
    float: left;
    padding: 0 15px
}

@media (max-width:991px) {
    .ttcmsbottombanner .ttbanner {
        padding: 0 10px
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner {
        padding: 0
    }
}

.ttcmsbottombanner .ttbanner img {
    border-radius: 8px
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner img {
        width: 100%;
        height: auto
    }
}

.ttcmsbottombanner .ttbanner .ttright-banner-content {
    position: relative
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content {
    position: absolute
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
    font: 400 16px/20px Open Sans, sans-serif;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #fff
}

@media (min-width:768px) and (max-width:1200px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        font-size: 14px;
        line-height: 18px;
        margin: 0
    }
}

@media (max-width:767px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        margin: 0
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .subtitle {
        font-size: 12px;
        line-height: 16px;
        margin: 0
    }
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
    font: 700 30px/36px Open Sans, sans-serif;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff
}

@media (min-width:1260px) and (max-width:1630px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        margin: 0 0 10px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 5px
    }
}

@media (max-width:767px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 20px;
        margin: 0
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .title {
        font-size: 14px;
        line-height: 18px;
        margin: 0
    }
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button {
    float: left;
    max-width: 100%;
    width: 100%
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
    background: #F37221;
    border-color: #F37221;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 400;
    overflow: visible;
    color: #000;
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    padding: 8px 15px;
    transition: .4s ease-in-out
}

@media (min-width:768px) and (max-width:991px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
        padding: 5px 12px;
        font-size: 13px
    }
}

@media (max-width:544px) {
    .ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        padding: 4px 10px
    }
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a span {
    background: #0E7673;
    right: -12px;
    left: auto;
    color: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    transition: .4s ease-in-out;
    margin: auto
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover {
    padding-right: 40px
}

.ttcmsbottombanner .ttbanner .ttright-banner-content .ttbanner-content .ttbanner-button a:hover span {
    right: 10px;
    background: #0E7673;
    color: #fff !important
}

.ttcmsbottombanner .ttbanner:hover a:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s
}

.ttbanner-img1 {
    text-align: left
}

.ttbanner-img3 {
    text-align: right
}

#ttcmsbottombanner .ttbanner {
    float: left;
    width: 50%
}

.banners {
    color: #fff;
    background: #fff;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center
}

@media (max-width:544px) {
    .banners {
        margin: 0 !important
    }
}

.banners p:last-child {
    margin-bottom: 0
}

.ttbanner a {
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.ttbanner a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.banner+.banner {
    margin-top: 1.5rem
}

.facetLabel {
    background: #e5e5e5;
    border-radius: 4px;
    padding: .21429rem .5rem .21429rem .71429rem;
    text-decoration: none
}

.tt-new-arrival {
    margin: 20px 0;
}

.facetLabel .icon {
    height: .85714rem;
    width: .85714rem;
    display: inline-block;
    fill: #666666;
    position: relative;
    top: -1px
}

.tt-cart-view {
    margin: 0 0 16px !important
}

@media (max-width:991px) {
    .tt-cart-view {
        margin: 0 !important
    }
}

.cart {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width:992px) {
    .cart {
        display: table
    }
}

.cart-header {
    display: none
}

@media (min-width:992px) {
    .cart-header {
        display: table-header-group;
        text-align: left
    }
}

.cart-header-item {
    padding-bottom: 1rem;
    font-size: 16px;
    color: #000
}

.cart-header-item:last-child {
    text-align: right
}

.cart-list {
    border-top: 1px solid #e5e5e5;
    display: block
}

@media (max-width:991px) {
    .cart-list {
        border-top: none
    }
}

@media (min-width:992px) {
    .cart-list {
        display: table-row-group
    }
}

.cart-item {
    border-bottom: 1px solid #e5e5e5;
    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:670px) and (max-width:991px) {
    .cart-item {
        padding-left: 16%
    }
}

@media (min-width:992px) {
    .cart-item {
        display: table-row;
        padding-left: 0
    }

    .cart-item:after,
    .cart-item:before {
        display: none
    }
}

.cart-item-block {
    display: block
}

@media (min-width:992px) {
    .cart-item-block {
        display: table-cell
    }
}

.cart-item-block .definitionList {
    margin-bottom: .35714rem
}

.cart-item-figure {
    float: left;
    height: 7.14286rem;
    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:992px) {
    .cart-item-figure {
        float: none;
        width: 8.33333%
    }
}

@media (min-width:670px) and (max-width:991px) {
    .cart-item-figure {
        margin-left: -19%;
        width: 18%
    }
}

@media (min-width:544px) and (max-width:669px) {
    .cart-item-figure {
        height: auto;
        width: 25%;
        margin-bottom: 0
    }
}

@media (max-width:544px) {
    .cart-item-figure {
        height: auto;
        width: 115px;
        margin-bottom: 10px
    }
}

.cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 110%
}

.cart-item-fixed-image {
    width: 100%
}

.cart-item-image {
    max-width: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 10px 0;
    float: left
}

@media (max-width:991px) {
    .cart-item-image {
        margin: 0
    }
}

.cart-item-title {
    display: table-cell;
    height: 7.14286rem;
    padding-left: 1.5rem;
    text-align: left
}

@media (min-width:551px) {
    .cart-item-title {
        display: block;
        height: auto;
        margin-bottom: 10px;
        overflow: hidden
    }
}

@media (max-width:544px) {
    .cart-item-title {
        height: auto;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .cart-item-title {
        display: table-cell;
        padding: 1.5rem
    }
}

@media (min-width:544px) and (max-width:669px) {
    .cart-item-title {
        padding-left: 0
    }
}

.cart-item-info {
    clear: both;
    width: 100%;
    text-align: left
}

@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:992px) {
    .cart-item-info {
        float: none;
        width: 16.66667%
    }

    .cart-item-info:last-child {
        text-align: right
    }
}

.cart-item-info+.cart-item-info {
    margin-top: .78571rem
}

@media (min-width:992px) {

    .cart-header-quantity,
    .cart-item-quantity {
        text-align: left
    }
}

.cart-item-quantity .form-increment {
    display: flex;
    margin: 0 .21429rem 1px 1.5rem;
    align-items: center;
}

@media (min-width:992px) {
    .cart-item-quantity .form-increment {
        margin-left: 0
    }
}

.cart-item-label {
    color: #666;
    float: left;
    margin-bottom: .35714rem;
    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:992px) {
    .cart-item-label {
        display: none
    }
}

.cart-item-value {
    padding-left: 1.5rem;
    font-weight: 500;
    color: #111
}

@media (min-width:992px) {
    .cart-item-value {
        padding-left: 0
    }
}

.price--discounted {
    color: #666;
    font-weight: 400
}

.cart-item-brand {
    color: #999;
    margin-bottom: .21429rem
}

.cart-item-name {
    font-size: 14px;
    margin: 0
}

.cart-item-name+.definitionList {
    margin-top: .35714rem
}

.cart-item-name>a {
    color: #111;
    font-weight: 700;
    text-transform: capitalize
}

.cart-item-options--giftWrapping {
    margin-top: 1.14286rem
}

.cart-item-options--giftWrapping .cart-item-option-description {
    color: #666
}

.cart-remove {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 1.28571rem;
    margin-top: .14286rem;
    padding: .21429rem;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease;
    -moz-transition: background-color .15s ease;
    -ms-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    width: 1.28571rem
}

@media (min-width:551px) {
    .cart-remove {
        margin-left: 1rem
    }
}

.cart-remove.cart-remove--spacer {
    visibility: hidden
}

.cart-remove>svg {
    fill: #666666
}
.cart-remove .material-icons {
    font-size: 16px;
    line-height: 20px;
}

.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:992px) {
    .cart-totals {
        margin-bottom: 1rem;
        width: 58.33333%
    }
}

@media (min-width:1261px) {
    .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:992px) {
    .cart-total+.cart-total {
        border-top: 1px solid #e5e5e5
    }
}

.cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: .5rem;
    vertical-align: top;
    width: 75%
}

.cart-total .form-select {
    background-position: right .35714rem top .5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: .78571rem;
    padding: .5rem .78571rem
}

.cart-total .form-inlineMessage {
    text-align: left
}

.cart-total-label {
    color: #111;
    width: 33.33333%
}

@media (min-width:551px) {
    .cart-total-label {
        width: 50%
    }
}

@media (min-width:992px) {
    .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:992px) {
    .cart-total-value {
        width: 50%
    }
}

@media (min-width:544px) and (max-width:991px) {
    .cart-total-value {
        float: right !important
    }
}

.cart-total-label {
    float: left;
    padding: .5rem 0 .5rem 1.5rem
}

@media (max-width:544px) {
    .cart-total-label {
        padding: 0 0 10px
    }
}

@media (min-width:992px) {
    .cart-total-label {
        padding: 1rem 0
    }
}

.cart-total-value {
    float: left;
    padding: 0 0 0 10px
}

@media (min-width:992px) {
    .cart-total-value {
        padding: 1rem 0
    }
}

.cart-total-grandTotal {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #111;
    font-size: 20px;
    padding-bottom: .21429rem;
    padding-top: .21429rem;
    position: relative
}

@media (min-width:992px) {
    .cart-total-grandTotal {
        padding: 1rem 0;
        top: -.28571rem
    }
}

@media (max-width:544px) {
    .cart-total-grandTotal {
        padding: 0;
        margin-left: 10px
    }
}

.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-hide,
.shipping-estimate-show {
    color: #666;
    padding: 0;
    transition: color .15s ease;
    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    -ms-transition: color .15s ease;
    -o-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: #111
}

.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: .78571rem;
    padding-right: .78571rem;
    width: 20%
}

.estimator-form {
    margin-bottom: 0
}

.estimator-form .form-input {
    margin-bottom: .78571rem;
    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.28571rem;
    margin-bottom: 0
}

.estimator-form-label-text {
    margin-left: .71429rem
}

.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: right;
    padding-top: .35714rem
}

.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: .5rem 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
}

.previewCartItem {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
    display: table-row;
    line-height: 19px
}

.previewCartItem:after,
.previewCartItem:before {
    content: " ";
    display: table
}

.previewCartItem:after {
    clear: both
}

.previewCartItem+.previewCartItem {
    border-top: 1px solid #e5e5e5
}

.previewCartItem-content,
.previewCartItem-image {
    text-align: left;
    display: table-cell;
    vertical-align: top
}

.previewCartItem-content a,
.previewCartItem-image a {
    padding: 0
}

.previewCartItem-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    padding: 22px 5px;
    text-align: center;
    position: relative
}

.previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px
}

.previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 110%
}

.previewCartItem-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 66.66667%;
    padding-top: 12px
}

.previewCartItem-name {
    margin: 0;
    text-transform: none
}

.previewCartItem-name>a {
    text-decoration: none
}

.previewCartItem-brand,
.previewCartItem-name {
    margin-bottom: .21429rem;
    float: left;
    width: 100%
}

.previewCartItem-price {
    font-weight: 700;
    font-size: 14px
}

.previewCartItem-brand {
    font-weight: 500;
    font-size: 13px
}

.previewCartItem-price {
    color: #0E7673;
    display: inline-block
}

.previewCartItem-brand {
    color: #111
}

.previewCartAction {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 1.5rem 0
}

.previewCartAction:after,
.previewCartAction:before {
    content: " ";
    display: table
}

.previewCartAction:after {
    clear: both
}

.previewCartAction .total-price {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 19px;
    font-size: 16px;
    font-weight: 700;
    color: #111
}

.previewCartAction .button {
    margin: 0;
    padding-left: .78571rem;
    padding-right: .78571rem;
    width: 100%
}

.previewCartAction-checkout,
.previewCartAction-viewCart {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    float: right
}

.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-checkout {
    padding-right: .35714rem
}

.previewCartAction-checkoutMultiple {
    clear: both;
    padding-left: .78571rem;
    padding-top: .35714rem
}

.previewCartAction-viewCart {
    padding: 0 .75rem 0 0
}

.previewCartAction-viewCart .button {
    float: right !important
}

.previewCart-emptyBody {
    padding: 3rem;
    text-align: center
}

.addressList {
    font-size: 0;
    list-style: none;
    margin-left: -.78571rem;
    margin-right: -.78571rem
}

.address {
    display: inline-block;
    padding: 0 .78571rem;
    vertical-align: top;
    width: 100%
}

@media (min-width:551px) {
    .address {
        width: 50%
    }
}

@media (min-width:1261px) {
    .address {
        width: 33.33333%
    }
}

.panel--address {
    font-size: 13px;
    position: relative
}

.panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem
}

@media (min-width:551px) {
    .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem
    }
}

.panel--address .form-actions {
    margin-bottom: -.78571rem;
    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: .78571rem
}

.panel--address .form-actions .button+.button {
    margin-left: 0;
    margin-top: 0
}

@media (min-width:551px) {
    .panel--address .form-actions .button+.button {
        margin-left: .35714rem
    }
}

.address-title {
    margin: 0 0 .78571rem;
    text-transform: none
}

.address-details {
    list-style: none;
    margin: 0 0 .78571rem
}

.address-details--postal {
    font-size: 14px
}

.address-description,
.address-label {
    display: inline-block;
    font-size: 13px;
    margin: 0
}

.address-label {
    color: #666;
    font-weight: 400
}

.panel--newAddress {
    display: block;
    text-align: center;
    text-decoration: none
}

.panel--newAddress:hover .address-title {
    color: #111
}

.panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block
}

.panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease
}

.address-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-55%);
    -webkit-transform: translateX(-50%) translateY(-55%);
    -ms-transform: translateX(-50%) translateY(-55%);
    -o-transform: translateX(-50%) translateY(-55%);
    -moz-transform: translateX(-50%) translateY(-55%)
}

.address-symbol {
    font-size: 50px;
    line-height: 1
}

.videoGallery-main {
    float: left;
    width: 50%;
    margin-bottom: 6px
}

@media (max-width:991px) {
    .videoGallery-main {
        width: 100%;
        margin: 0 0 20px
    }
}

.videoGallery-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    float: left;
    width: 50%;
    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
}

@media (max-width:991px) {
    .videoGallery-list {
        width: 100%
    }
}

.videoGallery-item {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0
}

@media (min-width:992px) {
    .videoGallery-item {
        width: 100%
    }
}

.video {
    display: block;
    margin-bottom: 1.85714rem;
    opacity: .4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    text-decoration: none;
    transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -ms-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out
}

.video:after,
.video:before {
    content: " ";
    display: table
}

.video:after {
    clear: both
}

.video-figure {
    float: left;
    margin-right: .78571rem
}

.video-figure>img {
    display: block
}

.video-figure--opposite {
    float: right;
    margin-left: .78571rem;
    margin-right: 0
}

.video-body:after,
.video-body:before {
    content: " ";
    display: table
}

.video-body:after {
    clear: both
}

@media (min-width:992px) {
    .video {
        margin-bottom: 1.85714rem
    }
}

.video.is-active,
.video:hover {
    color: #333;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.video-figure {
    margin-right: 0
}

.video-title {
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
    font-weight: 700
}

@media (max-width:1200px) {
    .video-title {
        font-size: 14px
    }
}

.video-description {
    font: 14px/20px Roboto, Helvetica, sans-serif;
    margin-bottom: 0;
    color: #666
}

.previewCart {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%
}

.previewCart:after,
.previewCart:before {
    content: " ";
    display: table
}

.previewCart:after {
    clear: both
}

.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
}

@media (min-width:991px) and (max-width:1199px) {
    .previewCart .productView {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 66.66667%;
        float: left
    }
}

@media (max-width:991px) {
    .previewCart .productView {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
        float: left;
        padding: 0
    }
}

.previewCart .productView-image {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:991px) {
    .previewCart .productView-image .productView-img-container {
        margin: 0 0 2px
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .previewCart .productView-image {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 41.66667%;
        float: left;
        min-height: 100%
    }
}

@media (max-width:991px) {
    .previewCart .productView-image {
        min-height: 100%
    }
}

.previewCart .productView-image--cart {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto;
    width: 100%
}

@media (min-width:991px) and (max-width:1199px) {
    .previewCart .productView-details {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 58.33333%;
        float: left
    }
}

@media (max-width:991px) {
    .previewCart .productView-details {
        margin: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        width: 58.33333%;
        float: left
    }
}

@media (max-width:544px) {
    .previewCart .productView-details {
        padding-right: 0
    }
}

.previewCart .productView-title {
    margin-top: 0
}

@media (max-width:544px) {
    .previewCart .productView-title {
        font-size: 14px;
        line-height: 20px
    }
}

.previewCart .productView-info {
    margin: 0
}

.previewCartCheckout {
    padding: 1rem;
    background: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: right;
    padding: 3.75rem 1.5rem !important
}

@media (min-width:991px) and (max-width:1199px) {
    .previewCartCheckout {
        padding: 15px !important;
        width: 33.3333% !important
    }
}

@media (max-width:991px) {
    .previewCartCheckout {
        width: 100% !important;
        margin: 30px 0 0;
        padding: 30px 20px !important
    }
}

@media (max-width:544px) {
    .previewCartCheckout {
        margin: 20px 0 0;
        padding: 20px 10px !important
    }
}

.previewCartCheckout .button {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important
}

.previewCartCheckout .button+.button,
.previewCartCheckout .button+p {
    margin-top: .78571rem
}

@media (max-width:991px) {

    .previewCartCheckout .button+.button,
    .previewCartCheckout .button+p {
        margin-top: 0
    }
}

.previewCartCheckout-price {
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000
}

@media (max-width:544px) {
    .previewCartCheckout-price {
        font-size: 20px
    }
}

.previewCartCheckout-subtotal {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

@media (max-width:544px) {
    .previewCartCheckout-subtotal {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: .5rem 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:992px) {
    .suggestiveCart {
        display: block
    }
}

.maintenanceNotice {
    background-color: #fffdea;
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    color: #333;
    left: 1.14286rem;
    padding: 1rem 1.28571rem;
    position: fixed;
    top: 1.14286rem;
    width: 24rem;
    z-index: 500
}

.maintenanceNotice>:last-child {
    margin-bottom: 0
}

.maintenanceNotice a {
    color: #333
}

.maintenanceNotice-header {
    font-family: "Open Sans";
    margin: 0 0 .78571rem
}

body.hasAdminBar {
    padding-top: 101px
}

@media (min-width:992px) {
    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 {
    background-color: #fff;
    box-shadow: 0 .14286rem .5rem 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 .14286rem .5rem 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 .14286rem .5rem 0 rgba(0, 0, 0, .2);
    color: #626568;
    float: left;
    font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10000
}

.adminBar-logo {
    background-color: #273a8a;
    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;
    margin-left: 45px;
    padding: 17px 20.5px 14px 20px
}

.adminBar-content a {
    color: #4b71fc;
    font-weight: 700;
    text-decoration: none
}

.adminBar-private {
    float: right;
    text-align: right
}

.adminBar-private span {
    white-space: nowrap
}

.preview {
    font-weight: 400;
    padding-left: 9px
}

.cookieMessage {
    background: #e5e5e5;
    color: #333;
    display: none
}

.cookieMessage .button {
    width: 100%
}

@media (min-width:992px) {
    .cookieMessage .button {
        vertical-align: middle;
        width: 25%
    }
}

@media (min-width:1261px) {
    .cookieMessage .button {
        vertical-align: top
    }
}

.cookieMessage-container {
    margin: 0 auto;
    padding: 1.5rem
}

@media (min-width:992px) {
    .cookieMessage-container {
        width: 83.33333%
    }
}

@media (min-width:1261px) {
    .cookieMessage-container {
        width: 58.33333%
    }
}

@media (min-width:992px) {
    .cookieMessage-text {
        display: inline-block;
        padding: 0 .78571rem;
        vertical-align: middle;
        width: 66.66667%
    }
}

.login-row {
    float: left;
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
    margin-top: 1.5rem
}

.login-row:after,
.login-row:before {
    content: " ";
    display: table
}

.login-row:after {
    clear: both
}

.login-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    text-align: left
}

@media (min-width:992px) {
    .login-form {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left;
        margin-top: 3rem
    }
}

.login-form .form-actions {
    text-align: left
}

.login-form .form-actions .forgot-password {
    line-height: 42px
}

.new-customer {
    text-align: left;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width:992px) {
    .new-customer {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.new-customer-intro {
    margin-bottom: 0
}

.new-customer-fact-list {
    margin-left: 1.5rem;
    margin-top: 10px
}

.new-customer-fact {
    padding-left: 2px
}

.panel-body,
.panel-header {
    background-color: #f5f5f5
}

.panel-title {
    font-weight: 700;
    color: #000
}

.search-suggestion {
    margin-bottom: 2rem
}

.search-suggestion>:last-child {
    margin-bottom: 0
}

.suggestion-title {
    margin-top: 0;
    text-transform: inherit
}

.advancedSearch-form {
    margin-bottom: 3rem
}

.advancedSearch-form .form-row {
    margin-bottom: -1.5rem
}

.quickSearchResults {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    z-index: 99
}

@media (max-width:991px) {
    .quickSearchResults {
        top: 58px
    }
}

.quickSearchResults p.quickSearchMessage {
    padding: 15px !important;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border-radius: 12px
}

.quickSearchResults p.quickSearchMessage:before {
    color: #e5e5e5;
    font-size: 32px;
    left: 13px;
    height: 10px;
    width: 30px;
    display: block;
    float: right;
    position: absolute;
    top: -8px;
    line-height: 10px;
    right: auto;
    content: "\e5c7";
    font-family: "Material Icons"
}

.quickSearchResults ul {
    margin: 0;
    padding: 15px !important;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border-radius: 12px;
    max-height: 450px;
    overflow-y: auto
}

.quickSearchResults ul:before {
    color: #e5e5e5;
    font-size: 32px;
    left: 13px;
    height: 10px;
    width: 30px;
    display: block;
    float: right;
    position: absolute;
    top: -8px;
    line-height: 10px;
    right: auto;
    content: "\e5c7";
    font-family: "Material Icons"
}

@media (max-width:544px) {
    .quickSearchResults ul {
        padding: 5px 5px 0 !important
    }
}

.quickSearchResults ul li {
    float: left;
    padding: 0 !important;
    width: 25% !important
}

@media (min-width:1201px) and (max-width:1630px) {
    .quickSearchResults ul li {
        width: 33.33333% !important
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .quickSearchResults ul li {
        width: 50% !important
    }
}

@media (max-width:991px) {

    .quickSearchResults ul li .card-figcaption,
    .quickSearchResults ul li .rating-block,
    .quickSearchResults ul li .tt-cart-btn {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .quickSearchResults ul li {
        width: 33.33333% !important
    }
}

@media (min-width:545px) and (max-width:767px) {
    .quickSearchResults ul li {
        width: 50% !important
    }
}

@media (max-width:544px) {
    .quickSearchResults ul li {
        width: 100% !important
    }
}

.quickSearchResults ul li .card {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 255, 0);
    background: #fff;
    width: 100% !important
}

@media (max-width:1199px) {
    .quickSearchResults ul li .card {
        padding: 5px 10px
    }
}

.quickSearchResults ul li .card .title-brand {
    padding: 0
}

.quickSearchResults ul li .card .card-figure {
    width: 100%;
    padding: 0;
    float: left;
    background: 0 0
}

.quickSearchResults ul li .card .card-figure .card-image {
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.quickSearchResults ul li .card .card-figure .sale-flag-sash,
.quickSearchResults ul li .card .card-figure .sale-flag-side,
.quickSearchResults ul li .card .card-figure .starwrap {
    display: none
}

.quickSearchResults ul li .card .card-body {
    border: none;
    background: 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    min-height: auto
}

.quickSearchResults ul li .card .card-body .rating-block {
    padding: 0 8px
}

@media (max-width:1199px) {
    .quickSearchResults ul li .card .card-body .card-title {
        margin: 0
    }
}

.quickSearchResults ul li .card .card-body .card-title>a {
    color: #666
}

.quickSearchResults ul li .card .card-body .card-figcaption,
.quickSearchResults ul li .card .card-body .tt-cart-btn {
    display: none
}

@media (max-width:1199px) {
    .quickSearchResults ul li .card .card-body .tt-price>div {
        line-height: 18px
    }

    .quickSearchResults ul li .card .card-body .tt-price>div .price--withTax {
        font-size: 13px;
        line-height: 18px
    }
}

.quickSearchResults ul li .card .card-body .card-title,
.quickSearchResults ul li .card .card-body .tt-price {
    text-align: left;
    padding: 0
}

.quickSearchResults ul li .card:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #f5f5f5
}

@media (min-width:992px) {
    .quickSearchResults ul li .card:hover .rating-block {
        display: block
    }
}

.quickSearchResults ul li .card:hover .card-title>a {
    color: #111
}

.quickSearchResults ul li .card:hover .card-title,
.quickSearchResults ul li .card:hover .tt-price,
.quickSearchResults ul li .card:hover .tt-price>div {
    opacity: 1
}

@media (min-width:992px) {
    .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: 14px
}

@media (min-width:992px) and (max-width:1199px) {
    .category-suggestion {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

@media (min-width:545px) and (max-width:991px) {
    .category-suggestion {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

@media (max-width:544px) {
    .category-suggestion {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
        float: left
    }
}

.search-refine {
    margin-left: 1.5rem
}

.quickSearchMessage {
    font-size: 22px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 10px
}

@media (max-width:544px) {
    .quickSearchResults .modal-close {
        top: 0;
        right: 0
    }
}

.quickSearchResults .card {
    margin-bottom: 0
}

.quickSearchResults .card .card-figure:after {
    display: none
}

.quickSearchResults .productGrid .product {
    min-height: auto !important
}

@media (max-width:991px) {
    .quickSearchResults .productGrid .product .card {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }
}

.navBar--account {
    display: none
}

@media (min-width:992px) {
    .navBar--account {
        display: block
    }
}

.account-heading {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-bottom: 1rem
}

.account-list {
    list-style: none;
    margin-left: 0
}

.account-listItem {
    border-bottom: 1px solid #e5e5e5;
    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 #e5e5e5;
    font-weight: 700;
    padding: 2rem 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: .78571rem
}

.account-product-figure>img {
    display: block
}

.account-product-figure--opposite {
    float: right;
    margin-left: .78571rem;
    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 2rem 0 0;
    position: relative;
    width: 70px
}

.account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 110%
}

.account-product-download {
    border-radius: 50%;
    height: 2.35714rem;
    padding: 0;
    position: absolute;
    right: -.78571rem;
    top: -.78571rem;
    width: 2.35714rem;
    z-index: 1
}

.account-product-download .icon {
    height: 1.5rem;
    margin-top: .35714rem;
    width: 1.5rem
}

.account-product-download svg {
    fill: white
}

.account-product-body {
    overflow: hidden;
    padding-bottom: 3.5rem;
    position: relative
}

@media (min-width:551px) {
    .account-product-body {
        padding-bottom: 0
    }
}

.account-product-body .definitionList {
    font-size: 14px;
    margin-bottom: 0
}

.account-product-title {
    margin: 0 0 .21429rem;
    text-transform: inherit
}

.account-product-title>a {
    text-decoration: none;
    color: #111
}

.account-product-title+.definitionList {
    margin-top: .78571rem
}

.account-product-subtitle {
    color: #999;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: -.21429rem 0 1rem;
    text-transform: inherit
}

.account-product-price {
    float: right;
    font-size: 14px
}

.account-product-description+.definitionList {
    margin: -1.35714rem 0 1.5rem
}

.account-product-refundQty {
    color: #999;
    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:1261px) {
    .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:1261px) {
    .account-product-detail--large {
        width: 50%
    }
}

.account-product-detail--full {
    width: 100%
}

.account-product-detail-heading {
    color: #666;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 0 .35714rem
}

.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:1261px) {
    .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:1261px) {
    .account-product--alignMiddle .account-product-figure {
        left: -2rem
    }
}

.account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle
}

@media (min-width:1261px) {
    .account-product--alignMiddle .account-product-body {
        padding-left: 0
    }
}

.account-orderTotal {
    float: right;
    font-size: 14px;
    margin-top: -1.5rem;
    width: 66.66667%
}

.account-orderTotal-key,
.account-orderTotal-value {
    margin: 0;
    padding: 1.5rem 0
}

.account-orderTotal-key {
    color: #666;
    float: left;
    font-weight: 400
}

.account-orderTotal-key:last-of-type {
    position: relative;
    top: .28571rem
}

.account-orderTotal-value {
    border-bottom: 1px solid #e5e5e5;
    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: #03c04a;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 .35714rem;
    padding: .21429rem .5rem;
    border-radius: 3px
}

.account-orderStatus-action {
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .25px;
    margin-left: .78571rem;
    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: #111
}

.account .pagination {
    color: #999;
    margin-top: 3rem;
    text-align: center
}

.account-message .is-read {
    color: #999
}

.account-sidebar-block {
    font-size: 14px
}

.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: #666;
    font-weight: 400;
    margin-top: 1.5rem
}

.account-downloads-summary {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    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: #666;
    font-size: 14px;
    margin-bottom: .21429rem;
    text-transform: inherit
}

.account-downloadsItem-description {
    margin-bottom: 0
}

.account-downloadsItem-availability {
    color: #666
}

.wishlists-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem
}

.wishlist-header {
    display: none;
    text-align: center
}

.modal .wishlist-header {
    display: block
}

.wishlist-form {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 39.28571rem
}

.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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 46.42857rem;
    text-align: center
}

.icon--ratingEmpty svg {
    fill: #ffbf34
}

.icon--ratingFull svg {
    fill: #ffbf34
}

.rating-block {
    margin-bottom: 10px
}

.listItem-rating,
.productView-rating,
.rating--small,
.shortlistItem-rating {
    display: inline-block
}

.listItem-rating .icon,
.productView-rating .icon,
.rating--small .icon,
.shortlistItem-rating .icon {
    width: 12px;
    height: 24px
}

.listItem-rating .icon .material-icons,
.productView-rating .icon .material-icons,
.rating--small .icon .material-icons,
.shortlistItem-rating .icon .material-icons {
    font-size: 16px
}

.listItem-rating .icon--ratingFull,
.productView-rating .icon--ratingFull,
.rating--small .icon--ratingFull,
.shortlistItem-rating .icon--ratingFull {
    color: #ffbf34;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.listItem-rating .icon--ratingEmpty,
.productView-rating .icon--ratingEmpty,
.rating--small .icon--ratingEmpty,
.shortlistItem-rating .icon--ratingEmpty {
    color: #ffbf34;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.apple-pay-checkout-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: .28571rem;
    cursor: pointer;
    display: none;
    max-height: 4.57143rem;
    min-height: 2.28571rem;
    min-width: 9.57143rem;
    padding: 1.5rem;
    background-color: #000;
    background-image: -webkit-named-image(apple-pay-logo-white)
}

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
    margin-top: .78571rem
}

.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 {
    float: none;
    margin-top: .78571rem
}

.paymentMethodsTitle {
    padding: 0;
    text-transform: none;
    width: 100%;
    margin: 0 0 .78571rem
}

.paymentMethodsGrid {
    margin: -.78571rem;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paymentMethodsGrid-item {
    padding: .78571rem;
    width: 100%
}

@media (min-width:551px) {
    .paymentMethodsGrid-item {
        width: 50%
    }
}

.paymentMethod {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    border-radius: .21429rem;
    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: .78571rem;
    width: 2rem
}

@media (min-width:1261px) {
    .methodHeader-icon {
        width: 3rem
    }
}

.methodHeader-title {
    font-size: 14px;
    font-weight: 600
}

@media (min-width:1261px) {
    .methodHeader-title {
        font-size: 13px
    }
}

.methodHeader-brand {
    font-size: 14px;
    font-weight: 600
}

@media (min-width:1261px) {
    .methodHeader-brand {
        font-size: 13px
    }
}

.methodHeader-meta {
    padding-left: .78571rem;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.methodHeader-default {
    margin-left: .78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem
}

@media (min-width:1261px) {
    .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem
    }
}

.methodHeader-expiry {
    font-size: 14px;
    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: 14px
}

.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: 13.28571rem;
    height: 100%
}

.newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 .78571rem
}

.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: .78571rem
    }
}

.paymentMethodForm-heading {
    color: #333;
    font-family: "Open Sans", 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: .21429rem;
    width: 2.42857rem
}

.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: .64286rem;
    top: 2.78571rem
}

.paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem
}

.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: .78571rem
}

.paymentMethodForm-details-description {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px
}

.tt-category-content {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.tt-category-content .category-img {
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width:1200px) {
    .tt-category-content .category-img {
        width: 100%
    }
}

.tt-category-content .category-img img {
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px
}
@media (max-width:1200px) {
    .tt-category-content .category-img img {
        padding: 0px;
    }
}
.tt-category-content .category-desc {
    padding: 0 15px 0 15px;
    width: 100%
}

@media (min-width:1260px) and (max-width:1499px) {
    .tt-category-content .category-desc {
        padding: 0 0 0 10px
    }
}

@media (max-width:1200px) {
    .tt-category-content .category-desc {
        width: 100%;
        padding: 20px 0 0 0
    }
}

.tt-category-content .category-desc>p {
    margin: 0
}

.tt-category-content .category-desc .category-heading {
    color: #333;
    font: 700 16px/26px Roboto, sans-serif;
    margin: 0 0 10px;
    text-transform: capitalize
}

.tt-subcategoires {
    margin-top: 10px;
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

@media (max-width:544px) {
    .tt-subcategoires {
        margin-top: 0
    }
}

.tt-subcategoires .subcategory-item {
    box-sizing: border-box;
    width: calc((100% - (15px * 7)) / 8);
    float: none;
    display: inline-block;
    vertical-align: top
}

@media (max-width:1200px) {
    .tt-subcategoires .subcategory-item {
        width: calc((100% - (15px * 5)) / 6);
    }
}

@media (max-width:991px) {
    .tt-subcategoires .subcategory-item {
       width: calc((100% - (15px * 4)) / 5);
    }
}

@media (max-width:767px) {
    .tt-subcategoires .subcategory-item {
        width: calc((100% - (15px * 2)) / 3);
    }
}

@media (max-width:544px) {
    .tt-subcategoires .subcategory-item {
        width: calc((100% - 15px) / 2);
    }
}

.tt-subcategoires .subcategory-item .subcategory-name {
    font: 400 13px/22px Roboto, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-subcategoires .subcategory-item .subcategory-img {
    float: left;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px
}

@media (max-width:544px) {
    .tt-subcategoires .subcategory-item .subcategory-img {
        margin: 15px 0 5px
    }
}

.tt-subcategoires .subcategory-item:hover .subcategory-name {
    color: #000
}

.header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 501
}

@media (max-width:991px) {
    .header {
        min-height: auto
    }
}

.header-top {
    text-align: center;
    background: #0E7673;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 13px 0
}

@media (max-width:544px) {
    .header-top {
        margin-bottom: 0
    }
}

.header-top div span.material-icons {
    font-size: 20px
}

@media (max-width:544px) {
    .header-top div span.material-icons {
        font-size: 13px;
        line-height: 23px
    }
}

.header-top .tt-header-cms {
    float: left
}

@media (max-width:767px) {
    .header-top .tt-header-cms {
        width: 100%
    }
}

.header-top .tt-header-cms .content {
    color: #fff
}

@media (max-width:767px) {
    .header-top .tt-header-cms .content {
        font-size: 13px;
        line-height: 18px
    }
}

.header-top .tt-giftcard {
    position: relative
}

.header-top .tt-giftcard:after {
    border-left: 1px solid rgba(255, 255, 255, .12);
    height: 15px;
    content: "";
    width: 1px;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: auto
}

@media (min-width:545px) and (max-width:767px) {
    .header-top .tt-giftcard:after {
        border-left: none;
        border-right: 1px solid #cdcdcd;
        right: auto;
        left: 3px
    }
}

@media (max-width:544px) {
    .header-top .tt-giftcard:after {
        border: none
    }
}

.header-top .email-id {
    padding: 0 10px;
    margin-right: 10px;
    position: relative
}

.header-top .email-id,
.header-top .tt-giftcard {
    color: #fff;
    float: right
}

@media (min-width:545px) and (max-width:767px) {

    .header-top .email-id,
    .header-top .tt-giftcard {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:544px) {

    .header-top .email-id,
    .header-top .tt-giftcard {
        float: left;
        width: 100%
    }
}

.header-top .email-id a,
.header-top .tt-giftcard a {
    color: #fff
}

@media (max-width:767px) {

    .header-top .email-id a,
    .header-top .tt-giftcard a {
        font-size: 13px;
        line-height: 22px
    }
}

.header-top .email-id .content a,
.header-top .tt-giftcard .content a {
    color: #fff
}

.header-top .material-icons {
    margin-right: 5px
}

.header-center {
    background-color: #0E7673;
    text-align: center;
    width: 100%;
    min-height: 185px;
    position: relative
}

@media (max-width:991px) {
    .header-center {
        min-height: 100%;
        float: left;
        border-bottom: 1px solid rgba(0, 0, 255, 0);
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .header-center {
        margin: 0;
        min-height: 100%;
        overflow: visible;
        position: relative;
        padding: 0;
        float: left;
        width: 100%
    }
}

.header-center.is-open {
    height: 100%
}

@media (min-width:992px) {
    .header-center.is-open {
        height: auto
    }
}

.header-bottom {
    background-color: #0E7673;
    text-align: center;
    float: left;
    width: 100%;
    padding: 8px 0
}

@media (max-width:991px) {
    .header-bottom {
        padding: 10px 0
    }
}

.header-logo {
    font-size: 0;
    margin: 22px 0 19px;
    text-align: center;
    float: left;
    width: auto
}

@media (min-width:544px) and (max-width:991px) {
    .header-logo {
        width: 170px;
        float: none;
        margin: 20px 0 20px 16%;
        text-align: center;
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width:992px) {
    .header-logo {
        padding: 0
    }

    .header.fixed .header-logo {
        display: none
    }
}

@media (max-width:544px) {
    .header-logo {
        width: 176px;
        margin: 12px 0 5px;
        padding: 0 0 0 40px
    }
}

.header-logo>a {
    color: #fff;
    display: inline-block;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20
}

.header-logo>a:after,
.header-logo>a:before {
    content: " ";
    display: table
}

.header-logo>a:after {
    clear: both
}

@media (max-width:991px) {
    .header-logo>a {
        display: inline-block;
        width: auto;
        padding: 0;
        float: none;
        vertical-align: top
    }
}

@media (max-width:991px) {
    .header-logo>a span {
        float: left;
        width: 100%
    }

    .header-logo>a span:after {
        display: none
    }
}

@media (max-width:991px) {
    .header-logo>a span img {
        width: 100%;
        height: auto
    }
}

.header-logo>a:hover {
    color: #111
}

.header-logo>a:active {
    color: #111
}

.header-logo--left {
    text-align: left
}

@media (min-width:992px) {
    .header-logo--left {
        margin-left: 2.85714rem
    }
}

.header-logo--left .header-logo-image {
    right: unset
}

.header-logo--right {
    text-align: right
}

@media (min-width:992px) {
    .header-logo--right {
        margin-right: 2.85714rem
    }
}

.header-logo--right .header-logo-image {
    left: unset
}

.header-logo-text {
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .14286rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: .21429rem 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:551px) {
    .header-logo-text {
        font-size: 22px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .header-logo-text {
        display: inline;
        font-size: 28px;
        margin-left: 0;
        margin-right: -.14286rem;
        max-width: none;
        overflow: auto;
        white-space: normal
    }

    .header.fixed .header-logo-text {
        font-size: 16px
    }
}

.header-logo-image-container {
    position: relative;
    float: left;
    width: 100%
}

.header-logo-image-container:after {
    content: '';
    display: block;
    padding-bottom: 2.35714rem
}

@media (min-width:992px) {
    .header-logo-image-container:after {
        padding-bottom: 55px
    }
}

.header-logo-image-unknown-size {
    max-height: 2.35714rem
}

@media (min-width:992px) {
    .header-logo-image-unknown-size {
        max-height: none
    }
}

.mobileMenu-toggle {
    height: 3.92857rem;
    width: 3.92857rem;
    display: inline-block;
    font-size: 0;
    left: 0;
    overflow: hidden;
    padding: 0 1.28571rem;
    position: absolute;
    z-index: 50;
    transition: none;
}

@media (min-width:992px) {
    .mobileMenu-toggle {
        display: none
    }
}

@media (max-width:544px) {
    .mobileMenu-toggle {
        height: 40px;
        left: 15px;
        width: 40px
    }
}

.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;
    -webkit-transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
    -moz-transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
    -ms-transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
    -o-transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
    width: 18px
}

@media (max-width:991px) {

    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        background: #000000;
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in .1s;
    -webkit-transition: background-color 10ms ease-in .1s;
    -moz-transition: background-color 10ms ease-in .1s;
    -ms-transition: background-color 10ms ease-in .1s;
    -o-transition: background-color 10ms ease-in .1s
}

@media (min-width:544px) and (max-width:991px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 24px;
        left: 20px
    }
}

@media (max-width:544px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 18px;
        left: 2px
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -.5rem
}

@media (max-width:544px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: 6px
    }
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -.5rem
}

@media (max-width:544px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: 6px
    }
}

@media (max-width:991px) {
    .mobileMenu-toggle.is-open {
        position: fixed;
        top: 20px;
        z-index: 999;
        left: 280px;
        box-shadow: 5px 0 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, .15);
        background: #fff;
        transition: 465ms ease-in;
        -webkit-transition: 465ms ease-in;
        -moz-transition: 465ms ease-in;
        -ms-transition: 465ms ease-in;
        -o-transition: 465ms ease-in;
        border-radius: 0 5px 5px 0;
        width: 36px;
        height: 36px;
        padding: 0;
        transform: translateX(0)
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        top: 17px;
        left: 7px
    }
}

.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: #111;
    bottom: auto;
    top: auto;
    transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in;
    -webkit-transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in;
    -moz-transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in;
    -ms-transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in;
    -o-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)
}

.body {
    float: left;
    text-align: center;
    width: 100%;
    min-height: 230px;
    margin-top: 70px;
}

@media (max-width:991px) {
    .body {
        margin-top: 117px;
    }
}

@media (max-width:544px) {
    .body {
        margin-top: 111px;
    }
}

.page {
    margin: 0
}

.page-content,
.page-content--full {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding: 0 15px
}

@media (max-width:544px) {

    .page-content,
    .page-content--full {
        padding: 0 !important
    }
}

.page-content--centered {
    text-align: left;
    display: inline-block
}

@media (min-width:992px) {
    .page-content--centered {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 66.66667%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .page-content--centered {
        width: 970px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .page-content--centered {
        width: 750px
    }
}

@media (max-width:544px) {
    .page-content--centered {
        padding: 0 15px;
        width: 100%
    }
}

.page-content--textCenter {
    text-align: center
}

.page-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px !important
}

@media (max-width:991px) {
    .page-sidebar {
        text-align: left
    }
}

@media (max-width:544px) {
    .page-sidebar {
        padding: 0 !important
    }
}

@media (min-width:992px) {
    .page-sidebar {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 22%;
        float: left;
        text-align: left
    }

    .page-sidebar+.page-content {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 78%;
        float: left;
        padding: 0 15px !important
    }
}

@media (min-width:992px) and (min-width:992px) and (max-width:1199px) {
    .page-sidebar+.page-content {
        width: 75%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .page-sidebar {
        width: 25%
    }
}

.footer {
    background-color: #191919;
    float: left;
    width: 100%;
    text-align: center
}

@media (max-width:991px) {
    .footer .active .footer-info-heading:after {
        content: "\e15b"
    }
}
.footer-info .footer-info-col .footer-info-list {
    display: block;
}

@media (max-width:991px) {
    .footer .footer-info .active .footer-info-heading {
        background: rgba(0, 0, 0, .05) none repeat scroll 0 0
    }

    .footer-info .footer-info-col .footer-info-list {
        display: none;
    }
}

.footer .footer-info-headings {
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: capitalize
}

.footer .tt-payment .footer-info-headings {
    display: none
}

.footer .newsletter-tittle .footer-info-headings {
    display: block
}

.footer .footer-info-heading {
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: capitalize
}

.footer .social-icon {
    gap: 10px;
}

.footer .social-icon img {
    height: 25px;
}

@media (max-width:991px) {
    .footer .footer-info-heading {
        border: none;
        margin: 0;
        position: relative;
        padding: 10px;
        border-radius: 8px
    }
}

@media (max-width:544px) {
    .footer .footer-info-heading {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .footer .footer-info-heading:after {
        content: "\e145";
        display: block;
        font-family: "Material Icons";
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        right: 10px;
        left: auto;
        top: 10px
    }
}

@media (max-width:991px) {
    .footer .footer-info-heading:hover {
        background: rgba(0, 0, 0, .05) none repeat scroll 0 0
    }
}

.footer .tt-footer-link {
    text-align: center;
    padding-top: 60px;
    float: left;
    width: 100%;
    padding-bottom: 0
}

@media (min-width:1260px) and (max-width:1499px) {
    .footer .tt-footer-link {
        padding-top: 50px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .footer .tt-footer-link {
        padding-top: 45px
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .footer .tt-footer-link {
        padding-top: 40px;
        padding-bottom: 10px
    }
}

@media (max-width:991px) {
    .footer .tt-footer-link {
        padding: 25px 0 5px
    }
}

.footer .tt-subscription {
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
    background: #0E7673
}

.footer .tt-subscription .newsletter-tittle {
    width: 50%;
    float: left
}

@media (max-width:991px) {
    .footer .tt-subscription .newsletter-tittle {
        margin-bottom: 15px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .footer .tt-subscription .newsletter-tittle {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer .tt-subscription .newsletter-tittle {
        padding: 0;
        width: 58.33333%
    }
}

@media (max-width:991px) {
    .footer .tt-subscription .newsletter-tittle {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:543px) {
    .footer .tt-subscription .newsletter-tittle {
        padding: 0
    }
}

.footer .tt-subscription .newsletter-tittle .footer-info-headings {
    width: 50%
}

.footer .tt-subscription .newsletter-tittle .newletter-desc {
    width: 50%
}

.footer .tt-subscription .container {
    text-align: left;
    padding-top: 18px;
    bottom: -1px;
    padding-bottom: 18px
}

@media (max-width:991px) {
    .footer .tt-subscription .container {
        text-align: center
    }
}

.footer .tt-subscription .container .newsletter-contents {
    max-width: 570px;
    width: 50%;
    float: right
}

@media (min-width:1200px) and (max-width:1259px) {
    .footer .tt-subscription .container .newsletter-contents {
        max-width: 520px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer .tt-subscription .container .newsletter-contents {
        width: 41.66667%
    }
}

@media (min-width:544px) and (max-width:991px) {
    .footer .tt-subscription .container .newsletter-contents {
        width: 80%
    }
}

@media (max-width:991px) {
    .footer .tt-subscription .container .newsletter-contents {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: top
    }
}

@media (min-width:320px) and (max-width:543px) {
    .footer .tt-subscription .container .newsletter-contents {
        width: 100%
    }
}

.footer .tt-subscription .container .newsletter-contents .form-field,
.footer .tt-subscription .container .newsletter-contents form {
    margin: 0
}

@media (min-width:320px) and (max-width:543px) {

    .footer .tt-subscription .container .newsletter-contents .form-field,
    .footer .tt-subscription .container .newsletter-contents form {
        position: relative
    }
}

.footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .form-input,
.footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .form-input {
    padding: 0 147px 0 20px
}

@media (min-width:320px) and (max-width:543px) {

    .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .form-input,
    .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .form-input {
        padding: 0 100px 0 20px;
        -ms-flex: auto;
        flex: auto
    }
}

.footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button,
.footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button {
    width: auto;
    position: absolute;
    right: -2px;
    background: #F37221;
    border-color: #F37221;
    color: #000
}

.footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button:hover,
.footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button:hover {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

.footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button:focus,
.footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button:focus {
    background-color: #191919;
    border-color: #191919;
    color: #fff;
    opacity: .9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9
}

@media (min-width:544px) and (max-width:991px) {

    .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button,
    .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button {
        margin: 0
    }
}

@media (min-width:320px) and (max-width:543px) {

    .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button,
    .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button {
        right: -1px;
        margin: 0;
        padding: 0 10px
    }
}

.footer .tt-subscription .container .footer-info-headings {
    position: relative;
    border: medium none;
    color: #fff;
    float: left;
    font: 400 26px/45px Roboto, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize
}

@media (min-width:1200px) and (max-width:1630px) {
    .footer .tt-subscription .container .footer-info-headings {
        font-size: 20px
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .footer .tt-subscription .container .footer-info-headings {
        font-size: 18px
    }
}

@media (min-width:545px) and (max-width:991px) {
    .footer .tt-subscription .container .footer-info-headings {
        text-align: center;
        font-size: 18px;
        width: 100%;
        line-height: 24px
    }
}

@media (max-width:544px) {
    .footer .tt-subscription .container .footer-info-headings {
        font-size: 20px;
        text-align: center;
        width: 100%;
        line-height: 24px
    }
}

.footer .tt-subscription .container .footer-info-headings .material-icons {
    font-size: 42px;
    line-height: 45px;
    margin: 0
}

@media (max-width:1601px) {
    .footer .tt-subscription .container .footer-info-headings .material-icons {
        font-size: 24px
    }
}

@media (max-width:1501px) {
    .footer .tt-subscription .container .footer-info-headings .material-icons {
        font-size: 20px
    }
}

@media (max-width:1199px) {
    .footer .tt-subscription .container .footer-info-headings .material-icons {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .footer .tt-subscription .container .footer-info-headings .material-icons {
        font-size: 30px;
        width: 100%
    }
}

.footer .tt-subscription .container .newletter-desc {
    float: left;
    color: #fff;
    font: 400 16px/45px Roboto, sans-serif
}

@media (min-width:1500px) and (max-width:1630px) {
    .footer .tt-subscription .container .newletter-desc {
        font-size: 14px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .footer .tt-subscription .container .newletter-desc {
        font-size: 13px;
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer .tt-subscription .container .newletter-desc {
        font-size: 14px;
        line-height: 22px;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .footer .tt-subscription .container .newletter-desc {
        line-height: 24px;
        width: 100%
    }
}

@media (min-width:320px) and (max-width:543px) {
    .footer .tt-subscription .container .newletter-desc {
        padding: 0;
        font-size: 13px
    }
}

.footer-info {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    text-align: left
}

.footer-info:after,
.footer-info:before {
    content: " ";
    display: table
}

.footer-info:after {
    clear: both
}

@media (max-width:767px) {
    .footer-info {
        margin: 0
    }
}

.tt-contact-info {
    font-style: normal
}

.tt-storeInfo {
    margin: 0 !important
}

.tt-storeInfo .tt-contact-info,
.tt-storeInfo .tt-contact-number {
    float: left;
    width: 100%
}

@media (min-width:992px) and (max-width:1200px) {

    .tt-storeInfo .tt-contact-info,
    .tt-storeInfo .tt-contact-number {
        margin: 10px 0 0 0
    }
}

.tt-storeInfo .email-img .material-icons {
    font-size: 16px;
    color: #aaa;
    margin: 0 5px 8px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .tt-storeInfo .email-img .material-icons {
        font-size: 20px;
        margin: 0 5px 0 0
    }
}

@media (max-width:991px) {
    .tt-storeInfo .email-img .material-icons {
        margin: 0 6px 0 0;
        font-size: 18px
    }
}

.tt-storeInfo .tt-contact-number .tt-call {
    float: left;
    line-height: 24px;
    font: 700 20px/26px Roboto, sans-serif;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .tt-storeInfo .tt-contact-number .tt-call {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .tt-storeInfo .tt-contact-number .tt-call {
        font-size: 14px
    }
}

.tt-storeInfo .tt-contact-number .material-icons {
    font-size: 24px;
    color: #fff;
    margin: 0 15px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .tt-storeInfo .tt-contact-number .material-icons {
        font-size: 20px;
        margin: 0 5px 0 0
    }
}

@media (max-width:991px) {
    .tt-storeInfo .tt-contact-number .material-icons {
        margin: 0 6px 0 0;
        font-size: 18px
    }
}

.tt-storeInfo .tt-contact-info {
    margin: 0 0 8px
}

.tt-storeInfo .tt-contact-info .tt-address {
    float: left
}

.tt-storeInfo .tt-contact-info .material-icons {
    font-size: 16px;
    margin: 0 5px 0 0
}

.tt-storeInfo .material-icons {
    float: left;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px
}

.tt-payment {
    margin-top: 0;
    padding: 0 10px
}

@media (max-width:991px) {
    .tt-payment {
        padding: 0
    }
}

@media (max-width:991px) {
    .tt-payment {
        margin-top: 0
    }
}

.footer-info-col {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left;
    color: #aaa;
    float: left;
    font-size: 14px;
    vertical-align: top
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-info-col {
        font-size: 13px
    }
}

@media (max-width:991px) {
    .footer-info-col {
        text-align: left;
        padding: 0;
        width: 100%;
        float: left
    }
}

@media (max-width:767px) {
    .footer-info-col {
        padding: 2px 0
    }
}

.footer-info-col>:first-child {
    margin-top: 0
}

.footer-info-col .footer-info-col,
.footer-info-col .footer-payment {
    width: 100%;
    float: left;
    padding: 0
}

@media (max-width:991px) {

    .footer-info-col .footer-info-col,
    .footer-info-col .footer-payment {
        padding: 0 !important
    }
}

.footer-info-col--social {
    float: right;
    width: auto;
    margin: 10px 0 0 0;
    text-align: center
}

@media (max-width:991px) {
    .footer-info-col--social {
        float: left;
        width: 100%;
        margin: 10px 0 5px 0
    }
}

.footer-info-col--social .footer-info-heading {
    display: none
}

.footer-info-col--left {
    float: left
}

@media (max-width:991px) {
    .footer-info-col--left {
        padding: 0
    }
}

.footer-info-col--right {
    float: right
}

@media (max-width:991px) {
    .footer-info-col--right {
        padding: 0
    }
}

.tt-copyright.tt-right {
    float: right
}

@media (max-width:991px) {
    .tt-copyright.tt-right {
        width: 100%
    }
}

.tt-copyright.tt-left {
    float: left
}

@media (max-width:991px) {
    .tt-copyright.tt-left {
        width: 100%
    }
}

.footer-info-heading {
    font-size: 13px;
    text-transform: inherit
}

.footer-info-list {
    list-style: none;
    margin-left: 0
}

@media (max-width:991px) {
    .footer-info-list {
        padding: 5px 10px 15px;
        float: left;
        width: 100%;
        margin-bottom: 0
    }
}

.footer-info-list li {
    float: left;
    width: 50%
}

@media (max-width:991px) {
    .footer-info-list li {
        width: 100%
    }
}

.footer-info-list a {
    position: relative;
    color: #aaa;
    text-decoration: none;
    line-height: 24px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.footer-info-list a:hover {
    color: #fff
}

.footer-copyright {
    text-align: center;
    float: left
}

@media (max-width:991px) {
    .footer-copyright {
        width: 100%
    }
}

.footer-copyright>.powered-by {
    color: #aaa;
    font: 400 14px/50px Roboto, Helvetica, sans-serif;
    margin: 0 3px 0 0;
    float: left
}

@media (max-width:991px) {
    .footer-copyright>.powered-by {
        line-height: 22px;
        width: 100%
    }
}

.footer-copyright a {
    color: #aaa;
    text-decoration: none
}

.footer-copyright a:hover {
    color: #fff
}

.tt-payment .footer-info-heading {
    display: none
}

@media (max-width:991px) {
    .tt-payment .footer-info-heading {
        display: block
    }
}

.tt-payment .footer-payment-icons {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0
}

@media (max-width:1259px) {
    .tt-payment .footer-payment-icons {
        padding: 0
    }
}

@media (max-width:991px) {
    .tt-payment .footer-payment-icons {
        border: none;
        padding: 25px 10px
    }
}

@media (max-width:767px) {
    .tt-payment .footer-payment-icons {
        padding: 25px 10px 15px
    }
}

.tt-payment .footer-payment-icons li {
    width: auto !important;
    float: none;
    display: inline-block;
    vertical-align: top
}

.tt-payment .footer-payment-icons img {
    height: 30px;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    fill: #aaaaaa;
    width: 50px;
    border: 1px solid #292929;
    border-radius: 4px
}

.tt-payment .footer-payment-icons .footer-payment-icon:hover {
    fill: white
}

@media (min-width:551px) {
    .footer-geotrust-ssl-seal {
        bottom: 0;
        position: absolute;
        right: 16px
    }
}

.footer-geotrust-ssl-seal table {
    margin: auto
}

.footer-newsletter-summary {
    text-align: left
}

.form-prefixPostfix-button--postfix:after {
    content: "";
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.footer-bottom {
    background: #292929;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.social-copyright {
    float: left;
    position: relative;
    width: 100%
}

@media (max-width:991px) {
    .social-copyright {
        padding: 5px 0 15px
    }
}

.footer-info-list.tt-address li {
    width: 100% !important;
    float: left
}

@media (max-width:544px) {
    .newsletter-contents .form-prefixPostfix .button {
        font-size: 13px
    }
}

.tt-payment {
    float: left;
    padding: 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

@media (max-width:991px) {
    .tt-payment {
        padding: 0;
        margin-top: 0
    }
}

.footer-sevices {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
    border-radius: 8px
}

@media (min-width:768px) and (max-width:991px) {
    .footer-sevices {
        margin: 30px 0 0 0
    }
}

@media (min-width:545px) and (max-width:767px) {
    .footer-sevices {
        margin: 40px 0 0 0
    }
}

@media (max-width:544px) {
    .footer-sevices {
        margin: 25px 0 0 0
    }
}

.footer-sevices .container .tt-sevices {
    border-top: 1px solid rgba(255, 255, 255, .08);
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

@media (max-width:544px) {
    .footer-sevices .container .tt-sevices {
        padding: 10px 0 0
    }
}

.footer-sevices .container .tt-sevices li:first-child .ttservice {
    padding-left: 0
}

.footer-sevices .container .tt-sevices li:last-child .ttservice {
    border: none
}

.footer-sevices .container .tt-sevices .ttservice {
    float: left;
    width: 100%;
    margin: 16px 0;
    padding: 8px 0;
    line-height: 24px;
    text-align: center
}

@media (min-width:1260px) and (max-width:1499px) {
    .footer-sevices .container .tt-sevices .ttservice {
        font-size: 15px;
        padding: 10px 0 10px 20px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .footer-sevices .container .tt-sevices .ttservice {
        font-size: 15px;
        padding: 10px 0
    }
}

@media (min-width:544px) and (max-width:1200px) {
    .footer-sevices .container .tt-sevices .ttservice {
        font-size: 14px;
        padding: 0
    }
}

@media (max-width:991px) {
    .footer-sevices .container .tt-sevices .ttservice {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .footer-sevices .container .tt-sevices .ttservice {
        font-size: 16px
    }
}

@media (max-width:544px) {
    .footer-sevices .container .tt-sevices .ttservice {
        border: none;
        padding: 0
    }
}

.footer-sevices .container .tt-sevices .ttservice .service-title {
    padding: 14px 4px;
    float: none;
    display: inline-block;
    vertical-align: top
}

@media (min-width:1260px) and (max-width:1259px) {
    .footer-sevices .container .tt-sevices .ttservice .service-title {
        padding: 14px 10px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .footer-sevices .container .tt-sevices .ttservice .service-title {
        padding: 14px 30px
    }
}

@media (max-width:544px) {
    .footer-sevices .container .tt-sevices .ttservice .service-title {
        padding: 14px 10px 5px
    }
}

.footer-sevices .container .tt-sevices .ttservice .service-title span {
    font-size: 14px;
    color: #aaa
}

.footer-sevices .container .tt-sevices .ttservice .material-icons {
    font-size: 24px;
    float: none;
    display: inline-block;
    vertical-align: top;
    transition: .4s ease-in-out;
    background-color: #292929;
    border-radius: 50%;
    padding: 14px
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-sevices .container .tt-sevices .ttservice .material-icons {
        font-size: 22px
    }
}

.footer-sevices .container .tt-sevices .ttservice:hover .material-icons {
    transform: rotateY(180deg)
}

@media (max-width:991px) {
    .footer-sevices .container .tt-sevices .ttservice:after {
        display: none
    }

    .footer-sevices .container .tt-sevices .ttservice:hover {
        background: 0 0
    }
}

.container {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%
}

@media (min-width:1680px) {
    .container {
        width: 1680px
    }
}

@media (min-width:1631px) and (max-width:1680px) {
    .container {
        width: 1600px
    }
}

@media (min-width:1500px) and (max-width:1630px) {
    .container {
        width: 1430px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .container {
        width: 1230px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .container {
        width: 1170px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 970px
    }
}

@media (max-width:991px) {
    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 750px
    }
}

@media (max-width:767px) {
    .container {
        width: 100%;
    }
}

.header-logo-image {
    float: left
}

body {
    float: left;
    width: 100%
}

#ttloader {
    background-color: #fff;
    background-attachment: scroll;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999
}

#ttloader img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%
}

.tt-phone-number {
    float: right;
    text-align: center;
    position: relative;
    width: 18%;
    margin: 0;
    padding: 9px 50px;
    border-radius: 8px;
    background: #fff;
    color: #000
}

@media (min-width:1500px) and (max-width:1630px) {
    .tt-phone-number {
        max-width: 18%;
        padding: 9px 40px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .tt-phone-number {
        padding: 9px 20px
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .tt-phone-number {
        padding: 9px 15px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .tt-phone-number {
        padding: 9px 15px;
        width: 21%
    }
}

@media (max-width:991px) {
    .tt-phone-number {
        max-width: 27.5%;
        padding: 8px 15px 6px;
        margin: 0 0 15px 0
    }
}

@media (max-width:544px) {
    .tt-phone-number {
        max-width: 100%;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.tt-phone-number .content {
    font: 400 14px/30px Open Sans, sans-serif;
    text-transform: capitalize;
    cursor: pointer
}

.tt-phone-number .content .material-icons {
    float: left;
    font-size: 20px;
    line-height: 30px
}

@media (min-width:1500px) and (max-width:1630px) {
    .tt-phone-number {
        margin: 0 2px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .tt-phone-number {
        margin: 0
    }
}

@media (max-width:991px) {
    .tt-phone-number {
        display: none
    }
}

.tt-phone-number .contact-icon {
    float: none;
    display: inline-block;
    vertical-align: top
}

.tt-phone-number .contact-icon .material-icons {
    margin: auto;
    float: left;
    height: 36px;
    content: '\e61d';
    font-family: "Material Icons";
    font-size: 30px;
    color: #0E7673;
    line-height: 36px;
    width: 30px;
    transition: .4s ease-in-out
}

.tt-phone-number .content {
    text-decoration: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: left;
    padding: 0 0 0 8px
}

.tt-phone-number .content .contact-title {
    color: #111;
    font: 600 14px/16px Open Sans, sans-serif;
    text-transform: capitalize;
    text-align: left;
    margin: 0 0 4px
}

.tt-phone-number .content a {
    color: #0E7673;
    float: right;
    font: 700 16px/35px Open Sans, sans-serif;
    width: 100%
}

.tt-phone-number:hover .contact-icon .material-icons {
    transform: rotateY(180deg)
}

.ttquicksearch {
    text-align: center;
    margin: 0 0 0 15px;
    float: left;
    display: inline-block;
    width: auto;
    vertical-align: top;
    width: 62%
}

@media (min-width:1260px) and (max-width:1499px) {
    .ttquicksearch {
        width: 59.5%
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .ttquicksearch {
        width: 41%
    }
}

@media (min-width:1201px) and (max-width:1259px) {
    .ttquicksearch {
        width: 58%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttquicksearch {
        width: 51.8%
    }
}

@media (max-width:991px) {
    .ttquicksearch {
        width: 100% !important;
        margin-bottom: 15px;
        padding: 0 !important;
        margin: 0;
        order: 3;
    }
}

@media (max-width:544px) {
    .ttquicksearch {
        width: 100% !important;
        margin-bottom: 0
    }
}

.slick-dots {
    left: 0;
    right: 0
}

#wishlist-dropdown.is-open {
    top: 48px !important
}

.page-heading {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    margin: auto 0;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0;
    text-align: left
}

.tt-bloginner .page-heading {
    font-size: 32px;
    top: 0;
    text-align: center;
    left: 0;
    padding: 0 0 30px 0
}

.card-title {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0
}

@media (max-width:544px) {
    .card-title {
        margin: 0
    }
}

.icon--ratingFull svg {
    fill: #ff2525
}

.productView-relatedsimilatTabs ul,
.tt-hometabinner ul {
    text-align: center;
    border: none
}

.productView-relatedsimilatTabs ul li.tab,
.tt-hometabinner ul li.tab {
    float: none;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 0
}

.productView-relatedsimilatTabs ul li.tab a,
.tt-hometabinner ul li.tab a {
    border: medium none;
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    float: left;
    width: 100%;
    padding: 4px 15px;
    text-transform: capitalize;
    position: relative;
    font-weight: 400
}

.productView-relatedsimilatTabs ul li.tab:hover,
.tt-hometabinner ul li.tab:hover {
    background-color: #000;
    transition: color .3s ease;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.productView-relatedsimilatTabs ul li.tab:hover a,
.tt-hometabinner ul li.tab:hover a {
    color: #999
}

.productView-relatedsimilatTabs ul .is-active .tab-title,
.tt-hometabinner ul .is-active .tab-title {
    background: #000;
    color: #999;
    padding: 4px 15px;
    font-weight: 400
}

.productView-relatedsimilatTabs ul li.tab:before,
.tt-hometabinner ul li.tab:before {
    background: #111 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-color: #f0f0f0
}

.productView-relatedsimilatTabs ul li.is-active:before,
.productView-relatedsimilatTabs ul li:hover:before,
.tt-hometabinner ul li.is-active:before,
.tt-hometabinner ul li:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1)
}

.productView-relatedsimilatTabs ul li.tab:first-child::after,
.tt-hometabinner ul li.tab:first-child::after {
    border-top: 1px solid #e5e5e5;
    content: "";
    left: -80px;
    position: absolute;
    top: 18px;
    width: 80px
}

.productView-relatedsimilatTabs ul li.tab:last-child::after,
.tt-hometabinner ul li.tab:last-child::after {
    border-top: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    right: -80px;
    top: 18px;
    width: 80px
}

.productlist_inner:hover .card-body .card-title a {
    color: #000
}

.tt-hometabinner .tabs-contents .card-title a {
    color: #333
}

.tt-hometabinner .tabs-contents .card-title a:hover {
    color: #000
}

.tabs-contents li {
    list-style: none
}

.card-body .card-text .price-section .price,
.price.price--withTax {
    font: 600 16px/18px Open Sans, Helvetica, sans-serif;
    color: #000000;
}

@media (min-width:320px) and (max-width:543px) {

    .card-body .card-text .price-section .price,
    .price.price--withTax {
        font-size: 14px
    }
}

.card-body .card-text .non-sale-price--withTax .price,
.rrp-price--withTax .price {
    font: 400 14px/16px Open Sans, Helvetica, sans-serif;
    color: #777;
    vertical-align: text-top
}

.card-body .card-text .price-section .price--rrp {
    color: #999;
    font-weight: 400
}

.productlist_inner .card-figcaption-body {
    position: absolute;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0;
    z-index: 99
}

.productlist_inner .product_rating {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px
}

.productlist_inner .card-figcaption-body a,
.productlist_inner .card-figcaption-body label.product_compareicon {
    border-radius: 50%;
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 2px;
    padding: 0
}

.productlist_inner .card-figcaption-body a.quickview {
    background: #000 url("../img/custom/product-sprite.png") no-repeat scroll -35px -126px
}

.productlist_inner .card-figcaption-body a.addtocart-chooseoption {
    background: #000 url("../img/custom/product-sprite.png") no-repeat scroll -36px -38px
}

.productlist_inner .card-figcaption-body label.product_compareicon {
    background: #000 url("../img/custom/product-sprite.png") no-repeat scroll -36px -84px
}

.productlist_inner .card-figcaption-body label.product_compareicon input {
    display: none
}

.productlist_inner .card-figcaption-body a.addtocart-chooseoption:hover,
.productlist_inner .card-figcaption-body a.quickview:hover,
.productlist_inner .card-figcaption-body label.product_compareicon:hover {
    background-color: #ff2525
}

.products .thumbnail-container .image-wrap .producthover .product-add-to-cart a {
    background: #000 url("product-sprite.png") no-repeat scroll -34px -36px
}

.products .thumbnail-container .image-wrap .producthover .product-add-to-cart a:hover {
    background: #ff2525 url("product-sprite.png") no-repeat scroll -34px -36px
}

.products .thumbnail-container .image-wrap .producthover .product-wishlist a {
    background: #000 url("product-sprite.png") no-repeat scroll -33px 9px
}

.products .thumbnail-container .image-wrap .producthover .product-wishlist a:hover {
    background: #ff2525 url("product-sprite.png") no-repeat scroll -33px 9px
}

.products .thumbnail-container .image-wrap .producthover .product-compare a {
    background: #000 url("product-sprite.png") no-repeat scroll -33px -85px
}

.products .thumbnail-container .image-wrap .producthover .product-compare a:hover {
    background: #ff2525 url("product-sprite.png") no-repeat scroll -33px -85px
}

.products .thumbnail-container .image-wrap .producthover .quick-view-block a {
    background: #000 url("product-sprite.png") no-repeat scroll -32px -124px
}

.products .thumbnail-container .image-wrap .producthover .quick-view-block a:hover {
    background: #ff2525 url("product-sprite.png") no-repeat scroll -32px -124px
}

.navPages-container {
    height: 100%;
    clear: left;
    width: 18% !important;
    -webkit-overflow-scrolling: touch
}

@media (max-width:1500px) {
    .navPages-container {
        width: 20% !important
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .navPages-container {
        width: 21% !important
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navPages-container {
        width: 24% !important
    }
}

@media (max-width:991px) {
    .navPages-container {
        width: 280px !important
    }
}

@media (min-width:992px) {
    .navPages {
        float: left;
        width: 100%
    }
}

.navPages ul {
    list-style: none
}

.navPages ul.navPages-list>li:first-child {
    display: none !important;
}

.navPages ul li.more {
    float: left;
    width: 100%;
    display: block;
    color: #fff;
    font: 600 12px/30px Roboto, Helvetica, sans-serif;
    font-family: "Open Sans", Helvetica, sans-serif;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize
}

.navPages ul li.more span {
    font-weight: 600
}

.ttcat-title {
    background: #0E7673;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 600 16px/24px "Open Sans", Helvetica, sans-serif;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    padding: 9px 20px;
    border-radius: 8px
}

@media (min-width:992px) and (max-width:1630px) {
    .ttcat-title {
        padding: 9px 10px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .ttcat-title {
        font-size: 13px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ttcat-title {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .ttcat-title {
        display: none
    }
}

.ttcat-title .material-icons {
    font-size: 24px;
    transition: .4s ease-in-out
}

.ttcat-title .cat-title {
    margin-left: 5px
}

.ttcat-title:hover>.material-icons {
    transform: rotateY(180deg)
}

.navPages .navPages-item.hiden_menu .navPages-item,
.navPages .navPages-item:last-child {
    background: 0 0
}

.navPages .navPages-item.hiden_menu .navPages-item .navPage-subMenu-item>.navPage-subMenu-action {
    border-bottom: none
}

@media (min-width:992px) {
    .navPages-item .navPage-subMenu {
        padding: 20px;
        min-width: 200px;
        visibility: hidden;
        display: block;
        background: #fff !important;
        border: 4px solid #e5e5e5;
        position: absolute;
        top: -1px;
        width: 100%;
        left: 100%;
        border-radius: 8px;
        transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        -moz-transform: scaleY(0);
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        transform-origin: center top 0
    }
}

@media (min-width:992px) {
    .navPages-list-simple li.navPages-item:hover .navPage-subMenu {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
        text-align: left
    }

    .navPages-list-depth-max li.navPages-item:hover>.navPage-subMenu-horizontal {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
        text-align: left
    }

    .navPages-list-depth-max li.navPages-item>.navPage-subMenu-horizontal .navPage-subMenu-list li:hover>div {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
        text-align: left
    }
}

@media (max-width:992px) {
    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open {
        width: 100%;
        text-align: left;
        padding: 10px 20px
    }

    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open div {
        width: 100%;
        padding: 0
    }

    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open div .navPages-action {
        text-transform: capitalize
    }

    .navPages-list-depth-max li.navPages-item>.navPage-subMenu-horizontal.is-open {
        width: 100%;
        float: left;
        text-align: left;
        padding: 10px 10px 10px 20px
    }

    .navPages-list-depth-max li.navPages-item>.navPage-subMenu-horizontal.is-open div {
        width: 100%;
        padding: 0 0 5px 20px
    }

    .navPages-list-depth-max li.navPages-item>.navPage-subMenu-horizontal.is-open div .navPages-action {
        text-transform: capitalize
    }
}

.navPages .navPage-subMenu:after,
.navPages .navPage-subMenu:before {
    content: " ";
    display: table
}

.navPages .navPage-subMenu:after {
    clear: both
}

.navPages-list {
    display: inline-block;
    float: none
}

.full-header.fixed .navPages-list {
    display: none
}

.navPages-list {
    background: #0E7673;
    float: left;
    width: 100%;
    border-radius: 8px;
    moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    z-index: 9;
    margin: 0 auto
}

@media (min-width:992px) {
    .navPages-list {
        left: 0;
        padding: 0;
        border: none;
        position: absolute;
        right: 0;
        display: none;
        top: 92px
    }
}

@media (min-width:992px) {
    .default .navPages-list {
        display: block
    }
}

.simple ul.navPage-subMenu-list {
    width: 100%;
    float: left;
    margin: 0
}

.simple ul.navPage-subMenu-list .navPage-subMenu-item {
    float: none;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important
}

@media (max-width:991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-item {
        margin: 0
    }
}

.simple-2 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
    width: 50%
}

@media (max-width:991px) {
    .simple-2 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
        width: 100%
    }
}

.simple-2 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
    width: 50%;
    float: left
}

@media (max-width:991px) {
    .simple-2 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
        width: 100%
    }
}

.simple-2 ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
    width: 25%
}

@media (max-width:991px) {
    .simple-2 ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
        width: 100%
    }
}

.simple-2 ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
    width: 20%
}

@media (max-width:991px) {
    .simple-2 ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
        width: 100%
    }
}

.navPages-list+.navPages-list {
    border-top: 1px solid #dfdfdf;
    margin-top: .78571rem;
    padding-top: .78571rem
}

.navPages ul>li {
    position: relative
}

.navPages-list-simple .navPages-item {
    position: reletive !important;
    float: left;
    width: 100%
}

.navPages ul.navPages-list,
.navPages ul.navPages-list .navPages-item {
    display: none;
}

.navPages-list-simple .navPages-item .banners {
    display: none
}

.navPages-list-simple .navPages-item.simple-2 .navPage-subMenu {
    width: 260%
}

@media (max-width:991px) {
    .navPages-list-simple .navPages-item.simple-2 .navPage-subMenu {
        width: 100%
    }
}

.navPages-list-simple .navPages-item.simple-2 .navPage-subMenu ul.grid-2 {
    width: 58.33333%
}

@media (max-width:991px) {
    .navPages-list-simple .navPages-item.simple-2 .navPage-subMenu ul.grid-2 {
        width: 100%;
        padding: 10px 0
    }
}

.navPages-list-simple .navPages-item.simple-2 .navPage-subMenu .banners {
    width: 41.66667%;
    border-radius: 8px;
    display: block;
    overflow: hidden
}

@media (max-width:991px) {
    .navPages-list-simple .navPages-item.simple-2 .navPage-subMenu .banners {
        width: 100%
    }
}

@media (min-width:992px) {
    .navPages-list-simple .navPages-item:hover .tt-right-arrow {
        transform: rotate(-90deg)
    }
}

@media (min-width:991px) {
    .navPages-item.navPages-item-page {
        display: none !important
    }
}

.navPages-list-depth-max .navPages-item {
    position: reletive !important;
    float: left;
    width: 100%
}

@media (min-width:992px) {
    .navPages-list-depth-max .navPages-item:hover>a {
        color: #fff
    }

    .navPages-list-depth-max .navPages-item:hover>a .tt-right-arrow {
        transform: rotate(-90deg)
    }
}

.navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child>a .tt-right-arrow {
    line-height: 20px
}

@media (min-width:992px) {
    .navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child:hover>a {
        color: #000
    }

    .navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child:hover>a .tt-right-arrow {
        transform: rotate(-90deg)
    }
}

.navPages-item a {
    font-family: "Open Sans", Helvetica, sans-serif
}

.navPages-action .navPages-action-moreIcon {
    float: right
}

.navPages-item>.navPages-action {
    float: left;
    width: 100%;
    display: block;
    font: 400 12px/31px Roboto, Helvetica, sans-serif;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize
}

@media (min-width:1500px) and (max-width:1630px) {
    .navPages-item>.navPages-action {
        padding: 11px 20px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .navPages-item>.navPages-action {
        padding: 7px 15px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .navPages-item>.navPages-action {
        padding: 7px 12px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navPages-item>.navPages-action {
        padding: 5px 12px;
        line-height: 30px
    }
}

.navPages-item>.navPages-action:active,
.navPages-item>.navPages-action:focus {
    color: #fff
}

.cat-Menu-toggle li.more .more-menu:before {
    color: #fff;
    content: "\e145";
    font-family: "Material Icons";
    left: auto;
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 8px 0 0;
    float: left;
    width: auto;
    margin: 0 2px
}

.cat-Menu-toggle li.more .active:before {
    content: '\e15b'
}

.cat-Menu-toggle li.more:hover {
    color: #fff
}

.cat-Menu-toggle .tt-left-arrow {
    float: left;
    width: auto;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px 0 0
}

.cat-Menu-toggle .tt-right-arrow {
    float: right;
    font-size: 18px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    line-height: 30px;
    margin: 0
}

@media (max-width:991px) {
    .cat-Menu-toggle .tt-right-arrow {
        width: 30px;
        transform: rotate(-90deg)
    }

    .cat-Menu-toggle .tt-right-arrow.is-open {
        transform: rotate(0)
    }
}

@media (max-width:991px) {
    .navPages-list-depth-max .tt-right-arrow {
        transform: rotate(-90deg)
    }

    .navPages-list-depth-max .tt-right-arrow.is-open {
        transform: rotate(0)
    }
}

.tt-header-content {
    position: relative;
    display: flex;
}

@media (max-width:991px) {
    .tt-header-content {
        flex-wrap: wrap;
        justify-content: end;        
    }
}

.tt-header-content #menu {
    padding: 0
}

.fixed .tt-header-content {
    float: left;
    width: 100%
}

#menu-link {
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
    margin: 27px 0 20px;
    width: auto
}

@media (min-width:992px) and (max-width:1200px) {
    #menu-link {
        margin: 20px 0 0
    }
}

@media (max-width:991px) {
    #menu-link {
        display: none
    }
}

#menu-link>.navPages-item-page {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    float: left;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin: 0 8px
}

#menu-link>.navPages-item-page>.link-action {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    font: 600 14px/18px Open Sans, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 12px 20px;
    text-transform: capitalize;
    z-index: 1;
    margin: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    border-radius: 8px
}

@media (min-width:1200px) and (max-width:1259px) {
    #menu-link>.navPages-item-page>.link-action {
        padding: 12px 16px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #menu-link>.navPages-item-page>.link-action {
        padding: 15px 6px
    }
}

#menu-link>.navPages-item-page>.link-action:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 8px;
    transition: .5s ease-in-out
}

#menu-link>.navPages-item-page:hover>.link-action {
    color: #000;
    background: #F37221
}

#menu-link>.navPages-item-page:hover>.link-action:hover:after {
    width: 100%
}

#menu-link .more_menu.navPages-item-page {
    position: relative
}

#menu-link .more_menu.navPages-item-page>a.link-action:before {
    content: "\e5cf";
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 5px;
    float: right
}

#menu-link .more_menu.navPages-item-page .tt-link-action {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 141%;
    min-width: 200px;
    background: #fff;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    z-index: 2;
    padding: 10px 15px;
    transition: .4s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top 0;
    display: block !important;
    right: 0;
    left: auto
}

#menu-link .more_menu.navPages-item-page .tt-link-action:after {
    color: #e5e5e5;
    font-size: 30px;
    right: 12px;
    position: absolute;
    top: -26px;
    left: auto;
    content: "\e5c7";
    font-family: "Material Icons"
}

#menu-link .more_menu.navPages-item-page .tt-link-action .link-action {
    float: left;
    line-height: 26px;
    width: 100%
}

#menu-link .more_menu.navPages-item-page:hover .shown-link {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.navUser-action {
    font-weight: 400
}

.navUser .dropdown-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 8px;
    padding: 5px 15px
}

.navUser .dropdown-menu:focus {
    outline: 0
}

#top_currencyDiv li.navUser-item a.navUser-action {
    height: 48px
}

#top_currencyDiv li.navUser-item span.currency_name {
    float: left;
    margin: 14px 0 0 0
}

#top_currencyDiv li.navUser-item .icon {
    float: left;
    margin: 21px 0 0 5px
}

.tt-leftnavUser--section {
    margin: 8px 0 !important
}

.tt-leftnavUser--section li {
    margin: 0 3px !important
}

.navUser-section li a {
    padding: 0;
    text-transform: none;
    font-size: 14px;
    margin: 0;
    float: left;
    cursor: pointer;
    position: relative;
    border: none
}

.navUser-item--wishlist .button:hover {
    background: 0 0
}

.navUser-section li.dropdown-menu-item a {
    padding: 5px 0;
    line-height: 16px
}

.navUser-item--account .account-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 39px;
    width: 180px;
    z-index: 9
}

.navUser-item--account .account-toggle a {
    float: left;
    width: 100%
}

.navUser-item--account .account-toggle .navUser-or {
    display: none
}

.navUser-item--account .user-icon .account {
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
    z-index: 1;
    margin: 0
}

.navUser-item--cart .material-icons {
    float: left
}

.navUser-item--cart .countPill {
    right: 2px
}

.navUser-item--compare {
    display: none
}

.navUser-item--compare.show {
    display: block
}

.navUser-item--cart .countPill,
.navUser-item--compare .countPill {
    padding: 0;
    position: absolute;
    top: 1px;
    left: 28px
}

@media (max-width:991px) {

    .navUser-item--cart .countPill,
    .navUser-item--compare .countPill {
        top: 2px;
        right: 0;
        left: auto
    }
}

.navUser-item--cart .cart_icon {
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
    z-index: 1;
    position: relative
}

.navUser-item--cart a:hover .cart_icon {
    float: left
}

.navUser-item--cart .navUser-item-cartLabel {
    float: left;
    margin: 12px 0 0 0;
    font-weight: 600
}

@media (max-width:991px) {
    .navUser-item--cart .navUser-item-cartLabel {
        font-size: 0
    }
}

.navUser-item--cart .navUser-action {
    float: left;
    position: relative
}

.navUser-item--account .account-toggle a {
    padding: 5px;
    text-transform: none
}

.scrollToTop {
    background: #0E7673;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 45px;
    cursor: pointer;
    height: 40px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    padding: 5px;
    z-index: 9;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px
}

@media (min-width:320px) and (max-width:543px) {
    .scrollToTop {
        right: 20px;
        bottom: 15px
    }
}

.scrollToTop:hover {
    background: #F37221;
    color: #111 !important
}

.scrollToTop.show {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.testclass {
    float: left;
    padding: 0 5px;
    border: 2px solid red
}

.floatL {
    float: left
}

.row {
    margin: 0 -15px
}

@media (min-width:545px) and (max-width:991px) {
    .row {
        margin: 0 -10px
    }
}

@media (max-width:544px) {
    .row {
        margin: 0
    }
}

@media (max-width:544px) {
    .default .row {
        margin: 0 -5px
    }
}

.catdesc_main,
.productlist_main {
    clear: both;
    width: 100%
}

.sidebarBlock ul {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin: 0
}

@media (min-width:992px) and (max-width:1200px) {
    .sidebarBlock ul {
        padding: 0 6px
    }
}

@media (max-width:991px) {
    .sidebarBlock ul {
        padding: 10px 15px 0;
        margin-bottom: 6px
    }
}

.cat_description {
    width: 100%;
    float: left;
    margin: 10px 0
}

.cat_description p {
    margin: 0
}

.catactionbar_top {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0 0 10px 0
}

.catactionbar_top .actionBar {
    float: left;
    padding: 0
}

.catactionbar_top .grid_list {
    float: right;
    margin: 5px 0 0 0
}

.catactionbar_top .grid_list ul {
    border: none
}

.grid_list li {
    float: left;
    margin: 0 2px;
    border: none
}

.grid_list li a {
    float: left;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 14px;
    font-size: 0
}

.grid_list li.tab.is-active {
    border: none
}

.grid_list li a.grid_view {
    background-position: -8px -20px
}

.grid_list li a.list_view {
    background-position: -69px -20px
}

.grid_list li.is-active a.grid_view,
.grid_list li:hover a.grid_view {
    background-position: -8px -69px
}

.grid_list li.is-active a.list_view,
.grid_list li:hover a.list_view {
    background-position: -69px -69px
}

.grid_list li.is-active a.grid_view,
.grid_list li.is-active a.list_view,
.grid_list li.is-active a.short_view,
.grid_list li:hover a.grid_view,
.grid_list li:hover a.list_view,
.grid_list li:hover a.short_view {
    color: #111
}

.tt-breadcrumbs-main {
    margin: 0 0 30px
}

@media (max-width:544px) {
    .tt-breadcrumbs-main {
        float: left;
        width: 100%;
        margin: 0
    }
}

.tt-breadcrumbs-main .tt-breadcrumbs {
    background: #f5f5f5;
    padding: 20px 10px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 10px
}

@media (max-width:544px) {
    .tt-breadcrumbs-main .tt-breadcrumbs {
        margin: 0 0 20px
    }
}

.tt-breadcrumbs-main .tt-breadcrumbs .category-name {
    color: #000;
    float: left;
    font: 700 16px/20px Roboto, Helvetica, sans-serif;
    margin: 0;
    text-transform: capitalize
}

.tt-breadcrumbs-main .tt-breadcrumbs .breadcrumbs {
    float: left;
    width: auto;
    margin: 0
}

@media (max-width:544px) {
    .tt-breadcrumbs-main .tt-breadcrumbs .d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}


.breadcrumb-label {
    text-decoration: none
}

.filter-box.tt-bottom {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px
}

.filter-box.tt-bottom .pagination {
    float: right
}

.filter-box.tt-bottom .pagination-count {
    float: left;
    padding: 6px 0
}

.tt-filter-box {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.tt-filter-box .grid_list {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.tt-filter-box .pagination {
    float: right;
    margin: 0 0 0 22px
}

@media (max-width:544px) {
    .tt-filter-box .pagination {
        margin-top: 0
    }
}

.tt-filter-box .actionBar {
    float: left;
    margin: 0
}

@media (max-width:544px) {
    .tt-filter-box .actionBar {
        margin: 0 0 10px;
    }
}

.tt-filter-box .actionBar .form-field {
    margin: 0
}

.tt-filter-box .grid_list {
    float: left
}

.tt-filter-box .grid_list .tabs {
    border: none
}

.tt-filter-box .grid_list .tabs .tab {
    height: 25px;
    margin: 5px 8px 0 0;
    padding: 0;
    width: 25px
}

.tt-filter-box .grid_list .tabs .tab .short_view .material-icons {
    font-size: 25px
}

.tt-filter-box .grid_list .tabs .material-icons {
    font-size: 24px
}

#product-listing-container .product-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

#product-listing-container .product-wrapper .product-item {
    width: 100%;
}

@media (min-width: 576px) {
    #product-listing-container .product-wrapper.grid-view .product-item {
        width: calc((100% - 15px * 1) / 2);
    }
    #product-listing-container .product-wrapper.list-view .product-item .card{
        float: none;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-figure {
        width: 110px;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body {
        padding-bottom: 0 !important;
        float: none;
        width: 100%;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body * {
        float: none;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand .card-title {
        overflow: visible;
        order: 1;
        flex-grow: 1;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand .card-title a {
        white-space: normal;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand .card-text.tt-price {
        display: flex;
        flex-direction: column;
        text-align: center;
        order: 3;
        width: fit-content;
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand .card-text.rating-block {
        order: 2;
        width: fit-content;
        margin: 0 1.5rem;
    }
}

@media (min-width: 768px) {
    #product-listing-container .product-wrapper.grid-view .product-item {
        width: calc((100% - 15px * 2) / 3);
    }
}

@media (min-width: 992px) {
    #product-listing-container .product-wrapper.grid-view .product-item {
        width: calc((100% - 15px * 3) / 4);
    }
    #product-listing-container .product-wrapper.list-view .product-item .card .card-body .title-brand .card-text.rating-block {
        margin: 0 2rem;
    }
}

@media (min-width: 1400px) {
  #product-listing-container .product-wrapper.grid-view .product-item {
    width: calc((100% - 15px * 5) / 6);
  }
}

@media (max-width: 544px) {
    .shop-container.row {
        margin: 0;
    }

     #product-listing-container .product-wrapper .product-item .card .title-brand {
        padding: 10px 10px;
    }
}

#quickSearch {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background: 0 0;
    padding: 0
}

.search-icon .button {
    font: 600 14px/18px Roboto, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 14px 30px;
    margin: 3px 5px;
    height: 44px;
    text-transform: none;
    float: left;
    width: auto;
    border: none;
    position: relative;
    border-radius: 8px;
    transition: .5s ease-in-out
}

@media (min-width:992px) and (max-width:1200px) {
    .search-icon .button {
        padding: 14px 10px;
        font-size: 0
    }
}

@media (max-width:991px) {
    .search-icon .button {
        font-size: 0;
        padding: 11px 6px;
        height: 40px
    }
}

.search-icon .button span {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    font-weight: 700
}

.search-icon .button:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 8px;
    transition: .5s ease-in-out
}

.search-icon .button:hover:after {
    width: 100%
}

.search-icon .button:hover span {
    transition: .5s ease-in-out
}

.material-icons {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    margin: 0 2px
}

.navUser-item--wishlist a {
    font-size: 0
}

.navUser-item--wishlist a:active {
    border: none
}

.tt-user-info .account-link-toggle li.socialLinks-item {
    text-align: left
}

.tt-user-info .account-link-toggle .socialLinks {
    border-top: 1px solid #f4f4f4;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    margin: 3px 0 0 0
}

.tt-user-info .account-link-toggle .tt-giftcard {
    border-top: 1px solid #f4f4f4;
    padding: 10px 0 0 0;
    margin: 3px 0 0 0
}

.tt-user-info .account-link-toggle .tt-giftcard .material-icons {
    color: #777;
    font-size: 20px;
    width: 20px;
    height: 24px;
    float: left;
    line-height: 24px;
    margin-right: 8px
}

.tt-user-info .account-link-toggle .tt-giftcard a {
    width: auto
}

.tt-user-info .account-link-toggle .tt-giftcard:hover .material-icons {
    color: #000
}

.tt-user-info .account-link-toggle li a:hover .material-icons {
    color: #000
}

.tt-user-info .socialLinks .socialLinks-item {
    margin-bottom: 12px
}

@media (max-width:991px) {
    .tt-user-info .socialLinks .socialLinks-item {
        margin-bottom: 0
    }
}

.tt-user-info .socialLinks .socialLinks-item svg {
    width: 16px;
    height: 25px;
    float: left;
    margin: 0 11px 0 0
}

.tt-user-info .socialLinks .socialLinks-item a {
    font-size: 14px
}

.tt-user-info .account-link-title:hover .material-icons {
    transform: rotateY(180deg);
    color: #F37221;
}

.navUser-section>li>a:hover .material-icons {
    transform: rotateY(180deg);
    color: #F37221;
}

.navUser-section>li>a.is-open .material-icons,
.tt-user-info.active .account-link-title .material-icons {
    transform: rotateY(180deg);
    color: #F37221
}

.navUser-item .tt-wishlist {
    width: 56px;
    cursor: pointer;
    height: 46px;
    position: relative;
    float: left;
    text-align: center
}

@media (max-width:544px) {
    .navUser-item .tt-wishlist {
        width: 40px;
        height: 40px
    }
}

.tt-user-info {
    width: 56px;
    cursor: pointer;
    height: 46px;
    position: relative;
    float: left;
    text-align: center
}

@media (max-width:544px) {
    .tt-user-info {
        width: 40px;
        height: 40px
    }
}

.tt-user-info .account-link-title {
    float: left;
    width: 100%
}

.tt-user-info .account-link-title span {
    float: left;
    width: 100%
}

.tt-user-info .account-link-title:hover>span.material-icons {
    transform: rotateY(180deg)
}

.tt-user-info .account-link-toggle {
    position: absolute;
    right: 0;
    left: auto;
    display: none;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    top: 55px;
    padding: 10px 15px;
    min-width: 200px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border: none
}

@media (max-width:544px) {
    .tt-user-info .account-link-toggle {
        min-width: 175px;
        top: 50px
    }
}

.tt-user-info .account-link-toggle:before {
    color: #e5e5e5;
    font-size: 32px;
    right: 13px;
    height: 10px;
    width: 30px;
    display: block;
    float: right;
    position: absolute;
    top: -8px;
    line-height: 10px;
    left: auto;
    content: "\e5c7";
    font-family: "Material Icons"
}

@media (max-width:991px) {
    .tt-user-info .account-link-toggle:before {
        top: -8px;
        font-size: 34px;
        color: #e5e5e5
    }
}

.tt-user-info .account-link-toggle li {
    float: left;
    width: 100%
}

.tt-user-info .account-link-toggle li a {
    float: left;
    width: 100%;
    color: #666;
    padding: 0;
    text-decoration: none;
    line-height: 24px
}

@media (max-width:991px) {
    .tt-user-info .account-link-toggle li a {
        height: auto;
        text-align: left
    }
}

.tt-user-info .account-link-toggle li a .material-icons {
    float: left;
    font-size: 18px !important;
    color: #666;
    width: auto;
    height: auto;
    padding: 0 5px 0 0;
    line-height: 24px
}

.tt-user-info .account-link-toggle li a img {
    margin-right: 8px
}

.tt-user-info .account-link-toggle li a:hover {
    color: #111
}

.tt-user-info .account-link-toggle .currency-menu>a {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    line-height: 38px
}

@media (max-width:544px) {
    .tt-user-info .account-link-toggle .currency-menu>a {
        line-height: 28px
    }
}

.tt-user-info .account-link-toggle>li {
    margin-bottom: 3px
}


.allcategories .page-heading {
    float: left !important;
    width: 100% !important;
    margin: 0 0 30px !important
}

@media (max-width:1200px) {
    .allcategories .page-heading {
        margin: 0 0 15px !important
    }
}

.allcategories .subcategories-carousel {
    width: auto
}

@media (max-width:544px) {
    .allcategories .subcategories-carousel {
        margin: 0 -5px
    }
}

.allcategories .subcategories-carousel .slick-slide {
    padding: 0 15px
}

@media (max-width:991px) {
    .allcategories .subcategories-carousel .slick-slide {
        padding: 0 10px
    }
}

@media (max-width:544px) {
    .allcategories .subcategories-carousel .slick-slide {
        padding: 0 5px
    }
}
.allcategories .subcategories-carousel .tt-categories {
    margin-bottom: 1.5rem;
}
.allcategories .subcategories-carousel .tt-categories .content {
    width: 100%;
    float: left;
    border: 1px solid #dee2e6 !important;
}

.allcategories .subcategories-carousel .tt-categories .content .image {
    width: 100%;
    float: left;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.allcategories .subcategories-carousel .tt-categories .content .image a img {
    transition: .9s ease-in-out;
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out
}

.allcategories .subcategories-carousel .tt-categories .content .image:hover a img {
    transform: scale(1.2)
}

.allcategories .subcategories-carousel .tt-categories .content .caption {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 10px;
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title {
    float: left;
    width: 100%;
    line-height: 26px
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title h4 {
    margin-top: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title h4 a {
    font: 600 16px/28px Open Sans, sans-serif;
    color: #111;
    position: relative
}

.allcategories .subcategories-carousel .tt-categories:hover .content .caption .cat-title h4 a {
    color: #0E7673;
}


.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title .material-icons {
    font-size: 14px;
    line-height: 28px
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title>span {
    width: 100%;
    float: left
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title>span .view-all-link {
    color: #0E7673;
    position: relative
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title>span .view-all-link:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    border-bottom: 1px solid #0E7673;
    left: 17px;
    transition: all .4s ease-in-out
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title>span .view-all-link:hover:after {
    width: 78%
}

.allcategories .subcategories-carousel .tt-categories:hover .caption .cat-title h4 a:before {
    max-width: 100%
}

.home-content,
.slick-list {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.allcategories {
    float: left;
    width: 100%;
    display: block;
    vertical-align: top;
    background: #f7f7f7;
    padding: 20px 0px;
}

@media (max-width:767px) {
    .allcategories {
        float: left;
        width: 100%;
        padding: 40px 0
    }
}

@media (max-width:544px) {
    .allcategories {
        padding: 20px 0 30px
    }
}

.topbanner,
.tt-featured container {
    display: block
}

.home-content .page-heading {
    color: #222;
    float: left;
    font: 700 22px/34px Open Sans, sans-serif;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: .8px;
    text-align: left;
    z-index: 1;
    padding: 6px 0
}

@media (max-width:544px) {
    .home-content .page-heading {
        line-height: 28px;
        font-size: 18px
    }
}

.home-content .page-heading span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 25px 0 0
}

.home-content .page-heading:after {
    background: #f5f5f5;
    content: "";
    bottom: 0;
    top: 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: auto;
    margin: auto;
    transition: all .4s ease-in-out
}

.allcategories .page-heading span,
.tt-top-seller .page-heading span {
    background: #ffffff;
}

.allcategories .page-heading:after,
.tt-top-seller .page-heading:after {
    background: #eee
}

.allcategories .slick-arrow,
.tt-top-seller .slick-arrow {
    background: #eee;
    border-color: #eee
}

.allcategories .slick-arrow:after,
.allcategories .slick-arrow:before,
.tt-top-seller .slick-arrow:after,
.tt-top-seller .slick-arrow:before {
    background: #eee
}

.tt-featured {
    margin: 20px 0px;
}

@media (min-width:1200px) and (max-width:1259px) {
    .tt-blogpost {
        margin-bottom: 20px
    }
}

@media (max-width:1200px) {
    .tt-blogpost {
        margin-bottom: 10px
    }
}

@media (max-width:544px) {
    .tt-blogpost {
        float: left;
        width: 100%
    }
}

.bottom-banner {
    margin-bottom: 0;
    float: left;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

@media (min-width:320px) and (max-width:544px) {
    .bottom-banner {
        float: left;
        width: 100%
    }
}

.bottom-banner .footer-info-headings {
    color: #111;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: capitalize
}

.bottom-banner .banners {
    background: #f7f7f7
}

.ttcmsbanner {
    padding: 0
}

@media (min-width:544px) and (max-width:991px) {
    .tt-blogpost {
        margin: 0
    }
}

.tt-blogpost .page-heading {
    margin-bottom: 20px !important
}

@media (max-width:544px) {
    .tt-blogpost .page-heading {
        margin-bottom: 10px !important
    }
}

.tt-blogpost .slick-slide {
    padding: 0 15px
}

@media (max-width:991px) {
    .tt-blogpost .slick-slide {
        padding: 0 10px
    }
}

@media (max-width:544px) {
    .tt-blogpost .slick-slide {
        margin: 0 -10px
    }
}

.tt-blogpost .blog-content {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 10px
}

.tt-blogpost .blog-content .blog_image_holder {
    overflow: hidden;
    border-radius: 8px;
    float: left;
    width: 100%;
    position: relative
}

.tt-blogpost .blog-content .blog_image_holder .bloglinks {
    bottom: 0;
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px
}

.tt-blogpost .blog-content .blog_image_holder .bloglinks a {
    border: 2px solid #fff;
    color: #fff;
    float: left;
    width: 40px;
    padding: 8px;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s
}

.tt-blogpost .blog-content .blog_image_holder .bloglinks a span {
    float: left;
    line-height: 18px;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    font-size: 18px
}

.tt-blogpost .blog-content .blog_image_holder .bloglinks a:hover {
    background: #0E7673;
    border-color: #0E7673
}

.tt-blogpost .blog-content .blog_image_holder .bloglinks a:hover span {
    color: #fff;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s
}

.tt-blogpost .blog-content .blog_image_holder a>img {
    height: auto;
    max-width: 100%;
    width: 100%;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.tt-blogpost .blog-content .blog_image_holder .blog-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    width: 100%
}

.tt-blogpost .blog-content .blog-sub-content {
    float: left;
    width: 100%;
    padding: 0 15px 0 5px;
    text-align: left
}

@media (min-width:1500px) and (max-width:1630px) {
    .tt-blogpost .blog-content .blog-sub-content {
        padding: 0 15px
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .tt-blogpost .blog-content .blog-sub-content {
        padding: 0 5px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content {
        padding: 20px 10px 0
    }
}

@media (min-width:545px) and (max-width:767px) {
    .tt-blogpost .blog-content .blog-sub-content {
        padding: 20px 0 0 0
    }
}

@media (min-width:320px) and (max-width:543px) {
    .tt-blogpost .blog-content .blog-sub-content {
        padding: 15px 0 6px
    }
}

.tt-blogpost .blog-content .blog-sub-content .post_title {
    margin: 20px 0 10px;
    overflow: hidden;
    color: #333;
    float: left;
    width: 100%;
    text-decoration: none;
    font: 600 14px/16px "Open Sans", Helvetica, sans-serif;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis
}

@media (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content .post_title {
        margin: 0 0 10px
    }
}

.tt-blogpost .blog-content .blog-sub-content .blog-description {
    color: #777;
    float: left;
    font: 400 14px/22px Open Sans, sans-serif;
    width: 100%;
    margin: 0 0 10px
}

@media (min-width:1200px) and (max-width:1499px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-description {
        margin: 0 0 8px
    }
}

@media (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-description {
        margin: 0;
        font-size: 13px;
        line-height: 20px
    }
}

@media (max-width:544px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-description {
        margin: 0 0 10px
    }
}

.tt-blogpost .blog-content .blog-sub-content .author {
    float: none;
    margin: 0 10px 8px 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px 0 0
}

@media (min-width:1500px) and (max-width:1630px) {
    .tt-blogpost .blog-content .blog-sub-content .author {
        margin: 10px 0 5px
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .tt-blogpost .blog-content .blog-sub-content .author {
        margin: 0 0 8px
    }
}

@media (min-width:544px) and (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content .author {
        margin: 10px 0 5px
    }
}

@media (min-width:320px) and (max-width:543px) {
    .tt-blogpost .blog-content .blog-sub-content .author {
        margin-top: 0
    }
}

.tt-blogpost .blog-content .blog-sub-content .author span {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top
}

@media (min-width:1200px) and (max-width:1499px) {
    .tt-blogpost .blog-content .blog-sub-content .author span {
        margin: 0
    }
}

.tt-blogpost .blog-content .blog-sub-content .blog-date {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0;
    position: static;
    font-size: 14px
}

@media (min-width:992px) and (max-width:1499px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-date {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-date {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-date {
        padding: 10px
    }
}

@media (min-width:545px) and (max-width:767px) {
    .tt-blogpost .blog-content .blog-sub-content .blog-date {
        padding: 10px 2px
    }
}

.tt-blogpost .blog-content .blog-sub-content .blog-date span {
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
    vertical-align: top
}

.tt-blogpost .blog-content:hover .post_title {
    color: #000
}

.tt-blogpost .blog-content:hover .blog_image_holder .bloglinks a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.tt-blogpost .blog-content:hover a>img {
    transform: scale(1.1)
}

.tt-blogpost .blog-content:hover .blog_image_holder a .blog-hover {
    background: rgba(0, 0, 0, .3) none repeat scroll 0 0
}

.category-content {
    float: left;
    width: 100%;
    text-align: left
}

.tt-wishlist {
    margin: 0
}

.tt-wishlist-dd {
    color: #666
}

.card-figcaption-body .tt-compare:before {
    content: "";
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 100%
}

.quickview,
.tt-compare,
.tt-wishlist {
    padding: 0;
    height: 36px;
    width: 40px;
    border-radius: 0;
    line-height: 24px
}

@media (max-width:544px) {

    .quickview,
    .tt-compare,
    .tt-wishlist {
        height: 32px;
        width: 32px
    }
}

.page-sidebar nav div:last-child {
    margin: 0
}

@media (max-width:991px) {
    .facetedSearch {
        margin: 0 0 15px !important
    }
}

.facetedSearch-navList,
.facetedSearch-refineFilters {
    float: left;
    width: 100%
}

.tt-facetedSearch-content {
    float: left;
    width: 100%;
    padding: 10px 15px 0
}

@media (min-width:992px) and (max-width:1200px) {
    .tt-facetedSearch-content {
        padding: 10px 6px 0
    }
}

.tt-facetedSearch-list {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5
}

.facetedSearch,
.sidebarBlock,
.tt-left-banners {
    border: 1px solid #e5e5e5;
    padding: 5px !important;
    border-radius: 8px;
    float: left;
    margin: 0 0 30px;
    width: 100%
}

@media (max-width:544px) {

    .facetedSearch,
    .sidebarBlock,
    .tt-left-banners {
        margin: 0 0 20px
    }
}

@media (max-width:991px) {
    .sidebarBlock .sidebarBlock-heading {
        margin: 0;
        cursor: pointer
    }

    .sidebarBlock .sidebarBlock-heading:after {
        content: "\e145";
        display: block;
        font-family: "Material Icons";
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        right: 10px;
        left: auto;
        top: 10px
    }
}

@media (max-width:991px) {
    .sidebarBlock.active .sidebarBlock-heading:after {
        content: "\e15b"
    }
}

@media (max-width:991px) {

    .facetedSearch,
    .sidebarBlock,
    .tt-left-banners {
        text-align: left
    }
}

.tt-left-banners {
    text-align: center
}

.tt-left-banners p {
    margin: 0
}

@media (max-width:991px) {
    .tt-left-banners {
        width: auto;
        margin: 0
    }
}

.navList-action,
.navList-item {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}

.tab-content,
.tabs-contents {
    margin: 0;
    padding: 0
}

#facetedSearch-content--price {
    padding: 0 0 25px
}

.tt-page .page-content {
    width: 100%;
    float: right;
    text-align: left
}

.tt-page .page-heading {
    margin: 0 0 30px
}

#contact-us-page input.button {
    float: left
}

.tabs {
    border: none
}

.brand .card {
    margin: 20px 0 0 0
}

#gift-certificate-form {
    text-align: left
}

.previewCart .button {
    font: 600 14px/18px Roboto, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 0;
    text-transform: none;
    float: left;
    width: auto;
    border: none;
    position: relative;
    border-radius: 25px;
    transition: .5s ease-in-out
}

@media (max-width:544px) {
    .previewCart .button {
        margin: 0 0 10px
    }
}

.previewCart .button span {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    margin: 0 2px;
    font-weight: 700;
    transition: .5s ease-in-out
}

.previewCart .button:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 25px;
    transition: .5s ease-in-out
}

.previewCart .button:hover:after {
    width: 100%
}

.button--action {
    background-color: #F37221;
    border-color: #F37221;
    color: #111
}

.button--action:hover {
    background-color: #0E7673;
    border-color: #0E7673;
    color: #fff
}

.tt-error {
    padding: 10px
}

.tt-product-tab .slick-next,
.tt-product-tab .slick-prev {
    top: -37px
}

.tt-product-tab .slick-disabled {
    opacity: .4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4
}

.productView-thumbnails .slick-next,
.productView-thumbnails .slick-prev {
    top: 50%;
    border-radius: 25px
}

.page-content--centered .page-heading {
    margin: 0 0 15px
}

.account .card .rating-block {
    text-align: center
}

.account .alertBox {
    margin-top: 20px
}

.newleter-content .button:hover {
    opacity: .9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9
}

.navUser-action.tt-selected {
    font-weight: 700;
    color: #000
}

.cart-remove:hover {
    background: red
}

.cart-remove:hover svg {
    fill: #ffffff
}

.optimizedCheckout-orderSummary img {
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.writeReview-form .form-field {
    margin: 0 0 15px
}

.writeReview-form .form-field .form-label {
    color: #000;
    margin-bottom: 3px
}

.tt-gift-field {
    padding: 0 !important
}

.productView--quickView .productView-images {
    margin-bottom: 0
}

.tt-full-price .price--discounted {
    float: left;
    width: 100%
}

.card .price-section.rrp-price--withTax {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px
}

@media (min-width:544px) and (max-width:991px) {
    .card .price-section.rrp-price--withTax {
        top: -36px
    }
}

@media (min-width:320px) and (max-width:543px) {
    .card .price-section.rrp-price--withTax {
        top: -48px
    }
}

.card .price-section.rrp-price--withTax span {
    font-size: 14px !important
}

#search-results-heading {
    float: left;
    width: 100%;
    margin: 0 0 30px
}

@media (max-width:544px) {
    #search-results-heading {
        margin: 0 0 20px
    }
}

.tt-search-page,
.tt-search-page .navBar-section {
    text-align: left
}

.tt-search-page .card-figure {
    text-align: center
}

@keyframes fixedmenu {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

.header .header-center.fixed {
    border: medium none;
    float: left;
    left: 0;
    margin: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 9;
    background: #F37221;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    transition: all .4s ease 0s;
    animation: fixedmenu 1s ease 0s normal both 1 running;
    -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
    -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
    -o-animation: fixedmenu 1s ease 0s normal both 1 running;
    min-height: auto
}

.header .header-center.fixed .header-logo {
    display: none
}

.header .header-center.fixed #cart-preview-dropdown {
    top: 60px !important
}

.header .header-center.fixed .navPages-list {
    top: 66px !important
}

.header .header-center.fixed .tt-user-info .account-link-toggle {
    top: 60px
}

.header .header-center.fixed #menu {
    padding: 0
}

.header .header-center.fixed #menu-link,
.header .header-center.fixed .navUser {
    margin: 3px 0
}

.header .header-center.fixed #menu-link span,
.header .header-center.fixed #menu-link>div>a,
.header .header-center.fixed .navUser span,
.header .header-center.fixed .navUser>div>a {
    color: #111
}

@media (min-width:320px) and (max-width:543px) {
    #ttcmsbottombanner .ttbanner {
        width: 100%
    }

    .ttcmsbottombanner-img1 {
        margin-bottom: 15px
    }

    .topbanner .ttbanner-img3 {
        margin: 0 0 15px
    }
}

@media (max-width:544px) {
    .g-recaptcha {
        max-width: 260px;
        overflow: auto;
        padding: 10px 0
    }

    .g-recaptcha iframe {
        transform: scale(.75);
        -webkit-transform: scale(.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.tt-blog-list .pagination {
    float: left;
    width: 100%
}

@media (max-width:991px) {
    .account .table--line tr td+td {
        padding-left: 10px
    }

    .account .table-actions .button+.button {
        margin-left: 2px
    }
}

@media (max-width:1260px) {

    #gift-certificate-balance .form-prefixPostfix .button,
    #gift-certificate-balance .form-prefixPostfix .form-input {
        width: auto
    }

    #gift-certificate-balance .form-input {
        margin-bottom: 10px
    }

    #gift-certificate-balance .form-prefixPostfix-button--postfix {
        margin-left: 15px;
        margin-top: 0
    }
}

.newsletter-contents .form-prefixPostfix.wrap {
    position: relative
}

.newsletter-contents .button--primary:hover {
    opacity: .9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9
}

.productView--quickView .productView-thumbnail-link {
    margin: 0 0 5px 0
}

@media (min-width:320px) and (max-width:543px) {
    .modal-body {
        padding: 35px 15px
    }
}

#search-results-content .actionBar {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px
}

#search-results-content .actionBar .actionBar-section {
    float: right
}

#search-results-content .actionBar .actionBar-section .form-field {
    margin: 0
}

.navBar-section {
    float: left !important;
    width: 100%
}

.navBar-section li.navBar-item {
    margin-right: 15px;
    vertical-align: top
}

.navBar-section li.navBar-item a {
    float: left;
    width: 100%;
    line-height: 30px;
    border-bottom: 2px solid #e5e5e5
}

.navBar-section li.navBar-item a span {
    font-size: 14px;
    float: left;
    width: 100%
}

.navBar-section li.navBar-item a.navBar-action-color--active,
.navBar-section li.navBar-item a:hover {
    border-color: #000
}

#search_query_adv {
    margin: 0 20px 0;
    width: auto
}

.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
    width: auto;
    margin: 0
}

@media (max-width:544px) {
    .tt-error .form-field {
        margin: 0
    }
}

@media (max-width:544px) {
    .tt-error .form-prefixPostfix.wrap {
        display: block;
        text-align: center
    }

    .tt-error .form-prefixPostfix.wrap input {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .tt-error .form-prefixPostfix.wrap input#search_query_adv {
        margin: 0 0 20px
    }
}

.wishlists .account .form-actions a.button {
    margin: 0
}

.videoGallery-list {
    margin: 0 !important
}

@media (max-width:544px) {
    .videoGallery-list {
        width: 100%
    }
}

.videoGallery-list .video-body {
    float: left;
    margin: 0 0 0 20px;
    width: 66.66667%
}

@media (max-width:544px) {
    .videoGallery-list .video-body {
        width: 100%;
        height: auto;
        margin: 20px 0 0
    }
}

.videoGallery-main {
    padding: 0 30px 0 0
}

@media (min-width:544px) and (max-width:1200px) {
    .videoGallery-main {
        padding: 0 30px 0 0
    }
}

@media (max-width:544px) {
    .videoGallery-main {
        width: 100%;
        margin: 0 0 20px
    }
}

.videoGallery-main #player {
    width: 100%
}

.tt-product-description,
.tt-product-review {
    text-align: left;
    float: left;
    width: 100%
}

.tt-product-description .productView-description {
    margin: 0 0 20px;
    border: none;
    padding: 10px 0
}

.productView-description.tt-tab-disable {
    display: none
}

body.cart {
    margin: 0
}

.btn-compare .wishlist-text,
.navUser-item--wishlist .compare-text {
    display: none
}

@media (max-width:991px) {

    .btn-compare .wishlist-text,
    .navUser-item--wishlist .compare-text {
        display: block
    }
}

.newsletter_subscribe .page-content--centered {
    margin-top: 30px
}

#search-results-content ul {
    margin: 0
}

@media (max-width:544px) {
    .category-desc p {
        margin: 0
    }
}

.sitemap .tt-sitemap>ul>li {
    width: 33.33333%;
    float: left
}

.tt-top-seller {
    background: #f7f7f7;
    padding: 20px 0px;
    float: left;
    width: 100%
}

.tt-top-seller .card .card-title>a {
    font-size: 18px;
    line-height: 30px
}

@media (min-width:992px) {
    .tt-brands ul li {
        float: left;
        width: auto !important;
        margin: 0 5px 5px 0
    }

    .tt-brands ul li a {
        float: left;
        width: auto;
        background: #292929;
        padding: 7px 16px;
        border-radius: 5px
    }
}

@media (min-width:992px) and (min-width:992px) and (max-width:1200px) {
    .tt-brands ul li a {
        padding: 5px 7px
    }
}

.navPages-list-simple li.navPages-item .navPage-subMenu {
    width: 210px
}

.ttqtyprogress {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -khtml-transition: all 400ms ease-in-out 0s
}

.ttqtyprogress .QuantityAvailable {
    font-style: italic;
    font-size: 13px;
    text-align: left
}

.ttqtyprogress .progress {
    background: #f5f5f5;
    float: left;
    height: 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    margin: 5px 0 0 0;
    width: 100%
}

.ttqtyprogress .progress-bar {
    background-color: #fed700;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    height: 10px;
    width: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#ttcmstestimonial {
    float: left;
    width: 75%
}

@media (min-width:1500px) and (max-width:1630px) {
    #ttcmstestimonial {
        width: 70%
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    #ttcmstestimonial {
        width: 65%
    }
}

@media (max-width:991px) {
    #ttcmstestimonial {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }
}

#ttcmstestimonial .tttestimonial-content {
    border-right: 1px solid rgba(0, 0, 0, .08);
    padding: 40px 30px 40px 0;
    float: left;
    width: 100%
}

@media (min-width:1260px) and (max-width:1499px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 40px 30px 30px 0
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 30px 30px 20px 0
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 20px 15px 20px 0
    }
}

@media (max-width:991px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 20px 0;
        border: none
    }
}

@media (max-width:767px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 10px 0
    }
}

@media (max-width:544px) {
    #ttcmstestimonial .tttestimonial-content {
        padding: 15px 0
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    float: left;
    text-align: center;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -khtml-transition: all 400ms ease-in-out 0s;
    width: 100%
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    width: 100%
}

@media (max-width:544px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel {
        padding: 0 15px
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li {
    list-style: none;
    padding: 10px 10px 10px 5px;
    float: left;
    width: 100%
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-image {
    float: left;
    width: 112px;
    height: 112px;
    border: 6px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    margin: 11px 0
}

@media (max-width:767px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-image {
        width: 92px;
        height: 92px;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    float: left;
    width: 100%;
    height: 100%
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title {
    float: left;
    text-align: left;
    margin: 48px 30px 48px 20px
}

@media (min-width:1200px) and (max-width:1259px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title {
        margin: 48px 10px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title {
        margin: 48px 15px
    }
}

@media (max-width:991px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title {
        margin: 48px 20px
    }
}

@media (max-width:767px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title {
        margin: 30px 20px;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title h4 {
    color: #111;
    font: 600 16px/18px Open Sans, sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 8px
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title .tttestimonial-subtitle {
    font: italic 300 14px/16px Open Sans, sans-serif;
    text-transform: capitalize;
    color: #666
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
    float: left;
    width: 70%;
    text-align: left;
    background: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
    font: 400 14px/24px Open Sans, sans-serif;
    position: relative;
    color: #aaa
}

@media (min-width:1260px) and (max-width:1499px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
        width: 61%;
        padding: 15px
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
        padding: 20px;
        width: 68%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
        padding: 15px;
        width: 60%
    }
}

@media (max-width:991px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
        padding: 15px;
        width: 60%
    }
}

@media (max-width:767px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content {
        width: 100%
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content .testimonial-desc p {
    font: 400 14px/24px "Open Sans", Helvetica, sans-serif;
    color: #666;
    text-transform: capitalize;
    text-align: left
}

@media (max-width:544px) {
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content .testimonial-desc p {
        font-size: 13px;
        line-height: 22px
    }
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-content .testimonial-desc:after {
    content: '\e244';
    position: absolute;
    left: 15px;
    right: auto;
    top: -20px;
    font-family: "Material Icons";
    font-size: 38px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #0E7673;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg)
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots {
    display: block;
    float: right;
    position: absolute;
    right: 9px;
    top: -30px;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 84px;
    width: 8px;
    padding: 0;
    text-align: center
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li {
    width: 8px;
    height: 8px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li button {
    width: 100%;
    height: 100%
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li button:before {
    content: "";
    background: #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    float: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    width: 8px;
    height: 8px;
    margin: 0;
    vertical-align: top;
    position: relative;
    z-index: 1
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li button:hover:before {
    background: #0E7673
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li.slick-active {
    margin: 0 0 10px;
    height: 22px
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel .slick-dots li.slick-active button:before {
    background: #0E7673;
    height: 22px;
    width: 8px;
    border-radius: 4px
}

.download-app {
    float: left;
    width: 25%;
    text-align: left;
    padding: 80px 0 80px 30px
}

@media (min-width:1500px) and (max-width:1630px) {
    .download-app {
        width: 30%
    }
}

@media (min-width:1500px) and (max-width:1630px) {
    .download-app {
        padding-left: 25px
    }
}

@media (min-width:1260px) and (max-width:1499px) {
    .download-app {
        width: 35%
    }
}

@media (min-width:1200px) and (max-width:1259px) {
    .download-app {
        padding: 36px 0 40px 30px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .download-app {
        padding: 30px 0 20px 40px
    }
}

@media (max-width:991px) {
    .download-app {
        width: 100%;
        text-align: center;
        padding: 30px 0
    }
}

.download-app .dwld-app .img1 {
    margin: 0 15px 0 0
}

@media (max-width:1259px) {
    .download-app .dwld-app .img1 {
        margin: 0 0 10px 0
    }
}

@media (max-width:991px) {
    .download-app .dwld-app .img1 {
        margin: 0 10px 0 0
    }
}

@media (max-width:544px) {
    .download-app .dwld-app .img1 {
        margin: 0 0 10px 0
    }
}

.download-app .dwld-app .img1,
.download-app .dwld-app .img2 {
    float: left
}

@media (max-width:991px) {

    .download-app .dwld-app .img1,
    .download-app .dwld-app .img2 {
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

#gift-certificate-balance .form-prefixPostfix-button--postfix,
.forgotpassword .form-prefixPostfix-button--postfix {
    margin: 0 0 0 20px
}

.wishlist-add {
    padding: 0 0 30px;
    float: left;
    width: 100%
}

.compareTable-removeProduct {
    width: 30px !important;
    position: absolute !important
}

.single>.productCarousel-slide {
    width: 100%
}

.card .card-img-container .wdg-thumb {
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.card .card-img-container .wdg-thumb a {
    float: left;
    width: 100%
}

.card:hover .card-img-container .wdg-thumb {
    opacity: 1
}

.tt-blog-list .page-heading {
    margin: 0 0 30px
}

.tt-blog-content {
    width: 50%;
    margin-bottom: 1.5rem;
    position: relative;
    float: left;
    margin-top: 1.5rem
}

@media (max-width:991px) {
    .tt-blog-content {
        width: 100%;
        margin-bottom: .78571rem
    }
}

@media (min-width:992px) {
    .tt-blog-content {
        margin: auto;
        margin-bottom: 4rem
    }
}

.tt-blog-content .tags {
    margin-top: 3rem;
    text-align: left
}

.tt-blog-content .tags a {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    border-radius: 5px
}

.tt-blog-content .blog-post-figure {
    padding: 0
}

.tt-blog-content .blog-post-figure p.blog-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
    z-index: 1
}

@media (min-width:551px) {
    .tt-blog-content .blog-post-figure p.blog-date {
        padding: 10px 25px;
        font-size: 14px
    }
}

.tt-blog-content .socialLinks {
    text-align: left
}

.tt-blog-content .socialLinks .icon svg {
    fill: #666666
}

.tt-blog-content .socialLinks .icon:hover svg {
    fill: black
}

.tt-blog-content .addthis_toolbox {
    margin-top: .78571rem
}

.single .blog {
    width: 100%;
    float: left
}

.single .blog .blog-thumbnail {
    max-width: 57.14286rem;
    margin: 0 auto
}

.blogslider {
    margin: 0 -8px
}

.blogslider .slick-prev {
    right: 40px;
    left: auto
}

.blogslider .slick-next {
    right: 0;
    left: auto
}

@media (min-width:992px) {
    .blogslider .slick-prev {
        right: 30px
    }

    .blogslider .slick-next {
        right: 0
    }
}

.tmfull-carousal.footer-top {
    float: left;
    width: 100%;
    padding: 3.92857rem 0 2.85714rem;
    margin-top: 1.42857rem
}

@media (min-width:551px) {
    .tmfull-carousal.footer-top {
        margin-top: 2.85714rem
    }
}

@media (min-width:1160px) {
    .tmfull-carousal.footer-top .container {
        padding: 0
    }
}

.tmfull-carousal.footer-top .container .page-heading {
    font-size: 1.07143rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.78571rem
}

.tmfull-carousal.footer-top .container .blog-posts {
    float: left;
    width: 100%
}

@media (min-width:992px) {
    .tmfull-carousal.footer-top .container .blog-posts {
        width: 33.33%
    }
}

.tmfull-carousal.footer-top .container .blog-posts .bx-wrapper {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: 0 0
}

.tmfull-carousal.footer-top .container .testimonials {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block
}

@media (min-width:992px) {
    .tmfull-carousal.footer-top .container .testimonials {
        width: 33.33%
    }
}

.tmfull-carousal.footer-top .container .testimonials .slick-prev {
    left: auto;
    right: 30px
}

.tmfull-carousal.footer-top .container .testimonials .slick-next,
.tmfull-carousal.footer-top .container .testimonials .slick-prev {
    top: 0
}

.tmfull-carousal.footer-top .container .testimonials .testmonial-image {
    float: left;
    margin-right: 1.78571rem
}

.tmfull-carousal.footer-top .container .testimonials .testmonial-image img {
    border-radius: 50%
}

.tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
    float: left;
    display: inline-block;
    width: 58%
}

@media (min-width:970px) {
    .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
        width: 65%
    }
}

@media (min-width:1160px) {
    .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
        width: 70%
    }
}

.tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper blockquote {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper .author-info {
    margin-top: 2.14286rem;
    font-size: 14px
}

.tmfull-carousal.footer-top .container .address {
    width: 100%;
    margin: 0;
    padding: 1.42857rem 0;
    float: left
}

@media (min-width:992px) {
    .tmfull-carousal.footer-top .container .address {
        width: 33.33%;
        padding: 0 2.14286rem
    }
}

.tmfull-carousal.footer-top .container .address .info-list {
    list-style: none;
    margin: 0
}

.tmfull-carousal.footer-top .container .address .info-list li {
    float: left;
    width: 100%;
    margin: .71429rem 0
}

.tmfull-carousal.footer-top .container .address .info-list li .address-img:before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 15px;
    float: left;
    height: 20px;
    width: 30px
}

.tmfull-carousal.footer-top .container .address .info-list li .content {
    float: left;
    width: 80%;
    font-size: 14px;
    color: #fff
}

.tmfull-carousal.footer-top .container .address .info-list li .content a {
    color: #fff
}

.tmfull-carousal.footer-top .container .address .info-list li .phone-img:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-size: 20px;
    float: left;
    height: 20px;
    width: 30px;
    line-height: 23px
}

.tmfull-carousal.footer-top .container .address .info-list li .email-img:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 15px;
    float: left;
    height: 20px;
    width: 30px
}

.blog {
    margin-bottom: 1.5rem
}

.blog+.blog {
    padding: .71429rem;
    border-top: none;
    margin-top: 0
}

.blog .tags {
    margin-top: .78571rem
}

.blog .addthis_toolbox {
    margin-top: .71429rem
}

@media (min-width:992px) {
    .blog .addthis_toolbox {
        margin-top: .78571rem
    }
}

.blog .blog-post-body .socialLinks .socialLinks-item {
    margin-right: 15px
}

@media (min-width:1160px) {
    .blog .blog-post-body {
        width: 50%
    }
}

@media (min-width:1261px) {
    .blog .blog-post-body {
        width: 50%
    }
}

.blog-title {
    font-weight: 600;
    text-align: left;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative
}

@media (max-width:1260px) {
    .blog-title {
        margin-top: 10px
    }
}

.blog-title a {
    text-decoration: none;
    color: #000
}

.blog-author,
.blog-date {
    color: #666;
    text-align: center
}

.blog-author {
    margin-bottom: 2.5rem
}

.blog-post {
    font-size: 14px;
    text-align: left
}

.body .blog-thumbnail .image-block-hover {
    display: none
}

.blog-thumbnail .image-block-hover {
    display: block
}

.blog-thumbnail {
    margin: 0;
    position: relative
}

.blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: auto;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%
}

.blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 114.94253%
}

.blog-thumbnail .image-block-hover .block-hover-icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%
}

.blog-thumbnail .image-block-hover .block-hover-icons .fa.fa-link {
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 10px;
    line-height: 28px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    width: 28px;
    transform: scale(1.5)
}

.blog-thumbnail:hover .image-block-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    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;
    border-radius: .35714rem
}

.blog-thumbnail:hover .image-block-hover .block-hover-icons .fa.fa-link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.blog-thumbnail:hover .image-block-hover .block-hover-icons .fa.fa-link:hover {
    background: #3d750e;
    color: #fff;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}

.blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 0
}

.blog-post-figure {
    display: block;
    margin: auto;
    text-align: center
}

.blog-post-body {
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    text-align: center;
    float: left
}

@media (max-width:1260px) {
    .blog-post-body {
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .blog-post-body {
        width: 100%;
        padding: 0
    }
}

.blog-post-body .blog-author,
.blog-post-body .blog-date {
    text-align: left
}

.bx-wrapper {
    margin-bottom: 0 !important
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9 !important
}

.bx-wrapper .bx-prev {
    left: auto !important;
    right: 32px !important;
    top: -2em !important;
    transform: rotate(90deg);
    background: url(../img/megnor/arrow.png) 6px 6px no-repeat !important
}

.bx-wrapper .bx-prev:hover {
    background-position: 6px -45px !important
}

.bx-wrapper .bx-next {
    right: calc(50% - 0) !important;
    top: -2em !important;
    transform: rotate(90deg);
    background: url(../img/megnor/arrow.png) -92px 6px no-repeat !important
}

.bx-wrapper .bx-next:hover {
    background-position: -92px -45px !important
}

.bx-wrapper .bx-viewport .blog-item {
    margin: 0 .78571rem;
    float: left !important
}

.bx-wrapper .bx-viewport .blog-item .blog-inner {
    width: 100%;
    float: left
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .image-block {
    position: relative;
    overflow: hidden;
    float: left;
    width: 6.42857rem;
    height: 5rem;
    margin-bottom: 1.42857rem;
    margin-right: 1.07143rem
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .image-block img {
    height: 100%
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .date {
    font-size: 14px;
    float: left;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: .71429rem
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .image-block-hover .block-hover-icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    width: 31px;
    transform: scale(1.5);
    -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
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
    float: left;
    width: 55%
}

@media (min-width:970px) {
    .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
        width: 62%
    }
}

@media (min-width:1160px) {
    .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
        width: 70%
    }
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .date {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
    font-size: .92857rem
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .title {
    margin: 5px 0 8px;
    text-align: left;
    display: block
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .title a {
    text-decoration: none;
    clear: both;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .content {
    line-height: 1.71429rem;
    text-align: left;
    width: 100%;
    display: none
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog {
    float: left;
    width: 100%;
    clear: both;
    display: none
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog .read-more {
    padding: 10px 0 0
}

.bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog .read-more a {
    text-transform: capitalize
}

.bx-wrapper .bx-viewport .blog-item:hover {
    border-color: #000
}

.bx-wrapper .bx-viewport .blog-item:hover .date {
    bottom: 0
}

.bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .date {
    bottom: 0
}

.bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    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
}

.bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-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 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}

.bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link:hover {
    color: #25aef5;
    border-color: #25aef5;
    transition: all .4s ease 0s
}

.tt-post-detail .blog {
    float: left;
    width: 100%
}

.tt-read-more {
    color: #000;
    text-transform: capitalize;
    margin: 15px 0 15px 0;
    float: left;
    font-weight: 700;
    text-decoration: underline;
    width: 100%
}

.tt-read-more:hover {
    text-decoration: underline
}

.blog_post .tt-blog-content {
    width: 100%
}

.sidebarBlock+.sidebarBlock {
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
    padding-top: 2rem
}

.sidebarBlock-heading {
    margin-top: 0
}

.brandGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem
}

.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: left;
    display: inline-block;
    font-size: 13px;
    vertical-align: top
}

@media (min-width:551px) {
    .brandGrid .brand {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .brandGrid .brand {
        width: 16.66667%
    }
}

@media (min-width:1500px) and (max-width:1630px) {
    .brandGrid .brand {
        width: 16.66667%
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .brandGrid .brand {
        width: 25%
    }
}

.brandGrid .brand .card-title {
    text-align: center
}

.brand-image-container {
    position: relative;
    max-width: 100px
}

.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: 110%
}

.brand .card-img-container {
    max-width: 250px
}

.brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

body.brands .card {
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

body.brands .card .card-figure {
    text-align: center
}

body.brands .card .card-figure a {
    float: left;
    width: 100%
}

body.brands .card .card-figure a .card-img-container {
    float: left;
    width: 100%;
    max-width: 100%
}

body.brands .card .card-figure a .card-img-container:after {
    display: none
}

body.brands .card .card-figure a .card-img-container .card-image {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    position: static
}

body.brands .card .card-body {
    min-height: auto;
    border-top: 1px solid #e5e5e5;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

@media (max-width:991px) {
    body.brands .card .card-body {
        background: #f5f5f5;
        border-color: #f5f5f5;
        padding: 10px 8px
    }
}

body.brands .card:hover .card-body {
    background: #f5f5f5;
    border-color: #f5f5f5
}

.productGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.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: 13px;
    vertical-align: top;
    float: left
}

@media (min-width:551px) {
    .productGrid .product {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .productGrid .product {
        width: 25%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .productGrid .product {
        padding-bottom: 35px
    }
}

@media (min-width:551px) {
    .page-sidebar+.page-content .productGrid .product {
        width: 20%
    }
}

@media (min-width:544px) and (max-width:767px) {
    .page-sidebar+.page-content .productGrid .product {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .page-sidebar+.page-content .productGrid .product {
        width: 33.33333%
    }
}

.productMasonry {
    column-count: 2;
    column-fill: auto;
    column-gap: 1.42857rem;
    margin: 0 0 1.5rem;
    overflow: hidden
}

@media (min-width:551px) {
    .productMasonry {
        column-count: 3
    }
}

@media (min-width:992px) {
    .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
}

@media (min-width:992px) {
    .no-csscolumns .productGrid--maxCol6 .product {
        width: 16.66667%
    }
}

@media (min-width:992px) {
    .csscolumns .productGrid--maxCol6 {
        column-count: 6
    }
}

@media (min-width:992px) {
    .no-csscolumns .productGrid--maxCol3 .product {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .csscolumns .productGrid--maxCol3 {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 100%;
        float: left;
        float: none
    }

    .csscolumns .productGrid--maxCol3 .product {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 33.33333%;
        float: none
    }
}

.productList {
    margin: 0
}

.productList li.product {
    background: #fff;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    padding: 0 10px;
    border-radius: 8px;
    margin: 10px 0 30px;
    transition: .4s ease-in-out;
    overflow: hidden;
    margin: 10px 0 30px
}

.productList li.product .card-img-container .wdg-thumb {
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.productList li.product .card-img-container .wdg-thumb a {
    float: left;
    width: 100%
}

.productList li.product:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.productList li.product:hover .card-img-container .wdg-thumb {
    opacity: 1
}

@media (max-width:991px) {
    .productList li.product {
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15)
    }
}

.productList li.product .listItem .listItem-figure {
    padding: 0;
    position: relative;
    margin-bottom: 15px
}

.productList li.product .listItem .listItem-figure:after {
    border-right: 4px double #e5e5e5;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto;
    width: 100%
}

@media (min-width:544px) and (max-width:991px) {
    .productList li.product .listItem .listItem-figure {
        width: 40%;
        float: left;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:544px) {
    .productList li.product .listItem .listItem-figure {
        float: left;
        width: 100%
    }

    .productList li.product .listItem .listItem-figure:after {
        border-right: none;
        height: 4px;
        top: auto;
        border-bottom: 4px double #e5e5e5
    }
}

.productList li.product .listItem .listItem-figure>a {
    float: left;
    width: 100%;
    position: relative
}

.productList li.product .listItem .listItem-figure>a .wdgimg-bg {
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(.98);
    transition: all .3s ease 0s;
    z-index: -1;
    margin-bottom: -45px;
    visibility: hidden
}

@media (max-width:991px) {
    .productList li.product .listItem .listItem-figure>a .wdgimg-bg {
        margin-bottom: -10px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
        transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
        visibility: visible
    }
}

.productList li.product .listItem .listItem-figure>a .sold-out-product {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5
}

.productList li.product .listItem .listItem-figure>a .wdgsold-out {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 70px;
    z-index: 1;
    background: #0E7673;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: .9;
    border-radius: 50%;
    padding: 5px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 13px
}

.productList li.product .listItem .listItem-body {
    text-align: left;
    padding: 20px 10px 20px 30px
}

@media (min-width:544px) and (max-width:991px) {
    .productList li.product .listItem .listItem-body {
        width: 60%;
        float: left;
        padding: 20px 5px 0 15px
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productList li.product .listItem .listItem-body {
        text-align: center;
        float: left;
        width: 100%;
        padding: 0 10px
    }
}

.productList li.product .listItem .listItem-rating {
    margin-bottom: 10px
}

.productList li.product .listItem .listItem-details .product-desc {
    display: block;
    margin: 0 0 15px;
    line-height: 22px;
    float: left;
    width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .productList li.product .listItem .listItem-details .product-desc {
        margin: 0 0 10px
    }
}

@media (min-width:320px) and (max-width:991px) {
    .productList li.product .listItem .listItem-actions {
        margin-bottom: 20px
    }
}

.productList li.product .listItem .listItem-actions .card-figcaption-button.quickview,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-compare,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-wishlist {
    float: left;
    background: 0 0
}

@media (max-width:544px) {

    .productList li.product .listItem .listItem-actions .card-figcaption-button.quickview,
    .productList li.product .listItem .listItem-actions .card-figcaption-button.tt-compare,
    .productList li.product .listItem .listItem-actions .card-figcaption-button.tt-wishlist {
        float: none
    }
}

.productList li.product .listItem .listItem-actions .card-figcaption-button.quickview .material-icons,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-compare .material-icons,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-wishlist .material-icons {
    color: #888;
    font-size: 21px;
    line-height: 36px
}

.productList li.product .listItem .listItem-actions .card-figcaption-button.quickview:hover .material-icons,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-compare:hover .material-icons,
.productList li.product .listItem .listItem-actions .card-figcaption-button.tt-wishlist:hover .material-icons {
    color: #111
}

.productList li.product .listItem .listItem-actions .tt-compare:before {
    content: "";
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 100%
}

.productList li.product .listItem .listItem-actions .tt-list-price {
    margin-bottom: 20px
}

@media (min-width:991px) and (max-width:1259px) {
    .productList li.product .listItem .listItem-actions .tt-list-price {
        margin-bottom: 10px
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productList li.product .listItem .listItem-actions .tt-list-price {
        margin-bottom: 10px
    }
}

.productList li.product .listItem .listItem-actions,
.productList li.product .listItem .listItem-details {
    float: left;
    width: 100%
}

@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:1261px) {

    .listItem-body,
    .listItem-figure {
        vertical-align: top
    }
}

.listItem-button {
    background-color: rgba(148, 17, 42, .9);
    color: #fff
}

.listItem-button:hover {
    background-color: #0E7673;
    color: #fff
}

@media (min-width:551px) {
    .listItem-figure {
        margin-bottom: 0;
        padding-left: .78571rem;
        padding-right: .78571rem;
        width: 23.33333%
    }
}

@media (min-width:1261px) {
    .listItem-figure {
        position: relative
    }
}

.listItem-figure .listItem-button {
    margin: 1.5rem 0
}

@media (min-width:1261px) {
    .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-image {
    width: 100%
}

@media (min-width:551px) {
    .listItem-body {
        padding-left: 1.28571rem;
        padding-right: .78571rem;
        width: 76.66667%
    }
}

.listItem-content {
    float: left;
    width: 100%
}

@media (min-width:545px) and (max-width:767px) {
    .listItem-content {
        padding: 15px 0 10px
    }
}

@media (min-width:1261px) {

    .listItem-actions,
    .listItem-details {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:1261px) {
    .listItem-details {
        padding-right: 6rem
    }

    .listItem-details>:last-child {
        margin-bottom: 0
    }
}

.listItem-rating {
    margin-bottom: .35714rem
}

.list-cart-btn {
    float: left;
    margin-right: 5px
}

@media (max-width:544px) {
    .list-cart-btn {
        width: 100%;
        margin: 0 0 15px;
        float: none;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top
    }
}

.listItem-body .tt-compare {
    margin-left: 2px
}

.listItem-brand {
    color: #999;
    margin: 0 0 .21429rem
}

@media (min-width:992px) {
    .listItem-brand {
        font-size: 14px;
        margin-bottom: 0
    }
}

.listItem-title {
    font-size: 14px;
    margin: 0
}

@media (min-width:992px) {
    .listItem-title {
        font-size: 20px
    }
}

.listItem-title>a {
    text-decoration: none;
    color: #000;
    font: 700 14px/18px Roboto, Helvetica, sans-serif;
    text-transform: capitalize;
    white-space: nowrap
}

.listItem-price {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .listItem-price {
        font-size: 20px
    }
}

.list-cart-btn .card-figcaption-button {
    width: 100%;
    padding: 0 20px 0 15px;
    height: auto
}

@media (min-width:545px) and (max-width:767px) {
    .list-cart-btn .card-figcaption-button {
        padding: 0 10px
    }
}

@media (min-width:320px) and (max-width:543px) {
    .list-cart-btn .card-figcaption-button {
        padding: 1px 20px;
        line-height: 36px
    }
}

.shortlistItem-actions .tt-comparecheck {
    display: none
}

.productShortList li.product {
    background: #fff;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-radius: 8px;
    margin: 10px 0 30px;
    transition: .4s ease-in-out;
    overflow: hidden;
    margin: 10px 0 30px
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product {
        margin: 0 0 15px
    }
}

@media (max-width:991px) {
    .productShortList li.product {
        margin-bottom: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15)
    }
}

.productShortList li.product .card-img-container .wdg-thumb {
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.productShortList li.product .card-img-container .wdg-thumb a {
    float: left;
    width: 100%
}

.productShortList li.product:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.productShortList li.product:hover .card-img-container .wdg-thumb {
    opacity: 1
}

@media (max-width:544px) {
    .productShortList li.product .shortlistItem {
        padding: 10px 5px
    }
}

.productShortList li.product .shortlistItem .shortlistItem-figure {
    padding: 0;
    position: relative
}

.productShortList li.product .shortlistItem .shortlistItem-figure:after {
    border-right: 4px double #e5e5e5;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto;
    width: 100%
}

@media (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-figure:after {
        border-right: none;
        height: 4px;
        top: auto;
        border-bottom: 4px double #e5e5e5
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-figure {
        width: 25%
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-figure {
        padding-left: 0;
        width: 100%
    }
}

.productShortList li.product .shortlistItem .shortlistItem-figure>a {
    float: left;
    width: 100%;
    position: relative
}

.productShortList li.product .shortlistItem .shortlistItem-figure>a .wdgimg-bg {
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(.98);
    transition: all .3s ease 0s;
    z-index: -1;
    margin-bottom: -45px;
    visibility: hidden
}

@media (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-figure>a .wdgimg-bg {
        margin-bottom: -10px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
        transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
        visibility: visible
    }
}

.productShortList li.product .shortlistItem .shortlistItem-figure>a .sold-out-product {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5
}

.productShortList li.product .shortlistItem .shortlistItem-figure>a .wdgsold-out {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 70px;
    z-index: 1;
    background: #0E7673;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: .9;
    border-radius: 50%;
    padding: 5px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 13px
}

.productShortList li.product .shortlistItem .shortlistItem-body {
    text-align: left
}

@media (min-width:551px) {
    .productShortList li.product .shortlistItem .shortlistItem-body {
        padding-left: 1.28571rem;
        padding-right: .78571rem
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-body {
        width: 75%
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-body {
        text-align: center;
        width: 100%;
        padding: 0 10px
    }
}

.productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content {
    margin-top: 10px;
    float: left;
    width: 100%
}

@media (min-width:1261px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content {
        display: table
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content {
        padding: 10px 0 5px
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content {
        margin-top: 0
    }
}

.productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price {
    margin-bottom: 0
}

@media (min-width:992px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price {
        margin: 30px 0 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price {
        width: 35%;
        margin: 0
    }
}

@media (max-width:767px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price {
        width: 100%
    }

    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price .price-section.price-section--withTax {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price {
        width: 100%;
        padding: 0;
        margin: 0 0 10px
    }
}

.productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price .tt-shortlist-price {
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price .tt-shortlist-price {
        margin-bottom: 5px;
        text-align: left
    }
}

@media (max-width:767px) {
    .productShortList li.product .shortlistItem .shortlistItem-body .shortlistItem-content .shortlistItem-price .tt-shortlist-price {
        margin-bottom: 0
    }
}

.productShortList li.product .shortlistItem .shortlistItem-rating {
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-details {
        width: 65%
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-details {
        padding: 0 0 0 10px
    }
}

@media (max-width:767px) {
    .productShortList li.product .shortlistItem .shortlistItem-details {
        width: 100%
    }
}

.productShortList li.product .shortlistItem .shortlistItem-details .product-desc {
    display: block;
    margin: 0 0 15px;
    line-height: 22px;
    float: left;
    width: 100%
}

.productShortList li.product .shortlistItem .shortlistItem-actions {
    text-align: center;
    margin: 10px 0 0 0
}

@media (min-width:1201px) and (max-width:1259px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        padding: 0
    }
}

@media (min-width:545px) and (max-width:767px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        text-align: left
    }
}

@media (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        text-align: center !important
    }
}

.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.quickview,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-compare,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-wishlist {
    float: left;
    background: 0 0
}

@media (max-width:544px) {

    .productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.quickview,
    .productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-compare,
    .productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-wishlist {
        float: none
    }
}

.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.quickview .material-icons,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-compare .material-icons,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-wishlist .material-icons {
    color: #888;
    font-size: 21px;
    line-height: 36px
}

.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.quickview:hover .material-icons,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-compare:hover .material-icons,
.productShortList li.product .shortlistItem .shortlistItem-actions .card-figcaption-button.tt-wishlist:hover .material-icons {
    color: #111
}

.productShortList li.product .shortlistItem .shortlistItem-actions .tt-compare:before {
    content: "";
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        width: 35%;
        margin: 0;
        float: right !important
    }
}

@media (max-width:767px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        width: 100%
    }
}

@media (min-width:320px) and (max-width:544px) {
    .productShortList li.product .shortlistItem .shortlistItem-actions {
        width: 100%;
        margin: 0;
        text-align: left
    }
}

.productShortList li.product .shortlistItem .shortlistItem-actions .tt-list-price {
    margin-bottom: 20px
}

.productShortList li.product .shortlistItem .shortlistItem-actions,
.productShortList li.product .shortlistItem .shortlistItem-details {
    float: left
}

@media (min-width:992px) and (max-width:1199px) {

    .productShortList li.product .shortlistItem .shortlistItem-actions,
    .productShortList li.product .shortlistItem .shortlistItem-details {
        padding: 0
    }
}

@media (min-width:320px) and (max-width:544px) {

    .productShortList li.product .shortlistItem .shortlistItem-actions,
    .productShortList li.product .shortlistItem .shortlistItem-details {
        padding: 0;
        float: left;
        width: 100%
    }
}

.productShortList {
    list-style: none;
    margin-left: 0
}

.productShortList ol,
.productShortList ul {
    list-style: none;
    margin-bottom: 0
}

@media (min-width:320px) and (max-width:544px) {
    .shortlistItem {
        float: left;
        width: 100%
    }
}

@media (min-width:551px) {

    .shortlistItem-body,
    .shortlistItem-figure {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:1261px) {

    .shortlistItem-body,
    .shortlistItem-figure {
        vertical-align: top
    }
}

.shortlistItem-button {
    background-color: rgba(148, 17, 42, .9);
    color: #fff
}

.shortlistItem-button:hover {
    background-color: #0E7673;
    color: #fff
}

.shortlistItem-figure {
    margin: 0 0 1.5rem
}

@media (min-width:551px) {
    .shortlistItem-figure {
        margin-bottom: 0;
        padding-left: .78571rem;
        padding-right: .78571rem
    }
}

@media (max-width:544px) {
    .shortlistItem-figure {
        width: 100%
    }
}

@media (min-width:1261px) {
    .shortlistItem-figure {
        position: relative
    }
}

.shortlistItem-figure .shortlistItem-button {
    margin: 1.5rem 0
}

@media (min-width:1261px) {
    .shortlistItem-figure .shortlistItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d
    }
}

.shortlistItem-image {
    width: 100%
}

@media (min-width:1261px) {

    .shortlistItem-actions,
    .shortlistItem-details {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:1261px) {
    .shortlistItem-details {
        padding-right: 6rem
    }
}

@media (min-width:320px) and (max-width:544px) {
    .shortlistItem-details {
        width: 100%
    }
}

.shortlistItem-rating {
    margin-bottom: .35714rem
}

.shortlist-cart-btn {
    clear: right
}

@media (min-width:320px) and (max-width:544px) {
    .shortlist-cart-btn {
        clear: none;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.shortlistItem-actions .quickview-compare {
    clear: left;
    margin-top: 10px
}

@media (min-width:544px) and (max-width:991px) {
    .shortlistItem-actions .quickview-compare {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .shortlistItem-actions .quickview-compare {
        clear: none;
        margin-top: 0;
        float: none;
        display: inline-block;
        vertical-align: middle
    }
}

.shortlistItem-body .tt-compare {
    margin-left: 2px
}

.shortlistItem-brand {
    color: #999;
    margin: 0 0 .21429rem
}

@media (min-width:992px) {
    .shortlistItem-brand {
        font-size: 14px;
        margin-bottom: 0
    }
}

.shortlistItem-title {
    font-size: 14px;
    margin: 0
}

@media (min-width:992px) {
    .shortlistItem-title {
        font-size: 20px
    }
}

.shortlistItem-title>a {
    text-decoration: none;
    color: #000;
    font: 700 14px/18px Roboto, Helvetica, sans-serif;
    text-transform: capitalize;
    white-space: nowrap
}

@media (min-width:320px) and (max-width:544px) {
    .shortlistItem-title>a {
        white-space: normal
    }
}

@media (min-width:1261px) {
    .page-sidebar+.page-content .productShortList .shortlistItem-details {
        padding-right: 3rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .shortlist-cart-btn .card-figcaption-button {
        padding: 0 10px
    }
}

.shortlist-cart-btn .card-figcaption-button {
    width: auto;
    float: left;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0 20px 0 15px;
    height: auto
}

@media (min-width:992px) and (max-width:1200px) {
    .shortlist-cart-btn .card-figcaption-button {
        padding: 0 4px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .shortlist-cart-btn .card-figcaption-button {
        padding: 0 8px
    }
}

@media (min-width:320px) and (max-width:544px) {
    .shortlist-cart-btn .card-figcaption-button {
        padding: 1px 20px;
        line-height: 36px
    }
}

@media (min-width:320px) and (max-width:544px) {
    .tt-shortlist-price {
        float: left;
        width: 100%
    }

    .tt-shortlist-price .price-section {
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.listItem-actions .tt-comparecheck {
    display: none
}

.productView {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem
}

.productView:after,
.productView:before {
    content: " ";
    display: table
}

.productView:after {
    clear: both
}

@media (max-width:991px) {
    .productView {
        margin: 0;
        width: 100%
    }
}

@media (max-width:544px) {
    .productView {
        padding: 0
    }
}

@media (max-width:991px) {
    .productView .socialLinks {
        text-align: left
    }
}

.productView .available-option-wrap {
    text-align: left;
}

.productView .available-option-wrap .section .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.productView .available-option-wrap .section .icon-div {
    width: 24px;
    margin-right: 10px;
}

.modal .productView {
    padding-bottom: 0;
    padding-top: 0
}

.productView--quickView .socialLinks-item--print {
    display: none
}

.productView-images {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:544px) and (max-width:991px) {
    .productView-images {
        float: none;
        width: 80%;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:544px) {
    .productView-images {
        padding: 0;
        float: left;
        width: 100%
    }
}

.productView-images .wdgimg-bg {
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(.98);
    transition: all .3s ease 0s;
    z-index: -1;
    margin-bottom: -45px;
    visibility: hidden
}

@media (max-width:991px) {
    .productView-images .wdgimg-bg {
        margin-bottom: -10px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
        transition: opacity .3s ease 0s, visibility 0s ease 0s, transform .3s ease 0s;
        visibility: visible
    }
}

.productView-images .sold-out-product {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5
}

.productView-images .wdgsold-out {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 70px;
    z-index: 1;
    background: #F37221;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: .9;
    border-radius: 50%;
    padding: 5px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 13px
}

.productView-images .productView-image {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden
}

.productView-images:hover .wdgsold-out {
    display: none
}

.productView-details {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left
}

@media (max-width:991px) {
    .productView-details {
        float: left;
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0
    }
}

@media (max-width:544px) {
    .productView-details {
        padding: 0;
        margin: 10px 0 0 0
    }
}

@media (min-width:544px) and (max-width:991px) {
    .productView-btn {
        padding: 0
    }
}

@media (min-width:320px) and (max-width:543px) {
    .productView-btn {
        padding: 0
    }
}

.productView-title {
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    margin: 0 0 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
    font: 700 18px/24px Roboto, Helvetica, sans-serif
}

.productView-description {
    margin: 30px 0 45px;
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    float: left;
    width: 100%
}

@media (min-width:544px) and (max-width:991px) {
    .productView-description {
        margin: 0 0 30px;
        padding: 15px 15px
    }
}

@media (max-width:544px) {
    .productView-description {
        margin: 20px 0 25px;
        padding: 15px 15px
    }
}

.productView-description .tabs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 -4px;
    list-style: outside none none;
    margin-bottom: 15px
}

.productView-description .tabs li.tab {
    margin-right: 30px;
    float: left;
    position: relative;
    border: none;
    margin-bottom: 0
}

.productView-description .tabs li.tab a {
    color: #777;
    font: 600 16px/20px Roboto, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 1px;
    outline: medium none;
    padding: 10px 0 12px;
    position: relative;
    text-transform: capitalize;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: none;
    background: 0 0;
    z-index: 1
}

.productView-description .tabs li.tab a:before {
    border-bottom: 3px solid #e5e5e5;
    bottom: -3px;
    top: auto;
    margin: auto;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.productView-description .tabs li.tab:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    top: auto;
    background: #F37221;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.productView-description .tabs li.tab:hover a {
    color: #000
}

.productView-description .tabs li.tab:hover a:before {
    width: 100%
}

.productView-description .tabs li.is-active a {
    color: #000
}

.productView-description .tabs li.is-active:before {
    width: 100%
}

.productView-description .tabs li.is-active>a::before {
    width: 100%;
    border: none
}

.productView-description .tabs-contents {
    text-align: left;
    padding: 10px 0 0 0
}

.productView-description .tabs-contents li {
    list-style: outside
}

.productView-description .tabs-contents p span {
    color: #333
}

.productView-brand {
    font: 400 14px/20px Roboto, Helvetica, sans-serif
}

.productView-brand a {
    text-decoration: none;
    text-transform: capitalize;
    color: #222
}

.modal-body .productView-details {
    padding: 30px
}

.sale-flag-star,
.sale-flag-star:after,
.sale-flag-star:before {
    background: #F37221;
    content: "";
    display: block;
    height: 3.57143rem;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    transform: scaleX(1) scaleY(1) scaleZ(1);
    transform-origin: 50% 50% 0;
    width: 3.57143rem;
    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.57143rem;
    position: absolute;
    top: -95px;
    left: 23px;
    width: 3.57143rem
}

.sale-text-burst {
    color: #000;
    font-weight: 700;
    line-height: 1.07143rem;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 3.57143rem;
    z-index: 50
}

.sale-flag-side {
    background: #F37221;
    border-radius: 0 50px 50px 0;
    color: #000;
    font-size: 13px;
    height: 1.71429rem;
    line-height: 1.71429rem;
    padding-left: .5rem;
    padding-right: .78571rem;
    padding-top: 0;
    position: absolute;
    top: -60px;
    left: 0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    z-index: 10
}

.card:hover .sale-flag-side {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease
}

.sale-flag-sash {
    background: #F37221;
    color: #000;
    font-size: 13px;
    height: 1.71429rem;
    line-height: 1.71429rem;
    padding: 0 3px 0 10px;
    position: absolute;
    top: -60px;
    left: 0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    z-index: 10
}

.sale-flag-sash:after {
    font-size: 60px;
    right: -15px;
    height: 20px;
    width: 30px;
    color: #F37221;
    display: block;
    float: right;
    position: absolute;
    top: -13px;
    line-height: 10px;
    left: auto;
    content: "\e5c7";
    font-family: "Material Icons";
    transform: rotate(90deg)
}

.card:hover .sale-flag-sash,
.card:hover .sale-flag-star,
.card:hover .sale-flag-star::after,
.card:hover .sale-flag-star::before {
    background: #F37221;
    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -ms-transition: .8s ease;
    -o-transition: .8s ease
}

[data-product-attribute] .form-option.form-option-swatch {
    overflow: visible;
    border-radius: 50%
}

.form-option-variant--color,
.form-option-variant--pattern {
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.form-option-expanded {
    background-color: #fff;
    border: 1px solid #999;
    left: calc(100% + 55px);
    opacity: 0;
    padding: 3px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    visibility: hidden
}

.form-option:hover .form-option-expanded {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-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:992px) {
    .account--fixed {
        margin: 0 auto;
        width: 66.66667%
    }
}

.account--fixedSmall {
    text-align: left
}

@media (min-width:992px) {
    .account--fixedSmall {
        margin: 0 auto;
        width: 50%
    }
}

.account p.tt-pass-intro,
.tt-account-create {
    margin-top: 30px;
    float: left;
    width: 100%
}

.tt-account-create .form-actions {
    text-align: left
}

@media (min-width:992px) {
    .account--fixedLarge {
        margin: 0 auto;
        width: 75%
    }
}

.account-head {
    margin-bottom: 1.5rem;
    text-align: center
}

.account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left
}

.account-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width:992px) {
    .account-content--fixed {
        width: 66.66667%
    }
}

@media (min-width:992px) {
    .account-content--fixedSmall {
        width: 50%
    }
}

.account-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width:992px) {
    .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;
    -moz-box-shadow: 2px 2px 2px #999;
    -webkit-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;
    -moz-box-shadow: 0 0 2px #0a6aa1;
    -webkit-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;
    -moz-box-shadow: 0 0 2px #0a6aa1;
    -webkit-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;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-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;
    -moz-box-shadow: 0 0 0;
    -webkit-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;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.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;
    -webkit-transition: background-color .15s, box-shadow .15s;
    -moz-transition: background-color .15s, box-shadow .15s;
    -ms-transition: background-color .15s, box-shadow .15s;
    -o-transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc;
    -moz-box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
    -moz-box-shadow: inset 0 0 1px #999;
    -webkit-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;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.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;
    -moz-box-shadow: none;
    -webkit-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;
    -moz-box-shadow: none;
    -webkit-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;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.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;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.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;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.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;
        -moz-box-shadow: inset 0 -6px 3px -5px #666;
        -webkit-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;
        -moz-box-shadow: inset 0 6px 3px -5px #666;
        -webkit-box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-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
    }
}

.rounded-10 {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
}