@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:1025px)/";
    width: 551px
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:1025px)/";
    width: 1025px
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:1025px) and (max-width:1281px)/";
    width: 1025px
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1281px)/";
    width: 1281px
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:1281px) and (max-width:1681px)/";
    width: 1281px
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:1681px)/";
    width: 1681px
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@keyframes load-animate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg);
        opacity: .35
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes menuFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.menuFadeInUp {
    animation-name: menuFadeInUp
}

@keyframes rotate_180 {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes zoom-animation {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.4, 1.4, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.zoom-animation {
    animation-name: zoom-animation
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

.animated-loading {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #f5f5f5;
    background: linear-gradient(to right, #f5f5f5 4%, #eee 25%, #f5f5f5 36%);
    background-size: 1200px 100%
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0
    }

    100% {
        background-position: 1200px 0
    }
}

.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
}

::selection {
    color: #fff;

    background: #1c2174;

}

.explore {
    border: 1px solid #00ab9c;
    width: 13% !important;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
}

.explore a {
    color: #1c2174;
    font-weight: 600;
}

.span_two {
    font-size: 15px;

    line-height: 30px;

    font-weight: 300;

    font-family: "Bai Jamjuree", sans-serif;

}

.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;
    padding: 0;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none !important;
}

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
}

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: #505050;
    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
}

button {
    background: 0 0;
    border: 0
}

button:active,
button:focus {
    box-shadow: none;
    outline: 0
}

body {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #202020;
    line-height: inherit;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #0a6cdc
}

.custom-html p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    margin-top: 12px;
    font-family: "Bai Jamjuree", sans-serif;
}

.inlineList>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem
}

.inlineList>li>* {
    display: block
}

.table {
    border: solid 1px #666;
    margin-bottom: 2rem;
    table-layout: auto;
    width: 100%
}

.table thead {
    background: #333
}

.table thead tr td,
.table thead tr th {
    font-size: 1rem;
    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 #666
}

.table-tfoot {
    border: 1px solid #666
}

.table-tbody tr {
    border-bottom: 1px solid #666
}

.table-tbody tr:last-child {
    border-bottom: 0
}

.button {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #ccc;
    color: #202020;
    font-size: 1rem;
    padding: .85714rem 2.28571rem;
    border-radius: 40px;
    outline: 0;
    vertical-align: middle
}

.button.active,
.button.is-active,
.button:focus,
.button:hover {
    background-color: transparent;
    border-color: #762369;
    color: #fff
}

.button:active {
    background-color: transparent;
    border: 1px solid #762369;
    color: #fff
}

.button.active,
.button.is-active,
.button:focus {
    outline: 0
}

.button--primary {
    background-color: #762369;
    border-color: #762369;
    color: #fff
}

.button--primary.active,
.button--primary.is-active,
.button--primary:focus,
.button--primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #762369
}

.button--primary:active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #762369
}

.button[disabled] {
    background-color: #bababa;
    border-color: #bababa;
    color: #fff;
    cursor: default
}

.button--large {
    font-size: 18px
}

.button--small {
    font-size: 16px;
    padding: .57143rem 1.5rem
}

.button--slab {
    display: block;
    width: 100%
}

.button+.button--slab {
    margin-left: 0
}

.button--icon {
    font-size: 1rem;
    padding: .78571rem .78571rem
}

.buttonGroup>.button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0
}

.buttonGroup>.button:first-child {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px
}

.buttonGroup>.button:last-child {
    border-bottom-right-radius: 40px;
    border-right-width: 1px;
    border-top-right-radius: 40px
}

.dropdown-menu {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #444;
    font-size: 1rem;
    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: #444;
    font-size: 1rem;
    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: 1rem;
    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;
}

.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: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.form-label small {
    color: gray;
    font-size: .71429rem;
    text-transform: uppercase;
    vertical-align: bottom
}

.form-input {
    appearance: none;
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 40px;
    color: #111;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 3rem;
    margin: 0;
    padding: 7px 1rem;
    transition: border-color .1s ease-out;
    width: 100%;
}

.form-input:disabled {
    background-color: #fff;
    color: #757575;
    cursor: not-allowed
}

.form-input[readonly] {
    background-color: #444;
    border-color: #999;
    color: #999;
    cursor: text
}

.form-input:focus {
    border-color: #474747;
    outline: 0
}

.form-input[rows] {
    height: auto
}

.form-input[type=search] {
    box-sizing: border-box
}

.form-input::-webkit-input-placeholder {
    color: #757575
}

.form-input::-ms-clear {
    height: 0;
    width: 0
}

.form-input::-moz-placeholder {
    color: #757575
}

.form-input:-ms-input-placeholder {
    color: #757575
}

.form-select {
    background-color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    color: #505050;
    font-family: inherit;
    font-size: 1rem;
    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: 40px
}

.form-select:focus {
    border-color: #474747
}

.form-select:disabled {
    background-color: #fff;
    cursor: not-allowed
}

.form-select:focus {
    border-color: #474747
}

.form-body {
    background-color: #555;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    margin-bottom: 1.5rem;
    max-width: none;
    padding: 1.5rem
}

.form-row {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.form-row:after,
.form-row:before {
    content: " ";
    display: table
}

.form-row:after {
    clear: both
}

.form-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: 1rem;
    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 #8f8f8f;
    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: 40px
}

.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: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}

.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: #172532;
    box-shadow: 0 0 4px rgba(23, 37, 50, .4)
}

.switch-toggle {
    background-color: #999;
    border: 1px solid #999;
    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: #87724f;
    border-color: #87724f
}

.switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06
}

.switch--disabled .switch-toggle {
    background-color: #444;
    border-color: #757575;
    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
}

.tm .offcanvas-tm .offcanvas-body .main-menu-list ul {
    list-style: none;
}

.main-menu-list ul li a {
    color: #fff !important;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    padding: 4px 18px 2px;
    font-family: "Bai Jamjuree", sans-serif;
}

.offcanvas-body {
    padding: 0 !important;
}

.tm .offcanvas-tm .offcanvas-body .footer-offcanvas {
    display: block;
    text-align: center;
}

.tm .offcanvas-tm .offcanvas-body .footer-offcanvas img {
    width: 200px;
    text-align: center;
}

.footer-offcanvas .footer-links {
    list-style: none;
}

.footer-offcanvas .footer-links li a {
    font-size: 12px;
    color: #202020;
    font-weight: 500;
}

.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: #999
}

.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: #999999
}

.switch-description--off {
    color: #fff;
    margin-right: 5px
}

.switch--checked .switch-description--off {
    color: #999
}

.switch-description--on {
    color: #999;
    margin-left: 5px
}

.switch--checked .switch-description--on {
    color: #fff
}

.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: #555;
        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
}

.image-section {
    background-image: url(../../assets/image/Wavy_Lst-05_Single-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 200px;
    width: 100%;
}

@media (max-width: 576px) {
    .image-section {
        margin: 0;
        padding: 100px 0;
    }
}

.search-ip {
    width: 500px !important;
}

@media (min-width: 1025px) { 
    .search-ip {
        height: 44px !important;
    }
}

.form-field-errors ol,
.form-field-errors ul {
    list-style: none;
    margin-bottom: 0
}

.item-emai{
    padding: 20px 15px;
}
.item-emai strong{
color: #fff;
}
.item-emai span{
    color: #fff;
}
.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: #e13f3f
}

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
    color: #e13f3f
}

.form-field--error .form-input-indicator>svg {
    fill: #e13f3f
}

.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: #87724f
}

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
    color: #87724f
}

.form-field--warning .form-input-indicator>svg {
    fill: #87724f
}

.panel {
    position: relative
}

.panel-header {
    background-color: #333;
    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: #333
}

.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;
    overflow: hidden;
    padding: 0;

}

.breadcrumb {
    color: gray;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    line-height: 1.5
}

.breadcrumb a {
    color: #7f7e7e;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb.current {
    color: gray;
    cursor: default
}

.breadcrumb.current a {
    color: gray;
    cursor: default
}

.breadcrumb.current:focus,
.breadcrumb.current:focus a,
.breadcrumb.current:hover,
.breadcrumb.current:hover a {
    text-decoration: none
}

.breadcrumb.unavailable {
    color: #757575
}

.breadcrumb.unavailable a {
    color: #757575
}

.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
    color: #757575;
    cursor: not-allowed;
    text-decoration: none
}

.breadcrumb:before {
    color: gray;
    content: "/";
    margin: 0;
    position: relative;
    top: 4px
}

.breadcrumb:first-child:before {
    content: " ";
    margin: 0
}

.breadcrumb-container {
    border-bottom: 1px solid #f3eeee;
    margin: 0;
    box-shadow: 0 0 5px #d6faf8;
    padding: 4px 0;
}

.breadcrumb::before {
    margin: 0 .5rem
}

@media (min-width:481px) {
    .breadcrumb::before {
        margin: 0 .5rem
    }
}

.breadcrumb-label {
    cursor: pointer
}

.breadcrumb-label:hover {
    color: #000;
    text-decoration: none
}

.breadcrumb.is-active>.breadcrumb-label {
    color: #00ab9c;
    cursor: default;
    font-weight: 700;
}

.breadcrumb.is-unavailable>.breadcrumb-label {
    color: #757575;
    cursor: default
}

.tabs {
    border-bottom: 1px solid #666;
    margin: 0
}

.tabs:after,
.tabs:before {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tab {
    border-bottom: #fdc525;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width:551px) {
    .tab {
        float: left
    }
}

.tab-title {
    color: gray;
    display: block;
    font-size: 18px;
    padding: .78571rem 1.57143rem
}

.tab-title:hover {
    color: #505050
}

.tab.is-active .tab-title {
    color: #505050;
    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: block;
    /* padding: 1.5rem 0; */
}

.all-product-cards {
    width: 100%;
}

.button-subcateg-section .sub-section-button-nav {
    width: 100%;
    margin-bottom: 16px;

}

.button-subcateg-section .sub-section-button-nav .sub-section-button.active {

    background-color: transparent;
    color: #762369;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    justify-content: space-between;
    text-align: left;
    line-height: 18px;
    border-bottom: 2px dotted #762369;

}

.button-subcateg-section .sub-section-button-nav .sub-section-button {

    border-bottom: 2px dotted #ccc;
    color: #202020;
    border-radius: 0px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 1px;
    text-align: left;
}

.button-subcateg-section .sub-section-button-nav .sub-section-button.active span {
    display: grid;
    vertical-align: middle;
    align-content: center;
}

.button-subcateg-section .sub-section-button-nav .sub-section-button.active span i {
    display: block;
    position: relative;
    /* top: 4px; */
}

.button-subcateg-section .sub-section-button-nav .sub-section-button span i {
    display: none;
}

.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: #fff;
    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: #202020;
    font-size: 18px;
    padding: .21429rem 0
}

.pagination-list {
    display: block;
    margin-left: 0
}

.pagination-list li {
    color: gray;
    font-size: 1rem;
    margin-left: .35714rem
}

.pagination-list li a,
.pagination-list li button {
    border-radius: 40px;
    transition: background-color .3s ease-out;
    background: 0 0;
    color: gray;
    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: #202020
}

li.pagination-item--current a,
li.pagination-item--current button {
    color: #202020;
    cursor: default
}

.alertBox {
    border-style: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .78571rem;
    padding: .78571rem 1.14286rem .78571rem 1.14286rem;
    position: relative;
    transition: opacity .3s ease-out;
    background-color: #444;
    border-color: #444;
    color: #202020
}

.alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem
}

.alertBox .button {
    margin: 0 0 0 .78571rem
}

.alertBox--info {
    background-color: #31708f;
    border-color: #31708f;
    color: #202020
}

.alertBox--info svg {
    fill: #eaf3f8
}

.alertBox--success {
    background-color: #d5ffd8;
    border-color: #d5ffd8;
    color: #fff
}

.alertBox--success svg {
    fill: #008a06
}

.alertBox--warning {
    background-color: #fbf8e5;
    border-color: #fbf8e5;
    color: #fff
}

.alertBox--warning svg {
    fill: #87724f
}

.alertBox--error {
    background-color: #fdd;
    border-color: #fdd;
    color: #fff
}

.alertBox--error svg {
    fill: #e13f3f
}

.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: #666 solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    margin: 0 0 1.5rem
}

.accordion:after,
.accordion:before {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion-navigation {
    display: block;
    margin-bottom: 0 !important;
    border: #666 solid;
    border-width: 1px 0;
    cursor: pointer
}

.accordion-navigation.is-open>a {
    background: #555;
    color: #fff
}

.accordion-navigation>a {
    background: #555;
    color: #505050;
    padding: 1.85714rem;
    display: block;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem
}

.accordion-navigation>a:hover {
    background: #333
}

.accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem
}

.accordion-title {
    font-weight: 700;
    line-height: 24px
}

.accordion-content {
    display: none;
    padding: 2rem;
    border: #666 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: #e13f3f
}

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open>a {
    color: #87724f
}

.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(-30%)
    }
}

.modal-body .catalog-list ul {
    list-style: none;
}

.modal-body .catalog-list ul li a {
    color: #202020;
    font-size: 16px;
    margin-bottom: 5px;
}

.modal--large {
    max-height: 90%;
    width: 1280px
}

.modal--small {
    width: 500px
}

.modal-header {
    border-bottom: 1px solid #666;
    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 #666;
    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: #999;
    cursor: pointer;
    font-size: 40px;
    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: #999;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: .35714rem .78571rem
}

.loadingOverlay-container {
    min-height: 120px;
    position: relative
}

.loadingOverlay {
    background: rgba(0, 0, 0, .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-figcaption {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    right: 0;
    text-align: center;
    top: 0
}

.card-figcaption:hover {
    opacity: 1
}

.card-figcaption-action {
    display: block;
    height: 100%
}

.card-figcaption-body>:first-child {
    margin-top: 0
}

.card-figcaption-body>:last-child {
    margin-bottom: 0
}

.card-figcaption-body .card-text {
    color: gray
}

.card-figcaption-button {
    background-color: #fff;
    border-color: #505050;
    color: #202020
}

.card-figcaption-button:hover {
    background-color: #762369;
    border-color: #505050;
    color: #202020
}

.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: gray
}

.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
}

.aria-description--hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin-left: -10000px
}

.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: #202020;
    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: #000;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1
}

.slick-arrow {
    z-index: 1;
    height: 2.57143rem;
    width: 2.57143rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #505050;
    background: #fff
}

.slick-arrow:before {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1rem;
    width: .78571rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.slick-arrow:focus,
.slick-arrow:hover {
    background: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.slick-arrow:focus:before,
.slick-arrow:hover:before {
    opacity: 1
}

@media (max-width:1024px) {
    .slick-arrow {
        display: none !important
    }
}

.slick-next {
    right: -1px
}

@media (min-width:1600px) {
    .slick-next {
        right: -78px
    }
}

/* .page-type-default.homepage-layout-2 .slick-next {
    right: 25px
} */

.slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -1px 50%
}

.slick-prev {
    left: -1px
}

@media (min-width:1600px) {
    .slick-prev {
        left: -78px
    }
}

.page-type-default.homepage-layout-2 .slick-prev {
    left: 25px
}

.slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 1px 50%
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dotted.slick-slider .slick-dots {
    position: relative
}

@media (min-width:1025px) {
    .slick-dotted.slick-slider .slick-arrow {
        top: calc(50% - 28px)
    }
}

.page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
    top: calc(50% - 21px)
}

@media (min-width:1025px) {
    .page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
        top: 50%
    }
}

@media (min-width:1025px) {
    .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
        top: calc(50% - 110px)
    }
}

.slick-dots {
    margin: 0;
    position: relative;
    bottom: auto;
    font-size: 0
}

.slick-dots.no-dots {
    display: none !important
}

.slick-dots li {
    width: 20px;
    height: 12px;
    line-height: 12px;
    margin: 20px 3px 0 0;
    padding: 0 .21429rem;
    display: inline-block
}

@media (min-width:551px) {
    .slick-dots li {
        margin: 40px 3px 0 0
    }
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    height: .71429rem;
    width: .71429rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: background .1s ease-out;
    border: 1px solid #cecece;
    background: #cecece
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button:hover {
    background: #0064e4;
    border: 1px solid #0064e4
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background: #0064e4;
    border: 1px solid #0064e4;
    height: .71429rem;
    width: .71429rem
}

.slick-dots li.slick-active button::before,
.slick-dots li:hover button::before {
    display: none
}

.slick-dots>li:only-child {
    display: none
}

@media (min-width:551px) {
    .homepage-layout-2 .slick-dots li {
        margin-top: 25px
    }
}

.productView .slick-dots {
    position: relative
}

.slick-disabled {
    cursor: default;
    opacity: .5
}

.slick-disabled:before {
    opacity: 1 !important
}

.slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

div.slick-slider {
    min-width: 100%
}

.carousel-tooltip {
    height: 1px;
    display: none;
    position: relative;
    margin-top: 10px;
    width: 36px
}

.carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: .71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent
}

.carousel-tooltip:after {
    content: attr(aria-label);
    padding: .28571rem .42857rem;
    background-color: #313440;
    color: #fff;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: .57143rem
}

.carousel-tooltip:after,
.carousel-tooltip:before {
    display: none
}

.carousel-tooltip:focus:after,
.carousel-tooltip:focus:before {
    display: block
}

@media (min-width:551px) {
    .carousel-tooltip {
        display: block
    }
}

.carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px
}

.slick-dots button:focus .carousel-tooltip:after,
.slick-dots button:focus .carousel-tooltip:before,
.slick-next:focus .carousel-tooltip:after,
.slick-next:focus .carousel-tooltip:before,
.slick-prev:focus .carousel-tooltip:after,
.slick-prev:focus .carousel-tooltip:before {
    display: block
}

.slick-next .carousel-tooltip:before,
.slick-prev .carousel-tooltip:before {
    top: -7px
}

.slick-prev .carousel-tooltip:before {
    right: 10px;
    top: -2px
}

.slick-prev .carousel-tooltip:after {
    right: auto;
    left: -10px;
    top: 15px
}

.slick-next .carousel-tooltip:before {
    right: 5px
}

.slick-next .carousel-tooltip:after {
    right: -10px
}

.slick-dots button .carousel-tooltip {
    margin-top: 15px
}

.slick-dots button .carousel-tooltip:after,
.slick-dots button .carousel-tooltip:before {
    right: 50%;
    transform: translateX(50%)
}

.slick-dots button .carousel-tooltip:before {
    top: -7px
}

.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;
    background-color: #7fc0c2
}

.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
}

.card-figcaption-bottom .card-figcaption-body {
    display: flex;
}

.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
}

.modal-body .des-form {
    padding-top: calc(.375rem + var(--bs-border-width));
    font-size: 15px;
    line-height: 1.5;
    color: #1c2174;
    font-weight: 600;
}

.catalog-header .btn-default::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: red;
    position: absolute;
    top: 18px;
    right: 15px;
    left: auto;
    font-size: 19px;
}

.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: #e5e5e5 !important;
    border-radius: 4px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

.swal2-modal .swal2-title {
    color: #202020;
    font-size: 3.71429rem
}

.swal2-modal .swal2-content {
    color: #505050;
    font-size: 1.14286rem
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 1px solid #ddd;
    color: #505050
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-select {
    color: #505050
}

.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: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #ccc;
    color: #202020;
    font-size: 1rem;
    padding: .85714rem 2.28571rem;
    border-radius: 40px;
    line-height: 1rem;
    outline: 0;
    transition: all .15s ease;
    vertical-align: middle
}

.swal2-modal .swal2-styled.active,
.swal2-modal .swal2-styled.is-active,
.swal2-modal .swal2-styled:focus,
.swal2-modal .swal2-styled:hover {
    background-color: transparent;
    border-color: #762369;
    color: #fff
}

.swal2-modal .swal2-styled:active {
    background-color: transparent;
    border: 1px solid #762369;
    color: #fff
}

.swal2-modal .swal2-styled:focus {
    outline: 0
}

.swal2-modal .swal2-confirm {
    background-color: #762369;
    border-color: #762369;
    color: #fff
}

.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
    background-color: #fff;
    border-color: #fff;
    color: #762369
}

.swal2-modal .swal2-confirm:active {
    background-color: #fff;
    border-color: #fff;
    color: #762369
}

.swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #ccc;
    color: #202020
}

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #762369;
    color: #fff
}

.swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #762369;
    color: #fff
}

.swal2-modal .button+.button {
    margin-left: .78571rem
}

.swal2-icon {
    display: -ms-flexbox;
    display: flex
}

body,
html {
    height: auto
}

figure {
    margin-bottom: 2rem;
    margin-top: 2rem
}

figure>figcaption {
    margin-bottom: -.5rem
}

cite {
    line-height: 1.5;
    margin: .5rem 0 0
}


.page-heading.heading-small {
    font-size: 18px;
    line-height: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.definitionList:after,
.definitionList:before {
    content: " ";
    display: table
}

.definitionList:after {
    clear: both
}

.definitionList-key {
    color: gray;
    float: left;
    font-weight: 400;
    margin: 0 .35714rem 0 0
}

.definitionList-value {
    margin: 0
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-3x'%3E%3Cpath fill='rgba(32, 32, 32, 0.999)' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-position: right 18px center;
    border-radius: 40px;
    padding: 10px 40px 10px 20px;
    height: 45px;
    font-size: 16px
}

.offcanvas-body {
    padding: 10px;
}

.offcanvas-headeranyquery {
    text-align: center;
    background: #1c2174;
    padding: 10px;
    justify-content: space-between;
}

.offcanvas-headeranyquery .offcanvas-title {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    color: #ffff;
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
}

.offcanvas-headeranyquery .ask-for-quote-form-btn-close,
.offcanvas-headeranyquery .quote-form-btn-close {
    margin-left: 0 !important;
    background: #fff;
    opacity: 1;
    color: #000;
    border-radius: 50%;
    margin-right: 0px;
    position: relative;


}

.offcanvas-headeranyquery .ask-for-quote-form-btn-close::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: red;
    position: absolute;
    top: 2px;
    right: auto;
    left: 9px;
    font-size: 19px;
}

.offcanvas-headeranyquery .quote-form-btn-close::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: red;
    position: absolute;
    top: 2px;
    right: auto;
    left: 8px;
    font-size: 19px;
}



.form-label {
    color: #1c2174;
    font-weight: 500;
    margin-bottom: 9px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Bai Jamjuree", sans-serif;
}

.form-label small {
    float: right;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem
}

.form-label--inlineSmall small {
    color: #202020;
    float: none;
    font-size: inherit;
    font-weight: 400;
    margin-left: 2pxs;
    text-transform: none
}

.table {
    margin-top: 2rem
}

.table td+td {
    border-left: 1px solid #666
}

.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: #666;
    border-width: 0 0 1px
}

.table--line .table-thead {
    background-color: #fff;
    border-color: #666;
    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 #666
}

.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 {
    z-index: 5;
    border-radius: 4px;
    background: #fff;
    box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -webkit-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -moz-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -ms-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0
}

.dropdown-menu.is-loading .loadingOverlay {
    background: 0 0;
    padding: 4.5rem 0;
    position: relative
}

.dropdown-menu.is-open {
    display: block
}

.dropdown-menu .button:focus {
    z-index: 5
}

.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 .icon {
    float: right;
    margin-left: 10px
}

.dropdown-menu-button:focus {
    z-index: 10
}

#wishlist-dropdown.is-open {
    background: #fff;
    left: auto !important;
    right: -75px !important;
    max-width: none !important;
    width: 100% !important;
    min-width: 250px;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    margin-top: 10px
}

#wishlist-dropdown.is-open:focus {
    outline: 0
}

#wishlist-dropdown.is-open [data-wishlist] {
    margin-bottom: 0;
    width: 100%
}

#wishlist-dropdown.is-open li+li {
    margin-top: 10px
}

#wishlist-dropdown.is-open .button {
    border-radius: 40px;
    width: 100%
}

#wishlist-dropdown.is-open .button--has-items {
    font-weight: 700
}

.modal .form-field {
    position: relative
}

.modal.modal--editOptions {
    z-index: 10001
}

.modal.modal--editOptions {
    width: 1015px
}

.modal-background {
    background-color: rgba(47, 47, 47, .6);
    z-index: 9995
}

.modal-background.modal--editOptions-background {
    z-index: 9997
}

.has-activeModal .modal-background,
.has-quickViewModal .modal-background {
    z-index: 9997
}

.halo-cart--editOptions .modal-background {
    z-index: 10000
}

@media (min-width:1281px) {
    .modal--large {
        width: 1280px
    }
}

.ask-expert .modal-header {
    justify-content: space-between;
    background: #1c2174;
    padding: 5px 15px 5px 10px;
    align-items: center;
}

.modal-header-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.modal-close {
    height: 2.14286rem;
    width: 2.14286rem;
    font-size: 26px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    z-index: 5;
    top: 15px;
    right: 15px
}

.modal-close:hover {
    background: #000;
    color: #fff
}

.modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: .71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent
}

.modal-close:after {
    content: attr(title);
    padding: .28571rem .42857rem;
    background-color: #313440;
    color: #fff;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: .57143rem
}

.modal-close:after,
.modal-close:before {
    display: none
}

.modal-close:focus:after,
.modal-close:focus:before {
    display: block
}

.modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 15px;
    scrollbar-color: #787878 #fafafa;
    scrollbar-width: thin !important
}

@media (min-width:1025px) {
    .modal-body {
        padding: 35px 50px
    }
}

.modal-body::-webkit-scrollbar {
    width: 10px
}

.modal-body::-webkit-scrollbar-track {
    background: #fafafa
}

.modal-body::-webkit-scrollbar-thumb {
    background: #787878
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #787878
}

.modal--alert {
    background-color: #e5e5e5 !important;
    border-radius: 4px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    padding: 40px 20px 20px 20px;
    text-align: center
}

.modal--alert .modal-content {
    color: #505050;
    font-size: 1.14286rem
}

.modal--alert .button-container {
    margin: 25px 0 0
}

.modal--alert .button-container .confirm {
    background-color: #762369;
    border-color: #762369;
    color: #fff
}

.modal--alert .button-container .confirm:focus,
.modal--alert .button-container .confirm:hover {
    background-color: #fff;
    border-color: #fff;
    color: #762369
}

.modal--alert .button-container .confirm:active {
    background-color: #fff;
    border-color: #fff;
    color: #762369
}

.hide-content {
    opacity: 0
}

ol.breadcrumbs {
    display: flex;
    font-size: 13px;
    text-align: left;
    overflow: visible;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumb-section {
        display: none;
    }
}

.breadcrumb {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.breadcrumb:not(:first-child)::before {
    display: inline-block;
    margin: 0 9px;
    transform: rotate(15deg);
    border-right: .1em solid #172532;
    height: 1.1em;
    content: '';
}

.panel-title {
    font-size: 20px
}

.panel--large .panel-body {
    margin-bottom: 2rem;
    padding: 2rem
}

.pagination-list {
    font-size: 0;
    margin-bottom: 1.5rem;
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom: 0
}

.pagination-list:after,
.pagination-list:before {
    content: " ";
    display: table
}

.pagination-list:after {
    clear: both
}

.pagination-list .pagination-item {
    display: inline-block
}

.pagination-item {
    border: 1px solid transparent;
    line-height: 1
}

.pagination-item+.pagination-item {
    margin-left: 8px
}

.pagination-item .pagination-link {
    text-decoration: none;
    transition: all .2s ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #202020;
    padding: 0 20px
}

.pagination-item .pagination-link:hover {
    color: #000;
    background: #f5f5f5
}

.pagination-item.pagination-item--current {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 .35714rem 0 .78571rem;
    background: #f5f5f5;
    margin: 0
}

.pagination-item.pagination-item--next,
.pagination-item.pagination-item--previous {
    font-size: 0
}

.pagination-item.pagination-item--next>a,
.pagination-item.pagination-item--previous>a {
    color: #202020;
    min-width: 78px;
    background: #f5f5f5;
    border-radius: 20px
}

.pagination-item.pagination-item--next>a .icon>svg,
.pagination-item.pagination-item--previous>a .icon>svg {
    fill: #202020;
    width: 100%;
    height: 100%
}

.pagination-item.pagination-item--next>a:hover,
.pagination-item.pagination-item--previous>a:hover {
    color: #0a6cdc
}

.pagination-item.pagination-item--next>a:hover .icon>svg,
.pagination-item.pagination-item--previous>a:hover .icon>svg {
    fill: #0a6cdc
}

.pagination-item--next .icon,
.pagination-item--previous .icon {
    height: 40px;
    width: 50px
}

.pagination-list--small {
    position: relative
}

.pagination-list--small .pagination-item {
    color: gray;
    cursor: inherit;
    line-height: 1.5
}

.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 {
    line-height: 15px;
    transition: all .15s ease;
    border-radius: 0;
    padding: 12px 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    background: #fff;
    color: #202020;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 3px;
    text-transform: capitalize
}

@media (min-width:381px) {
    .button {
        padding: 12px 15px
    }
}

@media (min-width:1025px) {
    .button {
        padding: 12px 25px
    }
}

.button.button--large {
    padding: 16px 15px 16px 15px
}

@media (min-width:321px) {
    .button.button--large {
        font-size: 16px
    }
}

@media (min-width:1025px) {
    .button.button--large {
        padding: 8px 20px
    }
}

.button.button--largest {
    padding: 16px 15px 16px 15px;
    font-weight: 700
}

@media (min-width:321px) {
    .button.button--largest {
        font-size: 16px
    }
}

@media (min-width:1025px) {
    .button.button--largest {
        padding: 21px 25px
    }
}

.button:active,
.button:focus,
.button:hover {
    background: #762369;
    color: #fff;
    border-color: #762369;
    text-decoration: none
}

.button+.button {
    margin-left: 0
}

@media (min-width:1025px) {
    .button+.button {
        margin-left: .78571rem
    }
}

.button--primary {
    background: #762369;
    color: #fff;
    border-color: #762369;

}

.button---primary {
    background: #fff;
    color: #762369;
    border: 1px solid #762369;
    border-color: #762369;
    float: right;
    vertical-align: middle;
    display: inline-flex;
    position: relative;
    top: 8px;
}

.button--primary:active,
.button--primary:focus,
.button--primary:hover {
    background: #fff;
    color: #762369;
    border-color: #762369
}

.button--checkout {
    background: #ff8c01;
    color: #fff;
    border-color: #ff8c01
}

.button--checkout:active,
.button--checkout:focus,
.button--checkout:hover {
    background: #d67e17;
    color: #fff;
    border-color: #d67e17
}

.button.disabled,
.button[disabled] {
    background: #bababa;
    color: #fff;
    border-color: #bababa;
    pointer-events: none
}

.button.disabled:active,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:active,
.button[disabled]:focus,
.button[disabled]:hover {
    background: #bababa;
    color: #fff;
    border-color: #bababa
}

.button--icon svg {
    fill: white
}

.tabs {
    border-bottom: none
}

@media (max-width:767px) {
    .tabs {
        display: none
    }
}

.tab {
    float: none
}

@media (min-width:768px) {
    .tab {
        float: left
    }

    .tab.is-active {
        background-color: #fff
    }
}

.tab-title {
    padding: 1.14286rem 0;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: gray;
    font-weight: 700
}

@media (min-width:768px) {
    .tab-title {
        text-align: left
    }
}

@media (min-width:768px) {
    .tab-title {
        padding: 15px 0 6px;
        margin: 0 30px 14px;
        border-bottom: 5px solid transparent
    }
}

@media (max-width:1024px) {
    .tab-title {
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px
    }
}

.is-active .tab-title {
    border-bottom-color: #fdc525;
    color: #202020
}

.tab-content {
    /* padding: 10px 0 */
}

.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
}

@media (min-width:551px) {
    .tab-content .productReview {
        width: 50%
    }
}

@media (min-width:1025px) {
    .tab-content .productReview {
        width: 33.33333%
    }
}

@media (min-width:1281px) {
    .tab-content .productReview {
        width: 50%
    }
}

.tab-content .productReviews {
    border-top: 0
}

.tab-content .icon-loading {
    display: block;
    margin: 20px auto
}

.tab-content .tab-titleMobile {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 17px;
    padding-top: 16px;
    position: relative;
    text-decoration: none
}

@media (min-width:768px) {
    .tab-content .tab-titleMobile {
        display: none
    }
}

.tab-content .tab-titleMobile:before {
    top: 50%;
    right: 4px;
    z-index: 2;
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    transition: all .4s ease;
    transform: translateY(-50%);
    background-color: #000
}

.tab-content .tab-titleMobile:after {
    top: 50%;
    right: 0;
    z-index: 2;
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #000
}

.tab-content .tab-titleMobile.is-active:before {
    transform: translateY(-50%) rotate(90deg)
}

@media (max-width:767px) {
    .tab-content {
        display: block;
        padding: 0
    }

    .tab-content .tabContent {
        display: none;
        padding: 1.5rem 0
    }
}

.accordion {
    border-radius: 40px;
    box-shadow: none
}

.accordion .navList {
    margin-bottom: 0
}

.accordion-content {
    border: 0
}

.accordion-content .form:only-child {
    margin-bottom: 0
}

.accordion-title {
    cursor: pointer;
    color: #202020;
    display: inline-block;
    width: 100%;
    padding: 24px 35px 22px 0;
    position: relative;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left
}

.accordion-title:focus,
.accordion-title:hover {
    color: #202020
}

.accordion-navigation {
    position: relative;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 1rem
}

@media (min-width:1025px) {
    .accordion--navList {
        border: 0
    }
}

@media (min-width:1025px) {
    .sidebarBlock+.accordion--navList {
        margin-top: 2rem
    }
}

@media (min-width:1025px) {
    .accordion--navList .accordion-block {
        margin-top: 2rem
    }
}

.accordion--navList .accordion-content {
    padding: 1rem
}

@media (min-width:1025px) {
    .accordion--navList .accordion-content {
        padding: 0
    }
}

.accordion--navList .accordion-content .toggleLink {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #202020
}

.accordion--navList .accordion-content .toggleLink span {
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.accordion--navList .accordion-content .toggleLink:hover {
    color: #0a6cdc
}

.accordion--navList .accordion-content .toggleLink:hover span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%)
}

@media (min-width:1025px) {
    .accordion--navList .accordion-navigation {
        background-position: right 0 top 50%;
        border: 0;
        margin-bottom: 18px !important;
        padding: 0
    }
}

.accordion--navList .accordion-title {
    font-weight: 700;
    font-size: 16px;
    padding: 1rem;
    text-transform: uppercase
}

@media (min-width:1025px) {
    .accordion--navList .accordion-title {
        padding: 0
    }
}

.accordion--navList .accordion-indicator {
    fill: #757575
}

.accordion-block:first-child {
    margin-top: 0
}

.accordion-block:first-child .accordion-navigation {
    border-radius: 40px 40px 0 0
}

.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
    border-radius: 0 0 40px 40px
}

.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-nav-clear-holder {
    position: relative
}

.facetedSearch-clearLink {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #505050
}

@media (min-width:1025px) {
    .facetedSearch-clearLink {
        right: 20px;
        top: 3px;
        transform: none
    }
}

.facetedSearch-clearLink:hover {
    color: #202020
}

ul.inlineList {
    overflow: visible
}

ul.inlineList:after,
ul.inlineList:before {
    content: " ";
    display: table
}

ul.inlineList:after {
    clear: both
}

.inlineList--labels {
    margin-bottom: 0;
    margin-left: -.78571rem
}

.inlineList--labels>li {
    margin-bottom: .78571rem;
    margin-left: .78571rem
}

.alertBox {
    border-radius: 4px;
    color: #202020;
    background-color: #e5e5e5
}

.alertBox-icon .icon {
    height: 1.78571rem;
    width: 1.78571rem
}

.alertBox--info {
    color: #31708f;
    background: #eaf3f8
}

.alertBox--info svg {
    fill: #31708f
}

.alertBox--info .alertBox-close svg {
    fill: #31708f
}

.alertBox--warning {
    color: #87724f;
    background: #fbf8e5;
    border-radius: 40px;
    min-height: 48px
}

.swal2-container {
    z-index: 10002
}

.alertBox-message {
    font-style: italic
}

.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(225, 63, 63, 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-field button {
    border: 1px solid #1c2174;
    background: #1c2174;
    text-align: center;
}

.form-radio+.form-label {
    font-size: 16px;
    color: #505050;
    text-transform: none
}

.form-radio+.form-label:last-child {
    display: block;
    margin-bottom: -.28571rem
}

.form-radio+.form-label::after {
    top: .35714rem;
    width: 1.07143rem;
    height: 1.07143rem;
    border-width: 2px;
    top: 4px
}

.form-radio+.form-label::before {
    top: .21429rem;
    width: 1.21429rem;
    height: 1.21429rem
}

.form-checkbox+.form-label {
    width: auto;
    padding-left: 10px;
    display: inline
}

.form-checkbox+.form-label::after {
    display: none
}

.form-checkbox+.form-label:before {
    display: none
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    margin-bottom: -3px
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0
}

input[type=checkbox]:after {
    content: '';
    top: 3px;
    left: 3px;
    height: 6px;
    width: 9px;
    opacity: 0;
    position: absolute;
    border: 2px solid #8f8f8f;
    border-top: none;
    border-right: none;
    background-color: transparent;
    transform: rotate(-45deg);
    transition: all .1s
}

input[type=checkbox]:checked:before {
    background: #323232;
    border-color: #323232
}

input[type=checkbox]:checked:after {
    opacity: 1;
    transform: scale(1.1) rotate(-45deg);
    border-color: #fff
}

.form-option-wrapper {
    position: relative;
    display: inline-block
}

.form-option-wrapper .form-checkbox,
.form-option-wrapper .form-radio {
    bottom: .5rem;
    left: .5rem
}

.form-actions {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    display: block;
    text-align: center
}

.form-actions:after,
.form-actions:before {
    content: " ";
    display: table
}

.form-actions:after {
    clear: both
}

@media (min-width:551px) {
    .form-actions {
        margin-top: 1.5rem
    }
}

.form-actions .button,
.form-actions a,
.form-actions input {
    vertical-align: top;
    width: 100%
}

@media (min-width:551px) {

    .form-actions .button,
    .form-actions a,
    .form-actions input {
        margin-bottom: 0;
        width: auto
    }
}

.form-actions .button+.button,
.form-actions .button+a,
.form-actions .button+input,
.form-actions a+.button,
.form-actions a+a,
.form-actions a+input,
.form-actions input+.button,
.form-actions input+a,
.form-actions input+input {
    margin-top: .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: Rubik, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: .78571rem
}

.form-select--date {
    width: initial
}

.form-select--date+.form-select--date {
    margin-left: .35714rem
}

.form-select--date,
.form-select--small {
    background-position: right 15px center;
    background-size: .85714rem;
    font-size: 14px;
    height: 40px;
    line-height: 1.2rem;
    max-width: 20rem;
    padding: 10px 40px 10px 15px
}

.form-select--short {
    max-width: 6rem;
    width: 4.5rem
}

.form-file {
    margin-bottom: .5rem
}

.form-fileDescription {
    color: #757575;
    font-size: 16px
}

.form-field-group {
    border: 1px solid #ddd;
    border-radius: 40px;
    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%
}

@media (min-width:1281px) {
    .form-prefixPostfix .form-input {
        width: auto
    }
}

.form-prefixPostfix .form-input::-webkit-input-placeholder {
    color: rgba(80, 80, 80, .5)
}

.form-prefixPostfix .form-input::-moz-placeholder {
    color: rgba(80, 80, 80, .5)
}

.form-prefixPostfix .form-input:-ms-input-placeholder {
    color: rgba(80, 80, 80, .5)
}

@media (min-width:1281px) {
    .form-prefixPostfix .button {
        width: auto
    }
}

.form-prefixPostfix .form-inlineMessage {
    margin-bottom: .35714rem
}

@media (min-width:1281px) {
    .form-prefixPostfix .form-inlineMessage {
        margin-bottom: 0
    }
}

.form-prefixPostfix-button--postfix {
    margin: .78571rem 0 0;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1281px) {
    .form-prefixPostfix-button--postfix {
        margin: 0 0 0 .78571rem;
        -ms-flex-order: 0;
        order: 0
    }
}

.form-increment {
    position: relative;
    display: inline-block
}

.form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: .85714rem;
    height: .85714rem;
    position: absolute;
    right: 18px;
    background: 0 0
}

.form-increment .button:before {
    content: "";
    width: 1px;
    height: 1px;
    border: 4px solid transparent;
    position: absolute;
    left: 1px
}

.form-increment .button[data-action=dec] {
    bottom: 13px
}

.form-increment .button[data-action=dec]:before {
    border-top-color: #202020;
    bottom: 2px
}

.form-increment .button[data-action=inc] {
    top: 13px
}

.form-increment .button[data-action=inc]:before {
    border-bottom-color: #202020;
    top: 2px
}

.form-increment .button .icon {
    opacity: 0
}

.form-input--incrementTotal {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 32px 0 15px;
    text-align: left;
    vertical-align: middle;
    width: 7.5rem;
    color: #202020;
    text-align: center
}

.form-input--incrementTotal:disabled {
    background: rgba(245, 245, 245, .7)
}

.form-input--incrementTotal::-webkit-inner-spin-button,
.form-input--incrementTotal::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-input,
select {
    font-size: 16px
}

.form-option {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-bottom: .5rem;
    margin-right: 10px;
    transition: all .15s ease
}

.form-radio:checked+.form-option {
    position: relative;
    border: 1px solid #202020;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2)
}

.form-option-variant {
    display: inline-block;
    font-size: 1rem;
    min-width: 2.71429rem;
    padding: 1px .35714rem;
    pointer-events: none;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 40px;
    line-height: 40px;
    min-width: 2.28571rem;
    padding: 0 25px;
    text-align: center;
    color: #202020;
    border: 1px solid transparent;
    font-size: 16px
}

.form-option-variant--color,
.form-option-variant--pattern {
    height: 2.28571rem;
    width: 2.28571rem;
    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
}

[data-product-attribute=set-rectangle] .form-option {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #d8d8d8
}

[data-product-attribute=set-rectangle] .form-option.unavailable {
    border-color: #f5f5f5
}

[data-product-attribute=set-rectangle] .form-option-variant {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

[data-product-attribute=swatch] .form-option {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #cdcdcd
}

.form-radio:checked+[data-product-attribute=swatch] .form-option {
    position: relative;
    border: 1px solid #cdcdcd
}

.form-radio:checked+[data-product-attribute=swatch] .form-option:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: rgba(255, 255, 255, 0);
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: scale(1) rotate(-45deg)
}

[data-product-attribute=swatch] .form-option.unavailable {
    opacity: 1
}

[data-product-attribute=swatch] .form-option.unavailable:before {
    background-color: #e10600;
    content: "";
    height: .5px;
    left: -8px;
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
    width: 150%;
    z-index: 3
}

[data-product-attribute=swatch] .form-option.unavailable.three-colors:before,
[data-product-attribute=swatch] .form-option.unavailable.two-colors:before {
    transform: rotate(0)
}

[data-product-attribute=product-list] .unavailable,
[data-product-attribute=set-radio] .unavailable {
    opacity: 2;
    text-decoration: line-through
}

[data-product-attribute=set-radio] .form-label {
    margin-bottom: 12px
}

[data-product-attribute=set-radio] .form-label.form-label--alternate {
    margin-bottom: 12px
}

.form-input--small {
    font-size: 14px;
    height: 2.28571rem;
    line-height: 1rem;
    padding: .57143rem .78571rem
}

.form-input {
    border-radius: 2px;
    /* height: 45px; */
    /* max-width: 530px; */
    /* padding: 8px 12px; */
}

@media (min-width:1025px) {
    .form-input {
        height: 50px
    }
}

.form-input::-webkit-input-placeholder {
    opacity: 1
}

.form-input::-moz-placeholder {
    opacity: 1
}

.form-input:-ms-input-placeholder {
    opacity: 1 !important
}

.form-input[type=email] {
    text-transform: lowercase
}

.form-input[type=email]::-webkit-input-placeholder {
    text-transform: lowercase
}

.form-input[type=email]::-moz-placeholder {
    text-transform: lowercase
}

.form-input[type=email]:-ms-input-placeholder {
    text-transform: lowercase !important
}

textarea {
    border-radius: 10px !important
}

.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%
}

.form-minMaxRow .form-input {
    height: 40px;
    padding: 10px 10px
}

@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: #f5f5f5;
    opacity: 1
}

[data-product-attribute=product-list] .unavailable,
[data-product-attribute=set-radio] .unavailable {
    opacity: 2;
    text-decoration: line-through
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width:551px) {
    .card {
        margin-bottom: 50px
    }
}

@media (min-width:1025px) {
    .card {
        margin-bottom: 22px
    }
}

@media (min-width:1025px) {
    .card:hover .card-compare {
        opacity: 1
    }
}

@media (min-width:1025px) {
    .card:hover .card-figcaption-bottom .catalog-down {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1025px) {
    .card:hover .card-img-hover>.card-image {
        opacity: 0;
        visibility: hidden
    }

    .card:hover .card-img-hover .product-additional {
        opacity: 1;
        visibility: visible
    }
}

.homepage-layout-2.page-type-default .card {
    background: #fff;
    border-radius: 3px;
    padding: 15px 6px
}

@media (min-width:321px) {
    .homepage-layout-2.page-type-default .card {
        padding: 15px 10px
    }
}

@media (min-width:551px) {
    .homepage-layout-2.page-type-default .card {
        padding: 20px 15px
    }
}

@media (min-width:1025px) {
    .homepage-layout-2.page-type-default .card {
        padding: 16px
    }
}

.card-figure__link {
    display: block;
    position: relative
}

.card-img-container .product-additional {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    margin-top: -1px
}

@media (max-width:1024px) {
    .card-img-container .product-additional {
        display: none
    }
}

.card-img-container .product-additional img {
    display: inline-block;
    max-height: 100%
}

.card-figcaption {
    margin: 0;
    z-index: 4;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto
}

.card-figcaption .card-figcaption-body {
    z-index: 1;
    width: auto
}

.card-figcaption .card-figcaption-body .quickview {
    padding: 7px 13px 7px 13px;
    font-weight: 400;
    border-color: transparent
}

@media (max-width:1024px) {
    .card-figcaption .card-figcaption-body .quickview {
        display: none
    }
}

.card-figcaption-bottom {
    text-align: left;
    width: 100%;
    margin-top: 0
}

.card-figcaption-bottom-cate {
    text-align: center !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.card-figcaption-bottom-cate .card-figcaption-body {
    top: auto;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    /* width: 100%; */
    align-items: baseline;
    justify-content: right;
}

.card-figcaption-bottom-proc .card-figcaption-body .card-figcaption-button {
    width: 100%;
    /* margin-top: 4px; */
    max-width: 100px;
    /* margin-left: 10px; */
    font-family: "Quicksand", sans-serif;
    color: #fff;
    background-color: #762369;
    border-color: #762369;
    padding: 2px 0 3px;
    font-weight: 600;
    border-radius: 3px;
}

.card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    width: 100%;
    /* margin-top: 5px; */
    max-width: 100px;
    /* background-color: #762369; */
    color: #762369;
    font-family: "Quicksand", sans-serif;
    border-color: #762369;
    padding: 2px 0 2px;
    font-weight: 600;
    border-radius: 3px;
}

.card-figcaption-bottom-proc .card-figcaption-body .cd {
    color: #f7941d;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    font-family: "Bai Jamjuree", sans-serif;
}

.card-figcaption-bottom .card-figcaption-body .cd {
    color: #941337;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    font-family: "Bai Jamjuree", sans-serif;
    border: 1px solid #941337;
    padding: 0 10px;
    text-align: center;
}

.card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
    width: calc(100% - 30px)
}

@media (min-width:361px) {
    .card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
        width: calc(100% - 38px)
    }
}

@media (min-width:1025px) {
    .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
        width: calc(100% - 55px)
    }
}

.card-figcaption-bottom .card-figcaption-body .catalog-down {
    display: none;
    margin-top: 11px;
    margin-left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #762369;
    color: #762369;
}

@media (min-width:551px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down {
        width: 36px;
        height: 36px;
        margin-top: 7px
    }
}

@media (min-width:1025px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down {
        width: 32px;
        height: 32px;
        margin-left: auto;
    }
}

@media (max-width:1024px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down.show-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.card-figcaption-bottom .card-figcaption-body .catalog-down svg {
    width: 18px;
    height: 15px;
    fill: #202020
}

@media (min-width:361px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down svg {
        width: 20px;
        height: 17px
    }
}

@media (min-width:551px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down svg {
        width: 22px;
        height: 20px
    }
}

@media (min-width:551px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down:hover {
        background: #762369;
        color: #fff;
    }
}

.card-figcaption-bottom .card-figcaption-body .catalog-down:hover svg {
    fill: #762369
}

@media (min-width:551px) {
    .card-figcaption-bottom .card-figcaption-body .catalog-down:hover svg {
        fill: white
    }
}

.card-figcaption-bottom .card-figcaption-body .catalog-down.show-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-figcaption-bottom .card-compare {
    opacity: 0
}

@media (max-width:1024px) {
    .card-figcaption-bottom .card-compare {
        display: none
    }
}

@media (min-width:1025px) {
    .card-compare {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        margin-top: 17px;
        margin-bottom: 0;
        position: relative
    }

    .card-compare input {
        margin-right: 10px;
        border-color: rgba(80, 80, 80, .7);
        margin-bottom: 0
    }

    .card-compare input+span {
        display: inline-block;
        margin-top: -1px;
        color: #505050
    }
}

.card-figcaption-body {
    /* width: 100%; */
    display: none;
    /* text-align: center */
}

.card-figcaption-body .quickview {
    margin: 0 auto
}

.card-figcaption-button {
    border-color: #505050;
    background: #fff;
    color: #202020;
    display: block;
    padding: 5px 10px 6px;
}

@media (max-width:320px) {
    .card-figcaption-button {
        font-size: 1rem
    }
}

.card-figcaption-button.out_stock {
    background: #f5f5f5;
    color: #505050;
    border-color: #f5f5f5
}

.card-figcaption-button.out_stock:active,
.card-figcaption-button.out_stock:hover {
    background: #f5f5f5;
    color: #505050;
    border-color: #f5f5f5
}

.card-figcaption-button+.card-figcaption-button {
    margin: .35714rem 0 0
}




.card-text {
    margin-bottom: .21429rem
}

.card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.card-desc {
    display: none
}

.card-brand {
    font-size: 14px;
    color: gray;
    margin-bottom: 8px
}

.card-brand a {
    color: gray
}

/* .quick-specs ul {
    list-style: none;
    display: block;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 0;
    overflow-y: scroll;
    height: 70px;
} */

.quick-specs-cate ul {
    list-style: none;
    padding: 0;
    margin-left: 0px;
    line-height: 25px;
    margin-bottom: 0;

}

.quick-specs {
    padding-bottom: 14px;
}

.quick-specs-in {
    padding-bottom: 14px;
    padding-top: 14px;
}

.quick-specs-in ul,
.quick-specs ul {
    height: 85px;
    overflow-y: auto;
    padding: 0;
    /* line-height: 20px; */
    scrollbar-width: thin;
    display: inherit;
    background-color: #fff;
    color: #111;
    font-weight: 600;
    margin: 0;
    font-family: "Bai Jamjuree", sans-serif;
    letter-spacing: 0.3px;
}

.catalog-content {
    border-radius: 8px !important;
}

.catalog-header-close {
    text-align: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center
}

.catalog-content .offcanvas-headeranyquery span,
.offcanvas-headeranyquery p {
    color: #fff;
    font-weight: 600;
}

::selection {
    color: #fff;
    background: #1c2174;
}

.card-body .catalog-list ul .mcl {
    border-bottom: none;
    border: 1px solid #ededed;
    padding: 3px 9px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.card-body .catalog-list ul .mcl:hover {

    border: 1px solid #1c2174;
}

.catalog-list ul .mcl a {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

/* .ask-expert .catalogmodal-btn  {
    background: #ed223d;
    opacity: 1;
    border: 1px solid #ed223d;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 7px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
} */
.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    scrollbar-color: #1c2174 #ccc;
    scrollbar-width: thin;
    background: #1c2174;
}

.query-con {
    padding: 8px 10px;
}

.catalogmodal-btn i {
    color: #fff !important;
}

.quick-specs ul li {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
}

.quick-specs ul li span:last-child {
    color: #666;
}

.quick-specs-in ul li,
.quick-specs ul li {
    font-size: 14px;
    line-height: 25px;
}

.quick-specs ul li span:last-child {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.quick-specs-in ul li span:last-child {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.card-price {
    margin-bottom: 7px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.button-col p {
    text-align: justify;
}

.card-price.hasCountDown {
    margin-bottom: -4px
}

@media (max-width:1024px) {
    .card-price {
        width: 100%
    }
}

.card-price>p {
    margin-bottom: 0;
    font-size: 12px
}

.card-price .price-section {
    font-size: 0px;
    letter-spacing: 0;
    display: inline-block
}

.card-price .price-section .price {
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.card-price .price-section .non-sale-price-label,
.card-price .price-section .price-now-label {
    display: none !important
}

.card-price .price-section.price-section--withTax,
.card-price .price-section.price-section--withoutTax {
    color: #202020
}

.card-price .price-section.price-section--withTax+.rrp-price--withTax,
.card-price .price-section.price-section--withTax+.rrp-price--withoutTax,
.card-price .price-section.price-section--withoutTax+.rrp-price--withTax,
.card-price .price-section.price-section--withoutTax+.rrp-price--withoutTax {
    color: #505050;
    margin-left: 7px
}

.card-price .price-section.retail-price,
.card-price .price-section.sale-price {
    color: #e10600
}

.card-price .price-section.retail-price .price,
.card-price .price-section.sale-price .price {
    font-weight: 700
}

.card-price .price-section.retail-price+.rrp-price--withTax,
.card-price .price-section.retail-price+.rrp-price--withoutTax,
.card-price .price-section.sale-price+.rrp-price--withTax,
.card-price .price-section.sale-price+.rrp-price--withoutTax {
    margin-left: 7px
}

.card-price .price-section.retail-price+.rrp-price--withTax .price,
.card-price .price-section.retail-price+.rrp-price--withoutTax .price,
.card-price .price-section.sale-price+.rrp-price--withTax .price,
.card-price .price-section.sale-price+.rrp-price--withoutTax .price {
    font-weight: 400
}

.card-price .price-section.rrp-price--withTax,
.card-price .price-section.rrp-price--withoutTax {
    color: #505050
}

.card-price .price-section.rrp-price--withTax .non-sale-price--withTax,
.card-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax,
.card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax,
.card-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax {
    display: none !important
}

.card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price,
.card-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax.no-retail-price,
.card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price,
.card-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax.no-retail-price {
    display: inline-block !important
}

.card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none,
.card-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax.no-retail-price.price-none,
.card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none,
.card-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax.no-retail-price.price-none {
    display: none !important
}

.card-price .price-section+.non-sale-price--withTax,
.card-price .price-section+.non-sale-price--withoutTax {
    color: #505050;
    margin-left: 7px
}

.card-price .price-section+.non-sale-price--withTax .price,
.card-price .price-section+.non-sale-price--withoutTax .price {
    font-weight: 400
}

.card-price .price-section.price-none+.price-section--withTax,
.card-price .price-section.price-none+.price-section--withoutTax {
    color: #202020
}

.card-price .price-section.price_range {
    color: #202020
}

.card-price .price-section.price-section--saving {
    display: none !important
}

.card-rating {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width:1025px) {
    .card-rating {
        margin-bottom: 7px;
        width: auto
    }
}

.card-rating .rating-count {
    font-size: 12px;
    color: rgba(32, 32, 32, .6);
    margin-left: 6px;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle
}

.card-rating .rating-small {
    vertical-align: middle
}

.card-rating .rating-small>span {
    /* font-size: 0; */
    font-size: 14px;
    color: #fac325;

}

.card-rating .rating-small>span .icon+.icon {
    margin-left: 5px
}

.product-badge {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 9px;
    min-width: 45px;
    height: 21px;
    line-height: 20px;
    z-index: 5;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    border-radius: 3px;
    font-size: 14px;
}

.new-badge {
    color: #0a6cdc;
    background: #d2e7ff;
    border: 1px solid #d2e7ff
}

.new-badge~.sale-badge {
    top: 35px
}

.new-badge~.sale-badge~.soldout-badge {
    top: 70px
}

.new-badge~.sale-badge~.soldout-badge~.custom-badge-1 {
    top: 105px
}

.new-badge~.sale-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 140px
}

.new-badge~.sale-badge~.custom-badge {
    top: 70px
}

.new-badge~.sale-badge~.custom-badge~.custom-badge-2 {
    top: 105px
}

.new-badge~.soldout-badge {
    top: 35px
}

.new-badge~.soldout-badge~.custom-badge-1 {
    top: 70px
}

.new-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 105px
}

.new-badge~.custom-badge1 {
    top: 35px
}

.new-badge~.custom-badge1~.custom-badge-2 {
    top: 70px
}

.new-badge~.custom-badge2 {
    top: 35px
}

.sale-badge {
    color: #000;
    /* background: #ffd8d7;
    border: 1px solid #ffd8d7 */
}

.sale-badge~.soldout-badge {
    top: 35px
}

.sale-badge~.soldout-badge~.custom-badge-1 {
    top: 70px
}

.sale-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 105px
}

.sale-badge~.custom-badge-1 {
    top: 35px
}

.sale-badge~.custom-badge-1~.custom-badge-2 {
    top: 70px
}

.soldout-badge {
    color: #505050;
    background: #e7e7e7;
    border: 1px solid #e7e7e7
}

.soldout-badge~.custom-badge-1 {
    top: 35px
}

.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 70px
}

.custom-badge-1 {
    color: #43b200;
    background: #d7ffd2;
    border: 1px solid #d7ffd2
}

.custom-badge-1~.custom-badge-2 {
    top: 35px
}

.custom-badge-2 {
    color: #fd9427;
    background: #feedbd;
    border: 1px solid #feedbd
}


.card .card-option {
    display: none;
    min-height: 30px
}

.card .card-option:not(.card-optionMobile) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.card .card-option.card-optionMobile {
    margin-bottom: 12px
}

.card .card-option.card-optionMobile [data-product-attribute] {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1024px) {
    .card .card-option.card-optionMobile {
        display: block
    }
}

.card .card-option .form-field {
    margin-bottom: 0;
    box-shadow: none !important
}

.card .card-option [data-product-attribute] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.card .card-option [data-product-attribute] .showmore {
    margin-left: 0;
    color: #202020;
    font-size: 12px;
    text-decoration: none
}

.card .card-option [data-product-attribute] .form-option {
    min-width: auto;
    margin-bottom: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.card .card-option [data-product-attribute] .form-option.form-option-swatch {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 0;
    border-color: transparent
}

.card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color,
.card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color {
    display: inline-block !important
}

.card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span,
.card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span {
    display: none
}

.card .card-option [data-product-attribute] .form-option.form-option-swatch.is-active,
.card .card-option [data-product-attribute] .form-option.form-option-swatch:hover {
    border-color: #ccc
}

.card .card-option [data-product-attribute] .form-option .form-option-variant {
    border: 4px solid #fff;
    background-size: 100%
}

.card .card-option [data-product-attribute] .form-option .form-option-variant--color.White:after,
.card .card-option [data-product-attribute] .form-option .form-option-variant--color.white:after,
.card .card-option [data-product-attribute] .form-option .form-option-variant--color[title=White]:after {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
    border-radius: 50%;
    display: block
}

.card .card-option [data-product-attribute] .form-option.unavailable:before {
    display: none
}

.card .card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
    opacity: 1
}

.card .card-option [data-product-attribute] .form-radio:checked+.form-option {
    border-color: #e5e5e5
}

.card .card-option .form-option-variant--color,
.card .card-option .form-option-variant--pattern {
    width: 28px;
    height: 28px;
    min-width: 28px
}

.card .card-option .form-option-swatch {
    height: 30px;
    width: 30px
}

.card .card-option .form-option-swatch.has-pattern .form-option-expanded {
    display: none
}

.card .card-option .form-option-swatch.is-active {
    border-color: #474747
}


.navList-action {
    padding: 6px 0
}

.navBar,
.navList {
    margin-left: 0
}

.navBar-action,
.navList-action {
    text-decoration: none
}

.navList-action.is-active {
    font-weight: 700
}

.navList-action-checkbox {
    display: inline-block;
    font-size: 1rem;
    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 #8f8f8f;
    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: 40px
}

.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
}

.navList-action-checkbox:after,
.navList-action-checkbox:before {
    top: 50%
}

.navList-action-checkbox:before {
    margin-top: -.57143rem;
    border-radius: 0
}

.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: #f5f5f5;
    border-radius: 100%;
    display: inline-block;
    float: right;
    line-height: 0;
    opacity: 0;
    padding: .28571rem;
    transition: opacity .3s ease;
    visibility: hidden
}

.navList-action-close .icon {
    height: .92857rem;
    width: .92857rem;
    fill: #202020
}

.navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible
}

.navBar-sub {
    margin-bottom: 3.35714rem
}

.navBar-sub .navBar-section {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.navBar-sub .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #202020;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fdc525;
    width: calc(100% + 1px);
    margin-left: -1px
}

.navBar-sub .navBar-item:first-child {
    width: 100%;
    margin-left: 0
}

.navBar-sub .navBar-item .navBar-action-color-active {
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #202020
}

.navBar-sub .navBar-item .navBar-action-color-active:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #202020;
    z-index: 1
}

.navBar--sub .navBar-item>a {
    padding: 13px 10px 12px 10px
}

.navBar-sub .navBar-item .num {
    background: #505050;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-left: 8px
}

.navBar-sub .navBar-action {
    color: #505050;
    display: inline-block;
    width: 100%;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.navBar-sub .navBar-action .toggleLink-text {
    font-size: 14px;
    font-weight: 500
}

.navBar-sub .navBar-action:hover {
    color: #202020;
    background: #fff
}

.navBar--sub .navBar-action:hover:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #202020;
    z-index: 1
}

.navBar-sub.navBar-account .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #202020;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 40px;
    width: calc(100% + 1px);
    margin-right: 10px;
    transition: all .15s ease;
    padding: 13px 10px 12px 10px
}

.navBar-sub.navBar-account .navBar-item:last-child {
    margin-right: 0
}

.navBar-sub.navBar-account .navBar-item>a {
    padding: 0
}

@media (min-width:1025px) {
    .navBar-sub.navBar-account .navBar-item:hover {
        border: 1px solid #000;
        background-color: #fff
    }

    .navBar-sub.navBar-account .navBar-item:hover .navBar-action {
        color: #000
    }
}

.navBar-sub.navBar-account .navBar-action {
    color: #505050
}

.navBar-sub.navBar-account .navBar-action:hover {
    color: #202020;
    background: #fff
}

.navBar-sub.navBar-account .navBar-action:hover:before {
    height: 0
}

.account-navigation .navBar-item.is-active {
    padding: 13px 10px 12px 10px;
    position: relative
}

.account-navigation .navBar-item.is-active:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #202020;
    z-index: 1
}

.account-navigation .navBar-item.is-active>a {
    padding: 0
}

.account-navigation .navBar-item.is-active>a:hover:before {
    display: none
}

.navBar-account .navBar-item.is-active {
    padding: 13px 10px 12px 10px;
    position: relative;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 40px
}

.navBar-account .navBar-item.is-active>a {
    padding: 0
}

.navBar-account .navBar-item.is-active>a:hover:before {
    display: none
}

.loadingOverlay {
    background-color: rgba(255, 255, 255, .9);
    display: none;
    z-index: 100
}

.icons-svg-sprite {
    display: none
}

.icon,
.icon svg {
    transition: all .15s ease
}

.actionBar-section .form-field {
    margin-bottom: 0;
    font-size: 0
}

.actionBar-section .form-label {
    color: #202020;
    font-size: 14px;
    line-height: 2.14286rem;
    margin-bottom: 0;
    font-weight: 400;
    margin-right: 15px;
    display: none
}

@media (min-width:551px) {
    .actionBar-section .form-label {
        display: inline-block
    }
}

.actionBar-section .form-input,
.actionBar-section .form-select {
    border: 0;
    width: auto
}

.actionBar-section .form-input,
.actionBar-section .form-select {
    display: inline-block
}

.actionBar-section .form-select {
    color: #505050;
    height: 40px
}

.has-ribbon {
    position: relative
}

.ribbon {
    background-color: #ccc;
    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-action,
.navUser-item {
    display: block
}

.navUser .dropdown-menu {
    background-color: #fff;
    border: 1px solid #555;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    position: absolute
}

.navUser .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #555 transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: .78571rem;
    position: absolute
}

.navUser .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: .92857rem;
    position: absolute
}

.navUser-action.is-open svg,
.navUser-action:active svg,
.navUser-action:focus svg,
.navUser-action:hover svg {
    fill: white;
    stroke: white;
}

.navUser-action .icon {
    height: .57143rem;
    width: .57143rem;
    margin: -1px 0 0 .21429rem
}

.navUser-action svg {
    fill: white;
    stroke: white;
    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 #666;
    color: gray;
    display: inline-block;
    padding: 0 1.42857rem 0 0;
    text-decoration: none
}

.navUser-item {
    display: block;
}


.navUser-item-cart {
    display: block
}

.navUser-item-cart .dropdown-menu {
    max-width: 22.85714rem
}

.navUser-item-cart .dropdown-menu.is-open {
    top: auto !important;
    left: auto !important;
    right: .35714rem
}

.navUser-action {
    position: relative;
    display: inline-block;
    line-height: 100%;
}

.navUser-action span {
    display: inline-block;
    line-height: 100%;
    padding-left: 5px;
    color: #fff;
    font-weight: 600;
}

.navUser ul {
    margin: 0;
    padding: 0;
}

.navUser-action i {
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    position: relative;
    font-size: 23px;
    color: #fff;
}

.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:1025px) {
    .navUser-item-cart .dropdown-menu.is-open:before {
        right: .78571rem
    }
}

.navUser-item-cart .dropdown-menu.is-open:after {
    right: .57143rem
}

@media (min-width:1025px) {
    .navUser-item-cart .dropdown-menu.is-open:after {
        right: .92857rem
    }
}

.navUser-item-cartLabel {
    display: none
}

@media (min-width:551px) {
    .navUser-item-cartLabel {
        display: block
    }
}

.navUser-item-compare {
    display: none
}

.navUser-item-compare.show {
    display: block
}

.navUser-item-account .navUser-or+.navUser-action {
    margin-right: -.5rem
}

.navUser-item-account .navUser-action {
    display: inline-block
}

.navUser-or {
    color: #fff;
    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 #444 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.navactionsearchbar {
    padding: 0;
}

.header-top {
    padding: 5px;
}

.mobile-ip-form-field .mobile-button-search {
    /* position: relative; */
    /* left: -38px; */
    position: absolute;
    right: 15px;
    /* float: right; */
    bottom: 14px;
}

.mobile-ip-form-field .mobile-button-search i {
    color: #762369;
}

.mobile-ip-form-field .form-input-quickSearch {
    max-width: inherit;
    border: 1px solid #202020;
}

.dropdown-quickSearch {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

/* @media (max-width:1199px) {
    .dropdown-quickSearch {
        max-width: 100%
    }

    .dropdown-quickSearch .form-field .form-input {
        max-width: 100%
    }
} */

.dropdown-quickSearch #search_category {
    width: 80px;
    min-width: 108px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    border-radius: 40px 0 0 40px;
    transition: all .3s ease
}

.dropdown-quickSearch #search_category .select_category {
    z-index: 2;
    height: 100%;
    line-height: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 15px 15px 15px 17px;
    background-color: transparent;
    color: gray;
    font-size: 16px
}

.dropdown-quickSearch #search_category .select_category::-ms-expand {
    display: none
}

.dropdown-quickSearch #search_category i {
    top: 45%;
    right: 20px;
    height: .71429rem;
    width: .71429rem;
    position: absolute;
    fill: gray;
    stroke: gray;
    transform: translateY(-50%)
}

.dropdown-quickSearch .form-field {
    background-color: #fff;
    display: flex;
    align-items: stretch;
    border: 1px solid #1c2174;
    border-radius: 1px;
}

.dropdown-quickSearch .form-input {
    font-size: 16px;
    height: inherit;
    border: none;
}

.dropdown-quickSearch .form-input::-webkit-input-placeholder {
    color: gray;
    opacity: 1
}

.dropdown-quickSearch .form-input::-moz-placeholder {
    color: gray;
    opacity: 1
}

.dropdown-quickSearch .form-input:-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.dropdown-quickSearch .form-input:-moz-placeholder {
    color: gray;
    opacity: 1
}



.dropdown-quickSearch button i {
    width: 28px;
    height: 22px;
    fill: #762369;
    font-size: 20px;
    color: #fff;
}

.countPill {
    background-color: #762369;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 22px;
    text-align: center;
    width: 18px;
    position: absolute;
    top: 0px;
    right: -6px
}

.countPill-positive {
    display: inline-block
}

.countPill-alt {
    background-color: #666;
    color: #ccc
}

.navPage-childList {
    border-left: 1px solid;
    margin: .35714rem .78571rem;
    padding-left: .78571rem
}

.has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

.navPages-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 10
}

@media (min-width:1025px) {
    .navPages-container {
        background: 0 0;
        display: block;
        height: auto;
        padding: 0
    }
}

.navPages-container.is-open {
    display: block;
    padding-top: 50px;
    z-index: 0
}

.navPages {
    height: 100%
}

@media (min-width:1025px) {
    .navPages {
        font-size: 0;
        padding: 0
    }
}

.navPages ul {
    list-style: none
}

.navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.navPages-list {
    margin: 0;
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list {
        display: inline-block;
        float: none;
        margin: 11px 0 0 0
    }
}

.navPages-list+.navPages-list {
    margin-top: .78571rem;
    padding-top: .78571rem
}

.navPages-list .navPages-action {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    line-height: 18px;
    font-weight: 500;
    border-top: none;
    margin-right: 15px;
    margin: 0;
}

@media (min-width:1025px) {
    .navPages-list .navPages-action {
        color: #202020
    }
}

.navPages-list .navPages-action:not(.navPages-action-end) .text {
    pointer-events: none
}

.navPages-list .navPages-item {
    margin-right: 0;
    position: relative;
    vertical-align: top;
    display: inline-block
}

@media (min-width:1025px) {
    .navPages-list .navPages-item {
        margin-right: 32px
    }
}

@media (min-width:1281px) {
    .navPages-list .navPages-item {
        margin-right: 40px
    }
}

.navPages-list .navPages-item>.navPages-action {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 12px 0 14px 0;
    position: relative;
    font-family: "Quicksand", sans-serif;
}

/* @media (min-width:1025px) {
    .navPages-list .navPages-item>.navPages-action {
        color: #fff;
    }
} */

.navPages-list .navPages-item>.navPages-action .text {
    color: inherit
}

@media (min-width:1025px) {
    .navPages-list .navPages-item>.navPages-action .navPages-action-moreIcon {
        display: none
    }
}

@media (min-width:1025px) {
    .navPages-list .navPages-item:first-child>.navPages-action {
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navPages-list .navPages-item:hover>.navPage-subMenu {
        display: block;
        animation-name: menuFadeInUp
    }
}

.navPages-list .navPages-item.navPages-item-custom {
    position: relative;
    margin-right: 0
}

.navPages-list .navPages-item.navPages-item-custom>.navPages-action {
    font-size: 20px;
    margin-top: -3px;
    padding-bottom: 20px
}

.navPages-list .navPages-item.navPages-item-custom .navPages-label {
    right: 12px;
    top: -9px
}

.navPages-list .navPages-item.navPages-item-custom.hide {
    display: none
}

@media (min-width:1025px) {
    .navPages-list .navPages-item.navPages-item-custom>.navPages-action .text {
        letter-spacing: .15em;
        font-weight: "DM Sans", Arial, Helvetica, sans-serif
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPages-action .text:after {
        height: 28px;
        bottom: -30px;
        width: 200%;
        left: -50%
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu-level1 {
        overflow: unset
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li {
        width: 100%;
        position: relative
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li:nth-child(3) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li .navPages-action {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px;
        text-transform: capitalize;
        color: #505050;
        position: relative
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li .navPages-action:hover {
        color: #0a6cdc
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li .navPages-action:hover span {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li:hover>.navPages-action {
        color: #0a6cdc
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list li .navPage-subMenu-list li:nth-child(3) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 .navPage-subMenu-item-child>p {
        margin-bottom: 0
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li .navPage-subMenu {
        display: none;
        position: absolute;
        left: calc(100% - 10px);
        top: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover {
        background: #762369
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover>.navPage-subMenu {
        display: block;
        z-index: 1
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list-level1>.navPages-item:hover>.navPages-action {
        color: #0a6cdc
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list-level1>.navPages-item:hover>.navPages-action>span {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .navPage-subMenu-list-level1 .navPage-subMenu-level1 .navPage-subMenu {
        display: none
    }

    .navPages-list .navPages-item.navPages-item-custom>.navPage-subMenu .hasMegamenu>.navPage-subMenu {
        padding-top: 0;
        display: none
    }
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea {
    max-width: 100% !important;
    display: inline-block
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea {
    width: 100%;
    background: 0 0;
    padding: 0
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea .colLeft {
    margin: 0
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea .colLeft .navPage-megamenu {
    padding-right: 50px;
    margin: 0
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea .colLeft .navPage-megamenu>a {
    padding: 10px 15px;
    display: inline-block;
    color: #505050;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea .colLeft .navPage-megamenu+.navPage-megamenu {
    border-top: 1px solid
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea>.colLeftArea .colLeft .navPage-megamenu:hover>a {
    color: #0a6cdc
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea .navPage-subMenu-list {
    width: 100% !important;
    column-count: unset !important;
    -webkit-column-count: unset !important;
    -moz-column-count: unset !important;
    margin: 0;
    padding: 0
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child {
    margin: 0;
    overflow: unset;
    position: relative
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 20px 9px 20px
}

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu>.navPage-subMenu .imageArea {
    display: none
}

@media (min-width:1025px) {

    .navPage-subMenu-all,
    .navPage-subMenu-title {
        display: none
    }
}

.navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: none
}

@media (min-width:1025px) {
    .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:1025px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display: inline-block
    }
}

@media (min-width:1025px) {
    .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
        transform: rotate(0)
    }
}

.navPages-action .collapsible-icon-wrapper.is-open svg,
.navPages-action.is-open svg {
    fill: #202020;
    stroke: #202020
}

@media (min-width:1025px) {
    .navPages-action {
        display: inline-block;
        padding: .78571rem 1.14286rem 1.14286rem
    }

    .navPages-action.is-open {
        background-color: #fff
    }
}

.navPages-action.activePage,
.navPages-action:hover {
    color: #202020
}

.navPages-action.activePage svg,
.navPages-action:hover svg {
    fill: #202020;
    stroke: #202020
}

.navPages-action svg {
    fill: #202020;
    stroke: #202020;
    transition: all .15s ease
}

.navPages-action-storeCredit {
    color: gray
}

.navPages-action-compare {
    display: none
}

.navPages-action-compare.show {
    display: block
}

.navPages-action-moreIcon {
    height: .57143rem;
    width: .57143rem;
    margin-left: .78571rem;
    transform: rotate(-90deg)
}

@media (min-width:1025px) {
    .navPages-action-moreIcon {
        transform: none
    }
}

.collapsible-icon-wrapper.is-open .navPages-action-moreIcon,
.has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0)
}

.navPages-list .navPages-action-moreIcon {
    height: .57143rem;
    width: .57143rem;
    margin: 0 1.5rem
}

@media (min-width:1025px) {
    .navPages-list .navPages-action-moreIcon {
        height: 1rem;
        width: 1rem;
        transform: rotate(-90deg);
        margin: 0 0 0 15px;
        float: right
    }

    .navPages-list .navPages-action-moreIcon svg {
        height: .71429rem;
        width: .71429rem;
        fill: rgba(32, 32, 32, 0.3);
        stroke: rgba(32, 32, 32, 0.3)
    }
}

.navPage-childList {
    display: none
}

@media (min-width:1025px) {
    .navPage-childList {
        border: 0;
        display: block
    }
}

.navPage-childList.is-open {
    display: block
}

.navPage-subMenu-action:not(.navPages-action-depth-max)+.navPage-childList {
    margin-left: 3rem
}

@media (min-width:1025px) {
    .navPage-subMenu-action:not(.navPages-action-depth-max)+.navPage-childList {
        margin-left: 0
    }
}

.navPage-subMenu {
    display: none;
    outline: 0;
    z-index: 3
}

@media (min-width:1025px) {
    .navPage-subMenu {
        background-color: #fff;
        position: absolute;
        text-align: left;
        min-width: 170px;
        border-radius: 4px;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1)
    }

    .navPage-subMenu .navPages-action-moreIcon {
        display: none
    }
}

.navPage-subMenu.is-open {
    display: block
}

@media (min-width:1025px) {
    .navPage-subMenu-item {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 25%;
        float: left
    }

    .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%
    }

    .navPage-subMenu-item>.navPage-subMenu-action {
        margin-bottom: 1.14286rem
    }
}

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
    width: 100%;
    position: relative
}

@media (min-width:1025px) {

    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
        width: 100%;
        color: #505050
    }

    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        color: #0a6cdc
    }

    .navPage-subMenu-item-child .navPage-subMenu-action:hover span,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover span {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px
    }

    .navPage-subMenu-item-child:hover,
    .navPage-subMenu-item-parent:hover {
        background: #762369
    }

    .navPage-subMenu-item-child:hover>.navPage-subMenu,
    .navPage-subMenu-item-parent:hover>.navPage-subMenu {
        display: block;
        left: calc(100% - 10px);
        top: 0;
        box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
        -webkit-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
        -moz-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
        -ms-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0
    }

    .navPage-subMenu-item-child:nth-child(3),
    .navPage-subMenu-item-parent:nth-child(3) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .navPage-subMenu-item-child:last-child,
    .navPage-subMenu-item-parent:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

.navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding: .78571rem 0;
    display: inline-block;
    text-align: right
}

@media (min-width:1025px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none
    }
}

.navPage-childList-action {
    font-weight: 400;
    padding: 0 0 .35714rem
}

.navPages-quickSearch {
    border-bottom: 1px solid #666;
    margin-bottom: .78571rem
}

@media (min-width:1025px) {
    .navPages-quickSearch {
        display: none
    }
}

.navPages-quickSearch>.container {
    padding: 0
}

.navPages-quickSearch .form {
    margin: 0
}

.navPages-quickSearch .form-field {
    margin-bottom: 0
}

@media (min-width:1025px) {
    .navPages-list--user {
        display: none
    }
}

.navPages-list-user #currencySelection2 {
    background-color: #fff;
    border: 1px solid #666
}

.navPages-list-user #currencySelection2 .dropdown-menu-item {
    padding: 0
}

.navPages-list-user #currencySelection2 .dropdown-menu-item:not(:last-child) {
    border-bottom: 1px solid #666
}

.navPages-list-user #currencySelection2 a {
    padding: .78571rem 1.5rem
}

.navPages-list-megamenu .navPages-item>.navPages-action {
    border-bottom: none
}

.navPages-list-megamenu .navPages-item.has-megamenu {
    position: static
}

.navPages-list-megamenu .navPages-item.has-dropdown {
    position: relative
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu {
    width: 12.14286rem;
    left: 100%;
    margin-left: -10px;
    background: #fff
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child {
    padding: 0
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
    padding: 10px 20px;
    position: relative;
    color: #505050
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .text {
    color: inherit
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.has-subMenu {
    padding: 8px 20px 8px 0
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover {
    color: #0a6cdc
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover>.text {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover .navPages-action-moreIcon {
    color: #0a6cdc
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu .navPage-subMenu-list .navPage-subMenu {
    top: -1px;
    left: 100%;
    position: absolute
}

.navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max.is-root+.navPage-subMenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.navPages-list-megamenu .navPages-item>.navPage-subMenu {
    animation-duration: .5s
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu>.navPage-subMenu {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 80vh;
        width: 100%;
        transition-property: transform, opacity, visibility;
        position: absolute;
        left: 0;
        top: auto;
        display: none
    }
}

@media (min-width:1025px) and (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu>.navPage-subMenu {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important
    }

    .navPages-list-megamenu .has-megamenu>.navPage-subMenu::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px
    }

    .navPages-list-megamenu .has-megamenu>.navPage-subMenu::-webkit-scrollbar-thumb {
        background-color: #787878
    }

    .navPages-list-megamenu .has-megamenu>.navPage-subMenu::-webkit-scrollbar-track {
        background: #fafafa
    }

    .navPages-list-megamenu .has-megamenu>.navPage-subMenu::-webkit-scrollbar-thumb:hover {
        background: #787878
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu:hover>.navPage-subMenu {
        display: block
    }
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list {
    margin: 0;
    float: none;
    font-size: 0;
    list-style: none
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li {
    width: 100%;
    background-color: transparent;
    overflow: hidden
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li {
        overflow: hidden
    }
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li .navPage-subMenu-list {
    padding: 0;
    margin-bottom: 25px
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li>.navPage-subMenu-action {
    padding: 7px 15px
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li>.navPage-subMenu-action .text {
    position: relative;
    color: inherit
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list>li[data-level="3"] {
    overflow: visible
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child>.navPage-subMenu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    width: 100%;
    margin: 0;
    box-shadow: unset;
    background-color: transparent;
    display: inline-block
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    transition: transform ease .3s;
    display: block;
    line-height: 22px;
    color: #505050
}

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
    display: none
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list {
        padding: 38px 0 0 0;
        width: 66.66%
    }
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
    font-size: 1rem;
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
        width: 25%;
        padding-right: 30px
    }
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin-top: -3px;
    color: #202020
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
    font-size: 16px;
    margin-bottom: 15px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
        margin-bottom: 22px
    }
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .view-all {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -1px;
    font-size: 16px;
    font-weight: 500
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title {
    padding-bottom: 0
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title.has-view-all {
    padding-right: 15px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .view-all {
    font-size: 14px;
    max-width: 50%;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 8px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-title {
    font-size: 14px;
    color: #202020
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-price {
    margin-bottom: 0
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage {
    display: block
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage .form-field {
    margin-top: 11px;
    margin-bottom: 9px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom {
    margin-top: 8px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    max-width: 177px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
    position: relative
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2:not(.slick-initialized)>div:nth-child(n+2) {
    display: none
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .loadingOverlay {
    min-height: 180px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
    margin-top: 0 !important
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container {
    max-width: 120px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
    -o-object-fit: contain;
    object-fit: contain
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
    background: 0 0 !important;
    border: 0;
    padding: 0 0 0 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #202020;
    width: 100%;
    text-align: center;
    transition: unset
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
    position: relative
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after,
.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
    content: "";
    position: absolute;
    display: block;
    line-height: 22px;
    background-color: #202020
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
    top: 9px;
    right: calc(100% + 7px);
    width: 10px;
    height: 1px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
    top: 50%;
    right: calc(100% + 12px);
    width: 1px;
    height: 10px;
    transform: translateY(-50%)
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
    fill: #202020;
    top: 50px;
    transform: none
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow:before {
    width: 14px;
    height: 14px
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev {
    left: 0
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next {
    right: 0
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
    font-size: 0
}

@media (max-width:1024px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
        margin-left: -7px;
        margin-right: -7px
    }
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    margin-bottom: 15px;
    display: inline-block
}

@media (max-width:1024px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px
    }
}

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 11px 20px 10px 20px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list {
        padding: 11px 0 10px 0
    }
}

.navPages-list-megamenu .has-megamenu .card {
    background: #fff;
    margin-bottom: 0
}


@media (min-width:1025px) {
    .navPages-list-megamenu .cateArea {
        background: #762369
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .cateArea>.container>.navPage-subMenu-list {
        padding-top: 30px;
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .cateArea>.container>.navPage-subMenu-list>.navPage-subMenu-item-child {
        padding-bottom: 23px !important
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1>li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }

    .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1>li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1>li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1>li {
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%
    }
}

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1>.navPage-subMenu-item-child>.navPage-subMenu-action {
    font-weight: 700;
    color: #202020;
    padding-left: 15px;
    font-size: 16px
}

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1>.navPage-subMenu-item-child:hover>.navPage-subMenu-action {
    color: #202020
}

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1>.navPage-subMenu-item-child:hover>.navPage-subMenu-action:hover {
    color: #202020
}

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1>.navPage-subMenu-item-child:hover>.navPage-subMenu-action>.text {
    background-image: none
}

.navPages-list-megamenu .imageArea {
    padding: 20px 0 20px 0
}

@media (min-width:1025px) {
    .navPages-list-megamenu .imageArea {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 40px 0
    }
}

.navPages-list-megamenu .imageArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}



@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .imageAreaInner {
        display: -ms-flexbox;
        display: flex
    }
}

.navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
    display: block;
    position: relative
}

.navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider:not(.slick-initialized)>div:nth-child(n+2) {
    display: none
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
        width: 75%;
        min-width: 75%;
        padding-bottom: 18px
    }

    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .item .card {
        padding-left: 15px;
        padding-right: 15px
    }
}

.navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots li {
    margin-top: 18px
}

@media (max-width:1024px) {
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots {
        margin-bottom: 10px
    }
}

.navPages-list-megamenu .style-1 .megamenu-right-item {
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item {
        width: 33.33%;
        padding-top: 38px
    }
}

.navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: block
}

.navPages-list-megamenu .style-1 .megamenu-right-item .image img {
    width: 100%
}

.navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
    font-size: 14px;
    margin-top: 14px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }
}

.navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
    color: #202020;
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 12px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
        max-width: 265px;
        padding-right: 15px
    }
}

.navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .link {
    color: #0a6cdc;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-1 .megamenu-product-list {
        display: -ms-flexbox;
        display: flex
    }
}

.navPages-list-megamenu .style-2 .imageAreaInner {
    display: block
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .imageAreaInner {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item {
    display: inline-block;
    font-size: 0;
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item {
        width: 66.66%;
        padding-top: 38px;
        padding-right: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item .item {
        width: 50%;
        padding: 0 15px
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item:first-child {
    padding-left: 0
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item:last-child {
    padding-right: 0
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-left,
.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
    width: 50%;
    display: inline-block
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
    padding-left: 15px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
        padding-left: 30px
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner * {
    display: inline-block;
    width: 100%;
    font-size: 16px
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: -8px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
    margin-bottom: 15px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 27px
    }
}

.navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner .button {
    width: auto;
    min-width: 105px
}

.navPages-list-megamenu .style-2 .megamenu-brands {
    padding-top: 32px;
    font-size: 16px
}

.navPages-list-megamenu .style-2 .megamenu-brands h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 0
}

.navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner {
    font-size: 16px
}

.navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner .brand-item {
    padding: 5px 0
}

.navPages-list-megamenu .style-2 .megamenu-brands .view-all {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.navPages-list-megamenu .style-2 .megamenu-brands .view-all:focus {
    color: stenCilColor("navPages-level-2-color-hover")
}

.navPages-list-megamenu .style-3 .navPage-subMenu .container {
    position: relative;
    z-index: 1
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .navPage-subMenu .container {
        display: -ms-flexbox;
        display: flex
    }

    .navPages-list-megamenu .style-3 .navPage-subMenu .container:before {
        content: "";
        position: absolute;
        right: calc(100% - 15px);
        top: 0;
        width: 50%;
        height: 100%;
        background: #762369
    }
}

.navPages-list-megamenu .style-3:hover>.navPage-subMenu {
    display: block
}

.navPages-list-megamenu .style-3 .cateArea {
    display: block
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .cateArea {
        padding-right: 30px;
        padding-top: 28px
    }
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list {
    font-size: 0;
    letter-spacing: 0;
    width: auto
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list {
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 18px !important
    }
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list>li {
    display: inline-block;
    vertical-align: top
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list>li {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list>li.navPage-subMenu-title {
    display: none
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list>li.navPage-subMenu-all {
    display: none
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list .navPage-subMenu-action {
    padding-left: 0
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list .navPage-subMenu-item-child {
    padding-left: 0;
    padding-right: 0
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list .navPage-subMenu-item-child.is-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.navPages-list-megamenu .style-3 .cateArea>.navPage-subMenu-list .navPage-subMenu-item-child.is-open .image {
    display: block
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .cateArea.columns-3>.navPage-subMenu-list>li {
        width: 33.333333%
    }

    .navPages-list-megamenu .style-3 .cateArea.columns-4>.navPage-subMenu-list>li {
        width: 25%
    }

    .navPages-list-megamenu .style-3 .cateArea.columns-5>.navPage-subMenu-list>li {
        width: 20%
    }
}

.navPages-list-megamenu .style-3 .imageArea {
    background: #fff;
    padding-left: 20px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .imageArea {
        padding-left: 30px
    }
}

.navPages-list-megamenu .style-3 .imageArea .megamenu-product-list .megamenu-title {
    width: 100%
}

.navPages-list-megamenu .style-3 .image {
    display: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 15px 0 15px 0
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .image {
        margin: 38px 0 14px 0;
        display: block
    }
}

.navPages-list-megamenu .style-3 .image img.lazyload,
.navPages-list-megamenu .style-3 .image img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.navPages-list-megamenu .style-3 .megamenu-product-list {
    width: 100%;
    padding-top: 5px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-3 .megamenu-product-list {
        width: 200px;
        padding-top: 36px
    }
}

.navPages-list-megamenu .style-3 .megamenu-right-item {
    padding-left: 30px
}

@media (max-width:1024px) {
    .navPages-list-megamenu .style-4.is-open>.navPage-subMenu {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.navPages-list-megamenu .style-4 .itemArea {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-4 .itemArea {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px
    }
}

.navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
    width: 100%
}

@media (min-width:1025px) {
    .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
        width: 25%;
        padding: 0 15px
    }
}

.navPages-list-megamenu .style-4 .itemArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.navPages-list-megamenu .style-4 .itemArea .image img {
    text-align: center
}

.navPages-list-megamenu .style-4 .itemArea .image img.lazyload,
.navPages-list-megamenu .style-4 .itemArea .image img.lazyloading {
    width: auto;
    height: auto;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.navPages-list-megamenu .navPages-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 0 15px;
    padding: 0 7px;
    line-height: 20px;
    height: 20px
}

.navPages-list-megamenu .navPages-label.sale-label {
    color: #fff;
    background-color: #e52f69
}

.navPages-list-megamenu .navPages-label.new-label {
    color: #fff;
    background-color: #3dc781
}

.navPages-list-megamenu .navPages-label.hot-label {
    color: #fff;
    background-color: #ff750f
}

@media (max-width:1199px) {
    .navPages-list-megamenu .navPages-label {
        display: none
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 {
        margin-top: 0;
        height: 475px;
        overflow-y: scroll;
        scrollbar-width: thin;
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item {
        margin-right: 0;
        display: block
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPages-action-moreIcon {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
        margin: 0;
        font-size: 0;
        background: 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPages-action {
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 400
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPages-action .text {
        position: relative
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPages-action.has-subMenu {
        padding-right: 40px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover {
        background: #762369
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover>.navPages-action {
        color: #fff
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover>.navPages-action .text {
        background: 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover>.navPages-action .navPages-action-moreIcon svg {
        fill: white;
        stroke: white
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPage-subMenu {
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
        left: calc(100% + 10px);
        width: 260px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu {
        top: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list {
        list-style: none;
        margin-left: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover {
        background: #fafafa
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover:before {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 10px;
        height: 100%;
        background: 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:last-child,
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:nth-child(3),
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:nth-child(3) {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPages-action-depth-max+.navPage-subMenu {
        left: calc(100% + 10px);
        margin-left: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPage-subMenu:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 100%;
        background: 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu>.navPage-subMenu {
        top: 10px;
        height: 0;
        opacity: 0;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        display: block;
        width: calc(100vw - 315px);
        pointer-events: none
    }
}

@media (min-width:1025px) and (min-width:1630px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu>.navPage-subMenu {
        width: 1300px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu>.navPage-subMenu:before {
        display: none
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu>.navPage-subMenu .navPage-subMenu-list {
        list-style: none;
        margin-left: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover:before {
        content: "";
        position: absolute;
        right: -10px;
        top: 10px;
        width: 10px;
        height: 100%;
        background: 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover>.navPage-subMenu {
        height: auto;
        opacity: 1;
        z-index: 9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transition: transform .3s linear;
        pointer-events: auto
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover>.navPage-subMenu .navPage-subMenu-list .navPage-subMenu-list {
        margin-bottom: 10px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-dropdown .navPages-action-depth-max+.navPage-subMenu {
        width: 260px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .cateArea {
        background: #fafafa;
        border-radius: 8px 8px 0 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-label {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 15px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
        width: 33.33%;
        padding-right: 10px
    }
}

@media (min-width:1025px) and (min-width:1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
        padding-right: 30px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider {
        width: 66.66%;
        min-width: 66.66%
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1025px) and (min-width:1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
        padding-left: 5px
    }
}

@media (min-width:1025px) and (min-width:1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
        padding-left: 0
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .cateArea .navPage-subMenu-list-level1 {
        padding-top: 20px;
        padding-bottom: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .imageArea {
        padding-bottom: 30px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list {
        padding-top: 30px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
        padding-top: 30px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
        padding-right: 20px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item {
        padding-right: 10px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item+.item {
        padding-left: 10px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right {
        padding-left: 15px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-bottom: 3px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 12px
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .cateArea .navPage-subMenu-list-level1 {
        padding-top: 20px;
        padding-bottom: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .imageArea {
        padding-bottom: 30px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
        padding-top: 30px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-brands {
        padding-top: 25px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container {
        padding-left: 0;
        padding-right: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container:before {
        display: none
    }
}

@media (min-width:1025px) and (min-width:1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
        padding-right: 15px
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
        padding-top: 20px
    }
}

@media (min-width:1025px) and (min-width:1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
        padding-left: 15px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
        padding-left: 15px
    }
}

@media (min-width:1025px) and (min-width:1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
        padding-right: 30px !important
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-product-list {
        padding-top: 30px
    }
}

@media (min-width:1025px) and (min-width:1025px) and (max-width:1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item {
        padding-left: 15px
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item .image {
        margin-top: 30px
    }
}

@media (min-width:1025px) and (min-width:1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .cateArea .navPage-subMenu-list-level1 {
        padding-top: 20px;
        padding-bottom: 0
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .itemArea {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:1025px) {
    .navPages-list-megamenu .navPages-item:hover>.navPages-action .text {
        background-image: linear-gradient(transparent 96%, #202020 4%);
        background-repeat: repeat-x;
        background-position-y: -1px
    }

    .navPages-list-megamenu .has-megamenu>.navPage-subMenu {
        border-radius: 0
    }

    .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover>.navPage-subMenu-action {
        color: #0a6cdc
    }

    .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover>.navPage-subMenu-action .text {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px
    }

    .navPages-list-megamenu .imageArea .animate-hvr:hover:after {
        height: 100%
    }

    .navPages-list-megamenu .style-3 .navPage-subMenu-item-child:hover .image+.navPage-subMenu {
        pointer-events: auto
    }

    .navPages-list-megamenu .style-3 .animate-hvr:hover:after {
        height: 100%
    }

    .navPages-list-megamenu .style-4 .itemArea .animate-hvr:hover:after {
        height: 100%
    }

    .navPages-list-megamenu .navPages-label {
        position: absolute;
        right: -10px;
        top: -17px;
        margin: 0
    }
}

#menuMobile .navPages {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#menuMobile .is-hidden {
    display: none !important
}

#menuMobile .cateArea {
    position: relative;
    max-width: 100% !important
}

#menuMobile .cateArea>.container>.navPage-subMenu-list>.navPage-subMenu-item-child .navPage-subMenu-action {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize
}

#menuMobile .cateArea>.container>.navPage-subMenu-list>.navPage-subMenu-item-child>.navPages-action {
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize
}

#menuMobile .imageArea {
    max-width: 100% !important
}

#menuMobile .imageArea>.container {
    padding-left: 20px !important;
    padding-right: 20px !important
}

#menuMobile .imageArea .featuredProductCarousel .slick-track {
    min-width: 100%
}

#menuMobile .navPages-list {
    transition-duration: .4s;
    transform: none;
    transition-property: transform;
    background: #fff
}

.has-activeNavPages #menuMobile .navPages-list {
    display: block
}

#menuMobile .navPages-list+.navPages-list {
    margin-top: 30px;
    margin-bottom: 20px
}

#menuMobile .navPages-list+.navPages-list.navPages-list-webpages {
    margin-top: 0;
    padding-top: 0
}

#menuMobile .navPages-list[data-level-list="1"] li .navPage-subMenu {
    left: 0
}

#menuMobile .navPages-list[data-level-list="2"] {
    transform: translate3d(-100%, 0, 0)
}

#menuMobile .navPages-list[data-level-list="2"] li .navPage-subMenu {
    left: 100%
}

#menuMobile .navPages-list[data-level-list="3"] {
    transform: translate3d(-200%, 0, 0)
}

#menuMobile .navPages-list[data-level-list="3"] li .navPage-subMenu {
    left: 100%
}

#menuMobile .navPages-list[data-level-list="4"] {
    transform: translate3d(-300%, 0, 0)
}

#menuMobile .navPages-list[data-level-list="4"] li .navPage-subMenu {
    left: 300%
}

#menuMobile .navPages-list.reset[data-level-list="1"] {
    transform: translate3d(-100%, 0, 0)
}

#menuMobile .navPages-list.reset[data-level-list="2"] {
    transform: translate3d(-200%, 0, 0)
}

#menuMobile .navPages-list.reset[data-level-list="3"] {
    transform: translate3d(-300%, 0, 0)
}

#menuMobile .navPages-list li .navPage-subMenu {
    display: none
}

#menuMobile .navPages-list li.is-open>.navPage-subMenu {
    display: block;
    opacity: 1;
    visibility: visible
}

#menuMobile .navPages-list li.is-open>a {
    background: #fafafa;
    text-align: right
}

#menuMobile .navPages-list li.is-hidden {
    display: none
}

#menuMobile .navPages-list li.navPage-subMenu-title>a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500
}

#menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem
}

#menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon svg {
    transform: rotate(90deg);
    margin-right: 5px;
    margin-left: -3px
}

#menuMobile .navPages-list li>a:before {
    content: none
}

#menuMobile .navPages-list .navPage-subMenu-title>a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500
}

#menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem
}

#menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon svg {
    transform: rotate(90deg);
    margin-right: 5px;
    margin-left: -3px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text {
    font-weight: 400
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text .icon,
#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text .icon {
    fill: #505050;
    stroke: #505050;
    width: 16px;
    height: 16px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text .icon.icon-telephone {
    width: 15px;
    height: 15px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text .icon.icon-location {
    width: 17px;
    height: 17px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item>.navPages-action .text img {
    position: relative;
    top: -1px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item .navPage-subMenu {
    display: none
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item.is-open .navPage-subMenu {
    display: inline-block
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item.currencies>.navPages-action .image-flag {
    margin-right: 5px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item.currencies #navPages-currency .navPage-subMenu-item .text {
    font-size: 14px
}

#menuMobile .navPages-list.navPages-list-user>.navPages-item.currencies #navPages-currency .navPage-subMenu-item .text img {
    margin-top: -3px;
    margin-right: 5px
}

#menuMobile .navPages-action {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: #202020;
    text-align: left;
    border-bottom: none;
    padding: 14px 20px;
    line-height: 17px;
    font-size: 16px;
    font-weight: 500;
    border-top: none;
    position: relative
}

#menuMobile .navPages-item {
    width: 100%;
    margin-right: 0;
    position: static;
    vertical-align: top;
    display: inline-block;
    border-bottom: 1px solid #ebebeb
}

#menuMobile .navPages-item .container {
    padding: 0
}

#menuMobile .navPages-item.hide {
    display: none
}

#menuMobile .navPages-item>.navPages-action {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    text-align: left
}

#menuMobile .navPages-item>.navPages-action .text {
    color: inherit
}

#menuMobile .navPages-item.is-open {
    border-bottom: none
}

#menuMobile .navPages-item.is-open>.navPages-action {
    display: none !important
}

#menuMobile .navPages-item.is-open .navPages-label-wrap {
    display: none
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list {
    margin: 0
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list li {
    padding: 0
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list>.navPage-subMenu-item-child .navPages-action {
    font-size: 16px;
    color: #505050;
    font-weight: 400
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list>.navPage-subMenu-item-child>.navPages-action {
    color: #202020;
    font-weight: 400;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 16px
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list>.navPage-subMenu-item-child>.navPages-action .text {
    color: inherit
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list>.navPage-subMenu-item-child>.navPages-action .text img {
    margin-top: -3px;
    margin-right: 5px
}

#menuMobile .navPages-item>.navPage-subMenu>.navPage-subMenu-list .navPage-subMenu-item-parent {
    border-bottom: 1px solid #ebebeb
}

#menuMobile .navPages-action-moreIcon {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 46px;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    transform: none;
    transition: all .3s ease;
    z-index: 10
}

#menuMobile .navPages-action-moreIcon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    color: #bababa
}

#menuMobile .navPages-action-moreIcon svg {
    width: 11px;
    height: 12px;
    transition: all .5s ease;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 18px
}

.is-open>#menuMobile .navPages-action-moreIcon:before {
    font-size: 30px
}

#menuMobile .navPage-megamenu {
    border-bottom: 1px solid #ebebeb
}

#menuMobile .navPage-megamenu a {
    padding: 17px 20px;
    color: inherit;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 14px
}

#menuMobile .navPages-action-currency>a {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

#menuMobile .navPage-subMenu {
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    background-color: #fff;
    transition: all .3s ease;
    transform: none;
    box-shadow: none;
    display: inline-block;
    opacity: 0
}

#menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block
}

#menuMobile .navPage-subMenu .navPage-subMenu-item {
    width: 100%
}

#menuMobile .navPage-subMenu-item-child {
    position: static;
    border-bottom: 1px solid #ebebeb
}

#menuMobile .navPage-subMenu-item-child:after {
    content: none
}

#menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none
}

#menuMobile .navPage-subMenu-item-child.is-open>.navPages-action {
    display: none !important
}

#menuMobile .navPage-subMenu-item-child.is-open>.navPage-subMenu {
    right: 0;
    position: relative
}

#menuMobile .navPage-subMenu-item-child.is-open>.navPage-subMenu-horizontal {
    display: inline-block
}

#menuMobile .navPage-subMenu-item-child.is-open .navPage-megamenu {
    display: none
}

#menuMobile .navPage-subMenu-title {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    text-align: right
}

#menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
    text-align: right;
    color: #202020;
    padding: 14px 20px 14px 80px
}

#menuMobile .navPage-subMenu-title .navPages-action>.text {
    color: #202020
}

#menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem
}

#menuMobile .navPage-subMenu-title .navPages-action-moreIcon svg {
    transform: rotate(90deg);
    margin-right: 5px;
    margin-left: -3px
}

#menuMobile .navPages-list--user {
    display: block
}

#menuMobile .navPages-list-user.hide {
    display: none
}

#menuMobile .navPages-list-user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb
}

#menuMobile .navPages-list-user .navPages-item {
    border-bottom: none
}

#menuMobile .navPages-list-user .navPages-item.currencies #currency_selector>.navPages-action-moreIcon {
    height: 37px
}

#menuMobile .navPages-list-user .navPages-item>.navPages-action {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px
}

#menuMobile .navPages-list-user .login-content {
    padding: 20px
}

#menuMobile .navPages-list-user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent
}

#menuMobile .navPages-list-user .new-customer .button {
    width: 100%
}

#menuMobile .navPages-list-user .socialLinks {
    padding: 15px 0 10px 20px;
    font-size: 0
}

#menuMobile .navPages-list-user .socialLinks .icon svg {
    fill: black
}

#menuMobile.navPages-item-page {
    position: relative
}

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
    margin-bottom: 30px
}

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider,
#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
    min-height: 150px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px
}

#menuMobile .navPages-list-megamenu .has-megamenu .card {
    padding-left: 15px;
    padding-right: 15px
}

#menuMobile .navPages-list-megamenu .has-megamenu .card .card-body {
    text-align: center
}

#menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-price {
    -ms-flex-pack: center;
    justify-content: center
}

#menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom {
    text-align: center
}

#menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom .card-figcaption-body {
    -ms-flex-pack: center;
    justify-content: center
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-2 .megamenu-left-item .item+.item {
    margin-top: 15px
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea {
    padding-right: 20px
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item {
    padding-left: 0
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item .image {
    margin-top: 30px;
    display: block
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea {
    width: 100%;
    text-align: center
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item {
    padding-left: 20px;
    padding-right: 20px
}

#menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item+.item {
    margin-top: 15px
}

.megamenu-brands-inner {
    display: block;
    max-width: 390px;
    margin-right: auto;
    margin-bottom: 15px
}

.megamenu-brands-inner ul {
    margin-left: -10px;
    margin-right: auto
}

.megamenu-brands-inner ul li {
    display: inline-block
}

.megamenu-brands-inner ul li a {
    color: #787878;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 2;
    pointer-events: none
}

.megamenu-brands-inner ul li a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s
}

.megamenu-brands-inner ul li a:hover span {
    background-size: 100% 1px
}

.megamenu-brands-inner ul li.has-letter a {
    color: #202020;
    pointer-events: auto
}

.megamenu-brands-inner ul li.has-letter a:hover {
    color: #0a6cdc
}

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    max-width: 99%;
    width: 100%
}

@media (min-width:1200px) {

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea>.container,
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .itemArea>.container,
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageArea>.container,
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .itemArea>.container,
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .imageArea>.container,
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .itemArea>.container {
        padding-left: 30px;
        padding-right: 30px
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
        padding-right: 15px
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list {
        width: 70%
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-info {
        width: 30%
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-slider {
        width: 70%;
        min-width: 70%
    }

    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-right-item {
        width: 30%
    }

    body:not(.has-stickyHeader) .header.header-layout-2 .header-bottom .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
        width: 50%
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner {
        display: block
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list {
        width: 100%
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list .megamenu-slider .item .card {
        padding-top: 0
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item {
        width: 100%
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item .image img {
        width: auto
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner {
        display: block
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner .megamenu-left-item {
        width: 100%;
        padding-right: 0
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
        display: block
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
        width: 100%;
        max-width: 230px;
        margin-left: auto;
        margin-right: auto
    }

    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-right-item {
        padding-left: 0
    }
}

.navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .card {
    padding: 0
}

@media (min-width:1200px) {
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list.navPages-list-megamenu-2 .navPages-item>.navPages-action .navPages-label {
        top: auto
    }

    .navPages-list-megamenu:not(.navPages-list-megamenu-2) .has-megamenu.style-1>.navPage-subMenu {
        padding-left: 10px
    }

    .navPages-list-megamenu:not(.navPages-list-megamenu-2) .navPages-item-custom:hover>.navPage-subMenu {
        animation-name: none
    }
}

@media (max-width:1199px) {
    .halo-mobile-menu .navPages-container {
        height: 100%
    }
}

.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: 1rem
}

.tag a {
    color: gray;
    display: inline-block;
    padding: .35714rem .5rem;
    text-decoration: none
}

.tag a:hover {
    color: #000
}

.socialLinks {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0;
    font-size: 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
}

.socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none
}

.socialLinks .icon:hover svg {
    fill: #202020
}

.socialLinks .icon svg {
    fill: #202020;
    transition: all .15s ease
}

.socialLinks .icon.icon--twitter {
    width: 22px
}

.socialLinks .icon.icon--twitter svg {
    width: 23px
}

.socialLinks .icon.icon--pinterest svg {
    width: 20px
}

.socialLinks .icon.icon--tumblr {
    width: 16px
}

.socialLinks .icon.icon--stumbleupon {
    width: 22px;
    height: 20px
}

.socialLinks .icon.icon--youtube {
    width: 26px;
    height: 22px
}

.socialLinks .icon.icon--messenger {
    height: 20px
}

.socialLinks .icon.icon--messenger svg {
    width: 20px
}

.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: .78571rem
}

.socialLinks .socialLinks-item:last-child {
    margin-right: 0
}

.socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem
}

.socialLinks-item .socialLinks__link:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: .71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent
}

.socialLinks-item .socialLinks__link:after {
    content: attr(title);
    padding: .28571rem .42857rem;
    background-color: #313440;
    color: #fff;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: .57143rem
}

.socialLinks-item .socialLinks__link:after,
.socialLinks-item .socialLinks__link:before {
    display: none
}

.socialLinks-item .socialLinks__link:focus:after,
.socialLinks-item .socialLinks__link:focus:before {
    display: block
}

.socialLinks-item .socialLinks__link:focus:after {
    right: auto;
    left: 0;
    z-index: 20
}

.socialLinks-alt .icon {
    height: 1.5rem;
    width: 1.5rem
}

.socialLinks-alt svg {
    fill: gray
}

.heroCarousel {
    width: 1px;
    min-width: 100%;
    opacity: 0
}

.heroCarousel.slick-initialized {
    opacity: 1
}

.heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none
}

.heroCarousel a {
    text-decoration: none
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: .3
}

.heroCarousel .slick-next:hover,
.heroCarousel .slick-prev:hover {
    opacity: 1
}

.heroCarousel .slick-next {
    right: 15px
}

@media (min-width:1550px) {
    .heroCarousel .slick-next {
        right: calc((100% - 1520px)/ 2)
    }
}

.heroCarousel .slick-prev {
    left: 15px
}

@media (min-width:1550px) {
    .heroCarousel .slick-prev {
        left: calc((100% - 1520px)/ 2)
    }
}

.heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0
}

.heroCarousel.slick-dotted.slick-slider .slick-dots {
    bottom: 15px;
    position: absolute
}

@media (min-width:551px) {
    .heroCarousel.slick-dotted.slick-slider .slick-dots {
        bottom: 19px
    }
}

.heroCarousel .slick-dots li {
    margin-top: 0
}

.heroCarousel-slide {
    position: relative
}

.heroCarousel-slide a {
    text-decoration: none
}

.heroCarousel-slide .heroCarousel-image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: 50% 0%;
    object-position: 50% 0%
}

@media (min-width:551px) {
    .heroCarousel-slide .heroCarousel-image {
        -o-object-position: 50% 50%;
        object-position: 50% 50%
    }
}

@media (max-width:550px) {
    .heroCarousel-slide .heroCarousel-image.has-image-mobile {
        display: none
    }
}

.heroCarousel-slide .heroCarousel-image-mobile {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (min-width:551px) {
    .heroCarousel-slide .heroCarousel-image-mobile {
        display: none
    }
}

.heroCarousel-slide.stretch .heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%
}

.heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%
}

.heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    height: 100vh;
    margin-top: 8px;
}

.heroCarousel-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.heroCarousel-slide.compat-object-fit {
    overflow: hidden
}

.heroCarousel-slide.compat-object-fit .heroCarousel-image {
    width: auto
}

.heroCarousel-slide .heroCarousel-image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 300px
}

.page-footer {
    text-align: center;
}

.page-footer a {
    border: 1px solid #00ab9c;
    padding: 4px 8px;
    font-size: 12px;
    color: #1a1f73;
    font-weight: 600;
}

@media (min-width:551px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 21.42857rem
    }
}

@media (min-width:992px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 27.14286rem
    }
}

@media (min-width:1025px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 34.28571rem
    }
}

@media (min-width:1281px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.14286rem
    }
}

@media (min-width:1440px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.85714rem
    }
}

@media (min-width:1920px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 40rem
    }
}

.heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw
}

.heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw
}

.heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper,
.heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    max-height: 100vh
}

@media (min-width:551px) {

    .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper,
    .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw;
        max-height: 28.57143rem
    }
}

@media (min-width:1025px) {

    .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper,
    .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        max-height: 40rem
    }
}

.homepage-layout-2 .heroCarousel .slick-prev {
    left: 10px
}

.homepage-layout-2 .heroCarousel .slick-next {
    right: 10px
}

.homepage-layout-2 .heroCarousel .slick-arrow {
    opacity: 0
}

.homepage-layout-2 .heroCarousel:hover .slick-arrow {
    opacity: 1
}

.homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 286px
}

@media (min-width:551px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 20rem
    }
}

@media (min-width:768px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 20.92857rem
    }
}

@media (min-width:880px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 22.85714rem
    }
}

@media (min-width:992px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.21429rem
    }
}

@media (min-width:1025px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 35.85714rem
    }
}

@media (min-width:1281px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 35.71429rem
    }
}

@media (min-width:1440px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 32.5rem
    }
}

@media (min-width:1920px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 36.42857rem
    }
}

.homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper img {
    border-radius: 8px
}

@media (min-width:551px) {
    .heroCarousel-content {
        position: absolute;
        top: 50%;
        transform: translateY(-52%);
        overflow: auto;
        max-height: 80%;
        padding: 15px 0 20px 0;
        width: 70%;
        max-width: 500px;
        background-color: rgba(0, 0, 255, 0);
        margin: 0 auto
    }

    .heroCarousel-content.heroCarousel-content-empty {
        background-color: transparent
    }
}

@media (min-width:992px) {
    .heroCarousel-content {
        max-width: 400px
    }
}

.heroCarousel-content.position-left {
    left: 0;
    text-align: left
}

@media (min-width:551px) {
    .heroCarousel-content.position-left {
        left: 45px
    }
}

@media (min-width:1025px) {
    .heroCarousel-content.position-left {
        left: 75px
    }
}

@media (min-width:1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-left {
        left: calc((100% - 1370px)/ 2)
    }
}

.heroCarousel-content.position-center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.heroCarousel-content.position-right {
    right: 0;
    text-align: right
}

@media (min-width:551px) {
    .heroCarousel-content.position-right {
        right: 75px
    }
}

@media (min-width:1025px) {
    .heroCarousel-content.position-right {
        right: 45px
    }
}

@media (min-width:1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-right {
        right: calc((100% - 1370px)/ 2)
    }
}

.heroCarousel-content.slide-0 .heroCarousel-description,
.heroCarousel-content.slide-0 .heroCarousel-title {
    color: #fff
}

.heroCarousel-content.slide-0 .heroCarousel-action {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-0 .heroCarousel-action:hover {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-1 .heroCarousel-description,
.heroCarousel-content.slide-1 .heroCarousel-title {
    color: #fb3d8e
}

.heroCarousel-content.slide-1 .heroCarousel-action {
    border-color: #fb3d8e;
    color: #fb3d8e
}

.heroCarousel-content.slide-1 .heroCarousel-action:hover {
    border-color: #fb3d8e;
    color: #fb3d8e
}

.heroCarousel-content.slide-2 .heroCarousel-description,
.heroCarousel-content.slide-2 .heroCarousel-title {
    color: #fff
}

.heroCarousel-content.slide-2 .heroCarousel-action {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-2 .heroCarousel-action:hover {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-3 .heroCarousel-description,
.heroCarousel-content.slide-3 .heroCarousel-title {
    color: #fff
}

.heroCarousel-content.slide-3 .heroCarousel-action {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-3 .heroCarousel-action:hover {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-4 .heroCarousel-description,
.heroCarousel-content.slide-4 .heroCarousel-title {
    color: #fff
}

.heroCarousel-content.slide-4 .heroCarousel-action {
    border-color: #fff;
    color: #fff
}

.heroCarousel-content.slide-4 .heroCarousel-action:hover {
    border-color: #fff;
    color: #fff
}

@media (max-width:550px) {
    .heroCarousel-content.has-content {
        padding: 28px 7.5% 35px;
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9
    }

    .homepage-layout-2 .heroCarousel-content.has-content {
        border-radius: 0 0 6px 6px
    }

    .heroCarousel-content.position-center {
        transform: unset
    }

    .heroCarousel-content.slide-0 .heroCarousel-title,
    .heroCarousel-content.slide-2 .heroCarousel-title,
    .heroCarousel-content.slide-3 .heroCarousel-title,
    .heroCarousel-content.slide-4 .heroCarousel-title {
        color: #762369
    }

    .heroCarousel-content.slide-0 .heroCarousel-description,
    .heroCarousel-content.slide-2 .heroCarousel-description,
    .heroCarousel-content.slide-3 .heroCarousel-description,
    .heroCarousel-content.slide-4 .heroCarousel-description {
        color: #505050
    }

    .heroCarousel-content.slide-0 .heroCarousel-action,
    .heroCarousel-content.slide-2 .heroCarousel-action,
    .heroCarousel-content.slide-3 .heroCarousel-action,
    .heroCarousel-content.slide-4 .heroCarousel-action {
        background: #762369;
        color: #fff;
        border-color: #762369
    }
}

.heroCarousel-title {
    font-size: 20px;
    line-height: 28px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

@media (min-width:551px) {
    .heroCarousel-title {
        font-size: 20px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .heroCarousel-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media (min-width:1025px) {
    .heroCarousel-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 24px
    }
}

.heroCarousel-description {
    font-size: 1rem;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

@media (min-width:551px) {
    .heroCarousel-description {
        font-size: 16px
    }
}

@media (min-width:1025px) {
    .heroCarousel-description {
        font-size: 18px;
        margin-bottom: 28px
    }
}

.heroCarousel-action {
    margin: 0;
    min-width: 166px;
    background: 0 0
}

.heroCarousel-action:hover {
    background: 0 0
}

@media (min-width:1025px) {
    .heroCarousel-action {
        margin-top: 1.5rem
    }
}

.carousel-play-pause-button {
    position: absolute;
    left: 15px;
    bottom: 13px;
    width: 26px;
    height: 26px;
    transition: color .1s ease-out;
    z-index: 5;
    padding: 0;
    font-size: 0;
    opacity: .5;
    display: none !important
}

.carousel-play-pause-button:hover {
    opacity: 1
}

@media (min-width:551px) {
    .carousel-play-pause-button {
        bottom: 17px
    }
}

.carousel-play-pause-button .text {
    font-size: 0
}

.carousel-play-pause-button .icon {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%
}

.carousel-play-pause-button .icon:after,
.carousel-play-pause-button .icon:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 7px;
    background: #fff;
    width: 3px;
    height: 10px
}

.carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
    content: "";
    position: absolute;
    left: 12px;
    background: #fff;
    width: 3px;
    height: 10px
}

.carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 9px;
    border: 6px solid transparent;
    border-left-color: #fff;
    width: 3px;
    height: 10px
}

.carousel-play-pause-button:hover {
    color: #474747
}

@media (max-width:550px) {
    .carousel-play-pause-button {
        left: 7.5%
    }

    .carousel-play-pause-button .icon {
        border-color: #762369
    }

    .carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
        background: #762369
    }

    .carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
        background: #762369
    }

    .carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
        border-left-color: #762369
    }
}

@media (min-width:1025px) {
    .writeReview-productDetails {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productDetails .product-brand {
    color: #757575;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

.writeReview-productDetails .product-title {
    margin-top: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #202020;
    font-weight: 700;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    text-align: center
}

@media (min-width:1025px) {
    .writeReview-form {
        padding-left: .75rem;
        padding-right: .75rem;
        width: 50%;
        float: left
    }
}

.writeReview-productImage-container {
    position: relative
}

.writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.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;
    border-bottom: 1px solid #e6e6e6
}

@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;
    border-color: #e6e6e6
}

@media (min-width:551px) {
    .account-addReturn .table-thead {
        display: table-header-group
    }
}

.account-addReturn .table-thead th {
    font-size: 16px
}

@media (min-width:768px) {
    .account-addReturn .table-thead th {
        font-size: 18px
    }
}

.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 .return-itemTitle {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    display: block
}

.return-itemName .definitionList .definitionList-description,
.return-itemName .definitionList .definitionList-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #505050
}

.return-itemName .definitionList .definitionList-label {
    float: left;
    margin: 0 .375rem 0 0
}

.return-itemName .definitionList .definitionList-description {
    font-weight: 400;
    margin: 0
}

.return-itemPrice {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: .35714rem
}

@media (min-width:551px) {
    .return-itemPrice {
        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
    }
}

.return-itemQuantity .form-select-short {
    width: 8rem;
    max-width: 100%
}

.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-row #return_comments {
    max-width: 100%
}

.account-addReturn-row .account-addReturn-column .form-field {
    margin-bottom: 22px
}

.account-addReturn-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding: 0 1rem
}

@media (min-width:551px) {
    .account-addReturn-column {
        width: 50%
    }
}

.productCarousel {
    width: 1px;
    min-width: 100%;
    max-width: none;
    width: auto;
    margin: 0;
    font-size: 0
}

.productCarousel .slick-list {
    margin: 0 -7.5px
}

@media (min-width:1025px) {
    .productCarousel .slick-list {
        margin: 0 -10px
    }
}

/* @media (max-width:550px) {
    .homepage-layout-2 .productCarousel .slick-list {
        margin-left: 0;
        margin-right: 0
    }
} */

.productCarousel-slide {
    display: inline-block;
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    font-size: 14px
}

@media (min-width:551px) {
    .productCarousel-slide {
        width: 33.33333%
    }
}

@media (min-width:1025px) {
    .productCarousel-slide {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1281px) {
    .productCarousel-slide {
        width: 16.66667%
    }
}

.productCarousel-slide .card {
    margin-bottom: 0
}

.productCarousel-slide .card .card-title {
    overflow-wrap: break-word
}

/* @media (max-width:550px) {
    .homepage-layout-2 .productCarousel-slide {
        padding-left: 0;
        padding-right: 0
    }
} */

.productCarousel-slide.col-2 {
    width: 50%;
    display: none
}

.productCarousel-slide.col-2.slick-slide,
.productCarousel-slide.col-2:first-child,
.productCarousel-slide.col-2:nth-child(2) {
    display: inline-block
}

.productCarousel-slide.col-3 {
    width: 50%;
    display: none
}

.productCarousel-slide.col-3.slick-slide,
.productCarousel-slide.col-3:first-child,
.productCarousel-slide.col-3:nth-child(2) {
    display: inline-block
}

@media (min-width:551px) {
    .productCarousel-slide.col-3 {
        width: 33.33333%
    }
}

@media (min-width:551px) and (max-width:991px) {
    .productCarousel-slide.col-3:nth-child(3) {
        display: inline-block
    }
}

@media (min-width:992px) {
    .productCarousel-slide.col-3 {
        width: 50%
    }
}

@media (min-width:1025px) {
    .productCarousel-slide.col-3 {
        width: 33.33333%
    }

    .productCarousel-slide.col-3:nth-child(3) {
        display: inline-block
    }
}

.productCarousel-slide.col-4 {
    width: 50%;
    display: none
}

.productCarousel-slide.col-4.slick-slide,
.productCarousel-slide.col-4:first-child,
.productCarousel-slide.col-4:nth-child(2) {
    display: inline-block
}

@media (min-width:551px) {
    .productCarousel-slide.col-4 {
        width: 33.33333%
    }

    .productCarousel-slide.col-4:nth-child(3) {
        display: inline-block
    }
}

@media (min-width:992px) {
    .productCarousel-slide.col-4 {
        width: 25%
    }

    .productCarousel-slide.col-4:nth-child(4) {
        display: inline-block
    }
}

.productCarousel-slide.col-5 {
    width: 50%;
    display: none
}

.productCarousel-slide.col-5.slick-slide,
.productCarousel-slide.col-5:first-child,
.productCarousel-slide.col-5:nth-child(2) {
    display: inline-block
}

@media (min-width:551px) {
    .productCarousel-slide.col-5 {
        width: 33.33333%
    }

    .productCarousel-slide.col-5:nth-child(3) {
        display: inline-block
    }
}

@media (min-width:992px) {
    .productCarousel-slide.col-5 {
        width: 25%
    }

    .productCarousel-slide.col-5:nth-child(4) {
        display: inline-block
    }
}

@media (min-width:1440px) {
    .productCarousel-slide.col-5 {
        width: 20%
    }

    .productCarousel-slide.col-5:nth-child(5) {
        display: inline-block
    }
}

.productCarousel-slide.col-6 {
    width: 50%;
    display: none
}

.productCarousel-slide.col-6.slick-slide,
.productCarousel-slide.col-6:first-child,
.productCarousel-slide.col-6:nth-child(2) {
    display: inline-block
}

@media (min-width:551px) {
    .productCarousel-slide.col-6 {
        width: 33.33333%
    }

    .productCarousel-slide.col-6:nth-child(3) {
        display: inline-block
    }
}

@media (min-width:992px) {
    .productCarousel-slide.col-6 {
        width: 25%
    }

    .productCarousel-slide.col-6:nth-child(4) {
        display: inline-block
    }
}

@media (min-width:1440px) {
    .productCarousel-slide.col-6 {
        width: 20%
    }

    .productCarousel-slide.col-6:nth-child(5) {
        display: inline-block
    }
}

@media (min-width:1920px) {
    .productCarousel-slide.col-6 {
        width: 16.66667%
    }

    .productCarousel-slide.col-6:nth-child(6) {
        display: inline-block
    }
}

.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
}

.productReview {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: top
}

@media (min-width:1025px) {
    .productReview {
        width: 50%
    }
}

@media (min-width:1281px) {
    .productReview {
        width: 33.33333%
    }
}

.productReview-title {
    margin: 0;
    text-transform: none
}

.productReview-author {
    color: gray;
    margin-bottom: 1rem
}

.productReview-rating {
    display: inline-block;
    margin-bottom: .35714rem
}

.productReview-ratingNumber {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.productView {
    padding-top: 40px
}

.productView-images {
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .productView-images {
        margin-bottom: 8px
    }
}

.productView-images .product-img-wrapper .productView-nav-inner {
    width: 100%;
    position: relative
}

.productView-images .product-img-wrapper .productView-nav-inner .product-badge {
    top: 15px;
    left: 15px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge~.soldout-badge {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge~.soldout-badge~.custom-badge-1 {
    top: 120px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 155px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge~.custom-badge {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.sale-badge~.custom-badge~.custom-badge-2 {
    top: 120px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.soldout-badge {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.soldout-badge~.custom-badge-1 {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 120px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.custom-badge1 {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.custom-badge1~.custom-badge-2 {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .new-badge~.custom-badge2 {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .sale-badge~.soldout-badge {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .sale-badge~.soldout-badge~.custom-badge-1 {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .sale-badge~.soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 120px
}

.productView-images .product-img-wrapper .productView-nav-inner .sale-badge~.custom-badge-1 {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .sale-badge~.custom-badge-1~.custom-badge-2 {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .soldout-badge~.custom-badge-1 {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .soldout-badge~.custom-badge-1~.custom-badge-2 {
    top: 85px
}

.productView-images .product-img-wrapper .productView-nav-inner .custom-badge-1~.custom-badge-2 {
    top: 50px
}

.productView-images .product-img-wrapper .productView-nav-inner .label-videos {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link {
    color: #505050;
    display: inline-block
}

.productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link svg {
    width: 48px;
    height: 48px;
    fill: gray;
    stroke: gray
}

.productView-images .product-img-wrapper .click-to-zoom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    color: gray
}

.productView-images .product-img-wrapper .click-to-zoom svg {
    fill: #505050;
    margin-right: 6px;
    margin-top: -2px
}

@media (max-width:1024px) {
    .productView-images .product-img-wrapper .click-to-zoom {
        display: none
    }
}

.productView-images .product-img-wrapper .productView-thumbnails {
    margin-top: 25px;
    text-align: center;
    font-size: 0;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1200px) {
    .productView-images .product-img-wrapper .productView-thumbnails {
        padding-left: 65px;
        padding-right: 65px
    }
}

.productView-images .product-img-wrapper .product-bottom-wrapper {
    margin-top: 24px
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 12px 20px
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: calc(100% - 160px);
    padding-right: 15px
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
    display: inline-block;
    width: 50px
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
    width: calc(100% - 50px);
    padding-left: 18px;
    display: inline-block
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-style: italic
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
    width: 160px
}

.productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right .ask-an-expert-link {
    text-transform: uppercase;
    font-weight: 700;
    background: #f6b924;
    border-color: #f6b924;
    color: #202020
}

@media (max-width:991px) {
    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
        padding: 15px 10px
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
        width: calc(100% - 136px)
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
        width: 47px
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
        width: calc(100% - 47px);
        padding-left: 15px
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
        font-size: 13px
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
        width: 136px
    }
}

@media (max-width:380px) {
    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
        width: calc(100% - 126px)
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
        display: none
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
        width: 100%;
        padding-left: 10px
    }

    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
        width: 126px
    }
}

.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
}

@media (min-width:1025px) {
    .productView-image {
        min-height: 366px;
        min-width: inherit
    }
}

.productView-image+.productView-thumbnails {
    margin-top: .78571rem
}

@media (min-width:320px) and (max-width:1025px) {
    .productView-image {
        pointer-events: none
    }
}

.productView-img-container {
    position: relative;
    margin: auto;
    max-width: 670px;
    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: 100%
}

.productView-thumbnails {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin-left: -.35714rem;
    margin-right: -.35714rem
}

.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 .slick-arrow {
    display: block !important
}

.productView-thumbnails .slick-next {
    right: 0
}

.productView-thumbnails .slick-prev {
    left: 0
}

.productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
    width: 50%
}

.productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
    display: none
}

@media (min-width:360px) {
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%
    }

    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4) {
        display: none
    }
}

@media (min-width:640px) {
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%
    }

    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
        display: none
    }
}

@media (min-width:768px) {
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%
    }

    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4) {
        display: none
    }
}

@media (min-width:992px) {
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%
    }

    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
        display: none
    }
}

.productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    position: relative
}

.productView-thumbnail {
    display: inline-block;
    width: auto;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.productView-thumbnail-link {
    display: block;
    max-width: 70px;
    position: relative;
    width: 100%;
    border: 1px solid transparent;
    text-align: center
}

.productView-thumbnail-link:hover {
    border-color: #505050
}

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active {
    border-color: #505050
}

.productView-product .productCountDown {
    margin-top: 3px
}

.productView-title {
    font-size: 24px;
    font-family: "Bai Jamjuree", sans-serif;
    color: #1c2174;
}

.productView-title h1,
.productView-title h2,
.productView-title h3,
.productView-title h4,
.productView-title h5,
.productView-title h6 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.productView-brand {
    color: gray;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px 0;
    font-weight: 400
}

.productView-brand a {
    color: gray
}

.productView-brand a span {
    background-image: linear-gradient(transparent 96%, rgba(128, 128, 128, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.productView-brand a:hover {
    color: #000
}

.productView-brand a:hover span {
    background-image: linear-gradient(transparent 96%, #000 4%)
}

.productView-price {
    font-size: 0;
    margin-top: 5px;
    font-weight: 500
}

.productView-price>p.login-price {
    font-size: 16px;
    font-weight: 500;
    color: #202020
}

.productView-price .price-section {
    color: #e10600;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 2px;
    letter-spacing: 0;
    font-family: Rubik, Arial, Helvetica, sans-serif
}

.productView-price .price-section.sale-price {
    margin-right: 12px
}

.productView-price .price-section .rrp-price--withTax,
.productView-price .price-section.rrp-price--withoutTax {
    color: #505050;
    margin-left: 0;
    margin-right: 7px;
    font-weight: 400
}

.productView-price .price-section .rrp-price--withTax .price-label,
.productView-price .price-section.rrp-price--withoutTax .price-label {
    display: none !important
}

.productView-price .price-section .non-sale-price-label,
.productView-price .price-section .price-now-label {
    display: none !important
}

.productView-price .price-section.price-section--withTax,
.productView-price .price-section.price-section--withoutTax {
    color: #e10600
}

.productView-price .price-section.price-section--withTax.rrp-price--withTax,
.productView-price .price-section.price-section--withTax.rrp-price--withoutTax,
.productView-price .price-section.price-section--withoutTax.rrp-price--withTax,
.productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax {
    color: #505050
}

.productView-price .price-section.price-section--withTax.price-none,
.productView-price .price-section.price-section--withoutTax.price-none {
    color: #e10600;
}

.productView-price .price-section.price-section--withTax.price-none.sale-price,
.productView-price .price-section.price-section--withoutTax.price-none.sale-price {
    color: #e10600;
    font-weight: 700
}

.productView-price .price-section.no-retail-price {
    margin-left: 0
}

.productView-price .price-section.no-retail-price .price--non-sale {
    font-weight: 400
}

.productView-price .price-section.rrp-price--withTax,
.productView-price .price-section.rrp-price--withoutTax {
    color: #505050;
    margin-right: 7px
}

.productView-price .price-section.rrp-price--withTax .non-sale-price--withTax,
.productView-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax,
.productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax,
.productView-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax {
    display: none !important
}

.productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price,
.productView-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax.no-retail-price,
.productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price,
.productView-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax.no-retail-price {
    display: inline-block !important
}

.productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none,
.productView-price .price-section.rrp-price--withTax+.non-sale-price--withoutTax.no-retail-price.price-none,
.productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none,
.productView-price .price-section.rrp-price--withoutTax+.non-sale-price--withoutTax.no-retail-price.price-none {
    display: none !important
}

.productView-price .price-section.non-sale-price--withTax,
.productView-price .price-section.non-sale-price--withoutTax {
    color: #505050;
    margin-right: 7px
}

.productView-price .price-section.price-section--saving {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -4px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: gray
}

.productView-price .price-section.price_range {
    color: #202020
}

.productView-price .price-section-saving {
    font-size: 18px
}

.productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit
}

.productCountDown .countDowntimer .clock-item {
    color: #e10600;
    font-size: 16px;
    font-weight: 400
}

.productView-rating-wrap {
    display: inline-block;
    width: 100%
}

.productView-rating-wrap .productReview_link {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.productView-rating-wrap .sold-product {
    display: inline-block;
    color: #e10600;
    margin-bottom: 10px;
    vertical-align: middle
}

@media (max-width:550px) {
    .productView-rating-wrap .sold-product {
        width: 100%;
        margin-left: 0
    }
}

.productView-rating-wrap .sold-product svg {
    fill: #e10600;
    margin-top: -3px;
    width: 14px;
    height: 16px;
    margin-right: 6px
}

.productView-rating {
    display: inline-block;
    margin-right: 31px;
    margin-bottom: 10px;
    vertical-align: middle
}

.productView-rating .icon {
    width: 15px;
    height: 15px;
    margin-top: -1px
}

.productView-rating .icon svg {
    width: 15px;
    height: 15px
}

.productView-reviewLink {
    display: inline-block;
    margin-left: 27px;
    vertical-align: middle;
    color: #505050
}

.productView-reviewLink:hover {
    color: #202020;
    background-image: linear-gradient(transparent 96%, #202020 4%);
    background-repeat: repeat-x;
    background-position-y: -3px
}

.productView-reviewLink-new {
    padding: 0;
    margin-left: 27px
}

.productView-shortDesc {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px
}

.productView-shortDesc p {
    margin-bottom: 15px;
    text-align: justify;
}

.productView-info {
    margin-top: 10px;
    margin-bottom: 32px
}

.productView-info:after,
.productView-info:before {
    content: " ";
    display: table
}

.productView-info:after {
    clear: both
}

.productView-info>:last-child {
    margin-bottom: 0
}

.productView-info-name,
.productView-info-value {
    float: left;
    font-size: 16px;
    line-height: 24px
}

.productView-info-name {
    clear: both;
    margin-bottom: .28571rem;
    margin-right: 20px;
    min-width: 135px
}

.productView-info-value {
    display: inline-block;
    margin-bottom: .28571rem;
    text-transform: capitalize
}

.productView-options {
    margin-bottom: 20px;
    text-align: left
}

.productView-options:after,
.productView-options:before {
    content: " ";
    display: table
}

.productView-options:after {
    clear: both
}

@media (min-width:551px) {
    .productView-options .form-input[type=number] {
        width: 16.66667%
    }
}

.productView-options input[type=file] {
    font-size: 16px
}

.productView-options .form-field {
    font-size: 0;
    margin-bottom: 22px;
    line-height: 1
}

.productView-options .form-field .form-label {
    color: #505050;
    font-weight: 400;
    margin-bottom: 8px
}

.productView-options .form-field .form-label [data-option-value],
.productView-options .form-field .form-label [data-product-stock] {
    color: #202020
}

.productView-options .form-field>.form-checkbox+.form-label {
    display: inline-block;
    margin-left: 1.5rem;
    width: auto
}

@media (min-width:551px) {
    .productView-options .form-field>.form-checkbox+.form-label {
        margin-left: 0;
        width: 100%
    }
}

.productView-options .form-field>.form-radio+.form-label {
    text-align: justify;
    display: inline-block
}

.productView-options .form-field>.form-label:nth-of-type(2) {
    margin-left: 0
}

.productView-options .form-field.form-field-stock .form-label {
    margin-bottom: 2px
}

.productView-options .form-field.form-field-increments {
    margin: 0 15px 0 0;
    font-size: 0;
    display: inline-block
}

.productView-options .form-field.form-field-increments .form-increment .form-input-incrementTotal {
    width: 116px;
    height: 40px
}

.productView-options .form-field.form-field-increments .form-increment .button[data-action=inc] {
    top: 6px
}

.productView-options .form-field.form-field-increments .form-increment .button[data-action=dec] {
    bottom: 6px
}

@media (max-width:991px) {
    .productView-options .form-field.form-field-increments {
        display: block;
        margin-bottom: 15px
    }
}

.productView-options .form-action {
    display: inline-block;
    width: 100%
}

@media (min-width:551px) {
    .productView-options .form-action {
        width: calc(50% - 5px);
        padding: 0;
        max-width: 290px
    }
}

@media (min-width:1025px) {
    .productView-options .form-action {
        width: calc(50% - 10px)
    }
}

.productView-options .form-action .button {
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700
}

@media (min-width:1281px) {
    .productView-options .form-action .button {
        margin-right: .78571rem;
        width: auto
    }
}

.productView-options .form-action.form-wishlist {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 27px;
    right: 75px
}

@media (min-width:551px) {
    .productView-options .form-action.form-wishlist.has-add-cart {
        margin-left: 10px
    }
}

@media (min-width:1025px) {
    .productView-options .form-action.form-wishlist.has-add-cart {
        margin-left: 15px
    }
}

.productView-options .form-action.form-wishlist.has-add-cart.login-price {
    margin-left: 0
}

.productView-options .form-action.form-wishlist>.button {
    background: #fff;
    color: #202020;
    border-color: #ccc;
    padding: 0 15px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.productView-options .form-action.form-wishlist>.button span {
    position: relative;
    padding-left: 18px;
    display: none
}

.productView-options .form-action.form-wishlist>.button svg {
    width: 22px;
    height: 20px
}

.productView-options .form-action.form-wishlist>.button:active,
.productView-options .form-action.form-wishlist>.button:focus,
.productView-options .form-action.form-wishlist>.button:hover {
    background-color: #f5f5f5;
    color: #fff;
    border-color: #f5f5f5
}

.productView-options .form-action.form-wishlist>.button:active span:after,
.productView-options .form-action.form-wishlist>.button:active span:before,
.productView-options .form-action.form-wishlist>.button:focus span:after,
.productView-options .form-action.form-wishlist>.button:focus span:before,
.productView-options .form-action.form-wishlist>.button:hover span:after,
.productView-options .form-action.form-wishlist>.button:hover span:before {
    background: #fff
}

.productView-options .add-to-cart-wallet-buttons {
    margin-top: .78571rem
}

.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px
}

.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
    width: 100%
}

.productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: gray;
    display: block;
    margin-top: .35714rem;
    padding: .35714rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%
}

.productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
    color: #000
}

#add-to-cart-wrapper .productAttributes-message {
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.productOptions-list {
    border: 1px solid #ddd;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow-y: auto
}

.productOptions-list-item {
    padding: 1.5rem
}

.productOptions-list-item+.productOptions-list-item {
    border-top: 1px solid #ddd
}

.productOptions-list-item .form-label {
    text-align: left;
    top: -2px
}

.productOptions-list-item-content,
.productOptions-list-item-figure {
    display: table-cell;
    vertical-align: middle
}

.productOptions-list-item-figure {
    width: 3rem
}

.productOptions-list-item-content {
    padding-left: 1.28571rem
}

.shareProduct {
    text-align: center
}

.productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto
}

.productView-nav-inner {
    position: relative
}

.productView-nav-inner .productView-nav .slick-prev {
    left: 15px
}

@media (min-width:551px) {
    .productView-nav-inner .productView-nav .slick-prev {
        left: 25px
    }
}

.productView-nav-inner .productView-nav .slick-next {
    right: 15px
}

@media (min-width:551px) {
    .productView-nav-inner .productView-nav .slick-next {
        right: 25px
    }
}

.productView-nav-inner .productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
    display: none
}

.viewing-product {
    color: #505050;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 0 0 1rem
}

.viewing-product svg {
    fill: #808080;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.viewing-product span {
    color: grey;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) {
    .viewing-product {
        padding-left: 15px;
        clear: right;
        float: right;
        width: 50%
    }
}

@media (min-width:1279px) {
    .viewing-product {
        padding-left: 55px
    }
}

.seal-logos {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.seal-logos img {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block
}

.seal-logos img:last-child {
    margin-right: 0
}

#modal-size-chart-form {
    width: 790px
}

#modal-size-chart-form .modal-body {
    padding: 0
}

#modal-size-chart-form .modal-body .size_chart_text {
    padding: 28px 35px
}

@media (min-width:1025px) {
    #modal-size-chart-form .modal-body .size_chart_text {
        padding: 42px 70px
    }
}

#modal-size-chart-form .modal-body .size_chart_text+.size_chart_img {
    border-top: 1px solid #eee
}

#modal-size-chart-form .modal-body .size_chart_img {
    margin-bottom: 35px;
    padding: 35px 35px 0 35px
}

#modal-size-chart-form .modal-body .size_chart_img+.size_chart_text {
    border-top: 1px solid #eee
}

#video-gallery-pc-popup .modal-header-title {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

#video-gallery-pc-popup .modal-header-title strong {
    font-weight: 500;
    margin-right: 10px
}

#video-gallery-pc-popup .productView {
    margin: 0;
    vertical-align: top
}

.label-videos-pc,
.productView-nav-pc {
    display: none
}

@media (min-width:1025px) {

    .label-videos-pc,
    .productView-nav-pc {
        display: block
    }
}

@media (min-width:1025px) {

    .label-videos-mobile,
    .productView-nav-mobile {
        display: none
    }
}

.vgallery_popup .content_slide {
    font-size: 0;
    display: block
}

.vgallery_popup .content_slide .box1,
.vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px
}

.vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px
}

.vgallery_popup .btn-arrow {
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    padding: 10px;
    background-color: rgba(255, 255, 255, .5)
}

.vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center
}

.vgallery_popup .btn-arrow.btn-prev {
    left: 0
}

.vgallery_popup .btn-arrow.btn-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.vgallery_popup .btn-arrow.btn-next {
    right: 0
}

.vgallery_popup .btn-arrow.btn-next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

.vgallery_popup .galleryView {
    width: 100%;
    text-align: center
}

.vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%
}

.vgallery_popup .galleryView img:not([role=presentation]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%)
}

.vgallery_popup .galleryView>iframe {
    top: 50%;
    left: 50%;
    min-height: 390px;
    position: absolute;
    transform: translate(-50%, -50%)
}

@media (min-width:1200px) {
    .vgallery_popup .galleryView>iframe {
        min-height: 480px
    }
}

@media (min-width:1281px) {
    .vgallery_popup .galleryView>iframe {
        min-height: 530px
    }
}

@media (min-width:1440px) {
    .vgallery_popup .galleryView>iframe {
        min-height: 530px
    }
}

.vgallery_popup .gallery-thumbnail h2 {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    margin: -7px 0 5px 0;
    text-transform: capitalize
}

.vgallery_popup .gallery-thumbnail ul {
    margin: 0 -5px;
    font-size: 0;
    text-align: left
}

.vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px
}

.vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative
}

.vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.vgallery_popup .gallery-thumbnail ul .thumbbsd img {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%)
}

.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
    border-radius: 3px;
    overflow: hidden
}

.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #1e1e1e
}

.vgallery_popup .gallery-thumbnail+.gallery-thumbnail {
    margin-top: 40px
}

.vgallery_popup .gallery-thumbnail.gallery-thumbnail-2 ul li .thumbbsd:after {
    padding-bottom: 100%
}

.vgallery_popup .gallery-thumbnail-1 h2:before {
    content: 'Product Image';
    letter-spacing: .02em
}

.vgallery_popup .gallery-thumbnail-2 h2:before {
    content: 'Product Video';
    letter-spacing: .02em
}

.productView-details.product-options {
    position: relative
}

.productView-details.product-options [data-cart-item-add] {
    margin-right: 0;
    margin-bottom: 0
}

.productView-details.product-options #add-to-cart-wrapper {
    font-size: 0
}

.productView-details.product-options #add-to-cart-wrapper .form-field-increments {
    margin-right: 10px
}

.productView-details.product-options #add-to-cart-wrapper .form-action {
    width: calc(100% - 276px);
    max-width: 100%
}

.productView-details.product-options #add-to-cart-wrapper .form-action .button {
    width: 50%;
    margin-right: 0
}

@media (max-width:991px) {
    .productView-details.product-options #add-to-cart-wrapper .form-action {
        width: calc(100% - 150px)
    }
}

.social-mediaBlock {
    position: absolute;
    bottom: 27px;
    right: 0;
    display: inline-block;
    width: 60px;
    margin-left: 15px
}

.socialMedia-button {
    background: #fff;
    color: #202020;
    border-color: #ccc;
    padding: 0 15px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 40px
}

.socialMedia-button svg {
    width: 20px;
    height: 20px
}

.socialMedia-button:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.socialMedia-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    padding: 20px 20px 40px 20px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
    border-radius: 6px;
    text-align: left;
    display: none
}

@media (min-width:551px) {
    .socialMedia-dropdown {
        width: 315px
    }
}

.socialMedia-dropdown p {
    color: #505050;
    font-size: 14px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin-bottom: 10px
}

.socialMedia-dropdown>div {
    margin-bottom: 5px
}

.socialMedia-dropdown .shareLinkSocial__link {
    position: relative;
    margin-bottom: 20px
}

.socialMedia-dropdown .shareLinkSocial__link>p {
    margin-bottom: 15px
}

.socialMedia-dropdown .shareLinkSocial__link #shareLinkSocial__copy {
    border: 1px solid #cfcfcf;
    border-radius: 40px;
    background-color: #f6f6f6;
    padding: 11px 10px;
    display: block;
    width: 100%;
    color: #a0a0a0
}

.socialMedia-dropdown .shareLinkSocial__link .shareLinkSocial__close {
    position: absolute;
    top: -5px;
    right: -3px
}

.productView-title-hasPrevNext {
    padding-right: 62px;
    position: relative
}

.productView-nextProducts {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 0
}

@media (min-width:1025px) {
    .productView-nextProducts {
        display: block
    }
}

.productView-nextProducts .next-prev-icons {
    font-size: 0;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #ccc;
    height: 40px
}

.productView-nextProducts .next-prev-icons>a.disable {
    color: #cecece;
    opacity: .5
}

.productView-nextProducts .next-prev-icons>a {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 40px
}

.productView-nextProducts .next-prev-icons>a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.productView-nextProducts .next-prev-icons>a.prev-icon {
    padding-right: 10px
}

.productView-nextProducts .next-prev-icons>a.prev-icon:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -120 512.008 1024.016' style='enable-background:new 0 20 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M480.004,352.004H54.628l68.688-68.688l-22.624-22.624l-96,96c-6.256,6.256-6.256,16.368,0,22.624l96,96l22.624-22.624 l-68.688-68.688h425.376V352.004z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

.productView-nextProducts .next-prev-icons>a.next-icon {
    padding-left: 10px
}

.productView-nextProducts .next-prev-icons>a.next-icon:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -345 512.008 1024.016' style='enable-background:new 0 0 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M507.316,132.692l-96-96l-22.624,22.624l68.688,68.688H32.004v32H457.38l-68.688,68.688l22.624,22.624l96-96 C513.572,149.06,513.572,138.948,507.316,132.692z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")
}

.productView-nextProducts .next-prev-modal {
    display: none;
    width: 420px;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 3
}

.productView-nextProducts .next-prev-modal.is-active {
    display: block
}

.productView-nextProducts .next-prev-content {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1)
}

.productView-nextProducts .next-prev-content.is-show {
    display: block
}

.productView-nextProducts .card {
    display: block;
    margin-bottom: 0
}

.productView-nextProducts .card .card-prevNext-image {
    display: table-cell;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 120px;
    border: 0;
    padding: 20px
}

.productView-nextProducts .card .card-prevNext-image .card-link {
    width: 100%
}

.productView-nextProducts .card .card-prevNext-image .card-link .card-img-container img {
    padding: 10px
}

.productView-nextProducts .card .card-content {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 120px);
    padding: 20px 20px 20px 0
}

.productView-nextProducts .card .card-content .card-title {
    margin: 0 0 15px;
    margin-top: -3px;
    text-align: left
}

.productView-nextProducts .card .card-content .card-title a {
    color: #0a6cdc;
    font-size: 16px;
    font-weight: 500
}

.productView-nextProducts .card .card-content .card-title a span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.productView-nextProducts .card .card-content .card-price {
    line-height: 1;
    position: relative;
    margin: 0 0 16px;
    visibility: visible;
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px
}

.productView-nextProducts .card .card-content .card-price .price--rrp {
    color: #8d8d8d;
    margin-right: 5px;
    font-weight: 500
}

.productView-nextProducts .card .card-content .card-price .price--rrp~.price--withTax,
.productView-nextProducts .card .card-content .card-price .price--rrp~.price--withoutTax {
    color: #e95144
}

.productView-nextProducts .card .card-content .card-price .price-section--saving {
    display: none
}

.price--discounted,
.price--non-sale,
.price--rrp {
    text-decoration: line-through
}

.price-section--minor {
    color: #757575
}

.compareTable {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #666;
    margin-top: 5px
}

#undoBtn {
    border: 1px solid #c12f49;
    float: right;
    border-radius: 15px;
    background-color: #c12f49;
    color: #fff !important;
    margin-top: 0 !important;
    font-size: 14px;
    padding: 2px 10px;
}

.fa-trash {
    color: red;
    cursor: pointer;
}

.compareTable thead {
    text-align: center
}

.compareTable th {
    border: 1px solid #666
}

@media (max-width:1024px) {
    .compareTable {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }

    .compareTable .compareTable-item,
    .compareTable .compareTable-product {
        min-width: 200px;
        white-space: normal
    }
}

.compareTable-row {
    vertical-align: top
}

.compareTable-row .compareTable-heading,
.compareTable-row .compareTable-item {
    border: 1px solid #666
}

.compareTable-row+.compareTable-row {
    border-top: 1px solid #666
}

.compareTable-row+.compareTable-row .compareTable-heading:empty {
    border-top: 0
}

.compareTable-row ul {
    margin-left: 8px;
    text-align: left
}

.compareTable-heading {
    font-size: 16px;
    font-weight: 600;
    padding: 1.28571rem 1rem;
    position: relative;
    text-align: center;
    width: 0;
    color: #202020
}

@media (min-width:1025px) {
    .compareTable-heading {
        width: 25%
    }
}

.compareTable-headingText {
    white-space: nowrap
}

.compareTable-item {
    padding: 3.28571rem 1rem 1.28571rem
}

@media (min-width:1025px) {
    .compareTable-item {
        padding-top: 1.28571rem
    }
}

.compareTable-item.custom_fields {
    text-align: left
}

.compareTable-item.custom_fields ul li {
    text-align: left;
    margin-bottom: 10px;
    list-style: square
}

.compareTable-item.custom_fields ul li span {
    font-weight: 500
}

.compareTable-removeProduct {
    background-color: #202020;
    height: 25px;
    position: absolute;
    right: -12px;
    top: -12px;
    transition: background-color .15s ease;
    width: 25px
}

.compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 16px;
    width: 16px
}

.compareTable-product {
    font-weight: 400;
    padding: 2rem 1.28571rem 1.28571rem
}

.compareTable-product .card {
    margin-bottom: 0
}

.compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 15px
}

.compareTable-product .card-body .price-section {
    margin-bottom: 9px
}

.compareTable-product .card-body .card-figcaption-button {
    width: 100%
}

.compareTable-product .card-body .card-title {
    padding-right: 0
}

.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
}

.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 #666;
    margin-bottom: 2.28571rem
}

.toggle:last-of-type {
    margin-bottom: 4.57143rem
}

.toggle-title {
    margin-bottom: 2.28571rem
}

.toggleLink {
    color: #202020
}

.toggleLink:hover {
    color: #0a6cdc
}

.toggle-title .toggleLink {
    float: right;
    line-height: 24px
}

.toggleLink-text {
    font-size: 16px;
    font-weight: 400
}

.toggleLink-text-off {
    display: inline-block
}

.toggleLink.is-open .toggleLink-text-off {
    display: none
}

.toggleLink-text-on {
    display: none;
    margin-top: -3px
}

.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: 85.71429rem;
    width: 100%;
    border: #666 solid;
    border-radius: 40px;
    border-width: 1px;
    display: block;
    margin-bottom: 2rem;
    padding: 1rem;
    display: none !important
}

.facetedSearch-toggle:after,
.facetedSearch-toggle:before {
    content: " ";
    display: table
}

.facetedSearch-toggle:after {
    clear: both
}

.facetedSearch-toggle.is-open {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0
}

.facetedSearch-toggle-indicator,
.facetedSearch-toggle-text {
    display: block;
    font-weight: 400
}

.facetedSearch-toggle-text {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    padding: 0;
    text-align: left
}

.facetedSearch-toggle-indicator {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: right
}

.facetedSearch-navList {
    display: block !important;
    margin-top: 0 !important
}

.facetedSearch-navList .accordion-navList,
.facetedSearch-navList .accordion-block:first-child .accordion-navigation {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.facetedSearch-navList .accordion-navList .accordion-title,
.facetedSearch-navList .accordion-block:first-child .accordion-navigation .accordion-title {
    padding: 0
}

.facetedSearch-navList.is-open .accordion-navList,
.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.facetedSearch-toggle+.facetedSearch-navList,
.sidebarBlock+.facetedSearch-navList {
    margin-top: 2rem
}

.facetedSearch-toggle+.facetedSearch-navList.is-open,
.sidebarBlock+.facetedSearch-navList.is-open {
    margin-top: 2rem
}

.facetedSearch-navList .navList-inner {
    margin-left: 1.5rem
}

.facetedSearch-navList .accordion-block+.accordion-block {
    border-top: 1px solid #ddd;
    padding-top: 25px
}

.facetedSearch-navList .accordion-navList {
    margin-bottom: 5px
}

.facetedSearch-navList .accordion-navList .accordion-content {
    padding: 0
}

.facetedSearch-navList .accordion-navList .accordion-block {
    margin-top: 2rem
}

.facetedSearch-navList .accordion-navList .accordion-block:first-child {
    margin-top: 10px
}

.facetedSearch-navList .accordion-navList .accordion-block .accordion-navigation {
    border: 0;
    padding: 0;
    margin-bottom: 18px !important
}

.facetedSearch .facetedSearch-navList .navList-item .navList-action-checkbox {
    padding-left: 25px
}

.facet-quick-heading {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 44px
}

@media (min-width:551px) {
    .facet-quick-heading {
        font-size: 40px;
        line-height: 48px
    }
}

.facetedSearch-optionColumns {
    column-count: 2;
    column-gap: 20px
}

@media (min-width:551px) {
    .facetedSearch-optionColumns {
        column-count: 3
    }
}

.facetedSearch-optionColumns .navList-action {
    padding: 6px 0
}

.facetedSearch-refineFilters {
    display: block
}

#facetedSearch-content--price {
    padding-bottom: 10px
}

.facetedSearch-content--rating .is-selected {
    font-weight: 700
}

.banners {
    background-color: #172532;
    color: #fff;
    padding: .78571rem 0;
    text-align: center
}

/* .banner-in{
    background-image: url(../../assets/image/banner_002.jpg);
} */
.banners p:last-child {
    margin-bottom: 0
}

.banners a {
    color: #fff
}

.banner {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%
}

.banner:after,
.banner:before {
    content: " ";
    display: table
}

.banner:after {
    clear: both
}

.banner+.banner {
    margin-top: 1.5rem
}

.facetLabel {
    background: #f5f5f5;
    border-radius: 4px;
    padding: .21429rem .5rem .21429rem .71429rem;
    text-decoration: none
}

.facetLabel .icon {
    height: .85714rem;
    width: .85714rem;
    display: inline-block;
    fill: gray;
    position: relative;
    top: -1px
}

.page-cart.has-calculate-shipping [data-cart-status] {
    display: none
}

.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: center
}

.cart-additionalCheckoutButtons .FloatRight div {
    text-align: center;
    display: block
}

.cart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem
}

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem
}

.cart {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width:1025px) {
    .cart {
        display: block
    }
}

.cart-header {
    display: none;
    background-color: #f5f5f5;
    border-radius: 40px
}

@media (min-width:1200px) {
    .cart-header {
        display: block;
        text-align: left
    }
}

.cart-header>tr {
    display: block;
    font-size: 0
}

[data-cart] .cart-notification {
    margin-bottom: 15px
}

[data-cart-page-title] span {
    color: gray;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
    text-transform: lowercase
}

.cart-header-item {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #505050;
    display: inline-block;
    text-transform: uppercase
}

.cart-header-item.cart-header-items {
    width: 53%;
    padding-left: 75px
}

.cart-header-item.cart-header-price {
    width: 13%;
    text-align: center
}

.cart-header-item.cart-header-quantity {
    width: 14%
}

.cart-header-item.cart-header-total {
    width: 15%;
    text-align: center
}

.cart-header-item.cart-header-remove {
    width: 5%;
    text-align: center;
    font-size: 0
}

.cart-list {
    display: block
}

.cart-item {
    border-bottom: 1px solid #eee;
    clear: both;
    display: block;
    padding: 1.5rem 0;
    padding-left: 95px;
    font-size: 0
}

.cart-item:after,
.cart-item:before {
    content: " ";
    display: table
}

.cart-item:after {
    clear: both
}

@media (min-width:1200px) {
    .cart-item {
        padding-left: 0
    }

    .cart-item:after,
    .cart-item:before {
        display: none
    }
}

@media (max-width:767px) {
    .cart-item {
        position: relative
    }
}

.cart-item-block {
    display: block;
    padding: 0 15px;
    font-size: 14px
}

@media (min-width:768px) {
    .cart-item-block {
        display: inline-block;
        vertical-align: middle
    }
}

.cart-item-block .definitionList {
    margin-top: 0;
    margin-bottom: 8px;
    font-style: italic
}

.cart-item-block .definitionList .definitionList-key {
    color: gray;
    font-weight: 400
}

.cart-item-block .definitionList .definitionList-value {
    color: #505050;
    font-weight: 500
}

.cart-item-figure {
    float: left;
    margin-bottom: 0;
    width: 95px;
    position: relative;
    margin-left: -95px;
    padding-left: 0;
    text-align: left
}

@media (min-width:1200px) {
    .cart-item-figure {
        float: none;
        width: 135px;
        padding: 0 15px 0 0;
        margin-left: 0;
        text-align: center
    }
}

.cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cart-item-fixed-image {
    width: 100%
}

.cart-item-image {
    max-height: 14rem;
    max-width: 100px
}

@media (min-width:1025px) {
    .cart-item-image {
        margin-left: 0
    }
}

.cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
    text-align: left
}

@media (min-width:1200px) {
    .cart-item-title {
        display: inline-block;
        width: calc(53% - 135px)
    }
}

.cart-item-info {
    clear: both;
    width: 100%
}

@media (min-width:551px) {
    .cart-item-info {
        clear: none;
        float: left;
        overflow: hidden;
        width: 33.33333%
    }

    .cart-item-info+.cart-item-info {
        margin-top: 0
    }
}

@media (min-width:1025px) {
    .cart-item-info {
        float: none;
        width: 16.66667%
    }

    .cart-item-info:last-child {
        text-align: right
    }
}

.cart-item-price {
    text-align: left;
    width: 100%
}

@media (max-width:767px) {
    .cart-item-price {
        padding-right: 0;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .cart-item-price {
        width: calc((100% - 50px)/ 3)
    }
}

@media (min-width:1200px) {
    .cart-item-price {
        width: 13%;
        text-align: center
    }
}

.cart-item-price .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.cart-item-quantity {
    text-align: left;
    width: 100%
}

@media (max-width:767px) {
    .cart-item-quantity {
        padding-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width:1199px) {
    .cart-item-quantity .form-increment .button[data-action=dec] {
        bottom: 10px
    }

    .cart-item-quantity .form-increment .button[data-action=inc] {
        top: 10px
    }
}

@media (min-width:768px) {
    .cart-item-quantity {
        width: calc((100% - 50px)/ 3)
    }
}

@media (min-width:1200px) {
    .cart-item-quantity {
        width: 14%;
        text-align: center
    }
}

.cart-item-total {
    width: 100%;
    text-align: left
}

@media (max-width:767px) {
    .cart-item-total {
        padding-right: 0;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .cart-item-total {
        width: calc((100% - 50px)/ 3)
    }
}

@media (min-width:1200px) {
    .cart-item-total {
        width: 15%;
        text-align: center
    }
}

.cart-item-total .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.cart-item-remove {
    width: 50px;
    padding-right: 0;
    text-align: right
}

@media (min-width:1200px) {
    .cart-item-remove {
        width: 5%;
        padding-right: 15px
    }
}

@media (max-width:767px) and (min-width:375px) {
    .cart-item-remove {
        position: absolute;
        bottom: 73px;
        right: -7px
    }
}

@media (min-width:1025px) {
    .cart-header-quantity {
        text-align: center
    }
}

.cart-item-quantity .form-increment {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.cart-item-quantity .form-increment .form-input-incrementTotal {
    width: 125px;
    padding: 10px 45px 10px 20px
}

@media (min-width:1025px) {
    .cart-item-quantity .form-increment {
        margin-left: 0
    }
}

.cart-item-label {
    color: #505050;
    margin-bottom: .35714rem;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400
}

@media (max-width:767px) {
    .cart-item-label {
        display: inline-block;
        width: auto;
        margin-right: 10px
    }
}

@media (min-width:1200px) {
    .cart-item-label {
        display: none
    }
}

.cart-item-value {
    padding-left: 0
}

.cart-item-brand {
    color: gray;
    margin-bottom: .21429rem
}

.cart-item-name {
    font-size: 16px;
    margin: 0 0 8px 0;
    display: inline-block;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4
}

.cart-item-name__label {
    display: inline-block
}

.cart-item-edit {
    margin-bottom: 15px;
    display: block
}

.cart-item-edit svg {
    fill: #0476fe;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.cart-item-edit span {
    color: #0476fe;
    display: inline-block;
    vertical-align: middle;
    font-style: italic
}

.cart-item-options-giftWrapping {
    margin-bottom: 15px
}

.cart-item-options-giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0
}

.cart-item-options-giftWrapping .cart-item-option-description {
    color: #505050;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0
}

.cart-item-options-giftWrapping .cart-item-option-description a {
    background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.cart-remove {
    cursor: pointer;
    float: right;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0
}

.cart-remove.cart-remove-spacer {
    visibility: hidden
}

.cart-remove>svg {
    fill: #b5b5b5
}

.cart-remove:hover>svg {
    fill: #e2100a
}

[data-cart-totals].cart-content-padding-right {
    display: inline-block;
    width: 100%
}

@media (min-width:992px) {
    [data-cart-totals].cart-content-padding-right {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
}

@media (min-width:1200px) {
    [data-cart-totals].cart-content-padding-right {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }
}

.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:992px) {
    .cart-totals {
        float: left;
        width: 50%;
        padding: 0 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cart-totals:last-child {
        width: 50%;
        margin-left: 50%
    }
}

@media (min-width:1200px) {
    .cart-totals {
        margin-bottom: 1rem;
        width: 33.33333%;
        padding: 0 20px
    }
}

.cart-totals .cartHelp {
    text-align: center;
    margin-top: 25px;
    color: #8c8c8c;
    font-size: 14px
}

.cart-totals .cartHelp p {
    margin-bottom: 15px
}

.cart-totals .cartHelp .cartHelp-secure svg {
    width: 25px;
    height: 20px;
    fill: #cecece;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.cart-totals .cartHelp .cartHelp-secure span {
    line-height: 1.3;
    text-align: left;
    display: inline-block;
    vertical-align: middle
}

.cart-totals .halo_securityImage {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-left: 0
}

.cart-total {
    border-bottom: 0
}

.cart-total:after,
.cart-total:before {
    content: " ";
    display: table
}

.cart-total:after {
    clear: both
}

@media (min-width:1025px) {
    .cart-total+.cart-total {
        border-top: 1px solid #eee
    }

    .cart-total .cart-total-label,
    .cart-total .cart-total-value {
        padding: 21px 0 22px
    }
}

.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 center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: .78571rem;
    padding: 0 .78571rem
}

.cart-total .form-inlineMessage {
    text-align: left
}

.cart-totals:not(.cart-totals-single) .cart-total:not(.cart-total-title) .cart-total-label {
    color: #202020;
    font-size: 16px;
    font-weight: 400
}

.cart-totals:not(.cart-totals-single) .cart-total:not(.cart-total-title) .cart-total-label strong {
    font-weight: 400
}

.cart-totals:not(.cart-totals-single) .cart-total:not(.cart-total-title) .cart-total-label.cart-label-grandTotal strong {
    font-weight: 700
}

.cart-totals:not(.cart-totals-single) .cart-total:not(.cart-total-title) .cart-total-value {
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    font-family: Rubik, Arial, Helvetica, sans-serif
}

.cart-totals:not(.cart-totals-single) .cart-total:not(.cart-total-title) .cart-total-value.cart-total-grandTotal {
    font-size: 20px
}

.cart-totals-single .cart-total+.cart-total {
    border-top: none;
    margin-top: 30px
}

.cart-totals-single .cart-total .cart-total-label {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase;
    text-align: left;
    padding-left: 0
}

.cart-totals-single .cart-total .cart-form,
.cart-totals-single .cart-total .shipping-estimator {
    clear: both;
    padding-top: 20px;
    border-top: 5px solid #f5f5f5
}

.cart-totals-single .cart-total .cart-form .form-input,
.cart-totals-single .cart-total .cart-form .form-select,
.cart-totals-single .cart-total .shipping-estimator .form-input,
.cart-totals-single .cart-total .shipping-estimator .form-select {
    height: 50px;
    padding: 10px 20px
}

.cart-totals-single .cart-total .cart-form .button,
.cart-totals-single .cart-total .shipping-estimator .button {
    min-height: 50px
}

@media (min-width:1025px) {

    .cart-totals--single .cart-total .cart-form .form-input,
    .cart-totals--single .cart-total .cart-form .form-select,
    .cart-totals--single .cart-total .shipping-estimator .form-input,
    .cart-totals--single .cart-total .shipping-estimator .form-select {
        height: 50px;
        padding: 10px 20px
    }

    .cart-totals--single .cart-total .cart-form .button,
    .cart-totals--single .cart-total .shipping-estimator .button {
        min-height: 50px
    }
}

.cart-totals--single .cart-total .cart-form .form-select,
.cart-totals--single .cart-total .shipping-estimator .form-select {
    background-size: 14px;
    background-position: 95% center;
    padding: 10px 40px 10px 20px
}

@media (min-width:992px) {
    .cart-totals--single .cart-total .cart-total-label {
        width: 100%
    }

    .cart-totals--single .cart-total .cart-total-value {
        display: none
    }

    .cart-totals--single .cart-total .cart-form,
    .cart-totals--single .cart-total .shipping-estimator {
        display: block !important
    }
}

@media (max-width:991px) {
    .cart-totals--single {
        margin-bottom: 15px
    }

    .cart-totals--single .cart-total+.cart-total {
        margin-top: 15px
    }

    .cart-totals--single .cart-total .cart-total-label {
        font-size: 16px
    }
}

.cart-total--title {
    border-bottom: 5px solid #f5f5f5
}

.cart-total--title .cart-total-label {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase
}

.cart-total--title+.cart-total {
    border-top: none
}

.cart-total-label {
    color: gray;
    width: 50%;
    display: block;
    padding-left: 0;
    text-align: left
}

.cart-total-value {
    text-align: right;
    width: 50%
}

.cart-total-label,
.cart-total-value {
    float: left;
    padding: 1rem 0
}

.cart-total-grandTotal {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: .21429rem;
    padding-top: .21429rem;
    position: relative
}

@media (min-width:1025px) {
    .cart-total-grandTotal {
        padding: 1rem 0;
        top: -.28571rem
    }
}

.coupon-code-add,
.coupon-code-cancel,
.gift-certificate-add,
.gift-certificate-cancel,
.shipping-estimate-show {
    color: gray;
    padding: 0;
    text-decoration: underline;
    transition: color .15s ease
}

.coupon-code-add:hover,
.coupon-code-cancel:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover,
.shipping-estimate-show:hover {
    color: #000
}

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded=true] {
    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: 67%
}

.cart-gift-certificate-form .button,
.coupon-form .button {
    margin: 0 0 0 10px;
    padding-left: .78571rem;
    padding-right: .78571rem;
    width: calc(33% - 10px);
    font-size: 16px
}

.estimator-form {
    margin-bottom: 0
}

.estimator-form .form-input {
    margin-bottom: .78571rem;
    width: 100%
}

.estimator-form .button-primary {
    width: 60%;
    font-size: 16px
}

.estimator-form .estimator-form-label .form-label {
    height: 40px;
    line-height: 40px
}

@media (min-width:992px) {
    .estimator-form .estimator-form-label .form-label {
        height: 50px;
        line-height: 50px
    }
}

.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;
    margin-top: 5px
}

.cart-actions:after,
.cart-actions:before {
    content: " ";
    display: table
}

.cart-actions:after {
    clear: both
}

.cart-actions .button {
    display: block;
    margin-bottom: 0;
    height: 50px;
    line-height: 24px
}

@media (min-width:1025px) {
    .cart-actions .button {
        height: 60px;
        line-height: 34px
    }
}

.cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: .35714rem
}

.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: 85.71429rem;
    width: 100%;
    display: table-row;
    line-height: 19px
}

.previewCartItem:after,
.previewCartItem:before {
    content: " ";
    display: table
}

.previewCartItem:after {
    clear: both
}

.previewCartItem-content,
.previewCartItem-image {
    display: table-cell;
    vertical-align: middle
}

.previewCartItem-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 33.33333%;
    padding: 0;
    text-align: center;
    position: relative
}

.previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

@media (min-width:320px) {
    .previewCartItem-image:after {
        padding-bottom: 75%
    }
}

@media (min-width:481px) {
    .previewCartItem-image:after {
        padding-bottom: 100%
    }
}

.previewCartItem-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 66.66667%;
    padding-left: 0
}

.previewCartItem-name {
    margin: 0;
    text-transform: none
}

.previewCartItem-name>a {
    text-decoration: none
}

.previewCartItem-brand,
.previewCartItem-name {
    margin-bottom: .21429rem
}

.previewCartItem-brand,
.previewCartItem-price {
    color: gray;
    display: inline-block
}

.previewCartAction {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    display: block
}

.previewCartAction:after,
.previewCartAction:before {
    content: " ";
    display: table
}

.previewCartAction:after {
    clear: both
}

.previewCartAction .button {
    margin: 0;
    padding-left: .78571rem;
    padding-right: .78571rem;
    width: 100%
}

.previewCartAction-checkout.previewCartAction-viewCart--sole,
.previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.previewCartAction-checkoutMultiple {
    clear: both;
    padding-left: .78571rem;
    padding-top: .35714rem
}

.previewCart-emptyBody {
    padding: 3rem;
    text-align: center
}

.cart-notification {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width:1025px) {
    .cart-notification {
        margin-bottom: 45px
    }
}

.cart-notification .alertBox-column {
    display: inline-block;
    padding-right: 7px
}

.cart-notification .alertBox-message {
    max-width: calc(100% - 40px);
    width: auto;
    display: inline-block
}

.cart-notification .cart-count-down {
    font-weight: 700
}

.detailProduct-block.cartProduct-block {
    border-top: none
}

.cart-text-des {
    text-align: left;
    color: #505050;
    font-size: 16px;
    font-weight: 400
}

.button-checkout {
    font-size: 16px
}

.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:1281px) {
    .address {
        width: 33.33333%
    }
}

.panel-address {
    font-size: 1rem;
    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: 18px
}

.address-description,
.address-label {
    display: inline-block;
    font-size: 16px;
    margin: 0
}

.address-label {
    color: #505050;
    font-weight: 400
}

.panel-newAddress {
    display: block;
    text-align: center;
    text-decoration: none
}

.panel-newAddress:hover .address-title {
    color: #0a6cdc
}

.panel-newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #666;
    display: block
}

.panel-newAddress .address-title {
    margin-bottom: 0;
    transition: all .15s ease
}

.address-addNew {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-55%)
}

.address-symbol {
    font-size: 50px;
    line-height: 1
}

#video-gallery-popup {
    width: 720px
}

@media (min-width:551px) {
    #video-gallery-popup .modal-body {
        padding: 30px
    }
}

.videoGallery-main {
    height: 0;
    margin-bottom: 1.14286rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.78571rem;
    position: relative;
    margin-bottom: 28px
}

.videoGallery-main.widescreen {
    padding-bottom: 56.34%
}

.videoGallery-main.vimeo {
    padding-top: 0
}

.videoGallery-main embed,
.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.videoGallery-list {
    list-style: none;
    margin-left: 0;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 10px
}

.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 (min-width:1025px) {
    .videoGallery-list {
        margin: 0 0 50px 0
    }
}

.videoGallery-item {
    width: 50%;
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    width: auto;
    max-width: 120px;
    padding: 0 15px 0 0
}

@media (min-width:1025px) {
    .videoGallery-item {
        width: 33.33333%
    }
}

.videoGallery-item .video-body {
    display: none
}

.video {
    display: block;
    margin-bottom: 5px;
    opacity: .4;
    text-decoration: none;
    transition: opacity .1s ease-out
}

.video:after,
.video:before {
    content: " ";
    display: table
}

.video:after {
    clear: both
}

.video-figure {
    float: left;
    margin-right: .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
}

.video.is-active,
.video:hover {
    color: #ccc;
    opacity: 1
}

.video-figure {
    margin-right: 0
}

.video-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none
}

.video-description {
    font-size: 1rem;
    margin-bottom: 0
}

#previewModal {
    width: 1090px
}

#previewModal .modal-header {
    padding: 13px 15px
}

#previewModal .modal-header-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width:767px) {
    #previewModal .modal-header-title {
        padding-right: 25px
    }
}

@media (max-width:991px) {
    #previewModal .modal-body {
        padding: 20px 15px
    }
}

@media (min-width:1025px) {
    #previewModal .modal-body {
        padding: 50px
    }
}

.halo-free-shipping-message {
    margin: 0 0 25px 0;
    min-height: 46px;
    border-radius: 40px
}

.halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: #f5f5f5;
    border-radius: 40px
}

.halo-free-shipping-message .progress-shipping .progress-meter {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    animation: 2s linear 0s infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    transition: .9s linear;
    transition-property: width, background-color;
    border-radius: 40px
}

.halo-free-shipping-message .progress-shipping.progress-shipping-49 .progress-meter {
    background-color: #c12f49
}

.halo-free-shipping-message .progress-shipping.progress-shipping-74 .progress-meter {
    background-color: #ff9c00
}

.halo-free-shipping-message .progress-shipping.progress-shipping-99 .progress-meter {
    background-color: #4dd4c6
}

.halo-free-shipping-message .progress-shipping.progress-shipping-full .progress-meter {
    background-color: #0cce6b
}

.halo-free-shipping-message .progress-shipping.progress-shipping-full+.shipping-message {
    color: #202020;
    font-weight: 500
}

.halo-free-shipping-message .shipping-message {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    display: block;
    margin: 0
}

#cart-preview-dropdown .halo-free-shipping-message {
    margin: 15px 0 20px 0
}

[data-cart-status] .alertBox.Congratulations.Banner,
[data-cart-status] .alertBox.Upsell.Banner {
    display: none
}

.previewCart {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    font-size: 0
}

.previewCart:after,
.previewCart:before {
    content: " ";
    display: table
}

.previewCart:after {
    clear: both
}

.previewCart .free_shipping_message {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1
}

@media (min-width:551px) {
    .previewCart .free_shipping_message {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1025px) {
    .previewCart .free_shipping_message {
        padding-left: 30px;
        padding-right: 30px
    }
}

.previewCart .free_shipping_message+.previewCartList {
    margin-top: 30px
}

.previewCart .shipping_message_100 {
    padding: 8px 15px;
    text-align: center
}

@media (min-width:1025px) {
    .previewCart .shipping_message_100 {
        padding: 8px 30px
    }
}

.previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width:768px) {
    .previewCart .productView {
        width: calc(100% - 240px);
        padding: 0 15px 0 0;
        float: left;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .previewCart .productView {
        width: calc(100% - 295px)
    }
}

.previewCart .productView .productView-image {
    width: 115px;
    min-height: 180px;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-right: 20px;
    margin: 0
}

@media (min-width:1025px) {
    .previewCart .productView .productView-image {
        padding-right: 30px
    }
}

.previewCart .productView .productView-image .productView-img-container {
    margin-top: 0
}

@media (min-width:551px) {
    .previewCart .productView .productView-image {
        width: 160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 140px
    }

    .previewCart .productView .productView-image .productView-img-container {
        max-width: 220px
    }
}

@media (min-width:992px) {
    .previewCart .productView .productView-image {
        width: 250px;
        min-height: 220px
    }
}

@media (min-width:551px) {
    .previewCart .productView .productView-image-cart {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0 auto;
        width: 100%
    }
}

.previewCart .productView .productView-details {
    width: calc(100% - 100px);
    padding-right: 0;
    text-align: left
}

@media (min-width:551px) {
    .previewCart .productView .productView-details {
        width: calc(100% - 150px)
    }
}

@media (min-width:992px) {
    .previewCart .productView .productView-details {
        width: calc(100% - 250px)
    }
}

@media (max-width:550px) {
    .previewCart .productView .productView-details {
        padding-bottom: 0
    }
}

.previewCart .productView .productView-details .productView-info>:first-child {
    margin-top: 0
}

.previewCart .productView .productView-details .productView-info-name {
    text-align: left;
    width: auto
}

.previewCart .previewCartItem-price .icon {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #172532;
    width: auto;
    height: auto
}

.previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    color: #202020
}

.previewCart .productView-brand {
    text-transform: capitalize;
    color: gray;
    margin-bottom: 9px
}

.previewCart .productView-price {
    font-size: 14px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.previewCart .productView-price .qty {
    font-weight: 400;
    color: #555
}

.previewCart .productView-price .qty svg {
    width: 11px;
    height: 12px;
    fill: #555555;
    stroke: #555555
}

.previewCart .productView-price .times {
    font-size: 22px;
    font-weight: 200;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: -2px
}

.previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px
}

.previewCart .productView-info .productView-info-name {
    min-width: 65px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0
}

.previewCart .productView-info .productView-info-value {
    margin-bottom: 2px;
    padding-left: 0
}

.previewCart .previewCartList {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px
}

.previewCart .previewCartList .previewCartItem {
    display: -ms-flexbox;
    display: flex;
    line-height: 19px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    position: relative
}

.previewCart .previewCartList .previewCartItem:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.previewCart .previewCartList .previewCartItem-content,
.previewCart .previewCartList .previewCartItem-image {
    display: inline-block
}

.previewCartItem-image {
    width: 90px;
    padding: 0;
    text-align: center;
    position: relative
}

@media (min-width:768px) {
    .previewCartItem-image img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-height: 100%
    }
}

.previewCartItem-content {
    width: calc(100% - 90px);
    margin-top: -3px;
    padding-right: 0;
    padding-left: 15px
}

@media (min-width:551px) {
    .previewCartItem-content {
        padding-left: 20px;
        padding-right: 30px;
        position: relative
    }
}

.previewCartItem-content .previewCartItem-option {
    color: gray;
    margin-bottom: 8px;
    margin-top: 2px;
    display: inline-block
}

.previewCartItem-content .previewCartItem-option .option-value {
    color: gray;
    position: relative
}

.previewCartItem-content .previewCartItem-option .option-value+.option-value {
    padding-left: 10px;
    margin-left: 1px;
    display: inherit
}

.previewCartItem-content .previewCartItem-option .option-value+.option-value:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: 500;
    font-size: 14px
}

.previewCartItem-content .previewCartItem-edit {
    display: inline-block;
    margin-left: 8px;
    color: #0a6cdc
}

.previewCartItem-content .previewCartItem-edit svg {
    fill: #0a6cdc;
    margin-top: -3px;
    display: inline-block;
    width: 16px;
    height: 14px
}

.previewCartItem-name {
    margin: 0;
    text-transform: none
}

.previewCartItem-name>a {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.previewCartItem-name>a.clamp {
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.previewCartItem-brand,
.previewCartItem-name {
    margin-bottom: 7px
}

.previewCartItem-brand,
.previewCartItem-price {
    display: inline-block
}

.previewCartItem-brand {
    color: gray;
    font-size: 1rem
}

.previewCartItem-price {
    color: #202020;
    margin-top: .35714rem;
    font-size: 16px
}

.previewCartItem-price span {
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.previewCartItem-price span.times-icon {
    font-weight: 300;
    font-family: Rubik, sans-serif
}

.previewCartItem-quantity {
    margin-top: 14px;
    display: inline-block
}

.previewCartItem-quantity .cart-item-label {
    display: none;
    font-family: Arimo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #202020;
    padding-left: 0;
    margin-bottom: .5rem;
    width: 100%
}

.previewCartItem-quantity .form-increment .button[data-action=dec] {
    bottom: 11px
}

@media (min-width:1025px) {
    .previewCartItem-quantity .form-increment .button[data-action=dec] {
        bottom: 13px
    }
}

.previewCartItem-quantity .form-increment .button[data-action=inc] {
    top: 11px
}

@media (min-width:1025px) {
    .previewCartItem-quantity .form-increment .button[data-action=inc] {
        top: 13px
    }
}

.previewCartItem-quantity .form-input-incrementTotal {
    width: 105px
}

.previewCartItem-quantity .cart-remove-button {
    margin-left: 17px
}

.previewCartItem-quantity .cart-remove-button .cart-remove {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 18px;
    color: #b2b2b2;
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 32px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    padding: 0;
    margin-right: -2px
}

.previewCartItem-quantity .cart-remove-button .cart-remove:hover {
    color: #000
}

.cart-remove-button {
    display: inline-block;
    margin-left: 15px
}

@media (min-width:551px) {
    .cart-remove-button {
        margin-left: 25px
    }
}

.cart-remove-button .cart-remove {
    background: 0 0;
    width: auto;
    margin: 0;
    padding: 20px 0 0 0;
    color: #505050;
    border-radius: 0
}

.cart-remove-button .cart-remove .text {
    background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, .5) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.previewCart .previewCartItem-totalPrice {
    display: inline-block;
    width: 100%
}

.previewCart .previewCartItem-totalPrice .cart-totals {
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total-label {
    font-size: 16px;
    color: #202020;
    text-align: left;
    width: 40%
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total-value {
    text-align: right;
    width: 60%
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total:last-child {
    border-bottom: none
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total>div {
    padding: 7px 0
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total .cart-total-value {
    color: #202020;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.previewCart .previewCartItem-totalPrice .cart-totals .cart-total+.cart-total {
    border-top: none
}

.previewCart .previewCartItem-totalPrice .cart-totals .subtotal .cart-total-value {
    font-size: 16px
}

.previewCart .previewCartItem-totalPrice .cart-totals .grand_total .cart-total-label {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.previewCartAction {
    display: block;
    margin-bottom: 30px;
    font-size: 1rem
}

.previewCartAction .button {
    margin: 0;
    padding-left: .78571rem;
    padding-right: .78571rem;
    width: 100%
}

.previewCartAction-checkout {
    margin-bottom: 15px
}

.previewCartAction-viewCart {
    margin-top: 8px;
    margin-bottom: 30px
}

.previewCart-emptyBody {
    padding: 3rem;
    text-align: center;
    font-size: 1rem
}

.previewCartCheckout {
    text-align: center;
    font-size: 14px
}

@media (min-width:768px) {
    .previewCartCheckout {
        width: 240px;
        float: right;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .previewCartCheckout {
        width: 295px
    }
}

.previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%
}

.previewCartCheckout .button:not(.button-checkout) {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0
}

.previewCartCheckout .button+.button,
.previewCartCheckout .button+p {
    margin-top: .85714rem
}

.previewCartCheckout .button-small {
    padding: 11px 15px;
    margin-bottom: 15px
}

.previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 30px;
    display: none
}

.previewCartCheckout-price {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    color: #202020
}

.previewCartCheckout-subtotal {
    display: block;
    margin-bottom: 20px;
    margin-top: 17px;
    font-weight: 400;
    color: #505050;
    position: relative
}

.previewCartCheckout-subtotal>span {
    background: #fff;
    color: #202020;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-transform: capitalize
}

.previewCart-additionalCheckoutButtons {
    text-align: center
}

.previewCart-additionalCheckoutButtons>div {
    text-align: center
}

.previewCartCheckout-additionalCheckoutButtons {
    margin-top: 15px
}

.previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: .5rem 0
}

.previewCartCheckout-additionalCheckoutButtons .FloatRight {
    border: 1px solid #e6e6e6;
    padding: 25px 20px 15px 20px;
    position: relative
}

.previewCartCheckout-additionalCheckoutButtons .FloatRight:after,
.previewCartCheckout-additionalCheckoutButtons .FloatRight:before {
    content: " ";
    display: table
}

.previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
    clear: both
}

.previewCartCheckout-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: .5rem 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    font-style: italic;
    top: -18px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 10px;
    padding-right: 10px
}

.previewCartCheckout-additionalCheckoutButtons .FloatRight div {
    text-align: center
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 25px
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 15px
}

.suggestiveCart {
    display: none;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 75px !important;
    width: 100%
}

.suggestiveCart>h4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px
}

.suggestiveCart>h4:before {
    content: "";
    background: #dbdbdb;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%
}

.suggestiveCart>h4 span {
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 2
}

@media (min-width:1025px) {
    .suggestiveCart {
        display: inline-block
    }
}

.suggestiveCart .productGrid {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    margin: 0 -15px 0 -15px
}

.suggestiveCart .productGrid .product {
    width: 33.33%
}

.suggestiveCart .productGrid .product .card {
    margin-bottom: 0
}

.suggestiveCart .productGrid .product .card-title {
    padding-right: 0
}

@media (min-width:1025px) {
    .modal-editOptions {
        max-width: 970px
    }
}

.modal-editOptions .modal-close {
    top: 20px;
    right: 20px
}

.product-edit-header {
    display: block;
    padding: 23px 30px 0
}

.product-edit-header h3 {
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -.02em;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    padding-right: 30px
}

.product-edit-header h3 span+span {
    margin-left: 4px
}

.product-edit-item {
    font-size: 0;
    padding: 28px 20px 20px;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width:1025px) {
    .product-edit-item {
        padding: 28px 30px 20px
    }
}

.product-edit-item .alertMessageBox {
    margin-top: 30px
}

.product-edit-item .alertMessageBox .alertBox {
    margin-bottom: 0
}

.product-edit-detail {
    display: block;
    font-size: 14px
}

@media (min-width:768px) {
    .product-edit-detail {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-right: 20px
    }
}

@media (min-width:1025px) {
    .product-edit-detail {
        padding-right: 30px
    }
}

.product-edit-detail .product-edit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 10px
}

.product-edit-detail .product-edit-image {
    width: 80px;
    display: inline-block;
    vertical-align: top
}

.product-edit-detail .product-edit-content {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 25px;
    vertical-align: top
}

.product-edit-detail .product-edit-image {
    width: 80px
}

.product-edit-detail .product-edit-content {
    padding-left: 20px
}

.product-edit-detail .product-edit-brand {
    display: none;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: gray;
    font-size: 14px
}

.product-edit-detail .product-edit-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
    color: #202020;
    line-height: 1
}

.product-edit-detail .product-edit-title .subtitle {
    line-height: 1;
    display: inline-block;
    color: #505050;
    background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    margin-bottom: 5px
}

.product-edit-detail .product-edit-title .title {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.product-edit-detail .product-edit-variant {
    font-size: 14px;
    letter-spacing: -.02em;
    color: #505050;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 11px
}

.product-edit-detail .product-edit-variant span+span:before {
    content: '/';
    margin: 0 4px
}

.product-edit-info {
    overflow-y: auto;
    max-height: 50vh
}

@media (max-width:360px) {
    .product-edit-info {
        max-height: 40vh
    }
}

.product-edit-info .product-edit-change {
    width: 100%;
    font-size: 14px;
    margin-top: 20px
}

@media (min-width:768px) {
    .product-edit-info .product-edit-change {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        margin-top: 0
    }
}

@media (min-width:1025px) {
    .product-edit-info .product-edit-change {
        padding-left: 30px
    }
}

.product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field {
    line-height: 1;
    font-size: 0
}

.product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label-alternate {
    color: gray;
    font-weight: 400
}

.product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label-alternate [data-option-value] {
    color: #202020
}

.product-edit-info .product-edit-change .cart-edit-row .cart-edit-option:last-child .form-field {
    margin-bottom: 0
}

.product-edit-info table {
    margin: 0;
    width: 100%
}

.product-edit-info thead {
    display: none
}

.product-edit-info thead th {
    border: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 7px;
    color: #505050;
    background-color: #f5f5f5;
    text-transform: uppercase
}

.product-edit-info thead th:first-child {
    padding-left: 30px
}

.product-edit-info tbody tr {
    border-bottom: 1px solid #ebebeb
}

.product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    width: 140px
}

.product-edit-info tbody td:nth-child(2) {
    width: 182px
}

.product-edit-info tbody td:first-child {
    padding-left: 20px;
    width: 206px
}

@media (min-width:1025px) {
    .product-edit-info tbody td:first-child {
        padding-left: 30px
    }
}

.product-edit-info tbody td:last-child {
    padding-right: 20px;
    width: 90px
}

@media (min-width:1025px) {
    .product-edit-info tbody td:last-child {
        padding-right: 30px
    }
}

.product-edit-info tbody td[data-cart-edit-item-price] {
    min-width: 90px
}

.product-edit-info tbody td .form-field {
    margin-bottom: 0;
    min-width: 140px
}

.product-edit-info tbody td .form-field[data-product-attribute=date] {
    width: 255px
}

.product-edit-info tbody td .form-field[data-product-attribute=input-file] {
    text-align: left
}

.product-edit-info tbody td .form-field[data-product-attribute=input-file] .form-fileDescription {
    display: none
}

.product-edit-info tbody td .form-field[data-product-attribute=input-file] label {
    display: block
}

.product-edit-info tbody td .form-field[data-product-attribute=input-file] label input {
    margin-left: 8px
}

.product-edit-info tbody td .form-field[data-product-attribute=input-checkbox] {
    width: 165px
}

.product-edit-info tbody td .form-field[data-product-attribute=textarea] {
    width: 200px
}

.product-edit-info tbody td .form-field[data-product-attribute=textarea] .form-input {
    min-height: 65px;
    max-height: 65px
}

.product-edit-info .form {
    margin: 0
}

.product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 105px
}

.product-edit-info .form-increment .button.dec {
    bottom: 11px
}

@media (min-width:1025px) {
    .product-edit-info .form-increment .button.dec {
        bottom: 13px
    }
}

.product-edit-info .form-increment .button.dec:before {
    border-top-color: #202020;
    bottom: 1px
}

.product-edit-info .form-increment .button.inc {
    top: 11px
}

@media (min-width:1025px) {
    .product-edit-info .form-increment .button.inc {
        top: 13px
    }
}

.product-edit-info .form-increment .button.inc:before {
    border-bottom-color: #202020;
    top: 1px
}

.product-edit-info .form-increment .form-input-incrementTotal {
    width: 100%
}

@media (min-width:1025px) {
    .product-edit-info .form-increment .form-input-incrementTotal {
        height: 50px
    }
}

.product-edit-info .cart-edit-price {
    margin-bottom: 20px
}

.product-edit-info .cart-edit-price .price {
    display: block;
    min-width: 80px;
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    font-family: Rubik, Arial, Helvetica, sans-serif
}

.product-edit-info .cart-edit-quantity .form-label-alternate {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

.product-edit-info .cart-edit-remove {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    transition: all .3s ease
}

.product-edit-info .cart-edit-remove a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    display: inline-block
}

.product-edit-info .cart-edit-remove:hover {
    background-color: #000
}

.product-edit-info .product-edit-change:first-child thead {
    display: table-header-group
}

.product-edit-info .product-edit-change:first-child .cart-edit-remove a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.product-edit-action .product-add-more {
    margin: 20px 0 0 0;
    padding: 0 20px 20px 20px
}

@media (min-width:1025px) {
    .product-edit-action .product-add-more {
        padding: 0 30px 20px 30px
    }
}

.product-edit-action .product-add-more .product-addmore-button {
    line-height: 1;
    position: relative;
    color: #0a6cdc;
    font-size: 14px;
    font-weight: 500
}

.product-edit-action .product-add-more .product-addmore-button .addmore-icon {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px
}

.product-edit-action .product-add-more .product-addmore-button .addmore-text {
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.product-edit-action .product-edit-button {
    padding: 0 20px 30px 20px
}

@media (min-width:1025px) {
    .product-edit-action .product-edit-button {
        padding: 0 30px 30px 30px
    }
}

.product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: none
}

@media (min-width:1025px) {
    .product-edit-action .product-edit-button .button {
        min-height: 60px
    }
}

.product-edit-action .product-edit-button .button:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    border-top: 2px solid transparent;
    animation: load-animate infinite linear 1s
}

.product-edit-action .product-edit-button .button.loading {
    pointer-events: none;
    font-size: 0;
    padding-top: 9px;
    padding-bottom: 9px
}

@media (min-width:1025px) {
    .product-edit-action .product-edit-button .button.loading {
        padding-top: 12px;
        padding-bottom: 11px
    }
}

.product-edit-action .product-edit-button .button.loading:before {
    display: inline-block;
    vertical-align: middle
}

.product-edit-action .product-edit-button .button[disabled] {
    pointer-events: none
}

.product-edit-action .product-edit-button .button.button-hidden {
    pointer-events: none
}

#cart-mobile {
    overflow-y: auto
}

@media (min-width:1025px) {
    #cart-mobile {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important
    }

    #cart-mobile::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px
    }

    #cart-mobile::-webkit-scrollbar-thumb {
        background-color: #787878
    }

    #cart-mobile::-webkit-scrollbar-track {
        background: #fafafa
    }

    #cart-mobile::-webkit-scrollbar-thumb:hover {
        background: #787878
    }
}

.maintenanceNotice {
    background-color: #fbf8e5;
    box-shadow: 0 0 5px #757575;
    color: #ccc;
    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: #ccc
}

.maintenanceNotice-header {
    font-family: Rubik;
    margin: 0 0 .78571rem
}

body.hasAdminBar {
    padding-top: 50px
}

@media (min-width:1025px) {
    body.hasAdminBar {
        padding-top: 0
    }

    body.hasAdminBar .banners {
        margin-top: 46px
    }
}

body.hasAdminBar .navPages-container.is-open {
    padding-top: 50px
}

.adminBar {
    display: none;
    background-color: #fff;
    box-shadow: 0 .14286rem .5rem 0 rgba(0, 0, 0, .2);
    color: #626568;
    font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    left: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10000
}

@media (min-width:1025px) {
    .adminBar {
        display: block
    }
}

.adminBar .svg-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center
}

.adminBar .svg-icon svg {
    height: 1em;
    width: 1em
}

.adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative
}

.adminBar-logo {
    float: left;
    height: 46px;
    width: 45px
}

.adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%
}

.adminBar-content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.adminBar-content a {
    color: #3e67f8;
    text-decoration: none
}

.adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px
}

.adminBar-private {
    margin-right: auto;
    text-align: left
}

.adminBar-private a {
    padding: 10px
}

.adminBar-private span {
    white-space: nowrap
}

.adminBar-private .tooltip {
    position: relative;
    display: inline-block
}

.adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1
}

.adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px
}

.adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible
}

.adminBar-links {
    margin-left: auto;
    text-align: right;
    padding-right: 5px
}

.adminBar-links a {
    padding: 10px
}

.adminBar-links span {
    white-space: nowrap
}

.adminBar-large {
    display: none
}

@media (min-width:1281px) {
    .adminBar-large {
        display: initial
    }
}

.adminBar-close span {
    padding: 10px;
    margin-right: 5px;
    margin-bottom: .25em
}

.adminBar-close span:hover {
    background-color: #f0f3fe;
    border-radius: 5px
}

.adminBar-close span svg {
    height: 100%;
    width: 100%
}

.preview {
    font-weight: 400;
    padding-left: 9px
}

.cookieMessage {
    background: #444;
    color: #ccc;
    display: none
}

.cookieMessage .button {
    width: 100%
}

@media (min-width:1025px) {
    .cookieMessage .button {
        vertical-align: middle;
        width: 25%
    }
}

@media (min-width:1281px) {
    .cookieMessage .button {
        vertical-align: top
    }
}

.cookieMessage-container {
    margin: 0 auto;
    padding: 1.5rem
}

@media (min-width:1025px) {
    .cookieMessage-container {
        width: 83.33333%
    }
}

@media (min-width:1281px) {
    .cookieMessage-container {
        width: 58.33333%
    }
}

@media (min-width:1025px) {
    .cookieMessage-text {
        display: inline-block;
        padding: 0 .78571rem;
        vertical-align: middle;
        width: 66.66667%
    }
}

.login {
    margin: 0;
    max-width: 100%
}

.login .form-label {
    color: #202020;
    font-weight: 500
}

.login .form-input {
    height: 50px;
    border-color: #ccc;
    max-width: 100%
}

.login .form-actions {
    text-align: center
}

.login .form-actions .button {
    min-width: 170px;
    display: inline-block;
    vertical-align: middle;
    border-color: #000
}

.login .form-actions .button:hover {
    border-color: #0a6cdc
}

.login .form-actions .forgot-password {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px
}

.login .form-actions .forgot-password:hover {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0
}

@media (min-width:1025px) {
    .login .form-actions .forgot-password {
        margin-left: 50px
    }
}

@media (min-width:551px) {
    .login .form-actions {
        text-align: left
    }
}

.login-row {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    max-width: 100%;
    font-size: 0
}

.login-row:after,
.login-row:before {
    content: " ";
    display: table
}

.login-row:after {
    clear: both
}

@media (min-width:1025px) {
    .login-row {
        margin-top: 50px
    }
}

.login-form {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    font-size: 14px
}

@media (min-width:768px) {
    .login-form {
        width: 50%;
        padding-left: 0;
        padding-right: 85px;
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-bottom: 0
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .login-form {
        padding-right: 15px
    }
}

.new-customer {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

@media (min-width:768px) {
    .new-customer {
        width: 50%;
        padding-left: 85px;
        padding-right: 0;
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

.new-customer .panel {
    background-color: #f5f5f5;
    border-radius: 10px
}

.new-customer .panel .panel-header {
    background-color: transparent;
    padding: 70px 70px 0 70px
}

.new-customer .panel .panel-header .panel-title {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.new-customer .panel .panel-body {
    background-color: transparent;
    padding: 0 70px 70px 70px;
    margin-bottom: 0
}

.new-customer .panel .panel-body .new-customer-intro {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.new-customer .panel .panel-body .new-customer-fact-list {
    margin-left: 17px;
    margin-bottom: 30px
}

.new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
    padding: 9px 0 9px 3px;
    color: #505050;
    font-size: 16px;
    font-weight: 400
}

.new-customer .panel .panel-body .button {
    width: 100%;
    max-width: 241px;
    margin-bottom: 0
}

@media (max-width:1199px) and (min-width:768px) {
    .new-customer {
        padding-left: 15px
    }

    .new-customer .panel .panel-header {
        padding: 30px 30px 0 30px
    }

    .new-customer .panel .panel-body {
        padding: 0 30px 30px 30px
    }
}

@media (max-width:767px) {
    .new-customer .panel .panel-header {
        padding: 20px 20px 0 20px
    }

    .new-customer .panel .panel-body {
        padding: 0 20px 20px 20px
    }
}

.new-customer-intro {
    margin-bottom: 0
}

.new-customer-fact-list {
    margin-left: 3rem
}

.new-customer-fact {
    padding-left: .78571rem
}

.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 {
    margin-top: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    display: none;
    padding: 20px 20px 0 20px;
    border-radius: 4px
}

@media (min-width:1200px) {
    .quickSearchResults {
        min-width: 600px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:767px) {
    .quickSearchResults {
        padding: 15px 15px 0 15px
    }
}

.quickSearchResults.noResults {
    padding: 20px
}

.quickSearchResults.show-result {
    display: block
}

.quickSearchResults .modal-close {
    display: none;
    top: 7px
}

.quickSearchResults .quickSearch-wrapper .alertBox {
    margin-bottom: 0
}

.quickSearchResults .productGrid {
    max-height: calc(80vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    margin-bottom: 20px
}

@media (min-width:1025px) {
    .quickSearchResults .productGrid {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important
    }

    .quickSearchResults .productGrid::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px
    }

    .quickSearchResults .productGrid::-webkit-scrollbar-thumb {
        background-color: #787878
    }
}

.quickSearchResults .productGrid .product {
    width: 33.33%
}

.quickSearchResults .productGrid .product .card {
    padding: 0
}

.quickSearchResults .productGrid .product .card-title {
    margin-top: 18px
}

.quickSearchResults .productGrid .product .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    width: 100%;
    max-width: 100%
}

@media (max-width:550px) {
    .quickSearchResults .productGrid .product {
        width: 50%
    }
}

.quickSearchResults .productGrid.products-2 .product .card {
    margin-bottom: 20px
}

.quickSearchResults .productGrid.products-5 .product:nth-child(4) .card,
.quickSearchResults .productGrid.products-5 .product:nth-child(5) .card,
.quickSearchResults .productGrid.products-5 .product:nth-child(6) .card {
    margin-bottom: 20px
}

.quickSearchResults .productGrid.products-8 .product:nth-child(7) .card,
.quickSearchResults .productGrid.products-8 .product:nth-child(8) .card,
.quickSearchResults .productGrid.products-8 .product:nth-child(9) .card {
    margin-bottom: 20px
}

.quickSearchResults .card .card-body {
    padding-top: 0;
    padding-left: 0
}

.quickSearchResults .card .card-body .card-brand {
    display: none
}

.quickSearchResults .card .card-body .card-title {
    margin-bottom: 10px
}

.quickSearchResults .card .card-body .price-wrapper {
    margin-bottom: 12px
}

@media (min-width:551px) {
    .quickSearchResults .card .card-body .card-brand {
        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: 18px
}

.category-suggestion * {
    line-height: 1.7
}

@media (max-width:767px) {
    .category-suggestion {
        width: 100%;
        float: none
    }
}

.search-refine {
    margin-left: 1.5rem
}

.quickSearchMessage {
    font-size: 18px;
    text-align: center;
    margin: 0 auto
}

.navBar-sub.search-nav {
    position: relative
}

.navBar-sub.search-nav .navBar-section {
    margin: 0 -15px
}

.navBar-sub.search-nav .navBar-item {
    border-color: #ddd;
    border-radius: 40px;
    margin: 0 15px
}

.navBar-sub.search-nav .navBar-item .navBar-action {
    border-radius: 40px
}

.navBar-sub.search-nav .navBar-item .navBar-action:before {
    content: none
}

.navBar-sub.search-nav .navBar-item .navBar-action-color-active {
    border-radius: 40px;
    background-color: #f5f5f5
}

.navBar-sub.search-nav .navBar-item .navBar-action-color-active:before {
    content: none
}

.navBar-sub.search-nav .navBar-item.navBar-item-separate .navBar-action.is-open {
    background-color: #f5f5f5
}

.page-type-search .page-content .panel-body {
    background-color: #f5f5f5;
    border-radius: 6px
}

.quickSearch-wrap {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    margin-top: 10px;
    z-index: 20;
    height: auto;
    overflow-y: auto;
    max-height: 55vh;
    padding: 20px 0 30px;
    display: none
}

.quickSearch-wrap.is-open {
    display: block
}

.quickSearch-wrap .quickSearchResults {
    position: static;
    transform: translateX(0);
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.quickSearch-wrap .quickSearchResults .productGrid {
    overflow: hidden;
    max-height: 100%
}

.quickSearch-wrap .quickSearchResults .productGrid .product {
    width: 50%
}

@media (min-width:551px) {
    .quickSearch-wrap .quickSearchResults .productGrid .product {
        width: 33.3333%
    }
}

@media (min-width:992px) {
    .quickSearch-wrap .quickSearchResults .productGrid .product {
        width: 25%
    }
}

@media (min-width:1281px) {
    .quickSearch-wrap .quickSearchResults .productGrid .product {
        width: 20%
    }
}

.quickSearch-wrap .quickSearchResults.show-result~.quickSearch-re {
    margin-top: 30px
}

.quickSearch-wrap .quickSearchResults.hasResults.show-result:not(.noResults)~.quickSearch-re {
    display: none
}

.quickSearch-wrap .header-search-column .search-form-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

.quickSearch-wrap .header-search-column .list-item {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0
}

.quickSearch-wrap .header-search-column .list-item li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.quickSearch-wrap .header-search-column .list-item li a {
    background-color: transparent;
    color: #505050;
    font-size: 14px;
    border: 1px solid #dadada;
    font-weight: 400;
    border-radius: 6px;
    padding: 6px 15px 9px;
    display: block;
    transition: all .3s ease
}

.quickSearch-wrap .header-search-column .list-item li a span {
    display: inline-block;
    vertical-align: middle
}

.quickSearch-wrap .header-search-column .list-item li a svg {
    margin-left: 3px;
    fill: #505050;
    display: inline-block;
    vertical-align: middle
}

.quickSearch-wrap .header-search-column .list-item li:hover a {
    color: #202020;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2)
}

.quickSearch-wrap .header-search-column .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial
}

.quickSearch-wrap .header-search-column .productCarousel .slick-arrow {
    display: none !important
}

.quickSearch-wrap .header-search-trending {
    margin-bottom: 20px
}

@media (min-width:1440px) {
    .quickSearch-wrap {
        max-height: 71vh
    }
}

@media (max-width:1199px) {
    .quickSearch-wrap {
        margin-top: 0;
        border-top: 1px solid #eaeaea
    }
}

.navBar-account {
    display: none
}

@media (min-width:1025px) {
    .navBar-account {
        display: block
    }
}

.account-heading {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize
}

.account-list {
    list-style: none;
    margin-left: 0
}

.account-listItem {
    border-bottom: 1px solid #e6e6e6;
    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
}

@media (min-width:1200px) {
    .account-listItem {
        padding: 45px 0
    }
}

.account-listShipping {
    border-bottom: 1px solid #e6e6e6;
    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: 10px 20px 0 0;
    position: relative;
    width: 100px
}

@media (min-width:768px) {
    .account-product-figure {
        margin: 10px 30px 0 0
    }
}

.account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.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: 18px;
    margin-bottom: 0
}

@media (max-width:379px) {
    .account-product-body {
        padding-bottom: 4.5rem
    }
}

.account-product-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 .21429rem;
    text-transform: capitalize;
    margin-bottom: 5px
}

.account-product-title>a {
    color: #0a6cdc;
    text-decoration: none
}

.account-product-title>a:hover {
    color: #202020
}

.account-product-title+.definitionList {
    margin-top: .78571rem
}

.account-product-subtitle {
    color: #757575;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: -.21429rem 0 1rem;
    text-transform: inherit
}

.account-product-price {
    float: right;
    font-size: 18px
}

.account-product-description {
    color: #232323;
    margin-bottom: 32px;
    line-height: 2.35;
    font-size: 16px
}

.account-product-description span {
    font-weight: 700
}

.account-product-description+.definitionList {
    margin: -1.35714rem 0 1.5rem
}

.account-product-refundQty {
    color: #757575;
    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: 40%
    }
}

@media (min-width:768px) {
    .account-product-detail {
        width: 25%
    }
}

@media (min-width:1025px) {
    .account-product-detail {
        width: 18%
    }
}

@media (min-width:1281px) {
    .account-product-detail {
        width: 14%
    }
}

.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
    }
}

.account-product-detail span {
    font-size: 16px;
    display: block;
    font-style: normal;
    color: #505050
}

@media (min-width:1281px) {
    .account-product-detail-large {
        width: 50%
    }
}

.account-product-detail-full {
    width: 100%
}

.account-product-detail-heading {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 12px;
    text-transform: capitalize;
    display: inline-block
}

.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:1281px) {
    .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:1281px) {
    .account-product-alignMiddle .account-product-figure {
        left: -2rem
    }
}

.account-product-alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle
}

@media (min-width:1281px) {
    .account-product-alignMiddle .account-product-body {
        padding-left: 0
    }
}

.account-orderTotal {
    float: right;
    font-size: 18px;
    margin-top: -1.5rem;
    width: 66.66667%
}

.account-orderTotal-key,
.account-orderTotal-value {
    margin: 0;
    padding: 1.5rem 0
}

.account-orderTotal-key {
    color: #505050;
    float: left;
    font-weight: 400
}

.account-orderTotal-key:last-of-type {
    position: relative;
    top: .28571rem
}

.account-orderTotal-value {
    border-bottom: 1px solid #e6e6e6;
    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: #5a5a5a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 .35714rem;
    padding: 8px 25px;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400
}

.account-orderStatus-action {
    color: #505050;
    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: #000
}

.account .pagination {
    color: #757575;
    margin-top: 3rem;
    text-align: center
}

.account-message .is-read {
    color: #757575;
    margin: 5px 0 10px 0
}

.account-sidebar-block {
    font-size: 18px
}

.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: #172532;
    font-weight: 400;
    margin-top: 1.5rem
}

.account-downloads-summary {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    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: #505050;
    font-size: 18px;
    margin-bottom: .21429rem;
    text-transform: inherit
}

.account-downloadsItem-description {
    margin-bottom: 0
}

.account-downloadsItem-availability {
    color: #505050
}

.wishlists-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 85.71429rem
}

.wishlist-header {
    display: none;
    text-align: center
}

.modal .wishlist-header {
    display: block
}

.wishlist-form {
    margin: 0 auto;
    max-width: 85.71429rem;
    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: #cccccc
}

.icon-ratingFull svg {
    fill: #fac325
}

.rating-small {
    display: inline-block
}

.rating-small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px
}

.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: 90px;
    width: 160px;
    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;
    float: right
}

.previewCartCheckout .apple-pay-checkout-button {
    display: inline-block;
    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 #666;
    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:1281px) {
    .methodHeader-icon {
        width: 3rem
    }
}

.methodHeader-title {
    font-size: 16px;
    font-weight: 600
}

@media (min-width:1281px) {
    .methodHeader-title {
        font-size: 1rem
    }
}

.methodHeader-brand {
    font-size: 16px;
    font-weight: 600
}

@media (min-width:1281px) {
    .methodHeader-brand {
        font-size: 1rem
    }
}

.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: #999999;
    height: 1.28571rem;
    width: 1.28571rem
}

@media (min-width:1281px) {
    .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem
    }
}

.methodHeader-expiry {
    font-size: 18px;
    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: 16px
}

.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: #ccc;
    font-family: "DM 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: #757575;
    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: 18px;
    font-weight: 600;
    letter-spacing: .25px
}

.has-stickyHeader .header .header-bottom.sticky-down {
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: .7s;
    animation-fill-mode: both;
    width: 100%
}

.has-stickyHeader .header .header-bottom.sticky-down>.container {
    max-width: 100%;
    padding: 0;
    -ms-flex-align: center;
    align-items: center
}

.has-stickyHeader .header .header-bottom.sticky-down .logo-fixed {
    display: inline-block
}

.has-stickyHeader .header .header-bottom.sticky-down .header-top {
    display: none
}

.has-stickyHeader .header .header-bottom.sticky-down .header-bottom-right {
    display: none
}

.has-stickyHeader .header .header-bottom.sticky-down .header-fixed-right {
    display: inline-block
}

.has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
    padding-left: 15px
}

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .countPill {
    background: #762369;
    color: #fff
}

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .navUser-item svg {
    fill: #202020
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* position: sticky; */
    top: 0;
    z-index: 1000;
}

.header.is-open {
    height: 100%
}

.header-top>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4px 0;
}

.header-top .header-top-left {
    padding-right: 35px;
    max-width: 250px
}

.header-top .header-top-right .navUser-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-top .header-top-right .navUser-item>.navUser-action {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: -23px;
}

.header-top .header-top-right .navUser-item>.navUser-action>.icon {
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto;
    fill: white
}

.header-top .header-top-right .navUser-item>.navUser-action>span {
    margin-top: 0px !important;
}

.header-top .header-top-right .navUser-item.navUser-item-phone {
    padding-bottom: 1px;
    max-width: 180px
}

.header-top .header-top-right .navUser-item.navUser-item-phone>.navUser-action {
    text-align: left;
    padding-left: 0
}

.header-top .header-top-right .navUser-item.navUser-item-phone>.navUser-action .text {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%
}

.header-top .header-top-right .navUser-item.navUser-item-phone>.navUser-action>.phone {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-top: 2px
}

.header-top .header-top-right .navUser-item.navUser-item-account>.navUser-action>i {
    width: auto;
    height: 25px;
    font-size: 25px;
    align-self: center;
    color: #762369;
}

.header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action {
    padding-right: 0
}

.header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action>img {
    width: 32px;
    height: 32px
}

.header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action>span {
    margin-top: 2px
}

.header-top .header-top-right .navUser-item.navUser-item-giftCard .navUser-action i {
    stroke: none;
    font-size: 25px;
    color: #762369;
    font-weight: 500;
    margin-right: 5px;
}

.header-bottom {
    background-color: #1c2174;
}

.header-bottom .logo-fixed {
    display: none;
    width: 135px;
    padding-left: 15px;
    padding-right: 15px
}

.header-bottom .navPages-container {
    padding: 5px 15px 0 0
}



/* Declate color shifting animation */
@keyframes colorShift {
    /* 0%, 100% {
        background: #0045e6;
    }
    33% {
      background: #fb3e3e;
    }
    66%{
      background: #0dcc00;
    } */
}

/* Declare border pulse animation */
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(118, 35, 105, 1);
    }

    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }

    50% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    }

    100% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4) 100%);
    }
}


/* button animation end */
.header-bottom .header-bottom-right {
    padding-top: 19px;
    /* width: 250px; */
    width: auto;
    text-align: right
}

.pulse-button {
    display: inline-block;
    padding-top: 1px;
    color: #fff;
    padding: 10px 20px 11px;
    font-weight: 600;
    background-color: #00ab9c;
    border-radius: 1px;
    text-align: center;
    line-height: 100%;
}

.header-bottom .header-bottom-right .help a {
    color: #202020
}

.header-bottom .header-bottom-right .help a:hover {
    color: #202020
}

.header-bottom .header-bottom-right .help a svg {
    fill: white;
    width: 16px;
    height: 18px;
    margin-top: -4px;
    margin-right: 6px
}

.header-bottom .header-bottom-right .help+.navUser-section-currency:before {
    content: "";
    background: rgba(32, 32, 32, .3);
    width: 1px;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 0
}

.header-bottom .navUser-section-currency {
    display: inline-block;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0
}

.header-bottom .navUser-section-currency .navUser-item {
    padding: 0;
    position: relative
}

.header-bottom .navUser-section-currency .navUser-action {
    padding: 0;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #202020
}

.header-bottom .navUser-section-currency .navUser-action .icon {
    margin-top: -1px;
    margin-left: 6px;
    height: .57143rem;
    width: .57143rem
}

.header-bottom .navUser-section-currency .navUser-action .icon svg {
    height: .57143rem;
    width: .57143rem;
    fill: #202020;
    stroke: #202020
}

.header-bottom .navUser-section-currency .image-flag {
    vertical-align: top;
    display: inline-block
}

.header-bottom .navUser-section-currency .image-flag img {
    margin-top: -2px
}

.header-bottom .navUser-section-currency .text-flag {
    margin-left: 5px;
    max-width: 50px;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis
}

.header-bottom .navUser-section-currency #currencySelection {
    width: auto;
    max-width: auto;
    min-width: 135px;
    left: auto !important;
    right: 0;
    padding: 0;
    margin-top: 5px;
    padding: 7px 0 8px 0
}

.header-bottom .navUser-section-currency #currencySelection .dropdown-menu-item {
    padding: 2px 15px 2px 15px
}

.header-bottom .navUser-section-currency #currencySelection .dropdown-menu-item:hover {
    color: #fff
}

.header-bottom .navUser-section-currency #currencySelection .dropdown-menu-item a {
    padding: 0;
    color: #505050;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.header-bottom .navUser-section-currency #currencySelection .dropdown-menu-item a img {
    margin-top: -2px;
    margin-right: 5px;
    display: inline-block
}

.header-bottom .navUser-section-currency #currencySelection .dropdown-menu-item a .active {
    background-image: linear-gradient(transparent 96%, #505050 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.header-bottom .header-fixed-right {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 115px;
    text-align: right;
    height: 100%
}

.is-sticky .header-bottom .header-fixed-right {
    display: inline-block
}

.header-bottom .header-fixed-right .navUser-item {
    float: none;
    display: inline-block
}

.header-bottom .header-fixed-right .navUser-item svg {
    width: 26px;
    height: 26px
}

.header-bottom .header-fixed-right .navUser-item .navUser-action {
    position: relative;
    padding-right: 0
}

.header-bottom .header-fixed-right .navUser-item-search .navUser-action {
    padding-right: 0;
    padding-left: 0
}

.header-bottom .header-fixed-right .navUser-item-search svg {
    width: 20px;
    height: 20px;
    margin-top: 1px
}

.header-bottom .header-fixed-right .navUser-item-search .icon-close {
    display: none
}

.header-bottom .header-fixed-right .navUser-item-cart {
    float: right
}

.header-bottom .header-fixed-right .navUser-item-cart .navUser-item-cartLabel {
    display: none
}

.header-bottom .header-fixed-right .navUser-item-cart .navUser-action {
    padding-left: 18
}

@media (min-width:1025px) {
    .header.fixed .header-logo {
        background-color: #444;
        margin: 0;
        padding: .35714rem 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.header-logo__link {
    color: #fff;
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: auto;
    z-index: 20
}

.header-logo__link:after,
.header-logo__link:before {
    content: " ";
    display: table
}

.header-logo__link:after {
    clear: both
}

@media (min-width:1025px) {
    .header-logo__link {
        background: 0 0;
        border-bottom: 0;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0
    }
}

.header-logo__link:hover {
    color: #fff
}

.header-logo__link:active {
    color: #fff
}

.header-logo-left {
    text-align: left
}


.header-logo-right .header-logo-image {
    left: unset
}

.header-logo-text {
    display: block;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .14286rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left
}

@media (min-width:551px) {
    .header-logo-text {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:1025px) {
    .header-logo-text {
        display: inline;
        font-size: 28px;
        line-height: 34px;
        max-width: none;
        overflow: auto;
        white-space: normal
    }

    .header.fixed .header-logo-text {
        font-size: 40px
    }
}


.header-logo-image {
    width: 250px;
    height: auto;
    object-fit: contain;
}


.mobileMenu-toggle {
    font-size: 0;
    padding: 0;
    z-index: 50;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #202020;
    display: inline-block;
    height: 2px;
    transform: rotate(0);
    width: 1.85714rem;
    background: #202020;
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #202020;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0);
    width: 1.85714rem;
    background: #202020;
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -.6rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -.6rem
}

.header-mobile .header-item .items+.items {
    margin-left: 10px
}

.header-mobile .header-item.text-center .items {
    width: 100%
}

.header-mobile .header-item .item-hamburger {
    width: 28px;
    height: 50px;
}

.header-mobile .header-item .item-searchMobile .navUser-action .icon {
    margin-top: -3px;
    height: 1.57143rem;
    width: 1.57143rem;
    fill: white;
    color: #fff;
    opacity: 1
}

.header-mobile .header-item .item-searchMobile .navUser-action .close {
    text-align: center;
    font-size: 42px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 200;
    width: 22px;
    height: 22px;
    margin-top: 1px
}

.header-mobile .header-item .item-searchMobile .navUser-action .close.close {
    display: none
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fafafa;
    padding-left: 0;
    display: none
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch.is-open {
    display: block
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query {
    padding-left: 15px;
    color: #8e8e8e;
    font-weight: 700;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1)
}

/* @media (max-width:1024px) {
    .header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query {
        height: 3.07143rem
    }
}

@media (max-width:550px) {
    .header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query {
        height: 2.85714rem
    }
} */

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query::-webkit-input-placeholder {
    color: #8e8e8e;
    font-weight: 700;
    opacity: 1
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query::-moz-placeholder {
    color: #8e8e8e;
    font-weight: 700;
    opacity: 1
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch #search_query:-ms-input-placeholder {
    color: #8e8e8e !important;
    font-weight: 700 !important;
    opacity: 1 !important
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch .form {
    margin-top: 0
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch button {
    top: 0;
    right: 5px;
    left: auto;
    width: 40px
}

/* @media (max-width:1024px) {
    .header-mobile .header-item .item-searchMobile .navUser-item-quichSearch button {
        height: 43px;
        line-height: 43px
    }
}

@media (max-width:550px) {
    .header-mobile .header-item .item-searchMobile .navUser-item-quichSearch button {
        height: 40px;
        line-height: 40px
    }
} */

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch button svg {
    fill: #8e8e8e;
    width: 18px;
    height: 18px;
    margin-top: -2px
}

.header-mobile .header-item .item-searchMobile .navUser-item-quichSearch .themevale-dropdown {
    width: 100%;
    right: 0;
    top: 100% !important
}

.header-mobile .header-item .item-account .navUser-action {
    padding-right: 0;
    padding-left: 5px
}

.header-mobile .header-item .item-account .navUser-action i {
    margin-top: 8px;
    font-size: 20px;
}

.header-mobile .header-item .item-cart .icon {
    margin-top: -5px;
    height: 1.71429rem;
    width: 1.71429rem
}

.header-mobile .navUser-item-cartIcon {
    position: relative;
    margin-right: 12px
}

.header-mobile .navUser-item-cartIcon img {
    width: 20px;
    height: 20px;
}

.header-mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    display: block;
    top: -7px;
    right: -12px;
    width: 18px;
    height: 18px;
    color: #fff !important;
}

.header-mobile .mobile-ip-search {
    width: 100%;
}

@media (min-width: 992px) {
    .header-layout-2 .header-top .header-top-left {
        width: 350px;
        max-width: 450px;
        font-size: 0;
        padding-right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.header-layout-2 .header-top .header-top-left .navUser-item-phone {
    display: inline-block;
    float: none;
    font-size: 14px
}

.header-layout-2 .header-top .header-top-left .navUser-item-phone .navUser-action {
    padding-right: 0
}

.header-layout-2 .header-top .header-top-left .navUser-item-phone .phone {
    display: block;
    font-size: 18px;
    font-weight: 700
}

@media (min-width:992px) {
    .header-layout-2 .header-top .header-top-middle .dropdown-quickSearch .form-field {

        border: 1px solid #ddd !important;
    }
}

@media (min-width:1025px) {
    .header-layout-2 .header-top .header-top-right {
        width: 350px;
        max-width: 450px;
        padding-left: 15px
    }

    .header-layout-2 .header-top .header-top-right .navUser-item>.navUser-action {
        padding: 0 16px;
        font-weight: 500;
        font-size: 14px;
        margin-top: -6px;
    }

    .header-layout-2 .header-top .header-top-right .navUser-item>.navUser-action>.icon {
        width: 25px;
        height: 25px;
        margin-top: -1px
    }

    .header-layout-2 .header-top .header-top-right .navUser-item>.navUser-action span {
        margin-top: 0
    }

    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action {
        padding-bottom: 6px;
        padding-right: 8px
    }

    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action>.icon {
        width: 28px;
        height: 28px
    }

    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action .navUser-item-cartLabel {
        display: none
    }

    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item-cart>.navUser-action .countPill {
        right: -2px;
        margin-top: 5px
    }
}

.header-layout-2 .header-bottom>.container {
    padding-top: 0;
    -ms-flex-align: center;
    align-items: center;
}

.vertical-menu {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.header-layout-2 .header-bottom .vertical-menu .icon-nav .fa-bars {
    color: #762369;
    width: 18px;
    height: 18px;
    margin-top: -4px;
    margin-left: 0;
}

.header-layout-2 .header-bottom .vertical-menu .icon-nav .menu-title {
    color: #202020;
    font-weight: 500;
    font-size: 16px;
    margin-left: 6px
}

.header-layout-2 .header-bottom .vertical-menu .icon-nav i {
    width: 8px;
    height: 8px;
    color: #202020;
    stroke: #202020;
    margin-left: 9px
}

.header-layout-2 .header-bottom .vertical-menu .vertical-menu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 0 0 18px 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transition: transform .3s linear;
    pointer-events: none
}

.header-layout-2 .header-bottom .vertical-menu:hover .icon-nav {
    position: relative
}

.header-layout-2 .header-bottom .vertical-menu:hover .icon-nav:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header-layout-2 .header-bottom .vertical-menu:hover .vertical-menu-dropdown {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    z-index: 9;
    pointer-events: auto
}

.header-layout-2 .header-bottom .navPages-container {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
    margin-top: 0;
    padding-left: 0px;
    padding-top: 1px;
    display: block
}

@media (min-width:1025px) {
    .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
        min-height: auto !important
    }
}

.header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-child,
.header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-parent {
    background: #fff
}

.header-layout-2 .header-bottom .navPages-container .navPages {
    width: 100%;
}

.header-layout-2 .header-bottom .navPages-container .navPages,
.header-layout-2 .header-bottom .navPages-container .vertical-menu {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.header-layout-2 .header-bottom .header-bottom-right {
    padding-top: 0
}

.header-layout-2 .header-bottom .header-bottom-right .navUser-item>.navUser-action>.icon {
    color: #fff
}

.header-layout-2 .header-bottom .header-bottom-right .help svg {
    fill: #762369
}

body.halo-open-account,
body.halo-open-before-you-leave,
body.halo-open-search,
body.halo-open-side-cart,
body.halo-open-sidebar,
body.has-quickViewModal {
    overflow: hidden;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.padding-top-20 {
    padding-top: 20px
}

@media (max-width: 992px) {
    .padding-top-20 {
        padding-top: 0px
    }

}

.padding-top-30 {
    padding-top: 20px;
}

@media (min-width:1025px) {
    .padding-top-30 {
        padding-top: 30px
    }
}

.padding-top-40 {
    padding-top: 20px
}

@media (min-width:551px) {
    .padding-top-40 {
        padding-top: 30px
    }
}

@media (min-width:1025px) {
    .padding-top-40 {
        padding-top: 40px
    }
}

.padding-top-50 {
    padding-top: 25px
}

@media (min-width:551px) {
    .padding-top-50 {
        padding-top: 35px
    }
}

@media (min-width:1025px) {
    .padding-top-50 {
        padding-top: 50px
    }
}

.padding-top-60 {
    padding-top: 35px
}

@media (min-width:551px) {
    .padding-top-60 {
        padding-top: 45px
    }
}

@media (min-width:1025px) {
    .padding-top-60 {
        padding-top: 60px
    }
}

.padding-top-70 {
    padding-top: 45px
}

@media (min-width:551px) {
    .padding-top-70 {
        padding-top: 55px
    }
}

@media (min-width:1025px) {
    .padding-top-70 {
        padding-top: 70px
    }
}

.padding-top-80 {
    padding-top: 45px
}

@media (min-width:551px) {
    .padding-top-80 {
        padding-top: 60px
    }
}

@media (min-width:1025px) {
    .padding-top-80 {
        padding-top: 80px
    }
}

.padding-top-100 {
    padding-top: 50px
}

@media (min-width:551px) {
    .padding-top-100 {
        padding-top: 70px
    }
}

.padding-bottom-40 {
    padding-bottom: 20px
}

@media (min-width:551px) {
    .padding-bottom-40 {
        padding-bottom: 30px
    }
}

@media (min-width:1025px) {
    .padding-bottom-40 {
        padding-bottom: 40px
    }
}

.padding-bottom-50 {
    padding-bottom: 20px
}

@media (min-width:551px) {
    .padding-bottom-50 {
        padding-bottom: 35px
    }
}

@media (min-width:1025px) {
    .padding-bottom-50 {
        padding-bottom: 50px
    }
}

.padding-bottom-60 {
    padding-bottom: 25px
}

@media (min-width:551px) {
    .padding-bottom-60 {
        padding-bottom: 35px
    }
}

@media (min-width:1025px) {
    .padding-bottom-60 {
        padding-bottom: 60px
    }
}

.padding-bottom-70 {
    padding-bottom: 40px
}

@media (min-width:551px) {
    .padding-bottom-70 {
        padding-bottom: 50px
    }
}

@media (min-width:1025px) {
    .padding-bottom-70 {
        padding-bottom: 70px
    }
}

.padding-bottom-80 {
    padding-bottom: 50px
}

@media (min-width:551px) {
    .padding-bottom-80 {
        padding-bottom: 60px
    }
}

@media (min-width:1025px) {
    .padding-bottom-80 {
        padding-bottom: 80px
    }
}

.padding-bottom-120 {
    padding-bottom: 50px
}

@media (min-width:551px) {
    .padding-bottom-120 {
        padding-bottom: 80px
    }
}

@media (min-width:1025px) {
    .padding-bottom-120 {
        padding-bottom: 120px
    }
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-30 {
    margin-top: 20px
}

@media (min-width:551px) {
    .margin-top-30 {
        margin-top: 30px
    }
}

.margin-top-40 {
    margin-top: 20px
}

@media (min-width:551px) {
    .margin-top-40 {
        margin-top: 30px
    }
}

@media (min-width:1025px) {
    .margin-top-40 {
        margin-top: 40px
    }
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 20px
}

@media (min-width:551px) {
    .margin-bottom-30 {
        margin-bottom: 30px
    }
}

.margin-bottom-40 {
    margin-bottom: 20px
}

@media (min-width:551px) {
    .margin-bottom-40 {
        margin-bottom: 30px
    }
}

@media (min-width:1025px) {
    .margin-bottom-40 {
        margin-bottom: 40px
    }
}

.page {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.page-content.no-heading {
    padding-top: 35px
}

@media (min-width:1025px) {
    .page-content.no-heading {
        padding-top: 55px
    }
}

.page-content.padding-bottom {
    padding-bottom: 50px
}

@media (min-width:551px) {
    .page-content.padding-bottom {
        padding-bottom: 80px
    }
}

@media (min-width:1025px) {
    .page-content.padding-bottom {
        padding-bottom: 120px
    }
}

.page-type-404 .form {
    margin-bottom: 0
}

.page-type-404 .form .form-field:last-child {
    margin-bottom: 0
}

body:not(.page-type-default) #main-content {
    padding-bottom: 50px
}

.stickyContainer {
    position: relative
}

.page-content {
    padding: 50px 0;
    width: 100%;
    /* float: left; */
    position: relative;
    text-align: center;
}

.page-sidebar {
    width: 25%;
    background-color: #fff;
    font-size: 16px
}

@media (max-width:1024px) {
    .page-sidebar {
        width: 347px;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-103%);
        transition: transform .4s ease;
        -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
        z-index: 10002;
        margin: 0;
        overflow-y: auto;
        height: 100%
    }

    .page-sidebar nav {
        padding: 28px 30px 30px 30px
    }

    .page-sidebar+#product-listing-container {
        width: 100%
    }
}

.page-sidebar.sidebar-hide {
    width: 330px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-103%);
    transition: transform .4s ease;
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 10002;
    margin: 0;
    overflow-y: auto;
    height: 100vh
}

@media (min-width:1025px) {
    .page-sidebar.sidebar-hide {
        width: 317px
    }
}

.page-sidebar.sidebar-hide nav {
    padding: 28px 30px 30px 30px
}

.page-sidebar.sidebar-hide+#product-listing-container,
.page-sidebar.sidebar-hide+.page-content {
    width: 100%
}

.page-sidebar.sidebar-show {
    margin-bottom: 35px
}

@media (min-width:1025px) {
    .page-sidebar.sidebar-show {
        float: left;
        width: 240px;
        margin-bottom: 50px;
        position: sticky;
        top: 20px
    }

    .page-sidebar.sidebar-show .close-sidebar {
        display: none
    }
}

.page-sidebar.sidebar-show+#product-listing-container,
.page-sidebar.sidebar-show+.page-content {
    width: 100%
}

@media (min-width:1025px) {

    .page-sidebar.sidebar-show+#product-listing-container,
    .page-sidebar.sidebar-show+.page-content {
        width: 100%;
        display: inline-block;
        float: left;
        width: calc(100% - 240px);
        padding-left: 35px
    }
}

.halo-open-sidebar .page-sidebar {
    left: 0;
    transform: none
}

.page-sidebar .close-sidebar {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    background: #f0f0f0;
    color: #000;
    padding: 12px 30px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.page-sidebar .close-sidebar .icon-close {
    width: 17px;
    height: 20px;
    line-height: 20px;
    font-size: 32px;
    font-weight: 200
}

.page-sidebar nav {
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width:1025px) {
    .page-sidebar nav {
        margin-top: -5px
    }
}

.page-sidebar nav .close-sidebar {
    display: none
}

#product-listing-container {
    margin-bottom: 35px
}

@media (min-width:1025px) {
    #product-listing-container {
        margin-bottom: 50px
    }
}

.footer {
    border-top: 5px solid #00ab9c;
    padding-top: 50px;
}

.footer-logo {
    text-decoration: none !important;
    color: #fff !important;
}

@media (max-width:767px) {
    .footer {
        padding-top: 20px
    }
}

.footer-layout-1 {
    border-top: 10px solid #f5f5f5
}

.page-type-default .footer-layout-1 {
    border-top: none
}

@media (min-width:1025px) {
    .footer-layout-1 .footer-info-col.footer-info-col-small {
        width: 25%
    }
}

.footer-layout-1 .footer-info-col[data-section-type=storeInfo] .info,
.footer-layout-1 .footer-info-col[data-section-type=storeInfo] address {
    padding-left: 0
}

@media (max-width:767px) {
    .footer-layout-1 .footer-middle .footer-info-col {
        width: 100%
    }

    .footer-layout-1 .footer-middle .footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email] {
        max-width: 100%
    }
}

.footer-title-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.footer-info {
    font-size: 0
}

@media (min-width:768px) {
    .footer-info .footer-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width:1281px) {
    .footer-info .footer-inner {
        margin-left: -15px;
        margin-right: -15px
    }
}

.footer-info-col {
    color: #171616;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    overflow-wrap: break-word;
    font-weight: 400;
}

.footer-info-col {
    width: 100%;
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
    -ms-word-break: break-all;
    overflow-wrap: break-word
}

@media (min-width:768px) {
    .footer-info-col {
        width: 33.3333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px
    }
}

@media (min-width:1281px) {
    .footer-info-col {
        padding-left: 15px;
        padding-right: 15px
    }
}

.footer-layout-2 .footer-info-col {
    font-size: 1rem
}

@media (min-width:768px) {
    .footer-info-col.footer-info-col-small {
        width: 50%;
        margin-top: 44px;
    }
}

@media (min-width:1025px) {
    .footer-layout-2 .footer-info-col.footer-info-col-small {
        width: 25%
    }
}

@media (min-width:768px) {
    .footer-info-col.footer-info-col-large {
        width: 50%
    }
}

.footer-info-col>:first-child {
    margin-top: 0
}

.footer-info-col>:last-child {
    margin-bottom: 0
}

.footer-info-col[data-section-type=footer-brands] .footer-info-list .view_all a {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px
}

.footer-info-col[data-section-type=footer-brands] .footer-info-list .view_all a:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%)
}

@media (max-width:767px) {
    .footer-info-col[data-section-type=newsletterSubscription] {
        -ms-flex-order: 6;
        order: 6;
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .footer-info-col[data-section-type=newsletterSubscription] {
        padding-right: 45px
    }
}

@media (max-width:991px) {
    .footer-layout-1 .footer-info-col[data-section-type=newsletterSubscription] .form-prefixPostfix {
        display: inline-block;
        width: 100%
    }
}

.footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email] {
    max-width: 100%;
    color: #505050
}

@media (min-width:551px) {
    .footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email] {
        max-width: 443px
    }
}

.footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email]::-webkit-input-placeholder {
    color: rgba(80, 80, 80, .5);
    text-transform: none;
    opacity: .5
}

.footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email]::-moz-placeholder {
    color: rgba(80, 80, 80, .5);
    text-transform: none
}

.footer-info-col[data-section-type=newsletterSubscription] .form-input[type=email]::-ms-input-placeholder {
    color: rgba(80, 80, 80, .5) !important;
    text-transform: none
}

.footer-info-col[data-section-type=newsletterSubscription] .button {
    width: 100%;
    height: auto;
    margin-top: 15px
}

@media (min-width:551px) {
    .footer-info-col[data-section-type=newsletterSubscription] .button {
        min-width: 120px
    }
}

@media (min-width:991px) {
    .footer-info-col[data-section-type=newsletterSubscription] .button {
        min-width: 140px;
        width: auto;
        margin-left: 15px;
        margin-top: 0
    }
}

@media (min-width:1025px) {
    .footer-info-col[data-section-type=newsletterSubscription] .button {
        min-width: 180px
    }
}

@media (max-width:767px) {
    .footer-info-col[data-section-type=storeInfo] {
        -ms-flex-order: 5;
        order: 5
    }
}

@media (max-width:767px) {
    .footer-layout-2 .footer-info-col[data-section-type=storeInfo] {
        width: 100%
    }
}

.footer-info-col[data-section-type=storeInfo] .info,
.footer-info-col[data-section-type=storeInfo] address {
    /* display: inline-block; */
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

.footer-info-col[data-section-type=storeInfo] .info i {
    margin-right: 5px;
}

.footer-info-col[data-section-type=storeInfo] .info svg,
.footer-info-col[data-section-type=storeInfo] address svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px
}

.footer-info-col[data-section-type=storeInfo] .phone-number,
.footer-info-col[data-section-type=storeInfo] address {
    margin-bottom: 10px
}

.footer-info-col[data-section-type=storeInfo] .phone-number i,
.footer-info-col[data-section-type=storeInfo] address i {
    margin-right: 5px
}

.footer-info-col[data-section-type=storeInfo] .whatsapp,
.footer-info-col[data-section-type=storeInfo] address {
    margin-bottom: 10px
}

.footer-info-col[data-section-type=storeInfo] .whatsapp i,
.footer-info-col[data-section-type=storeInfo] address {
    margin-right: 5px
}

.footer-info-col[data-section-type=storeInfo] address svg {
    width: 15px
}

.footer-layout-2 .footer-info-col[data-section-type="storeInfo"] address {
    font-style: normal;
    padding: 0;
    display: block;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
}

.footer-layout-2 .footer-info-col[data-section-type=storeInfo] address i {
    margin-right: 5px;
}

.footer-info-col[data-section-type="storeInfo"] a {
    color: #111;
    font-weight: 400;
}

.footer-info-col[data-section-type=storeInfo] a:hover {
    color: #2a6dd5;
    background-image: linear-gradient(transparent 96%, rgba(42, 109, 213, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

@media (max-width:767px) {
    .footer-info-col[data-section-type=footer-social] {
        -ms-flex-order: 7;
        order: 7
    }
}

@media (max-width:767px) {
    .footer-info-col.footer-info-col-social {
        margin-bottom: 25px
    }
}

.footer-info-col.footer-copyright {
    width: 100%
}

@media (min-width:992px) {
    .footer-info-col.footer-copyright {
        width: 50%
    }
}

@media (min-width:1281px) {
    .footer-info-col.footer-copyright {
        width: 40%
    }
}

.footer-info-col.footer-payment-icons {
    width: 100%
}

@media (min-width:992px) {
    .footer-info-col.footer-payment-icons {
        width: 50%
    }
}

@media (min-width:1281px) {
    .footer-info-col.footer-payment-icons {
        width: 60%
    }
}

.footer-layout-2 {
    margin-top: 50px
}

@media (min-width:1025px) {
    .footer-layout-2 .footer-info-col .socialLinks {
        margin-top: 32px
    }
}

.footer-info-col .socialLinks .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem
}

@media (min-width:1281px) {
    .footer-info-col .socialLinks .icon {
        width: 40px;
        height: 40px
    }
}

.footer-info-col .socialLinks .icon svg {
    fill: #ffffff;
    width: 20px;
    height: 20px
}

.footer-layout-2 .footer-info-col .socialLinks .icon svg {
    fill: rgba(32, 32, 32, 0.8);
    margin-right: 0
}

.footer-info-col .socialLinks .icon:hover {
    background-image: none
}

.footer-layout-2 .footer-info-col .socialLinks .icon {
    background: 0 0;
    border: 2px solid rgba(32, 32, 32, .3)
}

.footer-layout-2 .footer-info-col .socialLinks .icon:hover svg {
    fill: #fff
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-facebook:hover {
    background: #3b589c;
    border-color: #3b589c
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-twitter:hover {
    background: #00a2f3;
    border-color: #00a2f3
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-pinterest:hover {
    background: #d63633;
    border-color: #d63633
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-instagram:hover {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #e6683c
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-youtube:hover {
    background-color: red;
    border-color: red
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-rss:hover {
    background-color: orange;
    border-color: orange
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-snapchat:hover {
    background-color: #f0e100;
    border-color: #f0e100
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-messenger:hover {
    background-color: #1977f3;
    border-color: #1977f3
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-tumblr:hover {
    background-color: #33506c;
    border-color: #33506c
}

.footer-layout-2 .footer-info-col .socialLinks .icon.icon-stumbleupon:hover {
    background-color: #eb4924;
    border-color: #eb4924
}

.footer-info-col .socialLinks .icon-facebook {
    background: #3b589c
}

.footer-info-col .socialLinks .icon-twitter {
    background: #00a2f3
}

.footer-info-col .socialLinks .icon-pinterest {
    background: #d63633
}

.footer-info-col .socialLinks .icon-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.footer-info-col .socialLinks .icon-youtube {
    background-color: red
}

.footer-info-col .socialLinks .icon-rss {
    background-color: orange
}

.footer-info-col .socialLinks .icon-snapchat {
    background-color: #f0e100
}

.footer-info-col .socialLinks .icon-messenger {
    background-color: #1977f3
}

.footer-info-col .socialLinks .icon-linkedin {
    background-color: #0077b5
}

.footer-info-col .socialLinks .icon-tumblr {
    background-color: #33506c
}

.footer-info-col .socialLinks .icon-stumbleupon {
    background-color: #eb4924
}

@media (min-width:768px) {
    .footer-top {
        border-bottom: 1px solid #666
    }
}

.footer-top .seal-logos {
    text-align: left;
    margin-bottom: 35px;
    margin-top: 5px
}

@media (min-width:551px) {
    .footer-top .seal-logos {
        margin-bottom: 45px
    }
}

@media (min-width:1025px) {
    .footer-top .seal-logos {
        text-align: center;
        margin-bottom: 55px
    }
}

.footer-middle {
    font-size: 0
}

@media (min-width:768px) {
    .footer-middle {
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .footer-middle .footer-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1024px) {
    .footer-middle .footer-info-col-large {
        width: 44%
    }
}

@media (max-width:992px) {
    .footer-middle .footer-info-col-large {
        width: 40%
    }
}

@media (max-width:1024px) {
    .footer-middle .footer-info-col-small {
        width: 28%
    }
}

@media (max-width:992px) {
    .footer-middle .footer-info-col-small {
        width: 30%
    }
}

.footer-bottom {
    padding: 10px 0 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    background: #1c2174;
}

.homepage-layout-2 .footer-bottom {
    padding: 8px 0 8px 0
}

@media (min-width:992px) {
    .footer-bottom .footer-inner {
        display: -ms-flexbox;
        /* display: flex; */
        display: block;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        text-align: center;
    }
}

.footer-bottom p {
    content: gray
}

.footer-bottom .footer-info-col {
    margin-bottom: 0
}

.footer-info-heading {
    color: #202020;
    font-size: 16px;
    line-height: 24px;
    text-transform: inherit;
    font-weight: 700;
}

.footer-info-heading {
    pointer-events: none;
    margin-bottom: 7px;
}

.footer-info-list span {
    color: #1d2275;
    font-weight: 700;
    font-size: 17px;
}

.footer-info-list .footer-icon {
    color: #762369;
    font-size: 20px;
}

.footer-layout-2 .footer-info-heading {
    font-size: 21px;
    font-weight: 800;
    color: #1c2174;
    font-family: "Bai Jamjuree", sans-serif;
}

.footer-layout-2 .footer-info-heading img {
    width: 250px;
}

.footer-info-list {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.footer-info-list li {
    padding: 7px 0
}

.footer-info-list .info span {
    margin-right: 5px;
}

.footer-info-list li:first-child {
    padding-top: 0
}

.footer-layout-2 .footer-info-list li {
    padding: 2px 0;
}

.footer-info-list a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
}

.footer-layout-2 .footer-info-list a {
    font-size: 14px
}

.footer-info-list .form-field {
    margin-bottom: 0
}

.footer-info-list address {
    font-style: normal
}

@media (max-width:767px) {
    .footer-info-col-mobile {
        margin-bottom: 0
    }

    .footer-info-col-mobile>.footer-info-heading {
        border-bottom: 2px solid #e6e6e6;
        padding-bottom: 9px;
        padding-top: 30px;
        margin-bottom: 0;
        position: relative;
    }



    .footer-info-col-mobile>.footer-info-heading:after {
        background-color: #202020
    }

    .footer-info-col-mobile>.footer-info-heading.is-clicked:before {
        transform: translateY(-50%) rotate(-90deg)
    }

    .footer-info-col-mobile .footer-info-list {
        display: block;
        margin-bottom: 15px;
        /* margin-top: 20px; */
    }
}

.footer-copyright {
    text-align: center;
    display: inline-block;
    margin-bottom: 1px !important
}

@media (min-width:992px) {
    .footer-copyright {
        margin-bottom: 0px !important;
        text-align: center;
    }
}

.footer-copyright>p {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.footer-copyright>.paypal-credit {
    margin: 1em 0 2em;
    display: inline-block
}

.footer-copyright>.template-by {
    display: block
}

.footer-copyright a {
    color: gray;
    text-decoration: none
}

.footer-copyright a:hover {
    color: gray;
    background-image: linear-gradient(transparent 96%, rgba(128, 128, 128, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.footer-payment-icons {
    font-size: 0;
    display: inline-block;
    text-align: center
}

@media (min-width:992px) {
    .footer-payment-icons {
        text-align: right
    }
}

@media (min-width:992px) {
    .footer-payment-icons .footer-payment-icons-inner {
        float: right
    }
}

.footer-payment-icons .footer-payment-icon {
    height: 100%;
    vertical-align: middle;
    width: 3.71429rem;
    height: 2.28571rem;
    background: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 4px
}

@media (min-width:1025px) {
    .footer-payment-icons .footer-payment-icon+.footer-payment-icon {
        margin-left: 15px;
        margin-right: 0
    }
}

.footer-payment-icons .footer-payment-icon.cirrus {
    background: #013474
}

.footer-payment-icons .footer-payment-icon.amazonpay {
    background: #ff9e13;
    fill: #ffffff;
    padding: 7px 5px 5px 5px
}

.footer-payment-icons .footer-payment-icon.googlepay {
    padding: 8px
}

.footer-payment-icons .footer-payment-icon.american-express {
    background: #2478bc
}

.footer-payment-icons .footer-payment-icon.visa {
    background: #0e4595;
    padding: 4px
}

.footer-payment-icons .footer-payment-icon.western-union {
    background: #f7de4b
}

.footer-payment-icons .footer-payment-icon.sage {
    background: #118260;
    padding: 10px
}

.footer-payment-icons .footer-payment-icon.google-wallet {
    background: #fff;
    padding: 7px
}

@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;
    margin-bottom: 18px
}

@media (min-width:768px) {
    .footer-newsletter-summary {
        margin-bottom: 28px
    }

}

@media(max-width: 768px) {
    .footer-layout-2 .footer-top {
        padding-bottom: 0px !important;
    }
}

.footer-layout-2 .footer-top {
    border-bottom: none;
    padding-bottom: 25px;
}

.footer-layout-2 .footer-top [data-section-type=newsletterSubscription] {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 27px
}

.footer-layout-2 .footer-top [data-section-type=newsletterSubscription] .footer-info-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin-bottom: 10px
}

.footer-layout-2 .footer-top [data-section-type=newsletterSubscription] .footer-info-list .footer-newsletter-summary {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 28px;
    font-size: 14px
}

.footer-layout-2 .footer-top [data-section-type=newsletterSubscription] .footer-info-list .form-prefixPostfix {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:550px) {
    .footer-layout-2 .footer-top [data-section-type=newsletterSubscription] .footer-info-list .form-prefixPostfix {
        display: inline-block;
        width: 100%
    }
}

@media (min-width:551px) {
    .footer-layout-2 .footer-top [data-section-type=newsletterSubscription] .button {
        width: auto;
        margin-top: 0;
        margin-left: 15px
    }
}

.footer-layout-2 .footer-top .seal-logos {
    margin-bottom: 24px
}

/*.container {
     margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 16px !important;
    width: 100% 
}*/

/* .homepage-layout-2:not(.page-type-product) .container {
    max-width: 1600px
} 
/* .homepage-layout-2:not(.page-type-product) .bottom-custom-container {
    max-width: 1600px;
}*/
/* .homepage-layout-2:not(.page-type-product) .top-navbar-container {
    max-width: 1600px;
}  */
.module-wrapper {
    display: inline-block;
    width: 100%;
    clear: both
}

.newTextLabel {
    display: none
}

.scrollbar {
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width:1025px) {
    .scrollbar {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important
    }

    .scrollbar::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #787878
    }
}

.scrollbar-horizontal {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: #787878 #fafafa;
    scrollbar-width: thin !important
}

.scrollbar-horizontal::-webkit-scrollbar {
    background-color: #fafafa;
    -webkit-appearance: none;
    height: 5px;
    width: 5px
}

.scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: #787878
}

.page-header .view-all {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    line-height: 22px;
    display: inline-block;
    font-size: 14px
}

@media (min-width:551px) {
    .homepage-layout-1 .page-header .view-all {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }
}

.page-header .view-all.text-left {
    display: inline-block
}

.page-header .view-all:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%)
}

.page-header.text-left {
    text-align: left
}

.page-header.text-left .page-heading {
    text-align: left;
    margin: 0 30px 15px 0
}

@media (min-width:551px) {
    .page-header.text-left .page-heading {
        margin: 0 30px 0 0
    }
}



#main-content>.container.no-heading.no-breadcrumbs {
    padding-top: 55px
}

#main-content>.container.no-heading .breadcrumbs {
    margin-bottom: 30px
}

.page-type-blog #main-content>.container.no-heading.no-breadcrumbs {
    padding-top: 40px
}

#main-content>.page>.container {
    padding-top: 29px
}

#main-content>.page>.container.no-heading.no-breadcrumbs {
    padding-top: 55px
}

#main-content>.page>.container.no-heading .breadcrumbs {
    margin-bottom: 45px
}

#main-content>.page.contact-us {
    padding-top: 0
}

#main-content>.page.contact-us .no-breadcrumbs .halo-heading {
    padding-top: 25px
}

.animate-scale {
    display: block
}

.animate-scale .card-img-container {
    overflow: hidden;
    border-radius: 5px
}

.animate-scale img {
    transition: all .7s ease
}

.animate-scale:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: none;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .4);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .4) 100%)
}

.animate-scale:hover img {
    transform: scale3d(1.1, 1.1, 1)
}

.bg-gray {
    background: #f5f5f5
}

@media (min-width:551px) {
    .image-mobile {
        display: none
    }
}

@media (max-width:551px) {
    .image-mobile+.image-pc {
        display: none
    }
}

.banner-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:1025px) {
    .banner-list {
        margin-left: -20px;
        margin-right: -20px
    }
}

.banner-item {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1025px) {
    .banner-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.banner-item .img {
    position: relative
}

.banner-item .banner-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.group-small.column-3 .banner-item {
    width: 100%
}

@media (min-width:551px) {
    .group-small.column-3 .banner-item {
        width: 33.33%
    }
}

.group-small.column-2 .banner-item {
    width: 100%
}

@media (min-width:551px) {
    .group-small.column-2 .banner-item {
        width: 50%
    }
}

.group-small.column-1 .banner-item {
    width: 100%
}

.group-large.column-2 .banner-item {
    width: 100%
}

@media (min-width:551px) {
    .group-large.column-2 .banner-item {
        width: 50%
    }
}

.group-large.column-1 .banner-item {
    width: 100%
}

.countDowntimer {
    display: inline-block
}

.card .countDowntimer {
    width: 100%
}

.countDowntimer .clock-item {
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    display: inline-block
}

.countDowntimer .clock-item+.clock-item {
    margin-left: 3px
}

.countDowntimer .clock-item .text {
    padding: 0 2px 0 5px
}

.seal-logos img+img {
    margin-left: 25px
}

#home-promotion {
    background: #f5f5f5;
    color: #202020;
    position: relative;
    z-index: 6
}

#home-promotion.hide {
    display: none
}

#home-promotion .banner-promotion {
    padding: 14px 20px 10px 0;
    min-height: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:551px) {
    #home-promotion .banner-promotion {
        padding: 10px 30px 10px 0
    }
}

#home-promotion .banner-promotion .btn,
#home-promotion .banner-promotion .text,
#home-promotion .banner-promotion img {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width:550px) {

    #home-promotion .banner-promotion .btn,
    #home-promotion .banner-promotion .text,
    #home-promotion .banner-promotion img {
        margin-bottom: 2px
    }
}

@media (max-width:380px) {

    #home-promotion .banner-promotion .btn,
    #home-promotion .banner-promotion .text,
    #home-promotion .banner-promotion img {
        font-size: 12px
    }
}

#home-promotion .banner-promotion.hasLink .promotion-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#home-promotion .banner-promotion.hasLink .promotion-link:hover {
    color: #0a6cdc
}

#home-promotion .banner-promotion.hasLink .promotion-link:hover span {
    color: #0a6cdc;
    border-color: #0a6cdc
}

@media (max-width:550px) {
    #home-promotion .banner-promotion img {
        max-width: 44px
    }
}

#home-promotion .banner-promotion img+.text {
    margin-left: 10px
}

@media (min-width:551px) {
    #home-promotion .banner-promotion img+.text {
        margin-left: 20px
    }
}

@media (min-width:551px) {
    #home-promotion .banner-promotion img+.btn {
        margin-left: 20px
    }
}

#home-promotion .banner-promotion .text {
    font-weight: 500;
    line-height: 24px
}

@media (min-width:551px) {
    #home-promotion .banner-promotion .text+.btn {
        margin-left: 20px
    }
}

#home-promotion .banner-promotion .btn {
    border: 1px solid #202020;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 700;
    min-width: 110px;
    display: inline-block
}

#home-promotion .banner-promotion .btn:hover {
    color: #202020
}

@media (max-width:550px) {
    #home-promotion .banner-promotion .btn {
        display: none
    }
}

#home-promotion .close-banner-promotion {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    color: #202020;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

@media (min-width:551px) {
    #home-promotion .close-banner-promotion {
        right: 20px
    }
}

#shipping-custom-block {
    padding: 15px 0
}

@media (max-width:1199px) {
    #shipping-custom-block {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }
}

@media (max-width:550px) {
    #shipping-custom-block>.container {
        padding-left: 7.5%;
        padding-right: 7.5%
    }
}

#shipping-custom-block .custom-block-list {
    font-size: 0
}

#shipping-custom-block .custom-block-list .custom-block-item {
    font-size: 14px;
    text-align: center;
    color: #051c42;
    border-left: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;
    width: 33.33334%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:991px) {
    #shipping-custom-block .custom-block-list .custom-block-item {
        width: 300px;
        white-space: normal;
        text-align: left;
        padding-right: 15px
    }
}

@media (max-width:480px) {
    #shipping-custom-block .custom-block-list .custom-block-item {
        width: 78%
    }
}

@media (max-width:412px) {
    #shipping-custom-block .custom-block-list .custom-block-item {
        width: 85%
    }
}

@media (max-width:360px) {
    #shipping-custom-block .custom-block-list .custom-block-item {
        width: 98%
    }
}

#shipping-custom-block .custom-block-list .custom-block-item svg {
    width: 37px;
    height: 30px;
    fill: #051c42
}

#shipping-custom-block .custom-block-list .custom-block-item svg.icon-truck {
    width: 28px
}

#shipping-custom-block .custom-block-list .custom-block-item .text {
    padding-left: 15px
}

@media (min-width:992px) {
    #shipping-custom-block .custom-block-list .custom-block-item+.custom-block-item {
        border-left-color: #dadada
    }
}

.halo_custom_block_five_images {
    display: inline-block;
    width: 100%
}

.halo_custom_block_five_images .banner-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.halo_custom_block_five_images .banner-list+.banner-list {
    margin-top: 15px
}

@media (min-width:551px) {
    .halo_custom_block_five_images .banner-list+.banner-list {
        margin-top: 20px
    }
}

@media (min-width:1025px) {
    .halo_custom_block_five_images .banner-list+.banner-list {
        margin-top: 40px
    }
}

.halo_custom_block_five_images .banner-list .banner-item {
    display: inline-block
}

@media (max-width:551px) {
    .halo_custom_block_five_images .banner-list .banner-item+.banner-item {
        margin-top: 15px
    }
}

.halo_custom_block_five_images .group-small .banner-item .card-img-container {
    max-width: 430px
}

.halo_custom_block_five_images .group-small .banner-item .card-img-container:after {
    padding-bottom: 69.76744%
}

.halo_custom_block_five_images .group-large .banner-item .card-img-container {
    max-width: 665px
}

.halo_custom_block_five_images .group-large .banner-item .card-img-container:after {
    padding-bottom: 75.18797%
}

@media (max-width:550px) {
    .halo_custom_block_five_images {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .halo_custom_block_five_images>.container {
        padding-left: 7.5%;
        padding-right: 7.5%
    }
}

.halo_custom_block_banner_full_width .img {
    text-align: center
}

.halo_custom_block_banner_full_width .banner-link {
    display: inline-block
}

.halo_custom_block_shop_by_categories {
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.halo_custom_block_shop_by_categories .categories-list {
    font-size: 0;

}


#shipping-custom-block-2 .custom-block-list .custom-block-item {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    white-space: normal
}

@media (min-width:321px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 70%
    }
}

@media (min-width:380px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 62%
    }
}

@media (min-width:551px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 36%
    }
}

@media (min-width:992px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 26%
    }
}

@media (min-width:1200px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 20%
    }
}

#shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
    background: #fff;
    border-radius: 6px;
    min-height: 260px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:380px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
        padding: 20px;
        min-height: 300px
    }
}

@media (min-width:1281px) {
    #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
        padding: 30px
    }
}

#shipping-custom-block-2 .custom-block-list .custom-block-item img,
#shipping-custom-block-2 .custom-block-list .custom-block-item svg {
    margin: 0 auto 10px;
    width: 65px;
    height: 52px
}

#shipping-custom-block-2 .custom-block-list .custom-block-item .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px
}

#shipping-custom-block-2 .custom-block-list .custom-block-item .text {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #202020;
    min-height: 44px
}

.halo_featured_brands .brands-list .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.halo_featured_brands .brands-list .brand-item {
    padding: 0 15px;
    text-align: center
}

.halo_featured_brands .brands-list .brand-item a {
    display: block;
    margin: 0 auto
}

.halo_featured_brands .brands-list .brand-item img {
    width: auto;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.halo_featured_brands .brands-list:not(.slick-initialized) .brand-item:nth-child(n+3) {
    display: none
}

.homepage-layout-2 .halo_featured_brands .page-header {
    text-align: left
}

.homepage-layout-2 .halo_featured_brands .page-header .view-all {
    margin-left: 30px
}

.homepage-layout-2 .halo_featured_brands .brands-list .brand-item {
    line-height: 0
}

.homepage-layout-2 .halo_featured_brands .brands-list .brand-item img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px
}

.homepage-layout-2 .halo_featured_brands .slick-dotted.slick-slider .slick-arrow {
    top: -49px
}

.homepage-layout-2 .halo_featured_brands .slick-prev {
    right: 50px;
    left: auto
}

.homepage-layout-2 .halo_featured_brands .slick-next {
    right: 0
}

.halo_featured_brands .page-header .page-heading {
    margin-bottom: 0
}

.halo_custom_block_bottom {
    position: relative;
    display: inline-block;
    width: 100%
}

.halo_custom_block_bottom .background-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.halo_custom_block_bottom .content-wrap {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:551px) {
    .halo_custom_block_bottom .content-wrap {
        padding-top: 55px;
        padding-bottom: 50px
    }
}

.halo_custom_block_bottom .content-wrap .title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff
}

@media (min-width:551px) {
    .halo_custom_block_bottom .content-wrap .title {
        margin-bottom: 45px
    }
}

.halo_custom_block_bottom .content-wrap .title span {
    color: #fdc525
}

.halo_custom_block_bottom .content-wrap .block-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

@media (min-width:551px) {
    .halo_custom_block_bottom .content-wrap .block-list {
        margin-left: -15px;
        margin-right: -15px
    }
}

.halo_custom_block_bottom .content-wrap .block-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    white-space: normal
}

@media (min-width:321px) {
    .halo_custom_block_bottom .content-wrap .block-item {
        width: 68%
    }
}

@media (min-width:551px) {
    .halo_custom_block_bottom .content-wrap .block-item {
        width: 40%;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .halo_custom_block_bottom .content-wrap .block-item {
        width: 30%
    }
}

@media (min-width:1025px) {
    .halo_custom_block_bottom .content-wrap .block-item {
        width: 25%
    }
}

.halo_custom_block_bottom .content-wrap .block-item * {
    color: #fff
}

.halo_custom_block_bottom .content-wrap .block-item .img {
    min-height: 80px
}

.halo_custom_block_bottom .content-wrap .block-item .heading {
    margin-top: 15px;
    margin-bottom: 12px
}

@media (min-width:1025px) {
    .halo_custom_block_bottom .content-wrap .block-item .heading {
        margin-bottom: 16px
    }
}

.halo_custom_block_bottom .content-wrap .block-item .desc {
    margin-bottom: 2px
}

.halo_custom_block_bottom .content-wrap .block-item .link {
    font-weight: 700;
    background-image: linear-gradient(transparent 96%, #fff 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.halo_custom_block_bottom .custom-block-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width:1199px) {
    .halo_custom_block_bottom .custom-block-list {
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        white-space: nowrap
    }
}

.halo_custom_block_bottom .custom-block-list .custom-block-item {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    white-space: normal
}

@media (min-width:321px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
        width: 70%
    }
}

@media (min-width:380px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
        width: 62%
    }
}

@media (min-width:551px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
        width: 36%
    }
}

@media (min-width:992px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
        width: 26%
    }
}

@media (min-width:1200px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
        width: 20%
    }
}

.halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
    background: #fff;
    border-radius: 6px;
    min-height: 260px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:380px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
        padding: 20px;
        min-height: 300px
    }
}

@media (min-width:1281px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
        padding: 30px
    }
}

.halo_custom_block_bottom .custom-block-list .custom-block-item .img {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 22px
}

@media (min-width:551px) {
    .halo_custom_block_bottom .custom-block-list .custom-block-item .img {
        margin-bottom: 27px
    }
}

.halo_custom_block_bottom .custom-block-list .custom-block-item .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    color: #202020
}

.halo_custom_block_bottom .custom-block-list .custom-block-item .text {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #202020
}

.halo_custom_block_bottom .text-bottom {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

@media (min-width:551px) {
    .halo_custom_block_bottom .text-bottom {
        margin-top: 40px
    }
}

.halo_custom_block_bottom .text-bottom p {
    margin-bottom: 0
}

.halo_custom_block_bottom .text-bottom a {
    color: #fdc525;
    background-image: linear-gradient(transparent 96%, #fdc525 4%);
    background-repeat: repeat-x;
    background-position-y: -1px;
    font-weight: 700
}

.halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap>.container {
    max-width: 1400px;
}

.halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap>.container>.title {
    font-size: 24px
}

@media (min-width:768px) {
    .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap>.container>.title {
        font-size: 30px
    }
}

.halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap .title span {
    color: #fff
}

#homeProductRightImage {
    margin-top: 5px
}

#homeProductRightImage .product-block {
    font-size: 0
}

#homeProductRightImage .product-block .productsByCategoryId,
#homeProductRightImage .product-block .productsByListId,
#homeProductRightImage .product-block>.productsByBlock {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

#homeProductRightImage .product-block .productsByCategoryId .slick-arrow,
#homeProductRightImage .product-block .productsByListId .slick-arrow,
#homeProductRightImage .product-block>.productsByBlock .slick-arrow {
    display: none !important
}

#homeProductRightImage .hasRightImage .productsByCategoryId,
#homeProductRightImage .hasRightImage .productsByListId,
#homeProductRightImage .hasRightImage>.productsByBlock {
    width: 100%
}

@media (min-width:992px) {

    #homeProductRightImage .hasRightImage .productsByCategoryId,
    #homeProductRightImage .hasRightImage .productsByListId,
    #homeProductRightImage .hasRightImage>.productsByBlock {
        width: 50%;
        min-width: 50%
    }
}

@media (min-width:1025px) {

    #homeProductRightImage .hasRightImage .productsByCategoryId,
    #homeProductRightImage .hasRightImage .productsByListId,
    #homeProductRightImage .hasRightImage>.productsByBlock {
        width: calc(100% - 570px);
        min-width: calc(100% - 570px)
    }
}

#homeProductRightImage .hasRightImage .productGrid.col-3 .product {
    width: 50%
}

/* @media (min-width:1025px) {
    #homeProductRightImage .hasRightImage .productGrid.col-3 .product {
        width: 33.33%
    }
}

#homeProductRightImage .rightImage {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media (min-width:992px) {
    #homeProductRightImage .rightImage {
        width: 50%;
        padding-left: 20px
    }
}

@media (min-width:1025px) {
    #homeProductRightImage .rightImage {
        width: 570px;
        padding-left: 30px
    }
}

@media (max-width:550px) {
    #homeProductRightImage .rightImage {
        margin-top: 40px
    }
} */

/* #homeProductRightImage .rightImage .card-img-container {
    max-width: 540px
} */

/* #homeProductRightImage .rightImage .card-img-container:after {
    padding-bottom: 92.59259%
} */

#homeProductRightImage .rightImage .card-img-container img.lazyload,
#homeProductRightImage .rightImage .card-img-container img.lazyloading {
    width: 50px;
    height: 50px
}

.homepage-layout-2 #homeProductFlashSale {
    background: #fff
}

.homepage-layout-2 #homeProductFlashSale .page-heading {
    margin-right: 0
}

#homeProductFlashSale .page-header .icon {
    fill: #e10600;
    width: 20px;
    height: 26px;
    margin-right: 8px;
    margin-top: -4px
}

#homeProductFlashSale .page-header .countDowntimer {
    margin-left: 15px;
    margin-right: 30px
}

#homeProductFlashSale .page-header .countDowntimer .clock-item {
    color: #202020
}

#homeProductFlashSale .page-header .countDowntimer .clock-item .num {
    background: #202020;
    color: #fff;
    padding: 6px 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    min-width: 34px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block
}

#homeProductFlashSale .page-header .countDowntimer .clock-item .colon {
    margin-left: 2px;
    margin-right: 3px
}

#homeProductFlashSale .page-header .countDowntimer .clock-item:first-child .num {
    min-width: 54px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

#homeProductFlashSale .page-heading {
    color: #e10600
}

#homeProductFlashSale .countDowntimer {
    margin-bottom: 5px;
    display: inline-block
}

#homeProductFlashSale .countDowntimer .clock-item {
    color: #e10600
}

#homeProductFlashSale .halo_productLoading {
    min-height: 500px
}

.homepage-layout-2 #homeProductFlashSale .page-header {
    margin-bottom: 2px
}

.homepage-layout-2 #homeProductFlashSale .productCarousel .slick-dots {
    display: none !important
}

.product-banner {
    font-size: 0;
    display: inline-block;
    width: 100%
}

.product-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:1025px) {
    .product-banner .banner-list {
        margin-left: -15px;
        margin-right: -15px
    }
}

.product-banner .banner-item {
    display: inline-block;
    width: 100%;
    text-align: center
}

.product-banner .banner-item img {
    border-radius: 6px
}

@media (min-width:768px) {
    .product-banner .banner-item.banner-half {
        width: 50%
    }
}

@media (min-width:768px) {
    .product-banner .banner-item.banner-three {
        width: 33.33%
    }
}

@media (min-width:1025px) {
    .product-banner .banner-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .product-banner .banner-item+.banner-item {
        margin-top: 15px
    }
}

.productsByCategoryId {
    position: relative;
    margin-top: 7px
}

.productGrid-showMore {
    text-align: center;
    margin-top: 15px
}

.productGrid-showMore .button {
    min-width: 180px
}

.productsByCategoryId,
.productsByListId {
    position: relative
}

.productsByCategoryId .halo_productLoading,
.productsByListId .halo_productLoading {
    min-height: 450px
}

@media (min-width:1025px) {

    .productsByCategoryId .halo_productLoading,
    .productsByListId .halo_productLoading {
        min-height: 500px
    }
}

.productsByListId .productCarousel,
.productsByListId .productGrid {
    display: none
}

.productsByListId.show .productCarousel,
.productsByListId.show .productGrid {
    display: block
}

.product-block-wrapper {
    font-size: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 10px;
    grid-auto-flow: dense
}

@media (min-width:551px) {
    .product-block-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

@media (min-width:992px) {
    .product-block-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

@media (min-width:1025px) {
    .product-block-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr
    }
}

.product-block-wrapper.noRightCate {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.product-block-wrapper+.product-banner .banner-item img.hasMobileImage {
    display: none
}

@media (min-width:551px) {
    .product-block-wrapper+.product-banner .banner-item img.hasMobileImage {
        display: block
    }
}

.product-block-wrapper+.product-banner .banner-item img.banner-mobile {
    display: block
}

@media (min-width:551px) {
    .product-block-wrapper+.product-banner .banner-item img.banner-mobile {
        display: none
    }
}

.product-block-cate-id .left-banner {
    display: none;
    text-align: center;
    vertical-align: top;
    margin-bottom: 25px;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}

.product-block-cate-id .left-banner.showMb {
    display: inline-block
}

@media (min-width:551px) {
    .product-block-cate-id .left-banner {
        display: inline-block;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        padding-right: 8px;
        text-align: left;
        margin-bottom: 0
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .left-banner {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 4;
        grid-row-end: span 4
    }
}

.product-block-cate-id .left-banner img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:551px) {
    .product-block-cate-id .left-banner img {
        height: calc(100% - 37px)
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .left-banner img {
        height: 100%
    }
}

.product-block-cate-id .product-block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 4;
    grid-row-end: span 4
}

@media (min-width:551px) {
    .product-block-cate-id .product-block {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }
}

@media (min-width:992px) {
    .product-block-cate-id .product-block {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .product-block {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row-span: 4;
        grid-row-end: span 4
    }

    .product-block-cate-id .product-block .halo-block-product {
        height: 100%
    }

    .product-block-cate-id .product-block .halo-block-product .slick-list {
        height: 100%
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .product-block.noBannerLeft {
        -ms-grid-column-span: 4;
        grid-column-end: span 4
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .product-block.noRightCate {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
        -ms-grid-row-span: 1;
        grid-row-end: span 1
    }
}

@media (min-width:1025px) {
    .product-block-cate-id .product-block.noRightCate.noBannerLeft {
        -ms-grid-column-span: 5;
        grid-column-end: span 5
    }
}

.product-block-cate-id .product-block .card {
    border-radius: 0;
    height: 100%
}

.product-block-cate-id .product-block .productCarousel {
    height: 100%
}

.product-block-cate-id .product-block .productCarousel .slick-list {
    margin-left: -1px;
    margin-right: -1px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0 10px;
    grid-auto-flow: dense
}

.product-block-cate-id .product-block .productCarousel .slick-track {
    height: 100%
}

.homepage-layout-2 .product-block-cate-id .product-block .productCarousel .slick-dots {
    height: 37px
}

.product-block-cate-id .product-block .productCarousel-slide {
    padding-left: 1px;
    padding-right: 1px;
    height: 100%
}

.product-block-cate-id .right-cate {
    vertical-align: top;
    font-size: 14px
}

@media (min-width:1025px) {
    .product-block-cate-id .right-cate {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-gap: 20px 0px;
        grid-auto-flow: dense;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 4;
        grid-row-end: span 4;
        padding-left: 10px
    }
}

@media (max-width:1024px) {
    .product-block-cate-id .right-cate {
        display: -ms-grid;
        display: grid;
        grid-gap: 20px 0px;
        grid-auto-flow: dense;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0 10px;
        overflow: auto;
        margin-top: 30px;
        padding-bottom: 10px
    }
}

.product-block-cate-id .right-cate .cate-item {
    background: #fff;
    border-radius: 6px;
    padding: 20px 10px 20px 25px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

@media (max-width:1024px) {
    .product-block-cate-id .right-cate .cate-item {
        min-width: 280px;
        padding: 10px 15px
    }
}

.product-block-cate-id .right-cate .cate-item .cate-info {
    width: calc(100% - 79px);
    display: inline-block;
    font-size: 14px
}

.product-block-cate-id .right-cate .cate-item .cate-info .cate-name {
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    display: inline-block;
    width: 100%
}

.product-block-cate-id .right-cate .cate-item .cate-info .link {
    color: #202020;
    font-size: 14px
}

.product-block-cate-id .right-cate .cate-item .cate-info .link:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.product-block-cate-id .right-cate .cate-item .cate-img {
    width: 79px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px
}

.product-block-cate-id .right-cate .cate-item.view-all {
    text-align: center;
    padding: 20px 25px;
    min-height: 89px
}

.product-block-cate-id .right-cate .cate-item.view-all .link {
    color: #202020;
    font-size: 16px;
    display: inline-block;
    margin: auto
}

.product-block-cate-id .right-cate .cate-item.view-all .link:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.product-block-cate-id .right-cate .cate-item:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2)
}

@media (max-width: 992px) {
    .slideshow-wrapper {
        display: none;
    }

    .halo_custom_cms_block {
        display: none !important;
    }
}

.slideshow-wrapper>.container {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slideshow-wrapper .left-categories {
    background: #fff;
    border-radius: 3px;
    /* box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .1); */
    border: 1px solid rgba(32, 32, 32, .1);
    padding: 7px;
    width: 100%;
    display: inline-block
}

@media (min-width:1440px) {
    .slideshow-wrapper .left-categories {
        width: calc(19.5% - 10px);
        vertical-align: top;
        margin-right: 10px;
        margin-top: 8px;
    }
}

@media (max-width:1439px) {
    .slideshow-wrapper .left-categories {
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
        display: none;
    }
}

.slideshow-wrapper .left-categories .categories-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

.slideshow-wrapper .left-categories .categories-title span {
    background: #762369;
    color: #fff;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    padding: 4px;
    letter-spacing: .02em;
    width: 100%;
    display: block;
}

.slideshow-wrapper .left-categories .categories-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #202020;
}

.slideshow-wrapper .left-categories .navPages-list {
    margin-top: 0
}

@media (min-width:1440px) {
    .slideshow-wrapper .left-categories .navPages-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        overflow-y: scroll;
        height: 342px;
        scrollbar-width: none;

    }
}

@media (max-width:1439px) {
    .slideshow-wrapper .left-categories .navPages-list {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 5px
    }
}

.slideshow-wrapper .left-categories .navPages-list .icon-dropdown svg {
    width: 14px;
    height: 14px
}

.slideshow-wrapper .left-categories .navPages-list .navPages-item {
    position: relative;
    width: 40%;
    margin-right: 0;
    white-space: normal
}

@media (min-width:360px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 28%
    }
}

@media (min-width:551px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 15.2%
    }
}

@media (min-width:992px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 15.3%
    }
}

@media (min-width:1025px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 13.2%
    }
}

@media (min-width:1281px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 11.5%
    }
}

@media (min-width:1440px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
        width: 50%;
        min-height: 72px;
        border-right: 1px solid rgba(32, 32, 32, .1);
        border-top: 1px solid rgba(32, 32, 32, .1);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action {
    padding: 4px 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #202020;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action:hover span {
    /* background-image: linear-gradient(transparent 96%, #202020 4%);
    background-repeat: repeat-x;
    background-position-y: -1px */
}

/* .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action .image-icon {
    display: block;
    width: 100%;
    margin: 2px auto 2px auto;
    width: 75px;
    height: 75px
}

.slideshow-wrapper .left-categories .navPages-list .navPages-item:first-child,
.slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2) {
    border-top: none
}

@media (min-width:1440px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(odd) .navPages-action {
        padding-left: 0
    }
}

.slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) {
    border-right: none
}

@media (min-width:1440px) {
    .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) .navPages-action {
        padding-right: 0
    }
}

.slideshow-wrapper .slideshow-inner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}

@media (min-width:551px) {
    .slideshow-wrapper .slideshow-inner {
        width: calc(100% - 0px);
        margin-bottom: 0
    }
}

@media (min-width:1025px) {
    .slideshow-wrapper .slideshow-inner {
        /* width: calc(100% - 515px); */
width: calc(100% - 0px);
}
}

@media (min-width:1440px) {
    .slideshow-wrapper .slideshow-inner {
        width: 100%
    }

    .slideshow-wrapper .slideshow-inner.has-leftCategories.has-rightBanners {
        width: 100%
    }

    .slideshow-wrapper .slideshow-inner.has-leftCategories.no-rightBanners {
        width: 80%
    }

    .slideshow-wrapper .slideshow-inner.has-rightBanners.no-leftCategories {
        width: 80%
    }
}

*/
/* @media (max-width:1439px) {
    .slideshow-wrapper .slideshow-inner {
        -ms-flex-order: 1;
        order: 1
    }
}

.slideshow-wrapper .slideshow-right-banner {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media (min-width:551px) {
    .slideshow-wrapper .slideshow-right-banner {
        width: 40%;
        margin-left: 10px
    }
}

@media (min-width:1025px) {
    .slideshow-wrapper .slideshow-right-banner {
        width: 505px
    }
}

@media (min-width:1440px) {
    .slideshow-wrapper .slideshow-right-banner {
        width: calc(33.2% - 10px)
    }
}

@media (max-width:1439px) {
    .slideshow-wrapper .slideshow-right-banner {
        -ms-flex-order: 2;
        order: 2
    }
} */

.slideshow-wrapper .slideshow-right-banner .banner-list {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slideshow-wrapper .slideshow-right-banner .banner-list .banner-item {
    width: 50%;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px
}

.slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:first-child,
.slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:nth-child(2) {
    margin-top: 0
}

.slideshow-wrapper .slideshow-right-banner .banner-list .banner-item .card-img-container {
    max-width: 100%
}

.slideshow-wrapper .slideshow-right-banner .banner-list .banner-item img {
    border-radius: 6px
}

/* @media (max-width:1024px) {
    .halo_custom_block_banner_one_image {
        padding-top: 10px
    }
} */

.halo_custom_block_banner_one_image .img {
    text-align: center
}

.page-header {
    text-align: center;
    margin-top: 45px;
}

.page-header-hst {
    text-align: center;
    margin-top: 60px;
}

.page-header-hst h1,
.page-header-hst h2,
.page-header-hst h3,
.page-header-hst h4,
.page-header-hst h5,
.page-header-hst h6 {
    font-size: 30px;
    color: #1a1f79;
    font-weight: 600;
    font-family: "Bai Jamjuree", sans-serif;
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
    font-size: 30px;
    color: #1a1f79;
    font-weight: 600;
    font-family: "Bai Jamjuree", sans-serif;
}

.homepage-layout-2 .halo_custom_block_shop_by_categories .page-footer {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
}

.content-section .related-product-description {
    text-align: center;
}

.content-section .related-product-description span {
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.content-section .page-header-section {
    text-align: center;
    margin-top: 60px;
}

.content-section .page-header-section p {
    margin: 0px 0px 12px;
    text-align: justify;
    color: #202020;
}

.content-section a .page-header-section h1,
.content-section a .page-header-section h2,
.content-section a .page-header-section h3,
.content-section a .page-header-section h4,
.content-section a .page-header-section h5,
.content-section a .page-header-section h6 {
    color: #f7941d;
    font-size: 30px;
    font-weight: 700;
    font-family: "Jersey 25", sans-serif;
    margin: 0;
}

.content-section p {
    text-align: justify;
}

.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h1,
.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h2,
.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h3,
.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h4,
.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h5,
.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header h6 {
    text-align: center;
    margin: 0;
    display: inline-block;
    font-size: 30px;
    color: #f7941d;
    font-weight: 700;
    font-family: "Jersey 25", sans-serif;
}

.homepage-layout-2 .halo_custom_block_shop_by_categories .page-footer .view-all {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    border: 1px solid #762369;
    padding: 3px 10px;
    color: #762369;
    border-radius: 3px;
}

.content-section {
    margin-bottom: 60px;
}

.content-section .page-footer {
    text-align: right;
    margin-top: 10px;
}

.content-section .page-footer .view-all {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    border: 1px solid #f7941d;
    padding: 2px 10px;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
}

.homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-prev {
    right: 50px;
    top: -44px;
    left: auto
}

.homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-next {
    right: 0;
    top: -44px
}

@media (max-width:550px) {
    .homepage-layout-2.page-type-default .productCarousel .slick-list {
        background: #fff;
        border-radius: 6px
    }
}

@media (min-width:992px) {
    .home-product-block-1>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home-product-block-1 .home-product-block {
    width: 100%
}

@media (min-width:991px) {
    .home-product-block-1 .home-product-block {
        width: 50%
    }
}

@media (min-width:551px) {
    .home-product-block-1 .home-product-block:first-child {
        padding-right: 10px
    }
}

@media (min-width:551px) {
    .home-product-block-1 .home-product-block:last-child {
        padding-left: 10px
    }
}

.halo_custom_block_banner_two_images {
    margin-top: 5px
}

.halo_custom_block_banner_two_images .product-banner .banner-item {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 10px
    }

    .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0
    }
}

.halo_custom_cms_block {
    clear: both;
    background: #fff;
    margin-bottom: 5px
}

.halo_custom_cms_block .button-group {
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

.page-type-category .halo_custom_cms_block .button-group {
    margin-top: 7px
}

.halo_custom_cms_block .button-group .button {
    min-width: 177px
}

.halo_custom_cms_block .button-group .button .text {
    position: relative
}

.page-type-category .halo_custom_cms_block .custom-html {
    font-size: 16px;
    line-height: 24px;
}

.halo_custom_cms_block .custom-html.hasShowMore {
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.halo_custom_cms_block .custom-html.noShowMore {
    display: block
}

.page-listing-header {
    padding: 28px 0 30px 0
}

.page-listing-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-listing-header .page-listing-header-content {
    text-align: left
}

@media (min-width:1025px) {
    .page-listing-header .page-listing-header-content {
        text-align: center
    }
}

.page-listing-header .page-listing-header-content .page-heading {
    text-align: left;
    margin-bottom: 10px
}

@media (min-width:1025px) {
    .page-listing-header .page-listing-header-content .page-heading {
        text-align: center;
        font-size: 40px
    }
}

.page-listing-header .page-listing-header-content p {
    margin-bottom: 15px
}

.page-listing-header+[data-content-region]+.subcategories {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

@media (min-width:1025px) {
    .page-listing-header+[data-content-region]+.subcategories {
        margin-bottom: 25px
    }
}

.page-listing-header+[data-content-region]+.subcategories .category-sub-categories {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0
}

@media (min-width:551px) {
    .page-listing-header+[data-content-region]+.subcategories .category-sub-categories {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1281px) {
    .page-listing-header+[data-content-region]+.subcategories .category-sub-categories {
        margin-left: -25px;
        margin-right: -25px
    }
}

.page-listing-header+[data-content-region]+.subcategories .category-sub-categories .slick-track {
    margin-left: 0
}

.page-listing-header+[data-content-region]+.subcategories .category-sub-categories .slick-dots {
    position: absolute;
    top: -51px;
    right: 9px;
    text-align: right
}

@media (min-width:551px) {
    .page-listing-header+[data-content-region]+.subcategories .category-sub-categories .slick-dots {
        right: 15px
    }
}

.page-listing-header+[data-content-region]+.subcategories .jump {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #202020
}

.page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    text-align: center;
    vertical-align: top
}

@media (min-width:361px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
        width: 33.33%
    }
}

@media (min-width:551px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
        width: 16.66%
    }
}

@media (min-width:1025px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
        width: 12.5%
    }
}

@media (min-width:1281px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-item {
        padding-left: 25px;
        padding-right: 25px
    }
}

.page-listing-header+[data-content-region]+.subcategories .sub-cate-img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto
}

@media (min-width:480px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-img {
        width: 120px;
        height: 120px
    }
}

@media (min-width:551px) {
    .page-listing-header+[data-content-region]+.subcategories .sub-cate-img {
        width: 122px;
        height: 122px
    }
}

.page-listing-header+[data-content-region]+.subcategories .sub-cate-img>a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-listing-header+[data-content-region]+.subcategories .sub-cate-img>a img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: auto
}

.page-listing-header+[data-content-region]+.subcategories .sub-cat-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.page-listing-header.has-banner {
    padding: 0;
    position: relative
}

.page-listing-header.has-banner .page-listing-header-banner {
    background-color: #ccc;
    min-height: 300px
}

.page-listing-header.has-banner .page-listing-header-banner img {
    min-height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-listing-header.has-banner .page-listing-header-banner+.page-listing-header-content {
    padding: 20px 0 10px 0
}

@media (min-width:1025px) {
    .page-listing-header.has-banner .page-listing-header-banner+.page-listing-header-content {
        padding: 28px 0 15px 0;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }
}

@media (min-width:1025px) {
    .page-listing-header.has-banner .page-listing-header-banner+.page-listing-header-content .page-heading {
        color: #fff
    }
}

.page-listing-header.has-banner+[data-content-region]+.subcategories {
    margin-top: 10px
}

@media (min-width:1025px) {
    .page-listing-header.has-banner+[data-content-region]+.subcategories {
        margin-top: 30px
    }
}

.has-stickyToolbar .halo-category-toolbar .column-right.sticky-down {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
    z-index: 1001;
    padding: 10px 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 9994
}

.has-stickyToolbar .halo-category-toolbar.has-stickyHeader .column-right.sticky-down {
    top: 50px
}

.halo-category-toolbar {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    margin-top: 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

@media (min-width:1025px) {
    .halo-category-toolbar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.halo-category-toolbar .column-left {
    display: inline-block
}

@media (max-width:1024px) {
    .halo-category-toolbar .column-left {
        width: 100%;
        text-align: left
    }
}

.halo-category-toolbar .column-left .breadcrumbs {
    margin-bottom: -6px
}

.halo-category-toolbar .column-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1025px) {
    .halo-category-toolbar .column-right {
        -ms-flex-pack: flex-end;
        justify-content: flex-end
    }
}

@media (max-width:1024px) {
    .halo-category-toolbar .column-right {
        width: 100%;
        margin-top: 18px;
        background: #f5f5f5;
        padding: 8px 15px
    }
}

.halo-category-toolbar .column-right .actionBar {
    display: inline-block;
    margin: 0
}

@media (min-width:1025px) {
    .halo-category-toolbar .column-right .actionBar {
        margin: 0 0 0 35px
    }
}

@media (min-width:1281px) {
    .halo-category-toolbar .column-right .actionBar {
        margin: 0 0 0 50px
    }
}

.halo-category-toolbar .column-right .actionBar.show-product {
    margin-left: 0;
    display: none
}

@media (min-width:1025px) {
    .halo-category-toolbar .column-right .actionBar.show-product {
        display: inline-block
    }
}

.halo-category-toolbar .column-right .actionBar .form-select {
    min-width: calc(100% - 85px);
    width: 100%;
    border: 1px solid #ddd
}

@media (min-width:551px) {
    .halo-category-toolbar .column-right .actionBar .form-select {
        min-width: 210px;
        max-width: 210px
    }
}

@media (max-width:360px) {
    .halo-category-toolbar .column-right .actionBar .form-select {
        max-width: 150px
    }
}

@media (max-width:550px) {
    .halo-category-toolbar .column-right .actionBar {
        margin-left: 0;
        text-align: right;
        position: relative
    }
}

.view-as-btn {
    display: inline-block
}

@media (min-width:1025px) {
    .view-as-btn {
        margin-left: 35px
    }
}

.view-as-btn label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #202020;
    position: relative
}

@media (max-width:550px) {
    .view-as-btn label {
        display: none
    }
}

.view-as-btn .btn-group {
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative
}

.view-as-btn .btn-group .btn-view {
    display: inline-block;
    background: 0 0;
    font-size: 0;
    text-align: center;
    min-width: 23px
}

.view-as-btn .btn-group .btn-view>.icon-view {
    width: 7px;
    height: 23px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
    vertical-align: middle
}

.view-as-btn .btn-group .btn-view>.icon-view+.icon-view {
    margin-left: 1px
}

.view-as-btn .btn-group .btn-view .icon-bar {
    width: 7px;
    height: 7px;
    background: #cecece;
    transition: all .15s ease;
    margin: 1px 0 0
}

.view-as-btn .btn-group .btn-view.grid-view .icon-bar {
    position: relative
}

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:after,
.view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    transition: all .15s ease;
    background: #cecece
}

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
    top: -8px
}

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
    bottom: -8px
}

.view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:after,
.view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:before {
    background: #202020
}

.view-as-btn .btn-group .btn-view#list-view {
    margin-left: 10px
}

@media (min-width:361px) {
    .view-as-btn .btn-group .btn-view#list-view {
        margin-left: 15px
    }
}

@media (min-width:1025px) {
    .view-as-btn .btn-group .btn-view#list-view {
        margin-left: 20px
    }
}

.view-as-btn .btn-group .btn-view#list-view>div {
    padding-top: 0;
    width: 23px
}

.view-as-btn .btn-group .btn-view#list-view .icon-bar {
    width: 23px
}

.view-as-btn .btn-group .btn-view#list-view .icon-bar+.icon-bar {
    margin: 1px 0 0
}

.view-as-btn .btn-group .btn-view#list-view .icon-bar:first-child {
    margin-top: 0
}

.view-as-btn .btn-group .btn-view.current-view .icon-bar {
    background: #202020
}

.view-as-btn .btn-group .btn-view .icon {
    width: 23px;
    height: 23px;
    fill: #cecece
}

.view-as-btn .btn-group .btn-view.list-view .icon {
    width: 29px;
    height: 29px
}

.homepage-layout-1 .view-as-btn .btn-group .btn-view.current-view .icon {
    fill: #2265dc
}

.homepage-layout-2 .view-as-btn .btn-group .btn-view.current-view .icon {
    fill: #762369
}

.sidebar-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #202020
}

@media (min-width:1025px) {
    .sidebar-label {
        display: inline-block;
        vertical-align: top;
        margin-right: 35px
    }
}

@media (min-width:1281px) {
    .sidebar-label {
        margin-right: 50px
    }
}

@media (min-width:1025px) {
    .sidebar-label.show-sidebar {
        display: none
    }
}

.sidebar-label .icon-filter {
    color: #202020;
    position: relative
}

.sidebar-label .icon-filter svg {
    width: 24px;
    height: 27px;
    fill: #202020;
    stroke: #202020;
    transform: rotate(-90deg)
}

.sidebar-label .sidebar_more {
    margin-right: 13px
}

@media (max-width:767px) {
    .sidebar-label .sidebar_more {
        display: none
    }
}

.pagination-wrapper {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination-wrapper .pagination-inner {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    width: 100%;
    display: inline-block
}

@media (min-width:551px) {
    .pagination-wrapper .pagination-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1025px) {
    .pagination-wrapper .pagination-inner {
        width: 100%
    }
}

.pagination-wrapper .pagination-inner.no-pagination {
    margin-top: 60px
}

.pagination-wrapper .pagination-inner.no-pagination .pagination {
    margin-bottom: 0
}

.pagination-wrapper .pagination-inner.showMore .pagination {
    margin-bottom: 17px
}

.pagination-wrapper .pagination-inner.showMore .pagination .pagination-list {
    display: none
}

.pagination-wrapper .pagination-inner.showMore .pagination .pagination-info {
    width: 100%;
    text-align: center
}

.pagination-wrapper .pagination-inner .pagination-info {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #505050;
    text-align: center
}

@media (min-width:551px) {
    .pagination-wrapper .pagination-inner .pagination-info {
        width: 33.33%;
        text-align: left
    }
}

.pagination-wrapper .pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination-wrapper .pagination .pagination-list {
    margin-top: 22px;
    width: 100%
}

@media (min-width:551px) {
    .pagination-wrapper .pagination .pagination-list {
        width: auto;
        text-align: right;
        margin-top: 0;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }
}

@media (min-width:1025px) {
    .pagination-wrapper .pagination .pagination-list {
        text-align: right;
        width: 66.66%
    }
}

.pagination-wrapper .u-hiddenVisually {
    display: none
}

.pagination-wrapper .showmore-category {
    width: 100%
}

.pagination-wrapper .showmore-category .showmore-category-inner {
    width: 100%;
    float: right;
    text-align: center
}

.pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category {
    min-width: 285px
}

.pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable {
    background: #bababa;
    border-color: #bababa;
    color: #fff
}

.pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .icon {
    fill: white;
    display: none
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore .icon {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    display: none;
    fill: white
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore .text {
    margin-left: 6px
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore:active .icon,
.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore:focus .icon,
.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore:hover .icon {
    fill: #762369
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore.loading .text {
    font-size: 0
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore.loading .icon {
    display: inline-block;
    animation: rotate_180 1s infinite linear;
    fill: white
}

.pagination-wrapper .showmore-category .showmore-category-inner .button-showmore.disable {
    opacity: .5;
    pointer-events: none
}

@media (min-width:1025px) {
    .pagination-wrapper .showmore-category .showmore-category-inner .button-showmore {
        min-width: 300px
    }
}

.pagination-wrapper .showmore-category.no-pagination .showmore-category-inner {
    margin-bottom: 0
}

.pagination-wrapper .compare-link {
    width: auto;
    display: none;
    font-size: 12px;
    text-align: right
}

@media (min-width:1025px) {
    .pagination-wrapper .compare-link {
        display: none;
        position: fixed;
        right: 30px;
        bottom: 20%;
        z-index: 9999
    }

    .pagination-wrapper .compare-link.show {
        display: inline-block
    }

    .pagination-wrapper .compare-link a {
        font-size: 14px;
        color: #202020;
        overflow: visible;
        font-style: italic;
        font-weight: 400;
        text-transform: uppercase
    }

    .pagination-wrapper .compare-link a .text {
        font-weight: 700;
        background-image: linear-gradient(transparent 96%, #202020 4%);
        background-repeat: repeat-x;
        background-position-y: -1px
    }

    .pagination-wrapper .compare-link a .countPill {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background: 0 0;
        color: #202020;
        width: auto;
        height: auto;
        font-size: 14px
    }
}

.halo_category_custom_block .custom-block-content {
    background: #f5f5f5;
    font-size: 0;
    border-radius: 6px
}

@media (min-width:801px) {
    .halo_category_custom_block .custom-block-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

.halo_category_custom_block .column {
    width: 100%
}

@media (min-width:801px) {
    .halo_category_custom_block .column {
        width: 50%;
        display: inline-block;
        vertical-align: middle
    }
}

.halo_category_custom_block .left-column img {
    min-height: 300px;
    border-radius: 6px 6px 0 0
}

@media (min-width:801px) {
    .halo_category_custom_block .left-column img {
        border-radius: 6px 0 0 6px
    }
}

.halo_category_custom_block .right-column {
    padding: 30px 15px 30px 15px
}

@media (min-width:651px) {
    .halo_category_custom_block .right-column {
        padding: 30px 40px 30px 40px
    }
}

@media (min-width:801px) {
    .halo_category_custom_block .right-column {
        padding: 17px 15px 25px 15px
    }
}

@media (min-width:992px) {
    .halo_category_custom_block .right-column {
        padding: 17px 25px 25px 25px
    }
}

@media (min-width:1025px) {
    .halo_category_custom_block .right-column {
        padding: 30px 45px 30px 45px
    }
}

@media (max-width:1024px) {
    .halo_category_custom_block .right-column .page-header {
        margin-bottom: 15px
    }
}

@media (max-width:1024px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
        margin-bottom: 0
    }
}

@media (max-width:550px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
        margin-bottom: 0
    }
}

.halo_category_custom_block .right-column .view-all {
    float: right
}

.halo_category_custom_block .right-column .brands-list {
    margin-left: -7.5px;
    margin-right: -7.5px
}

@media (min-width:992px) {
    .halo_category_custom_block .right-column .brands-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px
    }
}

@media (min-width:1025px) {
    .halo_category_custom_block .right-column .brands-list {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1281px) {
    .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 25px
    }
}

@media (min-width:1600px) {
    .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 40px
    }
}

.halo_category_custom_block .right-column .brands-list .brand-item {
    width: 33.33%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
    display: inline-block;
    text-align: center
}

.halo_category_custom_block .right-column .brands-list .brand-item:first-child,
.halo_category_custom_block .right-column .brands-list .brand-item:nth-child(2),
.halo_category_custom_block .right-column .brands-list .brand-item:nth-child(3) {
    margin-top: 0
}

@media (min-width:992px) {
    .halo_category_custom_block .right-column .brands-list .brand-item {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1025px) {
    .halo_category_custom_block .right-column .brands-list .brand-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px
    }
}

.halo_category_custom_block .right-column .brands-list .brand-item img {
    border-radius: 6px;
    border: 1px solid #e7e7e7
}

.halo_category_custom_block .right-column .brands-list .brand-item:hover img {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
    .homepage-layout-1 .halo_category_custom_block .column.left-column {
        width: 49.63503649635036%
    }

    .homepage-layout-1 .halo_category_custom_block .column.right-column {
        width: 50.36496350364964%
    }
}

.page-type-default.homepage-layout-1 #homeProductBlockRecommended .page-header .page-heading {
    margin-bottom: 0
}

.page-type-default.homepage-layout-1 .product-block-wrapper.noBannerLeft.noRightCate {
    display: block
}

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel .slick-list {
    margin: 0 -7.5px
}

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel-slide {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.page-type-default.homepage-layout-1 .page-header .page-heading {
    margin-bottom: 0
}

@media (min-width:551px) {
    .page-type-default.homepage-layout-1 .page-header {
        margin-bottom: 35px
    }
}

@media (max-width:550px) {
    .page-type-default.homepage-layout-1 .page-header:not(.text-left, .text-right) .view-all {
        margin-left: 30px
    }
}

.page-type-default.homepage-layout-1 #feauturedProduct2 .productCarousel:not(.slick-initialized)>.productCarousel-slide:nth-child(n+3) {
    display: none
}

@media (min-width:992px) {
    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:1025px) {
    .page-type-default.homepage-layout-1 #shipping-custom-block>.container {
        max-width: 1410px
    }

    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-type-default.homepage-layout-1 .halo_custom_block_five_images>.container {
        max-width: 1410px
    }

    .page-type-default.homepage-layout-1 .halo_custom_block_five_images .banner-list {
        margin-left: -15px;
        margin-right: -15px
    }
}

.page-type-default.homepage-layout-2 #homeProductBlock2.home-product-block {
    padding-top: 5px
}

.page-type-default.homepage-layout-2 .home-product-block .page-header {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list .banner-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
    margin-bottom: 15px
}

@media (min-width:1025px) {
    .page-type-default.homepage-layout-2 #homeProductBlockRecommended {
        padding-top: 30px
    }

    .page-type-default.homepage-layout-2 #homeProductBlockRecommended.padding-bottom-30 {
        padding-bottom: 35px
    }

    .page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
        margin-bottom: 20px
    }
}

.page-type-default.homepage-layout-2 .halo_custom_cms_block>.container {
    /* max-width: 1400px; */
}

.page-type-default.homepage-layout-2 .product-block-cate-id {
    margin-top: 10px
}

.page-type-default.homepage-layout-2 .product-block-cate-id .product-block .card {
    border-radius: 6px
}

.page-type-default.homepage-layout-2 #topSellerProduct2 .productCarousel:not(.slick-initialized)>.productCarousel-slide:nth-child(n+3) {
    display: none
}

@media (max-width:767px) {

    body.page-type-brand .pagination-wrapper .pagination-inner.no-pagination,
    body.page-type-category .pagination-wrapper .pagination-inner.no-pagination,
    body.page-type-search .pagination-wrapper .pagination-inner.no-pagination {
        margin-top: 10px
    }
}

.blog {
    margin-bottom: 1.5rem;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd
}

@media (min-width:1025px) {
    .blog {
        margin: auto;
        width: 100%
    }
}

.blog+.blog {
    padding-top: 20px
}

.blog .tags {
    margin-top: 3rem;
    text-align: center
}

.blog .socialLinks {
    text-align: center
}

.blog .addthis_toolbox {
    margin-top: 3rem
}

.blog-title {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.blog-title a {
    text-decoration: none
}

.blog-title a span {
    background-repeat: repeat-x;
    background-position-y: -2px
}

.blog-title a:hover span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%)
}

.blog-author,
.blog-date {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 35px
}

.blog-author {
    margin-bottom: 2.5rem
}

.blog-post {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8
}

.blog-post .blog-post-btn {
    display: block;
    margin-top: 25px
}

.blog-post .blog-post-btn .button {
    display: inline-block;
    margin-bottom: 0;
    border-color: #000;
    text-transform: unset;
    font-weight: 600;
    min-width: 151px
}

.blog-post .blog-post-btn .button:hover {
    border-color: #0a6cdc
}

.blog-post h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 18px
}

.blog-post .des-list>li {
    margin-top: 5px
}

.blog-post .des-list-nostyle {
    margin-left: 0
}

.blog-post .des-list-nostyle>li {
    display: block
}

.blog-post .des-list-nostyle>li>span {
    width: 16px;
    display: inline-block
}

.blog-post .des-col {
    padding: 10px 0
}

.blog-post .des-col .des-item {
    width: 100%
}

@media (min-width:551px) {
    .blog-post .des-col .des-item {
        display: -ms-flexbox;
        display: flex
    }
}

.blog-post .des-col .des-item .desItem-img {
    text-align: center;
    width: 100%;
    min-width: 100%
}

.blog-post .des-col .des-item .desItem-img:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0
}

.blog-post .des-col .des-item .desItem-img:not(.slick-initialized)>.a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden
}

.blog-post .des-col .des-item .desItem-img:not(.slick-initialized)>.a:not(:first-child) {
    opacity: 0;
    visibility: hidden
}

.blog-post .des-col .des-item .desItem-img .slick-dots {
    position: absolute;
    bottom: 35px
}

@media (min-width:551px) {
    .blog-post .des-col .des-item .desItem-img {
        width: 50%;
        min-width: 50%
    }
}

.blog-post .des-col .des-item .desItem-content {
    padding: 35px;
    display: block;
    text-align: left;
    background-color: #f5f5f5;
    width: 100%
}

.blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-top {
    font-size: 18px;
    background-repeat: repeat-x;
    background-position-y: -2px;
    background-image: linear-gradient(transparent 86%, #fdc525 14%);
    padding: 0 0 10px 0;
    display: inline-block;
    margin-bottom: 0
}

.blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (min-width:1025px) {
    .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
        font-size: 32px
    }
}

@media (min-width:1200px) {
    .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
        font-size: 40px
    }
}

.blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 35px
}

.blog-post .des-col .des-item .desItem-content .desItemContent-detail .button {
    min-width: 200px
}

@media (min-width:551px) {
    .blog-post .des-col .des-item .desItem-content {
        padding: 20px 35px;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .blog-post .des-col .des-item .desItem-content {
        padding: 45px 70px 45px 70px
    }
}

.blog-post .des-contentBorder {
    font-style: italic;
    border: 1px solid #ddd;
    border-left: 10px solid #fdc525;
    padding: 25px 30px;
    margin-top: 25px;
    margin-bottom: 35px
}

.page-type-blog_post .blog {
    border-bottom: none
}

.blog-thumbnail {
    margin: 0 auto 2rem;
    position: relative
}

.blog-thumbnail img {
    width: 100%
}

.blog-post-figure {
    display: block;
    margin: auto;
    text-align: left
}

.blog-post-body {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%
}

.blog-page .page-sidebar {
    width: 240px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px
}

.blog-page .page-sidebar+.page-content {
    width: calc(100% - 240px);
    padding-top: 0;
    padding-left: 100px;
    padding-right: 0
}

.blog-page .page-sidebar .sidebarBlock-heading {
    line-height: 40px
}

.blog-page .social-mediaBlock {
    padding-bottom: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    position: unset;
    width: 100%;
    margin-left: 0
}

.blog-page .social-mediaBlock>p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px
}

.blog-page .social-mediaBlock .socialMedia-dropdown {
    position: unset;
    padding: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    display: block
}

.blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
    display: none
}

.blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link+p {
    display: none
}

.blog-page .social-mediaBlock .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.blog-page .social-mediaBlock .facebookRecommendBtn,
.blog-page .social-mediaBlock .socialMedia-button {
    display: none
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn {
    border-radius: 50% !important;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    padding: 9px
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
    border: none;
    padding: 5px
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
    height: 28px !important;
    width: 28px !important
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
    stroke: #fff;
    stroke-width: 2px;
    height: 28px !important;
    width: 28px !important
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
    height: 20px !important;
    width: 20px !important
}

.blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
    fill: #2d394a !important;
    height: 20px !important;
    width: 20px !important
}

.blog-page .pagination-list {
    margin-top: 35px
}

.blog-page .pagination-list .pagination-item {
    vertical-align: top
}

.blog-page .sidebarBlock+.sidebarBorder {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 0
}

.blog-page .sidebarBlock#sideBannerImage {
    margin-top: -5px;
    padding-top: 35px
}

.recentPosts_List {
    margin-bottom: 35px
}

.recentPosts_List .recentPost_item {
    margin-bottom: 25px
}

.recentPosts_List .recentPost_item .recentPost_title {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 8px;
    display: block
}

.recentPosts_List .recentPost_item .recentPost_title span {
    background-repeat: repeat-x;
    background-position-y: -2px
}

.recentPosts_List .recentPost_item .recentPost_title:hover {
    color: #0a6cdc
}

.recentPosts_List .recentPost_item .recentPost_title:hover span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%)
}

.recentPosts_List .recentPost_item .recentPost_date {
    color: #787878;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.recentPosts_tags,
.tags {
    display: none;
    margin-left: 0;
    margin-bottom: 30px
}

.recentPosts_tags .tag,
.tags .tag {
    display: inline-block;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s ease
}

.recentPosts_tags .tag .link,
.tags .tag .link {
    color: #787878;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    display: block
}

.recentPosts_tags .tag:hover,
.tags .tag:hover {
    background-color: #fff;
    border-color: #000
}

.recentPosts_tags .tag:hover .link,
.tags .tag:hover .link {
    color: #232323
}

.tags-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start
}

.tags-block .tags-title {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px;
    color: #505050
}

.tags-block .tags {
    display: block;
    margin: 0;
    text-align: left
}

.side-block-body .page-sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width:1024px) {
    .blog-page .page-sidebar {
        width: 347px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .blog-page .page-sidebar+.page-content {
        width: 100%;
        padding-left: 0
    }

    .blog-page .page-content {
        width: 100%;
        padding-left: 0
    }

    .blog-page .sidebar-label {
        margin-bottom: 20px
    }

    .blog-page .sidebar-label .sidebar_more {
        display: block
    }

    .blog-page .close-sidebar {
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: #fff;
        padding: 12px 30px 0
    }

    .blog-page nav {
        padding: 0 30px 30px 30px
    }
}

.sidebarBlock .page-header {
    text-align: left
}

.sidebarBlock .page-header .sidebarBlock-heading {
    padding-right: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px
}

.sidebarBlock .page-header .view-all {
    position: absolute;
    right: 0;
    top: 50%;
    margin-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -1px
}

.sidebarBlock+.sidebarBorder {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    margin-top: 17px
}

.sidebarBlock+#sideBannerImage {
    padding-bottom: 5px
}

.sidebarBlock+#sideCustomCMS {
    margin-top: 28px
}

.sidebarBlock .navList {
    margin-bottom: 10px
}

.sidebarBlock .navList .navList-action {
    padding: 6px 0
}

.sidebarBlock .navList .navList-item:first-child .navList-action {
    padding-top: 3px
}

.sidebarBorder {
    display: inline-block;
    width: 100%
}

.sidebarBorder+.sidebarBorder {
    border-top: 1px solid #ddd;
    padding-top: 22px;
    margin-top: 17px
}

.sidebarBlock-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: left
}

#sideAllCategories {
    margin-bottom: 26px
}

#sideAllCategories .sidebarBlock-heading {
    margin-bottom: 18px
}

#sideAllCategories+#facetedSearch {
    padding-top: 22px;
    margin-top: 35px;
    border-top: 1px solid #ddd
}

#sideAllCategories+#sideBannerImage {
    margin-top: 27px
}

.all-categories-list {
    margin: 0;
    list-style: none
}

.all-categories-list li {
    margin-bottom: 0;
    padding: 8px 0 8px 0;
    position: relative
}

.all-categories-list li:first-child {
    padding-top: 0
}

.all-categories-list>.navPages-item>.dropdown-category-list {
    margin: 8px 0 0 0
}

.all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0
}

.all-categories-list .navPages-item a {
    padding: 0 0;
    vertical-align: top;
    display: inline-block;
    color: #202020;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 3
}

.all-categories-list .navPages-item a:hover {
    color: #202020
}

.all-categories-list .navPages-item:first-child>.icon-dropdown {
    height: 22px
}

.all-categories-list .navPages-item:last-child {
    padding-bottom: 0
}

.all-categories-list .navPages-item:last-child>.icon-dropdown {
    height: 38px
}

.all-categories-list .navPages-item .icon-dropdown {
    float: right;
    width: 100%;
    height: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.all-categories-list .navPages-item .icon-dropdown .icon-plus {
    width: 12px;
    height: 12px;
    position: relative
}

.all-categories-list .navPages-item .icon-dropdown .icon-plus:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: #bbb;
    width: 100%;
    height: 2px;
    transform: translate3D(0, -50%, 0) rotate(0);
    transition: all .5s ease
}

.all-categories-list .navPages-item .icon-dropdown .icon-plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    background: #bbb;
    width: 2px;
    height: 100%;
    transform: translate3D(0, 0, 0) rotate(0);
    transition: all .5s ease
}

.all-categories-list .navPages-item>.icon-dropdown {
    height: 38px
}

.all-categories-list .navPages-item>.icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .navPages-item>.icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .navPages-item.current-cat>a {
    font-weight: 600;
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.all-categories-list .navPages-item.current-cat>.icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .navPages-item.current-cat>.icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .navPages-item.current-cat.open>.icon-dropdown .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .navPages-item.current-cat.open>.icon-dropdown .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .navPages-item.open {
    padding-bottom: 0
}

.all-categories-list .navPages-item .current-cat>a,
.all-categories-list .navPages-item.is-clicked>a {
    font-weight: 500
}

.all-categories-list .dropdown-category-list {
    margin: 8px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    width: 100%
}

.all-categories-list .dropdown-category-list.cat-expanded {
    display: block
}

.all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .dropdown-category-list .icon-dropdown {
    margin-right: -10px
}

.all-categories-list .dropdown-category-list>.navPage-subMenu-item>.navPage-subMenu-action {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #202020
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    padding: 8px 20px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
    padding: 0
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-dropdown {
    height: 38px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child a {
    padding-top: 0
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat>a {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat>.icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat>.icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item.open>.icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item.open>.icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
    width: auto;
    -webkit-transition: padding-left .3s linear;
    -moz-transition: padding-left .3s linear;
    -ms-transition: padding-left .3s linear;
    -o-transition: padding-left .3s linear
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item {
    padding: 6px 20px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:first-child a {
    padding-top: 0
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:last-child {
    padding-bottom: 0
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
    position: relative;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #505050
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover {
    color: #0a6cdc
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover>span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
    height: 22px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a {
    color: #0a6cdc
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover {
    color: #0a6cdc
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover>span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open>.icon-dropdown.is-clicked .icon-plus:before {
    transform: translate3D(0, -50%, 0) rotate(180deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open>.icon-dropdown.is-clicked .icon-plus:after {
    transform: translate3D(0, 0, 0) rotate(90deg)
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 1px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
    padding-left: 60px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
    left: 45px
}

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
    margin: 0;
    width: auto;
    border: none
}

.navList {
    margin-bottom: 0
}

.navList .navList-item {
    padding-bottom: 1px
}

.navList .navList-item .navList-action {
    font-size: 16px;
    color: #505050
}

.navList .navList-item .navList-action:hover {
    color: #000
}

#sideShopByPrice .navList-action {
    letter-spacing: 0
}

#sideShopByPrice .navList {
    max-height: 295px;
    overflow-y: auto;
    scrollbar-color: #787878 #fafafa;
    scrollbar-width: thin !important
}

#sideShopByPrice .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa
}

#sideShopByPrice .navList::-webkit-scrollbar-thumb {
    background-color: #787878
}

#sideShopByBrands .navList-item.view_all a {
    color: #202020;
    padding-bottom: 0
}

#sideShopByBrands .navList-item.view_all a>span {
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 2px
}

#sideShopByBrands .navList {
    max-height: 295px;
    overflow-y: auto;
    scrollbar-color: #787878 #fafafa;
    scrollbar-width: thin !important
}

#sideShopByBrands .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa
}

#sideShopByBrands .navList::-webkit-scrollbar-thumb {
    background-color: #787878
}

#sideShopByBrands+#sideBannerImage {
    margin-top: 30px
}

.sidebarProduct {
    margin: 10px 0 0 0
}

.sidebarProduct .productCarousel-slide .card {
    margin-bottom: 0
}

.sidebarProduct .productCarousel-slide .card .card-figcaption {
    opacity: 1;
    margin-top: 0;
    display: inline-block
}

.sidebarProduct .productCarousel-slide .card .card-figcaption .card-figcaption-body {
    text-align: left
}

.sidebarProduct .productCarousel-slide .card .card-figcaption .card-details {
    background: 0 0;
    color: #202020
}

.sidebarProduct .productCarousel-slide:last-child .card {
    margin-bottom: 0
}

.sidebarProduct .productCarousel-slide .card-body {
    width: 100%;
    display: inline-block;
    font-size: 0
}

.sidebarProduct .productCarousel-slide .card-body .card-price {
    margin-bottom: 5px
}

.sidebarProduct .productCarousel-slide .card-body .card_optionImage .form-field {
    margin-bottom: 12px;
    margin-top: 2px
}

#sideProducts {
    margin-top: 27px
}

#sideProducts .newText {
    display: none
}

#sideProducts .sidebarProduct {
    margin-bottom: 7px
}

#sideProducts .sidebarProduct .productCarousel-slide {
    width: 100%;
    display: none
}

#sideProducts .sidebarProduct .productCarousel-slide.slick-slide,
#sideProducts .sidebarProduct .productCarousel-slide:first-child {
    display: inline-block
}

#sideProducts .sidebarProduct .productCarousel-slide .card_optionImage {
    height: 38px
}

#sideProducts .sidebarProduct .productCarousel-slide .card-body.no-optionImage .card_optionImage {
    height: 0
}

@media (min-width:1025px) {
    #sideProducts .productsByCategoryId .halo_productLoading {
        min-height: 410px
    }
}

#sideProducts .productsByCategoryId .productCarousel-slide {
    width: 100%;
    display: none
}

#sideProducts .productsByCategoryId .productCarousel-slide.slick-slide,
#sideProducts .productsByCategoryId .productCarousel-slide:first-child {
    display: inline-block
}

#sideBannerImage {
    margin-top: 18px;
    display: inline-block;
    width: 100%;
    margin-top: 22px
}

#sideBannerImage .side-cms-content {
    text-align: center
}

#sideBannerImage .side-cms-content .cms-image {
    display: block
}

#sideBannerImage .side-cms-content .cms-image .card-img-container {
    max-width: 100%
}

#sideBannerImage .side-cms-content .cms-image .card-img-container:after {
    padding-bottom: 195.83333%
}

#sideCustomCMS .sidebarBlock-heading {
    margin-bottom: 15px
}

#sideCustomCMS .side-cms-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px
}

#sideCustomCMS .side-cms-content p:last-child {
    margin-bottom: 0
}

.brandGrid {
    list-style: none;
    max-width: none;
    width: auto;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px
}

.brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0
}

.brandGrid .brand .card-body {
    text-align: center;
    margin: 20px 0 0
}

.brandGrid .brand .card-body .link {
    font-size: 14px;
    font-weight: 700;
    color: #505050;
    transition: unset;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0;
    position: relative
}

.brandGrid .brand .card-body .link .text {
    padding: 0 0 1px 0
}

@media (min-width:768px) {
    .brandGrid .brand {
        width: 33.3333333%
    }
}

@media (min-width:1025px) {
    .brandGrid .brand {
        width: 25%
    }

    .brandGrid .brand .card .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: .3s ease;
        background-color: rgba(0, 0, 0, .25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .25) 100%)
    }

    .brandGrid .brand .card .link {
        transition: .3s ease
    }

    .brandGrid .brand .card:hover .image:before {
        top: 0
    }

    .brandGrid .brand .card:hover .link {
        color: #0a6cdc
    }

    .brandGrid .brand .card:hover .link span {
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
        background-repeat: repeat-x;
        background-position-y: 0
    }
}

@media (min-width:1280px) {
    .brandGrid .brand {
        width: 20%
    }
}

@media (min-width:1600px) {
    .brandGrid .brand {
        width: 16.6666666%
    }
}

.page-type-brands .page {
    position: relative
}

.haloAZBrandsTable {
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    letter-spacing: 0;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 30px 0;
    overflow-x: auto;
    padding-bottom: 5px
}

.haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none
}

.haloAZBrandsTable li a {
    font-size: 14px;
    font-weight: 700;
    color: #505050;
    display: block;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.haloAZBrandsTable li:first-child {
    min-width: 70px;
    border-left: 1px solid #d6d6d6
}

.haloAZBrandsTable li.disable {
    pointer-events: none
}

.haloAZBrandsTable li.disable a {
    color: #999;
    pointer-events: none
}

.haloAZBrandsTable li.is-active {
    border-color: #fff;
    background-color: #fff
}

.haloAZBrandsTable li.is-active a {
    color: #762369
}

@media (min-width:1025px) {
    .haloAZBrandsTable {
        margin: 0 0 40px 0
    }

    .haloAZBrandsTable li {
        width: 10%
    }

    .haloAZBrandsTable li:hover {
        border-color: #fff;
        background-color: #fff
    }

    .haloAZBrandsTable li:hover a {
        color: #762369
    }
}

.haloAZBrandsWrapper .azBrands-group {
    display: none;
    margin: 0 0 30px 0
}

.haloAZBrandsWrapper .azBrands-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase
}

.haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none
}

.haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
    margin: 0;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    letter-spacing: 0;
    line-height: 35px;
    text-transform: capitalize
}

.haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
    color: gray;
    padding: 0 0 1px 0;
    transition: unset
}

.haloAZBrandsWrapper .azBrands-group.is-active {
    display: block
}

.haloAZBrandsWrapper.active-all {
    column-count: 2
}

.haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset
}

.haloAZBrandsWrapper.is-loading .loadingOverlay {
    display: block
}

@media (min-width:768px) {
    .haloAZBrandsWrapper .azBrands-group {
        column-count: 3
    }

    .haloAZBrandsWrapper.active-all {
        column-count: 3
    }
}

@media (min-width:1025px) {
    .haloAZBrandsWrapper .azBrands-group {
        column-count: 4
    }

    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
        color: #0a6cdc;
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
        background-repeat: repeat-x;
        background-position-y: 0
    }

    .haloAZBrandsWrapper.active-all {
        column-count: 4
    }
}

@media (min-width:1280px) {
    .haloAZBrandsWrapper .azBrands-group {
        column-count: 5
    }

    .haloAZBrandsWrapper.active-all {
        column-count: 5
    }
}

@media (min-width:1600px) {
    .haloAZBrandsWrapper .azBrands-group {
        column-count: 6
    }

    .haloAZBrandsWrapper.active-all {
        column-count: 6
    }
}

.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: 100%
}

.brand .card-img-container {
    max-width: 200px
}

.brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.productGrid {
    list-style: none;
    margin-left: 0;
    margin: 0 -7.5px;
    margin-bottom: 0;
    max-width: none;
    width: auto;
    font-size: 0
}

.productGrid ol,
.productGrid ul {
    list-style: none;
    margin-bottom: 0
}

@media (min-width:1025px) {
    .productGrid {
        margin: 0 -10px
    }
}

.productGrid .product {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 50%;
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: top
}

@media (min-width:551px) {
    .productGrid .product {
        width: 33.33333%
    }
}

@media (min-width:1025px) {
    .productGrid .product {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.productGrid.col-2 .product {
    width: 50%
}

.productGrid.col-3 .product {
    width: 50%
}

@media (min-width:551px) {
    .productGrid.col-3 .product {
        width: 33.33333%
    }
}

.productGrid.col-4 .product {
    width: 50%
}

@media (min-width:551px) {
    .productGrid.col-4 .product {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .productGrid.col-4 .product {
        width: 25%
    }
}

.productGrid.col-5 .product {
    width: 50%
}

@media (min-width:551px) {
    .productGrid.col-5 .product {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .productGrid.col-5 .product {
        width: 25%
    }
}

@media (min-width:1280px) {
    .productGrid.col-5 .product {
        width: 20%
    }
}

.productGrid.col-6 .product {
    width: 50%
}

@media (min-width:768px) {
    .productGrid.col-6 .product {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .productGrid.col-6 .product {
        width: 25%
    }
}

@media (min-width:1280px) {
    .productGrid.col-6 .product {
        width: 20%
    }
}

@media (min-width:1600px) {
    .productGrid.col-6 .product {
        width: 16.66667%
    }
}

.homepage-layout-2 .page-type-default .productGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:551px) {
    .homepage-layout-2 .page-type-default .productGrid {
        margin: 0 -7.5px
    }
}

@media (min-width:1025px) {
    .homepage-layout-2 .page-type-default .productGrid {
        margin: 0 -10px
    }
}

.homepage-layout-2 .page-type-default .productGrid .product {
    margin-bottom: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding: 0
}

@media (min-width:551px) {
    .homepage-layout-2 .page-type-default .productGrid .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

@media (min-width:1025px) {
    .homepage-layout-2 .page-type-default .productGrid .product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }
}

.homepage-layout-2 .page-type-default .productGrid .product .card {
    height: 100%;
    margin-bottom: 0
}

@media (max-width:550px) {
    .homepage-layout-2 .page-type-default .productGrid .product:nth-child(n+1) .card {
        border-radius: 6px 0 0 6px
    }
}

@media (max-width:550px) {
    .homepage-layout-2 .page-type-default .productGrid .product:nth-child(2n) .card {
        border-radius: 0 6px 6px 0
    }
}

.homepage-layout-2 .page-type-default .productGrid.col-2 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.homepage-layout-2 .page-type-default .productGrid.col-3 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:551px) {
    .homepage-layout-2 .page-type-default .productGrid.col-3 .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.homepage-layout-2 .page-type-default .productGrid.col-4 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:551px) {
    .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:992px) {
    .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.homepage-layout-2 .page-type-default .productGrid.col-5 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:551px) {
    .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:992px) {
    .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1280px) {
    .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.homepage-layout-2 .page-type-default .productGrid.col-6 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.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:1025px) {
    .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:1025px) {
    .no-csscolumns .productGrid-maxCol6 .product {
        width: 16.66667%
    }
}

@media (min-width:1025px) {
    .csscolumns .productGrid-maxCol6 {
        column-count: 6
    }
}

@media (min-width:1025px) {
    .no-csscolumns .productGrid-maxCol3 .product {
        width: 33.33333%
    }
}

@media (min-width:1025px) {
    .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 {
    list-style: none;
    margin-left: 0;
    margin: 0 auto 15px auto;
    max-width: 1570px
}

.productList ol,
.productList ul {
    list-style: none;
    margin-bottom: 0
}

.productList.sidebar-hide {
    max-width: 1170px
}

.productList .product .card {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px
}

@media (min-width:551px) {
    .productList .product .card {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin-bottom: 50px
    }
}

.productList .product .card:hover .card-bottom .card-compare {
    display: none
}

.productList .product .card-body {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    position: relative
}

@media (min-width:551px) {
    .productList .product .card-body {
        width: calc(100% - 250px);
        padding-left: 20px;
        padding-top: 0
    }
}

@media (min-width:768px) {
    .productList .product .card-body {
        width: calc(100% - 262px);
        padding-left: 30px;
        padding-top: 10px
    }
}

@media (min-width:1200px) {
    .productList .product .card-body {
        padding-left: 70px;
        width: calc(100% - 390px)
    }
}

.productList .product .card-body .card-title {
    margin-bottom: 10px;
    text-align: left;
    padding-right: 0
}

.productList .product .card-body .card-title>a {
    display: block
}

.productList .product .card-body .card-title .color-name {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 7px;
    display: none;
    max-width: 100%
}

.productList .product .card-body .card-brand {
    margin-bottom: 8px
}

.productList .product .card-body .card-price {
    margin-bottom: 10px
}

@media (min-width:1025px) {
    .productList .product .card-body .card-price {
        margin-bottom: 12px
    }
}

.productList .product .card-body .card-rating {
    margin-bottom: 10px;
    margin-left: 0;
    display: inline-block
}

@media (min-width:1025px) {
    .productList .product .card-body .card-figcaption-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

@media (min-width:1025px) {
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body {
        width: calc(100% - 134px)
    }
}

.productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 15px
}

@media (max-width:550px) {
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
        max-width: 100%
    }
}

.productList .product .card-body .card-figcaption-bottom .card-figcaption-body .catalog-down {
    width: 50px;
    height: 50px
}

@media (min-width:1025px) {
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .catalog-down {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:550px) {
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .catalog-down {
        margin-left: 15px
    }
}

@media (min-width:1025px) {
    .productList .product .card-body .card-figcaption-bottom .card-compare {
        opacity: 1;
        margin-top: 8px
    }
}

.productList .product .card-body .card-figcaption {
    opacity: 1;
    max-width: 100%;
    display: inline-block;
    margin-top: 0;
    height: 45px
}

@media (min-width:551px) {
    .productList .product .card-body .card-figcaption {
        max-width: 270px
    }
}

.productList .product .card-desc {
    display: block;
    margin-bottom: 10px;
    font-size: 16px
}

@media (min-width:1025px) {
    .productList .product .card-desc {
        margin-bottom: 12px
    }
}

.productList .product .card-desc p {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .productList .product .card-desc p {
        display: -webkit-box;
        overflow: hidden;
        position: relative;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2
    }
}

.productList .product .card_optionImage [data-product-attribute] {
    margin-bottom: 22px
}

@media (min-width:551px) {
    .productList .product .card_optionImage [data-product-attribute] {
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

@media (min-width:992px) {
    .productList .product .card_optionImage [data-product-attribute] {
        margin-bottom: 30px
    }
}

@media (min-width:1281px) {
    .listItem:focus-within .listItem-figureBody {
        opacity: 1
    }
}

@media (min-width:1281px) {
    .listItem.focus-within .listItem-figureBody {
        opacity: 1
    }
}

@media (min-width:551px) {
    .listItem {
        margin: 0 -.75rem;
        max-width: none;
        width: auto;
        display: table;
        width: 100%
    }

    .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:1281px) {

    .listItem-body,
    .listItem-figure {
        vertical-align: middle
    }
}

.listItem-button {
    background-color: #fff;
    border-color: #505050;
    color: #202020
}

.listItem-button:focus,
.listItem-button:hover {
    background-color: #762369;
    border-color: #505050;
    color: #202020
}

.listItem-figure {
    margin: 0 0 1.5rem;
    position: relative
}

.listItem-figure__link {
    display: block;
    margin: 3px
}

@media (min-width:551px) {
    .listItem-figure {
        margin-bottom: 0;
        padding-left: .78571rem;
        padding-right: .78571rem;
        width: 25%
    }
}

.listItem-figure .listItem-button {
    margin: 1.5rem 0
}

@media (min-width:1281px) {
    .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all
    }
}

.listItem-figureBody {
    opacity: 1;
    text-align: center
}

@media (min-width:1281px) {
    .listItem-figureBody {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        position: absolute
    }

    .listItem:hover .listItem-figureBody {
        opacity: 1
    }
}

.listItem-image {
    width: 100%
}

@media (min-width:551px) {
    .listItem-body {
        padding-left: 1.28571rem;
        padding-right: .78571rem;
        width: 75%
    }
}

@media (min-width:1281px) {
    .listItem-content {
        display: table
    }
}

@media (min-width:1281px) {

    .listItem-actions,
    .listItem-details {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:1281px) {
    .listItem-details {
        padding-right: 6rem
    }

    .listItem-details>:last-child {
        margin-bottom: 0
    }
}

.listItem-rating {
    margin-bottom: .35714rem
}

.listItem-brand {
    color: #757575;
    font-size: 1rem;
    margin: 0 0 .21429rem
}

@media (min-width:1025px) {
    .listItem-brand {
        font-size: 18px;
        margin-bottom: 0
    }
}

.listItem-title {
    font-size: 18px;
    margin: 0 0 .21429rem
}

@media (min-width:1025px) {
    .listItem-title {
        font-size: 20px
    }
}

.listItem-title>a {
    text-decoration: none
}

.listItem-price {
    margin-bottom: 1rem
}

@media (min-width:1025px) {
    .listItem-price {
        font-size: 20px
    }
}

@media (min-width:1281px) {
    .listItem-actions {
        vertical-align: middle;
        width: 22%
    }

    .listItem-actions .button-compare {
        font-size: 16px;
        padding: .57143rem 1.5rem
    }
}

.listItem-actions .button {
    margin-bottom: 0
}

@media (min-width:1281px) {
    .listItem-actions .button {
        width: 100%
    }

    .listItem-actions .button+.button {
        margin: .78571rem 0 0
    }
}

@media (min-width:1281px) {
    .page-sidebar+.page-content .productList .listItem-details {
        padding-right: 3rem
    }
}

@media (min-width:1281px) {
    .page-sidebar+.page-content .productList .listItem-actions {
        width: 30%
    }
}

.productView {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.productView:after,
.productView:before {
    content: " ";
    display: table
}

.productView:after {
    clear: both
}

@media (min-width:1025px) {
    .productView {
        display: block
    }
}

.modal .productView {
    padding-bottom: 0;
    padding-top: 0
}

@media (max-width:767px) {
    .productView {
        padding-top: 0
    }
}

.productView-quickView .socialLinks-item-print {
    display: none
}

.productView-images {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .productView-images {
        width: 40%;
        padding-right: 15px
    }

}

@media(max-width:992px) {
    .thumbnail-slider .thumbs-wrapper {
        overflow: hidden;
        width: 210px !important;
    }
}

.productView-details {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .productView-details {
        clear: right;
        float: right;
        width: 60%;
        padding-left: 15px
    }
}

.productView-quickView .productView-details {
    position: relative
}

.productView-details.product-data {
    -ms-flex-order: -1;
    order: -1
}

@media (min-width:1279px) {
    .productView-details {
        padding-left: 8px
    }
}

.productView-description {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1
}

.productView-description .productView-title {
    border-bottom: 1px solid #666;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:1025px) {
    .productView-description .productView-description {
        clear: both;
        float: none;
        width: 100%
    }
}

.productView-description .tabs {
    background-color: #f5f5f5;
    width: 100%;
    padding-top: 10px;
    padding-left: calc((100% - 1370px)/ 2);
    padding-right: calc((100% - 1370px)/ 2)
}

@media (max-width:1024px) {
    .productView-description {
        margin-bottom: 30px
    }
}

.detailReviews-block {
    border-top: 1px solid #d5d5d5;
    padding-top: 55px
}

.detailReviews-block #product-reviews {
    border-top: none
}

#product-reviews.productView-noReviews {
    margin-bottom: 55px
}

#product-reviews.productView-noReviews .toggle-title {
    margin-bottom: 30px
}

#product-reviews .toggle-title {
    margin-top: 0;
    margin-bottom: 50px
}

#product-reviews .toggle-title .rw-title {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

#product-reviews .toggle-title .rw-total {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    background-color: #f5f5f5;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    line-height: 30px
}

#product-reviews .toggle-title .productView-reviewLink {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    margin-left: 15px;
    background-color: #762369;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    background-image: none;
    line-height: 30px
}

#product-reviews .toggle-title .toggleLink svg {
    fill: #202020;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

#product-reviews .toggle-title .toggleLink .toggleLink-text {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

#product-reviews .toggle-title .toggleLink.is-open svg {
    transform: rotate(180deg)
}

#product-reviews .productReview {
    width: 100%;
    margin-bottom: 40px
}

#product-reviews .productReview-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-weight: 700
}

#product-reviews .productReview-rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 10px
}

#product-reviews .productReview-author {
    margin-bottom: 20px
}

#product-reviews .productReview-body {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width:767px) {
    #product-reviews .toggle-title {
        position: relative
    }

    #product-reviews .toggle-title .rw-title {
        display: block;
        margin-bottom: 20px;
        font-size: 18px
    }

    #product-reviews .toggle-title .rw-total {
        margin-left: 0
    }

    #product-reviews .toggle-title .toggleLink {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }
}

@media (max-width:375px) {
    #product-reviews .toggle-title {
        position: relative
    }

    #product-reviews .toggle-title .rw-total {
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        text-align: center
    }

    #product-reviews .toggle-title .productView-reviewLink {
        display: block;
        text-align: center;
        margin-left: 0
    }

    #product-reviews .toggle-title .toggleLink {
        display: block;
        position: static;
        color: #fff;
        background-color: #762369;
        padding: 5px 30px;
        min-height: 40px;
        border-radius: 40px;
        margin-top: 15px;
        text-align: center;
        line-height: 30px
    }

    #product-reviews .toggle-title .toggleLink span {
        color: #fff !important
    }

    #product-reviews .toggle-title .toggleLink svg {
        fill: white
    }
}

.detailProduct-block {
    margin-bottom: 65px;
    border-top: 1px solid #d5d5d5;
    padding-top: 60px
}

.detailProduct-block .page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detailProduct-block .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial
}

@media (max-width:767px) {
    .detailProduct-block .page-header {
        display: block
    }

    .detailProduct-block .page-header .page-heading {
        display: block;
        margin-right: 0
    }

    .detailProduct-block .page-header .view-all {
        display: inline-block;
        text-align: left
    }
}

.detailProduct-banner {
    text-align: center;
    margin-bottom: 50px
}

@media (max-width:1199px) {
    .detailProduct-banner {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .detailProduct-banner {
        margin-bottom: 0
    }
}

.halo_securityImage {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .halo_securityImage {
        padding-left: 15px;
        clear: right;
        float: right;
        width: 50%;
        margin-bottom: 80px;
        padding-left: 1rem
    }
}

@media (min-width:1279px) {
    .halo_securityImage {
        padding-left: 55px
    }
}

.halo_securityImage .halo_securityDes {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

.halo_securityImage ul {
    list-style: none;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px
}

.halo_securityImage ul li {
    margin: 0 15px 0 0;
    display: inline-block
}

.halo_securityImage ul li:last-child {
    margin-right: 0
}

.halo_securityImage ul::-webkit-scrollbar {
    height: 5px
}

.halo_securityImage ul::-webkit-scrollbar-track {
    background: #eaeaea
}

.halo_securityImage ul::-webkit-scrollbar-thumb {
    background: #000
}

.halo-bundle-products {
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 0 25px 0;
    border-top: 5px solid #f6f6f6;
    position: relative;
    clear: both
}

.halo-bundle-products .halo-block-header {
    text-align: center
}

.halo-bundle-products .bundle-products-wrapper {
    display: block
}

.halo-bundle-products .bundle-product-left {
    width: 100%
}

.halo-bundle-products .bundle-product-right {
    width: 100%;
    margin: 45px 0 0 0
}

.halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -15px;
    width: auto
}

.halo-bundle-products .halo-product-list:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    position: relative
}

.halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
    display: inline-block;
    vertical-align: top;
    width: auto;
    opacity: 0;
    visibility: hidden
}

.halo-bundle-products .halo-product-list:not(.slick-initialized):before {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-3uw22zu194/stencil/a2328a40-4e30-013c-8353-6623b83370e2/e/78e35be0-540e-013b-767a-5677768142a7/img/loading.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.halo-bundle-products .halo-product-list .slick-dots li button {
    width: 11px;
    height: 11px
}

.halo-bundle-products .halo-product-list .slick-dots li button::before {
    width: 11px;
    height: 11px
}

.halo-bundle-products .halo-product-item {
    padding: 0 15px
}

.halo-bundle-products .halo-product-item .halo-product-image {
    position: relative
}

.halo-bundle-products .halo-product-item .halo-product-image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .6;
    z-index: 1
}

.halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
    display: none
}

.halo-bundle-products .halo-product-link {
    display: block;
    position: relative
}

.halo-bundle-products .halo-product-container {
    display: block;
    position: relative
}

.halo-bundle-products .halo-product-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
    border: 0;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transition: color .15s ease
}

.halo-bundle-products .halo-product-container:before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 138.88889%
}

.halo-bundle-products .halo-product-content {
    padding: 15px 0 0 0
}

.halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.halo-bundle-products .halo-detail-label:before {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 1px;
    background: 0 0
}

.halo-bundle-products .halo-detail-label:after {
    top: 2px;
    display: inline-block
}

.halo-bundle-products .halo-detail-checkbox {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.halo-bundle-products .halo-detail-checkbox+.halo-detail-label:before {
    border-color: #202020;
    border-radius: 0;
    top: 3px
}

.halo-bundle-products .halo-detail-checkbox+.halo-detail-label:after {
    top: 4px;
    background-image: url("data:image/svg+xml,%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='%23202020'/%3E%3C/svg%3E")
}

.halo-bundle-products .halo-detail-checkbox[disable]+.halo-detail-label:before {
    border-color: #ccc;
    background: #fff
}

.halo-bundle-products .halo-detail-name {
    cursor: pointer;
    min-height: 38px;
    color: #202020;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.halo-bundle-products .halo-detail-name .first-name {
    padding: 0 0 0 25px;
    color: #202020;
    font-weight: 400
}

.halo-bundle-products .halo-detail-name .product-name {
    display: inline;
    margin-left: 25px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s
}

.halo-bundle-products .halo-detail-name:hover {
    color: #0a6cdc
}

.halo-bundle-products .halo-detail-name:hover .product-name {
    background-size: 100% 1px
}

.halo-bundle-products .halo-product-itemFirst .halo-detail-name .product-name {
    margin-left: 0
}

.halo-bundle-products .halo-detai-price {
    margin-top: 8px;
    display: block
}

.halo-bundle-products .halo-detai-price .price-section-saving {
    display: none
}

.halo-bundle-products .halo-toggle-options {
    margin: 20px auto 0;
    width: 100%;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 500;
    max-width: 150px
}

.halo-bundle-products .halo-toggle-options.is-focus,
.halo-bundle-products .halo-toggle-options:active,
.halo-bundle-products .halo-toggle-options:focus,
.halo-bundle-products .halo-toggle-options:hover {
    border-color: #000
}

.halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 101;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: color .15s ease
}

.halo-bundle-products .halo-detail-options .halo-option-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    font-size: 30px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    pointer-events: auto;
    color: #191919;
    background-color: transparent;
    text-decoration: none
}

.halo-bundle-products .halo-detail-options .alertBox-message {
    font-style: italic;
    line-height: 1.75;
    color: #f08584
}

.halo-bundle-products .halo-detail-options .form-field {
    font-size: 0;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1
}

.halo-bundle-products .halo-detail-options .form-field>.form-label {
    color: #505050;
    font-size: 14px;
    font-weight: 500
}

.halo-bundle-products .halo-detail-options .form-field>.form-label [data-option-value] {
    color: #505050;
    font-size: 14px;
    font-weight: 400
}

.halo-bundle-products .halo-detail-options .form-field>.form-label small {
    color: #787878;
    float: none;
    vertical-align: initial
}

.halo-bundle-products .halo-detail-options .form-field+.form-field {
    margin-top: 0
}

.halo-bundle-products .halo-detail-options .form-field:last-child {
    margin-bottom: 0
}

.halo-bundle-products .halo-detail-options.is-open {
    display: block
}

.halo-bundle-products .halo-detail-options [data-product-attribute=set-radio] .form-label:after {
    top: 4px
}

.halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 270px;
    margin: 0;
    display: block;
    text-align: left
}

.halo-bundle-products .halo-product-total .total-price {
    display: block;
    line-height: 1.625;
    margin: 0 0 18px 0
}

.halo-bundle-products .halo-product-total .text {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.halo-bundle-products .halo-product-total .price {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 5px
}

.halo-bundle-products .halo-product-total .button {
    width: 100%;
    font-size: 16px;
    font-weight: 700
}

@media (min-width:1200px) {
    .halo-bundle-products .halo-product-total .button {
        min-height: 60px;
        line-height: 32px
    }
}

.halo-bundle-products .slick-arrow.slick-prev {
    left: -40px
}

.halo-bundle-products .slick-arrow.slick-next {
    right: -40px
}

@media (max-width:1024px) {
    .halo-bundle-products .slick-arrow {
        display: none
    }
}

.halo-bundle-products .slick-dots {
    bottom: -10px
}

.halo-bundle-products .slick-slide+.slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%)
}

.halo-bundle-products .slick-active {
    position: relative
}

.halo-bundle-products .slick-active+.slick-active.halo-product-item .halo-product-image:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 79%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M488,240H256V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v232H8c-4.418,0-8,3.582-8,8s3.582,8,8,8h232v232c0,4.418,3.582,8,8,8 s8-3.582,8-8V256h232c4.418,0,8-3.582,8-8S492.418,240,488,240z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px
}

.halo-bundle-products .slick-active:first-of-type .halo-detail-options {
    left: 15px;
    transform: translateY(-50%)
}

.halo-bundle-products .slick-active:last-of-type .halo-detail-options {
    left: auto;
    right: 15px;
    transform: translateY(-50%)
}

.halo-bundle-products .slick-active+.slick-slide .halo-detail-options {
    left: auto;
    right: 15px;
    transform: translateY(-50%)
}

.halo-bundle-products .halo-block-header {
    text-align: center;
    margin-bottom: 50px
}

.halo-bundle-products .halo-block-header .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #505050
}

@media (min-width:375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
        width: 320px
    }
}

@media (min-width:1200px) {
    .halo-bundle-products {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .halo-bundle-products .bundle-products-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .halo-bundle-products .bundle-product-left {
        width: calc(100% - 290px);
        padding: 0 55px
    }

    .halo-bundle-products .bundle-product-right {
        width: 260px;
        margin-top: 0;
        margin-left: 30px
    }

    .halo-bundle-products .halo-product-total {
        max-width: 100%;
        text-align: center
    }
}

@media (min-width:1600px) {
    .halo-bundle-products .halo-product-item {
        padding: 0 15px
    }

    .halo-bundle-products .slick-active {
        position: relative
    }

    .halo-bundle-products .slick-active+.slick-active.halo-product-item .halo-product-image:before {
        left: -57px;
        top: 79%;
        width: 24px;
        height: 24px
    }
}

#sticky_addtocart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    transition: all .5s ease;
    box-shadow: none;
    border-top: 1px solid #eaeaea;
    opacity: 0;
    visibility: hidden
}

#sticky_addtocart>.container {
    position: unset
}

#sticky_addtocart>.container:after,
#sticky_addtocart>.container:before {
    content: none
}

#sticky_addtocart>.container .item-wrap {
    display: -ms-flexbox;
    display: flex;
    position: static;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#sticky_addtocart>.container .item {
    width: 100%;
    padding: 0 10px;
    display: inline-block
}

#sticky_addtocart>.container .item.product-info {
    width: 70px
}

@media (max-width:767px) {
    #sticky_addtocart>.container .item.product-info .product-content {
        display: none
    }
}

#sticky_addtocart>.container .item.item-right {
    width: calc(100% - 70px)
}

@media (max-width:767px) {
    #sticky_addtocart>.container .item.item-right .form {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #sticky_addtocart>.container .item.item-right .productView-price {
        text-align: left
    }

    #sticky_addtocart>.container .item.item-right .productView-price .price-section {
        margin-left: 0
    }
}

@media (min-width:768px) {
    #sticky_addtocart>.container .item.product-info {
        width: calc(100% - 500px)
    }

    #sticky_addtocart>.container .item.item-right {
        width: 500px
    }
}

@media (min-width:992px) {
    #sticky_addtocart>.container .item {
        padding: 0 15px
    }
}

@media (min-width:1025px) {
    #sticky_addtocart>.container .item.product-info {
        width: 50%
    }

    #sticky_addtocart>.container .item.item-right {
        width: 50%
    }
}

#sticky_addtocart>.container .item:first-child {
    display: inline-block;
    padding-left: 0
}

#sticky_addtocart>.container .item:first-child .product-content {
    padding-left: 20px
}

#sticky_addtocart>.container .item:last-child {
    padding-right: 0
}

@media (max-width:550px) {
    #sticky_addtocart>.container .item:last-child {
        padding-left: 0
    }
}

#sticky_addtocart>.container .item.has-countDown {
    width: 100%
}

@media (min-width:551px) {
    #sticky_addtocart>.container .item.has-countDown {
        width: 60%
    }
}

@media (min-width:768px) {
    #sticky_addtocart>.container .item.has-countDown {
        width: 40%
    }

    #sticky_addtocart>.container .item.has-countDown:first-child {
        width: 32%
    }
}

@media (min-width:992px) {
    #sticky_addtocart>.container .item.has-countDown {
        width: 38%
    }
}

@media (min-width:1400px) {
    #sticky_addtocart>.container .item.has-countDown {
        width: 40%
    }
}

@media (min-width:1600px) {
    #sticky_addtocart>.container .item.has-countDown {
        width: 33.33%
    }
}

#sticky_addtocart>.container .item.product-info .productView-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

@media (min-width:1025px) {
    #sticky_addtocart>.container .item.product-info .productView-title {
        font-size: 16px
    }
}

#sticky_addtocart>.container .item.count-down {
    display: none;
    width: 100%;
    padding-right: 30px
}

#sticky_addtocart>.container .item.count-down.has-countDown {
    display: none
}

#sticky_addtocart>.container .item .productCountDown {
    margin: 0;
    text-align: center
}

#sticky_addtocart>.container .item .productCountDown .CountDownText {
    display: inline-block;
    padding-top: 2px;
    margin-right: 10px;
    background-position-y: -1px
}

#sticky_addtocart>.container .item .productCountDown .product-count-down {
    display: inline-block
}

#sticky_addtocart>.container .item .countDowntimer2 .clock-item {
    background: 0 0;
    border: none;
    padding: 0;
    color: #202020;
    margin-bottom: 0;
    display: inline-block
}

#sticky_addtocart>.container .item.item-right {
    text-align: right
}

#sticky_addtocart>.container .item.item-right .productView-price {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 1rem;
    display: none
}

@media (min-width:768px) {
    #sticky_addtocart>.container .item.item-right .productView-price {
        display: inline-block
    }
}

@media (min-width:1281px) {
    #sticky_addtocart>.container .item.item-right .productView-price {
        margin-right: 30px
    }
}

#sticky_addtocart>.container .item.item-right .productView-price .price-section {
    margin-bottom: 0;
    font-size: 16px
}

@media (max-width:550px) {
    #sticky_addtocart>.container .item.item-right .productView-price .price-section {
        font-size: 14px
    }
}

#sticky_addtocart>.container .item.item-right .productView-price .price-section.price-section-saving {
    display: none !important
}

#sticky_addtocart>.container .item.item-right .item-right-left .productView-price {
    display: block
}

#sticky_addtocart .productView-countDown {
    display: none
}

@media (min-width:1025px) {
    #sticky_addtocart .productView-countDown {
        display: inline-block;
        margin-right: 5px
    }

    #sticky_addtocart .productView-countDown>.countDownDate {
        box-shadow: none;
        border: none
    }

    #sticky_addtocart .productView-countDown .block-time {
        width: 55px;
        height: 55px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        padding: 10px 0 11px 0;
        margin: 0 5px 5px 5px;
        position: relative
    }

    #sticky_addtocart .productView-countDown .block-time:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        opacity: .6;
        position: absolute;
        border-radius: 50%;
        border: 1px solid #ebebeb
    }

    #sticky_addtocart .productView-countDown .block-time:first-child {
        margin-left: 0
    }

    #sticky_addtocart .productView-countDown .block-time:last-child {
        margin-right: 0
    }

    #sticky_addtocart .productView-countDown .num {
        font-size: 16px;
        line-height: 1
    }

    #sticky_addtocart .productView-countDown .block-label {
        font-size: 12px;
        margin: 0;
        text-transform: capitalize
    }
}

#sticky_addtocart .product-wrapper {
    display: table;
    text-align: left
}

#sticky_addtocart .product-wrapper>.product-image {
    display: table-cell;
    vertical-align: middle;
    width: 60px
}

@media (min-width:1025px) {
    #sticky_addtocart .product-wrapper>.product-image {
        width: 80px
    }
}

#sticky_addtocart .product-wrapper>.product-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

#sticky_addtocart .product-wrapper .productView-price {
    font-size: 12px;
    margin-bottom: 0
}

#sticky_addtocart .product-wrapper .productView-price .price-section {
    font-size: 12px
}

#sticky_addtocart .form-field-increments {
    margin: 0 15px 0 0;
    font-size: 0;
    display: inline-block
}

@media (max-width:480px) {
    #sticky_addtocart .form-field-increments {
        display: none
    }
}

#sticky_addtocart .form-field-increments .form-increment .form-input-incrementTotal {
    height: 40px;
    line-height: 1
}

@media (min-width:1025px) {
    #sticky_addtocart .form-field-increments .form-increment .form-input-incrementTotal {
        height: 48px
    }
}

#sticky_addtocart .form-field-increments .form-increment .button[data-action=inc] {
    top: 11px
}

#sticky_addtocart .form-field-increments .form-increment .button[data-action=dec] {
    bottom: 11px
}

@media (max-width:1024px) {
    #sticky_addtocart .form-field-increments .form-increment .button[data-action=inc] {
        top: 8px
    }

    #sticky_addtocart .form-field-increments .form-increment .button[data-action=dec] {
        bottom: 8px
    }
}

#sticky_addtocart .form-field-increments .form-label {
    display: none
}

#sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px
}

@media (min-width:551px) {
    #sticky_addtocart .form-action {
        min-width: 160px;
        max-width: 200px
    }
}

@media (min-width:1025px) {
    #sticky_addtocart .form-action {
        height: 48px
    }
}

#sticky_addtocart .form-action input {
    margin-bottom: 0;
    width: 100%
}

#sticky_addtocart .form-action .button {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    padding: 12px 10px;
    text-transform: none;
    font-weight: 500;
    border-color: #505050;
    background: #fff;
    color: #202020
}

#sticky_addtocart .form-action .button:active,
#sticky_addtocart .form-action .button:hover {
    color: #fff;
    background-color: #762369;
    border-color: #762369
}

@media (min-width:1025px) {
    #sticky_addtocart .form-action .button {
        min-height: 48px;
        line-height: 22px
    }
}

#sticky_addtocart .form-action .button.is-active {
    opacity: 0;
    visibility: hidden
}

#sticky_addtocart .show_select_options {
    color: #000;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: .65px;
    text-transform: uppercase;
    transition: all .3s ease;
    font-family: Poppins, Arial, Helvetica, sans-serif
}

#sticky_addtocart .form {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    height: 40px
}

@media (min-width:1025px) {
    #sticky_addtocart .form {
        height: 48px
    }
}

#sticky_addtocart .form .pop-up-option {
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    text-align: left;
    background: #fff;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

@media (min-width:551px) {
    #sticky_addtocart .form .pop-up-option {
        padding: 10px 0 0
    }
}

#sticky_addtocart .form .pop-up-option.is-open {
    visibility: visible;
    opacity: 1
}

#sticky_addtocart .form .pop-up-option>.container {
    position: relative
}

#sticky_addtocart .form .pop-up-option .data-product-name {
    display: block;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8
}

@media (min-width:551px) {
    #sticky_addtocart .form .pop-up-option .data-product-name {
        display: none
    }
}

#sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
    font-size: 14px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #202020;
    margin-bottom: 0
}

#sticky_addtocart .form .pop-up-option .data-product-name .productView-price {
    display: inline-block;
    height: auto;
    line-height: unset
}

#sticky_addtocart .form .pop-up-option .data-product-option {
    font-size: 0;
    display: block;
    width: 100%;
    max-height: 300px
}

#sticky_addtocart .form .pop-up-option .data-product-option .form-option-expanded {
    display: none
}

@media (min-width:551px) {
    #sticky_addtocart .form .pop-up-option .data-product-option {
        position: relative
    }
}

#sticky_addtocart .form .pop-up-option .form-field {
    width: 100%;
    font-size: 12px;
    margin: 0 0 8px 0;
    display: block;
    vertical-align: top;
    position: relative;
    font-size: 0
}

@media (min-width:551px) {
    #sticky_addtocart .form .pop-up-option .form-field {
        display: inline-block;
        vertical-align: top;
        width: 49%
    }

    #sticky_addtocart .form .pop-up-option .form-field:nth-child(2n) {
        padding-left: 15px
    }

    #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
        padding-right: 15px
    }
}

#sticky_addtocart .form .pop-up-option .form-field .form-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
    font-weight: 400;
    color: #505050
}

@media (min-width:551px) {
    #sticky_addtocart .form .pop-up-option .form-field .form-label {
        display: inline-block;
        vertical-align: middle
    }
}

#sticky_addtocart .form .pop-up-option .form-field .form-label>small {
    float: none
}

#sticky_addtocart .form .pop-up-option .form-field .form-label span {
    color: #202020
}

#sticky_addtocart .form .pop-up-option .form-field .form-label.form-label-alternate {
    margin-bottom: 12px
}

#sticky_addtocart .form .pop-up-option .form-field>.form-checkbox+.form-label {
    display: inline;
    width: auto
}

#sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
    display: inline-block;
    vertical-align: middle
}

#sticky_addtocart .form .pop-up-option .form-field .form-select {
    max-width: 530px
}

#sticky_addtocart .form .pop-up-option .close {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: #fff;
    text-align: center;
    font-weight: 600;
    z-index: 10;
    background-color: #7f7f7f;
    border-radius: 5px
}

#sticky_addtocart .form .alertBox-error {
    min-width: 200px;
    margin: 0;
    opacity: .65;
    width: 100%;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 25px;
    pointer-events: none;
    background-color: #505050;
    border: 1px solid #505050;
    border-radius: 40px
}

#sticky_addtocart .form .alertBox-error .alertBox-icon {
    display: none
}

#sticky_addtocart .form .alertBox-error .alertBox-message {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
    padding: 0;
    text-align: center;
    display: block
}

.show_sticky#sticky_addtocart {
    z-index: 9992;
    opacity: 1;
    visibility: visible
}

.productView-description .tabContent {
    line-height: 1.75;
    font-size: 16px
}

.productView-description .tabContent p {
    margin-bottom: 40px
}

.description-banner ul {
    margin-bottom: 20px
}

.description-banner ul li {
    padding: 5px 0
}

.description-center {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 915px;
    font-size: 18px;
    font-style: italic
}

.banner-custom-top {
    font-size: 0;
    margin-bottom: 65px
}

.banner-custom-top .banner-image {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px
}

.banner-custom-top .content {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px;
    font-style: italic
}

.banner-custom-middle {
    font-size: 0;
    margin-bottom: 65px
}

.banner-custom-middle .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px
}

.banner-custom-middle .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px
}

.banner-custom-bottom {
    font-size: 0;
    margin-bottom: 65px
}

.banner-custom-bottom .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px
}

.banner-custom-bottom .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px
}

.banner-custom-bottom .content ul {
    list-style: auto
}

@media (min-width:1200px) {
    .banner-custom-middle .content {
        padding-right: 110px
    }

    .banner-custom-bottom .content {
        padding-left: 110px
    }
}

@media (max-width:767px) {

    .banner-custom-bottom,
    .banner-custom-middle,
    .banner-custom-top {
        margin-bottom: 0
    }

    .banner-custom-bottom .banner-image,
    .banner-custom-middle .banner-image,
    .banner-custom-top .banner-image {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .banner-custom-bottom .content,
    .banner-custom-middle .content,
    .banner-custom-top .content {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .productView-description .tabContent p {
        margin-bottom: 25px
    }
}

.sale-flag-star,
.sale-flag-star:after,
.sale-flag-star:before {
    background: #007dc6;
    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;
    transition: background-color .8s ease;
    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: 12px;
    left: 12px;
    width: 3.57143rem
}

.listItem-figure .starwrap {
    transform: scale(.7)
}

@media (min-width:551px) {
    .listItem-figure .starwrap {
        top: 0;
        transform: scale(.6)
    }
}

@media (min-width:1281px) {
    .listItem-figure .starwrap {
        top: 10px;
        transform: scale(.7)
    }
}

.sale-text-burst {
    color: #fff;
    font-weight: 600;
    line-height: 1.07143rem;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 3.57143rem;
    z-index: 50
}

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:after,
.product:hover .starwrap .sale-flag-star:before {
    background: #000
}

.sale-flag-side {
    background: #007dc6;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 1.42857rem;
    line-height: 1.14286rem;
    padding-left: .5rem;
    padding-right: .78571rem;
    padding-top: .10714rem;
    position: absolute;
    transition: background-color .8s ease;
    z-index: 10
}

.product:hover .sale-flag-side {
    background: #000
}

.sale-flag-sash {
    background: #007dc6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 1.42857rem;
    left: -25px;
    line-height: 1.14286rem;
    padding-top: .10714rem;
    position: absolute;
    text-align: center;
    top: 25px;
    transform: rotate(-45deg);
    transition: background-color .8s ease;
    width: 8.5rem;
    z-index: 10
}

.listItem-figure .sale-flag-sash {
    top: 24px
}

@media (min-width:551px) {
    .listItem-figure .sale-flag-sash {
        top: 19px;
        left: -20px
    }
}

@media (min-width:1281px) {
    .listItem-figure .sale-flag-sash {
        left: -15px;
        top: 24px
    }
}

.product:hover .sale-flag-sash {
    background: #000
}

.product {
    overflow: hidden
}

[data-product-attribute] .form-option.form-option-swatch {
    overflow: visible;
    height: 32px;
    width: 32px
}

[data-product-attribute] .form-option.form-option-swatch.two-colors {
    transform: rotate(-45deg)
}

[data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant+.form-option-variant {
    position: absolute;
    top: 17px;
    left: 0;
    height: 19px;
    width: 38px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: 0;
    display: inline-block
}

[data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
    height: 12px;
    border-radius: 3px;
    top: 12px;
    z-index: 2
}

[data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 19px;
    top: 16px
}

.form-option-variant-none {
    height: 32px;
    overflow: hidden
}

.form-option-variant-color,
.form-option-variant-pattern {
    height: 100%;
    width: 100%
}

.form-option-expanded {
    background-color: #fff;
    border: 1px solid #474747;
    left: calc(100% + 55px);
    opacity: 0;
    padding: 3px;
    position: absolute;
    top: calc(100% + 5px);
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    visibility: hidden
}

.form-option:hover .form-option-expanded {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
    z-index: 5000
}

.form-option-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100px;
    width: 100px
}

.account {
    margin-bottom: 1.5rem
}

.account-fixed {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1025px) {
    .account-fixed {
        margin: 0 auto;
        width: 100%
    }
}

@media (min-width:1025px) {
    .account-fixedSmall {
        margin: 0 auto;
        width: 50%
    }
}

@media (min-width:1025px) {
    .account-fixedLarge {
        margin: 0 auto;
        width: 75%
    }
}

.account-head {
    margin-bottom: 3rem;
    text-align: center
}

.account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left
}

.account-body {
    margin: 0 -.75rem;
    max-width: none;
    width: auto
}

.account-body:after,
.account-body:before {
    content: " ";
    display: table
}

.account-body:after {
    clear: both
}

@media (min-width:1200px) {
    .account-body .form-row-half>.form-field:nth-child(odd) {
        padding-right: 70px
    }

    .account-body .form-row-half>.form-field:nth-child(2n) {
        padding-left: 70px
    }
}

.account-body .form-field {
    margin-bottom: 20px
}

.account-body .form-label {
    color: #202020;
    font-weight: 500
}

.account-body .form-label small {
    color: #787878;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize
}

.account-body .form-input {
    height: 50px;
    border-color: #ccc
}

.account-body textarea.form-input {
    height: auto
}

.account-body .form-actions {
    text-align: left;
    max-width: 100%;
    margin-top: 10px
}

.account-body .form-actions .button {
    width: 100%;
    max-width: 100%
}

@media (min-width:551px) {
    .account-body .form-actions .button {
        max-width: 241px
    }
}

.account-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width:1025px) {
    .account-content-fixed {
        width: 66.66667%
    }
}

@media (min-width:1025px) {
    .account-content-fixedSmall {
        width: 50%
    }
}

.account-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left
}

@media (min-width:1025px) {
    .account-sidebar {
        width: 33.33333%
    }

    .account-content-fixedSmall+.account-sidebar {
        float: right
    }
}

.jstree-children,
.jstree-container-ul,
.jstree-node {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-node {
    white-space: nowrap
}

.jstree-anchor {
    display: inline-block;
    color: #000;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top
}

.jstree-anchor:focus {
    outline: 0
}

.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
    text-decoration: none;
    color: inherit
}

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf>.jstree-ocl {
    cursor: default
}

.jstree .jstree-open>.jstree-children {
    display: block
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children {
    display: none
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px
}

.jstree-anchor>.jstree-themeicon-hidden,
.jstree-no-icons .jstree-themeicon {
    display: none
}

.jstree-hidden {
    display: none
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0
}

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative
}

.jstree-wholerow-ul .jstree-wholerow {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vakata-context {
    display: none
}

.vakata-context,
.vakata-context ul {
    margin: 0;
    padding: 2px;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999
}

.vakata-context ul {
    list-style: none;
    left: 100%;
    margin-top: -2.7em;
    margin-left: -4px
}

.vakata-context .vakata-context-right ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context li {
    list-style: none;
    display: inline
}

.vakata-context li>a {
    display: block;
    padding: 0 2em 0 2em;
    text-decoration: none;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 2.4em;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 1px
}

.vakata-context li>a:hover {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
    background-position: right center;
    background-repeat: no-repeat
}

.vakata-context li>a:focus {
    outline: 0
}

.vakata-context .vakata-context-hover>a {
    position: relative;
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e3e3;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding: 0;
    margin: 0 0 0 2.4em;
    border-left: 1px solid #e0e0e0;
    text-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    color: silver;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0
}

.vakata-context li>a>i {
    text-decoration: none;
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    background: 0 0;
    margin: 0 0 0 -2em;
    vertical-align: top;
    text-align: center;
    line-height: 2.4em
}

.vakata-context li>a>i:empty {
    width: 2.4em;
    line-height: 2.4em
}

.vakata-context li>a .vakata-contextmenu-sep {
    display: inline-block;
    width: 1px;
    height: 2.4em;
    background: #fff;
    margin: 0 .5em 0 0;
    border-left: 1px solid #e2e3e3
}

.vakata-context .vakata-contextmenu-shortcut {
    font-size: .8em;
    color: silver;
    opacity: .5;
    display: none
}

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator>a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: #fff;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px
}

#jstree-dnd .jstree-ok {
    background: green
}

#jstree-dnd .jstree-er {
    background: red
}

#jstree-dnd .jstree-copy {
    margin: 0 2px 0 2px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
    transition: background-color .15s, box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    background: 0 0;
    color: #666
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0;
    box-shadow: none
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-disabled>.jstree-icon {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: 0 0;
    box-shadow: none
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: 0 0
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default>.jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default>.jstree-wholerow-ul .jstree-clicked,
.jstree-default>.jstree-wholerow-ul .jstree-hovered {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}

.jstree-default .jstree-wholerow {
    height: 24px
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-last {
    background: 0 0
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled {
    background: 0 0
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px
}

.jstree-default .jstree-checked>.jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -228px -4px
}

.jstree-default .jstree-checked>.jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -228px -36px
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px
}

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default>.jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default i {
    background: 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small .jstree-icon:empty {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: 0 0
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px
}

.jstree-default-small .jstree-checked>.jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -231px -7px
}

.jstree-default-small .jstree-checked>.jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -231px -39px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px
}

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-small .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-small i {
    background: 0 0;
    width: 18px;
    height: 18px;
    line-height: 18px
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large .jstree-icon:empty {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
    background-image: url("../img/vendor/jstree/32px.png")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: 0 0
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: 0 0
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px
}

.jstree-default-large .jstree-checked>.jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox {
    background-position: -224px 0
}

.jstree-default-large .jstree-checked>.jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
    background-position: -224px -32px
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px
}

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node {
    background: 0 0
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../img/vendor/jstree/throbber.gif") center center no-repeat
}

.jstree-default-large .jstree-file {
    background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
    background-image: url("../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
    background-color: transparent
}

#jstree-dnd.jstree-default-large i {
    background: 0 0;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: 0 0
}

@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: 0 0;
        width: 40px;
        height: 40px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url("../img/vendor/jstree/40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url("../img/vendor/jstree/40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px
    }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}

@media (max-width:768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("../img/vendor/jstree/40px.png")
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl,
    .jstree-default-responsive .jstree-node {
        background: 0 0
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }

    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: 0 0
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive .jstree-anchor {
        font-weight: 700;
        font-size: 1.1em;
        text-shadow: 1px 1px #fff
    }

    .jstree-default-responsive>.jstree-striped {
        background: 0 0
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(64, 64, 64, .2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon {
        background-image: url("../img/vendor/jstree/40px.png");
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: 0 0
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0
    }
}

.halo-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    z-index: 9991;
    width: 100%
}

.halo-overlay-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    z-index: 21;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    transition: opacity .5s ease;
    background-color: rgba(47, 47, 47, .6)
}

.halo-open-account .halo-overlay-background,
.halo-open-search .halo-overlay-background,
.halo-open-side-cart .halo-overlay-background,
.halo-open-sidebar .halo-overlay-background,
.has-activeNavPages .halo-overlay-background,
.has-background-menu .halo-overlay-background,
.has-bgQuickSearch .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9995
}

.has-activeModal .halo-overlay-background {
    z-index: 9997
}

.halo-open-sidebar .halo-overlay-background {
    z-index: 9995
}

.halo-open-side-cart .halo-overlay-background {
    z-index: 9996
}

@media (max-width:1024px) {
    .halo-open-side-cart .halo-overlay-background {
        z-index: 9995
    }
}

@media (max-width:1024px) {
    .halo-open-sidebar .halo-overlay-background {
        z-index: 9996
    }
}

@media (max-width:1024px) {
    .has-activeNavPages .halo-overlay-background {
        z-index: 9996
    }
}

.halo-open-search .halo-overlay-background {
    z-index: 9997
}

.has-bgQuickSearch .halo-overlay-background {
    z-index: 9990
}

.halo-open-before-you-leave .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9997
}

body.has-bgQuickSearch {
    overflow: hidden
}

@media (min-width:1200px) {
    body.has-bgQuickSearch {
        padding-right: 17px
    }
}

.dropdown-quickSearchSticky {
    display: none;
    position: fixed;
    top: 20vh;
    left: 0;
    right: 0;
    z-index: 9998;
    transition: all .5s ease
}

.dropdown-quickSearchSticky.is-open {
    display: block
}

.halo-open-search .dropdown-quickSearchSticky {
    display: block
}

@media (max-width:1199px) {
    .dropdown-quickSearchSticky .form-field {
        border-radius: 0
    }

    .dropdown-quickSearchSticky .form-field #search_category {
        border-radius: 0
    }

    .dropdown-quickSearchSticky .form-field .form-input {
        height: 50px
    }

    .dropdown-quickSearchSticky.f-open-dropdown~header.header .header-mobile .navUser-action-quickSearch svg.icon {
        display: none
    }

    .dropdown-quickSearchSticky.f-open-dropdown~header.header .header-mobile .navUser-action-quickSearch .close {
        display: inline-block;
        margin-top: 0;
        width: 24px;
        height: 24px
    }

    body.has-stickyHeader.body-sticky-up .dropdown-quickSearchSticky.is-open {
        top: 0 !important
    }

    body.has-stickyHeader.body-sticky-down .dropdown-quickSearchSticky.is-open,
    body:not(.has-stickyHeader) .dropdown-quickSearchSticky.is-open {
        top: 50px !important
    }

    body.has-stickyHeader.body-sticky-down.has-stickyToolbar .dropdown-quickSearchSticky.is-open,
    body:not(.has-stickyHeader).has-stickyToolbar .dropdown-quickSearchSticky.is-open {
        top: 109px !important
    }
}

@media (max-width:550px) {
    .dropdown-quickSearchSticky {
        left: 0;
        right: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }
}

.halo-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: -102%;
    padding: 12px 20px 30px 20px;
    width: 400px;
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    background: #fff;
    transition: all .5s ease 0s;
    z-index: 9996;
    height: 100%
}

@media (min-width:551px) {
    .halo-mobile {
        padding: 20px 30px 30px 30px
    }
}

@media (max-width:1024px) {
    .halo-mobile.halo-mobile-menu {
        z-index: 9997
    }
}

.halo-mobile.halo-mobile-cart {
    z-index: 9997;
    width: 500px
}

@media (max-width:360px) {
    .halo-mobile.halo-mobile-cart {
        max-width: 100%
    }
}

.halo-mobile.halo-mobile-cart .loadingOverlay {
    left: 0;
    right: 0;
    width: 100%
}

.halo-mobile.halo-mobile-cart #cart-preview-dropdown {
    position: relative;
    min-height: 100%
}

.halo-mobile.halo-mobile-cart#cart-mobile {
    z-index: 9999
}

.halo-mobile .navUser-action {
    color: #505050
}

.halo-close-2 {
    font-size: 34px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #202020;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    position: absolute;
    right: -40px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.halo-close-2:active,
.halo-close-2:focus,
.halo-close-2:hover {
    background: #202020;
    color: #fff
}

.halo-mobile-menu {
    left: -102%;
    right: auto;
    width: 370px;
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding: 0
}

.halo-mobile-menu .navPages-container {
    box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -webkit-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -moz-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    -ms-box-shadow: rgba(50, 50, 50, .2) 0 0 20px 0;
    position: relative;
    z-index: 1
}

.has-activeNavPages .halo-mobile-menu {
    left: 0
}

.halo-open-side-cart .halo-mobile-cart {
    right: 0
}

.side-dropdown-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin-bottom: 19px;
    color: #202020;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding-top: 10px
}

.side-dropdown-title .qty {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    color: #505050;
    margin-left: 11px
}

.halo-open-account .halo-mobile-account {
    right: 0
}

.halo-open-account .login-dropdown .login-dropdown-desc {
    font-size: 1rem;
    color: #505050;
    margin-bottom: 22px
}

@media (min-width:551px) {
    .halo-open-account .login-dropdown .login-dropdown-desc {
        font-size: 16px
    }
}

.halo-open-account .login-dropdown .navPages-list {
    display: inline-block;
    width: 100%;
    padding-top: 15px
}

@media (min-width:1025px) {
    .halo-open-account .login-dropdown .navPages-list {
        padding-top: 10px
    }
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item {
    width: 100%
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item>.navPages-action {
    padding: 6px 0;
    line-height: 24px
}

@media (min-width:1025px) {
    .halo-open-account .login-dropdown .navPages-list>.navPages-item>.navPages-action {
        padding: 6px 20px
    }
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item>.navPages-action>.text {
    color: #505050;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item:hover>.navPages-action>.text {
    color: #202020;
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-text-decoration-color: rgba(32, 32, 32, 0.7);
    text-decoration-color: rgba(32, 32, 32, 0.7)
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item:last-child {
    padding-left: 0
}

@media (min-width:1025px) {
    .halo-open-account .login-dropdown .navPages-list>.navPages-item:last-child {
        padding-left: 15px
    }
}

.halo-open-account .login-dropdown .navPages-list>.navPages-item:last-child:before {
    display: none
}

.halo-open-account .login-dropdown.customer {
    padding-bottom: 0
}

.halo-open-account .login-dropdown .login-content {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.halo-open-account .login-form-popup {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px
}

.halo-open-account .login-form-popup .form-field {
    margin-bottom: 20px
}

.halo-open-account .login-form-popup .form-field .form-label small {
    float: none;
    color: #202020;
    font-size: 1rem
}

.halo-open-account .login-form-popup .form-actions {
    margin-top: 15px;
    text-align: center
}

.halo-open-account .login-form-popup .form-actions .button {
    width: 100%;
    margin-bottom: 22px
}

.halo-open-account .login-form-popup .form-actions .button+.forgot-password {
    margin-left: 0;
    margin-bottom: 14px;
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .4) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px;
    float: none;
    width: auto;
    font-size: 16px;
    margin-top: 0
}

.halo-open-account .new-customer {
    width: 100%;
    margin-bottom: 20px;
    padding: 0
}

.halo-open-account .new-customer .login-dropdown-desc {
    margin-bottom: 28px
}

.halo-open-account .new-customer .button {
    width: 100%
}

.halo-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 101;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.halo-close:active,
.halo-close:focus,
.halo-close:hover {
    background: #000;
    color: #fff
}

@media (min-width:1025px) {
    .halo-close {
        top: 30px;
        right: 30px
    }
}

#halo-newsletter-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9995;
    max-width: 460px;
    max-height: 82vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -ms-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    display: none
}

.has-newsletter #halo-newsletter-popup {
    display: block
}

@media (min-width:551px) {
    #halo-newsletter-popup {
        right: 15px;
        bottom: 15px
    }
}

@media (min-width:1025px) {
    #halo-newsletter-popup {
        right: 30px;
        bottom: 30px;
        z-index: 9998
    }
}

#halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: Rubik, sans-serif;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #000
}

@media (min-width:551px) {
    #halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        background: rgba(0, 0, 0, .5);
        color: #fff
    }
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
    display: none
}

@media (min-width:768px) {
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
        display: block
    }
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
    padding: 25px 20px 20px 20px;
    text-align: center
}

@media (min-width:768px) {
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
        padding: 30px
    }
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading {
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    line-height: 26px;
    margin-bottom: 17px
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading.has-summary {
    margin-bottom: 13px
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
    margin: 0 auto 22px auto;
    display: inline-block;
    text-align: center;
    font-size: 16px
}

@media (min-width:551px) {
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
        max-width: 325px;
        margin: 0 auto 28px auto
    }
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button,
#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input {
    width: 100%;
    border-radius: 40px;
    text-align: center
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input {
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    text-transform: lowercase
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-webkit-input-placeholder {
    text-transform: none
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-moz-placeholder {
    text-transform: none
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-ms-input-placeholder {
    text-transform: none
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-moz-placeholder {
    text-transform: none
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button {
    margin-top: 15px
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form {
    margin-bottom: 0
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
    margin-bottom: 20px
}

@media (min-width:551px) {
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
        margin-bottom: 25px
    }
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks {
    text-align: center
}

#halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks>a {
    color: #505050;
    background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, .3) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px;
    font-size: 16px
}

#recently_bought_list {
    width: 100%;
    z-index: 1;
    position: relative
}

@media (min-width:551px) {
    #recently_bought_list {
        max-width: 442px;
        margin-left: 15px;
        margin-bottom: 15px
    }

    #recently_bought_list.has-cookie {
        margin-bottom: 105px
    }
}

@media (min-width:1025px) {
    #recently_bought_list {
        position: absolute;
        left: 30px;
        bottom: 100%;
        margin-left: 0;
        margin-bottom: 30px
    }
}

#recently_bought_list .halo-recently-bought {
    min-height: 80px;
    background: #fff;
    transition: all 1s ease;
    position: relative;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -ms-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    animation-duration: .5s
}

@media (min-width:551px) {
    #recently_bought_list .halo-recently-bought {
        min-height: 100px;
        border-radius: 7px
    }
}

#recently_bought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    background: 0 0;
    color: #000;
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 15px;
    right: 15px;
    font-size: 26px;
    font-family: Rubik, sans-serif;
    font-weight: 300
}

#recently_bought_list .recently-bought-inner {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

#recently_bought_list .recently-bought-inner .product-image {
    width: 80px;
    display: inline-block;
    position: relative
}

@media (min-width:551px) {
    #recently_bought_list .recently-bought-inner .product-image {
        width: 100px;
        display: inline-block;
        padding: 20px 0 20px 20px
    }
}

#recently_bought_list .recently-bought-inner .product-info {
    width: calc(100% - 80px);
    padding: 8px 35px 7px 10px;
    line-height: 20px
}

@media (min-width:361px) {
    #recently_bought_list .recently-bought-inner .product-info {
        padding: 8px 40px 7px 20px
    }
}

@media (min-width:551px) {
    #recently_bought_list .recently-bought-inner .product-info {
        padding: 20px 40px 13px 20px;
        width: calc(100% - 100px)
    }
}

#recently_bought_list .recently-bought-inner .product-info .text-wrap {
    display: inline-block;
    width: 100%;
    color: #505050;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px
}

@media (min-width:551px) {
    #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        margin-bottom: 7px
    }
}

#recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
    display: block;
    margin-bottom: 7px;
    color: #505050
}

#recently_bought_list .recently-bought-inner .product-info .product-name {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:551px) {
    #recently_bought_list .recently-bought-inner .product-info .product-name {
        line-height: 24px
    }
}

#recently_bought_list .recently-bought-inner .product-info .product-name a {
    color: #0a6cdc;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 1
}

#recently_bought_list .recently-bought-inner .product-info .product-name a>span {
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 3%);
    background-repeat: repeat-x;
    background-position-y: -1px
}

#recently_bought_list .recently-bought-inner .product-info .location-info {
    font-size: 1rem;
    color: gray;
    display: -webkit-box
}

@media (max-width:767px) {
    #recently_bought_list .recently-bought-inner .product-info .location-info {
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 1
    }
}

.anyQuert-btn {
    display: none;
}


.backtoTop {
    cursor: pointer;
    height: 40px;
    transition: all .3s ease 0s;
    font-size: 0
}

.backtoTop .icon {
    font-size: 20px;
    width: 10px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #172532
}

.backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(0);
}

.wrap-icons {
    width: 30px;
    height: auto;
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9997;
    background: #fff;
    transform: translateY(0);
    transition: right .5s ease 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
}

@media (min-width:361px) {
    .wrap-icons {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width:1024px) {
    .wrap-icons {
        z-index: 9994
    }
}

.wrap-icons svg {
    width: 20px;
    height: 20px
}

.wrap-icons .text {
    display: none
}

.wrap-icons.collapsed {
    right: 0
}

.wrap-icons div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #fff
}

.wrap-icons div+div {
    border-top: 1px solid #e7e7e7
}

.wrap-icons div.backtoTop .icon {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recently-viewed-products-sidebar svg {
    fill: #202020
}

.recently-viewed-products-sidebar.slided-up .top {
    opacity: 1;
    visibility: visible;
    height: 52px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0)
}

.recently-viewed-products-sidebar.slided-up .in-content {
    border-radius: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
    opacity: 1;
    visibility: visible;
    height: 45px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0)
}

.lst-seen-widget {
    position: fixed;
    top: 45%;
    right: -130px;
    width: 80px;
    height: auto;
    z-index: 9997;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #202020;
    background: #fff;
    border-radius: 0 5px 5px;
    transition: right .5s ease 0s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0;
    -ms-box-shadow: rgba(0, 0, 0, .1) 0 0 20px 0
}

@media (max-width:1024px) {
    .lst-seen-widget {
        z-index: 9994
    }
}

.lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0;
    z-index: 1;
    position: absolute;
    background: #fff
}

.lst-seen-widget .backtoTop,
.lst-seen-widget .collapse-icon,
.lst-seen-widget .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 2px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 2px 0;
    -ms-box-shadow: rgba(0, 0, 0, .1) 0 0 2px 0
}

.lst-seen-widget .collapse-icon svg {
    width: 10px;
    height: 10px;
    fill: #202020
}

.lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s
}

.lst-seen-widget .top .cart-icon {
    position: relative;
    margin-top: 1px;
    cursor: pointer
}

.lst-seen-widget .top .cart-icon svg {
    width: 30px;
    height: 30px;
    fill: #202020
}

.lst-seen-widget .top .cart-icon .countPill {
    top: -5px;
    right: -6px
}

.homepage-layout-2 .lst-seen-widget .top .cart-icon .countPill {
    background-color: #762369;
    color: #fff
}

.lst-seen-widget .in-content {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 18px 0 8px 0;
    border-radius: 3px;
    transition: all .3s ease;
    text-align: center
}

.lst-seen-widget .in-content .title {
    letter-spacing: 0;
    font-size: 1rem;
    padding: 0 5px;
    position: relative;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #202020;
    line-height: 14px
}

.lst-seen-widget .in-content .title.no-product {
    margin-bottom: 15px
}

.lst-seen-widget .in-content .no-products {
    padding: 5px 5px 10px 5px;
    font-size: 12px
}

.lst-seen-widget .in-content .no-products svg {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    opacity: .1
}

.lst-seen-widget .in-content .product-info {
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    width: 271px;
    height: 94px;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    transition: visibility 0s ease 0s, opacity .25s linear 0s;
    padding: 14px 0 14px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff
}

.lst-seen-widget .in-content .product-info .product-item {
    text-align: left
}

.lst-seen-widget .in-content .product-info .first {
    width: calc(100% - 80px)
}

.lst-seen-widget .in-content .product-info .first .button {
    padding: 8px 20px
}

.lst-seen-widget .in-content .product-info .second {
    width: 80px;
    height: 100%;
    cursor: pointer;
    background: 0 0;
    text-align: center
}

.lst-seen-widget .in-content .product-info .second img {
    width: 48px
}

.lst-seen-widget .in-content .product-info .card-title {
    padding-right: 0;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px
}

.lst-seen-widget .in-content .product-info .card-title>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: left
}

.lst-seen-widget .in-content .product-info .card-price {
    margin-bottom: -2px
}

.lst-seen-widget .in-content .product-info .card-price .price-label {
    display: none
}

.lst-seen-widget .in-content .product-info .card-price .price {
    font-size: 1rem;
    font-weight: 700;
    font-family: Rubik, Arial, Helvetica, sans-serif
}

.lst-seen-widget .in-content .product-info .price-section-saving {
    display: none
}

.lst-seen-widget .in-content .product-info .card-figcaption-link {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .5) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500
}

.lst-seen-widget .in-content .products-grid {
    padding: 0;
    width: 100%;
    margin: 0 auto
}

.lst-seen-widget .in-content .products-grid:hover .product-info {
    visibility: visible !important;
    opacity: 1 !important
}

.lst-seen-widget .in-content .products-grid .item {
    margin: 0;
    border: none;
    position: relative;
    height: 70px
}

.lst-seen-widget .in-content .products-grid .item>a {
    width: 100%;
    display: inline-block
}

.lst-seen-widget .in-content .products-grid .item img {
    margin: 0 auto;
    display: block;
    max-width: 48px;
    max-height: 61px
}

.lst-seen-widget .in-content .products-grid .item:hover .recent_item_url.hide {
    display: none
}

.lst-seen-widget .in-content .products-grid .second-info {
    display: none
}

.lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
    min-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.lst-seen-widget .in-content .products-grid .slick-slider .slick-list,
.lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.lst-seen-widget .in-content .products-grid .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: auto !important;
    max-height: 91px
}

@media (min-width:991px) {
    .lst-seen-widget .in-content .products-grid .slick-list {
        max-height: 182px
    }
}

@media (min-width:1920px) {
    .lst-seen-widget .in-content .products-grid .slick-list {
        max-height: 273px
    }
}

.lst-seen-widget .in-content .products-grid .slick-arrow {
    padding: 0;
    height: 13px;
    color: rgba(23, 37, 50, .5);
    width: 100%;
    margin: 0;
    transform: none;
    position: relative;
    background-color: transparent;
    border: none
}

.lst-seen-widget .in-content .products-grid .slick-arrow:before {
    height: .85714rem;
    width: .85714rem
}

.lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
    left: 0;
    top: -15px
}

.lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-position: 50%
}

.lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
    right: 0;
    top: initial;
    bottom: 8px
}

.lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-position: 50%
}

.lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    fill: #172532
}

.lst-seen-widget .backtoTop .text {
    color: #172532;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase
}

.lst-seen-widget.is-show-widget {
    right: 10px
}

@media (min-width:1025px) {
    .lst-seen-widget.is-show-widget {
        right: 30px
    }
}

#back-to-top {
    bottom: 54%;
    right: 15px;
    z-index: 99;
    padding: 3px;
    font-size: 0;
    display: none;
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    line-height: 1;
    transition: all .3s ease;
    color: #202020;
    background-color: #fff;
    border: 1px solid #202020
}

@media (min-width:321px) {
    #back-to-top {
        bottom: 42%
    }
}

@media (min-width:361px) {
    #back-to-top {
        bottom: 40%
    }
}

@media (min-width:551px) {
    #back-to-top {
        bottom: 25%
    }
}

#back-to-top a {
    display: block
}

@media (min-width:1025px) {
    #back-to-top {
        bottom: 40%;
        right: 30px
    }
}

#back-to-top .icon {
    fill: #202020;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(-180deg)
}

#back-to-top.is-visible {
    display: block
}

#back-to-top:hover {
    color: #fff;
    background-color: #762369;
    border: 1px solid #762369
}

#back-to-top:hover .icon {
    fill: white
}

.before-you-leave {
    position: fixed;
    top: 0;
    right: -101%;
    bottom: 0;
    width: 470px;
    max-width: 100vw;
    background: #fff;
    transition: all .5s ease 0s;
    z-index: 10001
}

@media (min-width:361px) {
    .before-you-leave {
        max-width: calc(100vw - 40px)
    }
}

.halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block
}

.before-you-leave.show {
    right: 0
}

.before-you-leave .before-you-leave-inner {
    height: 100%
}

.before-you-leave .logo {
    text-align: center;
    padding: 19px 15px
}

@media (min-width:1025px) {
    .before-you-leave .logo {
        padding: 19px 30px
    }
}

.before-you-leave .logo img {
    max-height: 34px
}

.before-you-leave .before-you-leave-banner .banner-inner {
    position: relative
}

.before-you-leave .before-you-leave-banner .banner-inner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px 15px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-banner .content {
        padding: 30px 30px 30px 30px
    }
}

.before-you-leave .before-you-leave-banner .content .content-inner {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width:551px) {
    .before-you-leave .before-you-leave-banner .content .content-inner {
        padding: 0 12%;
        margin-bottom: 12px
    }
}

.before-you-leave .before-you-leave-banner .content .content-inner * {
    color: #fff;
    width: 100%
}

.before-you-leave .before-you-leave-banner .content h3 {
    line-height: 26px;
    font-size: 24px;
    text-transform: uppercase
}

@media (min-width:551px) {
    .before-you-leave .before-you-leave-banner .content h3 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-banner .content h3 {
        font-size: 30px;
        line-height: 38px
    }
}

.before-you-leave .before-you-leave-banner .content .title {
    margin-bottom: 12px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 14px
}

@media (min-width:551px) {
    .before-you-leave .before-you-leave-banner .content .title {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-banner .content .title {
        font-size: 30px;
        line-height: 38px
    }
}

.before-you-leave .before-you-leave-banner .content .desc1 {
    font-size: 16px
}

.before-you-leave .before-you-leave-banner .content .heading1 {
    margin-bottom: 30px
}

.before-you-leave .before-you-leave-banner .content .heading1 span {
    background-image: linear-gradient(transparent 90%, #fdc525 10%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 6px
}

.before-you-leave .before-you-leave-banner .content p {
    letter-spacing: .02em;
    margin-bottom: 12px;
    line-height: 1.57143rem
}

.before-you-leave .before-you-leave-banner .content .desc2 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px
}

@media (min-width:551px) {
    .before-you-leave .before-you-leave-banner .content .desc2 {
        line-height: 24px
    }
}

.before-you-leave .before-you-leave-banner .content .button {
    width: 100%;
    max-width: 297px
}

.homepage-layout-2 .before-you-leave .before-you-leave-banner .content .button:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 0;
    display: inline-block;
    width: 100%
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 30px
    }
}

.before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
    float: left
}

.before-you-leave .before-you-leave-tab .tabs:before {
    display: none
}

.before-you-leave .before-you-leave-tab .tabs .tab {
    border: none;
    display: inline-block;
    padding: 0
}

.before-you-leave .before-you-leave-tab .tabs .tab .tab-title {
    padding: 13px 10px 14px 10px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #202020;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
    border-bottom: none
}

.before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #b7b7b7;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
    font-size: 12px
}

.before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title {
    border-bottom: none
}

.before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title .count {
    background: #762369;
    color: #fff
}

.before-you-leave .before-you-leave-tab .tabs .tab:before {
    display: none
}

.before-you-leave .before-you-leave-tab.has-search-dropdown {
    position: relative;
    margin-bottom: 30px
}

.before-you-leave .before-you-leave-tab.has-search-dropdown .tabs-contents {
    display: none
}

.before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none
}

.before-you-leave .before-you-leave-tab .search .search-icon {
    position: relative;
    z-index: 6;
    display: inline-block
}

.before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: black;
    margin-top: 12px
}

.before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
    display: none;
    font-size: 40px;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    width: 19px;
    height: 18px;
    line-height: 18px;
    color: #000;
    margin-top: 15px
}

.before-you-leave .before-you-leave-tab .search .search-icon:hover {
    color: #000
}

.before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-search {
    display: none
}

.before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-close {
    display: block
}

.before-you-leave .before-you-leave-tab .search .search-icon.is-open+.dropdown-quickSearch {
    display: block
}

.before-you-leave .before-you-leave-tab .search .form {
    margin-bottom: 0;
    margin-left: 0;
    width: calc(100% - 48px)
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .search .form {
        width: calc(100% - 75px)
    }
}

.before-you-leave .before-you-leave-tab .search .form .form-field {
    position: relative;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 40px
}

.before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
    border-right: 1px solid #eaeaea;
    height: 50px;
    border-bottom: none;
    padding: 15px 50px 15px 15px;
    border-radius: 0
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
        padding: 15px 80px 15px 30px
    }
}

.before-you-leave .before-you-leave-tab .search .form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 15px;
    height: 26px
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .search .form button {
        padding: 0 30px
    }
}

.before-you-leave .before-you-leave-tab .search .form button svg {
    margin-top: -1px;
    fill: black;
    height: 1.85714rem;
    width: 1.85714rem
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch .container {
    padding: 0
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch .quickSearchResults {
    position: relative;
    left: auto;
    box-shadow: none;
    padding: 30px;
    overflow-y: unset;
    max-height: unset
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch .quickSearchResults .quickSearch-wrapper {
    padding: 0
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch .productGrid .product {
    width: 50%
}

.before-you-leave .before-you-leave-tab .search .dropdown-quickSearch .productGrid .product .card {
    margin-bottom: 20px
}

.before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 30px 15px;
    margin-bottom: 0;
    clear: both
}

@media (min-width:551px) {
    .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 26px 30px 30px 30px
    }
}

.before-you-leave .before-you-leave-tab .tabs-contents .tab-content {
    padding-top: 0;
    padding-bottom: 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid {
    margin: 0 0 5px 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
    padding: 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
    margin-bottom: 48px;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    padding-left: 20px;
    padding-top: 0
}

@media (min-width:380px) {
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
        width: calc(100% - 90px)
    }
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-rating {
    margin-top: -2px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-brand {
    margin-top: -5px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title .color-name {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 4px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
    margin-bottom: 14px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price .price-section-saving {
    display: none !important
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-label {
    display: none
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field {
    display: none;
    margin-bottom: 1.07143rem
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field[data-product-attribute=swatch] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute=swatch] {
    margin-bottom: 18px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
    max-width: 122px;
    padding: 12px 10px
}

@media (min-width:381px) {
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
        padding: 12px 15px 11px 15px
    }
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
        padding: 13px 25px 11px 25px
    }
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
    position: relative;
    padding-left: 18px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after,
.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
    content: "";
    position: absolute;
    background: #202020
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 4px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
    width: 10px;
    height: 2px;
    top: 8px;
    left: 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:after,
.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:before {
    background: #fff
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
    bottom: -24px;
    top: auto;
    border-color: rgba(32, 32, 32, .4)
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
    right: 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='rgba(32, 32, 32, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    height: 1rem;
    width: .78571rem
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
    left: 0
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='rgba(32, 32, 32, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}

@media (min-width:1025px) {
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-disabled {
        display: block !important
    }
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots {
    margin-top: -15px
}

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
    margin-top: 5px
}

.before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(23, 37, 50, 0.1)
}

.before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px
}

.before-you-leave .back-to-store {
    padding: 0 30px;
    margin-bottom: 50px
}

.before-you-leave .back-to-store .button {
    width: 100%
}

#consent-manager {
    background: #f7f9f9 !important;
    z-index: 9991 !important
}

#consent-manager>div>div {
    background: #f7f9f9 !important;
    padding: 0 15px
}

@media (min-width:551px) {
    #consent-manager>div>div {
        padding: 0 30px
    }
}

@media (min-width:1600px) {
    #consent-manager>div>div {
        padding: 0 75px
    }
}

#consent-manager>div>div>div {
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 0 !important
}

#consent-manager>div>div>div>div {
    margin-top: 12px !important
}

@media (min-width:768px) {
    #consent-manager>div>div>div>div {
        width: calc(100% - 300px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        margin-top: 0 !important;
        height: 90px
    }
}

@media (min-width:1025px) {
    #consent-manager>div>div>div>div {
        width: calc(100% - 380px)
    }
}

#consent-manager>div>div>div>div+div {
    margin-bottom: 12px
}

@media (min-width:768px) {
    #consent-manager>div>div>div>div+div {
        margin-bottom: 0;
        width: 300px;
        -ms-flex-pack: flex-end;
        justify-content: flex-end
    }
}

@media (min-width:1025px) {
    #consent-manager>div>div>div>div+div {
        width: 380px
    }
}

#consent-manager>div>div>div>div>p {
    letter-spacing: 0;
    font-size: 12px !important
}

#consent-manager>div>div>div>div>p>span {
    color: #787878 !important
}

#consent-manager>div>div>div>div button {
    background: 0 0 !important;
    border-color: rgba(30, 30, 30, .5) !important;
    color: #1e1e1e !important;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 600;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    border-radius: 0 !important;
    height: 34px !important;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 2px
}

@media (min-width:768px) {
    #consent-manager>div>div>div>div button {
        height: 40px !important
    }
}

@media (min-width:1025px) {
    #consent-manager>div>div>div>div button {
        font-size: 14px;
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media (max-width:1599px) {
    #consent-manager>div>div>div>div button {
        margin-left: 0
    }
}

#consent-manager>div>div>div>div button:active,
#consent-manager>div>div>div>div button:focus,
#consent-manager>div>div>div>div button:hover {
    background: 0 0 !important;
    border-color: rgba(30, 30, 30, .5) !important;
    color: #1e1e1e !important
}

#consent-manager>div>div>div>div button+button {
    background: #0a6cdc !important;
    border-color: #0a6cdc !important;
    color: #fff !important;
    margin-left: 15px !important
}

#consent-manager>div>div>div>div button+button:active,
#consent-manager>div>div>div>div button+button:focus,
#consent-manager>div>div>div>div button+button:hover {
    background: #0a6cdc !important;
    border-color: #0a6cdc !important;
    color: #fff !important
}

#consent-manager-update-banner {
    background: #f7f9f9 !important;
    min-height: 48px;
    padding: 0 15px;
    z-index: 9991 !important
}

@media (min-width:1025px) {
    #consent-manager-update-banner {
        padding: 0 30px
    }
}

@media (min-width:1600px) {
    #consent-manager-update-banner {
        padding: 0 75px
    }
}

#consent-manager-update-banner>a {
    color: #787878 !important;
    margin-left: 0 !important
}

[data-consent-manager-dialog]>div {
    z-index: 9991 !important
}

[data-consent-manager-dialog]>div>section {
    max-width: 90% !important;
    max-height: 90vh !important
}

@media (min-width:551px) {
    #halo-ask-an-expert.modal {
        width: 758px
    }
}

#halo-ask-an-expert .modal-header {
    background: 0 0;
    padding: 18px 60px 18px 15px;
    background: #f5f5f5
}

@media (min-width:1025px) {
    #halo-ask-an-expert .modal-header {
        padding: 18px 60px 18px 50px
    }
}

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
    font-size: 16px;
    font-weight: 700;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    color: #202020;
    line-height: 24px;
    text-align: center;
    margin: 0 0 8px 0;
    text-transform: uppercase
}

#halo-ask-an-expert .halo-ask-an-expert-text {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
    text-align: center
}

#halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 40px 0 70px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%
}

#halo-ask-an-expert .modal-body {
    padding: 0 15px 0 15px;
    margin-top: 42px
}

@media (min-width:551px) {
    #halo-ask-an-expert .modal-body {
        padding: 0 30px 0 30px
    }
}

@media (min-width:1025px) {
    #halo-ask-an-expert .modal-body {
        padding: 0 70px 0 70px
    }
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 40px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 400
}

@media (max-width:320px) {
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
        display: block;
        margin-right: 0 !important
    }
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
    display: block;
    margin-bottom: 1rem
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-input {
    max-width: 100%;
    height: 48px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type=radio]+label {
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    width: auto;
    margin-right: 28px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
    padding-left: 24px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
    margin-bottom: 16px;
    padding-top: 12px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
    margin-right: 28px
}

@media (max-width:767px) {
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
        display: block;
        margin-bottom: 13px
    }
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
    display: block;
    margin-bottom: 16px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
    margin-bottom: 8px;
    border-radius: 10px
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
    max-height: 192px;
    height: auto
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
    margin-top: 30px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
        margin-bottom: 60px
    }
}

@media (min-width:1025px) {
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
        margin-bottom: 70px
    }
}

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
    width: 100%
}

@-moz-document url-prefix() {
    #halo-ask-an-expert-form .form-field input[type=radio]+label:after {
        top: 4px
    }
}

.sticky-notification {
    --border-radius: 3px;
    --translate-x: -50%;
    --translate-y: 50px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(var(--translate-x)) translateY(var(--translate-y));
    pointer-events: none;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    z-index: 999;
    transition: all 450ms ease-in-out, opacity .6s ease-in-out;
    background: #762369;
    padding: 16px 50px;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    cursor: pointer;
    animation: vertical-floating 1.5s ease-out infinite;
    animation-delay: 3s;
    transform-origin: 50% 50%;
    overflow: initial;
    will-change: transform
}

.sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto
}

.sticky-notification .text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sticky-notification .text-wrapper .intro-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: color 350ms ease-in-out
}

.sticky-notification .text-wrapper .intro-text:hover {
    color: #fff
}

.sticky-notification .text-wrapper .link-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: color 350ms ease-in-out, fill 350ms ease-in-out
}

.sticky-notification .text-wrapper .link-text:hover {
    color: #fff
}

.sticky-notification .text-wrapper .intro-text-desktop {
    display: block
}

.sticky-notification .text-wrapper .link-text-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-left: 6px
}

.sticky-notification .text-wrapper .link-text-desktop:hover .icon {
    transform: translateX(4px)
}

.sticky-notification .text-wrapper .intro-text-mobile {
    display: none
}

.sticky-notification .text-wrapper .link-text-mobile {
    display: none
}

.sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px
}

.sticky-notification .close-btn svg {
    width: 16px;
    height: 16px;
    fill: white
}

.sticky-notification .close-btn path {
    fill: white
}

.sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: white
}

.sticky-notification .icon-link-arrow svg {
    fill: white
}

.sticky-notification .icon-link-arrow rect {
    fill: white
}

.sticky-notification .icon-link-arrow path {
    fill: white
}

.sticky-notification .link-text:hover .icon-link-arrow {
    fill: white
}

.sticky-notification .link-text:hover .icon-link-arrow rect {
    fill: white
}

.sticky-notification .link-text:hover .icon-link-arrow path {
    fill: white
}

.sticky-notification .mobile-image-icon {
    display: none
}

@media screen and (max-width:1024px) {
    .sticky-notification {
        --bottom-arrow-size: 7px;
        --bottom-positon: 66px;
        bottom: 15px
    }

    #notification-popup {
        width: 80vw;
        max-width: unset
    }
}

@media screen and (max-width:767px) {
    .sticky-notification {
        padding: 10px 20px
    }

    .sticky-notification.hidden-mobile {
        display: none
    }

    .sticky-notification .close-btn {
        display: none
    }

    .sticky-notification .mobile-image-icon {
        display: block;
        width: 18px;
        height: 18px;
        position: relative;
        top: -5px
    }

    .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px
    }

    .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px
    }

    .sticky-notification .text-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 22px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden
    }

    .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform .5s ease-out
    }

    .sticky-notification .text-wrapper a {
        transition: transform .5s ease-out
    }

    .sticky-notification .text-wrapper .intro-text-desktop {
        display: none
    }

    .sticky-notification .text-wrapper .link-text-desktop {
        display: none
    }

    .sticky-notification .text-wrapper .intro-text-mobile {
        display: block
    }

    .sticky-notification .text-wrapper .link-text-mobile {
        display: block
    }

    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
        transform: translateY(-100%)
    }

    .sticky-notification .text-wrapper.slide-down a {
        transform: translateY(-100%)
    }

    .sticky-notification.hide-on-mobile {
        display: none
    }

    .sticky-notification.temporary-hide {
        opacity: 0;
        --translate-y: -20px;
        pointer-events: none
    }
}

@media screen and (min-width:768px) {
    .sticky-notification.hidden-desktop {
        display: none
    }
}

@media screen and (min-width:1025px) {
    .sticky-notification::after {
        content: "";
        z-index: -1;
        background-color: rgba(255, 255, 255, .2);
        position: absolute;
        top: -50%;
        bottom: -50%;
        left: -10%;
        width: 3em;
        transform: rotate(35deg);
        visibility: hidden
    }
}

@keyframes vertical-floating {

    0%,
    100% {
        transform: translateX(var(--translate-x)) translateY(0)
    }

    50% {
        transform: translateX(var(--translate-x)) translateY(6px)
    }
}

@keyframes shineToRight {
    100% {
        left: 110%;
        visibility: visible
    }
}

@media (min-width:768px) {
    .webPage-sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        z-index: 5;
        float: left;
        width: 270px;
        display: inline-block;
        box-shadow: none;
        background-color: transparent;
        max-width: none;
        transition: unset
    }

    .webPage-sidebar .page-sidebar-close {
        display: none
    }

    .webPage-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible
    }

    .webPage-sidebar>nav {
        padding: 0;
        overflow: visible
    }

    .webPage-sidebar+.page-content {
        padding-left: 30px;
        width: calc(100% - 270px)
    }

    .webPage-sidebar.u-hiddenVisually+.page-content {
        padding-left: 0;
        width: 100%
    }

    .webPage-sidebar.u-hidden+.page-content {
        padding-left: 0;
        width: 100%
    }

    .page-custom-sidebar .webPage-sidebar {
        float: right;
        width: 350px;
        padding: 45px 40px;
        border: 1px solid #e6e6e6;
        border-right-width: 0
    }

    .page-custom-sidebar .webPage-sidebar+.page-content {
        width: calc(100% - 350px);
        padding-left: 0;
        padding-right: 30px
    }

    .page-listing .webPage-sidebar {
        position: sticky;
        top: 50px
    }
}

@media (min-width:1600px) {
    .webPage-sidebar+.page-content {
        padding-left: 70px
    }

    .page-custom-sidebar .webPage-sidebar {
        padding-top: 53px;
        padding-bottom: 45px;
        padding-right: calc((100vw - 1485px)/ 2);
        padding-left: 95px;
        width: 542px
    }

    .page-custom-sidebar .webPage-sidebar+.page-content {
        width: calc(100% - 542px);
        padding-right: 95px
    }
}

/* body:not(.page-type-default):not(.page-type-category):not(.page-type-product):not(.page-type-cart):not(.page-type-search):not(.page-type-brand) #main-content .container {
    margin-bottom: 50px
} */

.navBar-sub {
    margin-top: 50px;
    margin-bottom: 50px
}

.sitemap-list {
    margin: 0
}

.sitemap-list-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.sitemap-list-item+.sitemap-list-item {
    margin-top: 30px;
    padding-top: 25px
}

.sitemap-list-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}

.sitemap-list-subItem {
    display: block
}

.sitemap-list-subItem>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    transition: unset
}

.sitemap-list-subItem>a span {
    padding: 0 0 1px 0
}

.sitemap-list-subItem>ul {
    margin-left: 2.4rem
}

.sitemap-list-subItem li a {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 45px;
    transition: unset
}

.sitemap-list-subItem li a span {
    padding: 0 0 1px 0
}

.sitemap-list-subItem.sitemap-list-viewAll>a {
    font-style: italic;
    color: #202020;
    text-transform: capitalize
}

.sitemap-list-subItem.sitemap-list-viewAll>a span {
    padding: 0 0 1px 0;
    background-image: linear-gradient(transparent 97%, #202020 3%);
    background-repeat: repeat-x;
    background-position-y: 0
}

@media (min-width:1025px) {
    .sitemap-list li a:hover {
        color: #0a6cdc
    }

    .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
        background-repeat: repeat-x;
        background-position-y: 0
    }
}

.page-type-404 .form-prefixPostfix.wrap {
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.page-type-404 #search_query_adv {
    max-width: 615px
}

.page-type-404 .form-prefixPostfix .button {
    height: auto;
    width: auto;
    margin: 0 0 0 .78571rem;
    -ms-flex-order: 0;
    order: 0
}

.page-faqs .page-description {
    padding-bottom: 20px
}

.page-faqs .page-description .faq-desc {
    font-size: 16px
}

.page-faqs .page-description .faq-desc a {
    font-weight: 700;
    text-decoration: underline
}

.page-faqs .page-description .faq-desc a:hover {
    color: #0a6cdc;
    text-decoration: none
}

.halo-faqs-title {
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.7;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #e6e6e6
}

.halo-faqs-sidebar {
    width: 290px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 6px
}

.halo-faqs-sidebar .faq-contact {
    display: block;
    padding: 30px
}

.halo-faqs-sidebar .faq-title {
    margin-bottom: 26px;
    text-align: center
}

.halo-faqs-sidebar .faqs-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.halo-faqs-sidebar .faqs-group .faqs-group-item {
    width: 50%;
    text-align: center
}

.halo-faqs-sidebar .faqs-group a {
    text-decoration: none;
    transition: unset
}

.halo-faqs-sidebar .faqs-group a .icon {
    display: block;
    margin: 0 auto 5px auto;
    width: 32px;
    height: 32px;
    fill: #202020
}

.halo-faqs-sidebar .faqs-group a .icon[aria-label="Contact Us"] {
    padding: 4px 2px 0
}

.halo-faqs-sidebar .faqs-group a .text {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: capitalize;
    padding: 0 0 1px 0
}

.halo-faqs-sidebar+.halo-faqs-content {
    width: calc(100% - 290px);
    padding-left: 70px;
    padding-right: 0
}

.halo-faqs-content .faqs-paragraph {
    display: block
}

.halo-faqs-content .faqs-paragraph+.faqs-paragraph {
    margin-top: 48px
}

.halo-faqs-content .card {
    margin-bottom: 0
}

.halo-faqs-content .card-header {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0
}

.halo-faqs-content .card-header:after,
.halo-faqs-content .card-header:before {
    content: " ";
    display: table
}

.halo-faqs-content .card-header:after {
    clear: both
}

.halo-faqs-content .card-body {
    padding: 25px 0 0 0;
    line-height: 1.8;
    text-align: left;
    font-size: 16px;
    color: #505050
}

.halo-faqs-content .card-body h4 {
    font-weight: 700;
    font-size: 14px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif
}

.halo-faqs-content .card-body .bold {
    font-weight: 600
}

.halo-faqs-content .title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
    color: #000;
    text-transform: unset;
    text-align: left;
    padding: 15px 25px 15px 0;
    background: #fff;
    transition: color .15s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #e6e6e6
}

.halo-faqs-content .title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s
}

.halo-faqs-content .title.collapsed {
    position: relative
}

.halo-faqs-content .title.collapsed span {
    background-size: 100% 1px
}

.halo-faqs-content .title.collapsed+.icon-plus:before {
    transform: translateY(-50%) rotate(90deg)
}

.halo-faqs-content .icon-plus {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background: 0 0
}

.halo-faqs-content .icon-plus:after,
.halo-faqs-content .icon-plus:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #000;
    transition: color .15s ease;
    transition: all .5s ease
}

.halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px
}

.halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px
}

.halo-faqs-content .collapse {
    position: relative;
    display: none
}

.halo-faqs-content .faq-content {
    padding: 45px 0 30px 0;
    text-align: center
}

.halo-faqs-content .faq-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    margin: 0
}

.halo-faqs-content .faq-content .button {
    margin: 15px;
    min-width: 200px
}

@media (min-width:551px) {
    .halo-faqs-content .faq-content {
        text-align: right
    }

    .halo-faqs-content .faq-content .button {
        margin: 0 0 0 30px
    }
}

@media (min-width:768px) {
    .halo-faqs-sidebar {
        position: sticky;
        top: 90px
    }

    .halo-faqs-content .faq-content .button {
        margin-top: 0;
        min-width: 190px
    }
}

@media (min-width:1025px) {
    .halo-faqs-title {
        padding-bottom: 16px
    }

    .halo-faqs-sidebar .faqs-group a {
        text-decoration: none
    }

    .halo-faqs-sidebar .faqs-group a:hover .icon {
        fill: #0a6cdc
    }

    .halo-faqs-sidebar .faqs-group a:hover .text {
        color: #0a6cdc;
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
        background-repeat: repeat-x;
        background-position-y: 0
    }

    .halo-faqs-content {
        padding-top: 30px
    }

    .halo-faqs-content .faq-content .button {
        margin-top: 0;
        min-width: 255px
    }
}

@media (max-width:1024px) {
    .halo-faqs-sidebar {
        width: 250px
    }

    .halo-faqs-sidebar+.halo-faqs-content {
        width: calc(100% - 250px);
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .halo-faqs-sidebar {
        width: 100%
    }

    .halo-faqs-sidebar+.halo-faqs-content {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

    .halo-faqs-content .faqs-paragraph+.faqs-paragraph {
        margin-top: 30px
    }
}

.haloLookBook-header {
    padding-bottom: 10px
}

.halo-lookbook-slider {
    display: block
}

.halo-lookbook-slider-slide {
    position: relative
}

.halo-lookbook-slider .slick-arrow.slick-prev {
    left: 0
}

.halo-lookbook-slider .slick-arrow.slick-next {
    right: 0
}

.halo-lookbook-slider-imageWrapper {
    position: relative
}

.halo-lookbook-slider-imageWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(90, 75, 68, .1)
}

.halo-lookbook-slider-image {
    text-align: center
}

.halo-lookbook-slider-image img {
    display: none
}

.halo-lookbook-slider-image img.lazyload,
.halo-lookbook-slider-image img.lazyloading {
    width: auto;
    height: auto;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.halo-lookbook-slider-image img.image-mobile {
    display: block
}

.halo-lookbook-slider-image img.image-mobile.lazyload,
.halo-lookbook-slider-image img.image-mobile.lazyloading {
    width: auto;
    height: auto;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.page-normal .halo-lookbook-slider-image {
    width: 100%
}

.page-normal .halo-lookbook-slider-image img {
    display: block
}

.halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto
}

.page-normal .halo-lookbook-slider-point {
    display: block
}

.halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: #fff
}

.halo-lookbook-slider-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: #fff;
    animation: zoom-animation 1.4s ease-in-out infinite
}

.halo-lookbook-slider-info {
    display: block;
    padding: 24px 0 25px 0
}

.halo-lookbook-slider-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-align: center
}

.halo-lookbook-slider:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0
}

.halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
    min-height: 200px
}

.halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img.lazyloaded {
    width: 100%
}

@media (min-width:551px) {
    .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
        min-height: 400px
    }
}

@media (min-width:768px) {
    .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
        min-height: 600px
    }
}

@media (min-width:1025px) {
    .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
        min-height: 760px
    }
}

.halo-lookbook-slider:not(.slick-initialized)>.halo-lookbook-slider-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden
}

.halo-lookbook-slider:not(.slick-initialized)>.halo-lookbook-slider-slide:not(:first-child) {
    opacity: 0;
    visibility: hidden
}

.halo-lookbook-slider.slick-initialized {
    margin-bottom: 0
}

@media (min-width:551px) {
    .halo-lookbook-slider-image img {
        display: block
    }

    .halo-lookbook-slider-image img.image-mobile {
        display: none
    }

    page-blog .halo-lookbook-slider:not(.slick-initialized)>.halo-lookbook-slider-slide {
        width: 33.3333333%;
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:768px) {
    .halo-lookbook-slider-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .halo-lookbook-slider-text {
        text-align: left
    }
}

.halo-lookbook-button {
    padding-top: 45px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    margin: 0
}

.halo-lookbook-button .button {
    min-width: 255px;
    margin-bottom: 0;
    border: 1px solid #000
}

.halo-lookbook-share {
    position: absolute;
    top: auto;
    bottom: 130px;
    right: 0;
    margin-top: 0
}

.halo-lookbook-share .social-mediaBlock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: unset;
    width: 100%;
    margin-left: 0
}

.halo-lookbook-share .social-mediaBlock>p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px
}

.halo-lookbook-share .social-mediaBlock .socialMedia-dropdown {
    position: unset;
    padding: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    display: block
}

.halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
    display: none
}

.halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link+p {
    display: none
}

.halo-lookbook-share .social-mediaBlock .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.halo-lookbook-share .social-mediaBlock .facebookRecommendBtn,
.halo-lookbook-share .social-mediaBlock .socialMedia-button {
    display: none
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn {
    border-radius: 50% !important;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    padding: 9px
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
    border: none;
    padding: 5px
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
    height: 28px !important;
    width: 28px !important
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
    stroke: #fff;
    stroke-width: 2px;
    height: 28px !important;
    width: 28px !important
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
    height: 20px !important;
    width: 20px !important
}

.halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
    fill: #2d394a !important;
    height: 20px !important;
    width: 20px !important
}

@media (max-width:991px) {
    .halo-lookbook-share {
        position: static;
        margin-top: 40px
    }

    .halo-lookbook-share .social-mediaBlock {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .halo-lookbook-button {
        padding-top: 75px
    }

    .halo-lookbook-slider .slick-dots {
        bottom: -50px
    }
}

#LookbookProduct .page-header .page-heading {
    display: block
}

@media (min-width:1025px) {
    #LookbookProduct .page-header .page-heading {
        display: inline-block
    }
}

#LookbookProduct .page-header .view-all {
    text-align: center;
    color: #0a6cdc;
    font-size: 16px;
    background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, .7) 4%);
    background-repeat: repeat-x;
    background-position-y: -2px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px
}

@media (min-width:1025px) {
    #LookbookProduct .page-header .view-all {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        margin-top: 0
    }
}

@media (max-width:550px) {
    #LookbookProduct .page-header .view-all {
        font-size: 14px
    }
}

#LookbookProduct .page-header .view-all:hover {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, .7) 4%)
}

.lookbook-top {
    position: relative
}

.halo-lookbook-popup {
    display: none;
    position: relative;
    max-width: 240px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1)
}

.halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21
}

.halo-lookbook-popup .card {
    padding: 20px
}

.halo-lookbook-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 10;
    background: #762369 !important;
    width: 30px !important;
    height: 30px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 30px !important;
    padding: 5px
}

.halo-lookbook-close svg {
    fill: white;
    width: 100%;
    height: 100%
}

@media (min-width:551px) {
    .halo-lookbook-close {
        right: -30px;
        background: 0 0
    }

    .halo-lookbook-close svg {
        width: 20px;
        height: 20px;
        fill: #ffffff
    }
}

.contactus-section .page-header {
    padding-left: 10px
}

.contactus-section .halo-contact-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #505050;
    margin: 0 0 5px 0;
    text-align: center;
}

.contact-ip {
    height: 40px;
}

.contactus-section .halo-contact-form p a {
    color: #0a6cdc;
    transition: unset
}

.contactus-section .halo-contact-form p a span {
    padding: 0 0 1px 0;
    background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
    background-repeat: repeat-x;
    background-position-y: 0
}

.contactus-section .halo-contact-form p+p {
    margin-top: 26px
}

.contactus-section .halo-contact-info {
    margin: 50px 0 0 0
}

.contactus-section .halo-contact-info .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #1c2174;
    margin: 0 0 13px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #e6e6e6;
    font-family: "Bai Jamjuree", sans-serif;
}

@media (min-width:1025px) {
    .contactus-section .halo-contact-info .title {
        font-size: 22px
    }
}

.contactus-section .halo-contact-info .description,
.contactus-section .halo-contact-info .store-address,
.contactus-section .halo-contact-info .store-email,
.contactus-section .halo-contact-info .store-info,
.contactus-section .halo-contact-info .store-phone {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    color: #1c2174;
    font-family: "Bai Jamjuree", sans-serif;
}

.store-address strong,
.item strong {
    color: #111;
    font-size: 19px;
}

.halo-google-map {
    margin-top: 25px !important;
    padding: 0 !important;
}

.contactus-section .halo-contact-info .store-info a {
    color: #1c2174;
}

.contactus-section .halo-contact-info .sample {
    display: block;
    margin: 0 0 41px 0
}

.contactus-section .halo-contact-info .sample .button {
    text-transform: uppercase;
    width: 100%
}

.contactus-section [data-contact-form] {
    margin: 0;
    padding: 28px 0 0 0
}

.contactus-section [data-contact-form] .form-row {
    margin: 0
}

@media (min-width:1025px) {
    .contactus-section [data-contact-form] .form-row .form-field {
        width: 50%;
        float: left;
        padding-right: 30px
    }

    .contactus-section [data-contact-form] .form-row .form-field:nth-child(2),
    .contactus-section [data-contact-form] .form-row .form-field:nth-child(4),
    .contactus-section [data-contact-form] .form-row .form-field:nth-child(6) {
        padding-right: 0
    }
}

.contactus-section [data-contact-form] .form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    margin: 0 0 5px 0;
    float: none
}

.contactus-section [data-contact-form] .form-label {
    margin-bottom: 6px
}

.contactus-section [data-contact-form] .form-label small {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    font-style: italic;
    line-height: 25px;
    text-transform: capitalize;
    color: #b4b4b4
}

.contactus-section [data-contact-form] .form-input {
    margin-bottom: 0;
    max-width: 100%
}

.contactus-section [data-contact-form] textarea {
    height: 100px !important
}

.form-section-bottom-here {
    width: 100%;
    display: flex;
    padding: 50px !important;
    border-radius: 3px;
    gap: 25px;
    background: #f7f7f7;
}

@media (max-width:768px) {
    .form-section-bottom-here {
        display: block;
    }
}

.contactus-section [data-contact-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center
}

.contactus-section [data-contact-form] .form-actions .button {
    display: block;
    /* width: 100%; */
    text-transform: uppercase;
    background: #1c2174;
    color: #fff;
    border: none;
    border-radius: 0;
}

/* .contactus-section .halo-contact-form {
    width: 60%;
}
.contactus-section .halo-contact-info {
    width: 40%;
    margin-top: 0;
    padding: 0 0 0 40px
} */
.contactus-section .halo-google-map {
    margin-bottom: 16px;
}

#google-map .map-here {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.page-type-createaccount [data-create-account-form] .form-row .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    color: #b4b4b4
}

.page-type-forgotpassword .page-heading,
.page-type-getnewpassword .page-heading {
    margin-bottom: 35px
}

.page-type-forgotpassword .forgot-password-form .form-prefixPostfix .button,
.page-type-getnewpassword .forgot-password-form .form-prefixPostfix .button {
    height: auto;
    width: 100%;
    margin: 15px 0 0 0
}

.page-type-forgotpassword .account .form-input,
.page-type-getnewpassword .account .form-input {
    max-width: 530px
}

.page-type-forgotpassword .account .new-password-form,
.page-type-getnewpassword .account .new-password-form {
    max-width: 530px
}

.page-type-forgotpassword .account .new-password-form .button,
.page-type-getnewpassword .account .new-password-form .button {
    min-width: 205px
}


.page-type-forgotpassword .form-row .form-label small,
.page-type-getnewpassword .form-row .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    color: #b4b4b4
}

.page-type-account_addressbook .account.account--fixed,
.page-type-account_inbox .account.account--fixed,
.page-type-account_orderstatus .account.account--fixed,
.page-type-account_recentitems .account.account--fixed,
.page-type-add-wishlist .account.account--fixed,
.page-type-editaccount .account.account--fixed,
.page-type-shippingaddressform .account.account--fixed,
.page-type-wishlists .account.account--fixed {
    padding-left: 0;
    padding-right: 0
}

.page-type-account_addressbook .account.account--fixed .account-head,
.page-type-account_inbox .account.account--fixed .account-head,
.page-type-account_orderstatus .account.account--fixed .account-head,
.page-type-account_recentitems .account.account--fixed .account-head,
.page-type-add-wishlist .account.account--fixed .account-head,
.page-type-editaccount .account.account--fixed .account-head,
.page-type-shippingaddressform .account.account--fixed .account-head,
.page-type-wishlists .account.account--fixed .account-head {
    display: none
}

.page-type-account_addressbook .account.account--fixedLarge,
.page-type-account_inbox .account.account--fixedLarge,
.page-type-account_orderstatus .account.account--fixedLarge,
.page-type-account_recentitems .account.account--fixedLarge,
.page-type-add-wishlist .account.account--fixedLarge,
.page-type-editaccount .account.account--fixedLarge,
.page-type-shippingaddressform .account.account--fixedLarge,
.page-type-wishlists .account.account--fixedLarge {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-type-account_addressbook .account.account--fixedLarge .account-body,
.page-type-account_inbox .account.account--fixedLarge .account-body,
.page-type-account_orderstatus .account.account--fixedLarge .account-body,
.page-type-account_recentitems .account.account--fixedLarge .account-body,
.page-type-add-wishlist .account.account--fixedLarge .account-body,
.page-type-editaccount .account.account--fixedLarge .account-body,
.page-type-shippingaddressform .account.account--fixedLarge .account-body,
.page-type-wishlists .account.account--fixedLarge .account-body {
    margin: 0
}

.page-type-account_addressbook .account-content .account-heading,
.page-type-account_inbox .account-content .account-heading,
.page-type-account_orderstatus .account-content .account-heading,
.page-type-account_recentitems .account-content .account-heading,
.page-type-add-wishlist .account-content .account-heading,
.page-type-editaccount .account-content .account-heading,
.page-type-shippingaddressform .account-content .account-heading,
.page-type-wishlists .account-content .account-heading {
    display: none
}

.page-type-account_addressbook .account-content h2,
.page-type-account_inbox .account-content h2,
.page-type-account_orderstatus .account-content h2,
.page-type-account_recentitems .account-content h2,
.page-type-add-wishlist .account-content h2,
.page-type-editaccount .account-content h2,
.page-type-shippingaddressform .account-content h2,
.page-type-wishlists .account-content h2 {
    color: #202020;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.page-type-account_addressbook .addressList,
.page-type-account_inbox .addressList,
.page-type-account_orderstatus .addressList,
.page-type-account_recentitems .addressList,
.page-type-add-wishlist .addressList,
.page-type-editaccount .addressList,
.page-type-shippingaddressform .addressList,
.page-type-wishlists .addressList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.page-type-account_addressbook .addressList .address,
.page-type-account_inbox .addressList .address,
.page-type-account_orderstatus .addressList .address,
.page-type-account_recentitems .addressList .address,
.page-type-add-wishlist .addressList .address,
.page-type-editaccount .addressList .address,
.page-type-shippingaddressform .addressList .address,
.page-type-wishlists .addressList .address {
    height: 100%
}

.page-type-account_addressbook .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-account_inbox .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-account_orderstatus .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-account_recentitems .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-add-wishlist .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-editaccount .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-shippingaddressform .addressList .panel--address:not(.panel--newAddress) .panel-body,
.page-type-wishlists .addressList .panel--address:not(.panel--newAddress) .panel-body {
    background: #f5f5f5
}

.page-type-account_addressbook .addressList .panel--address .panel-body,
.page-type-account_inbox .addressList .panel--address .panel-body,
.page-type-account_orderstatus .addressList .panel--address .panel-body,
.page-type-account_recentitems .addressList .panel--address .panel-body,
.page-type-add-wishlist .addressList .panel--address .panel-body,
.page-type-editaccount .addressList .panel--address .panel-body,
.page-type-shippingaddressform .addressList .panel--address .panel-body,
.page-type-wishlists .addressList .panel--address .panel-body {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 303px;
    border-radius: 10px
}

.page-type-account_addressbook .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-account_inbox .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-account_orderstatus .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-account_recentitems .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-add-wishlist .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-editaccount .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-shippingaddressform .addressList .panel--address .panel-body .address-addNew .address-title,
.page-type-wishlists .addressList .panel--address .panel-body .address-addNew .address-title {
    margin-top: 5px;
    margin-bottom: 0
}

.page-type-account_addressbook .addressList .panel--address .panel-body .address-title,
.page-type-account_inbox .addressList .panel--address .panel-body .address-title,
.page-type-account_orderstatus .addressList .panel--address .panel-body .address-title,
.page-type-account_recentitems .addressList .panel--address .panel-body .address-title,
.page-type-add-wishlist .addressList .panel--address .panel-body .address-title,
.page-type-editaccount .addressList .panel--address .panel-body .address-title,
.page-type-shippingaddressform .addressList .panel--address .panel-body .address-title,
.page-type-wishlists .addressList .panel--address .panel-body .address-title {
    font-weight: 600;
    margin-bottom: 15px
}

.page-type-account_addressbook .addressList .panel--address .panel-body .address-details--postal,
.page-type-account_inbox .addressList .panel--address .panel-body .address-details--postal,
.page-type-account_orderstatus .addressList .panel--address .panel-body .address-details--postal,
.page-type-account_recentitems .addressList .panel--address .panel-body .address-details--postal,
.page-type-add-wishlist .addressList .panel--address .panel-body .address-details--postal,
.page-type-editaccount .addressList .panel--address .panel-body .address-details--postal,
.page-type-shippingaddressform .addressList .panel--address .panel-body .address-details--postal,
.page-type-wishlists .addressList .panel--address .panel-body .address-details--postal {
    font-style: italic
}

.page-type-account_addressbook .addressList .panel--address .panel-body .address-details,
.page-type-account_inbox .addressList .panel--address .panel-body .address-details,
.page-type-account_orderstatus .addressList .panel--address .panel-body .address-details,
.page-type-account_recentitems .addressList .panel--address .panel-body .address-details,
.page-type-add-wishlist .addressList .panel--address .panel-body .address-details,
.page-type-editaccount .addressList .panel--address .panel-body .address-details,
.page-type-shippingaddressform .addressList .panel--address .panel-body .address-details,
.page-type-wishlists .addressList .panel--address .panel-body .address-details {
    line-height: 1.7;
    margin-bottom: 15px
}

.page-type-account_addressbook .addressList .panel--address .panel-body .form-actions,
.page-type-account_inbox .addressList .panel--address .panel-body .form-actions,
.page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions,
.page-type-account_recentitems .addressList .panel--address .panel-body .form-actions,
.page-type-add-wishlist .addressList .panel--address .panel-body .form-actions,
.page-type-editaccount .addressList .panel--address .panel-body .form-actions,
.page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions,
.page-type-wishlists .addressList .panel--address .panel-body .form-actions {
    position: static;
    margin-top: 15px;
    font-size: 0
}

.page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button,
.page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button,
.page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button,
.page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button,
.page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button,
.page-type-editaccount .addressList .panel--address .panel-body .form-actions .button,
.page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button,
.page-type-wishlists .addressList .panel--address .panel-body .form-actions .button {
    display: inline-block;
    width: calc(50% - 10px)
}

.page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:first-child,
.page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:first-child {
    margin-right: 10px
}

.page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:last-child,
.page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:last-child {
    margin-left: 10px
}

.page-type-account_addressbook .wishlists-table,
.page-type-account_inbox .wishlists-table,
.page-type-account_orderstatus .wishlists-table,
.page-type-account_recentitems .wishlists-table,
.page-type-add-wishlist .wishlists-table,
.page-type-editaccount .wishlists-table,
.page-type-shippingaddressform .wishlists-table,
.page-type-wishlists .wishlists-table {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.page-type-account_addressbook .pagination,
.page-type-account_inbox .pagination,
.page-type-account_orderstatus .pagination,
.page-type-account_recentitems .pagination,
.page-type-add-wishlist .pagination,
.page-type-editaccount .pagination,
.page-type-shippingaddressform .pagination,
.page-type-wishlists .pagination {
    margin-top: 30px
}

.page-type-account_addressbook .pagination .pagination-list,
.page-type-account_inbox .pagination .pagination-list,
.page-type-account_orderstatus .pagination .pagination-list,
.page-type-account_recentitems .pagination .pagination-list,
.page-type-add-wishlist .pagination .pagination-list,
.page-type-editaccount .pagination .pagination-list,
.page-type-shippingaddressform .pagination .pagination-list,
.page-type-wishlists .pagination .pagination-list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: left;
    float: none;
    display: block
}

.page-type-account_addressbook .pagination .pagination-list .pagination-item,
.page-type-account_inbox .pagination .pagination-list .pagination-item,
.page-type-account_orderstatus .pagination .pagination-list .pagination-item,
.page-type-account_recentitems .pagination .pagination-list .pagination-item,
.page-type-add-wishlist .pagination .pagination-list .pagination-item,
.page-type-editaccount .pagination .pagination-list .pagination-item,
.page-type-shippingaddressform .pagination .pagination-list .pagination-item,
.page-type-wishlists .pagination .pagination-list .pagination-item {
    font-size: 16px
}



.page-type-account_inbox .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.aboutus-section .about-content {
    color: #1c2174;
    font-size: 19px;
    font-weight: 600;
    font-family: "Bai Jamjuree", sans-serif;
}

.list-about li {
    font-family: "Bai Jamjuree", sans-serif;
    text-align: justify;
    font-size: 14px;
}

.about-cont {
    font-family: "Bai Jamjuree", sans-serif;
    text-align: justify;
    font-size: 14px;
}

.Explore {
    border: 1px solid #ccc;
}

.aboutus-section .about-content ul li {
    list-style: circle;
}

/* ALl Catalog */

.catalog-section p {
    margin-bottom: 20px;
    font-size: 15px;
}

.quick-specs ul .catalog-list {
    border-bottom: 0 !important;
}

.quick-specs ul li .catalog-link {
    color: #202020;
    width: 100%;
    display: block;
}

.quick-specs ul li .catalog-link:hover {
    font-weight: 500;
    color: #00ab9c;
}

.quick-specs ul li .fa-file-pdf {
    color: #e10600;
}

/* All Categories */
.quick-specs ul .category-list {
    border-bottom: 0 !important;
}

.catalog-section p {
    text-align: justify;
}

/* All Product */
.allproduct-section p {
    margin-bottom: 20px;
    font-size: 15px;
}

.search-bar-section {
    border-radius: 8px !important;
}

.categories-section p {
    text-align: justify;
    color: #111;
}

.allproduct-section p {
    text-align: center;
}

/* Compare table */

.ct-thead,
.ct-row,
.ct-head,
.ct-data {
    font-size: 10px;
    padding: 5px 8px !important;
}

.ct-head {
    text-align: left !important;
}

.table-section .table-head-image-section {
    text-align: center;
    justify-content: center;
}

.table-section .table-head-image-section .image-section-in img {
    width: 150px;
}

.table-section .table-head-image-section .p-name a {
    display: block;
    width: 100%;
}

.table-section .table-head-image-section .p-name a h1,
.table-section .table-head-image-section .p-name a h2,
.table-section .table-head-image-section .p-name a h3,
.table-section .table-head-image-section .p-name a h4,
.table-section .table-head-image-section .p-name a h5,
.table-section .table-head-image-section .p-name a h6 {
    font-size: 17px;
    text-align: center;
    font-size: 17px;
    color: #1c2174;
    /* margin-top: 18px; */
    font-weight: 600;
}

/* Description */
.specification {
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 3px;
}

.sub-title span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 3px;
    padding: 5px;
    font-family: "Bai Jamjuree", sans-serif;
    background: #1c2174;
}

.specification-details ul li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ececec;
    margin-bottom: 6px;
    padding-bottom: 6px;
    align-items: center;
    gap: 20px;
}

.specification-details ul li span:first-child {
    text-align: left;
    font-weight: 600;
    color: #111;

}

.specification-details ul li span:last-child {
    text-align: right;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 13px;
}

.features {
    border: 1px solid #ddd;
    padding: 5px 16px;
    border-radius: 3px;
}

.features .sub-title span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 3px;
}

.features-details ul {
    list-style: none !important;
    margin: 0;
}

.features-details ul li {
    margin-bottom: 8px;
    padding-bottom: 3px;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
}

.modal-header {
    padding: 8px 20px 10px !important;
}

.application {
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 3px;
    margin-bottom: 18px;
}

.halo-ask-an-expert {
    display: inline-flex;
    background: aliceblue;
    padding: 15px 30px;
    border-radius: 3px;
    width: 100%;
}

.halo-ask-an-expert .col-left {
    display: inline-flex;
    width: -moz-available;
}

.halo-ask-an-expert .col-left img {
    margin-right: 24px;

}

.card-body-related {
    text-align: center !important;
    justify-content: center !important;
    display: grid !important;
}

.image-section-description img {
    width: 280px;
}

/* Product By Category */
.tab-section {
    margin-bottom: 12px;
    margin-top: -8px;
}

.tab-section .tab-ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
}

.tab-section .tab-ul .tab-list {
    margin-right: 5px;
    margin-bottom: 5px;
}

.tab-section .tab-ul .tab-list a {
    margin-bottom: 0;
}

.tab-list a h1,
.tab-list a h2,
.tab-list a h3,
.tab-list a h4,
.tab-list a h5,
.tab-list a h6 {
    font-size: 15px;
    color: #1c2174;
    border: 1px solid #1c2174;
    padding: 3px 8px;
    border-radius: 1px;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0;
    box-shadow: 0 2px 5px 0 #ccc;
}


@media (max-width: 576px) {
    .tab-section .tab-ul {
        display: block;
    }

    .tab-section .tab-ul .tab-list {
        margin-right: 0px;
        margin-bottom: 5px;
        display: block;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .tab-section .tab-ul {
        display: block;
    }

    .tab-section .tab-ul .tab-list {
        margin-right: 0px;
        margin-bottom: 5px;
        display: block;
    }
}

.prodctbycategory-section p {
    text-align: justify;
}

.offanyquery .offcanvas-header h5 {
    font-size: 18px;
}

.offanyquery .offcanvas-bodyoffanyquery .form-section .formunit {
    margin-bottom: 16px !important;
}

.offanyquery .offcanvas-bodyoffanyquery .form-section label {
    text-align: left;
    margin-bottom: 4px;
    padding-left: 10px;
}

.offanyquery .offcanvas-bodyoffanyquery .form-section input {
    border-radius: 3px;
}

.offanyquery .send-button {
    margin-top: 20px;
    padding: 0 10px;
}

.offanyquery .send-button .sendquery {
    border: 1px solid #00ab9c;
    background-color: #00ab9c;
    color: #fff;
    border-radius: 3px;
    font-family: "Bai Jamjuree", sans-serif;
}

@media (max-width:992px) {
    .catalog-body {
        border: 0;
    }

}

.form-action .quote-btn {
    border: 1px solid #00ab9c;
    background-color: #00ab9c;
    color: #fff;
    border-radius: 2px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Bai Jamjuree", sans-serif;
}

.modal .modal-footer .quote-btn {
    border: 1px solid #00ab9c;
    background-color: #00ab9c;
    color: #fff;
    border-radius: 3px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 600;
}

.form-action .quote-btn:hover {
    background-color: #00ab9c;
    color: #fff;
    border-radius: 3px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 600;
}

.modal-body .des-form {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: 0;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.5;
    color: #1c2174;
}

/* preview image */
.product-gallery-container {
    display: block;
    gap: 20px;
    align-items: flex-start;
}

.product-img-box {
    flex: 2;
    position: relative;
    overflow: hidden;
}

.product-img-box img {
    width: 100%;
    max-width: 250px;
    transition: transform 0.3s ease;
}

/* slider pd */
.product-thumbnail-tabs {
    flex: inherit;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    justify-content: center;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.main-image-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-image-container img {
    width: 100%;
}



.thumbnail-slider {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.thumbs-wrapper {
    overflow: hidden;
    width: 316px;
}

.thumbs-container {
    display: flex;
    transition: transform 0.3s;
    gap: 10px;
}

.thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 4px;
}

.thumb.active {
    border-color: #007c91;
}

.thumb-nav {
    background: #fff;
    /* border: none; */
    padding: 5px 10px;
    cursor: pointer;
    color: #fd6506;
    border: 1px solid #e1e1e1;
}

.faq-section .faq-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.faq-section .faq-title span {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.faq-section .faq-title p {
    font-size: 17px;
    color: #762369;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.faq-section .quetion-answer-section {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 3px;
    display: grid;
    /* min-height: 224px;
    height: auto; */
}

.faq-section .description {
    display: block;
}

.faq-section .quetion-answer-section .quetion {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    display: block;
    height: max-content;
}

.faq-section .quetion-answer-section .answers {
    /* margin-top: 10px; */
    display: block;
    height: max-content;
}

.faq-section .quetion-answer-section .answers p {
    margin-bottom: 0;
    font-size: 15px;
    color: #555;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    text-align: justify;
}

.faq-section .quetion-answer-section .quetion span i {
    color: #762369;
    font-size: 18px;

}

.filter-container {
    width: 20% !important;
    padding: 3px;
}

.product-sub-category {
    width: 80% !important;
}

.filter-section h4 {
    margin-bottom: 15px;
    font-weight: bold;
}

.filter-group {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 4px;
}

.filter-group .filter-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.filter-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.resetfilter-btn {
    background-color: #762369 !important;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 3px !important;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.resultBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    max-height: 280px;
    scrollbar-width: thin;
    scrollbar-color: #1c2174 #cccc;
    overflow-y: auto;
    color: #1c2174;
}

.search-container .form-field.active .resultBox {
    display: block;
}

.searchInput .resultBox {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
}

.searchInput.active .resultBox {
    display: block;
}

.resultBox li {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #1c2174;
    text-align: start;

}

.resultBox li:hover {
    background-color: #cccc;
}

.resultBox a {
    font-size: 14px;
    color: black;
}

.main-img-container .card-image {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.card-img-container .card-image {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.header-item.text-right {
    display: none;
}



.bottom-custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seclaboeq {
    width: 16.66% !important;
    padding: 3px !important;
}

.card-seclaboeq {
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    text-align: center;
    padding: 5px 5px 0 5px;
}

.care-air {
    width: 25% !important;
    padding: 3px !important;
    display: flex;
    height: inherit;
    flex-direction: column;
}

.card-care-air {
    display: flex;
    height: inherit;
    flex-direction: column;
    flex: 1;
    border: 1px solid #cecece;
    padding: 5px 10px 15px;
    border-radius: 4px;
}

/* Home 1st sectiopn Start */
.category-item {
    width: 16.66% !important;
    padding: 3px !important;
}

.custom-size {
    border: 1px solid rgb(60 102 99 / 51%);
    border-radius: 3px;
    background: #fff;
    padding: 10px 5px 0 5px;
    text-align: center;
}

.custom-size .link h1,
.custom-size .link h2,
.custom-size .link h3,
.custom-size .link h4,
.custom-size .link h5,
.custom-size .link h6 {
    color: #1c2174;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    font-family: "Bai Jamjuree", sans-serif;
    display: flex;
    align-content: center;
    justify-content: center;
    /* letter-spacing: 0.3px; */
}

.category-item img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

/* Home 1st sectiopn End */

/* Home 2nd sectiopn start */
.autoclave-box {
    width: 33.33% !important;
    padding: 3px !important;
    display: flex;
    flex-direction: column;
    height: inherit;

}

.autoclave-box .autoprocon {
    display: flex;
    height: inherit;
    flex-direction: column;
    flex: 1;
    border: 1px solid rgb(60 102 99 / 51%);
    padding: 13px 10px 0 10px;
    border-radius: 4px;
}

.clamp h1,
.clamp h2,
.clamp h3,
.clamp h4,
.clamp h5,
.clamp h6 {
    font-size: 16px;
    font-weight: 700;
    color: #1c2174;
    text-align: left;
    letter-spacing: 0.3px;
    font-family: "Bai Jamjuree", sans-serif;
}

/* Home 2nd sectiopn End */
/* Home 3rd sectiopn End */
.baths-box {
    width: 25% !important;
    padding: 3px !important;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.baths {
    display: flex;
    height: inherit;
    flex-direction: column;
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
}

/* Home 3rd sectiopn End */

.product-cards {
    width: 33.33% !important;
    padding: 3px !important;
    display: flex;
    height: inherit;
    flex-direction: column;
}

.product-cards-scc {
    padding: 10px 10px 15px;
    border: 1px solid #ccc;
    display: flex;
    height: inherit;
    flex-direction: column;
    flex: 1;
    border-radius: 4px;
}

.header-mobile {
    display: none;
}


.compare_bttn {
    background-color: #334a9f;
}


.action--compare-add {
    color: #555;
    font-weight: 500;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px
}

.action--compare-add:hover {
    color: #334a9f
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-square {
    display: none
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
    display: inherit;
    color: #009688
}

.fa-square,
.fa-check {
    line-height: 20px !important;
    margin-right: 4px;
}

.check-hidden {
    position: absolute;
    opacity: 0;
    top: 7px;
    left: 13px;
    margin-left: -15px;
}

.action {
    font-size: 11px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    color: #1c2174;
    font-family: "Bai Jamjuree", sans-serif;
    display: flex;
    justify-content: end;
    align-items: center;
}

.action:focus {
    outline: none
}

.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none
}

.compare-section {
    position: fixed;
    top: 180px;
    right: 20px;
    z-index: 999;
}

.btn-compare,
.btn-compare:hover {
    background-color: #00ab9c !important;
    color: #ffffff !important;
    border-radius: 3px !important;
}

.col-md-2-5.col-lg-2-5 {
    width: 20%
}

.leftfl::before,
.rightfl::before {
    font-size: 25px
}

.cpp {
    float: right !important;
}

.clamp-cat h1,
.clamp-cat h2,
.clamp-cat h3,
.clamp-cat h4,
.clamp-cat h5,
.clamp-cat h6 {
    color: #1c2174;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    font-family: "Bai Jamjuree", sans-serif;
}

.figure {
    margin: 0;
}

.cata-col {
    width: 25% !important;
    padding: 3px !important;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    height: inherit;
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.header-mobile .header-item .item-hamburger .mobileMenu-toggle {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.tm-header{
    padding: 5px 12px !important;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    padding: 8px 20px !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 85% !important;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

.header-item {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
}
.menu-btn{
    background-color: #004080 !important;
}
.query-con{
    background: #fff;
}
    

@media (max-width:991px) {
    .mobile-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 15px 15px;
        align-items: center;
        margin: 0;
    }

    .header-mobile {
        position: relative;
        display: block;
    }

    .header-mobile .header-item .item-hamburger {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-bottom {
        display: none;
    }

    .header-search {
        width: 100% !important;
        border: 1px solid #1c2174;
    }

    .header-mo {
        display: none;
    }


    .header-top {
        background-color: #1c2174;
        padding: 1px 10px;
    }

    .dropdown-quickSearch .form-field {
        background-color: #fff;
        display: flex;
        align-items: stretch;
        border: 1px solid #fff;
        border-radius: 1px;
    }

     .page-header-hst {
    text-align: center;
    margin-top: 50px;
  }

    .page-header h1,
    .page-header h2,
    .page-header h3,
    .page-header h4,
    .page-header h5,
    .page-header h6 {
        font-size: 25px;
        color: #1a1f79;
        font-weight: 600;
        font-family: "Bai Jamjuree", sans-serif;
        margin-top: 5px;
    }

    .page-header-hst h1,
    .page-header-hst h2,
    .page-header-hst h3,
    .page-header-hst h4,
    .page-header-hst h5,
    .page-header-hst h6 {
        font-size: 25px;
        color: #1a1f79;
        font-weight: 600;
        font-family: "Bai Jamjuree", sans-serif;
    }

    .tab-section {
        margin-bottom: 12px;
        margin-top: 0;
    }

    .header-logo-image {
        width: 235px;
        height: auto;
        object-fit: contain;
        margin-top: 0;
    }

    .breadcrumb-container {
        border-bottom: 1px solid #f3eeee;
        margin: 0;
        box-shadow: 0 0 5px #d6faf8;
        padding: 4px 0;
        display: none;
    }

    .productView-title {
        font-size: 21px;
        font-family: "Bai Jamjuree", sans-serif;
        color: #1c2174;
    }


}

@media only screen and (min-width:280px) and (max-width:480px) {

    /*****  col-6  ***/
    .quote-btn {
        display: none;
    }

    .category-item {
        width: 50% !important;
        padding: 3px !important;
    }

    .category-item img {
        width: 130px;
        height: 130px;
        object-fit: contain;
    }

    .autoclave-box {
        width: 100% !important;
        padding: 3px !important;
    }

    .baths-box {
        width: 100% !important;
        padding: 3px !important;
    }

    .seclaboeq {
        width: 50% !important;
        padding: 3px !important;
    }

    .card-img-container .card-image {
        width: 140px;
        height: 140px;
        object-fit: contain;

    }

    .care-air {
        width: 100% !important;
        padding: 3px !important;

    }

    .filter-container {
        display: none;

    }

    .product-sub-category {
        width: 100% !important;
    }

    .product-cards {
        width: 100% !important;
        padding: 0 10px !important;

    }

    .cata-col {
        width: 100% !important;
        padding: 10px !important;
    }

    .quick-specs-in ul,
    .quick-specs ul {
        height: auto;
        overflow-y: auto;
        padding: 0;
        line-height: 20px;
        scrollbar-width: thin;
        display: inherit;
        background-color: #fff;
        color: #111;
        font-weight: 600;
        margin: 0;
        font-family: "Bai Jamjuree", sans-serif;
        letter-spacing: 0.3px;
    }

   .anyQuert-btn {
    position: fixed;
    top: 25%;
    right: 5px;
    background-color: #1c2174;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: block;
  }

    .anyQuert-btn i {
        font-size: 20px;
    }

    .anyQuert-btn:hover {
        background-color: #0056b3;
        transform: scale(1.1);
    }

    .anyQuert-btn:active {
        transform: scale(0.95);
        background-color: #004080;
    }
}

@media only screen and (min-width:480px) and (max-width:576px) {

    /*****  col-6  ***/
    .category-item,
    .seclaboeq {
        width: 33.33% !important;
        padding: 3px !important;
    }

    .baths-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .card-img-container .card-image {
        width: 153px;
        height: 153px;
        object-fit: contain;
    }

    .category-item img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .autoclave-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .care-air {
        width: 50% !important;
        padding: 3px !important;

    }

    .filter-container {
        display: none;

    }

    .product-sub-category {
        width: 100% !important;
    }

    .product-cards {
        width: 50% !important;
    }

    .cata-col {
        width: 50% !important;
        padding: 3px !important;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {

    /*****  col-sm-6  ***/
    .category-item,
    .seclaboeq {
        width: 33.33% !important;
        padding: 3px !important;
    }

    .category-item img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .card-img-container .card-image {
        width: 153px;
        height: 153px;
        object-fit: contain;
    }

    .autoclave-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .baths-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .care-air {
        width: 50% !important;
        padding: 3px !important;

    }

    .filter-container {
        display: none;

    }

    .product-sub-category {
        width: 100% !important;
    }

    .product-cards {
        width: 50% !important;
    }

    .cata-col {
        width: 50% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    /*****  col-md-6  ***/
    .category-item,
    .seclaboeq {
        width: 25% !important;
        padding: 3px !important;
    }

    .category-item img,
    .seclaboeq img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .category-item img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .card-img-container .card-image {
        width: 153px;
        height: 153px;
        object-fit: contain;
    }

    .autoclave-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .baths-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .care-air {
        width: 50% !important;
        padding: 3px !important;
    }

    .filter-container {
        display: none;

    }

    .product-sub-category {
        width: 100% !important;
    }

    .product-cards {
        width: 50% !important;
        padding: 3px !important;
    }

    .cata-col {
        width: 50% !important;
        padding: 3px !important;
    }

}

@media only screen and (min-width:991px) and (max-width:1025px) {
    .navPages-list .navPages-item>.navPages-action {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        padding: 12px 0 14px 0;
        position: relative;
        font-family: "Quicksand", sans-serif;
        margin-left: 15px;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    /*****  col-lg-6  ***/

    .category-item,
    .seclaboeq {
        width: 20% !important;
        padding: 3px !important;
    }

    .category-item img,
    .seclaboeq img {
        width: 140px;
        height: 140px;
        object-fit: contain;
    }

    .autoclave-box {
        width: 50% !important;
        padding: 3px !important;
    }

    .main-img-container .card-image {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .baths-box {
        width: 33.33% !important;
        padding: 3px !important;
    }

    .care-air {
        width: 33.33% !important;
        padding: 3px !important;

    }

    .filter-container {
        width: 25% !important;

    }

    .product-sub-category {
        width: 75% !important;
    }

    .product-cards {
        width: 50% !important;

    }

    .cata-col {
        width: 33.33% !important;
    }

    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
        width: 50%;
    }

}

@media only screen and (min-width:1200px) and (max-width:10000px) {
    /*****  col-xl-6  ***/


}

@media only screen and (min-width:280px) and (max-width:991px) {
    .nomobile {
        display: none !important;
    }
}